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