File tree 8 files changed +26
-16
lines changed
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
3
3
management:
4
4
docChecksum: 0ecb1bbbef6c9805d6a3edcc0afd098a
5
5
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
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 1
- speakeasyVersion: 1.412.6
1
+ speakeasyVersion: 1.422.1
2
2
sources:
3
3
my-source:
4
4
sourceNamespace: my-source
5
- sourceRevisionDigest: sha256:4def9905d4dde07688c12b86adc3b3f080c4ecf25263ff896d3c7b902910e42a
5
+ sourceRevisionDigest: sha256:7904e30126e3e30e77b56f6d901513e7009cbdc1d433dd7f6baa7da71a31b79a
6
6
sourceBlobDigest: sha256:4747157b44baaa540a909f6947d16b08b096845a816819d9b0d35d074561fb68
7
7
tags:
8
8
- latest
@@ -11,7 +11,7 @@ targets:
11
11
unstructed-typescript:
12
12
source: my-source
13
13
sourceNamespace: my-source
14
- sourceRevisionDigest: sha256:4def9905d4dde07688c12b86adc3b3f080c4ecf25263ff896d3c7b902910e42a
14
+ sourceRevisionDigest: sha256:7904e30126e3e30e77b56f6d901513e7009cbdc1d433dd7f6baa7da71a31b79a
15
15
sourceBlobDigest: sha256:4747157b44baaa540a909f6947d16b08b096845a816819d9b0d35d074561fb68
16
16
workflow:
17
17
workflowVersion: 1.0.0
Original file line number Diff line number Diff line change @@ -494,4 +494,14 @@ Based on:
494
494
### Generated
495
495
- [ typescript v0.18.1] .
496
496
### 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:
10
10
auth :
11
11
oAuth2ClientCredentialsEnabled : false
12
12
typescript :
13
- version : 0.18.1
13
+ version : 0.18.2
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.18.1 " ,
5
+ "version" : " 0.18.2 " ,
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.18.1 " ,
3
+ "version" : " 0.18.2 " ,
4
4
"author" : " Unstructured" ,
5
5
"main" : " ./index.js" ,
6
6
"sideEffects" : false ,
Original file line number Diff line number Diff line change @@ -69,8 +69,8 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
69
69
export const SDK_METADATA = {
70
70
language : "typescript" ,
71
71
openapiDocVersion : "1.0.51" ,
72
- sdkVersion : "0.18.1 " ,
73
- genVersion : "2.436.3 " ,
72
+ sdkVersion : "0.18.2 " ,
73
+ genVersion : "2.438.15 " ,
74
74
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" ,
76
76
} as const ;
You can’t perform that action at this time.
0 commit comments