File tree Expand file tree Collapse file tree 8 files changed +26
-16
lines changed Expand file tree Collapse file tree 8 files changed +26
-16
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: 0ecb1bbbef6c9805d6a3edcc0afd098a
55 docVersion: 1.0.51
6- speakeasyVersion: 1.412.6
7- generationVersion: 2.436.3
8- releaseVersion: 0.18.1
9- configChecksum: 85feae8322e909e03a92ff8ccb1fdaf2
6+ speakeasyVersion: 1.422.1
7+ generationVersion: 2.438.15
8+ releaseVersion: 0.18.2
9+ configChecksum: ca25abf7161ef39bf7793f0e79caf68e
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.412.6
1+ speakeasyVersion: 1.422.1
22sources:
33 my-source:
44 sourceNamespace: my-source
5- sourceRevisionDigest: sha256:4def9905d4dde07688c12b86adc3b3f080c4ecf25263ff896d3c7b902910e42a
5+ sourceRevisionDigest: sha256:7904e30126e3e30e77b56f6d901513e7009cbdc1d433dd7f6baa7da71a31b79a
66 sourceBlobDigest: sha256:4747157b44baaa540a909f6947d16b08b096845a816819d9b0d35d074561fb68
77 tags:
88 - latest
@@ -11,7 +11,7 @@ targets:
1111 unstructed-typescript:
1212 source: my-source
1313 sourceNamespace: my-source
14- sourceRevisionDigest: sha256:4def9905d4dde07688c12b86adc3b3f080c4ecf25263ff896d3c7b902910e42a
14+ sourceRevisionDigest: sha256:7904e30126e3e30e77b56f6d901513e7009cbdc1d433dd7f6baa7da71a31b79a
1515 sourceBlobDigest: sha256:4747157b44baaa540a909f6947d16b08b096845a816819d9b0d35d074561fb68
1616workflow:
1717 workflowVersion: 1.0.0
Original file line number Diff line number Diff line change @@ -494,4 +494,14 @@ Based on:
494494### Generated
495495- [ typescript v0.18.1] .
496496### Releases
497- - [ NPM v0.18.1] https://www.npmjs.com/package/unstructured-client/v/0.18.1 - .
497+ - [ NPM v0.18.1] https://www.npmjs.com/package/unstructured-client/v/0.18.1 - .
498+
499+ ## 2024-10-28 00:29:17
500+ ### Changes
501+ Based on:
502+ - OpenAPI Doc
503+ - Speakeasy CLI 1.422.1 (2.438.15) https://github.com/speakeasy-api/speakeasy
504+ ### Generated
505+ - [ typescript v0.18.2] .
506+ ### Releases
507+ - [ NPM v0.18.2] https://www.npmjs.com/package/unstructured-client/v/0.18.2 - .
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ generation:
1010 auth :
1111 oAuth2ClientCredentialsEnabled : false
1212typescript :
13- version : 0.18.1
13+ version : 0.18.2
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.18.1 " ,
5+ "version" : " 0.18.2 " ,
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.18.1 " ,
3+ "version" : " 0.18.2 " ,
44 "author" : " Unstructured" ,
55 "main" : " ./index.js" ,
66 "sideEffects" : false ,
Original file line number Diff line number Diff line change @@ -69,8 +69,8 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
6969export const SDK_METADATA = {
7070 language : "typescript" ,
7171 openapiDocVersion : "1.0.51" ,
72- sdkVersion : "0.18.1 " ,
73- genVersion : "2.436.3 " ,
72+ sdkVersion : "0.18.2 " ,
73+ genVersion : "2.438.15 " ,
7474 userAgent :
75- "speakeasy-sdk/typescript 0.18.1 2.436.3 1.0.51 unstructured-client" ,
75+ "speakeasy-sdk/typescript 0.18.2 2.438.15 1.0.51 unstructured-client" ,
7676} as const ;
You can’t perform that action at this time.
0 commit comments