Skip to content

Commit 6b9ebbf

Browse files
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.462.2 (#159)
Co-authored-by: speakeasybot <[email protected]>
1 parent d770f05 commit 6b9ebbf

File tree

180 files changed

+3795
-2918
lines changed

Some content is hidden

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

180 files changed

+3795
-2918
lines changed

.gitignore

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

.speakeasy/gen.lock

Lines changed: 65 additions & 57 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.460.3
1+
speakeasyVersion: 1.462.2
22
sources:
33
my-source:
44
sourceNamespace: my-source
5-
sourceRevisionDigest: sha256:a62ba0eddfa4e9e9bca8cf70adf46f2166549ad04a120a816e653e379c289c06
6-
sourceBlobDigest: sha256:6419ea522cd789b86e5aac15baa8f062294c4d334ce3d74b34472a56703fd755
5+
sourceRevisionDigest: sha256:efc426828dbddeddd4ce177fe2a446223d3d68b311bf2e80e8c83809307d41e9
6+
sourceBlobDigest: sha256:de9d62581583d24a6a1481a55e4e0caadd1902adaaf9fe8e3e26ff676ceb00c8
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1735549577
9+
- speakeasy-sdk-regen-1736154377
1010
- 1.0.0
1111
targets:
1212
StackOneTypeScriptClient:
1313
source: my-source
1414
sourceNamespace: my-source
15-
sourceRevisionDigest: sha256:a62ba0eddfa4e9e9bca8cf70adf46f2166549ad04a120a816e653e379c289c06
16-
sourceBlobDigest: sha256:6419ea522cd789b86e5aac15baa8f062294c4d334ce3d74b34472a56703fd755
15+
sourceRevisionDigest: sha256:efc426828dbddeddd4ce177fe2a446223d3d68b311bf2e80e8c83809307d41e9
16+
sourceBlobDigest: sha256:de9d62581583d24a6a1481a55e4e0caadd1902adaaf9fe8e3e26ff676ceb00c8
1717
codeSamplesNamespace: code-samples-typescript-stackonetypescriptclient
18-
codeSamplesRevisionDigest: sha256:40878902a45b3df861dbf5272002c3b5b530201161165aaddf731aef2ad27ec4
18+
codeSamplesRevisionDigest: sha256:082ff65b2b5d08779f418ef1996cf4c55a08bcaa784aed5c7d321e67ecc6da20
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1396,4 +1396,14 @@ Based on:
13961396
### Generated
13971397
- [typescript v4.17.7] .
13981398
### Releases
1399-
- [NPM v4.17.7] https://www.npmjs.com/package/@stackone/stackone-client-ts/v/4.17.7 - .
1399+
- [NPM v4.17.7] https://www.npmjs.com/package/@stackone/stackone-client-ts/v/4.17.7 - .
1400+
1401+
## 2025-01-06 09:06:10
1402+
### Changes
1403+
Based on:
1404+
- OpenAPI Doc
1405+
- Speakeasy CLI 1.462.2 (2.486.1) https://github.com/speakeasy-api/speakeasy
1406+
### Generated
1407+
- [typescript v4.17.8] .
1408+
### Releases
1409+
- [NPM v4.17.8] https://www.npmjs.com/package/@stackone/stackone-client-ts/v/4.17.8 - .

codeSamples.yaml

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

docs/sdk/models/operations/atscreatebackgroundcheckpackagerequest.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@ import { AtsCreateBackgroundCheckPackageRequest } from "@stackone/stackone-clien
77

88
let value: AtsCreateBackgroundCheckPackageRequest = {
99
atsCreateBackgroundCheckPackagesRequestDto: {
10-
description: "Standard background package for hires",
11-
name: "Standard Background Check",
10+
description:
11+
"Skills test to gauge a candidate's proficiency in job-specific skills",
12+
name: "Test 1",
1213
passthrough: {
1314
"other_known_names": "John Doe",
1415
},

docs/sdk/models/operations/atsgetassessmentspackageresponse.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import { AtsGetAssessmentsPackageResponse } from "@stackone/stackone-client-ts/sdk/models/operations";
77

88
let value: AtsGetAssessmentsPackageResponse = {
9-
assessmentsPackagesResult: {
9+
assessmentPackageResult: {
1010
data: {
1111
description:
1212
"Skills test to gauge a candidate's proficiency in job-specific skills",
@@ -30,10 +30,10 @@ let value: AtsGetAssessmentsPackageResponse = {
3030

3131
## Fields
3232

33-
| Field | Type | Required | Description |
34-
| ------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------- |
35-
| `assessmentsPackagesResult` | [shared.AssessmentsPackagesResult](../../../sdk/models/shared/assessmentspackagesresult.md) | :heavy_minus_sign: | The assessments package with the given identifier was retrieved. |
36-
| `contentType` | *string* | :heavy_check_mark: | HTTP response content type for this operation |
37-
| `headers` | Record<string, *string*[]> | :heavy_check_mark: | N/A |
38-
| `statusCode` | *number* | :heavy_check_mark: | HTTP response status code for this operation |
39-
| `rawResponse` | [Response](https://developer.mozilla.org/en-US/docs/Web/API/Response) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |
33+
| Field | Type | Required | Description |
34+
| --------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------- |
35+
| `assessmentPackageResult` | [shared.AssessmentPackageResult](../../../sdk/models/shared/assessmentpackageresult.md) | :heavy_minus_sign: | The assessments package with the given identifier was retrieved. |
36+
| `contentType` | *string* | :heavy_check_mark: | HTTP response content type for this operation |
37+
| `headers` | Record<string, *string*[]> | :heavy_check_mark: | N/A |
38+
| `statusCode` | *number* | :heavy_check_mark: | HTTP response status code for this operation |
39+
| `rawResponse` | [Response](https://developer.mozilla.org/en-US/docs/Web/API/Response) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |

docs/sdk/models/operations/atsgetassessmentsrequestresponse.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44

55
```typescript
66
import { AtsGetAssessmentsRequestResponse } from "@stackone/stackone-client-ts/sdk/models/operations";
7-
import { AssessmentsOrderValue } from "@stackone/stackone-client-ts/sdk/models/shared";
7+
import { AssessmentOrderValue } from "@stackone/stackone-client-ts/sdk/models/shared";
88

99
let value: AtsGetAssessmentsRequestResponse = {
10-
assessmentsOrderResult: {
10+
assessmentOrderResult: {
1111
data: {
1212
application: {
1313
applicationStatus: {
1414
sourceValue: "Hired",
15-
value: AssessmentsOrderValue.Hired,
15+
value: AssessmentOrderValue.Hired,
1616
},
1717
id: "8187e5da-dc77-475e-9949-af0f1fa4e4e3",
1818
passthrough: {
@@ -89,10 +89,10 @@ let value: AtsGetAssessmentsRequestResponse = {
8989

9090
## Fields
9191

92-
| Field | Type | Required | Description |
93-
| ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- |
94-
| `assessmentsOrderResult` | [shared.AssessmentsOrderResult](../../../sdk/models/shared/assessmentsorderresult.md) | :heavy_minus_sign: | The assessments order with the given identifier was retrieved. |
95-
| `contentType` | *string* | :heavy_check_mark: | HTTP response content type for this operation |
96-
| `headers` | Record<string, *string*[]> | :heavy_check_mark: | N/A |
97-
| `statusCode` | *number* | :heavy_check_mark: | HTTP response status code for this operation |
98-
| `rawResponse` | [Response](https://developer.mozilla.org/en-US/docs/Web/API/Response) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |
92+
| Field | Type | Required | Description |
93+
| ----------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------- |
94+
| `assessmentOrderResult` | [shared.AssessmentOrderResult](../../../sdk/models/shared/assessmentorderresult.md) | :heavy_minus_sign: | The assessments order with the given identifier was retrieved. |
95+
| `contentType` | *string* | :heavy_check_mark: | HTTP response content type for this operation |
96+
| `headers` | Record<string, *string*[]> | :heavy_check_mark: | N/A |
97+
| `statusCode` | *number* | :heavy_check_mark: | HTTP response status code for this operation |
98+
| `rawResponse` | [Response](https://developer.mozilla.org/en-US/docs/Web/API/Response) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |

0 commit comments

Comments
 (0)