Skip to content

Commit d3ebda8

Browse files
chore: 🐝 Update SDK - Generate 0.18.2 (#132)
> [!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]>
1 parent 12dca06 commit d3ebda8

File tree

8 files changed

+26
-16
lines changed

8 files changed

+26
-16
lines changed

.speakeasy/gen.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ id: f42cb8e6-e2ce-4565-b975-5a9f38b94d5a
33
management:
44
docChecksum: 0ecb1bbbef6c9805d6a3edcc0afd098a
55
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
1010
repoURL: https://github.com/Unstructured-IO/unstructured-js-client.git
1111
repoSubDirectory: .
1212
installationURL: https://github.com/Unstructured-IO/unstructured-js-client

.speakeasy/workflow.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
speakeasyVersion: 1.412.6
1+
speakeasyVersion: 1.422.1
22
sources:
33
my-source:
44
sourceNamespace: my-source
5-
sourceRevisionDigest: sha256:4def9905d4dde07688c12b86adc3b3f080c4ecf25263ff896d3c7b902910e42a
5+
sourceRevisionDigest: sha256:7904e30126e3e30e77b56f6d901513e7009cbdc1d433dd7f6baa7da71a31b79a
66
sourceBlobDigest: sha256:4747157b44baaa540a909f6947d16b08b096845a816819d9b0d35d074561fb68
77
tags:
88
- latest
@@ -11,7 +11,7 @@ targets:
1111
unstructed-typescript:
1212
source: my-source
1313
sourceNamespace: my-source
14-
sourceRevisionDigest: sha256:4def9905d4dde07688c12b86adc3b3f080c4ecf25263ff896d3c7b902910e42a
14+
sourceRevisionDigest: sha256:7904e30126e3e30e77b56f6d901513e7009cbdc1d433dd7f6baa7da71a31b79a
1515
sourceBlobDigest: sha256:4747157b44baaa540a909f6947d16b08b096845a816819d9b0d35d074561fb68
1616
workflow:
1717
workflowVersion: 1.0.0

RELEASES.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -494,4 +494,14 @@ Based on:
494494
### Generated
495495
- [typescript v0.18.1] .
496496
### 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 - .

gen.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ generation:
1010
auth:
1111
oAuth2ClientCredentialsEnabled: false
1212
typescript:
13-
version: 0.18.1
13+
version: 0.18.2
1414
additionalDependencies:
1515
dependencies:
1616
async: ^3.2.5

jsr.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
{
44
"name": "unstructured-client",
5-
"version": "0.18.1",
5+
"version": "0.18.2",
66
"exports": {
77
".": "./src/index.ts",
88
"./sdk/models/errors": "./src/sdk/models/errors/index.ts",

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "unstructured-client",
3-
"version": "0.18.1",
3+
"version": "0.18.2",
44
"author": "Unstructured",
55
"main": "./index.js",
66
"sideEffects": false,

src/lib/config.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
6969
export const SDK_METADATA = {
7070
language: "typescript",
7171
openapiDocVersion: "1.0.51",
72-
sdkVersion: "0.18.1",
73-
genVersion: "2.436.3",
72+
sdkVersion: "0.18.2",
73+
genVersion: "2.438.15",
7474
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",
7676
} as const;

0 commit comments

Comments
 (0)