@@ -229,6 +229,7 @@ run();
229229* [ getEmployeeDocument] ( docs/sdks/hris/README.md#getemployeedocument ) - Get Employee Document
230230* [ getEmployeeDocumentCategory] ( docs/sdks/hris/README.md#getemployeedocumentcategory ) - Get Employee Document Category
231231* [ getEmployeeEmployment] ( docs/sdks/hris/README.md#getemployeeemployment ) - Get Employee Employment
232+ * [ getEmployeeTimeOffBalance] ( docs/sdks/hris/README.md#getemployeetimeoffbalance ) - Get Employee Time Off Balance
232233* [ getEmployeesTimeOffRequest] ( docs/sdks/hris/README.md#getemployeestimeoffrequest ) - Get Employees Time Off Request
233234* [ getEmployeesWorkEligibility] ( docs/sdks/hris/README.md#getemployeesworkeligibility ) - Get Employees Work Eligibility
234235* [ getEmployment] ( docs/sdks/hris/README.md#getemployment ) - Get Employment
@@ -237,8 +238,10 @@ run();
237238* [ getLocation] ( docs/sdks/hris/README.md#getlocation ) - Get Location
238239* [ getTeamGroup] ( docs/sdks/hris/README.md#getteamgroup ) - Get Team Group
239240* [ getTimeEntries] ( docs/sdks/hris/README.md#gettimeentries ) - Get Time Entry
241+ * [ getTimeOffPolicy] ( docs/sdks/hris/README.md#gettimeoffpolicy ) - Get Time Off Policy
240242* [ getTimeOffRequest] ( docs/sdks/hris/README.md#gettimeoffrequest ) - Get time off request
241243* [ getTimeOffType] ( docs/sdks/hris/README.md#gettimeofftype ) - Get time off type
244+ * [ inviteEmployee] ( docs/sdks/hris/README.md#inviteemployee ) - Invite Employee
242245* [ listBenefits] ( docs/sdks/hris/README.md#listbenefits ) - List benefits
243246* [ listCompanies] ( docs/sdks/hris/README.md#listcompanies ) - List Companies
244247* [ listCostCenterGroups] ( docs/sdks/hris/README.md#listcostcentergroups ) - List Cost Center Groups
@@ -247,6 +250,7 @@ run();
247250* [ listEmployeeCustomFieldDefinitions] ( docs/sdks/hris/README.md#listemployeecustomfielddefinitions ) - List employee Custom Field Definitions
248251* [ listEmployeeDocuments] ( docs/sdks/hris/README.md#listemployeedocuments ) - List Employee Documents
249252* [ listEmployeeEmployments] ( docs/sdks/hris/README.md#listemployeeemployments ) - List Employee Employments
253+ * [ listEmployeeTimeOffBalances] ( docs/sdks/hris/README.md#listemployeetimeoffbalances ) - List Employee Time Off Balances
250254* [ listEmployeeTimeOffRequests] ( docs/sdks/hris/README.md#listemployeetimeoffrequests ) - List Employee Time Off Requests
251255* [ listEmployeeWorkEligibility] ( docs/sdks/hris/README.md#listemployeeworkeligibility ) - List Employee Work Eligibility
252256* [ listEmployees] ( docs/sdks/hris/README.md#listemployees ) - List Employees
@@ -256,6 +260,7 @@ run();
256260* [ listLocations] ( docs/sdks/hris/README.md#listlocations ) - List locations
257261* [ listTeamGroups] ( docs/sdks/hris/README.md#listteamgroups ) - List Team Groups
258262* [ listTimeEntries] ( docs/sdks/hris/README.md#listtimeentries ) - List Time Entries
263+ * [ listTimeOffPolicies] ( docs/sdks/hris/README.md#listtimeoffpolicies ) - List Time Off Policies
259264* [ listTimeOffRequests] ( docs/sdks/hris/README.md#listtimeoffrequests ) - List time off requests
260265* [ listTimeOffTypes] ( docs/sdks/hris/README.md#listtimeofftypes ) - List time off types
261266* [ updateEmployee] ( docs/sdks/hris/README.md#updateemployee ) - Updates an employee
@@ -752,14 +757,17 @@ To read more about standalone functions, check [FUNCTIONS.md](./FUNCTIONS.md).
752757- [ ` hrisGetEmployeeEmployment ` ] ( docs/sdks/hris/README.md#getemployeeemployment ) - Get Employee Employment
753758- [ ` hrisGetEmployeesTimeOffRequest ` ] ( docs/sdks/hris/README.md#getemployeestimeoffrequest ) - Get Employees Time Off Request
754759- [ ` hrisGetEmployeesWorkEligibility ` ] ( docs/sdks/hris/README.md#getemployeesworkeligibility ) - Get Employees Work Eligibility
760+ - [ ` hrisGetEmployeeTimeOffBalance ` ] ( docs/sdks/hris/README.md#getemployeetimeoffbalance ) - Get Employee Time Off Balance
755761- [ ` hrisGetEmployment ` ] ( docs/sdks/hris/README.md#getemployment ) - Get Employment
756762- [ ` hrisGetGroup ` ] ( docs/sdks/hris/README.md#getgroup ) - Get Group
757763- [ ` hrisGetJob ` ] ( docs/sdks/hris/README.md#getjob ) - Get Job
758764- [ ` hrisGetLocation ` ] ( docs/sdks/hris/README.md#getlocation ) - Get Location
759765- [ ` hrisGetTeamGroup ` ] ( docs/sdks/hris/README.md#getteamgroup ) - Get Team Group
760766- [ ` hrisGetTimeEntries ` ] ( docs/sdks/hris/README.md#gettimeentries ) - Get Time Entry
767+ - [ ` hrisGetTimeOffPolicy ` ] ( docs/sdks/hris/README.md#gettimeoffpolicy ) - Get Time Off Policy
761768- [ ` hrisGetTimeOffRequest ` ] ( docs/sdks/hris/README.md#gettimeoffrequest ) - Get time off request
762769- [ ` hrisGetTimeOffType ` ] ( docs/sdks/hris/README.md#gettimeofftype ) - Get time off type
770+ - [ ` hrisInviteEmployee ` ] ( docs/sdks/hris/README.md#inviteemployee ) - Invite Employee
763771- [ ` hrisListBenefits ` ] ( docs/sdks/hris/README.md#listbenefits ) - List benefits
764772- [ ` hrisListCompanies ` ] ( docs/sdks/hris/README.md#listcompanies ) - List Companies
765773- [ ` hrisListCostCenterGroups ` ] ( docs/sdks/hris/README.md#listcostcentergroups ) - List Cost Center Groups
@@ -769,6 +777,7 @@ To read more about standalone functions, check [FUNCTIONS.md](./FUNCTIONS.md).
769777- [ ` hrisListEmployeeDocuments ` ] ( docs/sdks/hris/README.md#listemployeedocuments ) - List Employee Documents
770778- [ ` hrisListEmployeeEmployments ` ] ( docs/sdks/hris/README.md#listemployeeemployments ) - List Employee Employments
771779- [ ` hrisListEmployees ` ] ( docs/sdks/hris/README.md#listemployees ) - List Employees
780+ - [ ` hrisListEmployeeTimeOffBalances ` ] ( docs/sdks/hris/README.md#listemployeetimeoffbalances ) - List Employee Time Off Balances
772781- [ ` hrisListEmployeeTimeOffRequests ` ] ( docs/sdks/hris/README.md#listemployeetimeoffrequests ) - List Employee Time Off Requests
773782- [ ` hrisListEmployeeWorkEligibility ` ] ( docs/sdks/hris/README.md#listemployeeworkeligibility ) - List Employee Work Eligibility
774783- [ ` hrisListEmployments ` ] ( docs/sdks/hris/README.md#listemployments ) - List Employments
@@ -777,6 +786,7 @@ To read more about standalone functions, check [FUNCTIONS.md](./FUNCTIONS.md).
777786- [ ` hrisListLocations ` ] ( docs/sdks/hris/README.md#listlocations ) - List locations
778787- [ ` hrisListTeamGroups ` ] ( docs/sdks/hris/README.md#listteamgroups ) - List Team Groups
779788- [ ` hrisListTimeEntries ` ] ( docs/sdks/hris/README.md#listtimeentries ) - List Time Entries
789+ - [ ` hrisListTimeOffPolicies ` ] ( docs/sdks/hris/README.md#listtimeoffpolicies ) - List Time Off Policies
780790- [ ` hrisListTimeOffRequests ` ] ( docs/sdks/hris/README.md#listtimeoffrequests ) - List time off requests
781791- [ ` hrisListTimeOffTypes ` ] ( docs/sdks/hris/README.md#listtimeofftypes ) - List time off types
782792- [ ` hrisUpdateEmployee ` ] ( docs/sdks/hris/README.md#updateemployee ) - Updates an employee
0 commit comments