Skip to content

Commit 2ae9312

Browse files
committed
ci: regenerated with OpenAPI Doc 0.4.0, Speakeasy CLI 1.231.1
1 parent 4725f47 commit 2ae9312

File tree

15 files changed

+61
-51
lines changed

15 files changed

+61
-51
lines changed

.speakeasy/gen.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ id: b0b519b1-d1d3-43b2-82dd-b4292eadd4b0
33
management:
44
docChecksum: 17e2e733dfd588a7103c3c70e91b24b5
55
docVersion: 0.4.0
6-
speakeasyVersion: 1.227.0
7-
generationVersion: 2.291.0
8-
releaseVersion: 5.5.0
9-
configChecksum: ee081843088189f4db4ec6101a93cc58
6+
speakeasyVersion: 1.231.1
7+
generationVersion: 2.295.1
8+
releaseVersion: 5.5.1
9+
configChecksum: f59d84dd0b033c2fe4d4ffb68749738b
1010
repoURL: https://github.com/speakeasy-api/speakeasy-client-sdk-python.git
1111
repoSubDirectory: .
1212
installationURL: https://github.com/speakeasy-api/speakeasy-client-sdk-python.git
@@ -18,7 +18,7 @@ features:
1818
examples: 2.81.3
1919
globalSecurity: 2.83.5
2020
globalServerURLs: 2.82.2
21-
globals: 2.82.0
21+
globals: 2.82.1
2222
inputOutputModels: 2.83.1
2323
responseFormat: 0.1.0
2424
retries: 2.82.1

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ Handling errors in this SDK should largely match your expectations. All operati
119119
| Error Object | Status Code | Content Type |
120120
| ---------------- | ---------------- | ---------------- |
121121
| errors.Error | 5XX | application/json |
122-
| errors.SDKError | 4x-5xx | */* |
122+
| errors.SDKError | 4xx-5xx | */* |
123123

124124
### Example
125125

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1366,4 +1366,14 @@ Based on:
13661366
### Generated
13671367
- [python v5.5.0] .
13681368
### Releases
1369-
- [PyPI v5.5.0] https://pypi.org/project/speakeasy-client-sdk-python/5.5.0 - .
1369+
- [PyPI v5.5.0] https://pypi.org/project/speakeasy-client-sdk-python/5.5.0 - .
1370+
1371+
## 2024-04-02 00:10:37
1372+
### Changes
1373+
Based on:
1374+
- OpenAPI Doc 0.4.0 https://docs.speakeasyapi.dev/openapi.yaml
1375+
- Speakeasy CLI 1.231.1 (2.295.1) https://github.com/speakeasy-api/speakeasy
1376+
### Generated
1377+
- [python v5.5.1] .
1378+
### Releases
1379+
- [PyPI v5.5.1] https://pypi.org/project/speakeasy-client-sdk-python/5.5.1 - .

docs/sdks/apiendpoints/README.md

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

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

6666
## find_api_endpoint
6767

@@ -109,7 +109,7 @@ if res.api_endpoint is not None:
109109

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

114114
## generate_open_api_spec_for_api_endpoint
115115

@@ -157,7 +157,7 @@ if res.generate_open_api_spec_diff is not None:
157157

158158
| Error Object | Status Code | Content Type |
159159
| --------------- | --------------- | --------------- |
160-
| errors.SDKError | 4x-5xx | */* |
160+
| errors.SDKError | 4xx-5xx | */* |
161161

162162
## generate_postman_collection_for_api_endpoint
163163

@@ -204,7 +204,7 @@ if res.postman_collection is not None:
204204

205205
| Error Object | Status Code | Content Type |
206206
| --------------- | --------------- | --------------- |
207-
| errors.SDKError | 4x-5xx | */* |
207+
| errors.SDKError | 4xx-5xx | */* |
208208

209209
## get_all_api_endpoints
210210

@@ -249,7 +249,7 @@ if res.api_endpoints is not None:
249249

250250
| Error Object | Status Code | Content Type |
251251
| --------------- | --------------- | --------------- |
252-
| errors.SDKError | 4x-5xx | */* |
252+
| errors.SDKError | 4xx-5xx | */* |
253253

254254
## get_all_for_version_api_endpoints
255255

@@ -295,7 +295,7 @@ if res.api_endpoints is not None:
295295

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

300300
## get_api_endpoint
301301

@@ -342,7 +342,7 @@ if res.api_endpoint is not None:
342342

343343
| Error Object | Status Code | Content Type |
344344
| --------------- | --------------- | --------------- |
345-
| errors.SDKError | 4x-5xx | */* |
345+
| errors.SDKError | 4xx-5xx | */* |
346346

347347
## upsert_api_endpoint
348348

@@ -397,4 +397,4 @@ if res.api_endpoint is not None:
397397

398398
| Error Object | Status Code | Content Type |
399399
| --------------- | --------------- | --------------- |
400-
| errors.SDKError | 4x-5xx | */* |
400+
| errors.SDKError | 4xx-5xx | */* |

