@@ -8,6 +8,7 @@ bandwidth/api/conferences_api.py
88bandwidth/api/media_api.py
99bandwidth/api/messages_api.py
1010bandwidth/api/mfa_api.py
11+ bandwidth/api/multi_channel_api.py
1112bandwidth/api/phone_number_lookup_api.py
1213bandwidth/api/recordings_api.py
1314bandwidth/api/statistics_api.py
@@ -35,6 +36,7 @@ bandwidth/models/call_transcription_response.py
3536bandwidth/models/call_transcription_track_enum.py
3637bandwidth/models/callback_method_enum.py
3738bandwidth/models/callback_type_enum.py
39+ bandwidth/models/card_width_enum.py
3840bandwidth/models/code_request.py
3941bandwidth/models/conference.py
4042bandwidth/models/conference_completed_callback.py
@@ -51,16 +53,19 @@ bandwidth/models/create_call.py
5153bandwidth/models/create_call_response.py
5254bandwidth/models/create_lookup_response.py
5355bandwidth/models/create_message_request_error.py
56+ bandwidth/models/create_multi_channel_message_response.py
5457bandwidth/models/deferred_result.py
5558bandwidth/models/disconnect_callback.py
5659bandwidth/models/diversion.py
5760bandwidth/models/dtmf_callback.py
5861bandwidth/models/error.py
62+ bandwidth/models/error_object.py
5963bandwidth/models/failure_webhook.py
6064bandwidth/models/field_error.py
6165bandwidth/models/file_format_enum.py
6266bandwidth/models/gather_callback.py
6367bandwidth/models/initiate_callback.py
68+ bandwidth/models/link.py
6469bandwidth/models/links_object.py
6570bandwidth/models/list_message_direction_enum.py
6671bandwidth/models/list_message_item.py
@@ -86,18 +91,45 @@ bandwidth/models/messaging_request_error.py
8691bandwidth/models/mfa_forbidden_request_error.py
8792bandwidth/models/mfa_request_error.py
8893bandwidth/models/mfa_unauthorized_request_error.py
94+ bandwidth/models/mms_message_content.py
95+ bandwidth/models/multi_channel_action.py
96+ bandwidth/models/multi_channel_action_calendar_event.py
97+ bandwidth/models/multi_channel_callback_data.py
98+ bandwidth/models/multi_channel_channel_list_object.py
99+ bandwidth/models/multi_channel_channel_list_object_content.py
100+ bandwidth/models/multi_channel_message_callback_data.py
101+ bandwidth/models/multi_channel_message_channel_enum.py
102+ bandwidth/models/multi_channel_message_data.py
103+ bandwidth/models/multi_channel_message_direction_enum.py
104+ bandwidth/models/multi_channel_message_request.py
105+ bandwidth/models/multi_channel_status_enum.py
89106bandwidth/models/opt_in_workflow.py
90107bandwidth/models/page_info.py
91108bandwidth/models/priority_enum.py
109+ bandwidth/models/rbm_action_base.py
110+ bandwidth/models/rbm_action_dial.py
111+ bandwidth/models/rbm_action_open_url.py
112+ bandwidth/models/rbm_action_type_enum.py
113+ bandwidth/models/rbm_action_view_location.py
114+ bandwidth/models/rbm_card_content.py
115+ bandwidth/models/rbm_card_content_media.py
116+ bandwidth/models/rbm_media_height_enum.py
117+ bandwidth/models/rbm_message_carousel_card.py
118+ bandwidth/models/rbm_message_content_file.py
119+ bandwidth/models/rbm_message_content_rich_card.py
120+ bandwidth/models/rbm_message_content_text.py
121+ bandwidth/models/rbm_message_media.py
122+ bandwidth/models/rbm_standalone_card.py
92123bandwidth/models/recording_available_callback.py
93124bandwidth/models/recording_complete_callback.py
94125bandwidth/models/recording_state_enum.py
95126bandwidth/models/recording_transcription_metadata.py
96127bandwidth/models/recording_transcriptions.py
97128bandwidth/models/redirect_callback.py
98129bandwidth/models/redirect_method_enum.py
130+ bandwidth/models/sms_message_content.py
131+ bandwidth/models/standalone_card_orientation_enum.py
99132bandwidth/models/stir_shaken.py
100- bandwidth/models/tag.py
101133bandwidth/models/telephone_number.py
102134bandwidth/models/tfv_basic_authentication.py
103135bandwidth/models/tfv_callback_status_enum.py
@@ -106,6 +138,7 @@ bandwidth/models/tfv_status.py
106138bandwidth/models/tfv_status_enum.py
107139bandwidth/models/tfv_submission_info.py
108140bandwidth/models/tfv_submission_wrapper.py
141+ bandwidth/models/thumbnail_alignment_enum.py
109142bandwidth/models/tn_lookup_request_error.py
110143bandwidth/models/transcribe_recording.py
111144bandwidth/models/transcription.py
@@ -150,6 +183,7 @@ docs/CallTranscriptionTrackEnum.md
150183docs/CallbackMethodEnum.md
151184docs/CallbackTypeEnum.md
152185docs/CallsApi.md
186+ docs/CardWidthEnum.md
153187docs/CodeRequest.md
154188docs/Conference.md
155189docs/ConferenceCompletedCallback.md
@@ -167,16 +201,19 @@ docs/CreateCall.md
167201docs/CreateCallResponse.md
168202docs/CreateLookupResponse.md
169203docs/CreateMessageRequestError.md
204+ docs/CreateMultiChannelMessageResponse.md
170205docs/DeferredResult.md
171206docs/DisconnectCallback.md
172207docs/Diversion.md
173208docs/DtmfCallback.md
174209docs/Error.md
210+ docs/ErrorObject.md
175211docs/FailureWebhook.md
176212docs/FieldError.md
177213docs/FileFormatEnum.md
178214docs/GatherCallback.md
179215docs/InitiateCallback.md
216+ docs/Link.md
180217docs/LinksObject.md
181218docs/ListMessageDirectionEnum.md
182219docs/ListMessageItem.md
@@ -205,10 +242,37 @@ docs/MessagingRequestError.md
205242docs/MfaForbiddenRequestError.md
206243docs/MfaRequestError.md
207244docs/MfaUnauthorizedRequestError.md
245+ docs/MmsMessageContent.md
246+ docs/MultiChannelAction.md
247+ docs/MultiChannelActionCalendarEvent.md
248+ docs/MultiChannelApi.md
249+ docs/MultiChannelCallbackData.md
250+ docs/MultiChannelChannelListObject.md
251+ docs/MultiChannelChannelListObjectContent.md
252+ docs/MultiChannelMessageCallbackData.md
253+ docs/MultiChannelMessageChannelEnum.md
254+ docs/MultiChannelMessageData.md
255+ docs/MultiChannelMessageDirectionEnum.md
256+ docs/MultiChannelMessageRequest.md
257+ docs/MultiChannelStatusEnum.md
208258docs/OptInWorkflow.md
209259docs/PageInfo.md
210260docs/PhoneNumberLookupApi.md
211261docs/PriorityEnum.md
262+ docs/RbmActionBase.md
263+ docs/RbmActionDial.md
264+ docs/RbmActionOpenUrl.md
265+ docs/RbmActionTypeEnum.md
266+ docs/RbmActionViewLocation.md
267+ docs/RbmCardContent.md
268+ docs/RbmCardContentMedia.md
269+ docs/RbmMediaHeightEnum.md
270+ docs/RbmMessageCarouselCard.md
271+ docs/RbmMessageContentFile.md
272+ docs/RbmMessageContentRichCard.md
273+ docs/RbmMessageContentText.md
274+ docs/RbmMessageMedia.md
275+ docs/RbmStandaloneCard.md
212276docs/RecordingAvailableCallback.md
213277docs/RecordingCompleteCallback.md
214278docs/RecordingStateEnum.md
@@ -217,9 +281,10 @@ docs/RecordingTranscriptions.md
217281docs/RecordingsApi.md
218282docs/RedirectCallback.md
219283docs/RedirectMethodEnum.md
284+ docs/SmsMessageContent.md
285+ docs/StandaloneCardOrientationEnum.md
220286docs/StatisticsApi.md
221287docs/StirShaken.md
222- docs/Tag.md
223288docs/TelephoneNumber.md
224289docs/TfvBasicAuthentication.md
225290docs/TfvCallbackStatusEnum.md
@@ -228,6 +293,7 @@ docs/TfvStatus.md
228293docs/TfvStatusEnum.md
229294docs/TfvSubmissionInfo.md
230295docs/TfvSubmissionWrapper.md
296+ docs/ThumbnailAlignmentEnum.md
231297docs/TnLookupRequestError.md
232298docs/TollFreeVerificationApi.md
233299docs/TranscribeRecording.md
0 commit comments