Commit 417bf8b
chore: 🐝 Update SDK - Generate 0.3.0 (#11)
> [!IMPORTANT]
> Linting report available at:
<https://app.speakeasy.com/org/vanta/vanta/linting-report/c53378744fdbdf3e18a9d052ba18883f>
# SDK update
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.583.0 (2.658.3)
https://github.com/speakeasy-api/speakeasy
## Versioning
Version Bump Type: [minor] - 🤖 (automated)
## TYPESCRIPT CHANGELOG
## sdkHooks: 0.3.0 - 2025-05-21
### 🐝 New Features
- add support for accessing sdk configuration in hooks *(commit by
[@TristanSpeakEasy](https://github.com/tristanspeakeasy))*
## 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))*
## 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))*
## core: 3.21.14 - 2025-07-09
### 🐛 Bug Fixes
- [force-gen] limit zod version to ^3 *(commit by
[@walker-tx](https://github.com/walker-tx))*
## core: 3.21.13 - 2025-07-03
### 🐛 Bug Fixes
- pin @types/bun version to last compatible release *(commit by
[@vishalg0wda](https://github.com/vishalg0wda))*
## core: 3.21.12 - 2025-07-03
### 🐛 Bug Fixes
- fixed generation of example call signatures when skipping optional
parameters *(commit by
[@TristanSpeakEasy](https://github.com/tristanspeakeasy))*
## core: 3.21.11 - 2025-06-09
### 🐛 Bug Fixes
- add support for arrays of files in multipart forms *(commit by
[@TristanSpeakEasy](https://github.com/tristanspeakeasy))*
## core: 3.21.10 - 2025-05-30
### 🐛 Bug Fixes
- re-export HTTPClient from root index.ts *(commit by
[@disintegrator](https://github.com/disintegrator))*
## core: 3.21.9 - 2025-05-19
### 🐛 Bug Fixes
- Prevent errors with Zod 3.25+ and commonjs module config *(commit by
[@bflad](https://github.com/bflad))*
## core: 3.21.8 - 2025-05-07
### 🐛 Bug Fixes
- fixed stability of generated examples using operation and field seeds,
including fixes to union examples *(commit by
[@TristanSpeakEasy](https://github.com/tristanspeakeasy))*
## core: 3.21.7 - 2025-04-30
### 🐛 Bug Fixes
- allow intentional string escaping without lint errors *(commit by
[@vishalg0wda](https://github.com/vishalg0wda))*
## globalServerURLs: 2.82.5 - 2025-05-09
### 🐛 Bug Fixes
- fixed issue with cached templated server url *(commit by
[@TristanSpeakEasy](https://github.com/tristanspeakeasy))*
## unions: 2.85.11 - 2025-06-19
### 🐛 Bug Fixes
- regression related to union discriminator mapping *(commit by
[@mfbx9da4](https://github.com/mfbx9da4))*
## unions: 2.85.10 - 2025-06-13
### 🐛 Bug Fixes
- implement union type sorting by required fields count *(commit by
[@TristanSpeakEasy](https://github.com/tristanspeakeasy))*
## unions: 2.85.9 - 2025-06-05
### 🐛 Bug Fixes
- Handle unions for multipart/form-data request body *(commit by
[@kanwardeep](https://github.com/Kanwardeep))*
## constsAndDefaults: 0.1.12 - 2025-06-11
### 🐛 Bug Fixes
- fix to const handling *(commit by
[@mfbx9da4](https://github.com/mfbx9da4))*
---------
Co-authored-by: speakeasybot <[email protected]>
Co-authored-by: speakeasy-github[bot] <128539517+speakeasy-github[bot]@users.noreply.github.com>1 parent dd2358d commit 417bf8b
File tree
77 files changed
+1634
-749
lines changed- .speakeasy
- docs
- models
- components
- operations
- sdks
- auditors
- audits
- examples
- src
- funcs
- hooks
- lib
- mcp-server
- cli/start
- models
- components
- errors
- operations
- types
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
77 files changed
+1634
-749
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
1 | 9 | | |
2 | 10 | | |
3 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
| 16 | + | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | | - | |
| 25 | + | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
32 | | - | |
| 31 | + | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| 49 | + | |
49 | 50 | | |
50 | 51 | | |
51 | 52 | | |
| |||
95 | 96 | | |
96 | 97 | | |
97 | 98 | | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
98 | 103 | | |
99 | 104 | | |
100 | 105 | | |
| |||
157 | 162 | | |
158 | 163 | | |
159 | 164 | | |
| 165 | + | |
160 | 166 | | |
161 | 167 | | |
162 | 168 | | |
| |||
186 | 192 | | |
187 | 193 | | |
188 | 194 | | |
| 195 | + | |
189 | 196 | | |
| 197 | + | |
190 | 198 | | |
191 | 199 | | |
192 | 200 | | |
| |||
219 | 227 | | |
220 | 228 | | |
221 | 229 | | |
222 | | - | |
| 230 | + | |
223 | 231 | | |
224 | 232 | | |
225 | 233 | | |
| |||
268 | 276 | | |
269 | 277 | | |
270 | 278 | | |
271 | | - | |
| 279 | + | |
272 | 280 | | |
273 | 281 | | |
274 | 282 | | |
| |||
289 | 297 | | |
290 | 298 | | |
291 | 299 | | |
292 | | - | |
| 300 | + | |
293 | 301 | | |
294 | 302 | | |
295 | 303 | | |
| |||
299 | 307 | | |
300 | 308 | | |
301 | 309 | | |
302 | | - | |
| 310 | + | |
303 | 311 | | |
304 | 312 | | |
305 | 313 | | |
306 | 314 | | |
307 | 315 | | |
308 | 316 | | |
309 | | - | |
| 317 | + | |
310 | 318 | | |
311 | 319 | | |
312 | 320 | | |
313 | | - | |
| 321 | + | |
314 | 322 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| 18 | + | |
17 | 19 | | |
18 | 20 | | |
19 | 21 | | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
20 | 26 | | |
21 | | - | |
| 27 | + | |
22 | 28 | | |
23 | 29 | | |
24 | 30 | | |
25 | 31 | | |
26 | 32 | | |
27 | 33 | | |
| 34 | + | |
28 | 35 | | |
| 36 | + | |
29 | 37 | | |
30 | 38 | | |
31 | 39 | | |
| |||
34 | 42 | | |
35 | 43 | | |
36 | 44 | | |
| 45 | + | |
37 | 46 | | |
38 | 47 | | |
39 | 48 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
| 5 | + | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
| 15 | + | |
| 16 | + | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | 24 | | |
26 | 25 | | |
27 | 26 | | |
| |||
31 | 30 | | |
32 | 31 | | |
33 | 32 | | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
49 | 38 | | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | 39 | | |
57 | 40 | | |
58 | 41 | | |
| |||
0 commit comments