File tree 7 files changed +34
-20
lines changed
7 files changed +34
-20
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: af8d0c3230d9891ef1e3e4386c6e816a
5
- docVersion: 1.0.34
6
- speakeasyVersion: 1.306 .0
7
- generationVersion: 2.340.3
8
- releaseVersion: 0.16.4
9
- configChecksum: 830f1b348569b3488309317287db229c
4
+ docChecksum: f152122a1bb6e932d6eb54355be2da11
5
+ docVersion: 1.0.35
6
+ speakeasyVersion: 1.308 .0
7
+ generationVersion: 2.342.2
8
+ releaseVersion: 0.11.0
9
+ configChecksum: 8717f9a4467ab0eddfeb9d2d03635384
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
@@ -15,7 +15,7 @@ features:
15
15
typescript:
16
16
additionalDependencies: 0.1.0
17
17
constsAndDefaults: 0.1.5
18
- core: 3.9.13
18
+ core: 3.9.14
19
19
examples: 2.81.4
20
20
globalSecurity: 2.82.9
21
21
globalSecurityCallbacks: 0.1.0
Original file line number Diff line number Diff line change 1
- speakeasyVersion: 1.306 .0
1
+ speakeasyVersion: 1.308 .0
2
2
sources:
3
3
my-source:
4
4
sourceNamespace: my-source
5
- sourceRevisionDigest: sha256:46f0ff4262d46aef7e07c8d3c8ab37d1706336ef055cdfafd495b920af375023
6
- sourceBlobDigest: sha256:42ce9b751ce6666284780e330148324d7a7ff9af8e4aaf6d47096cf0282224d3
5
+ sourceRevisionDigest: sha256:a35eb7c2c127f2fcfcda671cc0d50905305d0cfbaedb77f73f7f15d01c7a8a6b
6
+ sourceBlobDigest: sha256:151b7029fefa0b7aa79d4f7c9a0ceea175b470cbc7eb7573344dce1e83c2e474
7
7
tags:
8
8
- latest
9
9
- main
10
10
targets:
11
11
unstructed-typescript:
12
12
source: my-source
13
13
sourceNamespace: my-source
14
- sourceRevisionDigest: sha256:46f0ff4262d46aef7e07c8d3c8ab37d1706336ef055cdfafd495b920af375023
15
- sourceBlobDigest: sha256:42ce9b751ce6666284780e330148324d7a7ff9af8e4aaf6d47096cf0282224d3
14
+ sourceRevisionDigest: sha256:a35eb7c2c127f2fcfcda671cc0d50905305d0cfbaedb77f73f7f15d01c7a8a6b
15
+ sourceBlobDigest: sha256:151b7029fefa0b7aa79d4f7c9a0ceea175b470cbc7eb7573344dce1e83c2e474
16
16
outLocation: /github/workspace/repo
17
17
workflow:
18
18
workflowVersion: 1.0.0
@@ -29,5 +29,8 @@ workflow:
29
29
unstructed-typescript:
30
30
target: typescript
31
31
source: my-source
32
+ publish:
33
+ npm:
34
+ token: $NPM_TOKEN
32
35
codeSamples:
33
36
output: codeSamples.yaml
Original file line number Diff line number Diff line change @@ -313,3 +313,14 @@ Based on:
313
313
- [ typescript v0.10.6] .
314
314
### Releases
315
315
- [ NPM v0.10.6] https://www.npmjs.com/package/unstructured-client/v/0.10.6 - .
316
+
317
+
318
+ ## 2024-06-14 00:22:42
319
+ ### Changes
320
+ Based on:
321
+ - OpenAPI Doc
322
+ - Speakeasy CLI 1.308.0 (2.342.2) https://github.com/speakeasy-api/speakeasy
323
+ ### Generated
324
+ - [ typescript v0.11.0] .
325
+ ### Releases
326
+ - [ NPM v0.11.0] https://www.npmjs.com/package/unstructured-client/v/0.11.0 - .
Original file line number Diff line number Diff line change 2
2
3
3
{
4
4
"name" : " unstructured-client" ,
5
- "version" : " 0.16.4 " ,
5
+ "version" : " 0.11.0 " ,
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.16.4 " ,
3
+ "version" : " 0.11.0 " ,
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.34 " ,
64
- sdkVersion : "0.16.4 " ,
65
- genVersion : "2.340.3 " ,
66
- userAgent : "speakeasy-sdk/typescript 0.16.4 2.340.3 1.0.34 unstructured-client" ,
63
+ openapiDocVersion : "1.0.35 " ,
64
+ sdkVersion : "0.11.0 " ,
65
+ genVersion : "2.342.2 " ,
66
+ userAgent : "speakeasy-sdk/typescript 0.11.0 2.342.2 1.0.35 unstructured-client" ,
67
67
} as const ;
You can’t perform that action at this time.
0 commit comments