Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.423.5
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Nov 1, 2024
1 parent ea0d6c4 commit 7a12508
Show file tree
Hide file tree
Showing 8 changed files with 27 additions and 16 deletions.
9 changes: 5 additions & 4 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ id: f42cb8e6-e2ce-4565-b975-5a9f38b94d5a
management:
docChecksum: 0ecb1bbbef6c9805d6a3edcc0afd098a
docVersion: 1.0.51
speakeasyVersion: 1.422.1
generationVersion: 2.438.15
releaseVersion: 0.18.2
configChecksum: ca25abf7161ef39bf7793f0e79caf68e
speakeasyVersion: 1.423.5
generationVersion: 2.445.1
releaseVersion: 0.19.0
configChecksum: 9440e6847e07b237564e1ecb56c8d09e
repoURL: https://github.com/Unstructured-IO/unstructured-js-client.git
repoSubDirectory: .
installationURL: https://github.com/Unstructured-IO/unstructured-js-client
Expand All @@ -30,6 +30,7 @@ features:
retries: 2.83.0
sdkHooks: 0.1.0
serverIDs: 2.81.2
tests: 0.7.0
unions: 2.85.7
uploadStreams: 0.1.0
generatedFiles:
Expand Down
6 changes: 3 additions & 3 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
speakeasyVersion: 1.422.1
speakeasyVersion: 1.423.5
sources:
my-source:
sourceNamespace: my-source
sourceRevisionDigest: sha256:7904e30126e3e30e77b56f6d901513e7009cbdc1d433dd7f6baa7da71a31b79a
sourceRevisionDigest: sha256:a5a43e038066b91911fcc671ba187c3876c95d66777ccae287e0d345ee7a842a
sourceBlobDigest: sha256:4747157b44baaa540a909f6947d16b08b096845a816819d9b0d35d074561fb68
tags:
- latest
Expand All @@ -11,7 +11,7 @@ targets:
unstructed-typescript:
source: my-source
sourceNamespace: my-source
sourceRevisionDigest: sha256:7904e30126e3e30e77b56f6d901513e7009cbdc1d433dd7f6baa7da71a31b79a
sourceRevisionDigest: sha256:a5a43e038066b91911fcc671ba187c3876c95d66777ccae287e0d345ee7a842a
sourceBlobDigest: sha256:4747157b44baaa540a909f6947d16b08b096845a816819d9b0d35d074561fb68
workflow:
workflowVersion: 1.0.0
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -504,4 +504,14 @@ Based on:
### Generated
- [typescript v0.18.2] .
### Releases
- [NPM v0.18.2] https://www.npmjs.com/package/unstructured-client/v/0.18.2 - .
- [NPM v0.18.2] https://www.npmjs.com/package/unstructured-client/v/0.18.2 - .

## 2024-11-01 14:38:18
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.423.5 (2.445.1) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v0.19.0] .
### Releases
- [NPM v0.19.0] https://www.npmjs.com/package/unstructured-client/v/0.19.0 - .
2 changes: 1 addition & 1 deletion gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ generation:
auth:
oAuth2ClientCredentialsEnabled: false
typescript:
version: 0.18.2
version: 0.19.0
additionalDependencies:
dependencies:
async: ^3.2.5
Expand Down
2 changes: 1 addition & 1 deletion jsr.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

{
"name": "unstructured-client",
"version": "0.18.2",
"version": "0.19.0",
"exports": {
".": "./src/index.ts",
"./sdk/models/errors": "./src/sdk/models/errors/index.ts",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "unstructured-client",
"version": "0.18.2",
"version": "0.19.0",
"author": "Unstructured",
"main": "./index.js",
"sideEffects": false,
Expand Down
6 changes: 3 additions & 3 deletions src/lib/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
export const SDK_METADATA = {
language: "typescript",
openapiDocVersion: "1.0.51",
sdkVersion: "0.18.2",
genVersion: "2.438.15",
sdkVersion: "0.19.0",
genVersion: "2.445.1",
userAgent:
"speakeasy-sdk/typescript 0.18.2 2.438.15 1.0.51 unstructured-client",
"speakeasy-sdk/typescript 0.19.0 2.445.1 1.0.51 unstructured-client",
} as const;

0 comments on commit 7a12508

Please sign in to comment.