@@ -8,6 +8,7 @@ bandwidth/api/conferences_api.py
8
8
bandwidth/api/media_api.py
9
9
bandwidth/api/messages_api.py
10
10
bandwidth/api/mfa_api.py
11
+ bandwidth/api/multi_channel_api.py
11
12
bandwidth/api/phone_number_lookup_api.py
12
13
bandwidth/api/recordings_api.py
13
14
bandwidth/api/statistics_api.py
@@ -35,6 +36,7 @@ bandwidth/models/call_transcription_response.py
35
36
bandwidth/models/call_transcription_track_enum.py
36
37
bandwidth/models/callback_method_enum.py
37
38
bandwidth/models/callback_type_enum.py
39
+ bandwidth/models/card_width_enum.py
38
40
bandwidth/models/code_request.py
39
41
bandwidth/models/conference.py
40
42
bandwidth/models/conference_completed_callback.py
@@ -51,16 +53,19 @@ bandwidth/models/create_call.py
51
53
bandwidth/models/create_call_response.py
52
54
bandwidth/models/create_lookup_response.py
53
55
bandwidth/models/create_message_request_error.py
56
+ bandwidth/models/create_multi_channel_message_response.py
54
57
bandwidth/models/deferred_result.py
55
58
bandwidth/models/disconnect_callback.py
56
59
bandwidth/models/diversion.py
57
60
bandwidth/models/dtmf_callback.py
58
61
bandwidth/models/error.py
62
+ bandwidth/models/error_object.py
59
63
bandwidth/models/failure_webhook.py
60
64
bandwidth/models/field_error.py
61
65
bandwidth/models/file_format_enum.py
62
66
bandwidth/models/gather_callback.py
63
67
bandwidth/models/initiate_callback.py
68
+ bandwidth/models/link.py
64
69
bandwidth/models/links_object.py
65
70
bandwidth/models/list_message_direction_enum.py
66
71
bandwidth/models/list_message_item.py
@@ -86,18 +91,45 @@ bandwidth/models/messaging_request_error.py
86
91
bandwidth/models/mfa_forbidden_request_error.py
87
92
bandwidth/models/mfa_request_error.py
88
93
bandwidth/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
89
106
bandwidth/models/opt_in_workflow.py
90
107
bandwidth/models/page_info.py
91
108
bandwidth/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
92
123
bandwidth/models/recording_available_callback.py
93
124
bandwidth/models/recording_complete_callback.py
94
125
bandwidth/models/recording_state_enum.py
95
126
bandwidth/models/recording_transcription_metadata.py
96
127
bandwidth/models/recording_transcriptions.py
97
128
bandwidth/models/redirect_callback.py
98
129
bandwidth/models/redirect_method_enum.py
130
+ bandwidth/models/sms_message_content.py
131
+ bandwidth/models/standalone_card_orientation_enum.py
99
132
bandwidth/models/stir_shaken.py
100
- bandwidth/models/tag.py
101
133
bandwidth/models/telephone_number.py
102
134
bandwidth/models/tfv_basic_authentication.py
103
135
bandwidth/models/tfv_callback_status_enum.py
@@ -106,6 +138,7 @@ bandwidth/models/tfv_status.py
106
138
bandwidth/models/tfv_status_enum.py
107
139
bandwidth/models/tfv_submission_info.py
108
140
bandwidth/models/tfv_submission_wrapper.py
141
+ bandwidth/models/thumbnail_alignment_enum.py
109
142
bandwidth/models/tn_lookup_request_error.py
110
143
bandwidth/models/transcribe_recording.py
111
144
bandwidth/models/transcription.py
@@ -150,6 +183,7 @@ docs/CallTranscriptionTrackEnum.md
150
183
docs/CallbackMethodEnum.md
151
184
docs/CallbackTypeEnum.md
152
185
docs/CallsApi.md
186
+ docs/CardWidthEnum.md
153
187
docs/CodeRequest.md
154
188
docs/Conference.md
155
189
docs/ConferenceCompletedCallback.md
@@ -167,16 +201,19 @@ docs/CreateCall.md
167
201
docs/CreateCallResponse.md
168
202
docs/CreateLookupResponse.md
169
203
docs/CreateMessageRequestError.md
204
+ docs/CreateMultiChannelMessageResponse.md
170
205
docs/DeferredResult.md
171
206
docs/DisconnectCallback.md
172
207
docs/Diversion.md
173
208
docs/DtmfCallback.md
174
209
docs/Error.md
210
+ docs/ErrorObject.md
175
211
docs/FailureWebhook.md
176
212
docs/FieldError.md
177
213
docs/FileFormatEnum.md
178
214
docs/GatherCallback.md
179
215
docs/InitiateCallback.md
216
+ docs/Link.md
180
217
docs/LinksObject.md
181
218
docs/ListMessageDirectionEnum.md
182
219
docs/ListMessageItem.md
@@ -205,10 +242,37 @@ docs/MessagingRequestError.md
205
242
docs/MfaForbiddenRequestError.md
206
243
docs/MfaRequestError.md
207
244
docs/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
208
258
docs/OptInWorkflow.md
209
259
docs/PageInfo.md
210
260
docs/PhoneNumberLookupApi.md
211
261
docs/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
212
276
docs/RecordingAvailableCallback.md
213
277
docs/RecordingCompleteCallback.md
214
278
docs/RecordingStateEnum.md
@@ -217,9 +281,10 @@ docs/RecordingTranscriptions.md
217
281
docs/RecordingsApi.md
218
282
docs/RedirectCallback.md
219
283
docs/RedirectMethodEnum.md
284
+ docs/SmsMessageContent.md
285
+ docs/StandaloneCardOrientationEnum.md
220
286
docs/StatisticsApi.md
221
287
docs/StirShaken.md
222
- docs/Tag.md
223
288
docs/TelephoneNumber.md
224
289
docs/TfvBasicAuthentication.md
225
290
docs/TfvCallbackStatusEnum.md
@@ -228,6 +293,7 @@ docs/TfvStatus.md
228
293
docs/TfvStatusEnum.md
229
294
docs/TfvSubmissionInfo.md
230
295
docs/TfvSubmissionWrapper.md
296
+ docs/ThumbnailAlignmentEnum.md
231
297
docs/TnLookupRequestError.md
232
298
docs/TollFreeVerificationApi.md
233
299
docs/TranscribeRecording.md
0 commit comments