Skip to content

Commit aaf74da

Browse files
chore: 🐝 Update SDK - Generate 0.26.2 (#158)
> [!IMPORTANT] > Linting report available at: <https://app.speakeasy.com/org/unstructured/unstructured5xr/linting-report/3b04e7a628909f76eb2c3b99848bb669> > OpenAPI Change report available at: <https://app.speakeasy.com/org/unstructured/unstructured5xr/changes-report/8ba2f961fd016a27b2f94eb312e7867a> # SDK update Based on: - OpenAPI Doc - Speakeasy CLI 1.583.0 (2.658.3) https://github.com/speakeasy-api/speakeasy ## Versioning Version Bump Type: [patch] - 🤖 (automated) ## OpenAPI Change Summary ``` └─┬Info └──[🔀] version (5:16) ``` | Document Element | Total Changes | Breaking Changes | |------------------|---------------|------------------| | info | 1 | 0 | ## TYPESCRIPT CHANGELOG No relevant generator changes Co-authored-by: speakeasybot <[email protected]>
1 parent dbe6f84 commit aaf74da

File tree

13 files changed

+44
-27
lines changed

13 files changed

+44
-27
lines changed

.speakeasy/gen.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
lockVersion: 2.0.0
22
id: f42cb8e6-e2ce-4565-b975-5a9f38b94d5a
33
management:
4-
docChecksum: 8f62b4348dafcf14eff2a6197cb404d2
5-
docVersion: 1.1.34
6-
speakeasyVersion: 1.580.1
7-
generationVersion: 2.656.3
8-
releaseVersion: 0.26.1
9-
configChecksum: 00c18be8e806f8b386c1b3aa35766d60
4+
docChecksum: 8e9d88e0631cbf193120f69906d764b8
5+
docVersion: 1.1.39
6+
speakeasyVersion: 1.583.0
7+
generationVersion: 2.658.3
8+
releaseVersion: 0.26.2
9+
configChecksum: 6038ab44f9c67a08af5af7046ec8b96c
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: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
speakeasyVersion: 1.580.1
1+
speakeasyVersion: 1.583.0
22
sources:
33
my-source:
44
sourceNamespace: my-source
5-
sourceRevisionDigest: sha256:88df22653fd998cdac0f63b206f1873a33faca211c1af6033b28c468ebbdf480
6-
sourceBlobDigest: sha256:4d0d9f1f722ffe417b3987b8e5e8d3295c32661b64a42d11ad13979dee826e16
5+
sourceRevisionDigest: sha256:d82494f40479b3d482dee17ac78879c3e6e2752e9374cc954ae539ad53c50b77
6+
sourceBlobDigest: sha256:27539a792b3eafe767cedf6c343abc4fcc3f95fac4c4b2ddb08eba6b418b2d33
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1752107619
10-
- 1.1.34
9+
- speakeasy-sdk-regen-1752712489
10+
- 1.1.39
1111
targets:
1212
unstructed-typescript:
1313
source: my-source
1414
sourceNamespace: my-source
15-
sourceRevisionDigest: sha256:88df22653fd998cdac0f63b206f1873a33faca211c1af6033b28c468ebbdf480
16-
sourceBlobDigest: sha256:4d0d9f1f722ffe417b3987b8e5e8d3295c32661b64a42d11ad13979dee826e16
15+
sourceRevisionDigest: sha256:d82494f40479b3d482dee17ac78879c3e6e2752e9374cc954ae539ad53c50b77
16+
sourceBlobDigest: sha256:27539a792b3eafe767cedf6c343abc4fcc3f95fac4c4b2ddb08eba6b418b2d33
1717
codeSamplesNamespace: my-source-typescript-code-samples
18-
codeSamplesRevisionDigest: sha256:e471c3e773833bb17473ba0da79f23b0ecc46ab9ef7d9b5e70ef844307a18a02
18+
codeSamplesRevisionDigest: sha256:00bb12e2392099fb2e303d8f7d252d1eca7f7a70b525f5c25e41f6e89522d2bf
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -654,4 +654,14 @@ Based on:
654654
### Generated
655655
- [typescript v0.26.1] .
656656
### Releases
657-
- [NPM v0.26.1] https://www.npmjs.com/package/unstructured-client/v/0.26.1 - .
657+
- [NPM v0.26.1] https://www.npmjs.com/package/unstructured-client/v/0.26.1 - .
658+
659+
## 2025-07-21 00:37:04
660+
### Changes
661+
Based on:
662+
- OpenAPI Doc
663+
- Speakeasy CLI 1.583.0 (2.658.3) https://github.com/speakeasy-api/speakeasy
664+
### Generated
665+
- [typescript v0.26.2] .
666+
### Releases
667+
- [NPM v0.26.2] https://www.npmjs.com/package/unstructured-client/v/0.26.2 - .

examples/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,8 @@ To run an example file from the examples directory:
2424
npm run build && npx tsx example.ts
2525
```
2626

27+
## Creating new examples
28+
29+
Duplicate an existing example file, they won't be overwritten by the generation process.
30+
31+

examples/generalPartition.example.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
33
*/
44

5+
import dotenv from "dotenv";
6+
dotenv.config();
57
/**
68
* Example usage of the unstructured-client SDK
79
*

examples/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ generation:
1818
generateNewTests: false
1919
skipResponseBodyAssertions: false
2020
typescript:
21-
version: 0.26.1
21+
version: 0.26.2
2222
additionalDependencies:
2323
dependencies:
2424
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.26.1",
5+
"version": "0.26.2",
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.26.1",
3+
"version": "0.26.2",
44
"author": "Unstructured",
55
"type": "module",
66
"bin": {

0 commit comments

Comments
 (0)