File tree Expand file tree Collapse file tree 13 files changed +53
-47
lines changed Expand file tree Collapse file tree 13 files changed +53
-47
lines changed Original file line number Diff line number Diff line change 11lockVersion: 2.0.0
22id: f42cb8e6-e2ce-4565-b975-5a9f38b94d5a
33management:
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
Original file line number Diff line number Diff line change 1- speakeasyVersion: 1.583 .0
1+ speakeasyVersion: 1.595 .0
22sources:
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
1111targets:
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
1919workflow:
2020 workflowVersion: 1.0.0
2121 speakeasyVersion: latest
Original file line number Diff line number Diff line change @@ -160,7 +160,7 @@ The `HTTPClient` constructor takes an optional `fetcher` argument that can be
160160used to integrate a third-party HTTP client or when writing tests to mock out
161161the 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
164164custom header and a timeout to requests and how to use the ` "requestError" ` hook
165165to log errors:
166166
Original file line number Diff line number Diff 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 - .
Original file line number Diff line number Diff 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
1718import { openAsBlob } from " node:fs" ;
1819import { UnstructuredClient } from " unstructured-client" ;
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ generation:
1818 generateNewTests : false
1919 skipResponseBodyAssertions : false
2020typescript :
21- version : 0.26.2
21+ version : 0.26.3
2222 additionalDependencies :
2323 dependencies :
2424 async : ^3.2.5
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " unstructured-client" ,
3- "version" : " 0.26.2 " ,
3+ "version" : " 0.26.3 " ,
44 "author" : " Unstructured" ,
55 "type" : " module" ,
66 "bin" : {
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" : {
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 "." : {
You can’t perform that action at this time.
0 commit comments