Skip to content

Commit 039aec3

Browse files
github-actions[bot]speakeasybotawalker4
authored
chore: 🐝 Update SDK - Generate 0.24.2 (#149)
> [!IMPORTANT] > Linting report available at: <https://app.speakeasy.com/org/unstructured/unstructured5xr/linting-report/70b30aab6003a56b736fedbc32f2bb23> > OpenAPI Change report available at: <https://app.speakeasy.com/org/unstructured/unstructured5xr/changes-report/36c87009a43c8a5d36df55c057ccd217> # SDK update Based on: - OpenAPI Doc - Speakeasy CLI 1.544.0 (2.599.0) https://github.com/speakeasy-api/speakeasy ## Versioning Version Bump Type: [patch] - 🤖 (automated) ## OpenAPI Change Summary ``` ├─┬Info │ └──[🔀] version (5:16) └─┬Components └─┬partition_parameters ├──[➕] properties (442:11) ├─┬xml_keep_tags │ ├──[➕] examples (348:15) │ ├──[➕] enum (338:15) │ ├──[➕] enum (339:15) │ ├──[➕] enum (340:15) │ ├──[➕] enum (341:15) │ ├──[➕] enum (342:15) │ ├──[➕] enum (343:15) │ ├──[➕] enum (337:15) │ ├──[🔀] type (335:21)❌ │ ├──[🔀] title (345:22) │ ├──[🔀] description (346:28) │ ├──[➖] default (1:7826)❌ │ └─┬Extensions │ └──[➕] x-speakeasy-unknown-values (350:43) ├─┬unique_element_ids │ ├──[➖] type (1:7317)❌ │ ├──[🔀] title (451:22) │ ├──[🔀] description (452:28) │ ├──[➖] default (1:7580)❌ │ ├──[➕] anyOf (444:15) │ └──[➕] anyOf (447:15) ├─┬vlm_model │ ├──[➖] examples (1:6987) │ ├──[➖] enum (1:6628)❌ │ ├──[➖] enum (1:6765)❌ │ ├──[➖] enum (1:6811)❌ │ ├──[➖] enum (1:6887)❌ │ ├──[➖] enum (1:6485)❌ │ ├──[➖] enum (1:6573)❌ │ ├──[➖] enum (1:6676)❌ │ ├──[➖] enum (1:6720)❌ │ ├──[➖] enum (1:6849)❌ │ ├──[➖] enum (1:6515)❌ │ ├──[➖] enum (1:6545)❌ │ ├──[➖] enum (1:6555)❌ │ ├──[➖] enum (1:6600)❌ │ ├──[🔀] type (390:21)❌ │ ├──[🔀] title (391:22) │ ├──[🔀] description (392:28) │ ├──[➕] default (393:24)❌ │ └─┬Extensions │ └──[➖] x-speakeasy-unknown-values (1:7028)❌ └─┬vlm_model_provider ├──[🔀] examples (372:15) ├──[➕] enum (355:15) ├──[➕] enum (357:15) ├──[➕] enum (360:15) ├──[➕] enum (361:15) ├──[➕] enum (362:15) ├──[➕] enum (364:15) ├──[➕] enum (367:15) ├──[➕] enum (356:15) ├──[➕] enum (358:15) ├──[➕] enum (359:15) ├──[➕] enum (363:15) ├──[➕] enum (365:15) ├──[➕] enum (366:15) ├──[➖] enum (1:6240)❌ ├──[➖] enum (1:6261)❌ ├──[➖] enum (1:6273)❌ ├──[➖] enum (1:6283)❌ ├──[➖] enum (1:6206)❌ ├──[➖] enum (1:6216)❌ ├──[➖] enum (1:6229)❌ ├──[🔀] title (369:22) └──[🔀] description (370:28) ``` | Document Element | Total Changes | Breaking Changes | |------------------|---------------|------------------| | info | 1 | 0 | | components | 62 | 26 | ## TYPESCRIPT CHANGELOG ## core: 3.21.7 - 2025-04-30 ### 🐛 Bug Fixes - allow intentional string escaping without lint errors *(commit by [@vishalg0wda](https://github.com/vishalg0wda))* ## core: 3.21.6 - 2025-04-11 ### 🐛 Bug Fixes - increase stability of generator model file names *(commit by [@vishalg0wda](https://github.com/vishalg0wda))* ## mcpServer: 0.9.2 - 2025-04-17 ### 🐛 Bug Fixes - Pin @modelcontextprotocol/sdk to 1.9.0 to prevent breaking changes in 1.10.0 *(commit by [@bflad](https://github.com/bflad))* ## globalServerURLs: 2.82.5 - 2025-05-09 ### 🐛 Bug Fixes - fixed issue with cached templated server url *(commit by [@TristanSpeakEasy](https://github.com/tristanspeakeasy))* --------- Co-authored-by: speakeasybot <[email protected]> Co-authored-by: Austin Walker <[email protected]>
1 parent 43ac43c commit 039aec3

File tree

15 files changed

+93
-133
lines changed

15 files changed

+93
-133
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
.DS_Store
2+
**/.speakeasy/temp/
3+
**/.speakeasy/logs/
4+
.DS_Store
15
/mcp-server
26
/bin
37
/.eslintcache

.speakeasy/gen.lock

Lines changed: 9 additions & 9 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: 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: 2c60c5194be54f45a4d83cfadb0c940b
5+
docVersion: 1.1.13
6+
speakeasyVersion: 1.544.0
7+
generationVersion: 2.599.0
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
26-
globalServerURLs: 2.82.4
27-
mcpServer: 0.9.1
26+
globalServerURLs: 2.82.5
27+
mcpServer: 0.9.2
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.531.0
1+
speakeasyVersion: 1.544.0
22
sources:
33
my-source:
44
sourceNamespace: my-source
5-
sourceRevisionDigest: sha256:7560ec216c554bca569c62c9ab518f0218f24cfb66f0e57b136b07d2c0a9b73e
6-
sourceBlobDigest: sha256:2f8e18d1de0c41db8af50b06c236c6e68fe38a884a4f04aef5a04591af60cb7b
5+
sourceRevisionDigest: sha256:3778d7344b58a3dc02faf58e532a22e1d55d48ae879c4d62cc08a1eae9b65f59
6+
sourceBlobDigest: sha256:2c5f1ac0cce089cd7027dc50135ecd01c74a60895626026ab809f17a2141e308
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1744072198
10-
- 1.1.7
9+
- speakeasy-sdk-regen-1746059716
10+
- 1.1.13
1111
targets:
1212
unstructed-typescript:
1313
source: my-source
1414
sourceNamespace: my-source
15-
sourceRevisionDigest: sha256:7560ec216c554bca569c62c9ab518f0218f24cfb66f0e57b136b07d2c0a9b73e
16-
sourceBlobDigest: sha256:2f8e18d1de0c41db8af50b06c236c6e68fe38a884a4f04aef5a04591af60cb7b
15+
sourceRevisionDigest: sha256:3778d7344b58a3dc02faf58e532a22e1d55d48ae879c4d62cc08a1eae9b65f59
16+
sourceBlobDigest: sha256:2c5f1ac0cce089cd7027dc50135ecd01c74a60895626026ab809f17a2141e308
1717
codeSamplesNamespace: my-source-typescript-code-samples
18-
codeSamplesRevisionDigest: sha256:aea1e9a86c9c9aec7564f8fdc04f3e75a6a02912b25a3cd7c57c7ff3c8e320ee
18+
codeSamplesRevisionDigest: sha256:3d318985a24646e499605b155fe2c4c146d6fe4d3cf99fb4e92006585af5459d
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
@@ -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-14 11:39:43
580+
### Changes
581+
Based on:
582+
- OpenAPI Doc
583+
- Speakeasy CLI 1.544.0 (2.599.0) 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 - .

eslint.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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",

gen.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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
1415
typescript:
15-
version: 0.24.1
16+
version: 0.24.2
1617
additionalDependencies:
1718
dependencies:
1819
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.24.1",
5+
"version": "0.24.2",
66
"exports": {
77
".": "./src/index.ts",
88
"./sdk/models/errors": "./src/sdk/models/errors/index.ts",

overlay_client.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,6 @@ actions:
4242
"type": "boolean",
4343
"default": false,
4444
}
45+
- target: $["components"]["schemas"]["partition_parameters"]["properties"]["tracking_enabled"]
46+
description: Remove tracking_enabled from partition_parameters
47+
remove: true

package-lock.json

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

package.json

Lines changed: 5 additions & 90 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "unstructured-client",
3-
"version": "0.24.1",
3+
"version": "0.24.2",
44
"author": "Unstructured",
55
"type": "module",
66
"bin": {
@@ -34,17 +34,15 @@
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": {
41-
"@modelcontextprotocol/sdk": {
42-
"optional": true
43-
}
41+
"@modelcontextprotocol/sdk": {"optional":true}
4442
},
4543
"devDependencies": {
4644
"@eslint/js": "^9.19.0",
47-
"@modelcontextprotocol/sdk": "^1.5.0",
45+
"@modelcontextprotocol/sdk": ">=1.5.0 <1.10.0",
4846
"@stricli/core": "^1.1.1",
4947
"@types/async": "^3.2.24",
5048
"@types/express": "^4.17.21",
@@ -62,88 +60,5 @@
6260
"dependencies": {
6361
"async": "^3.2.5",
6462
"pdf-lib": "^1.17.1"
65-
},
66-
"exports": {
67-
".": {
68-
"import": {
69-
"unstructured-client/source": "./src/index.ts",
70-
"types": "./dist/esm/index.d.ts",
71-
"default": "./dist/esm/index.js"
72-
},
73-
"require": {
74-
"types": "./dist/commonjs/index.d.ts",
75-
"default": "./dist/commonjs/index.js"
76-
}
77-
},
78-
"./package.json": "./package.json",
79-
"./sdk/types": {
80-
"import": {
81-
"unstructured-client/source": "./src/sdk/types/index.ts",
82-
"types": "./dist/esm/sdk/types/index.d.ts",
83-
"default": "./dist/esm/sdk/types/index.js"
84-
},
85-
"require": {
86-
"types": "./dist/commonjs/sdk/types/index.d.ts",
87-
"default": "./dist/commonjs/sdk/types/index.js"
88-
}
89-
},
90-
"./sdk/models/errors": {
91-
"import": {
92-
"unstructured-client/source": "./src/sdk/models/errors/index.ts",
93-
"types": "./dist/esm/sdk/models/errors/index.d.ts",
94-
"default": "./dist/esm/sdk/models/errors/index.js"
95-
},
96-
"require": {
97-
"types": "./dist/commonjs/sdk/models/errors/index.d.ts",
98-
"default": "./dist/commonjs/sdk/models/errors/index.js"
99-
}
100-
},
101-
"./sdk/models/shared": {
102-
"import": {
103-
"unstructured-client/source": "./src/sdk/models/shared/index.ts",
104-
"types": "./dist/esm/sdk/models/shared/index.d.ts",
105-
"default": "./dist/esm/sdk/models/shared/index.js"
106-
},
107-
"require": {
108-
"types": "./dist/commonjs/sdk/models/shared/index.d.ts",
109-
"default": "./dist/commonjs/sdk/models/shared/index.js"
110-
}
111-
},
112-
"./sdk/models/operations": {
113-
"import": {
114-
"unstructured-client/source": "./src/sdk/models/operations/index.ts",
115-
"types": "./dist/esm/sdk/models/operations/index.d.ts",
116-
"default": "./dist/esm/sdk/models/operations/index.js"
117-
},
118-
"require": {
119-
"types": "./dist/commonjs/sdk/models/operations/index.d.ts",
120-
"default": "./dist/commonjs/sdk/models/operations/index.js"
121-
}
122-
},
123-
"./*.js": {
124-
"import": {
125-
"unstructured-client/source": "./src/*.ts",
126-
"types": "./dist/esm/*.d.ts",
127-
"default": "./dist/esm/*.js"
128-
},
129-
"require": {
130-
"types": "./dist/commonjs/*.d.ts",
131-
"default": "./dist/commonjs/*.js"
132-
}
133-
},
134-
"./*": {
135-
"import": {
136-
"unstructured-client/source": "./src/*.ts",
137-
"types": "./dist/esm/*.d.ts",
138-
"default": "./dist/esm/*.js"
139-
},
140-
"require": {
141-
"types": "./dist/commonjs/*.d.ts",
142-
"default": "./dist/commonjs/*.js"
143-
}
144-
}
145-
},
146-
"main": "./dist/commonjs/index.js",
147-
"types": "./dist/commonjs/index.d.ts",
148-
"module": "./dist/esm/index.js"
63+
}
14964
}

0 commit comments

Comments
 (0)