1- .gitignore
21.gitlab-ci.yml
32.travis.yml
43README.md
@@ -20,17 +19,24 @@ bandwidth/configuration.py
2019bandwidth/exceptions.py
2120bandwidth/model/__init__.py
2221bandwidth/model/account_statistics.py
23- bandwidth/model/call_callback.py
22+ bandwidth/model/answer_callback.py
23+ bandwidth/model/bridge_complete_callback.py
24+ bandwidth/model/bridge_target_complete_callback.py
2425bandwidth/model/call_direction_enum.py
2526bandwidth/model/call_recording_metadata.py
2627bandwidth/model/call_state.py
2728bandwidth/model/call_state_enum.py
2829bandwidth/model/callback_method_enum.py
2930bandwidth/model/code_request.py
3031bandwidth/model/conference.py
31- bandwidth/model/conference_callback.py
32+ bandwidth/model/conference_completed_callback.py
33+ bandwidth/model/conference_created_callback.py
3234bandwidth/model/conference_member.py
35+ bandwidth/model/conference_member_exit_callback.py
36+ bandwidth/model/conference_member_join_callback.py
37+ bandwidth/model/conference_recording_available_callback.py
3338bandwidth/model/conference_recording_metadata.py
39+ bandwidth/model/conference_redirect_callback.py
3440bandwidth/model/conference_state_enum.py
3541bandwidth/model/create_call.py
3642bandwidth/model/create_call_response.py
@@ -40,16 +46,21 @@ bandwidth/model/create_participant_request.py
4046bandwidth/model/create_participant_response.py
4147bandwidth/model/deferred_result.py
4248bandwidth/model/device_api_version_enum.py
49+ bandwidth/model/disconenct_callback.py
4350bandwidth/model/diversion.py
51+ bandwidth/model/dtmf_callback.py
4452bandwidth/model/field_error.py
4553bandwidth/model/file_format_enum.py
4654bandwidth/model/forbidden_request.py
55+ bandwidth/model/gather_callback.py
56+ bandwidth/model/initiate_callback.py
4757bandwidth/model/list_message_direction_enum.py
4858bandwidth/model/list_message_item.py
4959bandwidth/model/lookup_request.py
5060bandwidth/model/lookup_result.py
5161bandwidth/model/lookup_status.py
5262bandwidth/model/lookup_status_enum.py
63+ bandwidth/model/machine_detection_complete_callback.py
5364bandwidth/model/machine_detection_configuration.py
5465bandwidth/model/machine_detection_mode_enum.py
5566bandwidth/model/media.py
@@ -69,17 +80,25 @@ bandwidth/model/participant.py
6980bandwidth/model/participant_subscription.py
7081bandwidth/model/priority_enum.py
7182bandwidth/model/publish_permissions_enum.py
83+ bandwidth/model/recording_available_callback.py
84+ bandwidth/model/recording_complete_callback.py
7285bandwidth/model/recording_state_enum.py
86+ bandwidth/model/redirect_callback.py
7387bandwidth/model/redirect_method_enum.py
7488bandwidth/model/request_error.py
7589bandwidth/model/session.py
90+ bandwidth/model/stir_shaken.py
7691bandwidth/model/subscriptions.py
7792bandwidth/model/tag.py
7893bandwidth/model/tn_lookup_request_error.py
7994bandwidth/model/transcribe_recording.py
8095bandwidth/model/transcription.py
96+ bandwidth/model/transcription_available_callback.py
8197bandwidth/model/transcription_list.py
8298bandwidth/model/transcription_metadata.py
99+ bandwidth/model/transfer_answer_callback.py
100+ bandwidth/model/transfer_complete_callback.py
101+ bandwidth/model/transfer_disconnect_callback.py
83102bandwidth/model/unauthorized_request.py
84103bandwidth/model/update_call.py
85104bandwidth/model/update_call_recording.py
@@ -93,7 +112,9 @@ bandwidth/model_utils.py
93112bandwidth/models/__init__.py
94113bandwidth/rest.py
95114docs/AccountStatistics.md
96- docs/CallCallback.md
115+ docs/AnswerCallback.md
116+ docs/BridgeCompleteCallback.md
117+ docs/BridgeTargetCompleteCallback.md
97118docs/CallDirectionEnum.md
98119docs/CallRecordingMetadata.md
99120docs/CallState.md
@@ -102,9 +123,14 @@ docs/CallbackMethodEnum.md
102123docs/CallsApi.md
103124docs/CodeRequest.md
104125docs/Conference.md
105- docs/ConferenceCallback.md
126+ docs/ConferenceCompletedCallback.md
127+ docs/ConferenceCreatedCallback.md
106128docs/ConferenceMember.md
129+ docs/ConferenceMemberExitCallback.md
130+ docs/ConferenceMemberJoinCallback.md
131+ docs/ConferenceRecordingAvailableCallback.md
107132docs/ConferenceRecordingMetadata.md
133+ docs/ConferenceRedirectCallback.md
108134docs/ConferenceStateEnum.md
109135docs/ConferencesApi.md
110136docs/CreateCall.md
@@ -115,17 +141,22 @@ docs/CreateParticipantRequest.md
115141docs/CreateParticipantResponse.md
116142docs/DeferredResult.md
117143docs/DeviceApiVersionEnum.md
144+ docs/DisconenctCallback.md
118145docs/Diversion.md
146+ docs/DtmfCallback.md
119147docs/FieldError.md
120148docs/FileFormatEnum.md
121149docs/ForbiddenRequest.md
150+ docs/GatherCallback.md
151+ docs/InitiateCallback.md
122152docs/ListMessageDirectionEnum.md
123153docs/ListMessageItem.md
124154docs/LookupRequest.md
125155docs/LookupResult.md
126156docs/LookupStatus.md
127157docs/LookupStatusEnum.md
128158docs/MFAApi.md
159+ docs/MachineDetectionCompleteCallback.md
129160docs/MachineDetectionConfiguration.md
130161docs/MachineDetectionModeEnum.md
131162docs/Media.md
@@ -149,20 +180,28 @@ docs/ParticipantsApi.md
149180docs/PhoneNumberLookupApi.md
150181docs/PriorityEnum.md
151182docs/PublishPermissionsEnum.md
183+ docs/RecordingAvailableCallback.md
184+ docs/RecordingCompleteCallback.md
152185docs/RecordingStateEnum.md
153186docs/RecordingsApi.md
187+ docs/RedirectCallback.md
154188docs/RedirectMethodEnum.md
155189docs/RequestError.md
156190docs/Session.md
157191docs/SessionsApi.md
158192docs/StatisticsApi.md
193+ docs/StirShaken.md
159194docs/Subscriptions.md
160195docs/Tag.md
161196docs/TnLookupRequestError.md
162197docs/TranscribeRecording.md
163198docs/Transcription.md
199+ docs/TranscriptionAvailableCallback.md
164200docs/TranscriptionList.md
165201docs/TranscriptionMetadata.md
202+ docs/TransferAnswerCallback.md
203+ docs/TransferCompleteCallback.md
204+ docs/TransferDisconnectCallback.md
166205docs/UnauthorizedRequest.md
167206docs/UpdateCall.md
168207docs/UpdateCallRecording.md
@@ -173,89 +212,4 @@ docs/VerifyCodeResponse.md
173212docs/VoiceApiError.md
174213docs/VoiceCodeResponse.md
175214git_push.sh
176- requirements.txt
177- setup.cfg
178- setup.py
179- test-requirements.txt
180- test/__init__.py
181- test/test_account_statistics.py
182- test/test_call_callback.py
183- test/test_call_direction_enum.py
184- test/test_call_recording_metadata.py
185- test/test_call_state.py
186- test/test_call_state_enum.py
187- test/test_callback_method_enum.py
188- test/test_calls_api.py
189- test/test_code_request.py
190- test/test_conference.py
191- test/test_conference_callback.py
192- test/test_conference_member.py
193- test/test_conference_recording_metadata.py
194- test/test_conference_state_enum.py
195- test/test_conferences_api.py
196- test/test_create_call.py
197- test/test_create_call_response.py
198- test/test_create_lookup_response.py
199- test/test_create_message_request_error.py
200- test/test_create_participant_request.py
201- test/test_create_participant_response.py
202- test/test_deferred_result.py
203- test/test_device_api_version_enum.py
204- test/test_diversion.py
205- test/test_field_error.py
206- test/test_file_format_enum.py
207- test/test_forbidden_request.py
208- test/test_list_message_direction_enum.py
209- test/test_list_message_item.py
210- test/test_lookup_request.py
211- test/test_lookup_result.py
212- test/test_lookup_status.py
213- test/test_lookup_status_enum.py
214- test/test_machine_detection_configuration.py
215- test/test_machine_detection_mode_enum.py
216- test/test_media.py
217- test/test_media_api.py
218- test/test_message.py
219- test/test_message_direction_enum.py
220- test/test_message_request.py
221- test/test_message_status_enum.py
222- test/test_message_type_enum.py
223- test/test_messages_api.py
224- test/test_messages_list.py
225- test/test_messaging_code_response.py
226- test/test_messaging_request_error.py
227- test/test_mfa_api.py
228- test/test_mfa_forbidden_request_error.py
229- test/test_mfa_request_error.py
230- test/test_mfa_unauthorized_request_error.py
231- test/test_page_info.py
232- test/test_participant.py
233- test/test_participant_subscription.py
234- test/test_participants_api.py
235- test/test_phone_number_lookup_api.py
236- test/test_priority_enum.py
237- test/test_publish_permissions_enum.py
238- test/test_recording_state_enum.py
239- test/test_recordings_api.py
240- test/test_redirect_method_enum.py
241- test/test_request_error.py
242- test/test_session.py
243- test/test_sessions_api.py
244- test/test_statistics_api.py
245- test/test_subscriptions.py
246- test/test_tag.py
247- test/test_tn_lookup_request_error.py
248- test/test_transcribe_recording.py
249- test/test_transcription.py
250- test/test_transcription_list.py
251- test/test_transcription_metadata.py
252- test/test_unauthorized_request.py
253- test/test_update_call.py
254- test/test_update_call_recording.py
255- test/test_update_conference.py
256- test/test_update_conference_member.py
257- test/test_verify_code_request.py
258- test/test_verify_code_response.py
259- test/test_voice_api_error.py
260- test/test_voice_code_response.py
261215tox.ini
0 commit comments