@@ -67,11 +67,11 @@ $sdk = client\StackOne::builder()
6767
6868$request = new Operations\HrisListEmployeesRequest(
6969 xAccountId: '<id >',
70- fields: 'id,remote_id,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,benefits,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,documents,created_at,updated_at,employee_number,national_identity_number,national_identity_numbers',
70+ fields: 'id,remote_id,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,benefits,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,documents,created_at,updated_at,employee_number,national_identity_number,national_identity_numbers,skills ',
7171 filter: new Operations\HrisListEmployeesQueryParamFilter(
7272 updatedAfter: '2020-01-01T00:00:00.000Z',
7373 ),
74- expand: 'company,employments,work_location,home_location,groups',
74+ expand: 'company,employments,work_location,home_location,groups,skills ',
7575 include: 'avatar_url,avatar,custom_fields,job_description,benefits',
7676);
7777
@@ -154,6 +154,7 @@ if ($response->connectSession !== null) {
154154* [ createCandidateNote] ( docs/sdks/ats/README.md#createcandidatenote ) - Create Candidate Note
155155* [ createJob] ( docs/sdks/ats/README.md#createjob ) - Create Job
156156* [ createOffer] ( docs/sdks/ats/README.md#createoffer ) - Creates an offer
157+ * [ deleteBackgroundCheckPackage] ( docs/sdks/ats/README.md#deletebackgroundcheckpackage ) - Delete Background Check Package
157158* [ downloadApplicationDocument] ( docs/sdks/ats/README.md#downloadapplicationdocument ) - Download Application Document
158159* [ getApplication] ( docs/sdks/ats/README.md#getapplication ) - Get Application
159160* [ getApplicationCustomFieldDefinition] ( docs/sdks/ats/README.md#getapplicationcustomfielddefinition ) - Get Application Custom Field Definition
@@ -213,6 +214,7 @@ if ($response->connectSession !== null) {
213214* [ updateApplication] ( docs/sdks/ats/README.md#updateapplication ) - Update an Application
214215* [ updateApplicationNote] ( docs/sdks/ats/README.md#updateapplicationnote ) - Update an Application Note
215216* [ updateAssessmentsResult] ( docs/sdks/ats/README.md#updateassessmentsresult ) - Update Assessments Result
217+ * [ updateBackgroundCheckPackage] ( docs/sdks/ats/README.md#updatebackgroundcheckpackage ) - Update Background Check Package
216218* [ updateBackgroundCheckResult] ( docs/sdks/ats/README.md#updatebackgroundcheckresult ) - Update Background Check Result
217219* [ updateCandidate] ( docs/sdks/ats/README.md#updatecandidate ) - Update Candidate
218220* [ updateJob] ( docs/sdks/ats/README.md#updatejob ) - Update Job
@@ -260,13 +262,14 @@ if ($response->connectSession !== null) {
260262* [ getEmployeeDocument] ( docs/sdks/hris/README.md#getemployeedocument ) - Get Employee Document
261263* [ getEmployeeDocumentCategory] ( docs/sdks/hris/README.md#getemployeedocumentcategory ) - Get Employee Document Category
262264* [ getEmployeeEmployment] ( docs/sdks/hris/README.md#getemployeeemployment ) - Get Employee Employment
265+ * [ getEmployeeSkill] ( docs/sdks/hris/README.md#getemployeeskill ) - Get Employee Skill
263266* [ getEmployeeTimeOffBalance] ( docs/sdks/hris/README.md#getemployeetimeoffbalance ) - Get Employee Time Off Balance
264267* [ getEmployeesTimeOffRequest] ( docs/sdks/hris/README.md#getemployeestimeoffrequest ) - Get Employees Time Off Request
265268* [ getEmployeesWorkEligibility] ( docs/sdks/hris/README.md#getemployeesworkeligibility ) - Get Employees Work Eligibility
266269* [ getEmployment] ( docs/sdks/hris/README.md#getemployment ) - Get Employment
267270* [ getGroup] ( docs/sdks/hris/README.md#getgroup ) - Get Group
268271* [ getJob] ( docs/sdks/hris/README.md#getjob ) - Get Job
269- * [ getLocation] ( docs/sdks/hris/README.md#getlocation ) - Get Location
272+ * [ getLocation] ( docs/sdks/hris/README.md#getlocation ) - Get Work Location
270273* [ getTeamGroup] ( docs/sdks/hris/README.md#getteamgroup ) - Get Team Group
271274* [ getTimeEntries] ( docs/sdks/hris/README.md#gettimeentries ) - Get Time Entry
272275* [ getTimeOffPolicy] ( docs/sdks/hris/README.md#gettimeoffpolicy ) - Get Time Off Policy
@@ -281,14 +284,15 @@ if ($response->connectSession !== null) {
281284* [ listEmployeeCustomFieldDefinitions] ( docs/sdks/hris/README.md#listemployeecustomfielddefinitions ) - List employee Custom Field Definitions
282285* [ listEmployeeDocuments] ( docs/sdks/hris/README.md#listemployeedocuments ) - List Employee Documents
283286* [ listEmployeeEmployments] ( docs/sdks/hris/README.md#listemployeeemployments ) - List Employee Employments
287+ * [ listEmployeeSkills] ( docs/sdks/hris/README.md#listemployeeskills ) - List Employee Skills
284288* [ listEmployeeTimeOffBalances] ( docs/sdks/hris/README.md#listemployeetimeoffbalances ) - List Employee Time Off Balances
285289* [ listEmployeeTimeOffRequests] ( docs/sdks/hris/README.md#listemployeetimeoffrequests ) - List Employee Time Off Requests
286290* [ listEmployeeWorkEligibility] ( docs/sdks/hris/README.md#listemployeeworkeligibility ) - List Employee Work Eligibility
287291* [ listEmployees] ( docs/sdks/hris/README.md#listemployees ) - List Employees
288292* [ listEmployments] ( docs/sdks/hris/README.md#listemployments ) - List Employments
289293* [ listGroups] ( docs/sdks/hris/README.md#listgroups ) - List Groups
290294* [ listJobs] ( docs/sdks/hris/README.md#listjobs ) - List Jobs
291- * [ listLocations] ( docs/sdks/hris/README.md#listlocations ) - List locations
295+ * [ listLocations] ( docs/sdks/hris/README.md#listlocations ) - List Work Locations
292296* [ listTeamGroups] ( docs/sdks/hris/README.md#listteamgroups ) - List Team Groups
293297* [ listTimeEntries] ( docs/sdks/hris/README.md#listtimeentries ) - List Time Entries
294298* [ listTimeOffPolicies] ( docs/sdks/hris/README.md#listtimeoffpolicies ) - List Time Off Policies
0 commit comments