@@ -23,9 +23,12 @@ 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
30+ bandwidth/models/business_entity_type_enum.py
31+ bandwidth/models/business_registration_type_enum.py
2932bandwidth/models/call_direction_enum.py
3033bandwidth/models/call_recording_metadata.py
3134bandwidth/models/call_state.py
@@ -39,6 +42,7 @@ bandwidth/models/callback.py
3942bandwidth/models/callback_method_enum.py
4043bandwidth/models/card_width_enum.py
4144bandwidth/models/code_request.py
45+ bandwidth/models/completed_lookup_status_enum.py
4246bandwidth/models/conference.py
4347bandwidth/models/conference_completed_callback.py
4448bandwidth/models/conference_created_callback.py
@@ -50,11 +54,15 @@ bandwidth/models/conference_recording_metadata.py
5054bandwidth/models/conference_redirect_callback.py
5155bandwidth/models/conference_state_enum.py
5256bandwidth/models/contact.py
57+ bandwidth/models/create_async_bulk_lookup_response.py
58+ bandwidth/models/create_async_bulk_lookup_response_data.py
5359bandwidth/models/create_call.py
5460bandwidth/models/create_call_response.py
55- bandwidth/models/create_lookup_response.py
5661bandwidth/models/create_message_request_error.py
5762bandwidth/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
5866bandwidth/models/disconnect_callback.py
5967bandwidth/models/diversion.py
6068bandwidth/models/dtmf_callback.py
@@ -65,18 +73,24 @@ bandwidth/models/failure_webhook.py
6573bandwidth/models/field_error.py
6674bandwidth/models/file_format_enum.py
6775bandwidth/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
6879bandwidth/models/inbound_callback.py
6980bandwidth/models/inbound_callback_message.py
7081bandwidth/models/inbound_callback_type_enum.py
7182bandwidth/models/initiate_callback.py
83+ bandwidth/models/latest_message_delivery_status_enum.py
84+ bandwidth/models/line_type_enum.py
7285bandwidth/models/link.py
86+ bandwidth/models/link_schema.py
7387bandwidth/models/links_object.py
7488bandwidth/models/list_message_direction_enum.py
7589bandwidth/models/list_message_item.py
76- 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
7793bandwidth/models/lookup_result.py
78- bandwidth/models/lookup_status.py
79- bandwidth/models/lookup_status_enum.py
8094bandwidth/models/machine_detection_complete_callback.py
8195bandwidth/models/machine_detection_configuration.py
8296bandwidth/models/machine_detection_mode_enum.py
@@ -97,17 +111,26 @@ bandwidth/models/mms_message_content.py
97111bandwidth/models/mms_message_content_file.py
98112bandwidth/models/multi_channel_action.py
99113bandwidth/models/multi_channel_action_calendar_event.py
100- bandwidth/models/multi_channel_channel_list_object.py
101- 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
102125bandwidth/models/multi_channel_error.py
103126bandwidth/models/multi_channel_message_channel_enum.py
104127bandwidth/models/multi_channel_message_content.py
105128bandwidth/models/multi_channel_message_request.py
106129bandwidth/models/multi_channel_message_response_data.py
107- bandwidth/models/multi_channel_message_response_data_channel_list_inner.py
108130bandwidth/models/opt_in_workflow.py
109131bandwidth/models/page_info.py
110132bandwidth/models/priority_enum.py
133+ bandwidth/models/product_type_enum.py
111134bandwidth/models/rbm_action_base.py
112135bandwidth/models/rbm_action_dial.py
113136bandwidth/models/rbm_action_open_url.py
@@ -137,6 +160,7 @@ bandwidth/models/status_callback.py
137160bandwidth/models/status_callback_message.py
138161bandwidth/models/status_callback_type_enum.py
139162bandwidth/models/stir_shaken.py
163+ bandwidth/models/sync_lookup_request.py
140164bandwidth/models/telephone_number.py
141165bandwidth/models/tfv_basic_authentication.py
142166bandwidth/models/tfv_callback_status_enum.py
@@ -146,7 +170,6 @@ bandwidth/models/tfv_status_enum.py
146170bandwidth/models/tfv_submission_info.py
147171bandwidth/models/tfv_submission_wrapper.py
148172bandwidth/models/thumbnail_alignment_enum.py
149- bandwidth/models/tn_lookup_request_error.py
150173bandwidth/models/transcribe_recording.py
151174bandwidth/models/transcription.py
152175bandwidth/models/transcription_available_callback.py
@@ -176,9 +199,12 @@ docs/AccountStatistics.md
176199docs/AdditionalDenialReason.md
177200docs/Address.md
178201docs/AnswerCallback.md
202+ docs/AsyncLookupRequest.md
179203docs/BlockedWebhook.md
180204docs/BridgeCompleteCallback.md
181205docs/BridgeTargetCompleteCallback.md
206+ docs/BusinessEntityTypeEnum.md
207+ docs/BusinessRegistrationTypeEnum.md
182208docs/CallDirectionEnum.md
183209docs/CallRecordingMetadata.md
184210docs/CallState.md
@@ -193,6 +219,7 @@ docs/CallbackMethodEnum.md
193219docs/CallsApi.md
194220docs/CardWidthEnum.md
195221docs/CodeRequest.md
222+ docs/CompletedLookupStatusEnum.md
196223docs/Conference.md
197224docs/ConferenceCompletedCallback.md
198225docs/ConferenceCreatedCallback.md
@@ -205,11 +232,15 @@ docs/ConferenceRedirectCallback.md
205232docs/ConferenceStateEnum.md
206233docs/ConferencesApi.md
207234docs/Contact.md
235+ docs/CreateAsyncBulkLookupResponse.md
236+ docs/CreateAsyncBulkLookupResponseData.md
208237docs/CreateCall.md
209238docs/CreateCallResponse.md
210- docs/CreateLookupResponse.md
211239docs/CreateMessageRequestError.md
212240docs/CreateMultiChannelMessageResponse.md
241+ docs/CreateSyncLookupResponse.md
242+ docs/CreateSyncLookupResponseData.md
243+ docs/DeactivationEventEnum.md
213244docs/DisconnectCallback.md
214245docs/Diversion.md
215246docs/DtmfCallback.md
@@ -220,18 +251,24 @@ docs/FailureWebhook.md
220251docs/FieldError.md
221252docs/FileFormatEnum.md
222253docs/GatherCallback.md
254+ docs/GetAsyncBulkLookupResponse.md
255+ docs/GetAsyncBulkLookupResponseData.md
256+ docs/InProgressLookupStatusEnum.md
223257docs/InboundCallback.md
224258docs/InboundCallbackMessage.md
225259docs/InboundCallbackTypeEnum.md
226260docs/InitiateCallback.md
261+ docs/LatestMessageDeliveryStatusEnum.md
262+ docs/LineTypeEnum.md
227263docs/Link.md
264+ docs/LinkSchema.md
228265docs/LinksObject.md
229266docs/ListMessageDirectionEnum.md
230267docs/ListMessageItem.md
231- docs/LookupRequest.md
268+ docs/LookupErrorResponse.md
269+ docs/LookupErrorSchema.md
270+ docs/LookupErrorSchemaMeta.md
232271docs/LookupResult.md
233- docs/LookupStatus.md
234- docs/LookupStatusEnum.md
235272docs/MFAApi.md
236273docs/MachineDetectionCompleteCallback.md
237274docs/MachineDetectionConfiguration.md
@@ -256,18 +293,27 @@ docs/MmsMessageContentFile.md
256293docs/MultiChannelAction.md
257294docs/MultiChannelActionCalendarEvent.md
258295docs/MultiChannelApi.md
259- docs/MultiChannelChannelListObject.md
260- 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
261307docs/MultiChannelError.md
262308docs/MultiChannelMessageChannelEnum.md
263309docs/MultiChannelMessageContent.md
264310docs/MultiChannelMessageRequest.md
265311docs/MultiChannelMessageResponseData.md
266- docs/MultiChannelMessageResponseDataChannelListInner.md
267312docs/OptInWorkflow.md
268313docs/PageInfo.md
269314docs/PhoneNumberLookupApi.md
270315docs/PriorityEnum.md
316+ docs/ProductTypeEnum.md
271317docs/RbmActionBase.md
272318docs/RbmActionDial.md
273319docs/RbmActionOpenUrl.md
@@ -299,6 +345,7 @@ docs/StatusCallback.md
299345docs/StatusCallbackMessage.md
300346docs/StatusCallbackTypeEnum.md
301347docs/StirShaken.md
348+ docs/SyncLookupRequest.md
302349docs/TelephoneNumber.md
303350docs/TfvBasicAuthentication.md
304351docs/TfvCallbackStatusEnum.md
@@ -308,7 +355,6 @@ docs/TfvStatusEnum.md
308355docs/TfvSubmissionInfo.md
309356docs/TfvSubmissionWrapper.md
310357docs/ThumbnailAlignmentEnum.md
311- docs/TnLookupRequestError.md
312358docs/TollFreeVerificationApi.md
313359docs/TranscribeRecording.md
314360docs/Transcription.md
0 commit comments