File tree Expand file tree Collapse file tree 13 files changed +407
-617
lines changed Expand file tree Collapse file tree 13 files changed +407
-617
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: 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.621 .0
7+ generationVersion: 2.707.0
8+ releaseVersion: 0.26.4
9+ configChecksum: 1bae336aa4bf4592b5a5fbb78c8b9823
1010 repoURL: https://github.com/Unstructured-IO/unstructured-js-client.git
1111 repoSubDirectory: .
1212 installationURL: https://github.com/Unstructured-IO/unstructured-js-client
@@ -16,12 +16,12 @@ features:
1616 acceptHeaders: 2.81.2
1717 additionalDependencies: 0.1.0
1818 constsAndDefaults: 0.1.12
19- core: 3.21.17
19+ core: 3.21.22
2020 defaultEnabledRetries: 0.1.0
2121 enumUnions: 0.1.0
2222 envVarSecurityUsage: 0.1.2
23- examples: 2.82.1
24- globalSecurity: 2.82.13
23+ examples: 2.82.3
24+ globalSecurity: 2.82.14
2525 globalSecurityCallbacks: 0.1.0
2626 globalServerURLs: 2.82.5
2727 mcpServer: 0.9.3
Original file line number Diff line number Diff line change 1- speakeasyVersion: 1.595 .0
1+ speakeasyVersion: 1.621 .0
22sources:
33 my-source:
44 sourceNamespace: my-source
5- sourceRevisionDigest: sha256:fac30f9b46f4271d544276b310a11c9fa3f75d605c01b77a2d95486b75ad6bfa
6- sourceBlobDigest: sha256:23411dfea3509283f99667310d92bfd005f613849f9e044f6ab416bc217f69c8
5+ sourceRevisionDigest: sha256:ac2acc8f6ccb8f205b49b44a3bb5c723743622470ed9a2b9bddb9c08466449f2
6+ sourceBlobDigest: sha256:d1523d4cc423c258e23221adb5edebfdcc1d7aae10eee6dd47b4e289acc3d366
77 tags:
88 - latest
9- - speakeasy-sdk-regen-1753317295
10- - 1.1.45
9+ - speakeasy-sdk-regen-1754440558
10+ - 1.1.47
1111targets:
1212 unstructed-typescript:
1313 source: my-source
1414 sourceNamespace: my-source
15- sourceRevisionDigest: sha256:fac30f9b46f4271d544276b310a11c9fa3f75d605c01b77a2d95486b75ad6bfa
16- sourceBlobDigest: sha256:23411dfea3509283f99667310d92bfd005f613849f9e044f6ab416bc217f69c8
15+ sourceRevisionDigest: sha256:ac2acc8f6ccb8f205b49b44a3bb5c723743622470ed9a2b9bddb9c08466449f2
16+ sourceBlobDigest: sha256:d1523d4cc423c258e23221adb5edebfdcc1d7aae10eee6dd47b4e289acc3d366
1717 codeSamplesNamespace: my-source-typescript-code-samples
18- codeSamplesRevisionDigest: sha256:fd7c411547ad808b332666f8d4d0e20d719a331cc467b485db03b3adc6b0ef99
18+ codeSamplesRevisionDigest: sha256:ed4a2b078e709b091741309ca2a54b610364bbf97c5077e476797346a50f89c0
1919workflow:
2020 workflowVersion: 1.0.0
2121 speakeasyVersion: latest
Original file line number Diff line number Diff line change @@ -674,4 +674,14 @@ Based on:
674674### Generated
675675- [ typescript v0.26.3] .
676676### 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-09-19 00:30:25
680+ ### Changes
681+ Based on:
682+ - OpenAPI Doc
683+ - Speakeasy CLI 1.621.0 (2.707.0) 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();
88 * Example usage of the unstructured-client SDK
99 *
1010 * 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
1212 */
1313
1414import { openAsBlob } from "node:fs" ;
@@ -22,7 +22,7 @@ import {
2222const unstructuredClient = new UnstructuredClient ( ) ;
2323
2424async function main ( ) {
25- const result = await unstructuredClient . partition ( {
25+ const result = await unstructuredClient . general . partition ( {
2626 partitionParameters : {
2727 chunkingStrategy : "by_title" ,
2828 files : await openAsBlob ( "example.file" ) ,
Original file line number Diff line number Diff line change @@ -13,12 +13,13 @@ generation:
1313 auth :
1414 oAuth2ClientCredentialsEnabled : false
1515 oAuth2PasswordEnabled : false
16+ hoistGlobalSecurity : true
1617 tests :
1718 generateTests : true
1819 generateNewTests : false
1920 skipResponseBodyAssertions : false
2021typescript :
21- version : 0.26.3
22+ version : 0.26.4
2223 additionalDependencies :
2324 dependencies :
2425 async : ^3.2.5
@@ -57,5 +58,7 @@ typescript:
5758 outputModelSuffix : output
5859 packageName : unstructured-client
5960 responseFormat : flat
61+ sseFlatResponse : false
6062 templateVersion : v2
63+ usageSDKInitImports : []
6164 useIndexModules : true
Original file line number Diff line number Diff line change 22
33{
44 "name" : " unstructured-client" ,
5- "version" : " 0.26.3 " ,
5+ "version" : " 0.26.4 " ,
66 "exports" : {
77 "." : " ./src/index.ts" ,
88 "./sdk/models/errors" : " ./src/sdk/models/errors/index.ts" ,
You can’t perform that action at this time.
0 commit comments