Skip to content

Commit 49997b0

Browse files
chore: 🐝 Update SDK - Generate (#83)
> [!IMPORTANT] > Linting report available at: <https://app.speakeasyapi.dev/org/unstructured/unstructured5xr/linting-report/f1db2ba8109f317e28ddac9a3aa8ec30> > OpenAPI Change report available at: <https://app.speakeasyapi.dev/org/unstructured/unstructured5xr/changes-report/76a2580d83e65c511c4f6e746d5be949> # SDK update Based on: - OpenAPI Doc - Speakeasy CLI 1.308.1 (2.342.6) https://github.com/speakeasy-api/speakeasy ## TYPESCRIPT CHANGELOG Co-authored-by: speakeasybot <[email protected]>
1 parent fb36772 commit 49997b0

File tree

8 files changed

+28
-18
lines changed

8 files changed

+28
-18
lines changed

.speakeasy/gen.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ id: f42cb8e6-e2ce-4565-b975-5a9f38b94d5a
33
management:
44
docChecksum: f152122a1bb6e932d6eb54355be2da11
55
docVersion: 1.0.35
6-
speakeasyVersion: 1.308.0
7-
generationVersion: 2.342.2
8-
releaseVersion: 0.11.0
9-
configChecksum: 8717f9a4467ab0eddfeb9d2d03635384
6+
speakeasyVersion: 1.308.1
7+
generationVersion: 2.342.6
8+
releaseVersion: 0.11.1
9+
configChecksum: bd8ea9af107b087e7927abd855542414
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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
speakeasyVersion: 1.308.0
1+
speakeasyVersion: 1.308.1
22
sources:
33
my-source:
44
sourceNamespace: my-source
5-
sourceRevisionDigest: sha256:a35eb7c2c127f2fcfcda671cc0d50905305d0cfbaedb77f73f7f15d01c7a8a6b
6-
sourceBlobDigest: sha256:151b7029fefa0b7aa79d4f7c9a0ceea175b470cbc7eb7573344dce1e83c2e474
5+
sourceRevisionDigest: sha256:75c039c729d92b37dca8914b1b2f47e4f8a9775f1c77510896c906f925da24a9
6+
sourceBlobDigest: sha256:f116cfff59082526bec401f05b9660a39c37f7db24417e8ab7aaa65676622e3c
77
tags:
88
- latest
99
- main
1010
targets:
1111
unstructed-typescript:
1212
source: my-source
1313
sourceNamespace: my-source
14-
sourceRevisionDigest: sha256:a35eb7c2c127f2fcfcda671cc0d50905305d0cfbaedb77f73f7f15d01c7a8a6b
15-
sourceBlobDigest: sha256:151b7029fefa0b7aa79d4f7c9a0ceea175b470cbc7eb7573344dce1e83c2e474
14+
sourceRevisionDigest: sha256:75c039c729d92b37dca8914b1b2f47e4f8a9775f1c77510896c906f925da24a9
15+
sourceBlobDigest: sha256:f116cfff59082526bec401f05b9660a39c37f7db24417e8ab7aaa65676622e3c
1616
outLocation: /github/workspace/repo
1717
workflow:
1818
workflowVersion: 1.0.0

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,4 +323,14 @@ Based on:
323323
### Generated
324324
- [typescript v0.11.0] .
325325
### Releases
326-
- [NPM v0.11.0] https://www.npmjs.com/package/unstructured-client/v/0.11.0 - .
326+
- [NPM v0.11.0] https://www.npmjs.com/package/unstructured-client/v/0.11.0 - .
327+
328+
## 2024-06-14 17:43:15
329+
### Changes
330+
Based on:
331+
- OpenAPI Doc
332+
- Speakeasy CLI 1.308.1 (2.342.6) https://github.com/speakeasy-api/speakeasy
333+
### Generated
334+
- [typescript v0.11.1] .
335+
### Releases
336+
- [NPM v0.11.1] https://www.npmjs.com/package/unstructured-client/v/0.11.1 - .

gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ generation:
1010
auth:
1111
oAuth2ClientCredentialsEnabled: false
1212
typescript:
13-
version: 0.11.0
13+
version: 0.11.1
1414
additionalDependencies:
1515
dependencies:
1616
async: ^3.2.5

jsr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "unstructured-client",
3-
"version": "0.11.0",
3+
"version": "0.11.1",
44
"author": "Unstructured",
55
"main": "./index.js",
66
"sideEffects": false,

src/lib/config.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
6161
export const SDK_METADATA = {
6262
language: "typescript",
6363
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",
64+
sdkVersion: "0.11.1",
65+
genVersion: "2.342.6",
66+
userAgent: "speakeasy-sdk/typescript 0.11.1 2.342.6 1.0.35 unstructured-client",
6767
} as const;

0 commit comments

Comments
 (0)