@@ -85,8 +85,6 @@ async function run() {
8585 updatedAfter: " 2020-01-01T00:00:00.000Z" ,
8686 },
8787 include: " avatar_url,avatar,custom_fields,job_description,benefits" ,
88- pageSize: " 25" ,
89- raw: false ,
9088 updatedAfter: " 2020-01-01T00:00:00.000Z" ,
9189 xAccountId: " <id>" ,
9290 });
@@ -178,6 +176,8 @@ run();
178176* [ listRejectedReasons] ( docs/sdks/ats/README.md#listrejectedreasons ) - List Rejected Reasons
179177* [ listUsers] ( docs/sdks/ats/README.md#listusers ) - List Users
180178* [ moveApplication] ( docs/sdks/ats/README.md#moveapplication ) - Move Application
179+ * [ orderAssessmentsRequest] ( docs/sdks/ats/README.md#orderassessmentsrequest ) - Order Assessments Request
180+ * [ orderBackgroundCheckRequest] ( docs/sdks/ats/README.md#orderbackgroundcheckrequest ) - Order Background Check Request
181181* [ rejectApplication] ( docs/sdks/ats/README.md#rejectapplication ) - Reject Application
182182* [ updateApplication] ( docs/sdks/ats/README.md#updateapplication ) - Update an Application
183183* [ updateApplicationNote] ( docs/sdks/ats/README.md#updateapplicationnote ) - Update an Application Note
@@ -232,6 +232,7 @@ run();
232232* [ getGroup] ( docs/sdks/hris/README.md#getgroup ) - Get Group
233233* [ getJob] ( docs/sdks/hris/README.md#getjob ) - Get Job
234234* [ getLocation] ( docs/sdks/hris/README.md#getlocation ) - Get Location
235+ * [ getTimeEntries] ( docs/sdks/hris/README.md#gettimeentries ) - Get Time Entry
235236* [ getTimeOffRequest] ( docs/sdks/hris/README.md#gettimeoffrequest ) - Get time off request
236237* [ getTimeOffType] ( docs/sdks/hris/README.md#gettimeofftype ) - Get time off type
237238* [ listBenefits] ( docs/sdks/hris/README.md#listbenefits ) - List benefits
@@ -249,6 +250,7 @@ run();
249250* [ listGroups] ( docs/sdks/hris/README.md#listgroups ) - List Groups
250251* [ listJobs] ( docs/sdks/hris/README.md#listjobs ) - List Jobs
251252* [ listLocations] ( docs/sdks/hris/README.md#listlocations ) - List locations
253+ * [ listTimeEntries] ( docs/sdks/hris/README.md#listtimeentries ) - List Time Entries
252254* [ listTimeOffRequests] ( docs/sdks/hris/README.md#listtimeoffrequests ) - List time off requests
253255* [ listTimeOffTypes] ( docs/sdks/hris/README.md#listtimeofftypes ) - List time off types
254256* [ updateEmployee] ( docs/sdks/hris/README.md#updateemployee ) - Updates an employee
@@ -331,10 +333,6 @@ run();
331333* [ proxyRequest] ( docs/sdks/proxy/README.md#proxyrequest ) - Proxy Request
332334
333335
334- ### [ webhooks] ( docs/sdks/webhooks/README.md )
335-
336- * [ create] ( docs/sdks/webhooks/README.md#create )
337-
338336</details >
339337<!-- End Available Resources and Operations [operations] -->
340338
@@ -369,8 +367,6 @@ async function run() {
369367 updatedAfter: " 2020-01-01T00:00:00.000Z" ,
370368 },
371369 include: " avatar_url,avatar,custom_fields,job_description,benefits" ,
372- pageSize: " 25" ,
373- raw: false ,
374370 updatedAfter: " 2020-01-01T00:00:00.000Z" ,
375371 xAccountId: " <id>" ,
376372 });
@@ -710,6 +706,8 @@ To read more about standalone functions, check [FUNCTIONS.md](./FUNCTIONS.md).
710706- [ ` atsListRejectedReasons ` ] ( docs/sdks/ats/README.md#listrejectedreasons ) - List Rejected Reasons
711707- [ ` atsListUsers ` ] ( docs/sdks/ats/README.md#listusers ) - List Users
712708- [ ` atsMoveApplication ` ] ( docs/sdks/ats/README.md#moveapplication ) - Move Application
709+ - [ ` atsOrderAssessmentsRequest ` ] ( docs/sdks/ats/README.md#orderassessmentsrequest ) - Order Assessments Request
710+ - [ ` atsOrderBackgroundCheckRequest ` ] ( docs/sdks/ats/README.md#orderbackgroundcheckrequest ) - Order Background Check Request
713711- [ ` atsRejectApplication ` ] ( docs/sdks/ats/README.md#rejectapplication ) - Reject Application
714712- [ ` atsUpdateApplication ` ] ( docs/sdks/ats/README.md#updateapplication ) - Update an Application
715713- [ ` atsUpdateApplicationNote ` ] ( docs/sdks/ats/README.md#updateapplicationnote ) - Update an Application Note
@@ -752,6 +750,7 @@ To read more about standalone functions, check [FUNCTIONS.md](./FUNCTIONS.md).
752750- [ ` hrisGetGroup ` ] ( docs/sdks/hris/README.md#getgroup ) - Get Group
753751- [ ` hrisGetJob ` ] ( docs/sdks/hris/README.md#getjob ) - Get Job
754752- [ ` hrisGetLocation ` ] ( docs/sdks/hris/README.md#getlocation ) - Get Location
753+ - [ ` hrisGetTimeEntries ` ] ( docs/sdks/hris/README.md#gettimeentries ) - Get Time Entry
755754- [ ` hrisGetTimeOffRequest ` ] ( docs/sdks/hris/README.md#gettimeoffrequest ) - Get time off request
756755- [ ` hrisGetTimeOffType ` ] ( docs/sdks/hris/README.md#gettimeofftype ) - Get time off type
757756- [ ` hrisListBenefits ` ] ( docs/sdks/hris/README.md#listbenefits ) - List benefits
@@ -769,6 +768,7 @@ To read more about standalone functions, check [FUNCTIONS.md](./FUNCTIONS.md).
769768- [ ` hrisListGroups ` ] ( docs/sdks/hris/README.md#listgroups ) - List Groups
770769- [ ` hrisListJobs ` ] ( docs/sdks/hris/README.md#listjobs ) - List Jobs
771770- [ ` hrisListLocations ` ] ( docs/sdks/hris/README.md#listlocations ) - List locations
771+ - [ ` hrisListTimeEntries ` ] ( docs/sdks/hris/README.md#listtimeentries ) - List Time Entries
772772- [ ` hrisListTimeOffRequests ` ] ( docs/sdks/hris/README.md#listtimeoffrequests ) - List time off requests
773773- [ ` hrisListTimeOffTypes ` ] ( docs/sdks/hris/README.md#listtimeofftypes ) - List time off types
774774- [ ` hrisUpdateEmployee ` ] ( docs/sdks/hris/README.md#updateemployee ) - Updates an employee
@@ -833,7 +833,6 @@ To read more about standalone functions, check [FUNCTIONS.md](./FUNCTIONS.md).
833833- [ ` marketingUpdatePushTemplate ` ] ( docs/sdks/marketing/README.md#updatepushtemplate ) - Update Push Template
834834- [ ` marketingUpdateSmsTemplate ` ] ( docs/sdks/marketing/README.md#updatesmstemplate ) - Update SMS Template
835835- [ ` proxyProxyRequest ` ] ( docs/sdks/proxy/README.md#proxyrequest ) - Proxy Request
836- - [ ` webhooksCreate ` ] ( docs/sdks/webhooks/README.md#create )
837836- ~~ [ ` marketingCreateOmniChannelTemplate ` ] ( docs/sdks/marketing/README.md#createomnichanneltemplate ) ~~ - Create Omni-Channel Template :warning : ** Deprecated**
838837- ~~ [ ` marketingGetOmniChannelTemplate ` ] ( docs/sdks/marketing/README.md#getomnichanneltemplate ) ~~ - Get Omni-Channel Template :warning : ** Deprecated**
839838- ~~ [ ` marketingListOmniChannelTemplates ` ] ( docs/sdks/marketing/README.md#listomnichanneltemplates ) ~~ - List Omni-Channel Templates :warning : ** Deprecated**
0 commit comments