File tree Expand file tree Collapse file tree 12 files changed +399
-614
lines changed Expand file tree Collapse file tree 12 files changed +399
-614
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: cd27ee62248f546725afe6647656e4b4
5
- docVersion: 1.1.45
6
- speakeasyVersion: 1.595 .0
7
- generationVersion: 2.670 .1
8
- releaseVersion: 0.26.3
9
- configChecksum: dfa3fe196489685301649fa907100f57
4
+ docChecksum: a3cc41d1b1e79f7b443567959b29ac2d
5
+ docVersion: 1.1.47
6
+ speakeasyVersion: 1.603 .0
7
+ generationVersion: 2.681 .1
8
+ releaseVersion: 0.26.4
9
+ configChecksum: 433ff03f3ed8a8231e2a4b1bddb6e40c
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,11 +16,11 @@ features:
16
16
acceptHeaders: 2.81.2
17
17
additionalDependencies: 0.1.0
18
18
constsAndDefaults: 0.1.12
19
- core: 3.21.17
19
+ core: 3.21.20
20
20
defaultEnabledRetries: 0.1.0
21
21
enumUnions: 0.1.0
22
22
envVarSecurityUsage: 0.1.2
23
- examples: 2.82.1
23
+ examples: 2.82.3
24
24
globalSecurity: 2.82.13
25
25
globalSecurityCallbacks: 0.1.0
26
26
globalServerURLs: 2.82.5
Original file line number Diff line number Diff line change 1
- speakeasyVersion: 1.595 .0
1
+ speakeasyVersion: 1.603 .0
2
2
sources:
3
3
my-source:
4
4
sourceNamespace: my-source
5
- sourceRevisionDigest: sha256:fac30f9b46f4271d544276b310a11c9fa3f75d605c01b77a2d95486b75ad6bfa
6
- sourceBlobDigest: sha256:23411dfea3509283f99667310d92bfd005f613849f9e044f6ab416bc217f69c8
5
+ sourceRevisionDigest: sha256:ac2acc8f6ccb8f205b49b44a3bb5c723743622470ed9a2b9bddb9c08466449f2
6
+ sourceBlobDigest: sha256:d1523d4cc423c258e23221adb5edebfdcc1d7aae10eee6dd47b4e289acc3d366
7
7
tags:
8
8
- latest
9
- - speakeasy-sdk-regen-1753317295
10
- - 1.1.45
9
+ - speakeasy-sdk-regen-1754440558
10
+ - 1.1.47
11
11
targets:
12
12
unstructed-typescript:
13
13
source: my-source
14
14
sourceNamespace: my-source
15
- sourceRevisionDigest: sha256:fac30f9b46f4271d544276b310a11c9fa3f75d605c01b77a2d95486b75ad6bfa
16
- sourceBlobDigest: sha256:23411dfea3509283f99667310d92bfd005f613849f9e044f6ab416bc217f69c8
15
+ sourceRevisionDigest: sha256:ac2acc8f6ccb8f205b49b44a3bb5c723743622470ed9a2b9bddb9c08466449f2
16
+ sourceBlobDigest: sha256:d1523d4cc423c258e23221adb5edebfdcc1d7aae10eee6dd47b4e289acc3d366
17
17
codeSamplesNamespace: my-source-typescript-code-samples
18
- codeSamplesRevisionDigest: sha256:fd7c411547ad808b332666f8d4d0e20d719a331cc467b485db03b3adc6b0ef99
18
+ codeSamplesRevisionDigest: sha256:ed4a2b078e709b091741309ca2a54b610364bbf97c5077e476797346a50f89c0
19
19
workflow:
20
20
workflowVersion: 1.0.0
21
21
speakeasyVersion: latest
Original file line number Diff line number Diff line change @@ -674,4 +674,14 @@ Based on:
674
674
### Generated
675
675
- [ typescript v0.26.3] .
676
676
### Releases
677
- - [ NPM v0.26.3] https://www.npmjs.com/package/unstructured-client/v/0.26.3 - .
677
+ - [ NPM v0.26.3] https://www.npmjs.com/package/unstructured-client/v/0.26.3 - .
678
+
679
+ ## 2025-08-13 00:33:39
680
+ ### Changes
681
+ Based on:
682
+ - OpenAPI Doc
683
+ - Speakeasy CLI 1.603.0 (2.681.1) https://github.com/speakeasy-api/speakeasy
684
+ ### Generated
685
+ - [ typescript v0.26.4] .
686
+ ### Releases
687
+ - [ NPM v0.26.4] https://www.npmjs.com/package/unstructured-client/v/0.26.4 - .
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ dotenv.config();
8
8
* Example usage of the unstructured-client SDK
9
9
*
10
10
* To run this example from the examples directory:
11
- * npm run build && npx tsx generalPartition.ts
11
+ * npm run build && npx tsx generalPartition.example. ts
12
12
*/
13
13
14
14
import { openAsBlob } from "node:fs" ;
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.3
21
+ version : 0.26.4
22
22
additionalDependencies :
23
23
dependencies :
24
24
async : ^3.2.5
@@ -58,4 +58,5 @@ typescript:
58
58
packageName : unstructured-client
59
59
responseFormat : flat
60
60
templateVersion : v2
61
+ usageSDKInitImports : []
61
62
useIndexModules : true
Original file line number Diff line number Diff line change 2
2
3
3
{
4
4
"name" : " unstructured-client" ,
5
- "version" : " 0.26.3 " ,
5
+ "version" : " 0.26.4 " ,
6
6
"exports" : {
7
7
"." : " ./src/index.ts" ,
8
8
"./sdk/models/errors" : " ./src/sdk/models/errors/index.ts" ,
You can’t perform that action at this time.
0 commit comments