File tree Expand file tree Collapse file tree 7 files changed +34
-20
lines changed Expand file tree Collapse file tree 7 files changed +34
-20
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: 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
1010 repoURL: https://github.com/Unstructured-IO/unstructured-js-client.git
1111 repoSubDirectory: .
1212 installationURL: https://github.com/Unstructured-IO/unstructured-js-client
@@ -15,7 +15,7 @@ features:
1515 typescript:
1616 additionalDependencies: 0.1.0
1717 constsAndDefaults: 0.1.5
18- core: 3.9.13
18+ core: 3.9.14
1919 examples: 2.81.4
2020 globalSecurity: 2.82.9
2121 globalSecurityCallbacks: 0.1.0
Original file line number Diff line number Diff line change 1- speakeasyVersion: 1.306 .0
1+ speakeasyVersion: 1.308 .0
22sources:
33 my-source:
44 sourceNamespace: my-source
5- sourceRevisionDigest: sha256:46f0ff4262d46aef7e07c8d3c8ab37d1706336ef055cdfafd495b920af375023
6- sourceBlobDigest: sha256:42ce9b751ce6666284780e330148324d7a7ff9af8e4aaf6d47096cf0282224d3
5+ sourceRevisionDigest: sha256:a35eb7c2c127f2fcfcda671cc0d50905305d0cfbaedb77f73f7f15d01c7a8a6b
6+ sourceBlobDigest: sha256:151b7029fefa0b7aa79d4f7c9a0ceea175b470cbc7eb7573344dce1e83c2e474
77 tags:
88 - latest
99 - main
1010targets:
1111 unstructed-typescript:
1212 source: my-source
1313 sourceNamespace: my-source
14- sourceRevisionDigest: sha256:46f0ff4262d46aef7e07c8d3c8ab37d1706336ef055cdfafd495b920af375023
15- sourceBlobDigest: sha256:42ce9b751ce6666284780e330148324d7a7ff9af8e4aaf6d47096cf0282224d3
14+ sourceRevisionDigest: sha256:a35eb7c2c127f2fcfcda671cc0d50905305d0cfbaedb77f73f7f15d01c7a8a6b
15+ sourceBlobDigest: sha256:151b7029fefa0b7aa79d4f7c9a0ceea175b470cbc7eb7573344dce1e83c2e474
1616 outLocation: /github/workspace/repo
1717workflow:
1818 workflowVersion: 1.0.0
@@ -29,5 +29,8 @@ workflow:
2929 unstructed-typescript:
3030 target: typescript
3131 source: my-source
32+ publish:
33+ npm:
34+ token: $NPM_TOKEN
3235 codeSamples:
3336 output: codeSamples.yaml
Original file line number Diff line number Diff line change @@ -313,3 +313,14 @@ Based on:
313313- [ typescript v0.10.6] .
314314### Releases
315315- [ 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 22
33{
44 "name" : " unstructured-client" ,
5- "version" : " 0.16.4 " ,
5+ "version" : " 0.11.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.16.4 " ,
3+ "version" : " 0.11.0 " ,
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.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" ,
6767} as const ;
You can’t perform that action at this time.
0 commit comments