Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
lockVersion: 2.0.0
id: f42cb8e6-e2ce-4565-b975-5a9f38b94d5a
management:
docChecksum: cd27ee62248f546725afe6647656e4b4
docVersion: 1.1.45
speakeasyVersion: 1.595.0
generationVersion: 2.670.1
releaseVersion: 0.26.3
configChecksum: dfa3fe196489685301649fa907100f57
docChecksum: a3cc41d1b1e79f7b443567959b29ac2d
docVersion: 1.1.47
speakeasyVersion: 1.615.2
generationVersion: 2.698.4
releaseVersion: 0.26.4
configChecksum: 1bae336aa4bf4592b5a5fbb78c8b9823
repoURL: https://github.com/Unstructured-IO/unstructured-js-client.git
repoSubDirectory: .
installationURL: https://github.com/Unstructured-IO/unstructured-js-client
Expand All @@ -16,12 +16,12 @@ features:
acceptHeaders: 2.81.2
additionalDependencies: 0.1.0
constsAndDefaults: 0.1.12
core: 3.21.17
core: 3.21.22
defaultEnabledRetries: 0.1.0
enumUnions: 0.1.0
envVarSecurityUsage: 0.1.2
examples: 2.82.1
globalSecurity: 2.82.13
examples: 2.82.3
globalSecurity: 2.82.14
globalSecurityCallbacks: 0.1.0
globalServerURLs: 2.82.5
mcpServer: 0.9.3
Expand Down
16 changes: 8 additions & 8 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
speakeasyVersion: 1.595.0
speakeasyVersion: 1.615.2
sources:
my-source:
sourceNamespace: my-source
sourceRevisionDigest: sha256:fac30f9b46f4271d544276b310a11c9fa3f75d605c01b77a2d95486b75ad6bfa
sourceBlobDigest: sha256:23411dfea3509283f99667310d92bfd005f613849f9e044f6ab416bc217f69c8
sourceRevisionDigest: sha256:ac2acc8f6ccb8f205b49b44a3bb5c723743622470ed9a2b9bddb9c08466449f2
sourceBlobDigest: sha256:d1523d4cc423c258e23221adb5edebfdcc1d7aae10eee6dd47b4e289acc3d366
tags:
- latest
- speakeasy-sdk-regen-1753317295
- 1.1.45
- speakeasy-sdk-regen-1754440558
- 1.1.47
targets:
unstructed-typescript:
source: my-source
sourceNamespace: my-source
sourceRevisionDigest: sha256:fac30f9b46f4271d544276b310a11c9fa3f75d605c01b77a2d95486b75ad6bfa
sourceBlobDigest: sha256:23411dfea3509283f99667310d92bfd005f613849f9e044f6ab416bc217f69c8
sourceRevisionDigest: sha256:ac2acc8f6ccb8f205b49b44a3bb5c723743622470ed9a2b9bddb9c08466449f2
sourceBlobDigest: sha256:d1523d4cc423c258e23221adb5edebfdcc1d7aae10eee6dd47b4e289acc3d366
codeSamplesNamespace: my-source-typescript-code-samples
codeSamplesRevisionDigest: sha256:fd7c411547ad808b332666f8d4d0e20d719a331cc467b485db03b3adc6b0ef99
codeSamplesRevisionDigest: sha256:ed4a2b078e709b091741309ca2a54b610364bbf97c5077e476797346a50f89c0
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -674,4 +674,14 @@ Based on:
### Generated
- [typescript v0.26.3] .
### Releases
- [NPM v0.26.3] https://www.npmjs.com/package/unstructured-client/v/0.26.3 - .
- [NPM v0.26.3] https://www.npmjs.com/package/unstructured-client/v/0.26.3 - .

## 2025-09-15 00:32:36
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.615.2 (2.698.4) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v0.26.4] .
### Releases
- [NPM v0.26.4] https://www.npmjs.com/package/unstructured-client/v/0.26.4 - .
4 changes: 2 additions & 2 deletions examples/generalPartition.example.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dotenv.config();
* Example usage of the unstructured-client SDK
*
* To run this example from the examples directory:
* npm run build && npx tsx generalPartition.ts
* npm run build && npx tsx generalPartition.example.ts
*/

import { openAsBlob } from "node:fs";
Expand All @@ -22,7 +22,7 @@ import {
const unstructuredClient = new UnstructuredClient();

async function main() {
const result = await unstructuredClient.partition({
const result = await unstructuredClient.general.partition({
partitionParameters: {
chunkingStrategy: "by_title",
files: await openAsBlob("example.file"),
Expand Down
6 changes: 3 additions & 3 deletions examples/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,13 @@ generation:
auth:
oAuth2ClientCredentialsEnabled: false
oAuth2PasswordEnabled: false
hoistGlobalSecurity: true
tests:
generateTests: true
generateNewTests: false
skipResponseBodyAssertions: false
typescript:
version: 0.26.3
version: 0.26.4
additionalDependencies:
dependencies:
async: ^3.2.5
Expand Down Expand Up @@ -57,5 +58,7 @@ typescript:
outputModelSuffix: output
packageName: unstructured-client
responseFormat: flat
sseFlatResponse: false
templateVersion: v2
usageSDKInitImports: []
useIndexModules: true
2 changes: 1 addition & 1 deletion jsr.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

{
"name": "unstructured-client",
"version": "0.26.3",
"version": "0.26.4",
"exports": {
".": "./src/index.ts",
"./sdk/models/errors": "./src/sdk/models/errors/index.ts",
Expand Down
Loading