Skip to content

Commit

Permalink
chore: 🐝 Update SDK - Generate 0.18.2 (#132)
Browse files Browse the repository at this point in the history
> [!IMPORTANT]
> Linting report available at:
<https://app.speakeasy.com/org/unstructured/unstructured5xr/linting-report/94a08cfd63e9a85eed363c8dcc82c711>
> OpenAPI Change report available at:
<https://app.speakeasy.com/org/unstructured/unstructured5xr/changes-report/9bee7495660536001205a0fd0fca49eb>
# SDK update
Based on:
- OpenAPI Doc  
- Speakeasy CLI 1.422.1 (2.438.15)
https://github.com/speakeasy-api/speakeasy
## OpenAPI Change Summary
No specification changes

Co-authored-by: speakeasybot <[email protected]>
  • Loading branch information
github-actions[bot] and speakeasybot authored Oct 28, 2024
1 parent 12dca06 commit d3ebda8
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 16 deletions.
8 changes: 4 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.412.6
generationVersion: 2.436.3
releaseVersion: 0.18.1
configChecksum: 85feae8322e909e03a92ff8ccb1fdaf2
speakeasyVersion: 1.422.1
generationVersion: 2.438.15
releaseVersion: 0.18.2
configChecksum: ca25abf7161ef39bf7793f0e79caf68e
repoURL: https://github.com/Unstructured-IO/unstructured-js-client.git
repoSubDirectory: .
installationURL: https://github.com/Unstructured-IO/unstructured-js-client
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.412.6
speakeasyVersion: 1.422.1
sources:
my-source:
sourceNamespace: my-source
sourceRevisionDigest: sha256:4def9905d4dde07688c12b86adc3b3f080c4ecf25263ff896d3c7b902910e42a
sourceRevisionDigest: sha256:7904e30126e3e30e77b56f6d901513e7009cbdc1d433dd7f6baa7da71a31b79a
sourceBlobDigest: sha256:4747157b44baaa540a909f6947d16b08b096845a816819d9b0d35d074561fb68
tags:
- latest
Expand All @@ -11,7 +11,7 @@ targets:
unstructed-typescript:
source: my-source
sourceNamespace: my-source
sourceRevisionDigest: sha256:4def9905d4dde07688c12b86adc3b3f080c4ecf25263ff896d3c7b902910e42a
sourceRevisionDigest: sha256:7904e30126e3e30e77b56f6d901513e7009cbdc1d433dd7f6baa7da71a31b79a
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 @@ -494,4 +494,14 @@ Based on:
### Generated
- [typescript v0.18.1] .
### Releases
- [NPM v0.18.1] https://www.npmjs.com/package/unstructured-client/v/0.18.1 - .
- [NPM v0.18.1] https://www.npmjs.com/package/unstructured-client/v/0.18.1 - .

## 2024-10-28 00:29:17
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.422.1 (2.438.15) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v0.18.2] .
### Releases
- [NPM v0.18.2] https://www.npmjs.com/package/unstructured-client/v/0.18.2 - .
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.1
version: 0.18.2
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.1",
"version": "0.18.2",
"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.1",
"version": "0.18.2",
"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.1",
genVersion: "2.436.3",
sdkVersion: "0.18.2",
genVersion: "2.438.15",
userAgent:
"speakeasy-sdk/typescript 0.18.1 2.436.3 1.0.51 unstructured-client",
"speakeasy-sdk/typescript 0.18.2 2.438.15 1.0.51 unstructured-client",
} as const;

0 comments on commit d3ebda8

Please sign in to comment.