Skip to content

Commit bcc6a74

Browse files
github-actions[bot]speakeasybotspeakeasy-github[bot]
authored
chore: 🐝 Update SDK - Generate 4.19.2 (#171)
* ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.517.3 * empty commit to trigger [run-tests] workflow --------- Co-authored-by: speakeasybot <[email protected]> Co-authored-by: speakeasy-github[bot] <128539517+speakeasy-github[bot]@users.noreply.github.com>
1 parent 404b793 commit bcc6a74

File tree

677 files changed

+8652
-48117
lines changed

Some content is hidden

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

677 files changed

+8652
-48117
lines changed

β€Ž.speakeasy/gen.lockβ€Ž

Lines changed: 71 additions & 26 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.513.4
1+
speakeasyVersion: 1.517.3
22
sources:
33
my-source:
44
sourceNamespace: my-source
5-
sourceRevisionDigest: sha256:a13709caeb6a855d1bafb82c7b0ceb560e10ef82983d75bedb33833b48c85556
6-
sourceBlobDigest: sha256:2891171dc210e32f0735d92625f1548b721edb98a0603bea45d5375b33e18fa5
5+
sourceRevisionDigest: sha256:bd35ee45e99b0bac3e71b0487ee76b804db4d9ca339e8b94ec04eccad62b66b0
6+
sourceBlobDigest: sha256:992683027eb8b45b3691bc1dff7334f72a5c59c7bdc3ca125d978df4d2d2d96d
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1741597569
9+
- speakeasy-sdk-regen-1741967729
1010
- 1.0.0
1111
targets:
1212
StackOneTypeScriptClient:
1313
source: my-source
1414
sourceNamespace: my-source
15-
sourceRevisionDigest: sha256:a13709caeb6a855d1bafb82c7b0ceb560e10ef82983d75bedb33833b48c85556
16-
sourceBlobDigest: sha256:2891171dc210e32f0735d92625f1548b721edb98a0603bea45d5375b33e18fa5
15+
sourceRevisionDigest: sha256:bd35ee45e99b0bac3e71b0487ee76b804db4d9ca339e8b94ec04eccad62b66b0
16+
sourceBlobDigest: sha256:992683027eb8b45b3691bc1dff7334f72a5c59c7bdc3ca125d978df4d2d2d96d
1717
codeSamplesNamespace: code-samples-typescript-stackonetypescriptclient
18-
codeSamplesRevisionDigest: sha256:b234987cafa6c4732f84dd3b290e712974ffcb1cefd118aba8dcf2e3c1c08a68
18+
codeSamplesRevisionDigest: sha256:106ecac5dc028187a3a7a14b08f1df9c6734749cd7bb9b90bdbc267dea1726bb
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

β€ŽFUNCTIONS.mdβ€Ž

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ 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,
4345
updatedAfter: "2020-01-01T00:00:00.000Z",
4446
xAccountId: "<id>",
4547
});

