File tree Expand file tree Collapse file tree 8 files changed +28
-18
lines changed Expand file tree Collapse file tree 8 files changed +28
-18
lines changed Original file line number Diff line number Diff line change @@ -3,10 +3,10 @@ id: f42cb8e6-e2ce-4565-b975-5a9f38b94d5a
33management:
44 docChecksum: f152122a1bb6e932d6eb54355be2da11
55 docVersion: 1.0.35
6- speakeasyVersion: 1.308.0
7- generationVersion: 2.342.2
8- releaseVersion: 0.11.0
9- configChecksum: 8717f9a4467ab0eddfeb9d2d03635384
6+ speakeasyVersion: 1.308.1
7+ generationVersion: 2.342.6
8+ releaseVersion: 0.11.1
9+ configChecksum: bd8ea9af107b087e7927abd855542414
1010 repoURL: https://github.com/Unstructured-IO/unstructured-js-client.git
1111 repoSubDirectory: .
1212 installationURL: https://github.com/Unstructured-IO/unstructured-js-client
Original file line number Diff line number Diff line change 1- speakeasyVersion: 1.308.0
1+ speakeasyVersion: 1.308.1
22sources:
33 my-source:
44 sourceNamespace: my-source
5- sourceRevisionDigest: sha256:a35eb7c2c127f2fcfcda671cc0d50905305d0cfbaedb77f73f7f15d01c7a8a6b
6- sourceBlobDigest: sha256:151b7029fefa0b7aa79d4f7c9a0ceea175b470cbc7eb7573344dce1e83c2e474
5+ sourceRevisionDigest: sha256:75c039c729d92b37dca8914b1b2f47e4f8a9775f1c77510896c906f925da24a9
6+ sourceBlobDigest: sha256:f116cfff59082526bec401f05b9660a39c37f7db24417e8ab7aaa65676622e3c
77 tags:
88 - latest
99 - main
1010targets:
1111 unstructed-typescript:
1212 source: my-source
1313 sourceNamespace: my-source
14- sourceRevisionDigest: sha256:a35eb7c2c127f2fcfcda671cc0d50905305d0cfbaedb77f73f7f15d01c7a8a6b
15- sourceBlobDigest: sha256:151b7029fefa0b7aa79d4f7c9a0ceea175b470cbc7eb7573344dce1e83c2e474
14+ sourceRevisionDigest: sha256:75c039c729d92b37dca8914b1b2f47e4f8a9775f1c77510896c906f925da24a9
15+ sourceBlobDigest: sha256:f116cfff59082526bec401f05b9660a39c37f7db24417e8ab7aaa65676622e3c
1616 outLocation: /github/workspace/repo
1717workflow:
1818 workflowVersion: 1.0.0
Original file line number Diff line number Diff line change @@ -323,4 +323,14 @@ Based on:
323323### Generated
324324- [ typescript v0.11.0] .
325325### Releases
326- - [ NPM v0.11.0] https://www.npmjs.com/package/unstructured-client/v/0.11.0 - .
326+ - [ NPM v0.11.0] https://www.npmjs.com/package/unstructured-client/v/0.11.0 - .
327+
328+ ## 2024-06-14 17:43:15
329+ ### Changes
330+ Based on:
331+ - OpenAPI Doc
332+ - Speakeasy CLI 1.308.1 (2.342.6) https://github.com/speakeasy-api/speakeasy
333+ ### Generated
334+ - [ typescript v0.11.1] .
335+ ### Releases
336+ - [ NPM v0.11.1] https://www.npmjs.com/package/unstructured-client/v/0.11.1 - .
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ generation:
1010 auth :
1111 oAuth2ClientCredentialsEnabled : false
1212typescript :
13- version : 0.11.0
13+ version : 0.11.1
1414 additionalDependencies :
1515 dependencies :
1616 async : ^3.2.5
Original file line number Diff line number Diff line change 22
33{
44 "name" : " unstructured-client" ,
5- "version" : " 0.11.0 " ,
5+ "version" : " 0.11.1 " ,
66 "exports" : {
77 "." : " ./src/index.ts" ,
88 "./sdk/models/errors" : " ./src/sdk/models/errors/index.ts" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " unstructured-client" ,
3- "version" : " 0.11.0 " ,
3+ "version" : " 0.11.1 " ,
44 "author" : " Unstructured" ,
55 "main" : " ./index.js" ,
66 "sideEffects" : false ,
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
6161export const SDK_METADATA = {
6262 language : "typescript" ,
6363 openapiDocVersion : "1.0.35" ,
64- sdkVersion : "0.11.0 " ,
65- genVersion : "2.342.2 " ,
66- userAgent : "speakeasy-sdk/typescript 0.11.0 2.342.2 1.0.35 unstructured-client" ,
64+ sdkVersion : "0.11.1 " ,
65+ genVersion : "2.342.6 " ,
66+ userAgent : "speakeasy-sdk/typescript 0.11.1 2.342.6 1.0.35 unstructured-client" ,
6767} as const ;
You can’t perform that action at this time.
0 commit comments