@@ -23,6 +23,7 @@ bandwidth/models/account_statistics.py
2323bandwidth/models/additional_denial_reason.py
2424bandwidth/models/address.py
2525bandwidth/models/answer_callback.py
26+ bandwidth/models/async_lookup_request.py
2627bandwidth/models/blocked_webhook.py
2728bandwidth/models/bridge_complete_callback.py
2829bandwidth/models/bridge_target_complete_callback.py
@@ -41,6 +42,7 @@ bandwidth/models/callback.py
4142bandwidth/models/callback_method_enum.py
4243bandwidth/models/card_width_enum.py
4344bandwidth/models/code_request.py
45+ bandwidth/models/completed_lookup_status_enum.py
4446bandwidth/models/conference.py
4547bandwidth/models/conference_completed_callback.py
4648bandwidth/models/conference_created_callback.py
@@ -52,11 +54,15 @@ bandwidth/models/conference_recording_metadata.py
5254bandwidth/models/conference_redirect_callback.py
5355bandwidth/models/conference_state_enum.py
5456bandwidth/models/contact.py
57+ bandwidth/models/create_async_bulk_lookup_response.py
58+ bandwidth/models/create_async_bulk_lookup_response_data.py
5559bandwidth/models/create_call.py
5660bandwidth/models/create_call_response.py
57- bandwidth/models/create_lookup_response.py
5861bandwidth/models/create_message_request_error.py
5962bandwidth/models/create_multi_channel_message_response.py
63+ bandwidth/models/create_sync_lookup_response.py
64+ bandwidth/models/create_sync_lookup_response_data.py
65+ bandwidth/models/deactivation_event_enum.py
6066bandwidth/models/disconnect_callback.py
6167bandwidth/models/diversion.py
6268bandwidth/models/dtmf_callback.py
@@ -67,18 +73,24 @@ bandwidth/models/failure_webhook.py
6773bandwidth/models/field_error.py
6874bandwidth/models/file_format_enum.py
6975bandwidth/models/gather_callback.py
76+ bandwidth/models/get_async_bulk_lookup_response.py
77+ bandwidth/models/get_async_bulk_lookup_response_data.py
78+ bandwidth/models/in_progress_lookup_status_enum.py
7079bandwidth/models/inbound_callback.py
7180bandwidth/models/inbound_callback_message.py
7281bandwidth/models/inbound_callback_type_enum.py
7382bandwidth/models/initiate_callback.py
83+ bandwidth/models/latest_message_delivery_status_enum.py
84+ bandwidth/models/line_type_enum.py
7485bandwidth/models/link.py
86+ bandwidth/models/link_schema.py
7587bandwidth/models/links_object.py
7688bandwidth/models/list_message_direction_enum.py
7789bandwidth/models/list_message_item.py
78- bandwidth/models/lookup_request.py
90+ bandwidth/models/lookup_error_response.py
91+ bandwidth/models/lookup_error_schema.py
92+ bandwidth/models/lookup_error_schema_meta.py
7993bandwidth/models/lookup_result.py
80- bandwidth/models/lookup_status.py
81- bandwidth/models/lookup_status_enum.py
8294bandwidth/models/machine_detection_complete_callback.py
8395bandwidth/models/machine_detection_configuration.py
8496bandwidth/models/machine_detection_mode_enum.py
@@ -99,14 +111,22 @@ bandwidth/models/mms_message_content.py
99111bandwidth/models/mms_message_content_file.py
100112bandwidth/models/multi_channel_action.py
101113bandwidth/models/multi_channel_action_calendar_event.py
102- bandwidth/models/multi_channel_channel_list_object.py
103- bandwidth/models/multi_channel_channel_list_object_content.py
114+ bandwidth/models/multi_channel_channel_list_mms_object.py
115+ bandwidth/models/multi_channel_channel_list_mms_response_object.py
116+ bandwidth/models/multi_channel_channel_list_object_base.py
117+ bandwidth/models/multi_channel_channel_list_owner_object.py
118+ bandwidth/models/multi_channel_channel_list_rbm_object.py
119+ bandwidth/models/multi_channel_channel_list_rbm_object_all_of_content.py
120+ bandwidth/models/multi_channel_channel_list_rbm_response_object.py
121+ bandwidth/models/multi_channel_channel_list_request_object.py
122+ bandwidth/models/multi_channel_channel_list_response_object.py
123+ bandwidth/models/multi_channel_channel_list_sms_object.py
124+ bandwidth/models/multi_channel_channel_list_sms_response_object.py
104125bandwidth/models/multi_channel_error.py
105126bandwidth/models/multi_channel_message_channel_enum.py
106127bandwidth/models/multi_channel_message_content.py
107128bandwidth/models/multi_channel_message_request.py
108129bandwidth/models/multi_channel_message_response_data.py
109- bandwidth/models/multi_channel_message_response_data_channel_list_inner.py
110130bandwidth/models/opt_in_workflow.py
111131bandwidth/models/page_info.py
112132bandwidth/models/priority_enum.py
@@ -140,6 +160,7 @@ bandwidth/models/status_callback.py
140160bandwidth/models/status_callback_message.py
141161bandwidth/models/status_callback_type_enum.py
142162bandwidth/models/stir_shaken.py
163+ bandwidth/models/sync_lookup_request.py
143164bandwidth/models/telephone_number.py
144165bandwidth/models/tfv_basic_authentication.py
145166bandwidth/models/tfv_callback_status_enum.py
@@ -149,7 +170,6 @@ bandwidth/models/tfv_status_enum.py
149170bandwidth/models/tfv_submission_info.py
150171bandwidth/models/tfv_submission_wrapper.py
151172bandwidth/models/thumbnail_alignment_enum.py
152- bandwidth/models/tn_lookup_request_error.py
153173bandwidth/models/transcribe_recording.py
154174bandwidth/models/transcription.py
155175bandwidth/models/transcription_available_callback.py
@@ -179,6 +199,7 @@ docs/AccountStatistics.md
179199docs/AdditionalDenialReason.md
180200docs/Address.md
181201docs/AnswerCallback.md
202+ docs/AsyncLookupRequest.md
182203docs/BlockedWebhook.md
183204docs/BridgeCompleteCallback.md
184205docs/BridgeTargetCompleteCallback.md
@@ -198,6 +219,7 @@ docs/CallbackMethodEnum.md
198219docs/CallsApi.md
199220docs/CardWidthEnum.md
200221docs/CodeRequest.md
222+ docs/CompletedLookupStatusEnum.md
201223docs/Conference.md
202224docs/ConferenceCompletedCallback.md
203225docs/ConferenceCreatedCallback.md
@@ -210,11 +232,15 @@ docs/ConferenceRedirectCallback.md
210232docs/ConferenceStateEnum.md
211233docs/ConferencesApi.md
212234docs/Contact.md
235+ docs/CreateAsyncBulkLookupResponse.md
236+ docs/CreateAsyncBulkLookupResponseData.md
213237docs/CreateCall.md
214238docs/CreateCallResponse.md
215- docs/CreateLookupResponse.md
216239docs/CreateMessageRequestError.md
217240docs/CreateMultiChannelMessageResponse.md
241+ docs/CreateSyncLookupResponse.md
242+ docs/CreateSyncLookupResponseData.md
243+ docs/DeactivationEventEnum.md
218244docs/DisconnectCallback.md
219245docs/Diversion.md
220246docs/DtmfCallback.md
@@ -225,18 +251,24 @@ docs/FailureWebhook.md
225251docs/FieldError.md
226252docs/FileFormatEnum.md
227253docs/GatherCallback.md
254+ docs/GetAsyncBulkLookupResponse.md
255+ docs/GetAsyncBulkLookupResponseData.md
256+ docs/InProgressLookupStatusEnum.md
228257docs/InboundCallback.md
229258docs/InboundCallbackMessage.md
230259docs/InboundCallbackTypeEnum.md
231260docs/InitiateCallback.md
261+ docs/LatestMessageDeliveryStatusEnum.md
262+ docs/LineTypeEnum.md
232263docs/Link.md
264+ docs/LinkSchema.md
233265docs/LinksObject.md
234266docs/ListMessageDirectionEnum.md
235267docs/ListMessageItem.md
236- docs/LookupRequest.md
268+ docs/LookupErrorResponse.md
269+ docs/LookupErrorSchema.md
270+ docs/LookupErrorSchemaMeta.md
237271docs/LookupResult.md
238- docs/LookupStatus.md
239- docs/LookupStatusEnum.md
240272docs/MFAApi.md
241273docs/MachineDetectionCompleteCallback.md
242274docs/MachineDetectionConfiguration.md
@@ -261,14 +293,22 @@ docs/MmsMessageContentFile.md
261293docs/MultiChannelAction.md
262294docs/MultiChannelActionCalendarEvent.md
263295docs/MultiChannelApi.md
264- docs/MultiChannelChannelListObject.md
265- docs/MultiChannelChannelListObjectContent.md
296+ docs/MultiChannelChannelListMMSObject.md
297+ docs/MultiChannelChannelListMMSResponseObject.md
298+ docs/MultiChannelChannelListObjectBase.md
299+ docs/MultiChannelChannelListOwnerObject.md
300+ docs/MultiChannelChannelListRBMObject.md
301+ docs/MultiChannelChannelListRBMObjectAllOfContent.md
302+ docs/MultiChannelChannelListRBMResponseObject.md
303+ docs/MultiChannelChannelListRequestObject.md
304+ docs/MultiChannelChannelListResponseObject.md
305+ docs/MultiChannelChannelListSMSObject.md
306+ docs/MultiChannelChannelListSMSResponseObject.md
266307docs/MultiChannelError.md
267308docs/MultiChannelMessageChannelEnum.md
268309docs/MultiChannelMessageContent.md
269310docs/MultiChannelMessageRequest.md
270311docs/MultiChannelMessageResponseData.md
271- docs/MultiChannelMessageResponseDataChannelListInner.md
272312docs/OptInWorkflow.md
273313docs/PageInfo.md
274314docs/PhoneNumberLookupApi.md
@@ -305,6 +345,7 @@ docs/StatusCallback.md
305345docs/StatusCallbackMessage.md
306346docs/StatusCallbackTypeEnum.md
307347docs/StirShaken.md
348+ docs/SyncLookupRequest.md
308349docs/TelephoneNumber.md
309350docs/TfvBasicAuthentication.md
310351docs/TfvCallbackStatusEnum.md
@@ -314,7 +355,6 @@ docs/TfvStatusEnum.md
314355docs/TfvSubmissionInfo.md
315356docs/TfvSubmissionWrapper.md
316357docs/ThumbnailAlignmentEnum.md
317- docs/TnLookupRequestError.md
318358docs/TollFreeVerificationApi.md
319359docs/TranscribeRecording.md
320360docs/Transcription.md
0 commit comments