Skip to content

Commit 5f83918

Browse files
band-swi-release-engineering[bot]DX-Bandwidthckoegel
authored
SWI-8325 Update SDK Based on Recent Spec Changes (#257)
* Generate SDK with OpenAPI Generator Version * remove old files * remove old tests * update broken tests * new model unit tests * tfv smoke and unit test * remove old docs --------- Co-authored-by: DX-Bandwidth <[email protected]> Co-authored-by: ckoegel <[email protected]>
1 parent 5916a6b commit 5f83918

File tree

129 files changed

+3322
-1673
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

129 files changed

+3322
-1673
lines changed

.openapi-generator/FILES

Lines changed: 30 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ bandwidth/models/call_transcription_detected_language_enum.py
3535
bandwidth/models/call_transcription_metadata.py
3636
bandwidth/models/call_transcription_response.py
3737
bandwidth/models/call_transcription_track_enum.py
38+
bandwidth/models/callback.py
3839
bandwidth/models/callback_method_enum.py
39-
bandwidth/models/callback_type_enum.py
4040
bandwidth/models/card_width_enum.py
4141
bandwidth/models/code_request.py
4242
bandwidth/models/conference.py
@@ -55,16 +55,19 @@ bandwidth/models/create_call_response.py
5555
bandwidth/models/create_lookup_response.py
5656
bandwidth/models/create_message_request_error.py
5757
bandwidth/models/create_multi_channel_message_response.py
58-
bandwidth/models/deferred_result.py
5958
bandwidth/models/disconnect_callback.py
6059
bandwidth/models/diversion.py
6160
bandwidth/models/dtmf_callback.py
6261
bandwidth/models/error.py
6362
bandwidth/models/error_object.py
63+
bandwidth/models/error_source.py
6464
bandwidth/models/failure_webhook.py
6565
bandwidth/models/field_error.py
6666
bandwidth/models/file_format_enum.py
6767
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
6871
bandwidth/models/initiate_callback.py
6972
bandwidth/models/link.py
7073
bandwidth/models/links_object.py
@@ -80,8 +83,6 @@ bandwidth/models/machine_detection_mode_enum.py
8083
bandwidth/models/machine_detection_result.py
8184
bandwidth/models/media.py
8285
bandwidth/models/message.py
83-
bandwidth/models/message_callback.py
84-
bandwidth/models/message_callback_message.py
8586
bandwidth/models/message_direction_enum.py
8687
bandwidth/models/message_request.py
8788
bandwidth/models/message_status_enum.py
@@ -93,17 +94,17 @@ bandwidth/models/mfa_forbidden_request_error.py
9394
bandwidth/models/mfa_request_error.py
9495
bandwidth/models/mfa_unauthorized_request_error.py
9596
bandwidth/models/mms_message_content.py
97+
bandwidth/models/mms_message_content_file.py
9698
bandwidth/models/multi_channel_action.py
9799
bandwidth/models/multi_channel_action_calendar_event.py
98-
bandwidth/models/multi_channel_callback_data.py
99100
bandwidth/models/multi_channel_channel_list_object.py
100101
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
102103
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
105105
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
107108
bandwidth/models/opt_in_workflow.py
108109
bandwidth/models/page_info.py
109110
bandwidth/models/priority_enum.py
@@ -114,13 +115,15 @@ bandwidth/models/rbm_action_type_enum.py
114115
bandwidth/models/rbm_action_view_location.py
115116
bandwidth/models/rbm_card_content.py
116117
bandwidth/models/rbm_card_content_media.py
118+
bandwidth/models/rbm_location_response.py
117119
bandwidth/models/rbm_media_height_enum.py
118120
bandwidth/models/rbm_message_carousel_card.py
119121
bandwidth/models/rbm_message_content_file.py
120122
bandwidth/models/rbm_message_content_rich_card.py
121123
bandwidth/models/rbm_message_content_text.py
122124
bandwidth/models/rbm_message_media.py
123125
bandwidth/models/rbm_standalone_card.py
126+
bandwidth/models/rbm_suggestion_response.py
124127
bandwidth/models/recording_available_callback.py
125128
bandwidth/models/recording_complete_callback.py
126129
bandwidth/models/recording_state_enum.py
@@ -130,6 +133,9 @@ bandwidth/models/redirect_callback.py
130133
bandwidth/models/redirect_method_enum.py
131134
bandwidth/models/sms_message_content.py
132135
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
133139
bandwidth/models/stir_shaken.py
134140
bandwidth/models/telephone_number.py
135141
bandwidth/models/tfv_basic_authentication.py
@@ -182,8 +188,8 @@ docs/CallTranscriptionDetectedLanguageEnum.md
182188
docs/CallTranscriptionMetadata.md
183189
docs/CallTranscriptionResponse.md
184190
docs/CallTranscriptionTrackEnum.md
191+
docs/Callback.md
185192
docs/CallbackMethodEnum.md
186-
docs/CallbackTypeEnum.md
187193
docs/CallsApi.md
188194
docs/CardWidthEnum.md
189195
docs/CodeRequest.md
@@ -204,16 +210,19 @@ docs/CreateCallResponse.md
204210
docs/CreateLookupResponse.md
205211
docs/CreateMessageRequestError.md
206212
docs/CreateMultiChannelMessageResponse.md
207-
docs/DeferredResult.md
208213
docs/DisconnectCallback.md
209214
docs/Diversion.md
210215
docs/DtmfCallback.md
211216
docs/Error.md
212217
docs/ErrorObject.md
218+
docs/ErrorSource.md
213219
docs/FailureWebhook.md
214220
docs/FieldError.md
215221
docs/FileFormatEnum.md
216222
docs/GatherCallback.md
223+
docs/InboundCallback.md
224+
docs/InboundCallbackMessage.md
225+
docs/InboundCallbackTypeEnum.md
217226
docs/InitiateCallback.md
218227
docs/Link.md
219228
docs/LinksObject.md
@@ -231,8 +240,6 @@ docs/MachineDetectionResult.md
231240
docs/Media.md
232241
docs/MediaApi.md
233242
docs/Message.md
234-
docs/MessageCallback.md
235-
docs/MessageCallbackMessage.md
236243
docs/MessageDirectionEnum.md
237244
docs/MessageRequest.md
238245
docs/MessageStatusEnum.md
@@ -245,18 +252,18 @@ docs/MfaForbiddenRequestError.md
245252
docs/MfaRequestError.md
246253
docs/MfaUnauthorizedRequestError.md
247254
docs/MmsMessageContent.md
255+
docs/MmsMessageContentFile.md
248256
docs/MultiChannelAction.md
249257
docs/MultiChannelActionCalendarEvent.md
250258
docs/MultiChannelApi.md
251-
docs/MultiChannelCallbackData.md
252259
docs/MultiChannelChannelListObject.md
253260
docs/MultiChannelChannelListObjectContent.md
254-
docs/MultiChannelMessageCallbackData.md
261+
docs/MultiChannelError.md
255262
docs/MultiChannelMessageChannelEnum.md
256-
docs/MultiChannelMessageData.md
257-
docs/MultiChannelMessageDirectionEnum.md
263+
docs/MultiChannelMessageContent.md
258264
docs/MultiChannelMessageRequest.md
259-
docs/MultiChannelStatusEnum.md
265+
docs/MultiChannelMessageResponseData.md
266+
docs/MultiChannelMessageResponseDataChannelListInner.md
260267
docs/OptInWorkflow.md
261268
docs/PageInfo.md
262269
docs/PhoneNumberLookupApi.md
@@ -268,13 +275,15 @@ docs/RbmActionTypeEnum.md
268275
docs/RbmActionViewLocation.md
269276
docs/RbmCardContent.md
270277
docs/RbmCardContentMedia.md
278+
docs/RbmLocationResponse.md
271279
docs/RbmMediaHeightEnum.md
272280
docs/RbmMessageCarouselCard.md
273281
docs/RbmMessageContentFile.md
274282
docs/RbmMessageContentRichCard.md
275283
docs/RbmMessageContentText.md
276284
docs/RbmMessageMedia.md
277285
docs/RbmStandaloneCard.md
286+
docs/RbmSuggestionResponse.md
278287
docs/RecordingAvailableCallback.md
279288
docs/RecordingCompleteCallback.md
280289
docs/RecordingStateEnum.md
@@ -286,6 +295,9 @@ docs/RedirectMethodEnum.md
286295
docs/SmsMessageContent.md
287296
docs/StandaloneCardOrientationEnum.md
288297
docs/StatisticsApi.md
298+
docs/StatusCallback.md
299+
docs/StatusCallbackMessage.md
300+
docs/StatusCallbackTypeEnum.md
289301
docs/StirShaken.md
290302
docs/TelephoneNumber.md
291303
docs/TfvBasicAuthentication.md

README.md

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ Class | Method | HTTP request | Description
135135
*RecordingsApi* | [**update_call_recording_state**](docs/RecordingsApi.md#update_call_recording_state) | **PUT** /accounts/{accountId}/calls/{callId}/recording | Update Recording
136136
*StatisticsApi* | [**get_statistics**](docs/StatisticsApi.md#get_statistics) | **GET** /accounts/{accountId}/statistics | Get Account Statistics
137137
*TollFreeVerificationApi* | [**create_webhook_subscription**](docs/TollFreeVerificationApi.md#create_webhook_subscription) | **POST** /accounts/{accountId}/tollFreeVerification/webhooks/subscriptions | Create Webhook Subscription
138+
*TollFreeVerificationApi* | [**delete_verification_request**](docs/TollFreeVerificationApi.md#delete_verification_request) | **DELETE** /accounts/{accountId}/phoneNumbers/{phoneNumber}/tollFreeVerification | Delete a Toll-Free Verification Submission
138139
*TollFreeVerificationApi* | [**delete_webhook_subscription**](docs/TollFreeVerificationApi.md#delete_webhook_subscription) | **DELETE** /accounts/{accountId}/tollFreeVerification/webhooks/subscriptions/{id} | Delete Webhook Subscription
139140
*TollFreeVerificationApi* | [**get_toll_free_verification_status**](docs/TollFreeVerificationApi.md#get_toll_free_verification_status) | **GET** /accounts/{accountId}/phoneNumbers/{phoneNumber}/tollFreeVerification | Get Toll-Free Verification Status
140141
*TollFreeVerificationApi* | [**list_toll_free_use_cases**](docs/TollFreeVerificationApi.md#list_toll_free_use_cases) | **GET** /tollFreeVerification/useCases | List Toll-Free Use Cases
@@ -165,8 +166,8 @@ Class | Method | HTTP request | Description
165166
- [CallTranscriptionMetadata](docs/CallTranscriptionMetadata.md)
166167
- [CallTranscriptionResponse](docs/CallTranscriptionResponse.md)
167168
- [CallTranscriptionTrackEnum](docs/CallTranscriptionTrackEnum.md)
169+
- [Callback](docs/Callback.md)
168170
- [CallbackMethodEnum](docs/CallbackMethodEnum.md)
169-
- [CallbackTypeEnum](docs/CallbackTypeEnum.md)
170171
- [CardWidthEnum](docs/CardWidthEnum.md)
171172
- [CodeRequest](docs/CodeRequest.md)
172173
- [Conference](docs/Conference.md)
@@ -185,16 +186,19 @@ Class | Method | HTTP request | Description
185186
- [CreateLookupResponse](docs/CreateLookupResponse.md)
186187
- [CreateMessageRequestError](docs/CreateMessageRequestError.md)
187188
- [CreateMultiChannelMessageResponse](docs/CreateMultiChannelMessageResponse.md)
188-
- [DeferredResult](docs/DeferredResult.md)
189189
- [DisconnectCallback](docs/DisconnectCallback.md)
190190
- [Diversion](docs/Diversion.md)
191191
- [DtmfCallback](docs/DtmfCallback.md)
192192
- [Error](docs/Error.md)
193193
- [ErrorObject](docs/ErrorObject.md)
194+
- [ErrorSource](docs/ErrorSource.md)
194195
- [FailureWebhook](docs/FailureWebhook.md)
195196
- [FieldError](docs/FieldError.md)
196197
- [FileFormatEnum](docs/FileFormatEnum.md)
197198
- [GatherCallback](docs/GatherCallback.md)
199+
- [InboundCallback](docs/InboundCallback.md)
200+
- [InboundCallbackMessage](docs/InboundCallbackMessage.md)
201+
- [InboundCallbackTypeEnum](docs/InboundCallbackTypeEnum.md)
198202
- [InitiateCallback](docs/InitiateCallback.md)
199203
- [Link](docs/Link.md)
200204
- [LinksObject](docs/LinksObject.md)
@@ -210,8 +214,6 @@ Class | Method | HTTP request | Description
210214
- [MachineDetectionResult](docs/MachineDetectionResult.md)
211215
- [Media](docs/Media.md)
212216
- [Message](docs/Message.md)
213-
- [MessageCallback](docs/MessageCallback.md)
214-
- [MessageCallbackMessage](docs/MessageCallbackMessage.md)
215217
- [MessageDirectionEnum](docs/MessageDirectionEnum.md)
216218
- [MessageRequest](docs/MessageRequest.md)
217219
- [MessageStatusEnum](docs/MessageStatusEnum.md)
@@ -223,17 +225,17 @@ Class | Method | HTTP request | Description
223225
- [MfaRequestError](docs/MfaRequestError.md)
224226
- [MfaUnauthorizedRequestError](docs/MfaUnauthorizedRequestError.md)
225227
- [MmsMessageContent](docs/MmsMessageContent.md)
228+
- [MmsMessageContentFile](docs/MmsMessageContentFile.md)
226229
- [MultiChannelAction](docs/MultiChannelAction.md)
227230
- [MultiChannelActionCalendarEvent](docs/MultiChannelActionCalendarEvent.md)
228-
- [MultiChannelCallbackData](docs/MultiChannelCallbackData.md)
229231
- [MultiChannelChannelListObject](docs/MultiChannelChannelListObject.md)
230232
- [MultiChannelChannelListObjectContent](docs/MultiChannelChannelListObjectContent.md)
231-
- [MultiChannelMessageCallbackData](docs/MultiChannelMessageCallbackData.md)
233+
- [MultiChannelError](docs/MultiChannelError.md)
232234
- [MultiChannelMessageChannelEnum](docs/MultiChannelMessageChannelEnum.md)
233-
- [MultiChannelMessageData](docs/MultiChannelMessageData.md)
234-
- [MultiChannelMessageDirectionEnum](docs/MultiChannelMessageDirectionEnum.md)
235+
- [MultiChannelMessageContent](docs/MultiChannelMessageContent.md)
235236
- [MultiChannelMessageRequest](docs/MultiChannelMessageRequest.md)
236-
- [MultiChannelStatusEnum](docs/MultiChannelStatusEnum.md)
237+
- [MultiChannelMessageResponseData](docs/MultiChannelMessageResponseData.md)
238+
- [MultiChannelMessageResponseDataChannelListInner](docs/MultiChannelMessageResponseDataChannelListInner.md)
237239
- [OptInWorkflow](docs/OptInWorkflow.md)
238240
- [PageInfo](docs/PageInfo.md)
239241
- [PriorityEnum](docs/PriorityEnum.md)
@@ -244,13 +246,15 @@ Class | Method | HTTP request | Description
244246
- [RbmActionViewLocation](docs/RbmActionViewLocation.md)
245247
- [RbmCardContent](docs/RbmCardContent.md)
246248
- [RbmCardContentMedia](docs/RbmCardContentMedia.md)
249+
- [RbmLocationResponse](docs/RbmLocationResponse.md)
247250
- [RbmMediaHeightEnum](docs/RbmMediaHeightEnum.md)
248251
- [RbmMessageCarouselCard](docs/RbmMessageCarouselCard.md)
249252
- [RbmMessageContentFile](docs/RbmMessageContentFile.md)
250253
- [RbmMessageContentRichCard](docs/RbmMessageContentRichCard.md)
251254
- [RbmMessageContentText](docs/RbmMessageContentText.md)
252255
- [RbmMessageMedia](docs/RbmMessageMedia.md)
253256
- [RbmStandaloneCard](docs/RbmStandaloneCard.md)
257+
- [RbmSuggestionResponse](docs/RbmSuggestionResponse.md)
254258
- [RecordingAvailableCallback](docs/RecordingAvailableCallback.md)
255259
- [RecordingCompleteCallback](docs/RecordingCompleteCallback.md)
256260
- [RecordingStateEnum](docs/RecordingStateEnum.md)
@@ -260,6 +264,9 @@ Class | Method | HTTP request | Description
260264
- [RedirectMethodEnum](docs/RedirectMethodEnum.md)
261265
- [SmsMessageContent](docs/SmsMessageContent.md)
262266
- [StandaloneCardOrientationEnum](docs/StandaloneCardOrientationEnum.md)
267+
- [StatusCallback](docs/StatusCallback.md)
268+
- [StatusCallbackMessage](docs/StatusCallbackMessage.md)
269+
- [StatusCallbackTypeEnum](docs/StatusCallbackTypeEnum.md)
263270
- [StirShaken](docs/StirShaken.md)
264271
- [TelephoneNumber](docs/TelephoneNumber.md)
265272
- [TfvBasicAuthentication](docs/TfvBasicAuthentication.md)

0 commit comments

Comments
 (0)