File tree Expand file tree Collapse file tree 8 files changed +27
-16
lines changed Expand file tree Collapse file tree 8 files changed +27
-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.422.1
7- generationVersion: 2.438.15
8- releaseVersion: 0.18.2
9- configChecksum: ca25abf7161ef39bf7793f0e79caf68e
6+ speakeasyVersion: 1.423.5
7+ generationVersion: 2.445.1
8+ releaseVersion: 0.19.0
9+ configChecksum: 9440e6847e07b237564e1ecb56c8d09e
1010 repoURL: https://github.com/Unstructured-IO/unstructured-js-client.git
1111 repoSubDirectory: .
1212 installationURL: https://github.com/Unstructured-IO/unstructured-js-client
@@ -30,6 +30,7 @@ features:
3030 retries: 2.83.0
3131 sdkHooks: 0.1.0
3232 serverIDs: 2.81.2
33+ tests: 0.7.0
3334 unions: 2.85.7
3435 uploadStreams: 0.1.0
3536generatedFiles:
Original file line number Diff line number Diff line change 1- speakeasyVersion: 1.422.1
1+ speakeasyVersion: 1.423.5
22sources:
33 my-source:
44 sourceNamespace: my-source
5- sourceRevisionDigest: sha256:7904e30126e3e30e77b56f6d901513e7009cbdc1d433dd7f6baa7da71a31b79a
5+ sourceRevisionDigest: sha256:a5a43e038066b91911fcc671ba187c3876c95d66777ccae287e0d345ee7a842a
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:7904e30126e3e30e77b56f6d901513e7009cbdc1d433dd7f6baa7da71a31b79a
14+ sourceRevisionDigest: sha256:a5a43e038066b91911fcc671ba187c3876c95d66777ccae287e0d345ee7a842a
1515 sourceBlobDigest: sha256:4747157b44baaa540a909f6947d16b08b096845a816819d9b0d35d074561fb68
1616workflow:
1717 workflowVersion: 1.0.0
Original file line number Diff line number Diff line change @@ -504,4 +504,14 @@ Based on:
504504### Generated
505505- [ typescript v0.18.2] .
506506### Releases
507- - [ NPM v0.18.2] https://www.npmjs.com/package/unstructured-client/v/0.18.2 - .
507+ - [ NPM v0.18.2] https://www.npmjs.com/package/unstructured-client/v/0.18.2 - .
508+
509+ ## 2024-11-01 14:38:18
510+ ### Changes
511+ Based on:
512+ - OpenAPI Doc
513+ - Speakeasy CLI 1.423.5 (2.445.1) https://github.com/speakeasy-api/speakeasy
514+ ### Generated
515+ - [ typescript v0.19.0] .
516+ ### Releases
517+ - [ NPM v0.19.0] https://www.npmjs.com/package/unstructured-client/v/0.19.0 - .
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.2
13+ version : 0.19.0
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.2 " ,
5+ "version" : " 0.19.0 " ,
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.2 " ,
3+ "version" : " 0.19.0 " ,
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.2 " ,
73- genVersion : "2.438.15 " ,
72+ sdkVersion : "0.19.0 " ,
73+ genVersion : "2.445.1 " ,
7474 userAgent :
75- "speakeasy-sdk/typescript 0.18.2 2.438.15 1.0.51 unstructured-client" ,
75+ "speakeasy-sdk/typescript 0.19.0 2.445.1 1.0.51 unstructured-client" ,
7676} as const ;
You can’t perform that action at this time.
0 commit comments