Skip to content

Commit a3ce080

Browse files
chore: 🐝 Update SDK - Generate 0.26.3 (#160)
> [!IMPORTANT] > Linting report available at: <https://app.speakeasy.com/org/unstructured/unstructured5xr/linting-report/3e49e1710ddcad13a9eb09d0c302615d> > OpenAPI Change report available at: <https://app.speakeasy.com/org/unstructured/unstructured5xr/changes-report/eb8c58347ddf88ff08e29e13d3d9919e> # SDK update Based on: - OpenAPI Doc - Speakeasy CLI 1.595.0 (2.670.1) 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 ## core: 3.21.17 - 2025-07-30 ### 🐛 Bug Fixes - zodv4 compatibility issues *(commit by [@mfbx9da4](https://github.com/mfbx9da4))* ## core: 3.21.16 - 2025-07-24 ### 🔧 Chores - make usage snippets parsable *(commit by [@ThomasRooney](https://github.com/ThomasRooney))* ## core: 3.21.15 - 2025-07-15 ### 🐛 Bug Fixes - sanitize reserved keywords in function names to prevent compilation errors *(commit by [@AshGodfrey](https://github.com/AshGodfrey))* Co-authored-by: speakeasybot <bot@speakeasyapi.dev>
1 parent da9b6f6 commit a3ce080

File tree

13 files changed

+53
-47
lines changed

13 files changed

+53
-47
lines changed

.speakeasy/gen.lock

Lines changed: 7 additions & 7 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: 8e9d88e0631cbf193120f69906d764b8
5-
docVersion: 1.1.39
6-
speakeasyVersion: 1.583.0
7-
generationVersion: 2.658.3
8-
releaseVersion: 0.26.2
9-
configChecksum: 6038ab44f9c67a08af5af7046ec8b96c
4+
docChecksum: cd27ee62248f546725afe6647656e4b4
5+
docVersion: 1.1.45
6+
speakeasyVersion: 1.595.0
7+
generationVersion: 2.670.1
8+
releaseVersion: 0.26.3
9+
configChecksum: dfa3fe196489685301649fa907100f57
1010
repoURL: https://github.com/Unstructured-IO/unstructured-js-client.git
1111
repoSubDirectory: .
1212
installationURL: https://github.com/Unstructured-IO/unstructured-js-client
@@ -16,7 +16,7 @@ features:
1616
acceptHeaders: 2.81.2
1717
additionalDependencies: 0.1.0
1818
constsAndDefaults: 0.1.12
19-
core: 3.21.14
19+
core: 3.21.17
2020
defaultEnabledRetries: 0.1.0
2121
enumUnions: 0.1.0
2222
envVarSecurityUsage: 0.1.2

.speakeasy/workflow.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
speakeasyVersion: 1.583.0
1+
speakeasyVersion: 1.595.0
22
sources:
33
my-source:
44
sourceNamespace: my-source
5-
sourceRevisionDigest: sha256:d82494f40479b3d482dee17ac78879c3e6e2752e9374cc954ae539ad53c50b77
6-
sourceBlobDigest: sha256:27539a792b3eafe767cedf6c343abc4fcc3f95fac4c4b2ddb08eba6b418b2d33
5+
sourceRevisionDigest: sha256:fac30f9b46f4271d544276b310a11c9fa3f75d605c01b77a2d95486b75ad6bfa
6+
sourceBlobDigest: sha256:23411dfea3509283f99667310d92bfd005f613849f9e044f6ab416bc217f69c8
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1752712489
10-
- 1.1.39
9+
- speakeasy-sdk-regen-1753317295
10+
- 1.1.45
1111
targets:
1212
unstructed-typescript:
1313
source: my-source
1414
sourceNamespace: my-source
15-
sourceRevisionDigest: sha256:d82494f40479b3d482dee17ac78879c3e6e2752e9374cc954ae539ad53c50b77
16-
sourceBlobDigest: sha256:27539a792b3eafe767cedf6c343abc4fcc3f95fac4c4b2ddb08eba6b418b2d33
15+
sourceRevisionDigest: sha256:fac30f9b46f4271d544276b310a11c9fa3f75d605c01b77a2d95486b75ad6bfa
16+
sourceBlobDigest: sha256:23411dfea3509283f99667310d92bfd005f613849f9e044f6ab416bc217f69c8
1717
codeSamplesNamespace: my-source-typescript-code-samples
18-
codeSamplesRevisionDigest: sha256:00bb12e2392099fb2e303d8f7d252d1eca7f7a70b525f5c25e41f6e89522d2bf
18+
codeSamplesRevisionDigest: sha256:fd7c411547ad808b332666f8d4d0e20d719a331cc467b485db03b3adc6b0ef99
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ The `HTTPClient` constructor takes an optional `fetcher` argument that can be
160160
used to integrate a third-party HTTP client or when writing tests to mock out
161161
the HTTP client and feed in fixtures.
162162

163-
The following example shows how to use the `"beforeRequest"` hook to add a
163+
The following example shows how to use the `"beforeRequest"` hook to to add a
164164
custom header and a timeout to requests and how to use the `"requestError"` hook
165165
to log errors:
166166

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -664,4 +664,14 @@ Based on:
664664
### Generated
665665
- [typescript v0.26.2] .
666666
### Releases
667-
- [NPM v0.26.2] https://www.npmjs.com/package/unstructured-client/v/0.26.2 - .
667+
- [NPM v0.26.2] https://www.npmjs.com/package/unstructured-client/v/0.26.2 - .
668+
669+
## 2025-08-01 00:40:05
670+
### Changes
671+
Based on:
672+
- OpenAPI Doc
673+
- Speakeasy CLI 1.595.0 (2.670.1) https://github.com/speakeasy-api/speakeasy
674+
### Generated
675+
- [typescript v0.26.3] .
676+
### Releases
677+
- [NPM v0.26.3] https://www.npmjs.com/package/unstructured-client/v/0.26.3 - .

docs/sdks/general/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Description
1313

1414
### Example Usage
1515

16+
<!-- UsageSnippet language="typescript" operationID="partition" method="post" path="/general/v0/general" -->
1617
```typescript
1718
import { openAsBlob } from "node:fs";
1819
import { UnstructuredClient } from "unstructured-client";

examples/package-lock.json

Lines changed: 5 additions & 6 deletions
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.2
21+
version: 0.26.3
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.2",
5+
"version": "0.26.3",
66
"exports": {
77
".": "./src/index.ts",
88
"./sdk/models/errors": "./src/sdk/models/errors/index.ts",

package-lock.json

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

package.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "unstructured-client",
3-
"version": "0.26.2",
3+
"version": "0.26.3",
44
"author": "Unstructured",
55
"type": "module",
66
"bin": {
@@ -34,8 +34,7 @@
3434
"prepublishOnly": "npm run build"
3535
},
3636
"peerDependencies": {
37-
"@modelcontextprotocol/sdk": ">=1.5.0 <1.10.0",
38-
"zod": "^3"
37+
"@modelcontextprotocol/sdk": ">=1.5.0 <1.10.0"
3938
},
4039
"peerDependenciesMeta": {
4140
"@modelcontextprotocol/sdk": {
@@ -56,12 +55,12 @@
5655
"tshy": "^2.0.0",
5756
"typescript": "^5.4.5",
5857
"typescript-eslint": "^8.22.0",
59-
"vitest": "^2.1.3",
60-
"zod": "^3.25.17"
58+
"vitest": "^2.1.3"
6159
},
6260
"dependencies": {
6361
"async": "^3.2.5",
64-
"pdf-lib": "^1.17.1"
62+
"pdf-lib": "^1.17.1",
63+
"zod": "^3.20.0"
6564
},
6665
"exports": {
6766
".": {

0 commit comments

Comments
 (0)