File tree Expand file tree Collapse file tree 6 files changed +20
-10
lines changed Expand file tree Collapse file tree 6 files changed +20
-10
lines changed Original file line number Diff line number Diff line change 11lockVersion: 2.0.0
22id: f42cb8e6-e2ce-4565-b975-5a9f38b94d5a
33management:
4- docChecksum: fd76ef24456d50f23903277067ffaa2e
5- docVersion: 1.0.35
4+ docChecksum: c209069202bc537f70476e86044130a0
5+ docVersion: 1.0.39
66 speakeasyVersion: 1.308.1
77 generationVersion: 2.342.6
8- releaseVersion: 0.11.2
9- configChecksum: f5f0ec91134be577b27ca7ca87e4f5fa
8+ releaseVersion: 0.11.3
9+ configChecksum: 9eaa07233a4c948e9f569fd1a387ceb8
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 @@ -344,3 +344,13 @@ Based on:
344344- [ typescript v0.11.1] .
345345### Releases
346346- [ NPM v0.11.2] https://www.npmjs.com/package/unstructured-client/v/0.11.2 - .
347+
348+ ## 2024-07-01 10:00:00
349+ ### Changes
350+ Based on:
351+ - OpenAPI Doc
352+ - Speakeasy CLI 1.308.1 (2.342.6) https://github.com/speakeasy-api/speakeasy
353+ ### Generated
354+ - [ typescript v0.11.3] .
355+ ### Releases
356+ - [ NPM v0.11.3] https://www.npmjs.com/package/unstructured-client/v/0.11.3 - .
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.2
13+ version : 0.11.3
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.2 " ,
5+ "version" : " 0.11.3 " ,
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.2 " ,
3+ "version" : " 0.11.3 " ,
44 "author" : " Unstructured" ,
55 "main" : " ./index.js" ,
66 "sideEffects" : false ,
Original file line number Diff line number Diff line change @@ -60,8 +60,8 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
6060
6161export const SDK_METADATA = {
6262 language : "typescript" ,
63- openapiDocVersion : "1.0.35 " ,
64- sdkVersion : "0.11.2 " ,
63+ openapiDocVersion : "1.0.39 " ,
64+ sdkVersion : "0.11.3 " ,
6565 genVersion : "2.342.6" ,
66- userAgent : "speakeasy-sdk/typescript 0.11.2 2.342.6 1.0.35 unstructured-client" ,
66+ userAgent : "speakeasy-sdk/typescript 0.11.3 2.342.6 1.0.39 unstructured-client" ,
6767} as const ;
You can’t perform that action at this time.
0 commit comments