β€ŽREADME.mdβ€Ž

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,8 @@ 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,
8890
updatedAfter: "2020-01-01T00:00:00.000Z",
8991
xAccountId: "<id>",
9092
});
@@ -238,7 +240,7 @@ run();
238240
* [getEmployment](docs/sdks/hris/README.md#getemployment) - Get Employment
239241
* [getGroup](docs/sdks/hris/README.md#getgroup) - Get Group
240242
* [getJob](docs/sdks/hris/README.md#getjob) - Get Job
241-
* [getLocation](docs/sdks/hris/README.md#getlocation) - Get Location
243+
* [getLocation](docs/sdks/hris/README.md#getlocation) - Get Work Location
242244
* [getTeamGroup](docs/sdks/hris/README.md#getteamgroup) - Get Team Group
243245
* [getTimeEntries](docs/sdks/hris/README.md#gettimeentries) - Get Time Entry
244246
* [getTimeOffPolicy](docs/sdks/hris/README.md#gettimeoffpolicy) - Get Time Off Policy
@@ -261,7 +263,7 @@ run();
261263
* [listEmployments](docs/sdks/hris/README.md#listemployments) - List Employments
262264
* [listGroups](docs/sdks/hris/README.md#listgroups) - List Groups
263265
* [listJobs](docs/sdks/hris/README.md#listjobs) - List Jobs
264-
* [listLocations](docs/sdks/hris/README.md#listlocations) - List locations
266+
* [listLocations](docs/sdks/hris/README.md#listlocations) - List Work Locations
265267
* [listTeamGroups](docs/sdks/hris/README.md#listteamgroups) - List Team Groups
266268
* [listTimeEntries](docs/sdks/hris/README.md#listtimeentries) - List Time Entries
267269
* [listTimeOffPolicies](docs/sdks/hris/README.md#listtimeoffpolicies) - List Time Off Policies
@@ -379,6 +381,8 @@ async function run() {
379381
filter: {
380382
updatedAfter: "2020-01-01T00:00:00.000Z",
381383
},
384+
pageSize: "25",
385+
raw: false,
382386
updatedAfter: "2020-01-01T00:00:00.000Z",
383387
xAccountId: "<id>",
384388
});
@@ -768,7 +772,7 @@ To read more about standalone functions, check [FUNCTIONS.md](./FUNCTIONS.md).
768772
- [`hrisGetEmployment`](docs/sdks/hris/README.md#getemployment) - Get Employment
769773
- [`hrisGetGroup`](docs/sdks/hris/README.md#getgroup) - Get Group
770774
- [`hrisGetJob`](docs/sdks/hris/README.md#getjob) - Get Job
771-
- [`hrisGetLocation`](docs/sdks/hris/README.md#getlocation) - Get Location
775+
- [`hrisGetLocation`](docs/sdks/hris/README.md#getlocation) - Get Work Location
772776
- [`hrisGetTeamGroup`](docs/sdks/hris/README.md#getteamgroup) - Get Team Group
773777
- [`hrisGetTimeEntries`](docs/sdks/hris/README.md#gettimeentries) - Get Time Entry
774778
- [`hrisGetTimeOffPolicy`](docs/sdks/hris/README.md#gettimeoffpolicy) - Get Time Off Policy
@@ -791,7 +795,7 @@ To read more about standalone functions, check [FUNCTIONS.md](./FUNCTIONS.md).
791795
- [`hrisListEmployments`](docs/sdks/hris/README.md#listemployments) - List Employments
792796
- [`hrisListGroups`](docs/sdks/hris/README.md#listgroups) - List Groups
793797
- [`hrisListJobs`](docs/sdks/hris/README.md#listjobs) - List Jobs
794-
- [`hrisListLocations`](docs/sdks/hris/README.md#listlocations) - List locations
798+
- [`hrisListLocations`](docs/sdks/hris/README.md#listlocations) - List Work Locations
795799
- [`hrisListTeamGroups`](docs/sdks/hris/README.md#listteamgroups) - List Team Groups
796800
- [`hrisListTimeEntries`](docs/sdks/hris/README.md#listtimeentries) - List Time Entries
797801
- [`hrisListTimeOffPolicies`](docs/sdks/hris/README.md#listtimeoffpolicies) - List Time Off Policies

β€ŽRELEASES.mdβ€Ž

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1506,4 +1506,14 @@ Based on:
15061506
### Generated
15071507
- [typescript v4.19.1] .
15081508
### Releases
1509-
- [NPM v4.19.1] https://www.npmjs.com/package/@stackone/stackone-client-ts/v/4.19.1 - .
1509+
- [NPM v4.19.1] https://www.npmjs.com/package/@stackone/stackone-client-ts/v/4.19.1 - .
1510+
1511+
## 2025-03-14 15:55:03
1512+
### Changes
1513+
Based on:
1514+
- OpenAPI Doc
1515+
- Speakeasy CLI 1.517.3 (2.548.6) https://github.com/speakeasy-api/speakeasy
1516+
### Generated
1517+
- [typescript v4.19.2] .
1518+
### Releases
1519+
- [NPM v4.19.2] https://www.npmjs.com/package/@stackone/stackone-client-ts/v/4.19.2 - .

β€ŽUSAGE.mdβ€Ž

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ 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,
2325
updatedAfter: "2020-01-01T00:00:00.000Z",
2426
xAccountId: "<id>",
2527
});

β€ŽcodeSamples.yamlβ€Ž

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

β€Ždocs/sdk/models/operations/atsgetapplicationcustomfielddefinitionrequest.mdβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ let value: AtsGetApplicationCustomFieldDefinitionRequest = {
2424
| `id` | *string* | :heavy_check_mark: | N/A | |
2525
| `next` | *string* | :heavy_minus_sign: | The unified cursor | |
2626
| ~~`page`~~ | *string* | :heavy_minus_sign: | : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible.<br/><br/>The page number of the results to fetch | |
27-
| `pageSize` | *string* | :heavy_minus_sign: | The number of results per page | |
27+
| `pageSize` | *string* | :heavy_minus_sign: | The number of results per page (default value is 25) | |
2828
| `proxy` | Record<string, *any*> | :heavy_minus_sign: | Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with 'proxy' key | |
29-
| `raw` | *boolean* | :heavy_minus_sign: | Indicates that the raw request result is returned | |
29+
| `raw` | *boolean* | :heavy_minus_sign: | Indicates that the raw request result should be returned in addition to the mapped result (default value is false) | |
3030
| ~~`updatedAfter`~~ | *string* | :heavy_minus_sign: | : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible.<br/><br/>Use a string with a date to only select results updated after that given date | 2020-01-01T00:00:00.000Z |
3131
| `xAccountId` | *string* | :heavy_check_mark: | The account identifier | |

0 commit comments

Comments
Β (0)