Commit 9576035
chore: 🐝 Update SDK - Generate 0.30.0 (#222)
> [!IMPORTANT]
> Linting report available at:
<https://app.speakeasy.com/org/unstructured/unstructured5xr/linting-report/d1ac8871f6009c5cc7071b32e3c42481>
> OpenAPI Change report available at:
<https://app.speakeasy.com/org/unstructured/unstructured5xr/changes-report/18a6a5148fd566fe6678e62d6a0ef4c5>
# SDK update
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.490.0 (2.512.0)
https://github.com/speakeasy-api/speakeasy
## Versioning
Version Bump Type: [minor] - 🤖 (automated)
## OpenAPI Change Summary
```
├─┬Info
│ ├──[🔀] title (4:14)
│ └──[🔀] version (5:16)
├─┬Paths
│ ├──[➕] path (1396:5)
│ ├──[➕] path (595:5)
│ ├──[➕] path (797:5)
│ ├──[➕] path (253:5)
│ ├──[➕] path (455:5)
│ ├──[➕] path (890:5)
│ ├──[➕] path (956:5)
│ ├──[➕] path (1020:5)
│ ├──[➕] path (1194:5)
│ ├──[➕] path (113:5)
│ └─┬/general/v0/general
│ └─┬POST
│ └─┬Servers
│ └──[➕] servers (94:20)
├─┬Servers
│ └──[➖] servers (1:102)❌
└─┬Components
├──[➕] schemas (2462:30)
├──[➕] schemas (2049:23)
├──[➕] schemas (2387:25)
├──[➕] schemas (2062:42)
├──[➕] schemas (2135:35)
├──[➕] schemas (2307:37)
├──[➕] schemas (2607:27)
├──[➕] schemas (2632:24)
├──[➕] schemas (2640:23)
├──[➕] schemas (2597:27)
├──[➕] schemas (1890:37)
├──[➕] schemas (1988:25)
├──[➕] schemas (2162:25)
├──[➕] schemas (2347:32)
├──[➕] schemas (1939:32)
├──[➕] schemas (2564:23)
├──[➕] schemas (2211:37)
├──[➕] schemas (2284:30)
├─┬partition_parameters
│ └─┬chunking_strategy
│ ├─┬ANYOF
│ │ ├──[🔀] type (1702:25)❌
│ │ └──[➕] default (1703:28)❌
│ └─┬ANYOF
│ ├──[➖] enum (1:7220)❌
│ ├──[➖] enum (1:7231)❌
│ ├──[➖] enum (1:7248)❌
│ ├──[➖] enum (1:7211)❌
│ ├──[🔀] type (1706:25)❌
│ └──[➖] default (1:7272)❌
└─┬HTTPValidationError
├──[➕] title (1476:18)
├──[➖] example (1:1982)
└─┬detail
├──[➕] items (1470:22)❌
├──[➕] type (1469:21)❌
├──[➕] title (1473:22)
├──[➖] oneOf (1:1870)❌
└──[➖] oneOf (1:1948)❌
```
| Document Element | Total Changes | Breaking Changes |
|------------------|---------------|------------------|
| info | 2 | 0 |
| paths | 11 | 0 |
| servers | 1 | 1 |
| components | 33 | 12 |
## PYTHON CHANGELOG
## core: 5.11.0 - 2025-02-04
### 🐝 New Features
- make testing security example matching more forgiving *(commit by
[@ryan-timothy-albert](https://github.com/ryan-timothy-albert))*
## core: 5.10.9 - 2025-01-31
### 🐛 Bug Fixes
- fixed handling of default fields in usage snippets and tests, fixed
validation of required schema property *(commit by
[@TristanSpeakEasy](https://github.com/tristanspeakeasy))*
## core: 5.10.8 - 2025-01-30
### 🐛 Bug Fixes
- fixed handling of field names conflicting with reserved keywords
*(commit by [@TristanSpeakEasy](https://github.com/tristanspeakeasy))*
## core: 5.10.7 - 2025-01-29
### 🐛 Bug Fixes
- allow for no global server url on pythonv2 sdks *(commit by
[@walker-tx](https://github.com/walker-tx))*
## core: 5.10.6 - 2025-01-27
### 🐛 Bug Fixes
- sort subresponses based on the worst scoring response in the group to
ensure that no unreachable code paths are created *(commit by
[@idbentley](https://github.com/idbentley))*
## core: 5.10.5 - 2025-01-23
### 🐛 Bug Fixes
- register finalizer function to close httpx clients and document
context manager usage *(commit by
[@disintegrator](https://github.com/disintegrator))*
## core: 5.10.4 - 2025-01-20
### 🐛 Bug Fixes
- unpin pythonv2 dependencies *(commit by
[@disintegrator](https://github.com/disintegrator))*
## core: 5.10.3 - 2025-01-20
### 🐛 Bug Fixes
- fixed handling of additional dependencies and running of python tests
*(commit by [@TristanSpeakEasy](https://github.com/tristanspeakeasy))*
## core: 5.10.2 - 2025-01-13
### 🐛 Bug Fixes
- handle 4XX and 5XX error ranges seperately *(commit by
[@idbentley](https://github.com/idbentley))*
## globalSecurity: 3.0.3 - 2025-02-06
### 🐛 Bug Fixes
- fixes to handling of security at both global and operation level
especially for oauth2 *(commit by
[@TristanSpeakEasy](https://github.com/tristanspeakeasy))*
## methodServerURLs: 3.1.1 - 2025-01-09
### 🐛 Bug Fixes
- add missing import for per-operation servers *(commit by
[@disintegrator](https://github.com/disintegrator))*
---------
Co-authored-by: speakeasybot <[email protected]>
Co-authored-by: Austin Walker <[email protected]>1 parent 7202534 commit 9576035
File tree
131 files changed
+9656
-256
lines changed- .speakeasy
- _test_contract
- _test_unstructured_client/integration
- docs
- models
- operations
- sdks
- destinations
- general
- jobs
- sources
- workflows
- src/unstructured_client
- _hooks
- models
- operations
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
131 files changed
+9656
-256
lines changedLarge diffs are not rendered by default.
| 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 | | - | |
10 | | - | |
| 9 | + | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
| 15 | + | |
| 16 | + | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
| 74 | + | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| 41 | + | |
41 | 42 | | |
42 | 43 | | |
43 | 44 | | |
44 | 45 | | |
45 | 46 | | |
46 | 47 | | |
47 | 48 | | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
48 | 54 | | |
49 | 55 | | |
50 | 56 | | |
| |||
62 | 68 | | |
63 | 69 | | |
64 | 70 | | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
65 | 102 | | |
66 | 103 | | |
67 | 104 | | |
| |||
76 | 113 | | |
77 | 114 | | |
78 | 115 | | |
79 | | - | |
| 116 | + | |
80 | 117 | | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
86 | 126 | | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
| 127 | + | |
| 128 | + | |
93 | 129 | | |
94 | 130 | | |
95 | 131 | | |
96 | 132 | | |
97 | | - | |
| 133 | + | |
98 | 134 | | |
99 | 135 | | |
100 | | - | |
| 136 | + | |
101 | 137 | | |
102 | 138 | | |
103 | 139 | | |
| |||
109 | 145 | | |
110 | 146 | | |
111 | 147 | | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | | - | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
119 | 158 | | |
120 | | - | |
121 | | - | |
122 | | - | |
123 | | - | |
124 | | - | |
125 | | - | |
| 159 | + | |
| 160 | + | |
126 | 161 | | |
127 | 162 | | |
128 | 163 | | |
129 | | - | |
| 164 | + | |
130 | 165 | | |
131 | 166 | | |
132 | | - | |
| 167 | + | |
133 | 168 | | |
134 | 169 | | |
135 | 170 | | |
| |||
149 | 184 | | |
150 | 185 | | |
151 | 186 | | |
152 | | - | |
| 187 | + | |
153 | 188 | | |
154 | 189 | | |
155 | 190 | | |
156 | 191 | | |
157 | | - | |
158 | | - | |
| 192 | + | |
159 | 193 | | |
160 | 194 | | |
161 | 195 | | |
162 | 196 | | |
163 | 197 | | |
164 | 198 | | |
165 | 199 | | |
166 | | - | |
| 200 | + | |
167 | 201 | | |
168 | 202 | | |
169 | 203 | | |
170 | | - | |
171 | | - | |
172 | | - | |
173 | | - | |
174 | | - | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
175 | 212 | | |
176 | | - | |
177 | | - | |
178 | | - | |
179 | | - | |
180 | | - | |
181 | | - | |
| 213 | + | |
| 214 | + | |
182 | 215 | | |
183 | 216 | | |
184 | 217 | | |
185 | | - | |
| 218 | + | |
186 | 219 | | |
187 | 220 | | |
188 | | - | |
| 221 | + | |
189 | 222 | | |
190 | 223 | | |
191 | 224 | | |
192 | 225 | | |
193 | | - | |
194 | | - | |
195 | | - | |
196 | 226 | | |
197 | 227 | | |
198 | 228 | | |
| |||
301 | 331 | | |
302 | 332 | | |
303 | 333 | | |
304 | | - | |
| 334 | + | |
305 | 335 | | |
306 | | - | |
307 | | - | |
308 | | - | |
309 | | - | |
310 | | - | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
| 342 | + | |
| 343 | + | |
311 | 344 | | |
312 | | - | |
313 | | - | |
314 | | - | |
315 | | - | |
316 | | - | |
317 | | - | |
| 345 | + | |
| 346 | + | |
318 | 347 | | |
319 | 348 | | |
320 | 349 | | |
321 | | - | |
| 350 | + | |
322 | 351 | | |
323 | 352 | | |
324 | | - | |
| 353 | + | |
325 | 354 | | |
326 | 355 | | |
327 | 356 | | |
| |||
334 | 363 | | |
335 | 364 | | |
336 | 365 | | |
337 | | - | |
338 | | - | |
339 | | - | |
340 | | - | |
341 | | - | |
342 | | - | |
343 | | - | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
| 375 | + | |
344 | 376 | | |
345 | | - | |
346 | | - | |
347 | | - | |
348 | | - | |
349 | | - | |
350 | | - | |
| 377 | + | |
| 378 | + | |
351 | 379 | | |
352 | 380 | | |
353 | 381 | | |
354 | | - | |
| 382 | + | |
355 | 383 | | |
356 | 384 | | |
357 | | - | |
| 385 | + | |
358 | 386 | | |
359 | 387 | | |
360 | 388 | | |
| |||
431 | 459 | | |
432 | 460 | | |
433 | 461 | | |
434 | | - | |
435 | 462 | | |
436 | | - | |
| 463 | + | |
437 | 464 | | |
438 | | - | |
| 465 | + | |
439 | 466 | | |
440 | 467 | | |
441 | 468 | | |
442 | 469 | | |
443 | 470 | | |
444 | | - | |
445 | 471 | | |
446 | 472 | | |
447 | 473 | | |
448 | 474 | | |
449 | | - | |
450 | 475 | | |
451 | 476 | | |
452 | 477 | | |
| |||
458 | 483 | | |
459 | 484 | | |
460 | 485 | | |
| 486 | + | |
| 487 | + | |
| 488 | + | |
| 489 | + | |
| 490 | + | |
| 491 | + | |
| 492 | + | |
| 493 | + | |
| 494 | + | |
| 495 | + | |
| 496 | + | |
| 497 | + | |
| 498 | + | |
| 499 | + | |
| 500 | + | |
| 501 | + | |
| 502 | + | |
| 503 | + | |
| 504 | + | |
| 505 | + | |
| 506 | + | |
461 | 507 | | |
462 | 508 | | |
463 | 509 | | |
| |||
0 commit comments