Skip to content

Commit 4980315

Browse files
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.481.0 (#163)
Co-authored-by: speakeasybot <bot@speakeasyapi.dev>
1 parent e81a8ae commit 4980315

645 files changed

Lines changed: 15601 additions & 5909 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.eslintrc.cjs

Lines changed: 0 additions & 28 deletions
This file was deleted.

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/.eslintcache
12
/.speakeasy/reports
23
/react-query
34
/__tests__

.npmignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
!/**/*.json
88
!/**/*.map
99

10-
/.eslintrc.js
10+
/eslint.config.mjs
1111
/cjs
1212
/.tshy
1313
/.tshy-*

.speakeasy/gen.lock

Lines changed: 2031 additions & 188 deletions
Large diffs are not rendered by default.

.speakeasy/workflow.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
speakeasyVersion: 1.476.1
1+
speakeasyVersion: 1.481.0
22
sources:
33
my-source:
44
sourceNamespace: my-source
5-
sourceRevisionDigest: sha256:81f6af029b83b6bb8cfb97190e8c6f1a8b9c6f041d24dd226aeba633c14f91e4
6-
sourceBlobDigest: sha256:f8a6d9c7d975ba98931c391d4c4ac608c086a2e25ff311daa50f44e0428f0017
5+
sourceRevisionDigest: sha256:f332da54f18670ab01874ac9ab7cab355c53b28afc0c9e88776f65782650db1d
6+
sourceBlobDigest: sha256:3e9e3c60734a28230a0ccdabc128867221852f87180604a1f36d899164111d49
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1737968816
9+
- speakeasy-sdk-regen-1738334890
1010
- 1.0.0
1111
targets:
1212
StackOneTypeScriptClient:
1313
source: my-source
1414
sourceNamespace: my-source
15-
sourceRevisionDigest: sha256:81f6af029b83b6bb8cfb97190e8c6f1a8b9c6f041d24dd226aeba633c14f91e4
16-
sourceBlobDigest: sha256:f8a6d9c7d975ba98931c391d4c4ac608c086a2e25ff311daa50f44e0428f0017
15+
sourceRevisionDigest: sha256:f332da54f18670ab01874ac9ab7cab355c53b28afc0c9e88776f65782650db1d
16+
sourceBlobDigest: sha256:3e9e3c60734a28230a0ccdabc128867221852f87180604a1f36d899164111d49
1717
codeSamplesNamespace: code-samples-typescript-stackonetypescriptclient
18-
codeSamplesRevisionDigest: sha256:4b8d127b11cffe888c936e6ac3f357b78a70a9560b2dd5796d7cb264a90590be
18+
codeSamplesRevisionDigest: sha256:6c731ca4668d8e11e6f05ce569418a523d3699e5cdfedf3a07a8827c2927b6a2
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

FUNCTIONS.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@ async function run() {
4040
updatedAfter: "2020-01-01T00:00:00.000Z",
4141
},
4242
include: "avatar_url,avatar,custom_fields,job_description,benefits",
43-
pageSize: "25",
44-
raw: false,
4543
updatedAfter: "2020-01-01T00:00:00.000Z",
4644
xAccountId: "<id>",
4745
});

README.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -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**

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1436,4 +1436,14 @@ Based on:
14361436
### Generated
14371437
- [typescript v4.17.11] .
14381438
### Releases
1439-
- [NPM v4.17.11] https://www.npmjs.com/package/@stackone/stackone-client-ts/v/4.17.11 - .
1439+
- [NPM v4.17.11] https://www.npmjs.com/package/@stackone/stackone-client-ts/v/4.17.11 - .
1440+
1441+
## 2025-01-31 14:47:52
1442+
### Changes
1443+
Based on:
1444+
- OpenAPI Doc
1445+
- Speakeasy CLI 1.481.0 (2.500.4) https://github.com/speakeasy-api/speakeasy
1446+
### Generated
1447+
- [typescript v4.17.12] .
1448+
### Releases
1449+
- [NPM v4.17.12] https://www.npmjs.com/package/@stackone/stackone-client-ts/v/4.17.12 - .

USAGE.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ async function run() {
2020
updatedAfter: "2020-01-01T00:00:00.000Z",
2121
},
2222
include: "avatar_url,avatar,custom_fields,job_description,benefits",
23-
pageSize: "25",
24-
raw: false,
2523
updatedAfter: "2020-01-01T00:00:00.000Z",
2624
xAccountId: "<id>",
2725
});

0 commit comments

Comments
 (0)