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 1
1
lockVersion: 2.0.0
2
2
id: f42cb8e6-e2ce-4565-b975-5a9f38b94d5a
3
3
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
10
10
repoURL: https://github.com/Unstructured-IO/unstructured-js-client.git
11
11
repoSubDirectory: .
12
12
installationURL: https://github.com/Unstructured-IO/unstructured-js-client
@@ -16,7 +16,7 @@ features:
16
16
acceptHeaders: 2.81.2
17
17
additionalDependencies: 0.1.0
18
18
constsAndDefaults: 0.1.12
19
- core: 3.21.14
19
+ core: 3.21.17
20
20
defaultEnabledRetries: 0.1.0
21
21
enumUnions: 0.1.0
22
22
envVarSecurityUsage: 0.1.2
Original file line number Diff line number Diff line change 1
- speakeasyVersion: 1.583 .0
1
+ speakeasyVersion: 1.595 .0
2
2
sources:
3
3
my-source:
4
4
sourceNamespace: my-source
5
- sourceRevisionDigest: sha256:d82494f40479b3d482dee17ac78879c3e6e2752e9374cc954ae539ad53c50b77
6
- sourceBlobDigest: sha256:27539a792b3eafe767cedf6c343abc4fcc3f95fac4c4b2ddb08eba6b418b2d33
5
+ sourceRevisionDigest: sha256:fac30f9b46f4271d544276b310a11c9fa3f75d605c01b77a2d95486b75ad6bfa
6
+ sourceBlobDigest: sha256:23411dfea3509283f99667310d92bfd005f613849f9e044f6ab416bc217f69c8
7
7
tags:
8
8
- latest
9
- - speakeasy-sdk-regen-1752712489
10
- - 1.1.39
9
+ - speakeasy-sdk-regen-1753317295
10
+ - 1.1.45
11
11
targets:
12
12
unstructed-typescript:
13
13
source: my-source
14
14
sourceNamespace: my-source
15
- sourceRevisionDigest: sha256:d82494f40479b3d482dee17ac78879c3e6e2752e9374cc954ae539ad53c50b77
16
- sourceBlobDigest: sha256:27539a792b3eafe767cedf6c343abc4fcc3f95fac4c4b2ddb08eba6b418b2d33
15
+ sourceRevisionDigest: sha256:fac30f9b46f4271d544276b310a11c9fa3f75d605c01b77a2d95486b75ad6bfa
16
+ sourceBlobDigest: sha256:23411dfea3509283f99667310d92bfd005f613849f9e044f6ab416bc217f69c8
17
17
codeSamplesNamespace: my-source-typescript-code-samples
18
- codeSamplesRevisionDigest: sha256:00bb12e2392099fb2e303d8f7d252d1eca7f7a70b525f5c25e41f6e89522d2bf
18
+ codeSamplesRevisionDigest: sha256:fd7c411547ad808b332666f8d4d0e20d719a331cc467b485db03b3adc6b0ef99
19
19
workflow:
20
20
workflowVersion: 1.0.0
21
21
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
160
160
used to integrate a third-party HTTP client or when writing tests to mock out
161
161
the HTTP client and feed in fixtures.
162
162
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
164
164
custom header and a timeout to requests and how to use the ` "requestError" ` hook
165
165
to log errors:
166
166
Original file line number Diff line number Diff line change @@ -664,4 +664,14 @@ Based on:
664
664
### Generated
665
665
- [ typescript v0.26.2] .
666
666
### 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
13
13
14
14
### Example Usage
15
15
16
+ <!-- UsageSnippet language="typescript" operationID="partition" method="post" path="/general/v0/general" -->
16
17
``` typescript
17
18
import { openAsBlob } from " node:fs" ;
18
19
import { UnstructuredClient } from " unstructured-client" ;
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ generation:
18
18
generateNewTests : false
19
19
skipResponseBodyAssertions : false
20
20
typescript :
21
- version : 0.26.2
21
+ version : 0.26.3
22
22
additionalDependencies :
23
23
dependencies :
24
24
async : ^3.2.5
Original file line number Diff line number Diff line change 2
2
3
3
{
4
4
"name" : " unstructured-client" ,
5
- "version" : " 0.26.2 " ,
5
+ "version" : " 0.26.3 " ,
6
6
"exports" : {
7
7
"." : " ./src/index.ts" ,
8
8
"./sdk/models/errors" : " ./src/sdk/models/errors/index.ts" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " unstructured-client" ,
3
- "version" : " 0.26.2 " ,
3
+ "version" : " 0.26.3 " ,
4
4
"author" : " Unstructured" ,
5
5
"type" : " module" ,
6
6
"bin" : {
34
34
"prepublishOnly" : " npm run build"
35
35
},
36
36
"peerDependencies" : {
37
- "@modelcontextprotocol/sdk" : " >=1.5.0 <1.10.0" ,
38
- "zod" : " ^3"
37
+ "@modelcontextprotocol/sdk" : " >=1.5.0 <1.10.0"
39
38
},
40
39
"peerDependenciesMeta" : {
41
40
"@modelcontextprotocol/sdk" : {
56
55
"tshy" : " ^2.0.0" ,
57
56
"typescript" : " ^5.4.5" ,
58
57
"typescript-eslint" : " ^8.22.0" ,
59
- "vitest" : " ^2.1.3" ,
60
- "zod" : " ^3.25.17"
58
+ "vitest" : " ^2.1.3"
61
59
},
62
60
"dependencies" : {
63
61
"async" : " ^3.2.5" ,
64
- "pdf-lib" : " ^1.17.1"
62
+ "pdf-lib" : " ^1.17.1" ,
63
+ "zod" : " ^3.20.0"
65
64
},
66
65
"exports" : {
67
66
"." : {
You can’t perform that action at this time.
0 commit comments