File tree Expand file tree Collapse file tree 15 files changed +52
-46
lines changed Expand file tree Collapse file tree 15 files changed +52
-46
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: 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
Original file line number Diff line number Diff line change 1- speakeasyVersion: 1.568 .1
1+ speakeasyVersion: 1.574 .1
22sources:
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
1111targets:
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
1919workflow:
2020 workflowVersion: 1.0.0
2121 speakeasyVersion: latest
Original file line number Diff line number Diff 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 - .
Original file line number Diff line number Diff 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 |
Original file line number Diff line number Diff 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
1620typescript :
17- version : 0.25.1
21+ version : 0.25.2
1822 additionalDependencies :
1923 dependencies :
2024 async : ^3.2.5
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " unstructured-client" ,
3- "version" : " 0.25.1 " ,
3+ "version" : " 0.25.2 " ,
44 "author" : " Unstructured" ,
55 "type" : " module" ,
66 "bin" : {
Original file line number Diff line number Diff line change @@ -67,9 +67,9 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
6767
6868export 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 ;
Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ import { buildCommand } from "@stricli/core";
66import * as z from "zod" ;
77import { ServerList } from "../../../lib/config.js" ;
88import { consoleLoggerLevels } from "../../console-logger.js" ;
9- import { mcpScopes } from "../../scopes.js" ;
109
1110export 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" ,
You can’t perform that action at this time.
0 commit comments