-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy path__init__.py
More file actions
198 lines (188 loc) · 12.2 KB
/
__init__.py
File metadata and controls
198 lines (188 loc) · 12.2 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
# coding: utf-8
# flake8: noqa
"""
Bandwidth
Bandwidth's Communication APIs
The version of the OpenAPI document: 1.0.0
Contact: letstalk@bandwidth.com
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
""" # noqa: E501
__version__ = "1.0.0"
# import apis into sdk package
from bandwidth.api.calls_api import CallsApi
from bandwidth.api.conferences_api import ConferencesApi
from bandwidth.api.mfa_api import MFAApi
from bandwidth.api.media_api import MediaApi
from bandwidth.api.messages_api import MessagesApi
from bandwidth.api.multi_channel_api import MultiChannelApi
from bandwidth.api.phone_number_lookup_api import PhoneNumberLookupApi
from bandwidth.api.recordings_api import RecordingsApi
from bandwidth.api.statistics_api import StatisticsApi
from bandwidth.api.toll_free_verification_api import TollFreeVerificationApi
from bandwidth.api.transcriptions_api import TranscriptionsApi
# import ApiClient
from bandwidth.api_response import ApiResponse
from bandwidth.api_client import ApiClient
from bandwidth.configuration import Configuration
from bandwidth.exceptions import OpenApiException
from bandwidth.exceptions import ApiTypeError
from bandwidth.exceptions import ApiValueError
from bandwidth.exceptions import ApiKeyError
from bandwidth.exceptions import ApiAttributeError
from bandwidth.exceptions import ApiException
# import models into sdk package
from bandwidth.models.account_statistics import AccountStatistics
from bandwidth.models.additional_denial_reason import AdditionalDenialReason
from bandwidth.models.address import Address
from bandwidth.models.answer_callback import AnswerCallback
from bandwidth.models.blocked_webhook import BlockedWebhook
from bandwidth.models.bridge_complete_callback import BridgeCompleteCallback
from bandwidth.models.bridge_target_complete_callback import BridgeTargetCompleteCallback
from bandwidth.models.business_entity_type_enum import BusinessEntityTypeEnum
from bandwidth.models.business_registration_type_enum import BusinessRegistrationTypeEnum
from bandwidth.models.call_direction_enum import CallDirectionEnum
from bandwidth.models.call_recording_metadata import CallRecordingMetadata
from bandwidth.models.call_state import CallState
from bandwidth.models.call_state_enum import CallStateEnum
from bandwidth.models.call_transcription import CallTranscription
from bandwidth.models.call_transcription_detected_language_enum import CallTranscriptionDetectedLanguageEnum
from bandwidth.models.call_transcription_metadata import CallTranscriptionMetadata
from bandwidth.models.call_transcription_response import CallTranscriptionResponse
from bandwidth.models.call_transcription_track_enum import CallTranscriptionTrackEnum
from bandwidth.models.callback import Callback
from bandwidth.models.callback_method_enum import CallbackMethodEnum
from bandwidth.models.card_width_enum import CardWidthEnum
from bandwidth.models.code_request import CodeRequest
from bandwidth.models.conference import Conference
from bandwidth.models.conference_completed_callback import ConferenceCompletedCallback
from bandwidth.models.conference_created_callback import ConferenceCreatedCallback
from bandwidth.models.conference_member import ConferenceMember
from bandwidth.models.conference_member_exit_callback import ConferenceMemberExitCallback
from bandwidth.models.conference_member_join_callback import ConferenceMemberJoinCallback
from bandwidth.models.conference_recording_available_callback import ConferenceRecordingAvailableCallback
from bandwidth.models.conference_recording_metadata import ConferenceRecordingMetadata
from bandwidth.models.conference_redirect_callback import ConferenceRedirectCallback
from bandwidth.models.conference_state_enum import ConferenceStateEnum
from bandwidth.models.contact import Contact
from bandwidth.models.create_call import CreateCall
from bandwidth.models.create_call_response import CreateCallResponse
from bandwidth.models.create_lookup_response import CreateLookupResponse
from bandwidth.models.create_message_request_error import CreateMessageRequestError
from bandwidth.models.create_multi_channel_message_response import CreateMultiChannelMessageResponse
from bandwidth.models.disconnect_callback import DisconnectCallback
from bandwidth.models.diversion import Diversion
from bandwidth.models.dtmf_callback import DtmfCallback
from bandwidth.models.error import Error
from bandwidth.models.error_object import ErrorObject
from bandwidth.models.error_source import ErrorSource
from bandwidth.models.failure_webhook import FailureWebhook
from bandwidth.models.field_error import FieldError
from bandwidth.models.file_format_enum import FileFormatEnum
from bandwidth.models.gather_callback import GatherCallback
from bandwidth.models.inbound_callback import InboundCallback
from bandwidth.models.inbound_callback_message import InboundCallbackMessage
from bandwidth.models.inbound_callback_type_enum import InboundCallbackTypeEnum
from bandwidth.models.initiate_callback import InitiateCallback
from bandwidth.models.link import Link
from bandwidth.models.links_object import LinksObject
from bandwidth.models.list_message_direction_enum import ListMessageDirectionEnum
from bandwidth.models.list_message_item import ListMessageItem
from bandwidth.models.lookup_request import LookupRequest
from bandwidth.models.lookup_result import LookupResult
from bandwidth.models.lookup_status import LookupStatus
from bandwidth.models.lookup_status_enum import LookupStatusEnum
from bandwidth.models.machine_detection_complete_callback import MachineDetectionCompleteCallback
from bandwidth.models.machine_detection_configuration import MachineDetectionConfiguration
from bandwidth.models.machine_detection_mode_enum import MachineDetectionModeEnum
from bandwidth.models.machine_detection_result import MachineDetectionResult
from bandwidth.models.media import Media
from bandwidth.models.message import Message
from bandwidth.models.message_direction_enum import MessageDirectionEnum
from bandwidth.models.message_request import MessageRequest
from bandwidth.models.message_status_enum import MessageStatusEnum
from bandwidth.models.message_type_enum import MessageTypeEnum
from bandwidth.models.messages_list import MessagesList
from bandwidth.models.messaging_code_response import MessagingCodeResponse
from bandwidth.models.messaging_request_error import MessagingRequestError
from bandwidth.models.mfa_forbidden_request_error import MfaForbiddenRequestError
from bandwidth.models.mfa_request_error import MfaRequestError
from bandwidth.models.mfa_unauthorized_request_error import MfaUnauthorizedRequestError
from bandwidth.models.mms_message_content import MmsMessageContent
from bandwidth.models.mms_message_content_file import MmsMessageContentFile
from bandwidth.models.multi_channel_action import MultiChannelAction
from bandwidth.models.multi_channel_action_calendar_event import MultiChannelActionCalendarEvent
from bandwidth.models.multi_channel_channel_list_object import MultiChannelChannelListObject
from bandwidth.models.multi_channel_channel_list_object_content import MultiChannelChannelListObjectContent
from bandwidth.models.multi_channel_error import MultiChannelError
from bandwidth.models.multi_channel_message_channel_enum import MultiChannelMessageChannelEnum
from bandwidth.models.multi_channel_message_content import MultiChannelMessageContent
from bandwidth.models.multi_channel_message_request import MultiChannelMessageRequest
from bandwidth.models.multi_channel_message_response_data import MultiChannelMessageResponseData
from bandwidth.models.multi_channel_message_response_data_channel_list_inner import MultiChannelMessageResponseDataChannelListInner
from bandwidth.models.opt_in_workflow import OptInWorkflow
from bandwidth.models.page_info import PageInfo
from bandwidth.models.priority_enum import PriorityEnum
from bandwidth.models.product_type_enum import ProductTypeEnum
from bandwidth.models.rbm_action_base import RbmActionBase
from bandwidth.models.rbm_action_dial import RbmActionDial
from bandwidth.models.rbm_action_open_url import RbmActionOpenUrl
from bandwidth.models.rbm_action_type_enum import RbmActionTypeEnum
from bandwidth.models.rbm_action_view_location import RbmActionViewLocation
from bandwidth.models.rbm_card_content import RbmCardContent
from bandwidth.models.rbm_card_content_media import RbmCardContentMedia
from bandwidth.models.rbm_location_response import RbmLocationResponse
from bandwidth.models.rbm_media_height_enum import RbmMediaHeightEnum
from bandwidth.models.rbm_message_carousel_card import RbmMessageCarouselCard
from bandwidth.models.rbm_message_content_file import RbmMessageContentFile
from bandwidth.models.rbm_message_content_rich_card import RbmMessageContentRichCard
from bandwidth.models.rbm_message_content_text import RbmMessageContentText
from bandwidth.models.rbm_message_media import RbmMessageMedia
from bandwidth.models.rbm_standalone_card import RbmStandaloneCard
from bandwidth.models.rbm_suggestion_response import RbmSuggestionResponse
from bandwidth.models.recording_available_callback import RecordingAvailableCallback
from bandwidth.models.recording_complete_callback import RecordingCompleteCallback
from bandwidth.models.recording_state_enum import RecordingStateEnum
from bandwidth.models.recording_transcription_metadata import RecordingTranscriptionMetadata
from bandwidth.models.recording_transcriptions import RecordingTranscriptions
from bandwidth.models.redirect_callback import RedirectCallback
from bandwidth.models.redirect_method_enum import RedirectMethodEnum
from bandwidth.models.sms_message_content import SmsMessageContent
from bandwidth.models.standalone_card_orientation_enum import StandaloneCardOrientationEnum
from bandwidth.models.status_callback import StatusCallback
from bandwidth.models.status_callback_message import StatusCallbackMessage
from bandwidth.models.status_callback_type_enum import StatusCallbackTypeEnum
from bandwidth.models.stir_shaken import StirShaken
from bandwidth.models.telephone_number import TelephoneNumber
from bandwidth.models.tfv_basic_authentication import TfvBasicAuthentication
from bandwidth.models.tfv_callback_status_enum import TfvCallbackStatusEnum
from bandwidth.models.tfv_error import TfvError
from bandwidth.models.tfv_status import TfvStatus
from bandwidth.models.tfv_status_enum import TfvStatusEnum
from bandwidth.models.tfv_submission_info import TfvSubmissionInfo
from bandwidth.models.tfv_submission_wrapper import TfvSubmissionWrapper
from bandwidth.models.thumbnail_alignment_enum import ThumbnailAlignmentEnum
from bandwidth.models.tn_lookup_request_error import TnLookupRequestError
from bandwidth.models.transcribe_recording import TranscribeRecording
from bandwidth.models.transcription import Transcription
from bandwidth.models.transcription_available_callback import TranscriptionAvailableCallback
from bandwidth.models.transfer_answer_callback import TransferAnswerCallback
from bandwidth.models.transfer_complete_callback import TransferCompleteCallback
from bandwidth.models.transfer_disconnect_callback import TransferDisconnectCallback
from bandwidth.models.update_call import UpdateCall
from bandwidth.models.update_call_recording import UpdateCallRecording
from bandwidth.models.update_conference import UpdateConference
from bandwidth.models.update_conference_member import UpdateConferenceMember
from bandwidth.models.verification_denial_webhook import VerificationDenialWebhook
from bandwidth.models.verification_request import VerificationRequest
from bandwidth.models.verification_update_request import VerificationUpdateRequest
from bandwidth.models.verification_webhook import VerificationWebhook
from bandwidth.models.verify_code_request import VerifyCodeRequest
from bandwidth.models.verify_code_response import VerifyCodeResponse
from bandwidth.models.voice_api_error import VoiceApiError
from bandwidth.models.voice_code_response import VoiceCodeResponse
from bandwidth.models.webhook_subscription import WebhookSubscription
from bandwidth.models.webhook_subscription_basic_authentication import WebhookSubscriptionBasicAuthentication
from bandwidth.models.webhook_subscription_request_schema import WebhookSubscriptionRequestSchema
from bandwidth.models.webhook_subscription_type_enum import WebhookSubscriptionTypeEnum
from bandwidth.models.webhook_subscriptions_list_body import WebhookSubscriptionsListBody