docs/sdks/apis/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ if res is not None:
5858

5959
| Error Object | Status Code | Content Type |
6060
| --------------- | --------------- | --------------- |
61-
| errors.SDKError | 4x-5xx | */* |
61+
| errors.SDKError | 4xx-5xx | */* |
6262

6363
## generate_open_api_spec
6464

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

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

110110
## generate_postman_collection
111111

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

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

156156
## get_all_api_versions
157157

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

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

202202
## get_apis
203203

@@ -241,7 +241,7 @@ if res.apis is not None:
241241

242242
| Error Object | Status Code | Content Type |
243243
| --------------- | --------------- | --------------- |
244-
| errors.SDKError | 4x-5xx | */* |
244+
| errors.SDKError | 4xx-5xx | */* |
245245

246246
## upsert_api
247247

@@ -292,4 +292,4 @@ if res.api is not None:
292292

293293
| Error Object | Status Code | Content Type |
294294
| --------------- | --------------- | --------------- |
295-
| errors.SDKError | 4x-5xx | */* |
295+
| errors.SDKError | 4xx-5xx | */* |

docs/sdks/auth/README.md

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

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

5757
## get_user
5858

@@ -88,7 +88,7 @@ if res.user is not None:
8888

8989
| Error Object | Status Code | Content Type |
9090
| --------------- | --------------- | --------------- |
91-
| errors.SDKError | 4x-5xx | */* |
91+
| errors.SDKError | 4xx-5xx | */* |
9292

9393
## get_workspace_access
9494

@@ -132,7 +132,7 @@ if res.access_details is not None:
132132

133133
| Error Object | Status Code | Content Type |
134134
| --------------- | --------------- | --------------- |
135-
| errors.SDKError | 4x-5xx | */* |
135+
| errors.SDKError | 4xx-5xx | */* |
136136

137137
## validate_api_key
138138

@@ -168,4 +168,4 @@ if res.api_key_details is not None:
168168

169169
| Error Object | Status Code | Content Type |
170170
| --------------- | --------------- | --------------- |
171-
| errors.SDKError | 4x-5xx | */* |
171+
| errors.SDKError | 4xx-5xx | */* |

docs/sdks/embeds/README.md

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

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

5858
## get_valid_embed_access_tokens
5959

@@ -89,7 +89,7 @@ if res.embed_tokens is not None:
8989

9090
| Error Object | Status Code | Content Type |
9191
| --------------- | --------------- | --------------- |
92-
| errors.SDKError | 4x-5xx | */* |
92+
| errors.SDKError | 4xx-5xx | */* |
9393

9494
## revoke_embed_access_token
9595

@@ -134,4 +134,4 @@ if res is not None:
134134

135135
| Error Object | Status Code | Content Type |
136136
| --------------- | --------------- | --------------- |
137-
| errors.SDKError | 4x-5xx | */* |
137+
| errors.SDKError | 4xx-5xx | */* |

docs/sdks/events/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ if res.cli_event_batch is not None:
5353
| Error Object | Status Code | Content Type |
5454
| ---------------- | ---------------- | ---------------- |
5555
| errors.Error | 5XX | application/json |
56-
| errors.SDKError | 4x-5xx | */* |
56+
| errors.SDKError | 4xx-5xx | */* |
5757

5858
## get_workspace_targets
5959

@@ -97,7 +97,7 @@ if res.target_sdk_list is not None:
9797
| Error Object | Status Code | Content Type |
9898
| ---------------- | ---------------- | ---------------- |
9999
| errors.Error | 5XX | application/json |
100-
| errors.SDKError | 4x-5xx | */* |
100+
| errors.SDKError | 4xx-5xx | */* |
101101

102102
## post_workspace_events
103103

@@ -157,4 +157,4 @@ if res is not None:
157157
| Error Object | Status Code | Content Type |
158158
| ---------------- | ---------------- | ---------------- |
159159
| errors.Error | 5XX | application/json |
160-
| errors.SDKError | 4x-5xx | */* |
160+
| errors.SDKError | 4xx-5xx | */* |

docs/sdks/metadata/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ if res is not None:
5757

5858
| Error Object | Status Code | Content Type |
5959
| --------------- | --------------- | --------------- |
60-
| errors.SDKError | 4x-5xx | */* |
60+
| errors.SDKError | 4xx-5xx | */* |
6161

6262
## get_version_metadata
6363

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

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

108108
## insert_version_metadata
109109

@@ -153,4 +153,4 @@ if res.version_metadata is not None:
153153

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

docs/sdks/organizations/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ if res.organizations is not None:
3939

4040
| Error Object | Status Code | Content Type |
4141
| --------------- | --------------- | --------------- |
42-
| errors.SDKError | 4x-5xx | */* |
42+
| errors.SDKError | 4xx-5xx | */* |

0 commit comments

Comments
 (0)