Skip to content

Commit d2fde92

Browse files
committed
ci: regenerated with OpenAPI Doc 0.3.0, Speakeasy CLI 1.127.0
1 parent 6dcd805 commit d2fde92

File tree

13 files changed

+58
-46
lines changed

13 files changed

+58
-46
lines changed

README.md

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

119119
| Error Object | Status Code | Content Type |
120120
| --------------- | --------------- | --------------- |
121-
| errors.SDKError | 400-600 | */* |
121+
| errors.SDKError | 4x-5xx | */* |
122122

123123
### Example
124124

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1096,4 +1096,14 @@ Based on:
10961096
### Generated
10971097
- [python v3.2.0] .
10981098
### Releases
1099-
- [PyPI v3.2.0] https://pypi.org/project/speakeasy-client-sdk-python/3.2.0 - .
1099+
- [PyPI v3.2.0] https://pypi.org/project/speakeasy-client-sdk-python/3.2.0 - .
1100+
1101+
## 2023-12-19 00:10:57
1102+
### Changes
1103+
Based on:
1104+
- OpenAPI Doc 0.3.0 https://docs.speakeasyapi.dev/openapi.yaml
1105+
- Speakeasy CLI 1.127.0 (2.220.0) https://github.com/speakeasy-api/speakeasy
1106+
### Generated
1107+
- [python v3.3.0] .
1108+
### Releases
1109+
- [PyPI v3.3.0] https://pypi.org/project/speakeasy-client-sdk-python/3.3.0 - .

docs/sdks/apiendpoints/README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ if res.status_code == 200:
5959

6060
| Error Object | Status Code | Content Type |
6161
| --------------- | --------------- | --------------- |
62-
| errors.SDKError | 400-600 | */* |
62+
| errors.SDKError | 4x-5xx | */* |
6363

6464
## find_api_endpoint
6565

@@ -105,7 +105,7 @@ if res.api_endpoint is not None:
105105

106106
| Error Object | Status Code | Content Type |
107107
| --------------- | --------------- | --------------- |
108-
| errors.SDKError | 400-600 | */* |
108+
| errors.SDKError | 4x-5xx | */* |
109109

110110
## generate_open_api_spec_for_api_endpoint
111111

@@ -151,7 +151,7 @@ if res.generate_open_api_spec_diff is not None:
151151

152152
| Error Object | Status Code | Content Type |
153153
| --------------- | --------------- | --------------- |
154-
| errors.SDKError | 400-600 | */* |
154+
| errors.SDKError | 4x-5xx | */* |
155155

156156
## generate_postman_collection_for_api_endpoint
157157

@@ -196,7 +196,7 @@ if res.postman_collection is not None:
196196

197197
| Error Object | Status Code | Content Type |
198198
| --------------- | --------------- | --------------- |
199-
| errors.SDKError | 400-600 | */* |
199+
| errors.SDKError | 4x-5xx | */* |
200200

201201
## get_all_api_endpoints
202202

@@ -239,7 +239,7 @@ if res.classes is not None:
239239

240240
| Error Object | Status Code | Content Type |
241241
| --------------- | --------------- | --------------- |
242-
| errors.SDKError | 400-600 | */* |
242+
| errors.SDKError | 4x-5xx | */* |
243243

244244
## get_all_for_version_api_endpoints
245245

@@ -283,7 +283,7 @@ if res.classes is not None:
283283

284284
| Error Object | Status Code | Content Type |
285285
| --------------- | --------------- | --------------- |
286-
| errors.SDKError | 400-600 | */* |
286+
| errors.SDKError | 4x-5xx | */* |
287287

288288
## get_api_endpoint
289289

@@ -328,7 +328,7 @@ if res.api_endpoint is not None:
328328

329329
| Error Object | Status Code | Content Type |
330330
| --------------- | --------------- | --------------- |
331-
| errors.SDKError | 400-600 | */* |
331+
| errors.SDKError | 4x-5xx | */* |
332332

