@@ -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
@@ -140,6 +152,7 @@ bandwidth/models/status_callback.py
140152bandwidth/models/status_callback_message.py
141153bandwidth/models/status_callback_type_enum.py
142154bandwidth/models/stir_shaken.py
155+ bandwidth/models/sync_lookup_request.py
143156bandwidth/models/telephone_number.py
144157bandwidth/models/tfv_basic_authentication.py
145158bandwidth/models/tfv_callback_status_enum.py
@@ -149,7 +162,6 @@ bandwidth/models/tfv_status_enum.py
149162bandwidth/models/tfv_submission_info.py
150163bandwidth/models/tfv_submission_wrapper.py
151164bandwidth/models/thumbnail_alignment_enum.py
152- bandwidth/models/tn_lookup_request_error.py
153165bandwidth/models/transcribe_recording.py
154166bandwidth/models/transcription.py
155167bandwidth/models/transcription_available_callback.py
@@ -179,6 +191,7 @@ docs/AccountStatistics.md
179191docs/AdditionalDenialReason.md
180192docs/Address.md
181193docs/AnswerCallback.md
194+ docs/AsyncLookupRequest.md
182195docs/BlockedWebhook.md
183196docs/BridgeCompleteCallback.md
184197docs/BridgeTargetCompleteCallback.md
@@ -198,6 +211,7 @@ docs/CallbackMethodEnum.md
198211docs/CallsApi.md
199212docs/CardWidthEnum.md
200213docs/CodeRequest.md
214+ docs/CompletedLookupStatusEnum.md
201215docs/Conference.md
202216docs/ConferenceCompletedCallback.md
203217docs/ConferenceCreatedCallback.md
@@ -210,11 +224,15 @@ docs/ConferenceRedirectCallback.md
210224docs/ConferenceStateEnum.md
211225docs/ConferencesApi.md
212226docs/Contact.md
227+ docs/CreateAsyncBulkLookupResponse.md
228+ docs/CreateAsyncBulkLookupResponseData.md
213229docs/CreateCall.md
214230docs/CreateCallResponse.md
215- docs/CreateLookupResponse.md
216231docs/CreateMessageRequestError.md
217232docs/CreateMultiChannelMessageResponse.md
233+ docs/CreateSyncLookupResponse.md
234+ docs/CreateSyncLookupResponseData.md
235+ docs/DeactivationEventEnum.md
218236docs/DisconnectCallback.md
219237docs/Diversion.md
220238docs/DtmfCallback.md
@@ -225,18 +243,24 @@ docs/FailureWebhook.md
225243docs/FieldError.md
226244docs/FileFormatEnum.md
227245docs/GatherCallback.md
246+ docs/GetAsyncBulkLookupResponse.md
247+ docs/GetAsyncBulkLookupResponseData.md
248+ docs/InProgressLookupStatusEnum.md
228249docs/InboundCallback.md
229250docs/InboundCallbackMessage.md
230251docs/InboundCallbackTypeEnum.md
231252docs/InitiateCallback.md
253+ docs/LatestMessageDeliveryStatusEnum.md
254+ docs/LineTypeEnum.md
232255docs/Link.md
256+ docs/LinkSchema.md
233257docs/LinksObject.md
234258docs/ListMessageDirectionEnum.md
235259docs/ListMessageItem.md
236- docs/LookupRequest.md
260+ docs/LookupErrorResponse.md
261+ docs/LookupErrorSchema.md
262+ docs/LookupErrorSchemaMeta.md
237263docs/LookupResult.md
238- docs/LookupStatus.md
239- docs/LookupStatusEnum.md
240264docs/MFAApi.md
241265docs/MachineDetectionCompleteCallback.md
242266docs/MachineDetectionConfiguration.md
@@ -305,6 +329,7 @@ docs/StatusCallback.md
305329docs/StatusCallbackMessage.md
306330docs/StatusCallbackTypeEnum.md
307331docs/StirShaken.md
332+ docs/SyncLookupRequest.md
308333docs/TelephoneNumber.md
309334docs/TfvBasicAuthentication.md
310335docs/TfvCallbackStatusEnum.md
@@ -314,7 +339,6 @@ docs/TfvStatusEnum.md
314339docs/TfvSubmissionInfo.md
315340docs/TfvSubmissionWrapper.md
316341docs/ThumbnailAlignmentEnum.md
317- docs/TnLookupRequestError.md
318342docs/TollFreeVerificationApi.md
319343docs/TranscribeRecording.md
320344docs/Transcription.md
0 commit comments