Skip to content

Commit b7d1d58

Browse files
committed
ci: regenerated with OpenAPI Doc 1.0.0, Speakeasy CLI 1.130.1
1 parent 5920f9f commit b7d1d58

File tree

11 files changed

+2222
-49
lines changed

11 files changed

+2222
-49
lines changed

.speakeasy/gen.lock

Lines changed: 2179 additions & 0 deletions
Large diffs are not rendered by default.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ Handling errors in this SDK should largely match your expectations. All operati
135135

136136
| Error Object | Status Code | Content Type |
137137
| --------------- | --------------- | --------------- |
138-
| errors.SDKError | 400-600 | */* |
138+
| errors.SDKError | 4x-5xx | */* |
139139

140140
### Example
141141

RELEASES.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -768,4 +768,14 @@ Based on:
768768
### Generated
769769
- [python v0.44.1] .
770770
### Releases
771+
- [PyPI v0.44.1] https://pypi.org/project/airbyte-api/0.44.1 - .
772+
773+
## 2024-01-05 00:14:47
774+
### Changes
775+
Based on:
776+
- OpenAPI Doc 1.0.0
777+
- Speakeasy CLI 1.130.1 (2.225.2) https://github.com/speakeasy-api/speakeasy
778+
### Generated
779+
- [python v0.44.1] .
780+
### Releases
771781
- [PyPI v0.44.1] https://pypi.org/project/airbyte-api/0.44.1 - .

docs/sdks/connections/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ if res.connection_response is not None:
7373

7474
| Error Object | Status Code | Content Type |
7575
| --------------- | --------------- | --------------- |
76-
| errors.SDKError | 400-600 | */* |
76+
| errors.SDKError | 4x-5xx | */* |
7777

7878
## delete_connection
7979

@@ -119,7 +119,7 @@ if res.status_code == 200:
119119

120120
| Error Object | Status Code | Content Type |
121121
| --------------- | --------------- | --------------- |
122-
| errors.SDKError | 400-600 | */* |
122+
| errors.SDKError | 4x-5xx | */* |
123123

124124
## get_connection
125125

@@ -165,7 +165,7 @@ if res.connection_response is not None:
165165

166166
| Error Object | Status Code | Content Type |
167167
| --------------- | --------------- | --------------- |
168-
| errors.SDKError | 400-600 | */* |
168+
| errors.SDKError | 4x-5xx | */* |
169169

170170
## list_connections
171171

@@ -213,7 +213,7 @@ if res.connections_response is not None:
213213

214214
| Error Object | Status Code | Content Type |
215215
| --------------- | --------------- | --------------- |
216-
| errors.SDKError | 400-600 | */* |
216+
| errors.SDKError | 4x-5xx | */* |
217217

218218
## patch_connection
219219

@@ -280,4 +280,4 @@ if res.connection_response is not None:
280280

281281
| Error Object | Status Code | Content Type |
282282
| --------------- | --------------- | --------------- |
283-
| errors.SDKError | 400-600 | */* |
283+
| errors.SDKError | 4x-5xx | */* |

docs/sdks/destinations/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ if res.destination_response is not None:
6363

6464
| Error Object | Status Code | Content Type |
6565
| --------------- | --------------- | --------------- |
66-
| errors.SDKError | 400-600 | */* |
66+
| errors.SDKError | 4x-5xx | */* |
6767

6868
## delete_destination
6969

@@ -109,7 +109,7 @@ if res.status_code == 200:
109109

110110
| Error Object | Status Code | Content Type |
111111
| --------------- | --------------- | --------------- |
112-
| errors.SDKError | 400-600 | */* |
112+
| errors.SDKError | 4x-5xx | */* |
113113

114114
## get_destination
115115

@@ -155,7 +155,7 @@ if res.destination_response is not None:
155155

156156
| Error Object | Status Code | Content Type |
157157
| --------------- | --------------- | --------------- |
158-
| errors.SDKError | 400-600 | */* |
158+
| errors.SDKError | 4x-5xx | */* |
159159

160160
## list_destinations
161161

