Skip to content

Commit e81a8ae

Browse files
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.476.1 (#162)
Co-authored-by: speakeasybot <[email protected]>
1 parent 834eb47 commit e81a8ae

Some content is hidden

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

63 files changed

+3468
-1308
lines changed

.speakeasy/gen.lock

Lines changed: 823 additions & 652 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.469.0
1+
speakeasyVersion: 1.476.1
22
sources:
33
my-source:
44
sourceNamespace: my-source
5-
sourceRevisionDigest: sha256:da77a98186589757084e090a17cf29f878894932999d63ceb33e0f5e5a43e83f
6-
sourceBlobDigest: sha256:8c274b44921a173bffdb76ba84e883edd105c7c392fd975680cc3718cfb9bad1
5+
sourceRevisionDigest: sha256:81f6af029b83b6bb8cfb97190e8c6f1a8b9c6f041d24dd226aeba633c14f91e4
6+
sourceBlobDigest: sha256:f8a6d9c7d975ba98931c391d4c4ac608c086a2e25ff311daa50f44e0428f0017
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1737126117
9+
- speakeasy-sdk-regen-1737968816
1010
- 1.0.0
1111
targets:
1212
StackOneTypeScriptClient:
1313
source: my-source
1414
sourceNamespace: my-source
15-
sourceRevisionDigest: sha256:da77a98186589757084e090a17cf29f878894932999d63ceb33e0f5e5a43e83f
16-
sourceBlobDigest: sha256:8c274b44921a173bffdb76ba84e883edd105c7c392fd975680cc3718cfb9bad1
15+
sourceRevisionDigest: sha256:81f6af029b83b6bb8cfb97190e8c6f1a8b9c6f041d24dd226aeba633c14f91e4
16+
sourceBlobDigest: sha256:f8a6d9c7d975ba98931c391d4c4ac608c086a2e25ff311daa50f44e0428f0017
1717
codeSamplesNamespace: code-samples-typescript-stackonetypescriptclient
18-
codeSamplesRevisionDigest: sha256:348fccddf162ad699c5ad82bc39af76b315e5248b17363e044e4860b2fd1c90a
18+
codeSamplesRevisionDigest: sha256:4b8d127b11cffe888c936e6ac3f357b78a70a9560b2dd5796d7cb264a90590be
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

FUNCTIONS.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,10 @@ 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",
44-
xAccountId: "<value>",
46+
xAccountId: "<id>",
4547
});
4648

4749
switch (true) {

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,10 @@ 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",
89-
xAccountId: "<value>",
91+
xAccountId: "<id>",
9092
});
9193

9294
for await (const page of result) {
@@ -367,8 +369,10 @@ async function run() {
367369
updatedAfter: "2020-01-01T00:00:00.000Z",
368370
},
369371
include: "avatar_url,avatar,custom_fields,job_description,benefits",
372+
pageSize: "25",
373+
raw: false,
370374
updatedAfter: "2020-01-01T00:00:00.000Z",
371-
xAccountId: "<value>",
375+
xAccountId: "<id>",
372376
});
373377

374378
for await (const page of result) {

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1426,4 +1426,14 @@ Based on:
14261426
### Generated
14271427
- [typescript v4.17.10] .
14281428
### Releases
1429-
- [NPM v4.17.10] https://www.npmjs.com/package/@stackone/stackone-client-ts/v/4.17.10 - .
1429+
- [NPM v4.17.10] https://www.npmjs.com/package/@stackone/stackone-client-ts/v/4.17.10 - .
1430+
1431+
## 2025-01-27 09:06:38
1432+
### Changes
1433+
Based on:
1434+
- OpenAPI Doc
1435+
- Speakeasy CLI 1.476.1 (2.495.1) https://github.com/speakeasy-api/speakeasy
1436+
### Generated
1437+
- [typescript v4.17.11] .
1438+
### Releases
1439+
- [NPM v4.17.11] https://www.npmjs.com/package/@stackone/stackone-client-ts/v/4.17.11 - .

USAGE.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,10 @@ 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",
24-
xAccountId: "<value>",
26+
xAccountId: "<id>",
2527
});
2628

