Commit e33d8a7
chore: 🐝 Update SDK - Generate 0.19.0 (#136)
> [!IMPORTANT]
> Linting report available at:
<https://app.speakeasy.com/org/unstructured/unstructured5xr/linting-report/824b9f90ba7196da07c221cb7f0d71e6>
> OpenAPI Change report available at:
<https://app.speakeasy.com/org/unstructured/unstructured5xr/changes-report/b702fa86d0b84d9997084bd5d9b34d74>
# SDK update
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.468.6 (2.493.13)
https://github.com/speakeasy-api/speakeasy
## Versioning
Version Bump Type: [minor] - 🤖 (automated)
## OpenAPI Change Summary
```
├─┬Info
│ └──[🔀] version (5:16)
├─┬Paths
│ └─┬/general/v0/general
│ └─┬POST
│ └─┬Responses
│ └─┬200
│ ├──[➕] content (76:27)
│ └─┬application/json
│ └─┬Schema
│ └─┬Extensions
│ └──[➕] x-speakeasy-name-override (73:48)
└─┬Components
├──[➕] schemas (526:22)
└─┬partition_parameters
├──[➕] properties (337:11)
├─┬strategy
│ └──[➕] enum (326:15)
└─┬unique_element_ids
└──[🔀] title (352:22)
```
| Document Element | Total Changes | Breaking Changes |
|------------------|---------------|------------------|
| components | 4 | 0 |
| info | 1 | 0 |
| paths | 2 | 0 |
## TYPESCRIPT CHANGELOG
## sdkHooks: 0.2.0 - 2024-11-02
### 🐝 New Features
- allow hooks to trigger retries *(commit by
[@disintegrator](https://github.com/disintegrator))*
## envVarSecurityUsage: 0.1.2 - 2024-11-04
### 🐛 Bug Fixes
- speakeasy examples override default strings *(commit by
[@ryan-timothy-albert](https://github.com/ryan-timothy-albert))*
## examples: 2.81.5 - 2025-01-08
### 🐛 Bug Fixes
- prevent map examples from retaining obsolete key-value pairs *(commit
by [@2ynn](https://github.com/2ynn))*
## acceptHeaders: 2.81.2 - 2024-04-30
### 🐛 Bug Fixes
- compute accept types from success responses *(commit by
[@disintegrator](https://github.com/disintegrator))*
## globalSecurity: 2.82.12 - 2024-12-23
### 🐛 Bug Fixes
- remove default basic auth username / password *(commit by
[@disintegrator](https://github.com/disintegrator))*
## core: 3.18.14 - 2025-01-13
### 🐛 Bug Fixes
- skip null and undefined parameter values during serialization *(commit
by [@disintegrator](https://github.com/disintegrator))*
## core: 3.18.13 - 2025-01-13
### 🐛 Bug Fixes
- avoid setting `Content-Type: */*` request header for relevant
operations *(commit by
[@disintegrator](https://github.com/disintegrator))*
## core: 3.18.12 - 2024-12-19
### 🔧 Chores
- bump typescript transpilation target to ES2020 *(commit by
[@mfbx9da4](https://github.com/mfbx9da4))*
## core: 3.18.11 - 2024-12-16
### 🐛 Bug Fixes
- flattening with hidden parameters *(commit by
[@mfbx9da4](https://github.com/mfbx9da4))*
## core: 3.18.10 - 2024-12-13
### 🐛 Bug Fixes
- Support OAS references under multipart/form-data file properties
*(commit by [@bflad](https://github.com/bflad))*
## core: 3.18.9 - 2024-12-06
### 🐛 Bug Fixes
- support property names solely comprised of illegal characters *(commit
by [@mfbx9da4](https://github.com/mfbx9da4))*
## core: 3.18.8 - 2024-11-28
### 🐛 Bug Fixes
- add arguments to variable name exclusion list to avoid shadowing
errors *(commit by
[@TristanSpeakEasy](https://github.com/tristanspeakeasy))*
## core: 3.18.7 - 2024-11-22
### 🐛 Bug Fixes
- handle circular references through unions correctly *(commit by
[@disintegrator](https://github.com/disintegrator))*
## core: 3.18.6 - 2024-11-19
### 🐛 Bug Fixes
- detect import cycles between models living in different modules
*(commit by [@disintegrator](https://github.com/disintegrator))*
## core: 3.18.5 - 2024-11-15
### 🐛 Bug Fixes
- handling of raw buffers when deserialzing into zod types *(commit by
[@TristanSpeakEasy](https://github.com/tristanspeakeasy))*
## core: 3.18.4 - 2024-11-12
### 🐛 Bug Fixes
- sort media type objects by specificity *(commit by
[@disintegrator](https://github.com/disintegrator))*
## core: 3.18.3 - 2024-10-31
### 🐛 Bug Fixes
- Prevent panic with invalid implicit discriminator mappings with
propertyName within allOf object *(commit by
[@bflad](https://github.com/bflad))*
## unions: 2.85.8 - 2024-11-05
### 🐛 Bug Fixes
- improved handling of complex allOf schemas that merge multiple types
*(commit by [@TristanSpeakEasy](https://github.com/tristanspeakeasy))*
Co-authored-by: speakeasybot <[email protected]>1 parent a8c0297 commit e33d8a7
File tree
36 files changed
+907
-263
lines changed- .speakeasy
- docs
- lib/utils
- sdks
- general
- unstructuredclient
- sdk/models
- operations
- src
- funcs
- hooks
- lib
- sdk
- models
- errors
- operations
- types
36 files changed
+907
-263
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 | | |
2 | 4 | | |
3 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
2 | 5 | | |
3 | 6 | | |
4 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | | - | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | | - | |
22 | | - | |
23 | | - | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
31 | | - | |
| 32 | + | |
32 | 33 | | |
33 | | - | |
| 34 | + | |
34 | 35 | | |
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
39 | | - | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| 43 | + | |
43 | 44 | | |
44 | 45 | | |
45 | 46 | | |
| |||
53 | 54 | | |
54 | 55 | | |
55 | 56 | | |
| 57 | + | |
| 58 | + | |
56 | 59 | | |
57 | 60 | | |
58 | 61 | | |
| |||
108 | 111 | | |
109 | 112 | | |
110 | 113 | | |
| 114 | + | |
111 | 115 | | |
112 | 116 | | |
113 | 117 | | |
114 | 118 | | |
| 119 | + | |
| 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 | | - | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
16 | 19 | | |
17 | 20 | | |
18 | 21 | | |
| |||
33 | 36 | | |
34 | 37 | | |
35 | 38 | | |
| 39 | + | |
| 40 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
| 21 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
268 | 268 | | |
269 | 269 | | |
270 | 270 | | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
271 | 281 | | |
272 | | - | |
273 | | - | |
274 | | - | |
275 | | - | |
276 | | - | |
277 | | - | |
278 | | - | |
279 | | - | |
280 | | - | |
281 | | - | |
282 | | - | |
283 | | - | |
284 | 282 | | |
285 | 283 | | |
286 | 284 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
504 | 504 | | |
505 | 505 | | |
506 | 506 | | |
507 | | - | |
| 507 | + | |
| 508 | + | |
| 509 | + | |
| 510 | + | |
| 511 | + | |
| 512 | + | |
| 513 | + | |
| 514 | + | |
| 515 | + | |
| 516 | + | |
| 517 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
10 | 14 | | |
11 | 15 | | |
12 | 16 | | |
| |||
23 | 27 | | |
24 | 28 | | |
25 | 29 | | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
39 | 38 | | |
40 | | - | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
0 commit comments