Skip to content

Commit d2f9161

Browse files
authored
DX-2779 Regenerate using updated bandwidth.json (#106)
* DX-2779 Regenerate SDK using updated `bandwidth.json` * Regenerate with updated `bandwidth.json` Remove `username` and `password` models from voice spec * Revert "Regenerate with updated `bandwidth.json`" This reverts commit b909806. * Regenerate with updated `bandwidth.json` file Remove `username` and `password` models from voice spec * Regenerate with `carrierName` set to nullable: true * Update bandwidth.json Added example for stir/shaken param * Don't autogenerate unit tests
1 parent b05d043 commit d2f9161

File tree

81 files changed

+9666
-913
lines changed

Some content is hidden

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

81 files changed

+9666
-913
lines changed

.openapi-generator-ignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,9 @@
2121
#docs/*.md
2222
# Then explicitly reverse the ignore rule for a single file:
2323
#!docs/README.md
24+
25+
.gitignore
26+
setup.cfg
27+
setup.py
28+
*requirements.txt
29+
test/*

.openapi-generator/FILES

Lines changed: 44 additions & 90 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
.gitignore
21
.gitlab-ci.yml
32
.travis.yml
43
README.md
@@ -20,17 +19,24 @@ bandwidth/configuration.py
2019
bandwidth/exceptions.py
2120
bandwidth/model/__init__.py
2221
bandwidth/model/account_statistics.py
23-
bandwidth/model/call_callback.py
22+
bandwidth/model/answer_callback.py
23+
bandwidth/model/bridge_complete_callback.py
24+
bandwidth/model/bridge_target_complete_callback.py
2425
bandwidth/model/call_direction_enum.py
2526
bandwidth/model/call_recording_metadata.py
2627
bandwidth/model/call_state.py
2728
bandwidth/model/call_state_enum.py
2829
bandwidth/model/callback_method_enum.py
2930
bandwidth/model/code_request.py
3031
bandwidth/model/conference.py
31-
bandwidth/model/conference_callback.py
32+
bandwidth/model/conference_completed_callback.py
33+
bandwidth/model/conference_created_callback.py
3234
bandwidth/model/conference_member.py
35+
bandwidth/model/conference_member_exit_callback.py
36+
bandwidth/model/conference_member_join_callback.py
37+
bandwidth/model/conference_recording_available_callback.py
3338
bandwidth/model/conference_recording_metadata.py
39+
bandwidth/model/conference_redirect_callback.py
3440
bandwidth/model/conference_state_enum.py
3541
bandwidth/model/create_call.py
3642
bandwidth/model/create_call_response.py
@@ -40,16 +46,21 @@ bandwidth/model/create_participant_request.py
4046
bandwidth/model/create_participant_response.py
4147
bandwidth/model/deferred_result.py
4248
bandwidth/model/device_api_version_enum.py
49+
bandwidth/model/disconenct_callback.py
4350
bandwidth/model/diversion.py
51+
bandwidth/model/dtmf_callback.py
4452
bandwidth/model/field_error.py
4553
bandwidth/model/file_format_enum.py
4654
bandwidth/model/forbidden_request.py
55+
bandwidth/model/gather_callback.py
56+
bandwidth/model/initiate_callback.py
4757
bandwidth/model/list_message_direction_enum.py
4858
bandwidth/model/list_message_item.py
4959
bandwidth/model/lookup_request.py
5060
bandwidth/model/lookup_result.py
5161
bandwidth/model/lookup_status.py
5262
bandwidth/model/lookup_status_enum.py
63+
bandwidth/model/machine_detection_complete_callback.py
5364
bandwidth/model/machine_detection_configuration.py
5465
bandwidth/model/machine_detection_mode_enum.py
5566
bandwidth/model/media.py
@@ -69,17 +80,25 @@ bandwidth/model/participant.py
6980
bandwidth/model/participant_subscription.py
7081
bandwidth/model/priority_enum.py
7182
bandwidth/model/publish_permissions_enum.py
83+
bandwidth/model/recording_available_callback.py
84+
bandwidth/model/recording_complete_callback.py
7285
bandwidth/model/recording_state_enum.py
86+
bandwidth/model/redirect_callback.py
7387
bandwidth/model/redirect_method_enum.py
7488
bandwidth/model/request_error.py
7589
bandwidth/model/session.py
90+
bandwidth/model/stir_shaken.py
7691
bandwidth/model/subscriptions.py
7792
bandwidth/model/tag.py
7893
bandwidth/model/tn_lookup_request_error.py
7994
bandwidth/model/transcribe_recording.py
8095
bandwidth/model/transcription.py
96+
bandwidth/model/transcription_available_callback.py
8197
bandwidth/model/transcription_list.py
8298
bandwidth/model/transcription_metadata.py
99+
bandwidth/model/transfer_answer_callback.py
100+
bandwidth/model/transfer_complete_callback.py
101+
bandwidth/model/transfer_disconnect_callback.py
83102
bandwidth/model/unauthorized_request.py
84103
bandwidth/model/update_call.py
85104
bandwidth/model/update_call_recording.py
@@ -93,7 +112,9 @@ bandwidth/model_utils.py
93112
bandwidth/models/__init__.py
94113
bandwidth/rest.py
95114
docs/AccountStatistics.md
96-
docs/CallCallback.md
115+
docs/AnswerCallback.md
116+
docs/BridgeCompleteCallback.md
117+
docs/BridgeTargetCompleteCallback.md
97118
docs/CallDirectionEnum.md
98119
docs/CallRecordingMetadata.md
99120
docs/CallState.md
@@ -102,9 +123,14 @@ docs/CallbackMethodEnum.md
102123
docs/CallsApi.md
103124
docs/CodeRequest.md
104125
docs/Conference.md
105-
docs/ConferenceCallback.md
126+
docs/ConferenceCompletedCallback.md
127+
docs/ConferenceCreatedCallback.md
106128
docs/ConferenceMember.md
129+
docs/ConferenceMemberExitCallback.md
130+
docs/ConferenceMemberJoinCallback.md
131+
docs/ConferenceRecordingAvailableCallback.md
107132
docs/ConferenceRecordingMetadata.md
133+
docs/ConferenceRedirectCallback.md
108134
docs/ConferenceStateEnum.md
109135
docs/ConferencesApi.md
110136
docs/CreateCall.md
@@ -115,17 +141,22 @@ docs/CreateParticipantRequest.md
115141
docs/CreateParticipantResponse.md
116142
docs/DeferredResult.md
117143
docs/DeviceApiVersionEnum.md
144+
docs/DisconenctCallback.md
118145
docs/Diversion.md
146+
docs/DtmfCallback.md
119147
docs/FieldError.md
120148
docs/FileFormatEnum.md
121149
docs/ForbiddenRequest.md
150+
docs/GatherCallback.md
151+
docs/InitiateCallback.md
122152
docs/ListMessageDirectionEnum.md
123153
docs/ListMessageItem.md
124154
docs/LookupRequest.md
125155
docs/LookupResult.md
126156
docs/LookupStatus.md
127157
docs/LookupStatusEnum.md
128158
docs/MFAApi.md
159+
docs/MachineDetectionCompleteCallback.md
129160
docs/MachineDetectionConfiguration.md
130161
docs/MachineDetectionModeEnum.md
131162
docs/Media.md
@@ -149,20 +180,28 @@ docs/ParticipantsApi.md
149180
docs/PhoneNumberLookupApi.md
150181
docs/PriorityEnum.md
151182
docs/PublishPermissionsEnum.md
183+
docs/RecordingAvailableCallback.md
184+
docs/RecordingCompleteCallback.md
152185
docs/RecordingStateEnum.md
153186
docs/RecordingsApi.md
187+
docs/RedirectCallback.md
154188
docs/RedirectMethodEnum.md
155189
docs/RequestError.md
156190
docs/Session.md
157191
docs/SessionsApi.md
158192
docs/StatisticsApi.md
193+
docs/StirShaken.md
159194
docs/Subscriptions.md
160195
docs/Tag.md
161196
docs/TnLookupRequestError.md
162197
docs/TranscribeRecording.md
163198
docs/Transcription.md
199+
docs/TranscriptionAvailableCallback.md
164200
docs/TranscriptionList.md
165201
docs/TranscriptionMetadata.md
202+
docs/TransferAnswerCallback.md
203+
docs/TransferCompleteCallback.md
204+
docs/TransferDisconnectCallback.md
166205
docs/UnauthorizedRequest.md
167206
docs/UpdateCall.md
168207
docs/UpdateCallRecording.md
@@ -173,89 +212,4 @@ docs/VerifyCodeResponse.md
173212
docs/VoiceApiError.md
174213
docs/VoiceCodeResponse.md
175214
git_push.sh
176-
requirements.txt
177-
setup.cfg
178-
setup.py
179-
test-requirements.txt
180-
test/__init__.py
181-
test/test_account_statistics.py
182-
test/test_call_callback.py
183-
test/test_call_direction_enum.py
184-
test/test_call_recording_metadata.py
185-
test/test_call_state.py
186-
test/test_call_state_enum.py
187-
test/test_callback_method_enum.py
188-
test/test_calls_api.py
189-
test/test_code_request.py
190-
test/test_conference.py
191-
test/test_conference_callback.py
192-
test/test_conference_member.py
193-
test/test_conference_recording_metadata.py
194-
test/test_conference_state_enum.py
195-
test/test_conferences_api.py
196-
test/test_create_call.py
197-
test/test_create_call_response.py
198-
test/test_create_lookup_response.py
199-
test/test_create_message_request_error.py
200-
test/test_create_participant_request.py
201-
test/test_create_participant_response.py
202-
test/test_deferred_result.py
203-
test/test_device_api_version_enum.py
204-
test/test_diversion.py
205-
test/test_field_error.py
206-
test/test_file_format_enum.py
207-
test/test_forbidden_request.py
208-
test/test_list_message_direction_enum.py
209-
test/test_list_message_item.py
210-
test/test_lookup_request.py
211-
test/test_lookup_result.py
212-
test/test_lookup_status.py
213-
test/test_lookup_status_enum.py
214-
test/test_machine_detection_configuration.py
215-
test/test_machine_detection_mode_enum.py
216-
test/test_media.py
217-
test/test_media_api.py
218-
test/test_message.py
219-
test/test_message_direction_enum.py
220-
test/test_message_request.py
221-
test/test_message_status_enum.py
222-
test/test_message_type_enum.py
223-
test/test_messages_api.py
224-
test/test_messages_list.py
225-
test/test_messaging_code_response.py
226-
test/test_messaging_request_error.py
227-
test/test_mfa_api.py
228-
test/test_mfa_forbidden_request_error.py
229-
test/test_mfa_request_error.py
230-
test/test_mfa_unauthorized_request_error.py
231-
test/test_page_info.py
232-
test/test_participant.py
233-
test/test_participant_subscription.py
234-
test/test_participants_api.py
235-
test/test_phone_number_lookup_api.py
236-
test/test_priority_enum.py
237-
test/test_publish_permissions_enum.py
238-
test/test_recording_state_enum.py
239-
test/test_recordings_api.py
240-
test/test_redirect_method_enum.py
241-
test/test_request_error.py
242-
test/test_session.py
243-
test/test_sessions_api.py
244-
test/test_statistics_api.py
245-
test/test_subscriptions.py
246-
test/test_tag.py
247-
test/test_tn_lookup_request_error.py
248-
test/test_transcribe_recording.py
249-
test/test_transcription.py
250-
test/test_transcription_list.py
251-
test/test_transcription_metadata.py
252-
test/test_unauthorized_request.py
253-
test/test_update_call.py
254-
test/test_update_call_recording.py
255-
test/test_update_conference.py
256-
test/test_update_conference_member.py
257-
test/test_verify_code_request.py
258-
test/test_verify_code_response.py
259-
test/test_voice_api_error.py
260-
test/test_voice_code_response.py
261215
tox.ini

README.md

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,17 +182,24 @@ Class | Method | HTTP request | Description
182182
## Documentation For Models
183183

184184
- [AccountStatistics](docs/AccountStatistics.md)
185-
- [CallCallback](docs/CallCallback.md)
185+
- [AnswerCallback](docs/AnswerCallback.md)
186+
- [BridgeCompleteCallback](docs/BridgeCompleteCallback.md)
187+
- [BridgeTargetCompleteCallback](docs/BridgeTargetCompleteCallback.md)
186188
- [CallDirectionEnum](docs/CallDirectionEnum.md)
187189
- [CallRecordingMetadata](docs/CallRecordingMetadata.md)
188190
- [CallState](docs/CallState.md)
189191
- [CallStateEnum](docs/CallStateEnum.md)
190192
- [CallbackMethodEnum](docs/CallbackMethodEnum.md)
191193
- [CodeRequest](docs/CodeRequest.md)
192194
- [Conference](docs/Conference.md)
193-
- [ConferenceCallback](docs/ConferenceCallback.md)
195+
- [ConferenceCompletedCallback](docs/ConferenceCompletedCallback.md)
196+
- [ConferenceCreatedCallback](docs/ConferenceCreatedCallback.md)
194197
- [ConferenceMember](docs/ConferenceMember.md)
198+
- [ConferenceMemberExitCallback](docs/ConferenceMemberExitCallback.md)
199+
- [ConferenceMemberJoinCallback](docs/ConferenceMemberJoinCallback.md)
200+
- [ConferenceRecordingAvailableCallback](docs/ConferenceRecordingAvailableCallback.md)
195201
- [ConferenceRecordingMetadata](docs/ConferenceRecordingMetadata.md)
202+
- [ConferenceRedirectCallback](docs/ConferenceRedirectCallback.md)
196203
- [ConferenceStateEnum](docs/ConferenceStateEnum.md)
197204
- [CreateCall](docs/CreateCall.md)
198205
- [CreateCallResponse](docs/CreateCallResponse.md)
@@ -202,16 +209,21 @@ Class | Method | HTTP request | Description
202209
- [CreateParticipantResponse](docs/CreateParticipantResponse.md)
203210
- [DeferredResult](docs/DeferredResult.md)
204211
- [DeviceApiVersionEnum](docs/DeviceApiVersionEnum.md)
212+
- [DisconenctCallback](docs/DisconenctCallback.md)
205213
- [Diversion](docs/Diversion.md)
214+
- [DtmfCallback](docs/DtmfCallback.md)
206215
- [FieldError](docs/FieldError.md)
207216
- [FileFormatEnum](docs/FileFormatEnum.md)
208217
- [ForbiddenRequest](docs/ForbiddenRequest.md)
218+
- [GatherCallback](docs/GatherCallback.md)
219+
- [InitiateCallback](docs/InitiateCallback.md)
209220
- [ListMessageDirectionEnum](docs/ListMessageDirectionEnum.md)
210221
- [ListMessageItem](docs/ListMessageItem.md)
211222
- [LookupRequest](docs/LookupRequest.md)
212223
- [LookupResult](docs/LookupResult.md)
213224
- [LookupStatus](docs/LookupStatus.md)
214225
- [LookupStatusEnum](docs/LookupStatusEnum.md)
226+
- [MachineDetectionCompleteCallback](docs/MachineDetectionCompleteCallback.md)
215227
- [MachineDetectionConfiguration](docs/MachineDetectionConfiguration.md)
216228
- [MachineDetectionModeEnum](docs/MachineDetectionModeEnum.md)
217229
- [Media](docs/Media.md)
@@ -231,17 +243,25 @@ Class | Method | HTTP request | Description
231243
- [ParticipantSubscription](docs/ParticipantSubscription.md)
232244
- [PriorityEnum](docs/PriorityEnum.md)
233245
- [PublishPermissionsEnum](docs/PublishPermissionsEnum.md)
246+
- [RecordingAvailableCallback](docs/RecordingAvailableCallback.md)
247+
- [RecordingCompleteCallback](docs/RecordingCompleteCallback.md)
234248
- [RecordingStateEnum](docs/RecordingStateEnum.md)
249+
- [RedirectCallback](docs/RedirectCallback.md)
235250
- [RedirectMethodEnum](docs/RedirectMethodEnum.md)
236251
- [RequestError](docs/RequestError.md)
237252
- [Session](docs/Session.md)
253+
- [StirShaken](docs/StirShaken.md)
238254
- [Subscriptions](docs/Subscriptions.md)
239255
- [Tag](docs/Tag.md)
240256
- [TnLookupRequestError](docs/TnLookupRequestError.md)
241257
- [TranscribeRecording](docs/TranscribeRecording.md)
242258
- [Transcription](docs/Transcription.md)
259+
- [TranscriptionAvailableCallback](docs/TranscriptionAvailableCallback.md)
243260
- [TranscriptionList](docs/TranscriptionList.md)
244261
- [TranscriptionMetadata](docs/TranscriptionMetadata.md)
262+
- [TransferAnswerCallback](docs/TransferAnswerCallback.md)
263+
- [TransferCompleteCallback](docs/TransferCompleteCallback.md)
264+
- [TransferDisconnectCallback](docs/TransferDisconnectCallback.md)
245265
- [UnauthorizedRequest](docs/UnauthorizedRequest.md)
246266
- [UpdateCall](docs/UpdateCall.md)
247267
- [UpdateCallRecording](docs/UpdateCallRecording.md)

0 commit comments

Comments
 (0)