@@ -203,7 +203,7 @@ if res.destinations_response is not None:
203203

204204
| Error Object | Status Code | Content Type |
205205
| --------------- | --------------- | --------------- |
206-
| errors.SDKError | 400-600 | */* |
206+
| errors.SDKError | 4x-5xx | */* |
207207

208208
## patch_destination
209209

@@ -259,7 +259,7 @@ if res.destination_response is not None:
259259

260260
| Error Object | Status Code | Content Type |
261261
| --------------- | --------------- | --------------- |
262-
| errors.SDKError | 400-600 | */* |
262+
| errors.SDKError | 4x-5xx | */* |
263263

264264
## put_destination
265265

@@ -316,4 +316,4 @@ if res.destination_response is not None:
316316

317317
| Error Object | Status Code | Content Type |
318318
| --------------- | --------------- | --------------- |
319-
| errors.SDKError | 400-600 | */* |
319+
| errors.SDKError | 4x-5xx | */* |

docs/sdks/jobs/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ if res.job_response is not None:
5252

5353
| Error Object | Status Code | Content Type |
5454
| --------------- | --------------- | --------------- |
55-
| errors.SDKError | 400-600 | */* |
55+
| errors.SDKError | 4x-5xx | */* |
5656

5757
## create_job
5858

@@ -99,7 +99,7 @@ if res.job_response is not None:
9999

100100
| Error Object | Status Code | Content Type |
101101
| --------------- | --------------- | --------------- |
102-
| errors.SDKError | 400-600 | */* |
102+
| errors.SDKError | 4x-5xx | */* |
103103

104104
## get_job
105105

@@ -145,7 +145,7 @@ if res.job_response is not None:
145145

146146
| Error Object | Status Code | Content Type |
147147
| --------------- | --------------- | --------------- |
148-
| errors.SDKError | 400-600 | */* |
148+
| errors.SDKError | 4x-5xx | */* |
149149

150150
## list_jobs
151151

@@ -194,4 +194,4 @@ if res.jobs_response is not None:
194194

195195
| Error Object | Status Code | Content Type |
196196
| --------------- | --------------- | --------------- |
197-
| errors.SDKError | 400-600 | */* |
197+
| errors.SDKError | 4x-5xx | */* |

docs/sdks/sources/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ if res.source_response is not None:
6161

6262
| Error Object | Status Code | Content Type |
6363
| --------------- | --------------- | --------------- |
64-
| errors.SDKError | 400-600 | */* |
64+
| errors.SDKError | 4x-5xx | */* |
6565

6666
## delete_source
6767

@@ -107,7 +107,7 @@ if res.status_code == 200:
107107

108108
| Error Object | Status Code | Content Type |
109109
| --------------- | --------------- | --------------- |
110-
| errors.SDKError | 400-600 | */* |
110+
| errors.SDKError | 4x-5xx | */* |
111111

112112
## get_source
113113

@@ -153,7 +153,7 @@ if res.source_response is not None:
153153

154154
| Error Object | Status Code | Content Type |
155155
| --------------- | --------------- | --------------- |
156-
| errors.SDKError | 400-600 | */* |
156+
| errors.SDKError | 4x-5xx | */* |
157157

158158
## initiate_o_auth
159159

@@ -206,7 +206,7 @@ if res.status_code == 200:
206206

207207
| Error Object | Status Code | Content Type |
208208
| --------------- | --------------- | --------------- |
209-
| errors.SDKError | 400-600 | */* |
209+
| errors.SDKError | 4x-5xx | */* |
210210

211211
## list_sources
212212

@@ -254,7 +254,7 @@ if res.sources_response is not None:
254254

255255
| Error Object | Status Code | Content Type |
256256
| --------------- | --------------- | --------------- |
257-
| errors.SDKError | 400-600 | */* |
257+
| errors.SDKError | 4x-5xx | */* |
258258

259259
## patch_source
260260

@@ -308,7 +308,7 @@ if res.source_response is not None:
308308

