Skip to content

Commit a0cd0bb

Browse files
committed
regenerate with updated specs
1 parent 1a853f9 commit a0cd0bb

44 files changed

Lines changed: 350 additions & 362 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.openapi-generator/FILES

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ bandwidth/models/async_lookup_request.py
2828
bandwidth/models/blocked_webhook.py
2929
bandwidth/models/bridge_complete_callback.py
3030
bandwidth/models/bridge_target_complete_callback.py
31+
bandwidth/models/brtc_error.py
32+
bandwidth/models/brtc_error_response.py
33+
bandwidth/models/brtc_error_source.py
34+
bandwidth/models/brtc_link.py
3135
bandwidth/models/business_entity_type_enum.py
3236
bandwidth/models/business_registration_type_enum.py
3337
bandwidth/models/call_direction_enum.py
@@ -81,11 +85,7 @@ bandwidth/models/endpoint_response.py
8185
bandwidth/models/endpoint_status_enum.py
8286
bandwidth/models/endpoint_type_enum.py
8387
bandwidth/models/endpoints.py
84-
bandwidth/models/error.py
85-
bandwidth/models/error1.py
86-
bandwidth/models/error1_source.py
8788
bandwidth/models/error_object.py
88-
bandwidth/models/error_response.py
8989
bandwidth/models/error_source.py
9090
bandwidth/models/failure_webhook.py
9191
bandwidth/models/field_error.py
@@ -101,7 +101,6 @@ bandwidth/models/initiate_callback.py
101101
bandwidth/models/latest_message_delivery_status_enum.py
102102
bandwidth/models/line_type_enum.py
103103
bandwidth/models/link.py
104-
bandwidth/models/link1.py
105104
bandwidth/models/link_schema.py
106105
bandwidth/models/links_object.py
107106
bandwidth/models/list_endpoints_response.py
@@ -215,6 +214,7 @@ bandwidth/models/voice_api_error.py
215214
bandwidth/models/voice_code_response.py
216215
bandwidth/models/webhook_subscription.py
217216
bandwidth/models/webhook_subscription_basic_authentication.py
217+
bandwidth/models/webhook_subscription_error.py
218218
bandwidth/models/webhook_subscription_request_schema.py
219219
bandwidth/models/webhook_subscription_type_enum.py
220220
bandwidth/models/webhook_subscriptions_list_body.py
@@ -228,6 +228,10 @@ docs/AsyncLookupRequest.md
228228
docs/BlockedWebhook.md
229229
docs/BridgeCompleteCallback.md
230230
docs/BridgeTargetCompleteCallback.md
231+
docs/BrtcError.md
232+
docs/BrtcErrorResponse.md
233+
docs/BrtcErrorSource.md
234+
docs/BrtcLink.md
231235
docs/BusinessEntityTypeEnum.md
232236
docs/BusinessRegistrationTypeEnum.md
233237
docs/CallDirectionEnum.md
@@ -284,11 +288,7 @@ docs/EndpointStatusEnum.md
284288
docs/EndpointTypeEnum.md
285289
docs/Endpoints.md
286290
docs/EndpointsApi.md
287-
docs/Error.md
288-
docs/Error1.md
289-
docs/Error1Source.md
290291
docs/ErrorObject.md
291-
docs/ErrorResponse.md
292292
docs/ErrorSource.md
293293
docs/FailureWebhook.md
294294
docs/FieldError.md
@@ -304,7 +304,6 @@ docs/InitiateCallback.md
304304
docs/LatestMessageDeliveryStatusEnum.md
305305
docs/LineTypeEnum.md
306306
docs/Link.md
307-
docs/Link1.md
308307
docs/LinkSchema.md
309308
docs/LinksObject.md
310309
docs/ListEndpointsResponse.md
@@ -427,6 +426,7 @@ docs/VoiceApiError.md
427426
docs/VoiceCodeResponse.md
428427
docs/WebhookSubscription.md
429428
docs/WebhookSubscriptionBasicAuthentication.md
429+
docs/WebhookSubscriptionError.md
430430
docs/WebhookSubscriptionRequestSchema.md
431431
docs/WebhookSubscriptionTypeEnum.md
432432
docs/WebhookSubscriptionsListBody.md

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,10 @@ Class | Method | HTTP request | Description
170170
- [BlockedWebhook](docs/BlockedWebhook.md)
171171
- [BridgeCompleteCallback](docs/BridgeCompleteCallback.md)
172172
- [BridgeTargetCompleteCallback](docs/BridgeTargetCompleteCallback.md)
173+
- [BrtcError](docs/BrtcError.md)
174+
- [BrtcErrorResponse](docs/BrtcErrorResponse.md)
175+
- [BrtcErrorSource](docs/BrtcErrorSource.md)
176+
- [BrtcLink](docs/BrtcLink.md)
173177
- [BusinessEntityTypeEnum](docs/BusinessEntityTypeEnum.md)
174178
- [BusinessRegistrationTypeEnum](docs/BusinessRegistrationTypeEnum.md)
175179
- [CallDirectionEnum](docs/CallDirectionEnum.md)
@@ -223,11 +227,7 @@ Class | Method | HTTP request | Description
223227
- [EndpointStatusEnum](docs/EndpointStatusEnum.md)
224228
- [EndpointTypeEnum](docs/EndpointTypeEnum.md)
225229
- [Endpoints](docs/Endpoints.md)
226-
- [Error](docs/Error.md)
227-
- [Error1](docs/Error1.md)
228-
- [Error1Source](docs/Error1Source.md)
229230
- [ErrorObject](docs/ErrorObject.md)
230-
- [ErrorResponse](docs/ErrorResponse.md)
231231
- [ErrorSource](docs/ErrorSource.md)
232232
- [FailureWebhook](docs/FailureWebhook.md)
233233
- [FieldError](docs/FieldError.md)
@@ -243,7 +243,6 @@ Class | Method | HTTP request | Description
243243
- [LatestMessageDeliveryStatusEnum](docs/LatestMessageDeliveryStatusEnum.md)
244244
- [LineTypeEnum](docs/LineTypeEnum.md)
245245
- [Link](docs/Link.md)
246-
- [Link1](docs/Link1.md)
247246
- [LinkSchema](docs/LinkSchema.md)
248247
- [LinksObject](docs/LinksObject.md)
249248
- [ListEndpointsResponse](docs/ListEndpointsResponse.md)
@@ -357,6 +356,7 @@ Class | Method | HTTP request | Description
357356
- [VoiceCodeResponse](docs/VoiceCodeResponse.md)
358357
- [WebhookSubscription](docs/WebhookSubscription.md)
359358
- [WebhookSubscriptionBasicAuthentication](docs/WebhookSubscriptionBasicAuthentication.md)
359+
- [WebhookSubscriptionError](docs/WebhookSubscriptionError.md)
360360
- [WebhookSubscriptionRequestSchema](docs/WebhookSubscriptionRequestSchema.md)
361361
- [WebhookSubscriptionTypeEnum](docs/WebhookSubscriptionTypeEnum.md)
362362
- [WebhookSubscriptionsListBody](docs/WebhookSubscriptionsListBody.md)

0 commit comments

Comments
 (0)