Skip to content

Commit 576f537

Browse files
github-actions[bot]speakeasybotspeakeasy-github[bot]
authored
chore: 🐝 Update SDK - Generate 4.23.4 (#201)
* ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.587.0 * empty commit to trigger [run-tests] workflow --------- Co-authored-by: speakeasybot <bot@speakeasyapi.dev> Co-authored-by: speakeasy-github[bot] <128539517+speakeasy-github[bot]@users.noreply.github.com>
1 parent e4482a4 commit 576f537

17 files changed

Lines changed: 73 additions & 26 deletions

File tree

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

Lines changed: 10 additions & 8 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: 41e3aee6927fb0cee5e41091a0fabc58
4+
docChecksum: 71bdb2e3861767557873f2ded96bb057
55
docVersion: 1.0.0
6-
speakeasyVersion: 1.586.0
7-
generationVersion: 2.661.4
8-
releaseVersion: 4.23.3
9-
configChecksum: 3ce01ad45d44027e4891367589c9756b
6+
speakeasyVersion: 1.587.0
7+
generationVersion: 2.662.0
8+
releaseVersion: 4.23.4
9+
configChecksum: 7ce542775bdfd4e6c16928c874ad6671
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.14
18+
core: 3.21.15
1919
defaultEnabledRetries: 0.1.0
2020
deprecations: 2.81.1
2121
downloadStreams: 0.1.1
@@ -3681,6 +3681,8 @@ examples:
36813681
application/json: {"message": "Not Implemented", "statusCode": 501, "timestamp": "2023-05-30T00:00:00.000Z"}
36823682
"502":
36833683
application/json: {"message": "Bad Gateway", "statusCode": 502, "timestamp": "2023-05-30T00:00:00.000Z"}
3684+
"201":
3685+
application/json: {"data": {"id": "8187e5da-dc77-475e-9949-af0f1fa4e4e3", "remote_id": "8187e5da-dc77-475e-9949-af0f1fa4e4e3"}, "message": "Record created successfully.", "statusCode": 201, "timestamp": "2021-01-01T01:01:01.000Z"}
36843686
ats_delete_background_check_package:
36853687
speakeasy-default-ats-delete-background-check-package:
36863688
parameters:
@@ -6500,7 +6502,7 @@ examples:
65006502
x-account-id: "<id>"
65016503
responses:
65026504
"200":
6503-
application/json: {"data": {"created_at": "2023-02-23T00:00:00.000Z", "default_download_format": "application/pdf", "description": "This is the description associated to the file.", "drive_id": "c28xyrc55866bvuv", "export_formats": ["application/pdf"], "file_format": {"source_value": "application/pdf", "value": "pdf"}, "folder_id": "c28xyrc55866bvuv", "has_children": true, "has_content": true, "id": "8187e5da-dc77-475e-9949-af0f1fa4e4e3", "name": "Information-Technology", "owner_id": "c28xyrc55866bvuv", "path": "/path/to/file", "remote_drive_id": "e3cb75bf-aa84-466e-a6c1-b8322b257a48", "remote_folder_id": "e3cb75bf-aa84-466e-a6c1-b8322b257a48", "remote_id": "8187e5da-dc77-475e-9949-af0f1fa4e4e3", "remote_owner_id": "e3cb75bf-aa84-466e-a6c1-b8322b257a48", "size": 1024, "updated_at": "2024-02-23T00:00:00.000Z", "url": "https://drive.google.com/file/d/nd8932h9d/view"}}
6505+
application/json: {"data": {"all_parent_folder_ids": ["0123456789"], "created_at": "2023-02-23T00:00:00.000Z", "default_download_format": "application/pdf", "description": "This is the description associated to the file.", "drive_id": "c28xyrc55866bvuv", "export_formats": ["application/pdf"], "file_format": {"source_value": "application/pdf", "value": "pdf"}, "folder_id": "c28xyrc55866bvuv", "has_children": true, "has_content": true, "id": "8187e5da-dc77-475e-9949-af0f1fa4e4e3", "name": "Information-Technology", "owner_id": "c28xyrc55866bvuv", "path": "/path/to/file", "remote_drive_id": "e3cb75bf-aa84-466e-a6c1-b8322b257a48", "remote_folder_id": "e3cb75bf-aa84-466e-a6c1-b8322b257a48", "remote_id": "8187e5da-dc77-475e-9949-af0f1fa4e4e3", "remote_owner_id": "e3cb75bf-aa84-466e-a6c1-b8322b257a48", "size": 1024, "updated_at": "2024-02-23T00:00:00.000Z", "url": "https://drive.google.com/file/d/nd8932h9d/view"}}
65046506
"400":
65056507
application/json: {"data": {"headers": {}, "message": "Bad Request", "statusCode": 400}, "message": "Bad Request", "provider_errors": [{"status": 400, "url": "https://api.provider.com/v1/resource"}, {"status": 400, "url": "https://api.provider.com/v1/resource"}, {"status": 400, "url": "https://api.provider.com/v1/resource"}], "statusCode": 400, "timestamp": "2023-05-30T00:00:00.000Z"}
65066508
"401":
@@ -6537,7 +6539,7 @@ examples:
65376539
x-account-id: "<id>"
65386540
responses:
65396541
"200":
6540-
application/json: {"data": {"created_at": "2023-02-23T00:00:00.000Z", "description": "This is the description associated to the folder.", "drive_id": "c28xyrc55866bvuv", "has_children": true, "has_content": true, "id": "8187e5da-dc77-475e-9949-af0f1fa4e4e3", "is_root": true, "name": "Information-Technology", "owner_id": "c28xyrc55866bvuv", "parent_folder_id": "c28xyrc55866bvuv", "path": "/path/to/folder", "remote_drive_id": "e3cb75bf-aa84-466e-a6c1-b8322b257a48", "remote_id": "8187e5da-dc77-475e-9949-af0f1fa4e4e3", "remote_owner_id": "e3cb75bf-aa84-466e-a6c1-b8322b257a48", "remote_parent_folder_id": "e3cb75bf-aa84-466e-a6c1-b8322b257a48", "size": 1024, "updated_at": "2024-02-23T00:00:00.000Z", "url": "https://drive.google.com/folder/d/nd8932h9d/view"}}
6542+
application/json: {"data": {"all_parent_folder_ids": ["0123456789"], "created_at": "2023-02-23T00:00:00.000Z", "description": "This is the description associated to the folder.", "drive_id": "c28xyrc55866bvuv", "has_children": true, "has_content": true, "id": "8187e5da-dc77-475e-9949-af0f1fa4e4e3", "is_root": true, "name": "Information-Technology", "owner_id": "c28xyrc55866bvuv", "parent_folder_id": "c28xyrc55866bvuv", "path": "/path/to/folder", "remote_drive_id": "e3cb75bf-aa84-466e-a6c1-b8322b257a48", "remote_id": "8187e5da-dc77-475e-9949-af0f1fa4e4e3", "remote_owner_id": "e3cb75bf-aa84-466e-a6c1-b8322b257a48", "remote_parent_folder_id": "e3cb75bf-aa84-466e-a6c1-b8322b257a48", "size": 1024, "updated_at": "2024-02-23T00:00:00.000Z", "url": "https://drive.google.com/folder/d/nd8932h9d/view"}}
65416543
"400":
65426544
application/json: {"data": {"headers": {}, "message": "Bad Request", "statusCode": 400}, "message": "Bad Request", "provider_errors": [{"status": 400, "url": "https://api.provider.com/v1/resource"}], "statusCode": 400, "timestamp": "2023-05-30T00:00:00.000Z"}
65436545
"401":

β€Ž.speakeasy/workflow.lockβ€Ž

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
speakeasyVersion: 1.586.0
1+
speakeasyVersion: 1.587.0
22
sources:
33
my-source:
44
sourceNamespace: my-source
5-
sourceRevisionDigest: sha256:d0a3f16d7dc59bdc9891faedeb6963a73514c66fdd5ca573cefb0dbdfb94e82d
6-
sourceBlobDigest: sha256:e698448cc015eba028e1c57ced56c4b09d0534df305fd4f9dcd344eebeeabab1
5+
sourceRevisionDigest: sha256:ef995df59c85ed5e4c3707be3ec6d93db954d13a1f6ee28b3b443db32077d4ed
6+
sourceBlobDigest: sha256:9baf917483b09118e4bf3efb12ef93b6668cd5689fabe71203449dc1a7c9e620
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1753201938
9+
- speakeasy-sdk-regen-1753285425
1010
- 1.0.0
1111
targets:
1212
StackOneTypeScriptClient:
1313
source: my-source
1414
sourceNamespace: my-source
15-
sourceRevisionDigest: sha256:d0a3f16d7dc59bdc9891faedeb6963a73514c66fdd5ca573cefb0dbdfb94e82d
16-
sourceBlobDigest: sha256:e698448cc015eba028e1c57ced56c4b09d0534df305fd4f9dcd344eebeeabab1
15+
sourceRevisionDigest: sha256:ef995df59c85ed5e4c3707be3ec6d93db954d13a1f6ee28b3b443db32077d4ed
16+
sourceBlobDigest: sha256:9baf917483b09118e4bf3efb12ef93b6668cd5689fabe71203449dc1a7c9e620
1717
codeSamplesNamespace: code-samples-typescript-stackonetypescriptclient
18-
codeSamplesRevisionDigest: sha256:197f33a032007d848430c26363c7d98e1c7eb1a273e7bbe7e94cac52c1f10f97
18+
codeSamplesRevisionDigest: sha256:5611f4af484f41cfd65f92fa88095e4caaedfc69340680ded31bb194602bb810
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
@@ -1766,4 +1766,14 @@ Based on:
17661766
### Generated
17671767
- [typescript v4.23.3] .
17681768
### Releases
1769-
- [NPM v4.23.3] https://www.npmjs.com/package/@stackone/stackone-client-ts/v/4.23.3 - .
1769+
- [NPM v4.23.3] https://www.npmjs.com/package/@stackone/stackone-client-ts/v/4.23.3 - .
1770+
1771+
## 2025-07-23 15:43:24
1772+
### Changes
1773+
Based on:
1774+
- OpenAPI Doc
1775+
- Speakeasy CLI 1.587.0 (2.662.0) https://github.com/speakeasy-api/speakeasy
1776+
### Generated
1777+
- [typescript v4.23.4] .
1778+
### Releases
1779+
- [NPM v4.23.4] https://www.npmjs.com/package/@stackone/stackone-client-ts/v/4.23.4 - .

β€Ždocs/sdk/models/shared/fileresult.mdβ€Ž

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ import { FileResult, FilesValue } from "@stackone/stackone-client-ts/sdk/models/
77

88
let value: FileResult = {
99
data: {
10+
allParentFolderIds: [
11+
"0123456789",
12+
],
1013
createdAt: new Date("2023-02-23T00:00:00.000Z"),
1114
defaultDownloadFormat: "application/pdf",
1215
description: "This is the description associated to the file.",

β€Ždocs/sdk/models/shared/files.mdβ€Ž

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
import { Files, FilesValue } from "@stackone/stackone-client-ts/sdk/models/shared";
77

88
let value: Files = {
9+
allParentFolderIds: [
10+
"0123456789",
11+
],
912
createdAt: new Date("2023-02-23T00:00:00.000Z"),
1013
defaultDownloadFormat: "application/pdf",
1114
description: "This is the description associated to the file.",
@@ -38,6 +41,7 @@ let value: Files = {
3841

3942
| Field | Type | Required | Description | Example |
4043
| --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- |
44+
| `allParentFolderIds` | *string*[] | :heavy_minus_sign: | List of containing parent Folder IDs in descending order | [<br/>"0123456789"<br/>] |
4145
| `createdAt` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | The created date of the file | 2023-02-23T00:00:00.000Z |
4246
| `defaultDownloadFormat` | *string* | :heavy_minus_sign: | Default download format | application/pdf |
4347
| `description` | *string* | :heavy_minus_sign: | The description of the file | This is the description associated to the file. |

β€Ždocs/sdk/models/shared/folderresult.mdβ€Ž

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ import { FolderResult } from "@stackone/stackone-client-ts/sdk/models/shared";
77

88
let value: FolderResult = {
99
data: {
10+
allParentFolderIds: [
11+
"0123456789",
12+
],
1013
createdAt: new Date("2023-02-23T00:00:00.000Z"),
1114
description: "This is the description associated to the folder.",
1215
driveId: "c28xyrc55866bvuv",

β€Ždocs/sdk/models/shared/folders.mdβ€Ž

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
import { Folders } from "@stackone/stackone-client-ts/sdk/models/shared";
77

88
let value: Folders = {
9+
allParentFolderIds: [
10+
"0123456789",
11+
],
912
createdAt: new Date("2023-02-23T00:00:00.000Z"),
1013
description: "This is the description associated to the folder.",
1114
driveId: "c28xyrc55866bvuv",
@@ -31,6 +34,7 @@ let value: Folders = {
3134

3235
| Field | Type | Required | Description | Example |
3336
| --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- |
37+
| `allParentFolderIds` | *string*[] | :heavy_minus_sign: | List of containing parent Folder IDs in descending order | [<br/>"0123456789"<br/>] |
3438
| `createdAt` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | The created date of the folder | 2023-02-23T00:00:00.000Z |
3539
| `description` | *string* | :heavy_minus_sign: | The description of the folder | This is the description associated to the folder. |
3640
| `driveId` | *string* | :heavy_minus_sign: | The parent drive ID associated with this folder | c28xyrc55866bvuv |

β€Ždocs/sdk/models/shared/folderspaginated.mdβ€Ž

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ import { FoldersPaginated } from "@stackone/stackone-client-ts/sdk/models/shared
88
let value: FoldersPaginated = {
99
data: [
1010
{
11+
allParentFolderIds: [
12+
"0123456789",
13+
],
1114
createdAt: new Date("2023-02-23T00:00:00.000Z"),
1215
description: "This is the description associated to the folder.",
1316
driveId: "c28xyrc55866bvuv",

β€Žexamples/package-lock.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žgen.yamlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ generation:
1818
generateNewTests: false
1919
skipResponseBodyAssertions: false
2020
typescript:
21-
version: 4.23.3
21+
version: 4.23.4
2222
additionalDependencies:
2323
dependencies: {}
2424
devDependencies: {}

0 commit comments

Comments
Β (0)