Skip to content

Commit 2b5f6cd

Browse files
github-actions[bot]speakeasybotspeakeasy-github[bot]
authored
chore: 🐝 Update SDK - Generate 4.24.1 (#206)
* ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.596.0 * 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 a376aae commit 2b5f6cd

File tree

209 files changed

+781
-573
lines changed

Some content is hidden

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

209 files changed

+781
-573
lines changed

.speakeasy/gen.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
lockVersion: 2.0.0
22
id: 7fa83af8-9e8e-4410-b7e2-cf1d0eaf688b
33
management:
4-
docChecksum: 0d3a4e020967065f25fbe24823c0d825
4+
docChecksum: a031f0ed1670153a5350648c2bec3285
55
docVersion: 1.0.0
6-
speakeasyVersion: 1.592.2
7-
generationVersion: 2.668.4
8-
releaseVersion: 4.24.0
9-
configChecksum: 62f89903b457c04884c2cd644e097a59
6+
speakeasyVersion: 1.596.0
7+
generationVersion: 2.672.0
8+
releaseVersion: 4.24.1
9+
configChecksum: da45fef1ab8ad96ba51f404f78726abd
1010
repoURL: https://github.com/StackOneHQ/stackone-client-typescript.git
1111
repoSubDirectory: .
1212
installationURL: https://github.com/StackOneHQ/stackone-client-typescript
@@ -15,7 +15,7 @@ features:
1515
typescript:
1616
additionalDependencies: 0.1.0
1717
constsAndDefaults: 0.1.12
18-
core: 3.21.17
18+
core: 3.21.19
1919
defaultEnabledRetries: 0.1.0
2020
deprecations: 2.81.1
2121
downloadStreams: 0.1.1

.speakeasy/workflow.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
speakeasyVersion: 1.592.2
1+
speakeasyVersion: 1.596.0
22
sources:
33
my-source:
44
sourceNamespace: my-source
5-
sourceRevisionDigest: sha256:29522d6b1e2052ae757cd54f3c14609f7af9aa6ed1832cf0f4e5110285eedc9d
6-
sourceBlobDigest: sha256:a3361a8975b907ab328aed63fdf670bd2e9e88567c5f0536c0a52e1f068173b6
5+
sourceRevisionDigest: sha256:e935d7ea5e55d09e78040ca0ad930af609174a75afdc21eb6cb2a3f90c3b113a
6+
sourceBlobDigest: sha256:e56c20581a77ab830dd900d2208a8208b9d8daa84bf4df435b72a8b31ddeebfc
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1753890454
9+
- speakeasy-sdk-regen-1754298851
1010
- 1.0.0
1111
targets:
1212
StackOneTypeScriptClient:
1313
source: my-source
1414
sourceNamespace: my-source
15-
sourceRevisionDigest: sha256:29522d6b1e2052ae757cd54f3c14609f7af9aa6ed1832cf0f4e5110285eedc9d
16-
sourceBlobDigest: sha256:a3361a8975b907ab328aed63fdf670bd2e9e88567c5f0536c0a52e1f068173b6
15+
sourceRevisionDigest: sha256:e935d7ea5e55d09e78040ca0ad930af609174a75afdc21eb6cb2a3f90c3b113a
16+
sourceBlobDigest: sha256:e56c20581a77ab830dd900d2208a8208b9d8daa84bf4df435b72a8b31ddeebfc
1717
codeSamplesNamespace: code-samples-typescript-stackonetypescriptclient
18-
codeSamplesRevisionDigest: sha256:ca53b638cb323a76c4485298f8b027ccf7dec3310debffacb1eb60409570515c
18+
codeSamplesRevisionDigest: sha256:209a882d5d471c2e8608661f3c17b9e4c2d43ef1b939d29201832d96cfaad7d0
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

FUNCTIONS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ async function run() {
3939
updatedAfter: new Date("2020-01-01T00:00:00.000Z"),
4040
},
4141
include: "avatar_url,avatar,custom_fields,job_description,benefits",
42-
updatedAfter: "2020-01-01T00:00:00.000Z",
42+
updatedAfter: new Date("2020-01-01T00:00:00.000Z"),
4343
xAccountId: "<id>",
4444
});
4545
if (res.ok) {

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ async function run() {
8585
updatedAfter: new Date("2020-01-01T00:00:00.000Z"),
8686
},
8787
include: "avatar_url,avatar,custom_fields,job_description,benefits",
88-
updatedAfter: "2020-01-01T00:00:00.000Z",
88+
updatedAfter: new Date("2020-01-01T00:00:00.000Z"),
8989
xAccountId: "<id>",
9090
});
9191

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1796,4 +1796,14 @@ Based on:
17961796
### Generated
17971797
- [typescript v4.24.0] .
17981798
### Releases
1799-
- [NPM v4.24.0] https://www.npmjs.com/package/@stackone/stackone-client-ts/v/4.24.0 - .
1799+
- [NPM v4.24.0] https://www.npmjs.com/package/@stackone/stackone-client-ts/v/4.24.0 - .
1800+
1801+
## 2025-08-04 09:13:50
1802+
### Changes
1803+
Based on:
1804+
- OpenAPI Doc
1805+
- Speakeasy CLI 1.596.0 (2.672.0) https://github.com/speakeasy-api/speakeasy
1806+
### Generated
1807+
- [typescript v4.24.1] .
1808+
### Releases
1809+
- [NPM v4.24.1] https://www.npmjs.com/package/@stackone/stackone-client-ts/v/4.24.1 - .

USAGE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ async function run() {
2020
updatedAfter: new Date("2020-01-01T00:00:00.000Z"),
2121
},
2222
include: "avatar_url,avatar,custom_fields,job_description,benefits",
23-
updatedAfter: "2020-01-01T00:00:00.000Z",
23+
updatedAfter: new Date("2020-01-01T00:00:00.000Z"),
2424
xAccountId: "<id>",
2525
});
2626

docs/sdk/models/operations/atsgetapplicationcustomfielddefinitionrequest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ let value: AtsGetApplicationCustomFieldDefinitionRequest = {
2727
| `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 | |
2929
| `raw` | *boolean* | :heavy_minus_sign: | Indicates that the raw request result should be returned in addition to the mapped result (default value is false) | |
30-
| ~~`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 |
30+
| ~~`updatedAfter`~~ | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :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 | |

docs/sdk/models/operations/atsgetcandidatecustomfielddefinitionrequest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ let value: AtsGetCandidateCustomFieldDefinitionRequest = {
2727
| `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 | |
2929
| `raw` | *boolean* | :heavy_minus_sign: | Indicates that the raw request result should be returned in addition to the mapped result (default value is false) | |
30-
| ~~`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 |
30+
| ~~`updatedAfter`~~ | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :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)