Commit f70f083
chore: 🐝 Update SDK - Generate 0.30.2 (#228)
> [!IMPORTANT]
> Linting report available at:
<https://app.speakeasy.com/org/unstructured/unstructured5xr/linting-report/8509ae0426323b0addb2b8829047fb32>
> OpenAPI Change report available at:
<https://app.speakeasy.com/org/unstructured/unstructured5xr/changes-report/4d0e15ea5728fe8260ead532cbf91a97>
# SDK update
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.498.0 (2.518.0)
https://github.com/speakeasy-api/speakeasy
## Versioning
Version Bump Type: [patch] - 🤖 (automated)
## OpenAPI Change Summary
```
├─┬Paths
│ ├─┬/api/v1/destinations/{destination_id}
│ │ ├─┬GET
│ │ │ ├──[🔀] summary (260:20)
│ │ │ └──[➕] description (261:24)
│ │ ├─┬PUT
│ │ │ ├──[🔀] summary (325:20)
│ │ │ └──[➕] description (326:24)
│ │ └─┬DELETE
│ │ ├──[🔀] summary (400:20)
│ │ └──[➕] description (401:24)
│ ├─┬/api/v1/sources/{source_id}
│ │ ├─┬GET
│ │ │ ├──[🔀] summary (607:20)
│ │ │ └──[➕] description (608:24)
│ │ ├─┬PUT
│ │ │ ├──[🔀] summary (672:20)
│ │ │ └──[➕] description (673:24)
│ │ └─┬DELETE
│ │ ├──[🔀] summary (747:20)
│ │ └──[➕] description (748:24)
│ ├─┬/api/v1/jobs/
│ │ └─┬GET
│ │ └──[➕] description (813:24)
│ ├─┬/api/v1/jobs/{job_id}
│ │ └─┬GET
│ │ └──[➕] description (907:24)
│ ├─┬/api/v1/workflows/{workflow_id}/run
│ │ └─┬POST
│ │ └──[➕] description (1420:24)
│ ├─┬/api/v1/destinations/
│ │ ├─┬GET
│ │ │ ├──[🔀] summary (118:20)
│ │ │ └──[➕] description (119:24)
│ │ └─┬POST
│ │ ├──[🔀] summary (193:20)
│ │ └──[➕] description (194:24)
│ ├─┬/api/v1/jobs/{job_id}/cancel
│ │ └─┬POST
│ │ └──[➕] description (974:24)
│ ├─┬/api/v1/workflows/
│ │ ├─┬GET
│ │ │ └──[➕] description (1039:24)
│ │ └─┬POST
│ │ └──[➕] description (1148:24)
│ ├─┬/api/v1/sources/
│ │ ├─┬GET
│ │ │ ├──[🔀] summary (465:20)
│ │ │ └──[➕] description (466:24)
│ │ └─┬POST
│ │ ├──[🔀] summary (540:20)
│ │ └──[➕] description (541:24)
│ └─┬/api/v1/workflows/{workflow_id}
│ ├─┬GET
│ │ └──[➕] description (1215:24)
│ ├─┬PUT
│ │ └──[➕] description (1280:24)
│ └─┬DELETE
│ └──[➕] description (1355:24)
└─┬Components
└─┬CreateWorkflow
├──[➖] required (1:33797)❌
└─┬schedule
├──[➖] enum (1:33530)❌
├──[➖] enum (1:33550)❌
├──[➖] enum (1:33598)❌
├──[➖] enum (1:33615)❌
├──[➖] enum (1:33668)❌
├──[➖] enum (1:33677)❌
├──[➖] enum (1:33687)❌
├──[➖] enum (1:33564)❌
├──[➖] enum (1:33581)❌
├──[➖] enum (1:33632)❌
├──[➖] enum (1:33650)❌
├──[➖] type (1:33490)❌
├──[➕] anyOf (2059:15)
└──[➕] anyOf (2043:15)
```
| Document Element | Total Changes | Breaking Changes |
|------------------|---------------|------------------|
| paths | 29 | 0 |
| components | 15 | 13 |
## PYTHON CHANGELOG
## nullables: 1.0.1 - 2025-02-17
### 🐛 Bug Fixes
- represent maps/arrays that can contain null *(commit by
[@disintegrator](https://github.com/disintegrator))*
## sdkHooks: 1.0.1 - 2025-02-18
### 🐛 Bug Fixes
- Ensure base_url is set with global or client instantiation server URL
*(commit by [@bflad](https://github.com/bflad))*
Co-authored-by: speakeasybot <[email protected]>
Co-authored-by: Austin Walker <[email protected]>1 parent e0b8220 commit f70f083
File tree
20 files changed
+107
-92
lines changed- .speakeasy
- docs
- sdks
- destinations
- jobs
- sources
- workflows
- src/unstructured_client
- utils
20 files changed
+107
-92
lines changed| 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 | | |
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
89 | 88 | | |
90 | 89 | | |
91 | 90 | | |
| |||
103 | 102 | | |
104 | 103 | | |
105 | 104 | | |
| 105 | + | |
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
| |||
| 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 | |
|---|---|---|---|
| |||
784 | 784 | | |
785 | 785 | | |
786 | 786 | | |
787 | | - | |
| 787 | + | |
| 788 | + | |
| 789 | + | |
| 790 | + | |
| 791 | + | |
| 792 | + | |
| 793 | + | |
| 794 | + | |
| 795 | + | |
| 796 | + | |
| 797 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
| 95 | + | |
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
| 68 | + | |
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | | - | |
| 109 | + | |
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
| |||
147 | 147 | | |
148 | 148 | | |
149 | 149 | | |
150 | | - | |
| 150 | + | |
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
| |||
186 | 186 | | |
187 | 187 | | |
188 | 188 | | |
189 | | - | |
| 189 | + | |
190 | 190 | | |
191 | 191 | | |
192 | 192 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
| 96 | + | |
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
112 | | - | |
| 112 | + | |
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
| |||
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
153 | | - | |
| 153 | + | |
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
| |||
189 | 189 | | |
190 | 190 | | |
191 | 191 | | |
192 | | - | |
| 192 | + | |
193 | 193 | | |
194 | 194 | | |
195 | 195 | | |
| |||
0 commit comments