309309
| Error Object | Status Code | Content Type |
310310
| --------------- | --------------- | --------------- |
311-
| errors.SDKError | 400-600 | */* |
311+
| errors.SDKError | 4x-5xx | */* |
312312

313313
## put_source
314314

@@ -362,4 +362,4 @@ if res.source_response is not None:
362362

363363
| Error Object | Status Code | Content Type |
364364
| --------------- | --------------- | --------------- |
365-
| errors.SDKError | 400-600 | */* |
365+
| errors.SDKError | 4x-5xx | */* |

docs/sdks/streams/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ if res.stream_properties_response is not None:
5050

5151
| Error Object | Status Code | Content Type |
5252
| --------------- | --------------- | --------------- |
53-
| errors.SDKError | 400-600 | */* |
53+
| errors.SDKError | 4x-5xx | */* |

docs/sdks/workspaces/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ if res.status_code == 200:
6060

6161
| Error Object | Status Code | Content Type |
6262
| --------------- | --------------- | --------------- |
63-
| errors.SDKError | 400-600 | */* |
63+
| errors.SDKError | 4x-5xx | */* |
6464

6565
## create_workspace
6666

@@ -106,7 +106,7 @@ if res.workspace_response is not None:
106106

107107
| Error Object | Status Code | Content Type |
108108
| --------------- | --------------- | --------------- |
109-
| errors.SDKError | 400-600 | */* |
109+
| errors.SDKError | 4x-5xx | */* |
110110

111111
## delete_workspace
112112

@@ -152,7 +152,7 @@ if res.status_code == 200:
152152

153153
| Error Object | Status Code | Content Type |
154154
| --------------- | --------------- | --------------- |
155-
| errors.SDKError | 400-600 | */* |
155+
| errors.SDKError | 4x-5xx | */* |
156156

157157
## get_workspace
158158

@@ -198,7 +198,7 @@ if res.workspace_response is not None:
198198

199199
| Error Object | Status Code | Content Type |
200200
| --------------- | --------------- | --------------- |
201-
| errors.SDKError | 400-600 | */* |
201+
| errors.SDKError | 4x-5xx | */* |
202202

203203
## list_workspaces
204204

@@ -246,7 +246,7 @@ if res.workspaces_response is not None:
246246

247247
| Error Object | Status Code | Content Type |
248248
| --------------- | --------------- | --------------- |
249-
| errors.SDKError | 400-600 | */* |
249+
| errors.SDKError | 4x-5xx | */* |
250250

251251
## update_workspace
252252

@@ -295,4 +295,4 @@ if res.workspace_response is not None:
295295

296296
| Error Object | Status Code | Content Type |
297297
| --------------- | --------------- | --------------- |
298-
| errors.SDKError | 400-600 | */* |
298+
| errors.SDKError | 4x-5xx | */* |

gen.yaml

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,10 @@
1-
configVersion: 1.0.0
2-
management:
3-
docChecksum: 8f62e207fcdebe72da7eb9c7525220b5
4-
docVersion: 1.0.0
5-
speakeasyVersion: 1.126.4
6-
generationVersion: 2.214.10
1+
configVersion: 2.0.0
72
generation:
8-
comments: {}
93
sdkClassName: airbyte
10-
repoURL: https://github.com/airbytehq/airbyte-api-python-sdk.git
114
usageSnippets:
125
optionalPropertyRendering: withExample
136
fixes:
147
nameResolutionDec2023: false
15-
features:
16-
python:
17-
additionalProperties: 0.1.0
18-
core: 4.3.1
19-
globalSecurity: 2.83.1
20-
globalServerURLs: 2.82.1
218
python:
229
version: 0.44.1
2310
author: Airbyte
@@ -33,9 +20,6 @@ python:
3320
shared: models/shared
3421
webhooks: models/webhooks
3522
inputModelSuffix: input
36-
installationURL: https://github.com/airbytehq/airbyte-api-python-sdk.git
3723
maxMethodParams: 0
3824
outputModelSuffix: output
3925
packageName: airbyte-api
40-
published: true
41-
repoSubDirectory: .

0 commit comments

Comments
 (0)