Skip to content
Merged
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
12 changes: 6 additions & 6 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ id: f42cb8e6-e2ce-4565-b975-5a9f38b94d5a
management:
docChecksum: 8f62b4348dafcf14eff2a6197cb404d2
docVersion: 1.1.34
speakeasyVersion: 1.576.1
generationVersion: 2.651.2
releaseVersion: 0.26.0
configChecksum: ba03610a27c44b6c80fa1ac48f200b46
speakeasyVersion: 1.580.1
generationVersion: 2.656.3
releaseVersion: 0.26.1
configChecksum: 00c18be8e806f8b386c1b3aa35766d60
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.13
core: 3.21.14
defaultEnabledRetries: 0.1.0
enumUnions: 0.1.0
envVarSecurityUsage: 0.1.2
examples: 2.82.0
examples: 2.82.1
globalSecurity: 2.82.13
globalSecurityCallbacks: 0.1.0
globalServerURLs: 2.82.5
Expand Down
6 changes: 3 additions & 3 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
speakeasyVersion: 1.576.1
speakeasyVersion: 1.580.1
sources:
my-source:
sourceNamespace: my-source
sourceRevisionDigest: sha256:88df22653fd998cdac0f63b206f1873a33faca211c1af6033b28c468ebbdf480
sourceBlobDigest: sha256:4d0d9f1f722ffe417b3987b8e5e8d3295c32661b64a42d11ad13979dee826e16
tags:
- latest
- speakeasy-sdk-regen-1751934799
- speakeasy-sdk-regen-1752107619
- 1.1.34
targets:
unstructed-typescript:
Expand All @@ -15,7 +15,7 @@ targets:
sourceRevisionDigest: sha256:88df22653fd998cdac0f63b206f1873a33faca211c1af6033b28c468ebbdf480
sourceBlobDigest: sha256:4d0d9f1f722ffe417b3987b8e5e8d3295c32661b64a42d11ad13979dee826e16
codeSamplesNamespace: my-source-typescript-code-samples
codeSamplesRevisionDigest: sha256:d6804f3dacb4071900ba499d2d3f4ebc78190a7f8e845cbb0fb530d4bc470ca7
codeSamplesRevisionDigest: sha256:e471c3e773833bb17473ba0da79f23b0ecc46ab9ef7d9b5e70ef844307a18a02
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 @@ -644,4 +644,14 @@ Based on:
### Generated
- [typescript v0.26.0] .
### Releases
- [NPM v0.26.0] https://www.npmjs.com/package/unstructured-client/v/0.26.0 - .
- [NPM v0.26.0] https://www.npmjs.com/package/unstructured-client/v/0.26.0 - .

## 2025-07-10 00:33:21
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.580.1 (2.656.3) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v0.26.1] .
### Releases
- [NPM v0.26.1] https://www.npmjs.com/package/unstructured-client/v/0.26.1 - .
4 changes: 2 additions & 2 deletions examples/package-lock.json

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

2 changes: 1 addition & 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.0
version: 0.26.1
additionalDependencies:
dependencies:
async: ^3.2.5
Expand Down
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.0",
"version": "0.26.1",
"exports": {
".": "./src/index.ts",
"./sdk/models/errors": "./src/sdk/models/errors/index.ts",
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "unstructured-client",
"version": "0.26.0",
"version": "0.26.1",
"author": "Unstructured",
"type": "module",
"bin": {
Expand Down Expand Up @@ -35,7 +35,7 @@
},
"peerDependencies": {
"@modelcontextprotocol/sdk": ">=1.5.0 <1.10.0",
"zod": ">= 3"
"zod": "^3"
},
"peerDependenciesMeta": {
"@modelcontextprotocol/sdk": {
Expand Down
6 changes: 3 additions & 3 deletions src/lib/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
export const SDK_METADATA = {
language: "typescript",
openapiDocVersion: "1.1.34",
sdkVersion: "0.26.0",
genVersion: "2.651.2",
sdkVersion: "0.26.1",
genVersion: "2.656.3",
userAgent:
"speakeasy-sdk/typescript 0.26.0 2.651.2 1.1.34 unstructured-client",
"speakeasy-sdk/typescript 0.26.1 2.656.3 1.1.34 unstructured-client",
} as const;
2 changes: 1 addition & 1 deletion src/mcp-server/mcp-server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const routes = buildRouteMap({
export const app = buildApplication(routes, {
name: "mcp",
versionInfo: {
currentVersion: "0.26.0",
currentVersion: "0.26.1",
},
});

Expand Down
2 changes: 1 addition & 1 deletion src/mcp-server/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export function createMCPServer(deps: {
}) {
const server = new McpServer({
name: "UnstructuredClient",
version: "0.26.0",
version: "0.26.1",
});

const client = new UnstructuredClientCore({
Expand Down