Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .openapi-generator-ignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,9 @@
#docs/*.md
# Then explicitly reverse the ignore rule for a single file:
#!docs/README.md

.gitignore
setup.cfg
setup.py
*requirements.txt
test/*
134 changes: 44 additions & 90 deletions .openapi-generator/FILES
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
.gitignore
.gitlab-ci.yml
.travis.yml
README.md
Expand All @@ -20,17 +19,24 @@ bandwidth/configuration.py
bandwidth/exceptions.py
bandwidth/model/__init__.py
bandwidth/model/account_statistics.py
bandwidth/model/call_callback.py
bandwidth/model/answer_callback.py
bandwidth/model/bridge_complete_callback.py
bandwidth/model/bridge_target_complete_callback.py
bandwidth/model/call_direction_enum.py
bandwidth/model/call_recording_metadata.py
bandwidth/model/call_state.py
bandwidth/model/call_state_enum.py
bandwidth/model/callback_method_enum.py
bandwidth/model/code_request.py
bandwidth/model/conference.py
bandwidth/model/conference_callback.py
bandwidth/model/conference_completed_callback.py
bandwidth/model/conference_created_callback.py
bandwidth/model/conference_member.py
bandwidth/model/conference_member_exit_callback.py
bandwidth/model/conference_member_join_callback.py
bandwidth/model/conference_recording_available_callback.py
bandwidth/model/conference_recording_metadata.py
bandwidth/model/conference_redirect_callback.py
bandwidth/model/conference_state_enum.py
bandwidth/model/create_call.py
bandwidth/model/create_call_response.py
Expand All @@ -40,16 +46,21 @@ bandwidth/model/create_participant_request.py
bandwidth/model/create_participant_response.py
bandwidth/model/deferred_result.py
bandwidth/model/device_api_version_enum.py
bandwidth/model/disconenct_callback.py
bandwidth/model/diversion.py
bandwidth/model/dtmf_callback.py
bandwidth/model/field_error.py
bandwidth/model/file_format_enum.py
bandwidth/model/forbidden_request.py
bandwidth/model/gather_callback.py
bandwidth/model/initiate_callback.py
bandwidth/model/list_message_direction_enum.py
bandwidth/model/list_message_item.py
bandwidth/model/lookup_request.py
bandwidth/model/lookup_result.py
bandwidth/model/lookup_status.py
bandwidth/model/lookup_status_enum.py
bandwidth/model/machine_detection_complete_callback.py
bandwidth/model/machine_detection_configuration.py
bandwidth/model/machine_detection_mode_enum.py
bandwidth/model/media.py
Expand All @@ -69,17 +80,25 @@ bandwidth/model/participant.py
bandwidth/model/participant_subscription.py
bandwidth/model/priority_enum.py
bandwidth/model/publish_permissions_enum.py
bandwidth/model/recording_available_callback.py
bandwidth/model/recording_complete_callback.py
bandwidth/model/recording_state_enum.py
bandwidth/model/redirect_callback.py
bandwidth/model/redirect_method_enum.py
bandwidth/model/request_error.py
bandwidth/model/session.py
bandwidth/model/stir_shaken.py
bandwidth/model/subscriptions.py
bandwidth/model/tag.py
bandwidth/model/tn_lookup_request_error.py
bandwidth/model/transcribe_recording.py
bandwidth/model/transcription.py
bandwidth/model/transcription_available_callback.py
bandwidth/model/transcription_list.py
bandwidth/model/transcription_metadata.py
bandwidth/model/transfer_answer_callback.py
bandwidth/model/transfer_complete_callback.py
bandwidth/model/transfer_disconnect_callback.py
bandwidth/model/unauthorized_request.py
bandwidth/model/update_call.py
bandwidth/model/update_call_recording.py
Expand All @@ -93,7 +112,9 @@ bandwidth/model_utils.py
bandwidth/models/__init__.py
bandwidth/rest.py
docs/AccountStatistics.md
docs/CallCallback.md
docs/AnswerCallback.md
docs/BridgeCompleteCallback.md
docs/BridgeTargetCompleteCallback.md
docs/CallDirectionEnum.md
docs/CallRecordingMetadata.md
docs/CallState.md
Expand All @@ -102,9 +123,14 @@ docs/CallbackMethodEnum.md
docs/CallsApi.md
docs/CodeRequest.md
docs/Conference.md
docs/ConferenceCallback.md
docs/ConferenceCompletedCallback.md
docs/ConferenceCreatedCallback.md
docs/ConferenceMember.md
docs/ConferenceMemberExitCallback.md
docs/ConferenceMemberJoinCallback.md
docs/ConferenceRecordingAvailableCallback.md
docs/ConferenceRecordingMetadata.md
docs/ConferenceRedirectCallback.md
docs/ConferenceStateEnum.md
docs/ConferencesApi.md
docs/CreateCall.md
Expand All @@ -115,17 +141,22 @@ docs/CreateParticipantRequest.md
docs/CreateParticipantResponse.md
docs/DeferredResult.md
docs/DeviceApiVersionEnum.md
docs/DisconenctCallback.md
docs/Diversion.md
docs/DtmfCallback.md
docs/FieldError.md
docs/FileFormatEnum.md
docs/ForbiddenRequest.md
docs/GatherCallback.md
docs/InitiateCallback.md
docs/ListMessageDirectionEnum.md
docs/ListMessageItem.md
docs/LookupRequest.md
docs/LookupResult.md
docs/LookupStatus.md
docs/LookupStatusEnum.md
docs/MFAApi.md
docs/MachineDetectionCompleteCallback.md
docs/MachineDetectionConfiguration.md
docs/MachineDetectionModeEnum.md
docs/Media.md
Expand All @@ -149,20 +180,28 @@ docs/ParticipantsApi.md
docs/PhoneNumberLookupApi.md
docs/PriorityEnum.md
docs/PublishPermissionsEnum.md
docs/RecordingAvailableCallback.md
docs/RecordingCompleteCallback.md
docs/RecordingStateEnum.md
docs/RecordingsApi.md
docs/RedirectCallback.md
docs/RedirectMethodEnum.md
docs/RequestError.md
docs/Session.md
docs/SessionsApi.md
docs/StatisticsApi.md
docs/StirShaken.md
docs/Subscriptions.md
docs/Tag.md
docs/TnLookupRequestError.md
docs/TranscribeRecording.md
docs/Transcription.md
docs/TranscriptionAvailableCallback.md
docs/TranscriptionList.md
docs/TranscriptionMetadata.md
docs/TransferAnswerCallback.md
docs/TransferCompleteCallback.md
docs/TransferDisconnectCallback.md
docs/UnauthorizedRequest.md
docs/UpdateCall.md
docs/UpdateCallRecording.md
Expand All @@ -173,89 +212,4 @@ docs/VerifyCodeResponse.md
docs/VoiceApiError.md
docs/VoiceCodeResponse.md
git_push.sh
requirements.txt
setup.cfg
setup.py
test-requirements.txt
test/__init__.py
test/test_account_statistics.py
test/test_call_callback.py
test/test_call_direction_enum.py
test/test_call_recording_metadata.py
test/test_call_state.py
test/test_call_state_enum.py
test/test_callback_method_enum.py
test/test_calls_api.py
test/test_code_request.py
test/test_conference.py
test/test_conference_callback.py
test/test_conference_member.py
test/test_conference_recording_metadata.py
test/test_conference_state_enum.py
test/test_conferences_api.py
test/test_create_call.py
test/test_create_call_response.py
test/test_create_lookup_response.py
test/test_create_message_request_error.py
test/test_create_participant_request.py
test/test_create_participant_response.py
test/test_deferred_result.py
test/test_device_api_version_enum.py
test/test_diversion.py
test/test_field_error.py
test/test_file_format_enum.py
test/test_forbidden_request.py
test/test_list_message_direction_enum.py
test/test_list_message_item.py
test/test_lookup_request.py
test/test_lookup_result.py
test/test_lookup_status.py
test/test_lookup_status_enum.py
test/test_machine_detection_configuration.py
test/test_machine_detection_mode_enum.py
test/test_media.py
test/test_media_api.py
test/test_message.py
test/test_message_direction_enum.py
test/test_message_request.py
test/test_message_status_enum.py
test/test_message_type_enum.py
test/test_messages_api.py
test/test_messages_list.py
test/test_messaging_code_response.py
test/test_messaging_request_error.py
test/test_mfa_api.py
test/test_mfa_forbidden_request_error.py
test/test_mfa_request_error.py
test/test_mfa_unauthorized_request_error.py
test/test_page_info.py
test/test_participant.py
test/test_participant_subscription.py
test/test_participants_api.py
test/test_phone_number_lookup_api.py
test/test_priority_enum.py
test/test_publish_permissions_enum.py
test/test_recording_state_enum.py
test/test_recordings_api.py
test/test_redirect_method_enum.py
test/test_request_error.py
test/test_session.py
test/test_sessions_api.py
test/test_statistics_api.py
test/test_subscriptions.py
test/test_tag.py
test/test_tn_lookup_request_error.py
test/test_transcribe_recording.py
test/test_transcription.py
test/test_transcription_list.py
test/test_transcription_metadata.py
test/test_unauthorized_request.py
test/test_update_call.py
test/test_update_call_recording.py
test/test_update_conference.py
test/test_update_conference_member.py
test/test_verify_code_request.py
test/test_verify_code_response.py
test/test_voice_api_error.py
test/test_voice_code_response.py
tox.ini
24 changes: 22 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,17 +182,24 @@ Class | Method | HTTP request | Description
## Documentation For Models

- [AccountStatistics](docs/AccountStatistics.md)
- [CallCallback](docs/CallCallback.md)
- [AnswerCallback](docs/AnswerCallback.md)
- [BridgeCompleteCallback](docs/BridgeCompleteCallback.md)
- [BridgeTargetCompleteCallback](docs/BridgeTargetCompleteCallback.md)
- [CallDirectionEnum](docs/CallDirectionEnum.md)
- [CallRecordingMetadata](docs/CallRecordingMetadata.md)
- [CallState](docs/CallState.md)
- [CallStateEnum](docs/CallStateEnum.md)
- [CallbackMethodEnum](docs/CallbackMethodEnum.md)
- [CodeRequest](docs/CodeRequest.md)
- [Conference](docs/Conference.md)
- [ConferenceCallback](docs/ConferenceCallback.md)
- [ConferenceCompletedCallback](docs/ConferenceCompletedCallback.md)
- [ConferenceCreatedCallback](docs/ConferenceCreatedCallback.md)
- [ConferenceMember](docs/ConferenceMember.md)
- [ConferenceMemberExitCallback](docs/ConferenceMemberExitCallback.md)
- [ConferenceMemberJoinCallback](docs/ConferenceMemberJoinCallback.md)
- [ConferenceRecordingAvailableCallback](docs/ConferenceRecordingAvailableCallback.md)
- [ConferenceRecordingMetadata](docs/ConferenceRecordingMetadata.md)
- [ConferenceRedirectCallback](docs/ConferenceRedirectCallback.md)
- [ConferenceStateEnum](docs/ConferenceStateEnum.md)
- [CreateCall](docs/CreateCall.md)
- [CreateCallResponse](docs/CreateCallResponse.md)
Expand All @@ -202,16 +209,21 @@ Class | Method | HTTP request | Description
- [CreateParticipantResponse](docs/CreateParticipantResponse.md)
- [DeferredResult](docs/DeferredResult.md)
- [DeviceApiVersionEnum](docs/DeviceApiVersionEnum.md)
- [DisconenctCallback](docs/DisconenctCallback.md)
- [Diversion](docs/Diversion.md)
- [DtmfCallback](docs/DtmfCallback.md)
- [FieldError](docs/FieldError.md)
- [FileFormatEnum](docs/FileFormatEnum.md)
- [ForbiddenRequest](docs/ForbiddenRequest.md)
- [GatherCallback](docs/GatherCallback.md)
- [InitiateCallback](docs/InitiateCallback.md)
- [ListMessageDirectionEnum](docs/ListMessageDirectionEnum.md)
- [ListMessageItem](docs/ListMessageItem.md)
- [LookupRequest](docs/LookupRequest.md)
- [LookupResult](docs/LookupResult.md)
- [LookupStatus](docs/LookupStatus.md)
- [LookupStatusEnum](docs/LookupStatusEnum.md)
- [MachineDetectionCompleteCallback](docs/MachineDetectionCompleteCallback.md)
- [MachineDetectionConfiguration](docs/MachineDetectionConfiguration.md)
- [MachineDetectionModeEnum](docs/MachineDetectionModeEnum.md)
- [Media](docs/Media.md)
Expand All @@ -231,17 +243,25 @@ Class | Method | HTTP request | Description
- [ParticipantSubscription](docs/ParticipantSubscription.md)
- [PriorityEnum](docs/PriorityEnum.md)
- [PublishPermissionsEnum](docs/PublishPermissionsEnum.md)
- [RecordingAvailableCallback](docs/RecordingAvailableCallback.md)
- [RecordingCompleteCallback](docs/RecordingCompleteCallback.md)
- [RecordingStateEnum](docs/RecordingStateEnum.md)
- [RedirectCallback](docs/RedirectCallback.md)
- [RedirectMethodEnum](docs/RedirectMethodEnum.md)
- [RequestError](docs/RequestError.md)
- [Session](docs/Session.md)
- [StirShaken](docs/StirShaken.md)
- [Subscriptions](docs/Subscriptions.md)
- [Tag](docs/Tag.md)
- [TnLookupRequestError](docs/TnLookupRequestError.md)
- [TranscribeRecording](docs/TranscribeRecording.md)
- [Transcription](docs/Transcription.md)
- [TranscriptionAvailableCallback](docs/TranscriptionAvailableCallback.md)
- [TranscriptionList](docs/TranscriptionList.md)
- [TranscriptionMetadata](docs/TranscriptionMetadata.md)
- [TransferAnswerCallback](docs/TransferAnswerCallback.md)
- [TransferCompleteCallback](docs/TransferCompleteCallback.md)
- [TransferDisconnectCallback](docs/TransferDisconnectCallback.md)
- [UnauthorizedRequest](docs/UnauthorizedRequest.md)
- [UpdateCall](docs/UpdateCall.md)
- [UpdateCallRecording](docs/UpdateCallRecording.md)
Expand Down
Loading