-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathFILES
More file actions
432 lines (432 loc) · 14.8 KB
/
FILES
File metadata and controls
432 lines (432 loc) · 14.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
.gitlab-ci.yml
.travis.yml
README.md
bandwidth/__init__.py
bandwidth/api/__init__.py
bandwidth/api/calls_api.py
bandwidth/api/conferences_api.py
bandwidth/api/endpoints_api.py
bandwidth/api/media_api.py
bandwidth/api/messages_api.py
bandwidth/api/mfa_api.py
bandwidth/api/multi_channel_api.py
bandwidth/api/phone_number_lookup_api.py
bandwidth/api/recordings_api.py
bandwidth/api/statistics_api.py
bandwidth/api/toll_free_verification_api.py
bandwidth/api/transcriptions_api.py
bandwidth/api_client.py
bandwidth/api_response.py
bandwidth/configuration.py
bandwidth/exceptions.py
bandwidth/models/__init__.py
bandwidth/models/account_statistics.py
bandwidth/models/additional_denial_reason.py
bandwidth/models/address.py
bandwidth/models/answer_callback.py
bandwidth/models/async_lookup_request.py
bandwidth/models/blocked_webhook.py
bandwidth/models/bridge_complete_callback.py
bandwidth/models/bridge_target_complete_callback.py
bandwidth/models/business_entity_type_enum.py
bandwidth/models/business_registration_issuing_country_enum.py
bandwidth/models/business_registration_type_enum.py
bandwidth/models/call_direction_enum.py
bandwidth/models/call_recording_metadata.py
bandwidth/models/call_state.py
bandwidth/models/call_state_enum.py
bandwidth/models/call_transcription.py
bandwidth/models/call_transcription_detected_language_enum.py
bandwidth/models/call_transcription_metadata.py
bandwidth/models/call_transcription_response.py
bandwidth/models/call_transcription_track_enum.py
bandwidth/models/callback.py
bandwidth/models/callback_method_enum.py
bandwidth/models/card_width_enum.py
bandwidth/models/code_request.py
bandwidth/models/completed_lookup_status_enum.py
bandwidth/models/conference.py
bandwidth/models/conference_completed_callback.py
bandwidth/models/conference_created_callback.py
bandwidth/models/conference_member.py
bandwidth/models/conference_member_exit_callback.py
bandwidth/models/conference_member_join_callback.py
bandwidth/models/conference_recording_available_callback.py
bandwidth/models/conference_recording_metadata.py
bandwidth/models/conference_redirect_callback.py
bandwidth/models/conference_state_enum.py
bandwidth/models/contact.py
bandwidth/models/create_async_bulk_lookup_response.py
bandwidth/models/create_async_bulk_lookup_response_data.py
bandwidth/models/create_call.py
bandwidth/models/create_call_response.py
bandwidth/models/create_endpoint_request_base.py
bandwidth/models/create_endpoint_response.py
bandwidth/models/create_endpoint_response_data.py
bandwidth/models/create_message_request_error.py
bandwidth/models/create_multi_channel_message_response.py
bandwidth/models/create_sync_lookup_response.py
bandwidth/models/create_sync_lookup_response_data.py
bandwidth/models/create_web_rtc_connection_request.py
bandwidth/models/deactivation_event_enum.py
bandwidth/models/device.py
bandwidth/models/device_status_enum.py
bandwidth/models/disconnect_callback.py
bandwidth/models/diversion.py
bandwidth/models/dtmf_callback.py
bandwidth/models/endpoint.py
bandwidth/models/endpoint_direction_enum.py
bandwidth/models/endpoint_event.py
bandwidth/models/endpoint_event_type_enum.py
bandwidth/models/endpoint_response.py
bandwidth/models/endpoint_status_enum.py
bandwidth/models/endpoint_type_enum.py
bandwidth/models/endpoints.py
bandwidth/models/error.py
bandwidth/models/error_object.py
bandwidth/models/error_response.py
bandwidth/models/error_source.py
bandwidth/models/failure_webhook.py
bandwidth/models/field_error.py
bandwidth/models/file_format_enum.py
bandwidth/models/gather_callback.py
bandwidth/models/get_async_bulk_lookup_response.py
bandwidth/models/get_async_bulk_lookup_response_data.py
bandwidth/models/in_progress_lookup_status_enum.py
bandwidth/models/inbound_callback.py
bandwidth/models/inbound_callback_message.py
bandwidth/models/inbound_callback_type_enum.py
bandwidth/models/initiate_callback.py
bandwidth/models/latest_message_delivery_status_enum.py
bandwidth/models/line_type_enum.py
bandwidth/models/link.py
bandwidth/models/link_schema.py
bandwidth/models/links_object.py
bandwidth/models/list_endpoints_response.py
bandwidth/models/list_message_direction_enum.py
bandwidth/models/list_message_item.py
bandwidth/models/lookup_error_response.py
bandwidth/models/lookup_error_schema.py
bandwidth/models/lookup_error_schema_meta.py
bandwidth/models/lookup_result.py
bandwidth/models/machine_detection_complete_callback.py
bandwidth/models/machine_detection_configuration.py
bandwidth/models/machine_detection_mode_enum.py
bandwidth/models/machine_detection_result.py
bandwidth/models/media.py
bandwidth/models/message.py
bandwidth/models/message_direction_enum.py
bandwidth/models/message_request.py
bandwidth/models/message_status_enum.py
bandwidth/models/message_type_enum.py
bandwidth/models/messages_list.py
bandwidth/models/messaging_code_response.py
bandwidth/models/messaging_request_error.py
bandwidth/models/mfa_forbidden_request_error.py
bandwidth/models/mfa_request_error.py
bandwidth/models/mfa_unauthorized_request_error.py
bandwidth/models/mms_message_content.py
bandwidth/models/mms_message_content_file.py
bandwidth/models/multi_channel_action.py
bandwidth/models/multi_channel_action_calendar_event.py
bandwidth/models/multi_channel_channel_list_mms_object.py
bandwidth/models/multi_channel_channel_list_mms_response_object.py
bandwidth/models/multi_channel_channel_list_object_base.py
bandwidth/models/multi_channel_channel_list_owner_object.py
bandwidth/models/multi_channel_channel_list_rbm_object.py
bandwidth/models/multi_channel_channel_list_rbm_object_all_of_content.py
bandwidth/models/multi_channel_channel_list_rbm_response_object.py
bandwidth/models/multi_channel_channel_list_request_object.py
bandwidth/models/multi_channel_channel_list_response_object.py
bandwidth/models/multi_channel_channel_list_sms_object.py
bandwidth/models/multi_channel_channel_list_sms_response_object.py
bandwidth/models/multi_channel_error.py
bandwidth/models/multi_channel_message_channel_enum.py
bandwidth/models/multi_channel_message_content.py
bandwidth/models/multi_channel_message_request.py
bandwidth/models/multi_channel_message_response_data.py
bandwidth/models/opt_in_workflow.py
bandwidth/models/page.py
bandwidth/models/page_info.py
bandwidth/models/priority_enum.py
bandwidth/models/product_type_enum.py
bandwidth/models/rbm_action_base.py
bandwidth/models/rbm_action_dial.py
bandwidth/models/rbm_action_open_url.py
bandwidth/models/rbm_action_type_enum.py
bandwidth/models/rbm_action_view_location.py
bandwidth/models/rbm_card_content.py
bandwidth/models/rbm_card_content_media.py
bandwidth/models/rbm_location_response.py
bandwidth/models/rbm_media_height_enum.py
bandwidth/models/rbm_message_carousel_card.py
bandwidth/models/rbm_message_content_file.py
bandwidth/models/rbm_message_content_rich_card.py
bandwidth/models/rbm_message_content_text.py
bandwidth/models/rbm_message_media.py
bandwidth/models/rbm_open_url_enum.py
bandwidth/models/rbm_standalone_card.py
bandwidth/models/rbm_suggestion_response.py
bandwidth/models/rbm_web_view_enum.py
bandwidth/models/recording_available_callback.py
bandwidth/models/recording_complete_callback.py
bandwidth/models/recording_state_enum.py
bandwidth/models/recording_transcription_metadata.py
bandwidth/models/recording_transcriptions.py
bandwidth/models/redirect_callback.py
bandwidth/models/redirect_method_enum.py
bandwidth/models/sip_connection_metadata.py
bandwidth/models/sip_credentials.py
bandwidth/models/sms_message_content.py
bandwidth/models/standalone_card_orientation_enum.py
bandwidth/models/status_callback.py
bandwidth/models/status_callback_message.py
bandwidth/models/status_callback_type_enum.py
bandwidth/models/stir_shaken.py
bandwidth/models/sync_lookup_request.py
bandwidth/models/telephone_number.py
bandwidth/models/tfv_basic_authentication.py
bandwidth/models/tfv_callback_status_enum.py
bandwidth/models/tfv_error.py
bandwidth/models/tfv_status.py
bandwidth/models/tfv_status_enum.py
bandwidth/models/tfv_submission_info.py
bandwidth/models/tfv_submission_wrapper.py
bandwidth/models/thumbnail_alignment_enum.py
bandwidth/models/transcribe_recording.py
bandwidth/models/transcription.py
bandwidth/models/transcription_available_callback.py
bandwidth/models/transfer_answer_callback.py
bandwidth/models/transfer_complete_callback.py
bandwidth/models/transfer_disconnect_callback.py
bandwidth/models/update_call.py
bandwidth/models/update_call_recording.py
bandwidth/models/update_conference.py
bandwidth/models/update_conference_member.py
bandwidth/models/verification_denial_webhook.py
bandwidth/models/verification_request.py
bandwidth/models/verification_update_request.py
bandwidth/models/verification_webhook.py
bandwidth/models/verify_code_request.py
bandwidth/models/verify_code_response.py
bandwidth/models/voice_api_error.py
bandwidth/models/voice_code_response.py
bandwidth/models/webhook_subscription.py
bandwidth/models/webhook_subscription_basic_authentication.py
bandwidth/models/webhook_subscription_request_schema.py
bandwidth/models/webhook_subscription_type_enum.py
bandwidth/models/webhook_subscriptions_list_body.py
bandwidth/py.typed
bandwidth/rest.py
docs/AccountStatistics.md
docs/AdditionalDenialReason.md
docs/Address.md
docs/AnswerCallback.md
docs/AsyncLookupRequest.md
docs/BlockedWebhook.md
docs/BridgeCompleteCallback.md
docs/BridgeTargetCompleteCallback.md
docs/BusinessEntityTypeEnum.md
docs/BusinessRegistrationIssuingCountryEnum.md
docs/BusinessRegistrationTypeEnum.md
docs/CallDirectionEnum.md
docs/CallRecordingMetadata.md
docs/CallState.md
docs/CallStateEnum.md
docs/CallTranscription.md
docs/CallTranscriptionDetectedLanguageEnum.md
docs/CallTranscriptionMetadata.md
docs/CallTranscriptionResponse.md
docs/CallTranscriptionTrackEnum.md
docs/Callback.md
docs/CallbackMethodEnum.md
docs/CallsApi.md
docs/CardWidthEnum.md
docs/CodeRequest.md
docs/CompletedLookupStatusEnum.md
docs/Conference.md
docs/ConferenceCompletedCallback.md
docs/ConferenceCreatedCallback.md
docs/ConferenceMember.md
docs/ConferenceMemberExitCallback.md
docs/ConferenceMemberJoinCallback.md
docs/ConferenceRecordingAvailableCallback.md
docs/ConferenceRecordingMetadata.md
docs/ConferenceRedirectCallback.md
docs/ConferenceStateEnum.md
docs/ConferencesApi.md
docs/Contact.md
docs/CreateAsyncBulkLookupResponse.md
docs/CreateAsyncBulkLookupResponseData.md
docs/CreateCall.md
docs/CreateCallResponse.md
docs/CreateEndpointRequestBase.md
docs/CreateEndpointResponse.md
docs/CreateEndpointResponseData.md
docs/CreateMessageRequestError.md
docs/CreateMultiChannelMessageResponse.md
docs/CreateSyncLookupResponse.md
docs/CreateSyncLookupResponseData.md
docs/CreateWebRtcConnectionRequest.md
docs/DeactivationEventEnum.md
docs/Device.md
docs/DeviceStatusEnum.md
docs/DisconnectCallback.md
docs/Diversion.md
docs/DtmfCallback.md
docs/Endpoint.md
docs/EndpointDirectionEnum.md
docs/EndpointEvent.md
docs/EndpointEventTypeEnum.md
docs/EndpointResponse.md
docs/EndpointStatusEnum.md
docs/EndpointTypeEnum.md
docs/Endpoints.md
docs/EndpointsApi.md
docs/Error.md
docs/ErrorObject.md
docs/ErrorResponse.md
docs/ErrorSource.md
docs/FailureWebhook.md
docs/FieldError.md
docs/FileFormatEnum.md
docs/GatherCallback.md
docs/GetAsyncBulkLookupResponse.md
docs/GetAsyncBulkLookupResponseData.md
docs/InProgressLookupStatusEnum.md
docs/InboundCallback.md
docs/InboundCallbackMessage.md
docs/InboundCallbackTypeEnum.md
docs/InitiateCallback.md
docs/LatestMessageDeliveryStatusEnum.md
docs/LineTypeEnum.md
docs/Link.md
docs/LinkSchema.md
docs/LinksObject.md
docs/ListEndpointsResponse.md
docs/ListMessageDirectionEnum.md
docs/ListMessageItem.md
docs/LookupErrorResponse.md
docs/LookupErrorSchema.md
docs/LookupErrorSchemaMeta.md
docs/LookupResult.md
docs/MFAApi.md
docs/MachineDetectionCompleteCallback.md
docs/MachineDetectionConfiguration.md
docs/MachineDetectionModeEnum.md
docs/MachineDetectionResult.md
docs/Media.md
docs/MediaApi.md
docs/Message.md
docs/MessageDirectionEnum.md
docs/MessageRequest.md
docs/MessageStatusEnum.md
docs/MessageTypeEnum.md
docs/MessagesApi.md
docs/MessagesList.md
docs/MessagingCodeResponse.md
docs/MessagingRequestError.md
docs/MfaForbiddenRequestError.md
docs/MfaRequestError.md
docs/MfaUnauthorizedRequestError.md
docs/MmsMessageContent.md
docs/MmsMessageContentFile.md
docs/MultiChannelAction.md
docs/MultiChannelActionCalendarEvent.md
docs/MultiChannelApi.md
docs/MultiChannelChannelListMMSObject.md
docs/MultiChannelChannelListMMSResponseObject.md
docs/MultiChannelChannelListObjectBase.md
docs/MultiChannelChannelListOwnerObject.md
docs/MultiChannelChannelListRBMObject.md
docs/MultiChannelChannelListRBMObjectAllOfContent.md
docs/MultiChannelChannelListRBMResponseObject.md
docs/MultiChannelChannelListRequestObject.md
docs/MultiChannelChannelListResponseObject.md
docs/MultiChannelChannelListSMSObject.md
docs/MultiChannelChannelListSMSResponseObject.md
docs/MultiChannelError.md
docs/MultiChannelMessageChannelEnum.md
docs/MultiChannelMessageContent.md
docs/MultiChannelMessageRequest.md
docs/MultiChannelMessageResponseData.md
docs/OptInWorkflow.md
docs/Page.md
docs/PageInfo.md
docs/PhoneNumberLookupApi.md
docs/PriorityEnum.md
docs/ProductTypeEnum.md
docs/RbmActionBase.md
docs/RbmActionDial.md
docs/RbmActionOpenUrl.md
docs/RbmActionTypeEnum.md
docs/RbmActionViewLocation.md
docs/RbmCardContent.md
docs/RbmCardContentMedia.md
docs/RbmLocationResponse.md
docs/RbmMediaHeightEnum.md
docs/RbmMessageCarouselCard.md
docs/RbmMessageContentFile.md
docs/RbmMessageContentRichCard.md
docs/RbmMessageContentText.md
docs/RbmMessageMedia.md
docs/RbmOpenUrlEnum.md
docs/RbmStandaloneCard.md
docs/RbmSuggestionResponse.md
docs/RbmWebViewEnum.md
docs/RecordingAvailableCallback.md
docs/RecordingCompleteCallback.md
docs/RecordingStateEnum.md
docs/RecordingTranscriptionMetadata.md
docs/RecordingTranscriptions.md
docs/RecordingsApi.md
docs/RedirectCallback.md
docs/RedirectMethodEnum.md
docs/SipConnectionMetadata.md
docs/SipCredentials.md
docs/SmsMessageContent.md
docs/StandaloneCardOrientationEnum.md
docs/StatisticsApi.md
docs/StatusCallback.md
docs/StatusCallbackMessage.md
docs/StatusCallbackTypeEnum.md
docs/StirShaken.md
docs/SyncLookupRequest.md
docs/TelephoneNumber.md
docs/TfvBasicAuthentication.md
docs/TfvCallbackStatusEnum.md
docs/TfvError.md
docs/TfvStatus.md
docs/TfvStatusEnum.md
docs/TfvSubmissionInfo.md
docs/TfvSubmissionWrapper.md
docs/ThumbnailAlignmentEnum.md
docs/TollFreeVerificationApi.md
docs/TranscribeRecording.md
docs/Transcription.md
docs/TranscriptionAvailableCallback.md
docs/TranscriptionsApi.md
docs/TransferAnswerCallback.md
docs/TransferCompleteCallback.md
docs/TransferDisconnectCallback.md
docs/UpdateCall.md
docs/UpdateCallRecording.md
docs/UpdateConference.md
docs/UpdateConferenceMember.md
docs/VerificationDenialWebhook.md
docs/VerificationRequest.md
docs/VerificationUpdateRequest.md
docs/VerificationWebhook.md
docs/VerifyCodeRequest.md
docs/VerifyCodeResponse.md
docs/VoiceApiError.md
docs/VoiceCodeResponse.md
docs/WebhookSubscription.md
docs/WebhookSubscriptionBasicAuthentication.md
docs/WebhookSubscriptionRequestSchema.md
docs/WebhookSubscriptionTypeEnum.md
docs/WebhookSubscriptionsListBody.md
git_push.sh
pyproject.toml
setup.py
tox.ini