@@ -67,7 +67,7 @@ $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,preferred_language,citizenships,home_location,work_location,employments,custom_fields,documents,created_at,updated_at,employee_number,national_identity_number',
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',
7171 filter: new Operations\HrisListEmployeesQueryParamFilter(
7272 updatedAfter: '2020-01-01T00:00:00.000Z',
7373 ),
@@ -246,6 +246,7 @@ if ($response->connectSession !== null) {
246246* [ batchUploadEmployeeDocument] ( docs/sdks/hris/README.md#batchuploademployeedocument ) - Batch Upload Employee Document
247247* [ createEmployee] ( docs/sdks/hris/README.md#createemployee ) - Creates an employee
248248* [ createEmployeeEmployment] ( docs/sdks/hris/README.md#createemployeeemployment ) - Create Employee Employment
249+ * [ createEmployeeSkill] ( docs/sdks/hris/README.md#createemployeeskill ) - Create Employee Skill
249250* [ createEmployeeTimeOffRequest] ( docs/sdks/hris/README.md#createemployeetimeoffrequest ) - Create Employee Time Off Request
250251* [ createEmployeeWorkEligibilityRequest] ( docs/sdks/hris/README.md#createemployeeworkeligibilityrequest ) - Create Employee Work Eligibility Request
251252* [ createTimeOffRequest] ( docs/sdks/hris/README.md#createtimeoffrequest ) - Creates a time off request
@@ -259,6 +260,7 @@ if ($response->connectSession !== null) {
259260* [ getEmployeeDocument] ( docs/sdks/hris/README.md#getemployeedocument ) - Get Employee Document
260261* [ getEmployeeDocumentCategory] ( docs/sdks/hris/README.md#getemployeedocumentcategory ) - Get Employee Document Category
261262* [ getEmployeeEmployment] ( docs/sdks/hris/README.md#getemployeeemployment ) - Get Employee Employment
263+ * [ getEmployeeTimeOffBalance] ( docs/sdks/hris/README.md#getemployeetimeoffbalance ) - Get Employee Time Off Balance
262264* [ getEmployeesTimeOffRequest] ( docs/sdks/hris/README.md#getemployeestimeoffrequest ) - Get Employees Time Off Request
263265* [ getEmployeesWorkEligibility] ( docs/sdks/hris/README.md#getemployeesworkeligibility ) - Get Employees Work Eligibility
264266* [ getEmployment] ( docs/sdks/hris/README.md#getemployment ) - Get Employment
@@ -267,8 +269,10 @@ if ($response->connectSession !== null) {
267269* [ getLocation] ( docs/sdks/hris/README.md#getlocation ) - Get Location
268270* [ getTeamGroup] ( docs/sdks/hris/README.md#getteamgroup ) - Get Team Group
269271* [ getTimeEntries] ( docs/sdks/hris/README.md#gettimeentries ) - Get Time Entry
272+ * [ getTimeOffPolicy] ( docs/sdks/hris/README.md#gettimeoffpolicy ) - Get Time Off Policy
270273* [ getTimeOffRequest] ( docs/sdks/hris/README.md#gettimeoffrequest ) - Get time off request
271274* [ getTimeOffType] ( docs/sdks/hris/README.md#gettimeofftype ) - Get time off type
275+ * [ inviteEmployee] ( docs/sdks/hris/README.md#inviteemployee ) - Invite Employee
272276* [ listBenefits] ( docs/sdks/hris/README.md#listbenefits ) - List benefits
273277* [ listCompanies] ( docs/sdks/hris/README.md#listcompanies ) - List Companies
274278* [ listCostCenterGroups] ( docs/sdks/hris/README.md#listcostcentergroups ) - List Cost Center Groups
@@ -277,6 +281,7 @@ if ($response->connectSession !== null) {
277281* [ listEmployeeCustomFieldDefinitions] ( docs/sdks/hris/README.md#listemployeecustomfielddefinitions ) - List employee Custom Field Definitions
278282* [ listEmployeeDocuments] ( docs/sdks/hris/README.md#listemployeedocuments ) - List Employee Documents
279283* [ listEmployeeEmployments] ( docs/sdks/hris/README.md#listemployeeemployments ) - List Employee Employments
284+ * [ listEmployeeTimeOffBalances] ( docs/sdks/hris/README.md#listemployeetimeoffbalances ) - List Employee Time Off Balances
280285* [ listEmployeeTimeOffRequests] ( docs/sdks/hris/README.md#listemployeetimeoffrequests ) - List Employee Time Off Requests
281286* [ listEmployeeWorkEligibility] ( docs/sdks/hris/README.md#listemployeeworkeligibility ) - List Employee Work Eligibility
282287* [ listEmployees] ( docs/sdks/hris/README.md#listemployees ) - List Employees
@@ -286,6 +291,7 @@ if ($response->connectSession !== null) {
286291* [ listLocations] ( docs/sdks/hris/README.md#listlocations ) - List locations
287292* [ listTeamGroups] ( docs/sdks/hris/README.md#listteamgroups ) - List Team Groups
288293* [ listTimeEntries] ( docs/sdks/hris/README.md#listtimeentries ) - List Time Entries
294+ * [ listTimeOffPolicies] ( docs/sdks/hris/README.md#listtimeoffpolicies ) - List Time Off Policies
289295* [ listTimeOffRequests] ( docs/sdks/hris/README.md#listtimeoffrequests ) - List time off requests
290296* [ listTimeOffTypes] ( docs/sdks/hris/README.md#listtimeofftypes ) - List time off types
291297* [ updateEmployee] ( docs/sdks/hris/README.md#updateemployee ) - Updates an employee
0 commit comments