File tree Expand file tree Collapse file tree 17 files changed +104
-45
lines changed Expand file tree Collapse file tree 17 files changed +104
-45
lines changed Original file line number Diff line number Diff line change 1+ .DS_Store
2+ ** /.speakeasy /temp /
3+ ** /.speakeasy /logs /
4+ .DS_Store
15/mcp-server
26/bin
37/.eslintcache
Original file line number Diff line number Diff line change 11lockVersion: 2.0.0
22id: f42cb8e6-e2ce-4565-b975-5a9f38b94d5a
33management:
4- docChecksum: 9e84e8d53fbc7c48d4bf35240b476a5b
5- docVersion: 1.1.7
6- speakeasyVersion: 1.531.0
7- generationVersion: 2.568.2
8- releaseVersion: 0.24.1
9- configChecksum: e318c02067c106739f38d2f8e11f5407
4+ docChecksum: 34d1c5f73e947f5ef24372b0ad5faa33
5+ docVersion: 1.1.12
6+ speakeasyVersion: 1.542.3
7+ generationVersion: 2.597.9
8+ releaseVersion: 0.24.2
9+ configChecksum: 7f6374425761a1f1e5bc23bfe158b966
1010 repoURL: https://github.com/Unstructured-IO/unstructured-js-client.git
1111 repoSubDirectory: .
1212 installationURL: https://github.com/Unstructured-IO/unstructured-js-client
@@ -16,15 +16,15 @@ features:
1616 acceptHeaders: 2.81.2
1717 additionalDependencies: 0.1.0
1818 constsAndDefaults: 0.1.11
19- core: 3.21.5
19+ core: 3.21.7
2020 defaultEnabledRetries: 0.1.0
2121 enumUnions: 0.1.0
2222 envVarSecurityUsage: 0.1.2
2323 examples: 2.81.5
2424 globalSecurity: 2.82.13
2525 globalSecurityCallbacks: 0.1.0
2626 globalServerURLs: 2.82.4
27- mcpServer: 0.9.1
27+ mcpServer: 0.9.2
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.531.0
1+ speakeasyVersion: 1.542.3
22sources:
33 my-source:
44 sourceNamespace: my-source
5- sourceRevisionDigest: sha256:7560ec216c554bca569c62c9ab518f0218f24cfb66f0e57b136b07d2c0a9b73e
6- sourceBlobDigest: sha256:2f8e18d1de0c41db8af50b06c236c6e68fe38a884a4f04aef5a04591af60cb7b
5+ sourceRevisionDigest: sha256:1576fc374ae9415333c357e4500ea3c7a59112b0badcc50d49b5f3685f5932a6
6+ sourceBlobDigest: sha256:d999fa57d8be0b6b99e016482c6c8584cb71779385686844c26fd8151c1639c1
77 tags:
88 - latest
9- - speakeasy-sdk-regen-1744072198
10- - 1.1.7
9+ - speakeasy-sdk-regen-1746059716
10+ - 1.1.12
1111targets:
1212 unstructed-typescript:
1313 source: my-source
1414 sourceNamespace: my-source
15- sourceRevisionDigest: sha256:7560ec216c554bca569c62c9ab518f0218f24cfb66f0e57b136b07d2c0a9b73e
16- sourceBlobDigest: sha256:2f8e18d1de0c41db8af50b06c236c6e68fe38a884a4f04aef5a04591af60cb7b
15+ sourceRevisionDigest: sha256:1576fc374ae9415333c357e4500ea3c7a59112b0badcc50d49b5f3685f5932a6
16+ sourceBlobDigest: sha256:d999fa57d8be0b6b99e016482c6c8584cb71779385686844c26fd8151c1639c1
1717 codeSamplesNamespace: my-source-typescript-code-samples
18- codeSamplesRevisionDigest: sha256:aea1e9a86c9c9aec7564f8fdc04f3e75a6a02912b25a3cd7c57c7ff3c8e320ee
18+ codeSamplesRevisionDigest: sha256:3d318985a24646e499605b155fe2c4c146d6fe4d3cf99fb4e92006585af5459d
1919workflow:
2020 workflowVersion: 1.0.0
2121 speakeasyVersion: latest
Original file line number Diff line number Diff line change @@ -574,4 +574,14 @@ Based on:
574574### Generated
575575- [ typescript v0.24.1] .
576576### Releases
577- - [ NPM v0.24.1] https://www.npmjs.com/package/unstructured-client/v/0.24.1 - .
577+ - [ NPM v0.24.1] https://www.npmjs.com/package/unstructured-client/v/0.24.1 - .
578+
579+ ## 2025-05-07 00:31:31
580+ ### Changes
581+ Based on:
582+ - OpenAPI Doc
583+ - Speakeasy CLI 1.542.3 (2.597.9) https://github.com/speakeasy-api/speakeasy
584+ ### Generated
585+ - [ typescript v0.24.2] .
586+ ### Releases
587+ - [ NPM v0.24.2] https://www.npmjs.com/package/unstructured-client/v/0.24.2 - .
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ export default [
1111 {
1212 rules : {
1313 "no-constant-condition" : "off" ,
14+ "no-useless-escape" : "off" ,
1415 // Handled by typescript compiler
1516 "@typescript-eslint/no-unused-vars" : "off" ,
1617 "@typescript-eslint/no-explicit-any" : "off" ,
Original file line number Diff line number Diff line change @@ -8,11 +8,12 @@ generation:
88 parameterOrderingFeb2024 : false
99 requestResponseComponentNamesFeb2024 : false
1010 securityFeb2025 : false
11+ sharedErrorComponentsApr2025 : false
1112 auth :
1213 oAuth2ClientCredentialsEnabled : false
1314 oAuth2PasswordEnabled : false
1415typescript :
15- version : 0.24.1
16+ version : 0.24.2
1617 additionalDependencies :
1718 dependencies :
1819 async : ^3.2.5
Original file line number Diff line number Diff line change 22
33{
44 "name" : " unstructured-client" ,
5- "version" : " 0.24.1 " ,
5+ "version" : " 0.24.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.24.1 " ,
3+ "version" : " 0.24.2 " ,
44 "author" : " Unstructured" ,
55 "type" : " module" ,
66 "bin" : {
3434 "prepublishOnly" : " npm run build"
3535 },
3636 "peerDependencies" : {
37- "@modelcontextprotocol/sdk" : " ^ 1.5.0" ,
37+ "@modelcontextprotocol/sdk" : " >= 1.5.0 <1.10 .0" ,
3838 "zod" : " >= 3"
3939 },
4040 "peerDependenciesMeta" : {
4444 },
4545 "devDependencies" : {
4646 "@eslint/js" : " ^9.19.0" ,
47- "@modelcontextprotocol/sdk" : " ^ 1.5.0" ,
47+ "@modelcontextprotocol/sdk" : " >= 1.5.0 <1.10 .0" ,
4848 "@stricli/core" : " ^1.1.1" ,
4949 "@types/async" : " ^3.2.24" ,
5050 "@types/express" : " ^4.17.21" ,
You can’t perform that action at this time.
0 commit comments