@@ -35,8 +35,8 @@ bandwidth/models/call_transcription_detected_language_enum.py
35
35
bandwidth/models/call_transcription_metadata.py
36
36
bandwidth/models/call_transcription_response.py
37
37
bandwidth/models/call_transcription_track_enum.py
38
+ bandwidth/models/callback.py
38
39
bandwidth/models/callback_method_enum.py
39
- bandwidth/models/callback_type_enum.py
40
40
bandwidth/models/card_width_enum.py
41
41
bandwidth/models/code_request.py
42
42
bandwidth/models/conference.py
@@ -55,16 +55,19 @@ bandwidth/models/create_call_response.py
55
55
bandwidth/models/create_lookup_response.py
56
56
bandwidth/models/create_message_request_error.py
57
57
bandwidth/models/create_multi_channel_message_response.py
58
- bandwidth/models/deferred_result.py
59
58
bandwidth/models/disconnect_callback.py
60
59
bandwidth/models/diversion.py
61
60
bandwidth/models/dtmf_callback.py
62
61
bandwidth/models/error.py
63
62
bandwidth/models/error_object.py
63
+ bandwidth/models/error_source.py
64
64
bandwidth/models/failure_webhook.py
65
65
bandwidth/models/field_error.py
66
66
bandwidth/models/file_format_enum.py
67
67
bandwidth/models/gather_callback.py
68
+ bandwidth/models/inbound_callback.py
69
+ bandwidth/models/inbound_callback_message.py
70
+ bandwidth/models/inbound_callback_type_enum.py
68
71
bandwidth/models/initiate_callback.py
69
72
bandwidth/models/link.py
70
73
bandwidth/models/links_object.py
@@ -80,8 +83,6 @@ bandwidth/models/machine_detection_mode_enum.py
80
83
bandwidth/models/machine_detection_result.py
81
84
bandwidth/models/media.py
82
85
bandwidth/models/message.py
83
- bandwidth/models/message_callback.py
84
- bandwidth/models/message_callback_message.py
85
86
bandwidth/models/message_direction_enum.py
86
87
bandwidth/models/message_request.py
87
88
bandwidth/models/message_status_enum.py
@@ -93,17 +94,17 @@ bandwidth/models/mfa_forbidden_request_error.py
93
94
bandwidth/models/mfa_request_error.py
94
95
bandwidth/models/mfa_unauthorized_request_error.py
95
96
bandwidth/models/mms_message_content.py
97
+ bandwidth/models/mms_message_content_file.py
96
98
bandwidth/models/multi_channel_action.py
97
99
bandwidth/models/multi_channel_action_calendar_event.py
98
- bandwidth/models/multi_channel_callback_data.py
99
100
bandwidth/models/multi_channel_channel_list_object.py
100
101
bandwidth/models/multi_channel_channel_list_object_content.py
101
- bandwidth/models/multi_channel_message_callback_data .py
102
+ bandwidth/models/multi_channel_error .py
102
103
bandwidth/models/multi_channel_message_channel_enum.py
103
- bandwidth/models/multi_channel_message_data.py
104
- bandwidth/models/multi_channel_message_direction_enum.py
104
+ bandwidth/models/multi_channel_message_content.py
105
105
bandwidth/models/multi_channel_message_request.py
106
- bandwidth/models/multi_channel_status_enum.py
106
+ bandwidth/models/multi_channel_message_response_data.py
107
+ bandwidth/models/multi_channel_message_response_data_channel_list_inner.py
107
108
bandwidth/models/opt_in_workflow.py
108
109
bandwidth/models/page_info.py
109
110
bandwidth/models/priority_enum.py
@@ -114,13 +115,15 @@ bandwidth/models/rbm_action_type_enum.py
114
115
bandwidth/models/rbm_action_view_location.py
115
116
bandwidth/models/rbm_card_content.py
116
117
bandwidth/models/rbm_card_content_media.py
118
+ bandwidth/models/rbm_location_response.py
117
119
bandwidth/models/rbm_media_height_enum.py
118
120
bandwidth/models/rbm_message_carousel_card.py
119
121
bandwidth/models/rbm_message_content_file.py
120
122
bandwidth/models/rbm_message_content_rich_card.py
121
123
bandwidth/models/rbm_message_content_text.py
122
124
bandwidth/models/rbm_message_media.py
123
125
bandwidth/models/rbm_standalone_card.py
126
+ bandwidth/models/rbm_suggestion_response.py
124
127
bandwidth/models/recording_available_callback.py
125
128
bandwidth/models/recording_complete_callback.py
126
129
bandwidth/models/recording_state_enum.py
@@ -130,6 +133,9 @@ bandwidth/models/redirect_callback.py
130
133
bandwidth/models/redirect_method_enum.py
131
134
bandwidth/models/sms_message_content.py
132
135
bandwidth/models/standalone_card_orientation_enum.py
136
+ bandwidth/models/status_callback.py
137
+ bandwidth/models/status_callback_message.py
138
+ bandwidth/models/status_callback_type_enum.py
133
139
bandwidth/models/stir_shaken.py
134
140
bandwidth/models/telephone_number.py
135
141
bandwidth/models/tfv_basic_authentication.py
@@ -182,8 +188,8 @@ docs/CallTranscriptionDetectedLanguageEnum.md
182
188
docs/CallTranscriptionMetadata.md
183
189
docs/CallTranscriptionResponse.md
184
190
docs/CallTranscriptionTrackEnum.md
191
+ docs/Callback.md
185
192
docs/CallbackMethodEnum.md
186
- docs/CallbackTypeEnum.md
187
193
docs/CallsApi.md
188
194
docs/CardWidthEnum.md
189
195
docs/CodeRequest.md
@@ -204,16 +210,19 @@ docs/CreateCallResponse.md
204
210
docs/CreateLookupResponse.md
205
211
docs/CreateMessageRequestError.md
206
212
docs/CreateMultiChannelMessageResponse.md
207
- docs/DeferredResult.md
208
213
docs/DisconnectCallback.md
209
214
docs/Diversion.md
210
215
docs/DtmfCallback.md
211
216
docs/Error.md
212
217
docs/ErrorObject.md
218
+ docs/ErrorSource.md
213
219
docs/FailureWebhook.md
214
220
docs/FieldError.md
215
221
docs/FileFormatEnum.md
216
222
docs/GatherCallback.md
223
+ docs/InboundCallback.md
224
+ docs/InboundCallbackMessage.md
225
+ docs/InboundCallbackTypeEnum.md
217
226
docs/InitiateCallback.md
218
227
docs/Link.md
219
228
docs/LinksObject.md
@@ -231,8 +240,6 @@ docs/MachineDetectionResult.md
231
240
docs/Media.md
232
241
docs/MediaApi.md
233
242
docs/Message.md
234
- docs/MessageCallback.md
235
- docs/MessageCallbackMessage.md
236
243
docs/MessageDirectionEnum.md
237
244
docs/MessageRequest.md
238
245
docs/MessageStatusEnum.md
@@ -245,18 +252,18 @@ docs/MfaForbiddenRequestError.md
245
252
docs/MfaRequestError.md
246
253
docs/MfaUnauthorizedRequestError.md
247
254
docs/MmsMessageContent.md
255
+ docs/MmsMessageContentFile.md
248
256
docs/MultiChannelAction.md
249
257
docs/MultiChannelActionCalendarEvent.md
250
258
docs/MultiChannelApi.md
251
- docs/MultiChannelCallbackData.md
252
259
docs/MultiChannelChannelListObject.md
253
260
docs/MultiChannelChannelListObjectContent.md
254
- docs/MultiChannelMessageCallbackData .md
261
+ docs/MultiChannelError .md
255
262
docs/MultiChannelMessageChannelEnum.md
256
- docs/MultiChannelMessageData.md
257
- docs/MultiChannelMessageDirectionEnum.md
263
+ docs/MultiChannelMessageContent.md
258
264
docs/MultiChannelMessageRequest.md
259
- docs/MultiChannelStatusEnum.md
265
+ docs/MultiChannelMessageResponseData.md
266
+ docs/MultiChannelMessageResponseDataChannelListInner.md
260
267
docs/OptInWorkflow.md
261
268
docs/PageInfo.md
262
269
docs/PhoneNumberLookupApi.md
@@ -268,13 +275,15 @@ docs/RbmActionTypeEnum.md
268
275
docs/RbmActionViewLocation.md
269
276
docs/RbmCardContent.md
270
277
docs/RbmCardContentMedia.md
278
+ docs/RbmLocationResponse.md
271
279
docs/RbmMediaHeightEnum.md
272
280
docs/RbmMessageCarouselCard.md
273
281
docs/RbmMessageContentFile.md
274
282
docs/RbmMessageContentRichCard.md
275
283
docs/RbmMessageContentText.md
276
284
docs/RbmMessageMedia.md
277
285
docs/RbmStandaloneCard.md
286
+ docs/RbmSuggestionResponse.md
278
287
docs/RecordingAvailableCallback.md
279
288
docs/RecordingCompleteCallback.md
280
289
docs/RecordingStateEnum.md
@@ -286,6 +295,9 @@ docs/RedirectMethodEnum.md
286
295
docs/SmsMessageContent.md
287
296
docs/StandaloneCardOrientationEnum.md
288
297
docs/StatisticsApi.md
298
+ docs/StatusCallback.md
299
+ docs/StatusCallbackMessage.md
300
+ docs/StatusCallbackTypeEnum.md
289
301
docs/StirShaken.md
290
302
docs/TelephoneNumber.md
291
303
docs/TfvBasicAuthentication.md
0 commit comments