2729
for await (const page of result) {

codeSamples.yaml

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

docs/sdk/models/operations/atslistapplicationsqueryparamfilter.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ ATS Application Filter
88
import { AtsListApplicationsQueryParamFilter } from "@stackone/stackone-client-ts/sdk/models/operations";
99

1010
let value: AtsListApplicationsQueryParamFilter = {
11+
createdAfter: "2020-01-01T00:00:00.000Z",
1112
updatedAfter: "2020-01-01T00:00:00.000Z",
1213
};
1314
```
@@ -16,6 +17,7 @@ let value: AtsListApplicationsQueryParamFilter = {
1617

1718
| Field | Type | Required | Description | Example |
1819
| ----------------------------------------------------------------------------- | ----------------------------------------------------------------------------- | ----------------------------------------------------------------------------- | ----------------------------------------------------------------------------- | ----------------------------------------------------------------------------- |
20+
| `createdAfter` | *string* | :heavy_minus_sign: | Use a string with a date to only select results created after that given date | 2020-01-01T00:00:00.000Z |
1921
| `jobId` | *string* | :heavy_minus_sign: | Filter to select applications by job_id | |
2022
| `stage` | *string* | :heavy_minus_sign: | Filter to select applications by stage and sub-stage | |
2123
| `updatedAfter` | *string* | :heavy_minus_sign: | Use a string with a date to only select results updated after that given date | 2020-01-01T00:00:00.000Z |

docs/sdk/models/operations/atslistapplicationsrequest.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ let value: AtsListApplicationsRequest = {
1010
fields:
1111
"id,remote_id,candidate_id,remote_candidate_id,job_id,remote_job_id,job_posting_id,remote_job_posting_id,interview_stage,interview_stage_id,remote_interview_stage_id,rejected_reason,rejected_reason_id,remote_rejected_reason_id,rejected_reason_ids,remote_rejected_reason_ids,rejected_reasons,rejected_at,location_id,remote_location_id,location_ids,remote_location_ids,status,application_status,questionnaires,attachments,result_links,source,created_at,updated_at,documents,custom_fields,candidate",
1212
filter: {
13+
createdAfter: "2020-01-01T00:00:00.000Z",
1314
updatedAfter: "2020-01-01T00:00:00.000Z",
1415
},
1516
include: "attachments,custom_fields",

docs/sdk/models/operations/atslistcandidatesqueryparamfilter.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ ATS Candidate Filter
88
import { AtsListCandidatesQueryParamFilter } from "@stackone/stackone-client-ts/sdk/models/operations";
99

1010
let value: AtsListCandidatesQueryParamFilter = {
11+
createdAfter: "2020-01-01T00:00:00.000Z",
1112
updatedAfter: "2020-01-01T00:00:00.000Z",
1213
};
1314
```
@@ -16,5 +17,6 @@ let value: AtsListCandidatesQueryParamFilter = {
1617

1718
| Field | Type | Required | Description | Example |
1819
| ----------------------------------------------------------------------------- | ----------------------------------------------------------------------------- | ----------------------------------------------------------------------------- | ----------------------------------------------------------------------------- | ----------------------------------------------------------------------------- |
20+
| `createdAfter` | *string* | :heavy_minus_sign: | Use a string with a date to only select results created after that given date | 2020-01-01T00:00:00.000Z |
1921
| `email` | *string* | :heavy_minus_sign: | Filter to select candidates by email | |
2022
| `updatedAfter` | *string* | :heavy_minus_sign: | Use a string with a date to only select results updated after that given date | 2020-01-01T00:00:00.000Z |

0 commit comments

Comments
 (0)