Skip to content

Commit 305bef4

Browse files
github-actions[bot]speakeasybotspeakeasy-github[bot]
authored
chore: 🐝 Update SDK - Generate 4.26.0 (#216)
* ## SDK Changes Detected: * `stackone.crm.getContactCustomFieldDefinition()`: `response.data.options.[].value` **Changed** **Breaking** ⚠️ * `stackone.ticketing.downloadTicketingAttachment()`: `response` **Changed** **Breaking** ⚠️ * `stackone.messaging.downloadMessagingAttachment()`: `response` **Changed** **Breaking** ⚠️ * `stackone.ats.downloadApplicationDocument()`: `response` **Changed** **Breaking** ⚠️ * `stackone.hris.listEmployeeCustomFieldDefinitions()`: `response.data.[].options.[].value` **Changed** **Breaking** ⚠️ * `stackone.ats.getApplicationCustomFieldDefinition()`: `response.data.options.[].value` **Changed** **Breaking** ⚠️ * `stackone.hris.getEmployeeCustomFieldDefinition()`: `response.data.options.[].value` **Changed** **Breaking** ⚠️ * `stackone.ats.getCandidateCustomFieldDefinition()`: `response.data.options.[].value` **Changed** **Breaking** ⚠️ * `stackone.hris.downloadEmployeeDocument()`: `response` **Changed** **Breaking** ⚠️ * `stackone.ats.getJobCustomFieldDefinition()`: `response.data.options.[].value` **Changed** **Breaking** ⚠️ * `stackone.ats.listApplicationCustomFieldDefinitions()`: `response.data.[].options.[].value` **Changed** **Breaking** ⚠️ * `stackone.documents.downloadFile()`: `response` **Changed** **Breaking** ⚠️ * `stackone.ats.listCandidateCustomFieldDefinitions()`: `response.data.[].options.[].value` **Changed** **Breaking** ⚠️ * `stackone.crm.listContactCustomFieldDefinitions()`: `response.data.[].options.[].value` **Changed** **Breaking** ⚠️ * `stackone.ats.listJobCustomFieldDefinitions()`: `response.data.[].options.[].value` **Changed** **Breaking** ⚠️ * `stackone.ats.updateApplication()`: * `request.atsUpdateApplicationRequestDto.customFields.[].value.[date-time]` **Added** * `stackone.crm.updateContact()`: * `request.crmCreateContactRequestDto.customFields.[].value.[date-time]` **Added** * `response.data.customFields.[].value.[date-time]` **Added** * `stackone.ats.updateCandidate()`: * `request.atsUpdateCandidateRequestDto.customFields.[].value.[date-time]` **Added** * `stackone.ats.updateJob()`: * `request.atsUpdateJobRequestDto.customFields.[].value.[date-time]` **Added** * `stackone.crm.createContact()`: * `request.crmCreateContactRequestDto.customFields.[].value.[date-time]` **Added** * `response.data.customFields.[].value.[date-time]` **Added** * `stackone.crm.getContact()`: `response.data.customFields.[].value.[date-time]` **Added** * `stackone.ats.listJobs()`: `response.data.[].customFields.[].value.[date-time]` **Added** * `stackone.ats.listCandidates()`: `response.data.[].customFields.[].value.[date-time]` **Added** * `stackone.crm.listContacts()`: `response.data.[].customFields.[].value.[date-time]` **Added** * `stackone.ats.createApplication()`: * `request.atsCreateApplicationRequestDto.candidate.customFields.[].value.[date-time]` **Added** * `stackone.ats.listApplications()`: `response.data.[].customFields.[].value.[date-time]` **Added** * `stackone.hris.createEmployee()`: * `request.hrisCreateEmployeeRequestDto.customFields.[].value.[date-time]` **Added** * `stackone.ats.getJob()`: `response.data.customFields.[].value.[date-time]` **Added** * `stackone.hris.getEmployee()`: `response.data.customFields.[].value.[date-time]` **Added** * `stackone.ats.getCandidate()`: `response.data.customFields.[].value.[date-time]` **Added** * `stackone.ats.getApplication()`: `response.data.customFields.[].value.[date-time]` **Added** * `stackone.hris.listEmployees()`: `response.data.[].customFields.[].value.[date-time]` **Added** * `stackone.hris.updateEmployee()`: * `request.hrisUpdateEmployeeRequestDto.customFields.[].value.[date-time]` **Added** * `stackone.ats.createJob()`: * `request.atsCreateJobRequestDto.customFields.[].value.[date-time]` **Added** * `stackone.ats.createCandidate()`: * `request.atsCreateCandidateRequestDto.customFields.[].value.[date-time]` **Added** * 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 bdaaedc commit 305bef4

37 files changed

+1040
-833
lines changed

.speakeasy/gen.lock

Lines changed: 50 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: f58f6b99414ca66d6b4e8f94f7ccf7ae
4+
docChecksum: 1d1ba8d67210928dd7dae6d13dace15a
55
docVersion: 1.0.0
6-
speakeasyVersion: 1.606.3
7-
generationVersion: 2.687.1
8-
releaseVersion: 4.25.3
9-
configChecksum: 2c53a7d741de051d533ccf763b7d3afe
6+
speakeasyVersion: 1.606.9
7+
generationVersion: 2.687.13
8+
releaseVersion: 4.26.0
9+
configChecksum: 1cb463f78a9917126485867e9d837581
1010
repoURL: https://github.com/StackOneHQ/stackone-client-typescript.git
1111
repoSubDirectory: .
1212
installationURL: https://github.com/StackOneHQ/stackone-client-typescript
@@ -19,7 +19,6 @@ features:
1919
core: 3.21.20
2020
defaultEnabledRetries: 0.1.0
2121
deprecations: 2.81.1
22-
downloadStreams: 0.1.1
2322
enumUnions: 0.1.0
2423
envVarSecurityUsage: 0.1.2
2524
examples: 2.82.3
@@ -1157,6 +1156,8 @@ generatedFiles:
11571156
- docs/sdk/models/shared/customfielddefinitiontype.md
11581157
- docs/sdk/models/shared/customfielddefinitionvalue.md
11591158
- docs/sdk/models/shared/customfieldoption.md
1159+
- docs/sdk/models/shared/customfieldoption4.md
1160+
- docs/sdk/models/shared/customfieldoptionvalue.md
11601161
- docs/sdk/models/shared/customfields.md
11611162
- docs/sdk/models/shared/customfields4.md
11621163
- docs/sdk/models/shared/customfieldsvalue.md
@@ -1169,6 +1170,8 @@ generatedFiles:
11691170
- docs/sdk/models/shared/description.md
11701171
- docs/sdk/models/shared/division.md
11711172
- docs/sdk/models/shared/document.md
1173+
- docs/sdk/models/shared/downloadapimodel.md
1174+
- docs/sdk/models/shared/downloadheadersapimodel.md
11721175
- docs/sdk/models/shared/draft.md
11731176
- docs/sdk/models/shared/driveresult.md
11741177
- docs/sdk/models/shared/drives.md
@@ -3115,6 +3118,8 @@ generatedFiles:
31153118
- src/sdk/models/shared/department.ts
31163119
- src/sdk/models/shared/departmentresult.ts
31173120
- src/sdk/models/shared/departmentspaginated.ts
3121+
- src/sdk/models/shared/downloadapimodel.ts
3122+
- src/sdk/models/shared/downloadheadersapimodel.ts
31183123
- src/sdk/models/shared/driveresult.ts
31193124
- src/sdk/models/shared/drives.ts
31203125
- src/sdk/models/shared/drivespaginated.ts
@@ -4060,6 +4065,43 @@ examples:
40604065
responses:
40614066
"200":
40624067
application/octet-stream: "x-file: example.file"
4068+
application/gzip: "0x22c19257bb"
4069+
application/msword: "0xbCa44FeEb1"
4070+
application/pdf: "0xaa1eeCfc4A"
4071+
application/rtf: "0x01EFDC3bd1"
4072+
application/vnd.ms-excel: "0x2207DFEAf3"
4073+
application/vnd.ms-outlook: "0xD6FE8CEb2C"
4074+
application/vnd.ms-powerpoint: "0xc452638C15"
4075+
application/vnd.oasis.opendocument.presentation: "0x9d2ffFAe87"
4076+
application/vnd.oasis.opendocument.spreadsheet: "0x66f6d3F200"
4077+
application/vnd.oasis.opendocument.text: "0x2Dad9f0caf"
4078+
application/vnd.openxmlformats-officedocument.presentationml.presentation: "0x4D1E2fcecc"
4079+
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: "0xa4dEaaC0Ea"
4080+
application/vnd.openxmlformats-officedocument.wordprocessingml.document: "0xed80bd88a3"
4081+
application/x-7z-compressed: "0x075F4b8773"
4082+
application/x-rar-compressed: "0xFbD277306C"
4083+
application/xml: "0x9cb30a1dee"
4084+
application/zip: "0x2C3EBDaf72"
4085+
audio/mp4: "0x85daC912dC"
4086+
audio/mpeg: "0xFfACa8e6b5"
4087+
audio/wav: "0x0c128B556D"
4088+
image/bmp: "0x63FdfEBeFE"
4089+
image/gif: "0x45f3688c63"
4090+
image/heic: "0x06E3eecF75"
4091+
image/jpeg: "0xADBaeF0eCA"
4092+
image/png: "0xbEF42fcc7c"
4093+
image/tiff: "0xE3fcf3Ef8B"
4094+
image/webp: "0xe27B8aa32f"
4095+
message/rfc822: "0xDAfDdF1e3d"
4096+
text/csv: "0xcdfbAb46FF"
4097+
text/html: "0x34fe613ca0"
4098+
text/rtf: "0x2405B72430"
4099+
video/avi: "0x4Db048Dcae"
4100+
video/mp4: "0xAeE9A02210"
4101+
video/quicktime: "0x8bb83A9B0e"
4102+
video/webm: "0x14b0d37bff"
4103+
application/json: {"data": "0xeaccaAAeBE", "headers": {"content-disposition": "attachment; filename=\"example.pdf\"", "content-encoding": "gzip", "content-length": 1024, "content-range": "bytes 0-1023/2048", "content-type": "application/pdf", "transfer-encoding": "chunked"}}
4104+
text/plain: "<value>"
40634105
"400":
40644106
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"}
40654107
"401":
@@ -7373,7 +7415,7 @@ examples:
73737415
"200":
73747416
application/octet-stream: "x-file: example.file"
73757417
application/gzip: "x-file: example.file"
7376-
application/json: "x-file: example.file"
7418+
application/json: {"data": "0xD8a7d4EC38", "headers": {"content-disposition": "attachment; filename=\"example.pdf\"", "content-encoding": "gzip", "content-length": 1024, "content-range": "bytes 0-1023/2048", "content-type": "application/pdf", "transfer-encoding": "chunked"}}
73777419
application/msword: "x-file: example.file"
73787420
application/pdf: "x-file: example.file"
73797421
application/rtf: "x-file: example.file"
@@ -14050,4 +14092,4 @@ examples:
1405014092
application/json: {"message": "Bad Gateway", "statusCode": 502, "timestamp": "2023-05-30T00:00:00.000Z"}
1405114093
examplesVersion: 1.0.2
1405214094
generatedTests: {}
14053-
releaseNotes: "## SDK Changes Detected:\n* `stackone.ats.createApplication()`: \n * `request.atsCreateApplicationRequestDto.documents.[]` **Changed** **Breaking** :warning:\n* `stackone.ats.updateAssessmentsResult()`: \n * `request.atsUpdateCandidatesAssessmentsResultsRequestDto.id` **Removed** **Breaking** :warning:\n* `stackone.ats.updateBackgroundCheckResult()`: \n * `request.atsUpdateBackgroundCheckResultRequestDto.id` **Removed** **Breaking** :warning:\n* `stackone.ats.getAssessmentsResult()`: **Deleted** **Breaking** :warning:\n* `stackone.ats.getBackgroundCheckResult()`: **Deleted** **Breaking** :warning:\n"
14095+
releaseNotes: "## SDK Changes Detected:\n* `stackone.crm.getContactCustomFieldDefinition()`: `response.data.options.[].value` **Changed** **Breaking** :warning:\n* `stackone.ticketing.downloadTicketingAttachment()`: `response` **Changed** **Breaking** :warning:\n* `stackone.messaging.downloadMessagingAttachment()`: `response` **Changed** **Breaking** :warning:\n* `stackone.ats.downloadApplicationDocument()`: `response` **Changed** **Breaking** :warning:\n* `stackone.hris.listEmployeeCustomFieldDefinitions()`: `response.data.[].options.[].value` **Changed** **Breaking** :warning:\n* `stackone.ats.getApplicationCustomFieldDefinition()`: `response.data.options.[].value` **Changed** **Breaking** :warning:\n* `stackone.hris.getEmployeeCustomFieldDefinition()`: `response.data.options.[].value` **Changed** **Breaking** :warning:\n* `stackone.ats.getCandidateCustomFieldDefinition()`: `response.data.options.[].value` **Changed** **Breaking** :warning:\n* `stackone.hris.downloadEmployeeDocument()`: `response` **Changed** **Breaking** :warning:\n* `stackone.ats.getJobCustomFieldDefinition()`: `response.data.options.[].value` **Changed** **Breaking** :warning:\n* `stackone.ats.listApplicationCustomFieldDefinitions()`: `response.data.[].options.[].value` **Changed** **Breaking** :warning:\n* `stackone.documents.downloadFile()`: `response` **Changed** **Breaking** :warning:\n* `stackone.ats.listCandidateCustomFieldDefinitions()`: `response.data.[].options.[].value` **Changed** **Breaking** :warning:\n* `stackone.crm.listContactCustomFieldDefinitions()`: `response.data.[].options.[].value` **Changed** **Breaking** :warning:\n* `stackone.ats.listJobCustomFieldDefinitions()`: `response.data.[].options.[].value` **Changed** **Breaking** :warning:\n* `stackone.ats.updateApplication()`: \n * `request.atsUpdateApplicationRequestDto.customFields.[].value.[date-time]` **Added**\n* `stackone.crm.updateContact()`: \n * `request.crmCreateContactRequestDto.customFields.[].value.[date-time]` **Added**\n * `response.data.customFields.[].value.[date-time]` **Added**\n* `stackone.ats.updateCandidate()`: \n * `request.atsUpdateCandidateRequestDto.customFields.[].value.[date-time]` **Added**\n* `stackone.ats.updateJob()`: \n * `request.atsUpdateJobRequestDto.customFields.[].value.[date-time]` **Added**\n* `stackone.crm.createContact()`: \n * `request.crmCreateContactRequestDto.customFields.[].value.[date-time]` **Added**\n * `response.data.customFields.[].value.[date-time]` **Added**\n* `stackone.crm.getContact()`: `response.data.customFields.[].value.[date-time]` **Added**\n* `stackone.ats.listJobs()`: `response.data.[].customFields.[].value.[date-time]` **Added**\n* `stackone.ats.listCandidates()`: `response.data.[].customFields.[].value.[date-time]` **Added**\n* `stackone.crm.listContacts()`: `response.data.[].customFields.[].value.[date-time]` **Added**\n* `stackone.ats.createApplication()`: \n * `request.atsCreateApplicationRequestDto.candidate.customFields.[].value.[date-time]` **Added**\n* `stackone.ats.listApplications()`: `response.data.[].customFields.[].value.[date-time]` **Added**\n* `stackone.hris.createEmployee()`: \n * `request.hrisCreateEmployeeRequestDto.customFields.[].value.[date-time]` **Added**\n* `stackone.ats.getJob()`: `response.data.customFields.[].value.[date-time]` **Added**\n* `stackone.hris.getEmployee()`: `response.data.customFields.[].value.[date-time]` **Added**\n* `stackone.ats.getCandidate()`: `response.data.customFields.[].value.[date-time]` **Added**\n* `stackone.ats.getApplication()`: `response.data.customFields.[].value.[date-time]` **Added**\n* `stackone.hris.listEmployees()`: `response.data.[].customFields.[].value.[date-time]` **Added**\n* `stackone.hris.updateEmployee()`: \n * `request.hrisUpdateEmployeeRequestDto.customFields.[].value.[date-time]` **Added**\n* `stackone.ats.createJob()`: \n * `request.atsCreateJobRequestDto.customFields.[].value.[date-time]` **Added**\n* `stackone.ats.createCandidate()`: \n * `request.atsCreateCandidateRequestDto.customFields.[].value.[date-time]` **Added**\n"

.speakeasy/workflow.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
speakeasyVersion: 1.606.3
1+
speakeasyVersion: 1.606.9
22
sources:
33
my-source:
44
sourceNamespace: my-source
5-
sourceRevisionDigest: sha256:f4bcead33459a1837bf509162943d17d2e664a0321c48f01175657db44c0e741
6-
sourceBlobDigest: sha256:1faee27daceadb55d8a6df25a63c9402c8dcce12f4129ee47ee762ba87122336
5+
sourceRevisionDigest: sha256:71e6401670a8823188081589486a2d7f318244c0d25e2137d5a047d348fda0fb
6+
sourceBlobDigest: sha256:f5765d18bcbb70aef9deacf294fa2134ef50275bc88abacdc989370a7dbf08df
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1756112865
9+
- speakeasy-sdk-regen-1756717685
1010
- 1.0.0
1111
targets:
1212
StackOneTypeScriptClient:
1313
source: my-source
1414
sourceNamespace: my-source
15-
sourceRevisionDigest: sha256:f4bcead33459a1837bf509162943d17d2e664a0321c48f01175657db44c0e741
16-
sourceBlobDigest: sha256:1faee27daceadb55d8a6df25a63c9402c8dcce12f4129ee47ee762ba87122336
15+
sourceRevisionDigest: sha256:71e6401670a8823188081589486a2d7f318244c0d25e2137d5a047d348fda0fb
16+
sourceBlobDigest: sha256:f5765d18bcbb70aef9deacf294fa2134ef50275bc88abacdc989370a7dbf08df
1717
codeSamplesNamespace: code-samples-typescript-stackonetypescriptclient
18-
codeSamplesRevisionDigest: sha256:a9be64bca2aea448ef1dc129703495b3103f634610ff2fa9dfbabacc1fc5a013
18+
codeSamplesRevisionDigest: sha256:5b529aeb758849720422411513763579a41aca17d2e8e12f143cbaf17c6e41a2
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
@@ -1866,4 +1866,14 @@ Based on:
18661866
### Generated
18671867
- [typescript v4.25.3] .
18681868
### Releases
1869-
- [NPM v4.25.3] https://www.npmjs.com/package/@stackone/stackone-client-ts/v/4.25.3 - .
1869+
- [NPM v4.25.3] https://www.npmjs.com/package/@stackone/stackone-client-ts/v/4.25.3 - .
1870+
1871+
## 2025-09-01 09:07:42
1872+
### Changes
1873+
Based on:
1874+
- OpenAPI Doc
1875+
- Speakeasy CLI 1.606.9 (2.687.13) https://github.com/speakeasy-api/speakeasy
1876+
### Generated
1877+
- [typescript v4.26.0] .
1878+
### Releases
1879+
- [NPM v4.26.0] https://www.npmjs.com/package/@stackone/stackone-client-ts/v/4.26.0 - .

0 commit comments

Comments
 (0)