@@ -11,13 +11,16 @@ bandwidth/api/mfa_api.py
1111bandwidth/api/phone_number_lookup_api.py
1212bandwidth/api/recordings_api.py
1313bandwidth/api/statistics_api.py
14+ bandwidth/api/toll_free_verification_api.py
1415bandwidth/api/transcriptions_api.py
1516bandwidth/api_client.py
1617bandwidth/api_response.py
1718bandwidth/configuration.py
1819bandwidth/exceptions.py
1920bandwidth/models/__init__.py
2021bandwidth/models/account_statistics.py
22+ bandwidth/models/additional_denial_reason.py
23+ bandwidth/models/address.py
2124bandwidth/models/answer_callback.py
2225bandwidth/models/bridge_complete_callback.py
2326bandwidth/models/bridge_target_complete_callback.py
@@ -43,6 +46,7 @@ bandwidth/models/conference_recording_available_callback.py
4346bandwidth/models/conference_recording_metadata.py
4447bandwidth/models/conference_redirect_callback.py
4548bandwidth/models/conference_state_enum.py
49+ bandwidth/models/contact.py
4650bandwidth/models/create_call.py
4751bandwidth/models/create_call_response.py
4852bandwidth/models/create_lookup_response.py
@@ -51,10 +55,13 @@ bandwidth/models/deferred_result.py
5155bandwidth/models/disconnect_callback.py
5256bandwidth/models/diversion.py
5357bandwidth/models/dtmf_callback.py
58+ bandwidth/models/error.py
59+ bandwidth/models/failure_webhook.py
5460bandwidth/models/field_error.py
5561bandwidth/models/file_format_enum.py
5662bandwidth/models/gather_callback.py
5763bandwidth/models/initiate_callback.py
64+ bandwidth/models/links_object.py
5865bandwidth/models/list_message_direction_enum.py
5966bandwidth/models/list_message_item.py
6067bandwidth/models/lookup_request.py
@@ -79,6 +86,7 @@ bandwidth/models/messaging_request_error.py
7986bandwidth/models/mfa_forbidden_request_error.py
8087bandwidth/models/mfa_request_error.py
8188bandwidth/models/mfa_unauthorized_request_error.py
89+ bandwidth/models/opt_in_workflow.py
8290bandwidth/models/page_info.py
8391bandwidth/models/priority_enum.py
8492bandwidth/models/recording_available_callback.py
@@ -90,6 +98,14 @@ bandwidth/models/redirect_callback.py
9098bandwidth/models/redirect_method_enum.py
9199bandwidth/models/stir_shaken.py
92100bandwidth/models/tag.py
101+ bandwidth/models/telephone_number.py
102+ bandwidth/models/tfv_basic_authentication.py
103+ bandwidth/models/tfv_callback_status_enum.py
104+ bandwidth/models/tfv_error.py
105+ bandwidth/models/tfv_status.py
106+ bandwidth/models/tfv_status_enum.py
107+ bandwidth/models/tfv_submission_info.py
108+ bandwidth/models/tfv_submission_wrapper.py
93109bandwidth/models/tn_lookup_request_error.py
94110bandwidth/models/transcribe_recording.py
95111bandwidth/models/transcription.py
@@ -101,13 +117,24 @@ bandwidth/models/update_call.py
101117bandwidth/models/update_call_recording.py
102118bandwidth/models/update_conference.py
103119bandwidth/models/update_conference_member.py
120+ bandwidth/models/verification_denial_webhook.py
121+ bandwidth/models/verification_request.py
122+ bandwidth/models/verification_update_request.py
123+ bandwidth/models/verification_webhook.py
104124bandwidth/models/verify_code_request.py
105125bandwidth/models/verify_code_response.py
106126bandwidth/models/voice_api_error.py
107127bandwidth/models/voice_code_response.py
128+ bandwidth/models/webhook_subscription.py
129+ bandwidth/models/webhook_subscription_basic_authentication.py
130+ bandwidth/models/webhook_subscription_request_schema.py
131+ bandwidth/models/webhook_subscription_type_enum.py
132+ bandwidth/models/webhook_subscriptions_list_body.py
108133bandwidth/py.typed
109134bandwidth/rest.py
110135docs/AccountStatistics.md
136+ docs/AdditionalDenialReason.md
137+ docs/Address.md
111138docs/AnswerCallback.md
112139docs/BridgeCompleteCallback.md
113140docs/BridgeTargetCompleteCallback.md
@@ -135,6 +162,7 @@ docs/ConferenceRecordingMetadata.md
135162docs/ConferenceRedirectCallback.md
136163docs/ConferenceStateEnum.md
137164docs/ConferencesApi.md
165+ docs/Contact.md
138166docs/CreateCall.md
139167docs/CreateCallResponse.md
140168docs/CreateLookupResponse.md
@@ -143,10 +171,13 @@ docs/DeferredResult.md
143171docs/DisconnectCallback.md
144172docs/Diversion.md
145173docs/DtmfCallback.md
174+ docs/Error.md
175+ docs/FailureWebhook.md
146176docs/FieldError.md
147177docs/FileFormatEnum.md
148178docs/GatherCallback.md
149179docs/InitiateCallback.md
180+ docs/LinksObject.md
150181docs/ListMessageDirectionEnum.md
151182docs/ListMessageItem.md
152183docs/LookupRequest.md
@@ -174,6 +205,7 @@ docs/MessagingRequestError.md
174205docs/MfaForbiddenRequestError.md
175206docs/MfaRequestError.md
176207docs/MfaUnauthorizedRequestError.md
208+ docs/OptInWorkflow.md
177209docs/PageInfo.md
178210docs/PhoneNumberLookupApi.md
179211docs/PriorityEnum.md
@@ -188,7 +220,16 @@ docs/RedirectMethodEnum.md
188220docs/StatisticsApi.md
189221docs/StirShaken.md
190222docs/Tag.md
223+ docs/TelephoneNumber.md
224+ docs/TfvBasicAuthentication.md
225+ docs/TfvCallbackStatusEnum.md
226+ docs/TfvError.md
227+ docs/TfvStatus.md
228+ docs/TfvStatusEnum.md
229+ docs/TfvSubmissionInfo.md
230+ docs/TfvSubmissionWrapper.md
191231docs/TnLookupRequestError.md
232+ docs/TollFreeVerificationApi.md
192233docs/TranscribeRecording.md
193234docs/Transcription.md
194235docs/TranscriptionAvailableCallback.md
@@ -200,10 +241,19 @@ docs/UpdateCall.md
200241docs/UpdateCallRecording.md
201242docs/UpdateConference.md
202243docs/UpdateConferenceMember.md
244+ docs/VerificationDenialWebhook.md
245+ docs/VerificationRequest.md
246+ docs/VerificationUpdateRequest.md
247+ docs/VerificationWebhook.md
203248docs/VerifyCodeRequest.md
204249docs/VerifyCodeResponse.md
205250docs/VoiceApiError.md
206251docs/VoiceCodeResponse.md
252+ docs/WebhookSubscription.md
253+ docs/WebhookSubscriptionBasicAuthentication.md
254+ docs/WebhookSubscriptionRequestSchema.md
255+ docs/WebhookSubscriptionTypeEnum.md
256+ docs/WebhookSubscriptionsListBody.md
207257git_push.sh
208258pyproject.toml
209259setup.py
0 commit comments