333333
## upsert_api_endpoint
334334

@@ -381,4 +381,4 @@ if res.api_endpoint is not None:
381381

382382
| Error Object | Status Code | Content Type |
383383
| --------------- | --------------- | --------------- |
384-
| errors.SDKError | 400-600 | */* |
384+
| errors.SDKError | 4x-5xx | */* |

docs/sdks/apis/README.md

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

5757
| Error Object | Status Code | Content Type |
5858
| --------------- | --------------- | --------------- |
59-
| errors.SDKError | 400-600 | */* |
59+
| errors.SDKError | 4x-5xx | */* |
6060

6161
## generate_open_api_spec
6262

@@ -101,7 +101,7 @@ if res.generate_open_api_spec_diff is not None:
101101

102102
| Error Object | Status Code | Content Type |
103103
| --------------- | --------------- | --------------- |
104-
| errors.SDKError | 400-600 | */* |
104+
| errors.SDKError | 4x-5xx | */* |
105105

106106
## generate_postman_collection
107107

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

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

150150
## get_all_api_versions
151151

@@ -197,7 +197,7 @@ if res.classes is not None:
197197

198198
| Error Object | Status Code | Content Type |
199199
| --------------- | --------------- | --------------- |
200-
| errors.SDKError | 400-600 | */* |
200+
| errors.SDKError | 4x-5xx | */* |
201201

202202
## get_apis
203203

@@ -248,7 +248,7 @@ if res.classes is not None:
248248

249249
| Error Object | Status Code | Content Type |
250250
| --------------- | --------------- | --------------- |
251-
| errors.SDKError | 400-600 | */* |
251+
| errors.SDKError | 4x-5xx | */* |
252252

253253
## upsert_api
254254

@@ -302,4 +302,4 @@ if res.api is not None:
302302

303303
| Error Object | Status Code | Content Type |
304304
| --------------- | --------------- | --------------- |
305-
| errors.SDKError | 400-600 | */* |
305+
| errors.SDKError | 4x-5xx | */* |

docs/sdks/embeds/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ if res.embed_access_token_response is not None:
6464

6565
| Error Object | Status Code | Content Type |
6666
| --------------- | --------------- | --------------- |
67-
| errors.SDKError | 400-600 | */* |
67+
| errors.SDKError | 4x-5xx | */* |
6868

6969
## get_valid_embed_access_tokens
7070

@@ -98,7 +98,7 @@ if res.classes is not None:
9898

9999
| Error Object | Status Code | Content Type |
100100
| --------------- | --------------- | --------------- |
101-
| errors.SDKError | 400-600 | */* |
101+
| errors.SDKError | 4x-5xx | */* |
102102

103103
## revoke_embed_access_token
104104

@@ -141,4 +141,4 @@ if res.status_code == 200:
141141

142142
| Error Object | Status Code | Content Type |
143143
| --------------- | --------------- | --------------- |
144-
| errors.SDKError | 400-600 | */* |
144+
| errors.SDKError | 4x-5xx | */* |

docs/sdks/metadata/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ if res.status_code == 200:
5555

5656
| Error Object | Status Code | Content Type |
5757
| --------------- | --------------- | --------------- |
58-
| errors.SDKError | 400-600 | */* |
58+
| errors.SDKError | 4x-5xx | */* |
5959

6060
## get_version_metadata
6161

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

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

104104
## insert_version_metadata
105105

@@ -147,4 +147,4 @@ if res.version_metadata is not None:
147147

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

docs/sdks/plugins/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ if res.classes is not None:
4343

4444
| Error Object | Status Code | Content Type |
4545
| --------------- | --------------- | --------------- |
46-
| errors.SDKError | 400-600 | */* |
46+
| errors.SDKError | 4x-5xx | */* |
4747

4848
## run_plugin
4949

@@ -98,7 +98,7 @@ if res.classes is not None:
9898

