Skip to content

chore: 🐝 Update SDK - Generate 0.26.4 #161

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
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
16 changes: 8 additions & 8 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.605.0
generationVersion: 2.684.0
releaseVersion: 0.26.4
configChecksum: 433ff03f3ed8a8231e2a4b1bddb6e40c
repoURL: https://github.com/Unstructured-IO/unstructured-js-client.git
repoSubDirectory: .
installationURL: https://github.com/Unstructured-IO/unstructured-js-client
Expand All @@ -16,11 +16,11 @@ features:
acceptHeaders: 2.81.2
additionalDependencies: 0.1.0
constsAndDefaults: 0.1.12
core: 3.21.17
core: 3.21.20
defaultEnabledRetries: 0.1.0
enumUnions: 0.1.0
envVarSecurityUsage: 0.1.2
examples: 2.82.1
examples: 2.82.3
globalSecurity: 2.82.13
globalSecurityCallbacks: 0.1.0
globalServerURLs: 2.82.5
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.605.0
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-08-16 00:31:24
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.605.0 (2.684.0) 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 - .
2 changes: 1 addition & 1 deletion 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 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.

3 changes: 2 additions & 1 deletion gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ generation:
generateNewTests: false
skipResponseBodyAssertions: false
typescript:
version: 0.26.3
version: 0.26.4
additionalDependencies:
dependencies:
async: ^3.2.5
Expand Down Expand Up @@ -58,4 +58,5 @@ typescript:
packageName: unstructured-client
responseFormat: flat
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