bandwidth-sdk 11.0.0.pre.beta.1.1 → 11.0.0.pre.beta.3.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile +3 -1
- data/Gemfile.lock +44 -20
- data/README.md +7 -3
- data/Rakefile +10 -2
- data/bandwidth-sdk.gemspec +12 -12
- data/bandwidth.yml +401 -352
- data/coverage/.last_run.json +5 -0
- data/coverage/.resultset.json +9759 -0
- data/coverage/.resultset.json.lock +0 -0
- data/coverage/assets/0.12.3/DataTables-1.10.20/images/sort_asc.png +0 -0
- data/coverage/assets/0.12.3/DataTables-1.10.20/images/sort_asc_disabled.png +0 -0
- data/coverage/assets/0.12.3/DataTables-1.10.20/images/sort_both.png +0 -0
- data/coverage/assets/0.12.3/DataTables-1.10.20/images/sort_desc.png +0 -0
- data/coverage/assets/0.12.3/DataTables-1.10.20/images/sort_desc_disabled.png +0 -0
- data/coverage/assets/0.12.3/application.css +1 -0
- data/coverage/assets/0.12.3/application.js +7 -0
- data/coverage/assets/0.12.3/colorbox/border.png +0 -0
- data/coverage/assets/0.12.3/colorbox/controls.png +0 -0
- data/coverage/assets/0.12.3/colorbox/loading.gif +0 -0
- data/coverage/assets/0.12.3/colorbox/loading_background.png +0 -0
- data/coverage/assets/0.12.3/favicon_green.png +0 -0
- data/coverage/assets/0.12.3/favicon_red.png +0 -0
- data/coverage/assets/0.12.3/favicon_yellow.png +0 -0
- data/coverage/assets/0.12.3/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
- data/coverage/assets/0.12.3/images/ui-bg_flat_75_ffffff_40x100.png +0 -0
- data/coverage/assets/0.12.3/images/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
- data/coverage/assets/0.12.3/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
- data/coverage/assets/0.12.3/images/ui-bg_glass_75_dadada_1x400.png +0 -0
- data/coverage/assets/0.12.3/images/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
- data/coverage/assets/0.12.3/images/ui-bg_glass_95_fef1ec_1x400.png +0 -0
- data/coverage/assets/0.12.3/images/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
- data/coverage/assets/0.12.3/images/ui-icons_222222_256x240.png +0 -0
- data/coverage/assets/0.12.3/images/ui-icons_2e83ff_256x240.png +0 -0
- data/coverage/assets/0.12.3/images/ui-icons_454545_256x240.png +0 -0
- data/coverage/assets/0.12.3/images/ui-icons_888888_256x240.png +0 -0
- data/coverage/assets/0.12.3/images/ui-icons_cd0a0a_256x240.png +0 -0
- data/coverage/assets/0.12.3/loading.gif +0 -0
- data/coverage/assets/0.12.3/magnify.png +0 -0
- data/coverage/index.html +108249 -0
- data/custom_templates/Gemfile.mustache +11 -0
- data/custom_templates/README.mustache +170 -0
- data/custom_templates/gem.mustache +99 -0
- data/custom_templates/gemspec.mustache +37 -0
- data/custom_templates/version.mustache +7 -0
- data/docs/AnswerCallback.md +3 -3
- data/docs/BridgeCompleteCallback.md +2 -2
- data/docs/BridgeTargetCompleteCallback.md +2 -2
- data/docs/CallState.md +2 -2
- data/docs/CallsApi.md +15 -15
- data/docs/Conference.md +4 -4
- data/docs/ConferenceCompletedCallback.md +2 -2
- data/docs/ConferenceCreatedCallback.md +2 -2
- data/docs/ConferenceMemberExitCallback.md +2 -2
- data/docs/ConferenceMemberJoinCallback.md +2 -2
- data/docs/ConferenceRecordingAvailableCallback.md +2 -2
- data/docs/ConferenceRedirectCallback.md +2 -2
- data/docs/ConferencesApi.md +42 -42
- data/docs/CreateCall.md +11 -11
- data/docs/CreateCallResponse.md +11 -11
- data/docs/DisconnectCallback.md +2 -2
- data/docs/DtmfCallback.md +2 -2
- data/docs/GatherCallback.md +2 -2
- data/docs/InitiateCallback.md +2 -2
- data/docs/ListMessageItem.md +5 -3
- data/docs/MFAApi.md +6 -6
- data/docs/MachineDetectionCompleteCallback.md +3 -3
- data/docs/MachineDetectionConfiguration.md +2 -2
- data/docs/MachineDetectionResult.md +20 -0
- data/docs/Message.md +2 -2
- data/docs/MessageDeliveredCallbackMessage.md +1 -1
- data/docs/MessageFailedCallbackMessage.md +1 -1
- data/docs/MessageRequest.md +1 -1
- data/docs/MessageSendingCallbackMessage.md +1 -1
- data/docs/MessagesApi.md +5 -1
- data/docs/MessagesList.md +1 -1
- data/docs/PhoneNumberLookupApi.md +4 -4
- data/docs/RecordingAvailableCallback.md +2 -2
- data/docs/RecordingCompleteCallback.md +2 -2
- data/docs/RecordingsApi.md +52 -52
- data/docs/RedirectCallback.md +2 -2
- data/docs/StatisticsApi.md +2 -2
- data/docs/TranscribeRecording.md +4 -2
- data/docs/TranscriptionAvailableCallback.md +2 -2
- data/docs/TransferAnswerCallback.md +2 -2
- data/docs/TransferCompleteCallback.md +2 -2
- data/docs/TransferDisconnectCallback.md +2 -2
- data/docs/UpdateCall.md +3 -3
- data/docs/UpdateConference.md +3 -3
- data/lib/bandwidth-sdk/api/calls_api.rb +18 -18
- data/lib/bandwidth-sdk/api/conferences_api.rb +46 -46
- data/lib/bandwidth-sdk/api/media_api.rb +2 -2
- data/lib/bandwidth-sdk/api/messages_api.rb +8 -2
- data/lib/bandwidth-sdk/api/mfa_api.rb +10 -10
- data/lib/bandwidth-sdk/api/phone_number_lookup_api.rb +6 -6
- data/lib/bandwidth-sdk/api/recordings_api.rb +55 -55
- data/lib/bandwidth-sdk/api/statistics_api.rb +3 -3
- data/lib/bandwidth-sdk/api_client.rb +1 -1
- data/lib/bandwidth-sdk/api_error.rb +2 -2
- data/lib/bandwidth-sdk/configuration.rb +12 -10
- data/lib/bandwidth-sdk/models/account_statistics.rb +14 -21
- data/lib/bandwidth-sdk/models/answer_callback.rb +16 -24
- data/lib/bandwidth-sdk/models/bridge_complete_callback.rb +15 -22
- data/lib/bandwidth-sdk/models/bridge_target_complete_callback.rb +15 -22
- data/lib/bandwidth-sdk/models/bxml/bxml.rb +2 -4
- data/lib/bandwidth-sdk/models/bxml/nestable_verb.rb +3 -7
- data/lib/bandwidth-sdk/models/bxml/response.rb +2 -4
- data/lib/bandwidth-sdk/models/bxml/root.rb +3 -3
- data/lib/bandwidth-sdk/models/bxml/verb.rb +4 -5
- data/lib/bandwidth-sdk/models/bxml/verbs/bridge.rb +2 -4
- data/lib/bandwidth-sdk/models/bxml/verbs/conference.rb +2 -5
- data/lib/bandwidth-sdk/models/bxml/verbs/custom_param.rb +16 -0
- data/lib/bandwidth-sdk/models/bxml/verbs/forward.rb +2 -4
- data/lib/bandwidth-sdk/models/bxml/verbs/gather.rb +3 -5
- data/lib/bandwidth-sdk/models/bxml/verbs/hangup.rb +2 -4
- data/lib/bandwidth-sdk/models/bxml/verbs/pause.rb +2 -4
- data/lib/bandwidth-sdk/models/bxml/verbs/pause_recording.rb +2 -4
- data/lib/bandwidth-sdk/models/bxml/verbs/phone_number.rb +2 -4
- data/lib/bandwidth-sdk/models/bxml/verbs/play_audio.rb +2 -4
- data/lib/bandwidth-sdk/models/bxml/verbs/record.rb +2 -4
- data/lib/bandwidth-sdk/models/bxml/verbs/redirect.rb +2 -4
- data/lib/bandwidth-sdk/models/bxml/verbs/resume_recording.rb +2 -4
- data/lib/bandwidth-sdk/models/bxml/verbs/ring.rb +2 -4
- data/lib/bandwidth-sdk/models/bxml/verbs/send_dtmf.rb +2 -4
- data/lib/bandwidth-sdk/models/bxml/verbs/sip_uri.rb +2 -4
- data/lib/bandwidth-sdk/models/bxml/verbs/speak_sentence.rb +3 -5
- data/lib/bandwidth-sdk/models/bxml/verbs/start_gather.rb +2 -4
- data/lib/bandwidth-sdk/models/bxml/verbs/start_recording.rb +2 -4
- data/lib/bandwidth-sdk/models/bxml/verbs/start_stream.rb +2 -4
- data/lib/bandwidth-sdk/models/bxml/verbs/start_transcription.rb +29 -0
- data/lib/bandwidth-sdk/models/bxml/verbs/stop_gather.rb +2 -4
- data/lib/bandwidth-sdk/models/bxml/verbs/stop_recording.rb +2 -4
- data/lib/bandwidth-sdk/models/bxml/verbs/stop_stream.rb +2 -4
- data/lib/bandwidth-sdk/models/bxml/verbs/stop_transcription.rb +15 -0
- data/lib/bandwidth-sdk/models/bxml/verbs/stream_param.rb +2 -4
- data/lib/bandwidth-sdk/models/bxml/verbs/tag.rb +2 -4
- data/lib/bandwidth-sdk/models/bxml/verbs/transfer.rb +2 -4
- data/lib/bandwidth-sdk/models/call_direction_enum.rb +3 -3
- data/lib/bandwidth-sdk/models/call_recording_metadata.rb +14 -21
- data/lib/bandwidth-sdk/models/call_state.rb +16 -23
- data/lib/bandwidth-sdk/models/call_state_enum.rb +3 -3
- data/lib/bandwidth-sdk/models/callback_method_enum.rb +3 -3
- data/lib/bandwidth-sdk/models/code_request.rb +29 -22
- data/lib/bandwidth-sdk/models/conference.rb +17 -24
- data/lib/bandwidth-sdk/models/conference_completed_callback.rb +15 -22
- data/lib/bandwidth-sdk/models/conference_created_callback.rb +15 -22
- data/lib/bandwidth-sdk/models/conference_member.rb +14 -21
- data/lib/bandwidth-sdk/models/conference_member_exit_callback.rb +15 -22
- data/lib/bandwidth-sdk/models/conference_member_join_callback.rb +15 -22
- data/lib/bandwidth-sdk/models/conference_recording_available_callback.rb +15 -22
- data/lib/bandwidth-sdk/models/conference_recording_metadata.rb +14 -21
- data/lib/bandwidth-sdk/models/conference_redirect_callback.rb +15 -22
- data/lib/bandwidth-sdk/models/conference_state_enum.rb +3 -3
- data/lib/bandwidth-sdk/models/create_call.rb +34 -24
- data/lib/bandwidth-sdk/models/create_call_response.rb +36 -29
- data/lib/bandwidth-sdk/models/create_lookup_response.rb +14 -21
- data/lib/bandwidth-sdk/models/create_message_request_error.rb +18 -21
- data/lib/bandwidth-sdk/models/deferred_result.rb +14 -21
- data/lib/bandwidth-sdk/models/disconenct_callback.rb +1 -3
- data/lib/bandwidth-sdk/models/disconnect_callback.rb +15 -22
- data/lib/bandwidth-sdk/models/diversion.rb +14 -21
- data/lib/bandwidth-sdk/models/dtmf_callback.rb +15 -22
- data/lib/bandwidth-sdk/models/field_error.rb +14 -21
- data/lib/bandwidth-sdk/models/file_format_enum.rb +3 -3
- data/lib/bandwidth-sdk/models/gather_callback.rb +15 -22
- data/lib/bandwidth-sdk/models/inbound_message_callback.rb +24 -21
- data/lib/bandwidth-sdk/models/inbound_message_callback_message.rb +33 -21
- data/lib/bandwidth-sdk/models/initiate_callback.rb +15 -22
- data/lib/bandwidth-sdk/models/list_message_direction_enum.rb +3 -3
- data/lib/bandwidth-sdk/models/list_message_item.rb +31 -27
- data/lib/bandwidth-sdk/models/lookup_request.rb +16 -21
- data/lib/bandwidth-sdk/models/lookup_result.rb +14 -21
- data/lib/bandwidth-sdk/models/lookup_status.rb +14 -21
- data/lib/bandwidth-sdk/models/lookup_status_enum.rb +5 -5
- data/lib/bandwidth-sdk/models/machine_detection_complete_callback.rb +16 -24
- data/lib/bandwidth-sdk/models/machine_detection_configuration.rb +14 -21
- data/lib/bandwidth-sdk/models/machine_detection_mode_enum.rb +3 -3
- data/lib/bandwidth-sdk/models/machine_detection_result.rb +224 -0
- data/lib/bandwidth-sdk/models/media.rb +14 -21
- data/lib/bandwidth-sdk/models/message.rb +23 -22
- data/lib/bandwidth-sdk/models/message_delivered_callback.rb +24 -21
- data/lib/bandwidth-sdk/models/message_delivered_callback_message.rb +35 -21
- data/lib/bandwidth-sdk/models/message_direction_enum.rb +3 -3
- data/lib/bandwidth-sdk/models/message_failed_callback.rb +26 -21
- data/lib/bandwidth-sdk/models/message_failed_callback_message.rb +37 -21
- data/lib/bandwidth-sdk/models/message_request.rb +26 -23
- data/lib/bandwidth-sdk/models/message_sending_callback.rb +24 -21
- data/lib/bandwidth-sdk/models/message_sending_callback_message.rb +37 -21
- data/lib/bandwidth-sdk/models/message_status_enum.rb +9 -9
- data/lib/bandwidth-sdk/models/message_type_enum.rb +3 -3
- data/lib/bandwidth-sdk/models/messages_list.rb +15 -22
- data/lib/bandwidth-sdk/models/messaging_code_response.rb +14 -21
- data/lib/bandwidth-sdk/models/messaging_request_error.rb +18 -21
- data/lib/bandwidth-sdk/models/mfa_forbidden_request_error.rb +14 -21
- data/lib/bandwidth-sdk/models/mfa_request_error.rb +14 -21
- data/lib/bandwidth-sdk/models/mfa_unauthorized_request_error.rb +14 -21
- data/lib/bandwidth-sdk/models/page_info.rb +14 -21
- data/lib/bandwidth-sdk/models/priority_enum.rb +3 -3
- data/lib/bandwidth-sdk/models/recording_available_callback.rb +15 -22
- data/lib/bandwidth-sdk/models/recording_complete_callback.rb +15 -22
- data/lib/bandwidth-sdk/models/recording_state_enum.rb +3 -3
- data/lib/bandwidth-sdk/models/redirect_callback.rb +15 -22
- data/lib/bandwidth-sdk/models/redirect_method_enum.rb +3 -3
- data/lib/bandwidth-sdk/models/stir_shaken.rb +14 -21
- data/lib/bandwidth-sdk/models/tag.rb +14 -21
- data/lib/bandwidth-sdk/models/tn_lookup_request_error.rb +14 -21
- data/lib/bandwidth-sdk/models/transcribe_recording.rb +32 -26
- data/lib/bandwidth-sdk/models/transcription.rb +14 -21
- data/lib/bandwidth-sdk/models/transcription_available_callback.rb +15 -22
- data/lib/bandwidth-sdk/models/transcription_list.rb +14 -21
- data/lib/bandwidth-sdk/models/transcription_metadata.rb +14 -21
- data/lib/bandwidth-sdk/models/transfer_answer_callback.rb +15 -22
- data/lib/bandwidth-sdk/models/transfer_complete_callback.rb +15 -22
- data/lib/bandwidth-sdk/models/transfer_disconnect_callback.rb +15 -22
- data/lib/bandwidth-sdk/models/update_call.rb +24 -22
- data/lib/bandwidth-sdk/models/update_call_recording.rb +16 -21
- data/lib/bandwidth-sdk/models/update_conference.rb +15 -22
- data/lib/bandwidth-sdk/models/update_conference_member.rb +14 -21
- data/lib/bandwidth-sdk/models/verify_code_request.rb +20 -21
- data/lib/bandwidth-sdk/models/verify_code_response.rb +14 -21
- data/lib/bandwidth-sdk/models/voice_api_error.rb +14 -21
- data/lib/bandwidth-sdk/models/voice_code_response.rb +14 -21
- data/lib/bandwidth-sdk/version.rb +2 -2
- data/lib/bandwidth-sdk.rb +5 -1
- data/openapi-config.yml +1 -0
- data/openapitools.json +7 -0
- data/spec/api/calls_api_spec.rb +228 -0
- data/spec/api/conferences_api_spec.rb +393 -0
- data/spec/api/media_api_spec.rb +129 -0
- data/spec/api/messages_api_spec.rb +193 -0
- data/spec/api/mfa_api_spec.rb +130 -0
- data/spec/api/phone_number_lookup_api_spec.rb +100 -0
- data/spec/api/recordings_api_spec.rb +395 -0
- data/spec/api/statistics_api_spec.rb +45 -0
- data/spec/api_client_spec.rb +377 -0
- data/spec/api_error_spec.rb +23 -0
- data/spec/call_utils.rb +28 -28
- data/spec/configuration_spec.rb +190 -0
- data/spec/integration/calls_api_integration_spec.rb +88 -69
- data/spec/integration/conferences_api_integration_spec.rb +74 -68
- data/spec/integration/media_api_integration_spec.rb +38 -32
- data/spec/integration/messages_api_integration_spec.rb +63 -50
- data/spec/integration/mfa_api_integration_spec.rb +41 -33
- data/spec/integration/phone_number_lookup_api_integration_spec.rb +26 -22
- data/spec/integration/recordings_api_integration_spec.rb +84 -77
- data/spec/integration/statistics_api_integration_spec.rb +15 -14
- data/spec/{unit/models → models}/bxml/bxml_spec.rb +0 -2
- data/spec/{unit/models → models}/bxml/nestable_verb_spec.rb +1 -3
- data/spec/{unit/models → models}/bxml/response_spec.rb +0 -2
- data/spec/{unit/models → models}/bxml/verb_spec.rb +1 -14
- data/spec/{unit/models → models}/bxml/verbs/bridge_spec.rb +0 -2
- data/spec/{unit/models → models}/bxml/verbs/conference_spec.rb +0 -2
- data/spec/models/bxml/verbs/custom_param_spec.rb +36 -0
- data/spec/{unit/models → models}/bxml/verbs/forward_spec.rb +0 -2
- data/spec/{unit/models → models}/bxml/verbs/gather_spec.rb +0 -2
- data/spec/{unit/models → models}/bxml/verbs/hangup_spec.rb +0 -2
- data/spec/{unit/models → models}/bxml/verbs/pause_recording_spec.rb +0 -2
- data/spec/{unit/models → models}/bxml/verbs/pause_spec.rb +0 -2
- data/spec/{unit/models → models}/bxml/verbs/phone_number_spec.rb +0 -2
- data/spec/{unit/models → models}/bxml/verbs/play_audio_spec.rb +0 -2
- data/spec/{unit/models → models}/bxml/verbs/record_spec.rb +0 -2
- data/spec/{unit/models → models}/bxml/verbs/redirect_spec.rb +0 -2
- data/spec/{unit/models → models}/bxml/verbs/resume_recording_spec.rb +0 -2
- data/spec/{unit/models → models}/bxml/verbs/ring_spec.rb +0 -2
- data/spec/{unit/models → models}/bxml/verbs/send_dtmf_spec.rb +0 -2
- data/spec/{unit/models → models}/bxml/verbs/sip_uri_spec.rb +0 -2
- data/spec/{unit/models → models}/bxml/verbs/speak_sentence_spec.rb +0 -2
- data/spec/{unit/models → models}/bxml/verbs/start_gather_spec.rb +0 -2
- data/spec/{unit/models → models}/bxml/verbs/start_recording_spec.rb +0 -2
- data/spec/{unit/models → models}/bxml/verbs/start_stream_spec.rb +2 -4
- data/spec/models/bxml/verbs/start_transcription_spec.rb +74 -0
- data/spec/{unit/models → models}/bxml/verbs/stop_gather_spec.rb +0 -2
- data/spec/{unit/models → models}/bxml/verbs/stop_recording_spec.rb +0 -2
- data/spec/{unit/models → models}/bxml/verbs/stop_stream_spec.rb +0 -2
- data/spec/models/bxml/verbs/stop_transcription_spec.rb +34 -0
- data/spec/{unit/models → models}/bxml/verbs/stream_param_spec.rb +0 -2
- data/spec/{unit/models → models}/bxml/verbs/tag_spec.rb +0 -2
- data/spec/{unit/models → models}/bxml/verbs/transfer_spec.rb +0 -2
- data/spec/models/call_state_enum_spec.rb +16 -0
- data/spec/models/call_state_spec.rb +168 -0
- data/spec/models/deferred_result_spec.rb +74 -0
- data/spec/models/message_spec.rb +138 -0
- data/spec/models/verify_code_request_spec.rb +126 -0
- data/spec/spec_helper.rb +48 -31
- metadata +148 -256
- data/spec/unit/api/calls_api_spec.rb +0 -89
- data/spec/unit/api/conferences_api_spec.rb +0 -163
- data/spec/unit/api/media_api_spec.rb +0 -90
- data/spec/unit/api/messages_api_spec.rb +0 -73
- data/spec/unit/api/mfa_api_spec.rb +0 -74
- data/spec/unit/api/phone_number_lookup_api_spec.rb +0 -61
- data/spec/unit/api/recordings_api_spec.rb +0 -177
- data/spec/unit/api/statistics_api_spec.rb +0 -47
- data/spec/unit/models/account_statistics_spec.rb +0 -40
- data/spec/unit/models/answer_callback_spec.rb +0 -112
- data/spec/unit/models/bridge_complete_callback_spec.rb +0 -124
- data/spec/unit/models/bridge_target_complete_callback_spec.rb +0 -106
- data/spec/unit/models/call_direction_enum_spec.rb +0 -28
- data/spec/unit/models/call_recording_metadata_spec.rb +0 -136
- data/spec/unit/models/call_state_enum_spec.rb +0 -28
- data/spec/unit/models/call_state_spec.rb +0 -136
- data/spec/unit/models/callback_method_enum_spec.rb +0 -28
- data/spec/unit/models/code_request_spec.rb +0 -64
- data/spec/unit/models/conference_completed_callback_spec.rb +0 -58
- data/spec/unit/models/conference_created_callback_spec.rb +0 -58
- data/spec/unit/models/conference_member_exit_callback_spec.rb +0 -76
- data/spec/unit/models/conference_member_join_callback_spec.rb +0 -76
- data/spec/unit/models/conference_member_spec.rb +0 -64
- data/spec/unit/models/conference_recording_available_callback_spec.rb +0 -112
- data/spec/unit/models/conference_recording_metadata_spec.rb +0 -94
- data/spec/unit/models/conference_redirect_callback_spec.rb +0 -58
- data/spec/unit/models/conference_spec.rb +0 -76
- data/spec/unit/models/conference_state_enum_spec.rb +0 -28
- data/spec/unit/models/create_call_response_spec.rb +0 -154
- data/spec/unit/models/create_call_spec.rb +0 -142
- data/spec/unit/models/create_lookup_response_spec.rb +0 -40
- data/spec/unit/models/create_message_request_error_spec.rb +0 -46
- data/spec/unit/models/deferred_result_spec.rb +0 -40
- data/spec/unit/models/disconnect_callback_spec.rb +0 -130
- data/spec/unit/models/diversion_spec.rb +0 -70
- data/spec/unit/models/dtmf_callback_spec.rb +0 -130
- data/spec/unit/models/field_error_spec.rb +0 -40
- data/spec/unit/models/file_format_enum_spec.rb +0 -28
- data/spec/unit/models/gather_callback_spec.rb +0 -136
- data/spec/unit/models/inbound_message_callback_message_spec.rb +0 -100
- data/spec/unit/models/inbound_message_callback_spec.rb +0 -58
- data/spec/unit/models/initiate_callback_spec.rb +0 -100
- data/spec/unit/models/list_message_direction_enum_spec.rb +0 -28
- data/spec/unit/models/list_message_item_spec.rb +0 -124
- data/spec/unit/models/lookup_request_spec.rb +0 -34
- data/spec/unit/models/lookup_result_spec.rb +0 -82
- data/spec/unit/models/lookup_status_enum_spec.rb +0 -28
- data/spec/unit/models/lookup_status_spec.rb +0 -52
- data/spec/unit/models/machine_detection_complete_callback_spec.rb +0 -112
- data/spec/unit/models/machine_detection_configuration_spec.rb +0 -118
- data/spec/unit/models/machine_detection_mode_enum_spec.rb +0 -28
- data/spec/unit/models/media_spec.rb +0 -46
- data/spec/unit/models/message_delivered_callback_message_spec.rb +0 -100
- data/spec/unit/models/message_delivered_callback_spec.rb +0 -58
- data/spec/unit/models/message_direction_enum_spec.rb +0 -28
- data/spec/unit/models/message_failed_callback_message_spec.rb +0 -100
- data/spec/unit/models/message_failed_callback_spec.rb +0 -64
- data/spec/unit/models/message_request_spec.rb +0 -76
- data/spec/unit/models/message_sending_callback_message_spec.rb +0 -100
- data/spec/unit/models/message_sending_callback_spec.rb +0 -58
- data/spec/unit/models/message_spec.rb +0 -106
- data/spec/unit/models/message_status_enum_spec.rb +0 -28
- data/spec/unit/models/message_type_enum_spec.rb +0 -28
- data/spec/unit/models/messages_list_spec.rb +0 -46
- data/spec/unit/models/messaging_code_response_spec.rb +0 -34
- data/spec/unit/models/messaging_request_error_spec.rb +0 -40
- data/spec/unit/models/mfa_forbidden_request_error_spec.rb +0 -34
- data/spec/unit/models/mfa_request_error_spec.rb +0 -40
- data/spec/unit/models/mfa_unauthorized_request_error_spec.rb +0 -34
- data/spec/unit/models/page_info_spec.rb +0 -52
- data/spec/unit/models/priority_enum_spec.rb +0 -28
- data/spec/unit/models/recording_available_callback_spec.rb +0 -160
- data/spec/unit/models/recording_complete_callback_spec.rb +0 -160
- data/spec/unit/models/recording_state_enum_spec.rb +0 -28
- data/spec/unit/models/redirect_callback_spec.rb +0 -124
- data/spec/unit/models/redirect_method_enum_spec.rb +0 -28
- data/spec/unit/models/stir_shaken_spec.rb +0 -46
- data/spec/unit/models/tag_spec.rb +0 -40
- data/spec/unit/models/tn_lookup_request_error_spec.rb +0 -34
- data/spec/unit/models/transcribe_recording_spec.rb +0 -64
- data/spec/unit/models/transcription_available_callback_spec.rb +0 -154
- data/spec/unit/models/transcription_list_spec.rb +0 -34
- data/spec/unit/models/transcription_metadata_spec.rb +0 -52
- data/spec/unit/models/transcription_spec.rb +0 -40
- data/spec/unit/models/transfer_answer_callback_spec.rb +0 -118
- data/spec/unit/models/transfer_complete_callback_spec.rb +0 -136
- data/spec/unit/models/transfer_disconnect_callback_spec.rb +0 -148
- data/spec/unit/models/update_call_recording_spec.rb +0 -34
- data/spec/unit/models/update_call_spec.rb +0 -88
- data/spec/unit/models/update_conference_member_spec.rb +0 -46
- data/spec/unit/models/update_conference_spec.rb +0 -82
- data/spec/unit/models/verify_code_request_spec.rb +0 -52
- data/spec/unit/models/verify_code_response_spec.rb +0 -34
- data/spec/unit/models/voice_api_error_spec.rb +0 -46
- data/spec/unit/models/voice_code_response_spec.rb +0 -34
@@ -6,7 +6,7 @@
|
|
6
6
|
The version of the OpenAPI document: 1.0.0
|
7
7
|
Contact: letstalk@bandwidth.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
OpenAPI Generator version:
|
9
|
+
OpenAPI Generator version: 7.0.0-SNAPSHOT
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -21,9 +21,9 @@ module Bandwidth
|
|
21
21
|
end
|
22
22
|
# Delete Transcription
|
23
23
|
# Deletes the specified recording's transcription. Note: After the deletion is requested and a `204` is returned, the transcription will not be accessible anymore. However, it is not deleted immediately. This deletion process, while transparent and irreversible, can take an additional 24 to 48 hours.
|
24
|
-
# @param account_id [String] Your Bandwidth Account ID
|
25
|
-
# @param call_id [String] Programmable Voice API Call ID
|
26
|
-
# @param recording_id [String] Programmable Voice API Recording ID
|
24
|
+
# @param account_id [String] Your Bandwidth Account ID.
|
25
|
+
# @param call_id [String] Programmable Voice API Call ID.
|
26
|
+
# @param recording_id [String] Programmable Voice API Recording ID.
|
27
27
|
# @param [Hash] opts the optional parameters
|
28
28
|
# @return [nil]
|
29
29
|
def delete_call_transcription(account_id, call_id, recording_id, opts = {})
|
@@ -33,9 +33,9 @@ module Bandwidth
|
|
33
33
|
|
34
34
|
# Delete Transcription
|
35
35
|
# Deletes the specified recording's transcription. Note: After the deletion is requested and a `204` is returned, the transcription will not be accessible anymore. However, it is not deleted immediately. This deletion process, while transparent and irreversible, can take an additional 24 to 48 hours.
|
36
|
-
# @param account_id [String] Your Bandwidth Account ID
|
37
|
-
# @param call_id [String] Programmable Voice API Call ID
|
38
|
-
# @param recording_id [String] Programmable Voice API Recording ID
|
36
|
+
# @param account_id [String] Your Bandwidth Account ID.
|
37
|
+
# @param call_id [String] Programmable Voice API Call ID.
|
38
|
+
# @param recording_id [String] Programmable Voice API Recording ID.
|
39
39
|
# @param [Hash] opts the optional parameters
|
40
40
|
# @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
|
41
41
|
def delete_call_transcription_with_http_info(account_id, call_id, recording_id, opts = {})
|
@@ -96,9 +96,9 @@ module Bandwidth
|
|
96
96
|
|
97
97
|
# Delete Recording
|
98
98
|
# Delete the recording information, media and transcription. Note: After the deletion is requested and a `204` is returned, neither the recording metadata nor the actual media nor its transcription will be accessible anymore. However, the media of the specified recording is not deleted immediately. This deletion process, while transparent and irreversible, can take an additional 24 to 48 hours.
|
99
|
-
# @param account_id [String] Your Bandwidth Account ID
|
100
|
-
# @param call_id [String] Programmable Voice API Call ID
|
101
|
-
# @param recording_id [String] Programmable Voice API Recording ID
|
99
|
+
# @param account_id [String] Your Bandwidth Account ID.
|
100
|
+
# @param call_id [String] Programmable Voice API Call ID.
|
101
|
+
# @param recording_id [String] Programmable Voice API Recording ID.
|
102
102
|
# @param [Hash] opts the optional parameters
|
103
103
|
# @return [nil]
|
104
104
|
def delete_recording(account_id, call_id, recording_id, opts = {})
|
@@ -108,9 +108,9 @@ module Bandwidth
|
|
108
108
|
|
109
109
|
# Delete Recording
|
110
110
|
# Delete the recording information, media and transcription. Note: After the deletion is requested and a `204` is returned, neither the recording metadata nor the actual media nor its transcription will be accessible anymore. However, the media of the specified recording is not deleted immediately. This deletion process, while transparent and irreversible, can take an additional 24 to 48 hours.
|
111
|
-
# @param account_id [String] Your Bandwidth Account ID
|
112
|
-
# @param call_id [String] Programmable Voice API Call ID
|
113
|
-
# @param recording_id [String] Programmable Voice API Recording ID
|
111
|
+
# @param account_id [String] Your Bandwidth Account ID.
|
112
|
+
# @param call_id [String] Programmable Voice API Call ID.
|
113
|
+
# @param recording_id [String] Programmable Voice API Recording ID.
|
114
114
|
# @param [Hash] opts the optional parameters
|
115
115
|
# @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
|
116
116
|
def delete_recording_with_http_info(account_id, call_id, recording_id, opts = {})
|
@@ -171,9 +171,9 @@ module Bandwidth
|
|
171
171
|
|
172
172
|
# Delete Recording Media
|
173
173
|
# Deletes the specified recording's media.
|
174
|
-
# @param account_id [String] Your Bandwidth Account ID
|
175
|
-
# @param call_id [String] Programmable Voice API Call ID
|
176
|
-
# @param recording_id [String] Programmable Voice API Recording ID
|
174
|
+
# @param account_id [String] Your Bandwidth Account ID.
|
175
|
+
# @param call_id [String] Programmable Voice API Call ID.
|
176
|
+
# @param recording_id [String] Programmable Voice API Recording ID.
|
177
177
|
# @param [Hash] opts the optional parameters
|
178
178
|
# @return [nil]
|
179
179
|
def delete_recording_media(account_id, call_id, recording_id, opts = {})
|
@@ -183,9 +183,9 @@ module Bandwidth
|
|
183
183
|
|
184
184
|
# Delete Recording Media
|
185
185
|
# Deletes the specified recording's media.
|
186
|
-
# @param account_id [String] Your Bandwidth Account ID
|
187
|
-
# @param call_id [String] Programmable Voice API Call ID
|
188
|
-
# @param recording_id [String] Programmable Voice API Recording ID
|
186
|
+
# @param account_id [String] Your Bandwidth Account ID.
|
187
|
+
# @param call_id [String] Programmable Voice API Call ID.
|
188
|
+
# @param recording_id [String] Programmable Voice API Recording ID.
|
189
189
|
# @param [Hash] opts the optional parameters
|
190
190
|
# @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
|
191
191
|
def delete_recording_media_with_http_info(account_id, call_id, recording_id, opts = {})
|
@@ -246,9 +246,9 @@ module Bandwidth
|
|
246
246
|
|
247
247
|
# Download Recording
|
248
248
|
# Downloads the specified recording.
|
249
|
-
# @param account_id [String] Your Bandwidth Account ID
|
250
|
-
# @param call_id [String] Programmable Voice API Call ID
|
251
|
-
# @param recording_id [String] Programmable Voice API Recording ID
|
249
|
+
# @param account_id [String] Your Bandwidth Account ID.
|
250
|
+
# @param call_id [String] Programmable Voice API Call ID.
|
251
|
+
# @param recording_id [String] Programmable Voice API Recording ID.
|
252
252
|
# @param [Hash] opts the optional parameters
|
253
253
|
# @return [File]
|
254
254
|
def download_call_recording(account_id, call_id, recording_id, opts = {})
|
@@ -258,9 +258,9 @@ module Bandwidth
|
|
258
258
|
|
259
259
|
# Download Recording
|
260
260
|
# Downloads the specified recording.
|
261
|
-
# @param account_id [String] Your Bandwidth Account ID
|
262
|
-
# @param call_id [String] Programmable Voice API Call ID
|
263
|
-
# @param recording_id [String] Programmable Voice API Recording ID
|
261
|
+
# @param account_id [String] Your Bandwidth Account ID.
|
262
|
+
# @param call_id [String] Programmable Voice API Call ID.
|
263
|
+
# @param recording_id [String] Programmable Voice API Recording ID.
|
264
264
|
# @param [Hash] opts the optional parameters
|
265
265
|
# @return [Array<(File, Integer, Hash)>] File data, response status code and response headers
|
266
266
|
def download_call_recording_with_http_info(account_id, call_id, recording_id, opts = {})
|
@@ -321,9 +321,9 @@ module Bandwidth
|
|
321
321
|
|
322
322
|
# Get Call Recording
|
323
323
|
# Returns metadata for the specified recording.
|
324
|
-
# @param account_id [String] Your Bandwidth Account ID
|
325
|
-
# @param call_id [String] Programmable Voice API Call ID
|
326
|
-
# @param recording_id [String] Programmable Voice API Recording ID
|
324
|
+
# @param account_id [String] Your Bandwidth Account ID.
|
325
|
+
# @param call_id [String] Programmable Voice API Call ID.
|
326
|
+
# @param recording_id [String] Programmable Voice API Recording ID.
|
327
327
|
# @param [Hash] opts the optional parameters
|
328
328
|
# @return [CallRecordingMetadata]
|
329
329
|
def get_call_recording(account_id, call_id, recording_id, opts = {})
|
@@ -333,9 +333,9 @@ module Bandwidth
|
|
333
333
|
|
334
334
|
# Get Call Recording
|
335
335
|
# Returns metadata for the specified recording.
|
336
|
-
# @param account_id [String] Your Bandwidth Account ID
|
337
|
-
# @param call_id [String] Programmable Voice API Call ID
|
338
|
-
# @param recording_id [String] Programmable Voice API Recording ID
|
336
|
+
# @param account_id [String] Your Bandwidth Account ID.
|
337
|
+
# @param call_id [String] Programmable Voice API Call ID.
|
338
|
+
# @param recording_id [String] Programmable Voice API Recording ID.
|
339
339
|
# @param [Hash] opts the optional parameters
|
340
340
|
# @return [Array<(CallRecordingMetadata, Integer, Hash)>] CallRecordingMetadata data, response status code and response headers
|
341
341
|
def get_call_recording_with_http_info(account_id, call_id, recording_id, opts = {})
|
@@ -396,9 +396,9 @@ module Bandwidth
|
|
396
396
|
|
397
397
|
# Get Transcription
|
398
398
|
# Downloads the specified transcription. If the transcribed recording was multi-channel, then there will be 2 transcripts. The caller/called party transcript will be the first item while [`<PlayAudio>`](/docs/voice/bxml/playAudio) and [`<SpeakSentence>`](/docs/voice/bxml/speakSentence) transcript will be the second item. During a [`<Transfer>`](/docs/voice/bxml/transfer) the A-leg transcript will be the first item while the B-leg transcript will be the second item.
|
399
|
-
# @param account_id [String] Your Bandwidth Account ID
|
400
|
-
# @param call_id [String] Programmable Voice API Call ID
|
401
|
-
# @param recording_id [String] Programmable Voice API Recording ID
|
399
|
+
# @param account_id [String] Your Bandwidth Account ID.
|
400
|
+
# @param call_id [String] Programmable Voice API Call ID.
|
401
|
+
# @param recording_id [String] Programmable Voice API Recording ID.
|
402
402
|
# @param [Hash] opts the optional parameters
|
403
403
|
# @return [TranscriptionList]
|
404
404
|
def get_call_transcription(account_id, call_id, recording_id, opts = {})
|
@@ -408,9 +408,9 @@ module Bandwidth
|
|
408
408
|
|
409
409
|
# Get Transcription
|
410
410
|
# Downloads the specified transcription. If the transcribed recording was multi-channel, then there will be 2 transcripts. The caller/called party transcript will be the first item while [`<PlayAudio>`](/docs/voice/bxml/playAudio) and [`<SpeakSentence>`](/docs/voice/bxml/speakSentence) transcript will be the second item. During a [`<Transfer>`](/docs/voice/bxml/transfer) the A-leg transcript will be the first item while the B-leg transcript will be the second item.
|
411
|
-
# @param account_id [String] Your Bandwidth Account ID
|
412
|
-
# @param call_id [String] Programmable Voice API Call ID
|
413
|
-
# @param recording_id [String] Programmable Voice API Recording ID
|
411
|
+
# @param account_id [String] Your Bandwidth Account ID.
|
412
|
+
# @param call_id [String] Programmable Voice API Call ID.
|
413
|
+
# @param recording_id [String] Programmable Voice API Recording ID.
|
414
414
|
# @param [Hash] opts the optional parameters
|
415
415
|
# @return [Array<(TranscriptionList, Integer, Hash)>] TranscriptionList data, response status code and response headers
|
416
416
|
def get_call_transcription_with_http_info(account_id, call_id, recording_id, opts = {})
|
@@ -471,7 +471,7 @@ module Bandwidth
|
|
471
471
|
|
472
472
|
# Get Call Recordings
|
473
473
|
# Returns a list of metadata for the recordings associated with the specified account. The list can be filtered by the optional from, to, minStartTime, and maxStartTime arguments. The list is capped at 1000 entries and may be empty if no recordings match the specified criteria.
|
474
|
-
# @param account_id [String] Your Bandwidth Account ID
|
474
|
+
# @param account_id [String] Your Bandwidth Account ID.
|
475
475
|
# @param [Hash] opts the optional parameters
|
476
476
|
# @option opts [String] :to Filter results by the `to` field.
|
477
477
|
# @option opts [String] :from Filter results by the `from` field.
|
@@ -485,7 +485,7 @@ module Bandwidth
|
|
485
485
|
|
486
486
|
# Get Call Recordings
|
487
487
|
# Returns a list of metadata for the recordings associated with the specified account. The list can be filtered by the optional from, to, minStartTime, and maxStartTime arguments. The list is capped at 1000 entries and may be empty if no recordings match the specified criteria.
|
488
|
-
# @param account_id [String] Your Bandwidth Account ID
|
488
|
+
# @param account_id [String] Your Bandwidth Account ID.
|
489
489
|
# @param [Hash] opts the optional parameters
|
490
490
|
# @option opts [String] :to Filter results by the `to` field.
|
491
491
|
# @option opts [String] :from Filter results by the `from` field.
|
@@ -546,8 +546,8 @@ module Bandwidth
|
|
546
546
|
|
547
547
|
# List Call Recordings
|
548
548
|
# Returns a (potentially empty) list of metadata for the recordings that took place during the specified call.
|
549
|
-
# @param account_id [String] Your Bandwidth Account ID
|
550
|
-
# @param call_id [String] Programmable Voice API Call ID
|
549
|
+
# @param account_id [String] Your Bandwidth Account ID.
|
550
|
+
# @param call_id [String] Programmable Voice API Call ID.
|
551
551
|
# @param [Hash] opts the optional parameters
|
552
552
|
# @return [Array<CallRecordingMetadata>]
|
553
553
|
def list_call_recordings(account_id, call_id, opts = {})
|
@@ -557,8 +557,8 @@ module Bandwidth
|
|
557
557
|
|
558
558
|
# List Call Recordings
|
559
559
|
# Returns a (potentially empty) list of metadata for the recordings that took place during the specified call.
|
560
|
-
# @param account_id [String] Your Bandwidth Account ID
|
561
|
-
# @param call_id [String] Programmable Voice API Call ID
|
560
|
+
# @param account_id [String] Your Bandwidth Account ID.
|
561
|
+
# @param call_id [String] Programmable Voice API Call ID.
|
562
562
|
# @param [Hash] opts the optional parameters
|
563
563
|
# @return [Array<(Array<CallRecordingMetadata>, Integer, Hash)>] Array<CallRecordingMetadata> data, response status code and response headers
|
564
564
|
def list_call_recordings_with_http_info(account_id, call_id, opts = {})
|
@@ -615,9 +615,9 @@ module Bandwidth
|
|
615
615
|
|
616
616
|
# Create Transcription Request
|
617
617
|
# Generate the transcription for a specific recording. Transcription can succeed only for recordings of length greater than 500 milliseconds and less than 4 hours.
|
618
|
-
# @param account_id [String] Your Bandwidth Account ID
|
619
|
-
# @param call_id [String] Programmable Voice API Call ID
|
620
|
-
# @param recording_id [String] Programmable Voice API Recording ID
|
618
|
+
# @param account_id [String] Your Bandwidth Account ID.
|
619
|
+
# @param call_id [String] Programmable Voice API Call ID.
|
620
|
+
# @param recording_id [String] Programmable Voice API Recording ID.
|
621
621
|
# @param transcribe_recording [TranscribeRecording]
|
622
622
|
# @param [Hash] opts the optional parameters
|
623
623
|
# @return [nil]
|
@@ -628,9 +628,9 @@ module Bandwidth
|
|
628
628
|
|
629
629
|
# Create Transcription Request
|
630
630
|
# Generate the transcription for a specific recording. Transcription can succeed only for recordings of length greater than 500 milliseconds and less than 4 hours.
|
631
|
-
# @param account_id [String] Your Bandwidth Account ID
|
632
|
-
# @param call_id [String] Programmable Voice API Call ID
|
633
|
-
# @param recording_id [String] Programmable Voice API Recording ID
|
631
|
+
# @param account_id [String] Your Bandwidth Account ID.
|
632
|
+
# @param call_id [String] Programmable Voice API Call ID.
|
633
|
+
# @param recording_id [String] Programmable Voice API Recording ID.
|
634
634
|
# @param transcribe_recording [TranscribeRecording]
|
635
635
|
# @param [Hash] opts the optional parameters
|
636
636
|
# @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
|
@@ -667,7 +667,7 @@ module Bandwidth
|
|
667
667
|
# HTTP header 'Content-Type'
|
668
668
|
content_type = @api_client.select_header_content_type(['application/json'])
|
669
669
|
if !content_type.nil?
|
670
|
-
|
670
|
+
header_params['Content-Type'] = content_type
|
671
671
|
end
|
672
672
|
|
673
673
|
# form parameters
|
@@ -701,8 +701,8 @@ module Bandwidth
|
|
701
701
|
|
702
702
|
# Update Recording
|
703
703
|
# Pause or resume a recording on an active phone call.
|
704
|
-
# @param account_id [String] Your Bandwidth Account ID
|
705
|
-
# @param call_id [String] Programmable Voice API Call ID
|
704
|
+
# @param account_id [String] Your Bandwidth Account ID.
|
705
|
+
# @param call_id [String] Programmable Voice API Call ID.
|
706
706
|
# @param update_call_recording [UpdateCallRecording]
|
707
707
|
# @param [Hash] opts the optional parameters
|
708
708
|
# @return [nil]
|
@@ -713,8 +713,8 @@ module Bandwidth
|
|
713
713
|
|
714
714
|
# Update Recording
|
715
715
|
# Pause or resume a recording on an active phone call.
|
716
|
-
# @param account_id [String] Your Bandwidth Account ID
|
717
|
-
# @param call_id [String] Programmable Voice API Call ID
|
716
|
+
# @param account_id [String] Your Bandwidth Account ID.
|
717
|
+
# @param call_id [String] Programmable Voice API Call ID.
|
718
718
|
# @param update_call_recording [UpdateCallRecording]
|
719
719
|
# @param [Hash] opts the optional parameters
|
720
720
|
# @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
|
@@ -747,7 +747,7 @@ module Bandwidth
|
|
747
747
|
# HTTP header 'Content-Type'
|
748
748
|
content_type = @api_client.select_header_content_type(['application/json'])
|
749
749
|
if !content_type.nil?
|
750
|
-
|
750
|
+
header_params['Content-Type'] = content_type
|
751
751
|
end
|
752
752
|
|
753
753
|
# form parameters
|
@@ -6,7 +6,7 @@
|
|
6
6
|
The version of the OpenAPI document: 1.0.0
|
7
7
|
Contact: letstalk@bandwidth.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
OpenAPI Generator version:
|
9
|
+
OpenAPI Generator version: 7.0.0-SNAPSHOT
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -21,7 +21,7 @@ module Bandwidth
|
|
21
21
|
end
|
22
22
|
# Get Account Statistics
|
23
23
|
# Returns details about the current state of the account.
|
24
|
-
# @param account_id [String] Your Bandwidth Account ID
|
24
|
+
# @param account_id [String] Your Bandwidth Account ID.
|
25
25
|
# @param [Hash] opts the optional parameters
|
26
26
|
# @return [AccountStatistics]
|
27
27
|
def get_statistics(account_id, opts = {})
|
@@ -31,7 +31,7 @@ module Bandwidth
|
|
31
31
|
|
32
32
|
# Get Account Statistics
|
33
33
|
# Returns details about the current state of the account.
|
34
|
-
# @param account_id [String] Your Bandwidth Account ID
|
34
|
+
# @param account_id [String] Your Bandwidth Account ID.
|
35
35
|
# @param [Hash] opts the optional parameters
|
36
36
|
# @return [Array<(AccountStatistics, Integer, Hash)>] AccountStatistics data, response status code and response headers
|
37
37
|
def get_statistics_with_http_info(account_id, opts = {})
|
@@ -6,7 +6,7 @@
|
|
6
6
|
The version of the OpenAPI document: 1.0.0
|
7
7
|
Contact: letstalk@bandwidth.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
OpenAPI Generator version:
|
9
|
+
OpenAPI Generator version: 7.0.0-SNAPSHOT
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -43,7 +43,7 @@ module Bandwidth
|
|
43
43
|
|
44
44
|
def message
|
45
45
|
if @message.nil?
|
46
|
-
msg =
|
46
|
+
msg = 'Error message: the server returns an error'
|
47
47
|
else
|
48
48
|
msg = @message
|
49
49
|
end
|
@@ -6,7 +6,7 @@
|
|
6
6
|
The version of the OpenAPI document: 1.0.0
|
7
7
|
Contact: letstalk@bandwidth.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
OpenAPI Generator version:
|
9
|
+
OpenAPI Generator version: 7.0.0-SNAPSHOT
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -151,7 +151,7 @@ module Bandwidth
|
|
151
151
|
@scheme = 'http'
|
152
152
|
@host = 'localhost'
|
153
153
|
@base_path = ''
|
154
|
-
@server_index =
|
154
|
+
@server_index = nil
|
155
155
|
@server_operation_index = {}
|
156
156
|
@server_variables = {}
|
157
157
|
@server_operation_variables = {}
|
@@ -204,10 +204,12 @@ module Bandwidth
|
|
204
204
|
|
205
205
|
# Returns base URL for specified operation based on server settings
|
206
206
|
def base_url(operation = nil)
|
207
|
-
|
208
|
-
|
209
|
-
|
210
|
-
|
207
|
+
if operation_server_settings.key?(operation) then
|
208
|
+
index = server_operation_index.fetch(operation, server_index)
|
209
|
+
server_url(index.nil? ? 0 : index, server_operation_variables.fetch(operation, server_variables), operation_server_settings[operation])
|
210
|
+
else
|
211
|
+
server_index.nil? ? "#{scheme}://#{[host, base_path].join('/').gsub(/\/+/, '/')}".sub(/\/+\z/, '') : server_url(server_index, server_variables, nil)
|
212
|
+
end
|
211
213
|
end
|
212
214
|
|
213
215
|
# Gets API key (with prefix if set).
|
@@ -224,8 +226,8 @@ module Bandwidth
|
|
224
226
|
|
225
227
|
# Gets access_token using access_token_getter or uses the static access_token
|
226
228
|
def access_token_with_refresh
|
227
|
-
|
228
|
-
|
229
|
+
return access_token if access_token_getter.nil?
|
230
|
+
access_token_getter.call
|
229
231
|
end
|
230
232
|
|
231
233
|
# Gets Basic Auth token string
|
@@ -479,8 +481,8 @@ module Bandwidth
|
|
479
481
|
servers = server_settings if servers == nil
|
480
482
|
|
481
483
|
# check array index out of bound
|
482
|
-
if (index < 0 || index >= servers.size)
|
483
|
-
fail ArgumentError, "Invalid index #{index} when selecting the server. Must be less than #{servers.size}"
|
484
|
+
if (index.nil? || index < 0 || index >= servers.size)
|
485
|
+
fail ArgumentError, "Invalid index #{index} when selecting the server. Must not be nil and must be less than #{servers.size}"
|
484
486
|
end
|
485
487
|
|
486
488
|
server = servers[index]
|
@@ -6,7 +6,7 @@
|
|
6
6
|
The version of the OpenAPI document: 1.0.0
|
7
7
|
Contact: letstalk@bandwidth.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
OpenAPI Generator version:
|
9
|
+
OpenAPI Generator version: 7.0.0-SNAPSHOT
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -52,7 +52,7 @@ module Bandwidth
|
|
52
52
|
# @param [Hash] attributes Model attributes in the form of hash
|
53
53
|
def initialize(attributes = {})
|
54
54
|
if (!attributes.is_a?(Hash))
|
55
|
-
fail ArgumentError,
|
55
|
+
fail ArgumentError, 'The input argument (attributes) must be a hash in `Bandwidth::AccountStatistics` initialize method'
|
56
56
|
end
|
57
57
|
|
58
58
|
# check to see if the attribute exists and convert string to symbol for hash key
|
@@ -75,6 +75,7 @@ module Bandwidth
|
|
75
75
|
# Show invalid properties with the reasons. Usually used together with valid?
|
76
76
|
# @return Array for valid properties with the reasons
|
77
77
|
def list_invalid_properties
|
78
|
+
warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
|
78
79
|
invalid_properties = Array.new
|
79
80
|
invalid_properties
|
80
81
|
end
|
@@ -82,6 +83,7 @@ module Bandwidth
|
|
82
83
|
# Check to see if the all the properties in the model are valid
|
83
84
|
# @return true if the model is valid
|
84
85
|
def valid?
|
86
|
+
warn '[DEPRECATED] the `valid?` method is obsolete'
|
85
87
|
true
|
86
88
|
end
|
87
89
|
|
@@ -110,37 +112,30 @@ module Bandwidth
|
|
110
112
|
# @param [Hash] attributes Model attributes in the form of hash
|
111
113
|
# @return [Object] Returns the model itself
|
112
114
|
def self.build_from_hash(attributes)
|
113
|
-
new.build_from_hash(attributes)
|
114
|
-
end
|
115
|
-
|
116
|
-
# Builds the object from hash
|
117
|
-
# @param [Hash] attributes Model attributes in the form of hash
|
118
|
-
# @return [Object] Returns the model itself
|
119
|
-
def build_from_hash(attributes)
|
120
115
|
return nil unless attributes.is_a?(Hash)
|
121
116
|
attributes = attributes.transform_keys(&:to_sym)
|
122
|
-
|
123
|
-
|
124
|
-
|
117
|
+
transformed_hash = {}
|
118
|
+
openapi_types.each_pair do |key, type|
|
119
|
+
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
120
|
+
transformed_hash["#{key}"] = nil
|
125
121
|
elsif type =~ /\AArray<(.*)>/i
|
126
122
|
# check to ensure the input is an array given that the attribute
|
127
123
|
# is documented as an array but the input is not
|
128
|
-
if attributes[
|
129
|
-
|
124
|
+
if attributes[attribute_map[key]].is_a?(Array)
|
125
|
+
transformed_hash["#{key}"] = attributes[attribute_map[key]].map { |v| _deserialize($1, v) }
|
130
126
|
end
|
131
|
-
elsif !attributes[
|
132
|
-
|
127
|
+
elsif !attributes[attribute_map[key]].nil?
|
128
|
+
transformed_hash["#{key}"] = _deserialize(type, attributes[attribute_map[key]])
|
133
129
|
end
|
134
130
|
end
|
135
|
-
|
136
|
-
self
|
131
|
+
new(transformed_hash)
|
137
132
|
end
|
138
133
|
|
139
134
|
# Deserializes the data based on type
|
140
135
|
# @param string type Data type
|
141
136
|
# @param string value Value to be deserialized
|
142
137
|
# @return [Object] Deserialized data
|
143
|
-
def _deserialize(type, value)
|
138
|
+
def self._deserialize(type, value)
|
144
139
|
case type.to_sym
|
145
140
|
when :Time
|
146
141
|
Time.parse(value)
|
@@ -224,7 +219,5 @@ module Bandwidth
|
|
224
219
|
value
|
225
220
|
end
|
226
221
|
end
|
227
|
-
|
228
222
|
end
|
229
|
-
|
230
223
|
end
|
@@ -6,7 +6,7 @@
|
|
6
6
|
The version of the OpenAPI document: 1.0.0
|
7
7
|
Contact: letstalk@bandwidth.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
OpenAPI Generator version:
|
9
|
+
OpenAPI Generator version: 7.0.0-SNAPSHOT
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -54,7 +54,6 @@ module Bandwidth
|
|
54
54
|
# (optional) The tag specified on call creation. If no tag was specified or it was previously cleared, this field will not be present.
|
55
55
|
attr_accessor :tag
|
56
56
|
|
57
|
-
# (optional) if machine detection was requested in sync mode, the result will be specified here. Possible values are the same as the async counterpart: Machine Detection Complete
|
58
57
|
attr_accessor :machine_detection_result
|
59
58
|
|
60
59
|
class EnumAttributeValidator
|
@@ -108,7 +107,7 @@ module Bandwidth
|
|
108
107
|
def self.openapi_types
|
109
108
|
{
|
110
109
|
:'event_type' => :'String',
|
111
|
-
:'event_time' => :'
|
110
|
+
:'event_time' => :'Time',
|
112
111
|
:'account_id' => :'String',
|
113
112
|
:'application_id' => :'String',
|
114
113
|
:'from' => :'String',
|
@@ -120,7 +119,7 @@ module Bandwidth
|
|
120
119
|
:'start_time' => :'Time',
|
121
120
|
:'answer_time' => :'Time',
|
122
121
|
:'tag' => :'String',
|
123
|
-
:'machine_detection_result' => :'
|
122
|
+
:'machine_detection_result' => :'MachineDetectionResult'
|
124
123
|
}
|
125
124
|
end
|
126
125
|
|
@@ -138,7 +137,7 @@ module Bandwidth
|
|
138
137
|
# @param [Hash] attributes Model attributes in the form of hash
|
139
138
|
def initialize(attributes = {})
|
140
139
|
if (!attributes.is_a?(Hash))
|
141
|
-
fail ArgumentError,
|
140
|
+
fail ArgumentError, 'The input argument (attributes) must be a hash in `Bandwidth::AnswerCallback` initialize method'
|
142
141
|
end
|
143
142
|
|
144
143
|
# check to see if the attribute exists and convert string to symbol for hash key
|
@@ -209,6 +208,7 @@ module Bandwidth
|
|
209
208
|
# Show invalid properties with the reasons. Usually used together with valid?
|
210
209
|
# @return Array for valid properties with the reasons
|
211
210
|
def list_invalid_properties
|
211
|
+
warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
|
212
212
|
invalid_properties = Array.new
|
213
213
|
invalid_properties
|
214
214
|
end
|
@@ -216,6 +216,7 @@ module Bandwidth
|
|
216
216
|
# Check to see if the all the properties in the model are valid
|
217
217
|
# @return true if the model is valid
|
218
218
|
def valid?
|
219
|
+
warn '[DEPRECATED] the `valid?` method is obsolete'
|
219
220
|
true
|
220
221
|
end
|
221
222
|
|
@@ -256,37 +257,30 @@ module Bandwidth
|
|
256
257
|
# @param [Hash] attributes Model attributes in the form of hash
|
257
258
|
# @return [Object] Returns the model itself
|
258
259
|
def self.build_from_hash(attributes)
|
259
|
-
new.build_from_hash(attributes)
|
260
|
-
end
|
261
|
-
|
262
|
-
# Builds the object from hash
|
263
|
-
# @param [Hash] attributes Model attributes in the form of hash
|
264
|
-
# @return [Object] Returns the model itself
|
265
|
-
def build_from_hash(attributes)
|
266
260
|
return nil unless attributes.is_a?(Hash)
|
267
261
|
attributes = attributes.transform_keys(&:to_sym)
|
268
|
-
|
269
|
-
|
270
|
-
|
262
|
+
transformed_hash = {}
|
263
|
+
openapi_types.each_pair do |key, type|
|
264
|
+
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
265
|
+
transformed_hash["#{key}"] = nil
|
271
266
|
elsif type =~ /\AArray<(.*)>/i
|
272
267
|
# check to ensure the input is an array given that the attribute
|
273
268
|
# is documented as an array but the input is not
|
274
|
-
if attributes[
|
275
|
-
|
269
|
+
if attributes[attribute_map[key]].is_a?(Array)
|
270
|
+
transformed_hash["#{key}"] = attributes[attribute_map[key]].map { |v| _deserialize($1, v) }
|
276
271
|
end
|
277
|
-
elsif !attributes[
|
278
|
-
|
272
|
+
elsif !attributes[attribute_map[key]].nil?
|
273
|
+
transformed_hash["#{key}"] = _deserialize(type, attributes[attribute_map[key]])
|
279
274
|
end
|
280
275
|
end
|
281
|
-
|
282
|
-
self
|
276
|
+
new(transformed_hash)
|
283
277
|
end
|
284
278
|
|
285
279
|
# Deserializes the data based on type
|
286
280
|
# @param string type Data type
|
287
281
|
# @param string value Value to be deserialized
|
288
282
|
# @return [Object] Deserialized data
|
289
|
-
def _deserialize(type, value)
|
283
|
+
def self._deserialize(type, value)
|
290
284
|
case type.to_sym
|
291
285
|
when :Time
|
292
286
|
Time.parse(value)
|
@@ -370,7 +364,5 @@ module Bandwidth
|
|
370
364
|
value
|
371
365
|
end
|
372
366
|
end
|
373
|
-
|
374
367
|
end
|
375
|
-
|
376
368
|
end
|