Skip to content

Commit d6c073b

Browse files
chore: 🐝 Update SDK - Generate 0.25.2 (#155)
> [!IMPORTANT] > Linting report available at: <https://app.speakeasy.com/org/unstructured/unstructured5xr/linting-report/9f39a108d493cd1c69dda9b8ce4f092d> > OpenAPI Change report available at: <https://app.speakeasy.com/org/unstructured/unstructured5xr/changes-report/9a28cb226f78595b5f2f7bdcefa4928e> # SDK update Based on: - OpenAPI Doc - Speakeasy CLI 1.574.1 (2.647.2) https://github.com/speakeasy-api/speakeasy ## Versioning Version Bump Type: [patch] - 🤖 (automated) ## OpenAPI Change Summary ``` ├─┬Info │ └──[🔀] version (5:16) └─┬Components └─┬partition_parameters └─┬vlm_model └──[➕] enum (361:15) ``` | Document Element | Total Changes | Breaking Changes | |------------------|---------------|------------------| | components | 1 | 0 | | info | 1 | 0 | ## TYPESCRIPT CHANGELOG ## mcpServer: 0.9.3 - 2025-07-01 ### 🐛 Bug Fixes - Prevent stricli 1.2.0 error when not using MCP scopes *(commit by [@bflad](https://github.com/bflad))* Co-authored-by: speakeasybot <[email protected]>
1 parent 9e4485b commit d6c073b

File tree

15 files changed

+52
-46
lines changed

15 files changed

+52
-46
lines changed

.speakeasy/gen.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
lockVersion: 2.0.0
22
id: f42cb8e6-e2ce-4565-b975-5a9f38b94d5a
33
management:
4-
docChecksum: 7c9084aa5b0e10020a8f9e2954f0637a
5-
docVersion: 1.1.25
6-
speakeasyVersion: 1.568.1
7-
generationVersion: 2.634.1
8-
releaseVersion: 0.25.1
9-
configChecksum: 0197c95e1e5ef91e7b26f9b0cdfe33ef
4+
docChecksum: 9b8288dc7f01ab0f6eb797e80c06c995
5+
docVersion: 1.1.30
6+
speakeasyVersion: 1.574.1
7+
generationVersion: 2.647.2
8+
releaseVersion: 0.25.2
9+
configChecksum: 8ac4331f595e4a955ff8b0ce0c9da3cf
1010
repoURL: https://github.com/Unstructured-IO/unstructured-js-client.git
1111
repoSubDirectory: .
1212
installationURL: https://github.com/Unstructured-IO/unstructured-js-client
@@ -24,7 +24,7 @@ features:
2424
globalSecurity: 2.82.13
2525
globalSecurityCallbacks: 0.1.0
2626
globalServerURLs: 2.82.5
27-
mcpServer: 0.9.2
27+
mcpServer: 0.9.3
2828
nameOverrides: 2.81.2
2929
nullables: 0.1.1
3030
openEnums: 0.1.1

.speakeasy/workflow.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
speakeasyVersion: 1.568.1
1+
speakeasyVersion: 1.574.1
22
sources:
33
my-source:
44
sourceNamespace: my-source
5-
sourceRevisionDigest: sha256:594365bf5284e8d4e6602a17b0cacdd329dff7dcb7b1deb59777c08127b1743d
6-
sourceBlobDigest: sha256:f4c50c20ad68fa323d17d43c86d87f2ecc0d7c90c837ff57f9e05812e494f982
5+
sourceRevisionDigest: sha256:38a045a6f6b311c0cb60dccbe7f479fef1090521ef45ac6c08f629824884d3d1
6+
sourceBlobDigest: sha256:9a30b03f66488202677d8442e4a4fbc65b6b639bdd740cdc5b2c22af45de2170
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1749947818
10-
- 1.1.25
9+
- speakeasy-sdk-regen-1751416379
10+
- 1.1.30
1111
targets:
1212
unstructed-typescript:
1313
source: my-source
1414
sourceNamespace: my-source
15-
sourceRevisionDigest: sha256:594365bf5284e8d4e6602a17b0cacdd329dff7dcb7b1deb59777c08127b1743d
16-
sourceBlobDigest: sha256:f4c50c20ad68fa323d17d43c86d87f2ecc0d7c90c837ff57f9e05812e494f982
15+
sourceRevisionDigest: sha256:38a045a6f6b311c0cb60dccbe7f479fef1090521ef45ac6c08f629824884d3d1
16+
sourceBlobDigest: sha256:9a30b03f66488202677d8442e4a4fbc65b6b639bdd740cdc5b2c22af45de2170
1717
codeSamplesNamespace: my-source-typescript-code-samples
18-
codeSamplesRevisionDigest: sha256:ed0de85af2807af3b8511f78ce04c3da0687d34ce8d73068430ffd80a7b2e479
18+
codeSamplesRevisionDigest: sha256:a7f39ceb784be5f33123e10681a51304d638145b4f67d03af7c13acd3f2ef613
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -624,4 +624,14 @@ Based on:
624624
### Generated
625625
- [typescript v0.25.1] .
626626
### Releases
627-
- [NPM v0.25.1] https://www.npmjs.com/package/unstructured-client/v/0.25.1 - .
627+
- [NPM v0.25.1] https://www.npmjs.com/package/unstructured-client/v/0.25.1 - .
628+
629+
## 2025-07-02 00:32:42
630+
### Changes
631+
Based on:
632+
- OpenAPI Doc
633+
- Speakeasy CLI 1.574.1 (2.647.2) https://github.com/speakeasy-api/speakeasy
634+
### Generated
635+
- [typescript v0.25.2] .
636+
### Releases
637+
- [NPM v0.25.2] https://www.npmjs.com/package/unstructured-client/v/0.25.2 - .

docs/sdk/models/shared/vlmmodel.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ This is an open enum. Unrecognized values will be captured as the `Unrecognized<
2222
| `Gemini15Pro` | gemini-1.5-pro |
2323
| `UsAmazonNovaProV10` | us.amazon.nova-pro-v1:0 |
2424
| `UsAmazonNovaLiteV10` | us.amazon.nova-lite-v1:0 |
25+
| `UsAnthropicClaude37Sonnet20250219V10` | us.anthropic.claude-3-7-sonnet-20250219-v1:0 |
2526
| `UsAnthropicClaude35Sonnet20241022V20` | us.anthropic.claude-3-5-sonnet-20241022-v2:0 |
2627
| `UsAnthropicClaude3Opus20240229V10` | us.anthropic.claude-3-opus-20240229-v1:0 |
2728
| `UsAnthropicClaude3Haiku20240307V10` | us.anthropic.claude-3-haiku-20240307-v1:0 |

gen.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,12 @@ generation:
1313
auth:
1414
oAuth2ClientCredentialsEnabled: false
1515
oAuth2PasswordEnabled: false
16+
tests:
17+
generateTests: true
18+
generateNewTests: false
19+
skipResponseBodyAssertions: false
1620
typescript:
17-
version: 0.25.1
21+
version: 0.25.2
1822
additionalDependencies:
1923
dependencies:
2024
async: ^3.2.5

jsr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
{
44
"name": "unstructured-client",
5-
"version": "0.25.1",
5+
"version": "0.25.2",
66
"exports": {
77
".": "./src/index.ts",
88
"./sdk/models/errors": "./src/sdk/models/errors/index.ts",

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "unstructured-client",
3-
"version": "0.25.1",
3+
"version": "0.25.2",
44
"author": "Unstructured",
55
"type": "module",
66
"bin": {

src/lib/config.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,9 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
6767

6868
export const SDK_METADATA = {
6969
language: "typescript",
70-
openapiDocVersion: "1.1.25",
71-
sdkVersion: "0.25.1",
72-
genVersion: "2.634.1",
70+
openapiDocVersion: "1.1.30",
71+
sdkVersion: "0.25.2",
72+
genVersion: "2.647.2",
7373
userAgent:
74-
"speakeasy-sdk/typescript 0.25.1 2.634.1 1.1.25 unstructured-client",
74+
"speakeasy-sdk/typescript 0.25.2 2.647.2 1.1.30 unstructured-client",
7575
} as const;

src/mcp-server/cli/start/command.ts

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import { buildCommand } from "@stricli/core";
66
import * as z from "zod";
77
import { ServerList } from "../../../lib/config.js";
88
import { consoleLoggerLevels } from "../../console-logger.js";
9-
import { mcpScopes } from "../../scopes.js";
109

1110
export const startCommand = buildCommand({
1211
loader: async () => {
@@ -37,18 +36,6 @@ export const startCommand = buildCommand({
3736
return z.string().parse(value);
3837
},
3938
},
40-
...(mcpScopes.length
41-
? {
42-
scope: {
43-
kind: "enum",
44-
brief:
45-
"Mount tools/resources that match given scope (repeatable flag)",
46-
values: mcpScopes,
47-
variadic: true,
48-
optional: true,
49-
},
50-
}
51-
: {}),
5239
"api-key-auth": {
5340
kind: "parsed",
5441
brief: "Sets the apiKeyAuth auth field for the API",

0 commit comments

Comments
 (0)