9999
| Error Object | Status Code | Content Type |
100100
| --------------- | --------------- | --------------- |
101-
| errors.SDKError | 400-600 | */* |
101+
| errors.SDKError | 4x-5xx | */* |
102102

103103
## upsert_plugin
104104

@@ -145,4 +145,4 @@ if res.plugin is not None:
145145

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

docs/sdks/requests/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ if res.postman_collection is not None:
5353

5454
| Error Object | Status Code | Content Type |
5555
| --------------- | --------------- | --------------- |
56-
| errors.SDKError | 400-600 | */* |
56+
| errors.SDKError | 4x-5xx | */* |
5757

5858
## get_request_from_event_log
5959

@@ -96,7 +96,7 @@ if res.unbounded_request is not None:
9696

9797
| Error Object | Status Code | Content Type |
9898
| --------------- | --------------- | --------------- |
99-
| errors.SDKError | 400-600 | */* |
99+
| errors.SDKError | 4x-5xx | */* |
100100

101101
## query_event_log
102102

@@ -151,4 +151,4 @@ if res.classes is not None:
151151

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

docs/sdks/schemas/README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ if res.status_code == 200:
5959

6060
| Error Object | Status Code | Content Type |
6161
| --------------- | --------------- | --------------- |
62-
| errors.SDKError | 400-600 | */* |
62+
| errors.SDKError | 4x-5xx | */* |
6363

6464
## download_schema
6565

@@ -103,7 +103,7 @@ if res.two_hundred_application_json_schema is not None:
103103

104104
| Error Object | Status Code | Content Type |
105105
| --------------- | --------------- | --------------- |
106-
| errors.SDKError | 400-600 | */* |
106+
| errors.SDKError | 4x-5xx | */* |
107107

108108
## download_schema_revision
109109

@@ -148,7 +148,7 @@ if res.two_hundred_application_json_schema is not None:
148148

149149
| Error Object | Status Code | Content Type |
150150
| --------------- | --------------- | --------------- |
151-
| errors.SDKError | 400-600 | */* |
151+
| errors.SDKError | 4x-5xx | */* |
152152

153153
## get_schema
154154

@@ -193,7 +193,7 @@ if res.schema is not None:
193193

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

198198
## get_schema_diff
199199

@@ -239,7 +239,7 @@ if res.schema_diff is not None:
239239

240240
| Error Object | Status Code | Content Type |
241241
| --------------- | --------------- | --------------- |
242-
| errors.SDKError | 400-600 | */* |
242+
| errors.SDKError | 4x-5xx | */* |
243243

244244
## get_schema_revision
245245

@@ -285,7 +285,7 @@ if res.schema is not None:
285285

286286
| Error Object | Status Code | Content Type |
287287
| --------------- | --------------- | --------------- |
288-
| errors.SDKError | 400-600 | */* |
288+
| errors.SDKError | 4x-5xx | */* |
289289

290290
## get_schemas
291291

@@ -330,7 +330,7 @@ if res.classes is not None:
330330

331331
| Error Object | Status Code | Content Type |
332332
| --------------- | --------------- | --------------- |
333-
| errors.SDKError | 400-600 | */* |
333+
| errors.SDKError | 4x-5xx | */* |
334334

335335
## register_schema
336336

@@ -381,4 +381,4 @@ if res.status_code == 200:
381381

382382
| Error Object | Status Code | Content Type |
383383
| --------------- | --------------- | --------------- |
384-
| errors.SDKError | 400-600 | */* |
384+
| errors.SDKError | 4x-5xx | */* |

docs/sdks/speakeasy/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ if res.status_code == 200:
4343

4444
| Error Object | Status Code | Content Type |
4545
| --------------- | --------------- | --------------- |
46-
| errors.SDKError | 400-600 | */* |
46+
| errors.SDKError | 4x-5xx | */* |

0 commit comments

Comments
 (0)