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 1
1
lockVersion: 2.0.0
2
2
id: f42cb8e6-e2ce-4565-b975-5a9f38b94d5a
3
3
management:
4
- docChecksum: fd76ef24456d50f23903277067ffaa2e
5
- docVersion: 1.0.35
4
+ docChecksum: c209069202bc537f70476e86044130a0
5
+ docVersion: 1.0.39
6
6
speakeasyVersion: 1.308.1
7
7
generationVersion: 2.342.6
8
- releaseVersion: 0.11.2
9
- configChecksum: f5f0ec91134be577b27ca7ca87e4f5fa
8
+ releaseVersion: 0.11.3
9
+ configChecksum: 9eaa07233a4c948e9f569fd1a387ceb8
10
10
repoURL: https://github.com/Unstructured-IO/unstructured-js-client.git
11
11
repoSubDirectory: .
12
12
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:
344
344
- [ typescript v0.11.1] .
345
345
### Releases
346
346
- [ 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:
10
10
auth :
11
11
oAuth2ClientCredentialsEnabled : false
12
12
typescript :
13
- version : 0.11.2
13
+ version : 0.11.3
14
14
additionalDependencies :
15
15
dependencies :
16
16
async : ^3.2.5
Original file line number Diff line number Diff line change 2
2
3
3
{
4
4
"name" : " unstructured-client" ,
5
- "version" : " 0.11.2 " ,
5
+ "version" : " 0.11.3 " ,
6
6
"exports" : {
7
7
"." : " ./src/index.ts" ,
8
8
"./sdk/models/errors" : " ./src/sdk/models/errors/index.ts" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " unstructured-client" ,
3
- "version" : " 0.11.2 " ,
3
+ "version" : " 0.11.3 " ,
4
4
"author" : " Unstructured" ,
5
5
"main" : " ./index.js" ,
6
6
"sideEffects" : false ,
Original file line number Diff line number Diff line change @@ -60,8 +60,8 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
60
60
61
61
export const SDK_METADATA = {
62
62
language : "typescript" ,
63
- openapiDocVersion : "1.0.35 " ,
64
- sdkVersion : "0.11.2 " ,
63
+ openapiDocVersion : "1.0.39 " ,
64
+ sdkVersion : "0.11.3 " ,
65
65
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" ,
67
67
} as const ;
You can’t perform that action at this time.
0 commit comments