@@ -68,11 +68,11 @@ $sdk = client\StackOne::builder()
6868
6969$request = new Operations\HrisListEmployeesRequest(
7070 xAccountId: '<id >',
71- fields: 'id,remote_id,title,first_name,last_name,name,display_name,gender,ethnicity,date_of_birth,birthday,marital_status,avatar_url,avatar,personal_email,personal_phone_number,work_email,work_phone_number,job_id,remote_job_id,job_title,job_description,department_id,remote_department_id,department,cost_centers,company,manager_id,remote_manager_id,hire_date,start_date,tenure,work_anniversary,employment_type,employment_contract_type,employment_status,termination_date,company_name,company_id,remote_company_id,preferred_language,citizenships,home_location,work_location,employments,custom_fields,created_at,updated_at,benefits,employee_number,national_identity_number,national_identity_numbers,bank_details,skills,unified_custom_fields',
71+ fields: 'id,remote_id,title,first_name,last_name,name,display_name,gender,ethnicity,date_of_birth,birthday,marital_status,avatar_url,avatar,personal_email,personal_phone_number,work_email,work_phone_number,job_id,remote_job_id,job_title,job_description,department_id,remote_department_id,department,cost_centers,company,manager_id,remote_manager_id,hire_date,start_date,tenure,work_anniversary,employment_type,employment_contract_type,employment_status,termination_date,company_name,company_id,remote_company_id,preferred_language,citizenships,home_location,work_location,manager, employments,custom_fields,created_at,updated_at,benefits,employee_number,national_identity_number,national_identity_numbers,bank_details,skills,unified_custom_fields',
7272 filter: new Operations\HrisListEmployeesQueryParamFilter(
7373 updatedAfter: Utils\Utils::parseDateTime('2020-01-01T00:00:00.000Z'),
7474 ),
75- expand: 'company,employments,work_location,home_location,groups,skills',
75+ expand: 'company,employments,work_location,home_location,groups,skills,manager ',
7676 include: 'avatar_url,avatar,custom_fields,job_description,benefits,bank_details',
7777);
7878
@@ -133,6 +133,7 @@ $request = new Components\ConnectSessionCreate(
133133 Components\Categories::Screening,
134134 Components\Categories::Messaging,
135135 Components\Categories::Accounting,
136+ Components\Categories::Scheduling,
136137 ],
137138 originOwnerId: '<id >',
138139 originOwnerName: '<value >',
@@ -623,6 +624,7 @@ $request = new Components\ConnectSessionCreate(
623624 Components\Categories::Screening,
624625 Components\Categories::Messaging,
625626 Components\Categories::Accounting,
627+ Components\Categories::Scheduling,
626628 ],
627629 originOwnerId: '<id >',
628630 originOwnerName: '<value >',
@@ -688,6 +690,7 @@ $request = new Components\ConnectSessionCreate(
688690 Components\Categories::Screening,
689691 Components\Categories::Messaging,
690692 Components\Categories::Accounting,
693+ Components\Categories::Scheduling,
691694 ],
692695 originOwnerId: '<id >',
693696 originOwnerName: '<value >',
@@ -770,6 +773,7 @@ try {
770773 Components\Categories::Screening,
771774 Components\Categories::Messaging,
772775 Components\Categories::Accounting,
776+ Components\Categories::Scheduling,
773777 ],
774778 originOwnerId: '<id >',
775779 originOwnerName: '<value >',
@@ -861,6 +865,7 @@ $request = new Components\ConnectSessionCreate(
861865 Components\Categories::Screening,
862866 Components\Categories::Messaging,
863867 Components\Categories::Accounting,
868+ Components\Categories::Scheduling,
864869 ],
865870 originOwnerId: '<id >',
866871 originOwnerName: '<value >',
0 commit comments