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
@@ -1,14 +1,28 @@
|
|
1
|
-
require 'spec_helper'
|
2
|
-
require 'json'
|
3
|
-
|
4
1
|
# Integration Tests for Bandwidth::MessagesApi
|
5
2
|
describe 'MessagesApi Integration Tests' do
|
3
|
+
# message info
|
4
|
+
let(:mms_text) { 'ruby sdk test MMS' }
|
5
|
+
let(:sms_text) { 'ruby sdk test SMS' }
|
6
|
+
let(:mms_tag) { 'ruby sdk test MMS tag' }
|
7
|
+
let(:sms_tag) { 'ruby sdk test SMS tag' }
|
8
|
+
let(:media_url) { 'https://cdn2.thecatapi.com/images/MTY3ODIyMQ.jpg' }
|
9
|
+
let(:priority) { Bandwidth::PriorityEnum::HIGH }
|
10
|
+
let(:list_message_direction) { Bandwidth::ListMessageDirectionEnum::OUTBOUND }
|
11
|
+
|
6
12
|
before(:all) do
|
13
|
+
WebMock.allow_net_connect!
|
7
14
|
Bandwidth.configure do |config|
|
8
15
|
config.username = BW_USERNAME
|
9
16
|
config.password = BW_PASSWORD
|
10
17
|
end
|
11
|
-
@
|
18
|
+
@messaging_api_instance = Bandwidth::MessagesApi.new()
|
19
|
+
|
20
|
+
# expiration time
|
21
|
+
@expiration_time = (Time.now + 60).round.to_datetime.rfc3339
|
22
|
+
end
|
23
|
+
|
24
|
+
after(:all) do
|
25
|
+
WebMock.disable_net_connect!
|
12
26
|
end
|
13
27
|
|
14
28
|
# Create Message
|
@@ -18,49 +32,47 @@ describe 'MessagesApi Integration Tests' do
|
|
18
32
|
application_id: BW_MESSAGING_APPLICATION_ID,
|
19
33
|
to: [USER_NUMBER],
|
20
34
|
from: BW_NUMBER,
|
21
|
-
text:
|
22
|
-
media: [
|
23
|
-
tag:
|
35
|
+
text: mms_text,
|
36
|
+
media: [media_url],
|
37
|
+
tag: mms_tag
|
24
38
|
)
|
25
39
|
|
26
|
-
|
40
|
+
data, status_code, headers = @messaging_api_instance.create_message_with_http_info(BW_ACCOUNT_ID, message_request)
|
27
41
|
|
28
|
-
expect(
|
29
|
-
expect(
|
30
|
-
expect(
|
31
|
-
expect(
|
32
|
-
expect(
|
33
|
-
expect(
|
34
|
-
expect(
|
35
|
-
expect(
|
36
|
-
expect(
|
42
|
+
expect(status_code).to eq(202)
|
43
|
+
expect(data).to be_instance_of(Bandwidth::Message)
|
44
|
+
expect(data.id.length).to eq(29)
|
45
|
+
expect(data.owner).to eq(BW_NUMBER)
|
46
|
+
expect(data.to).to eq([USER_NUMBER])
|
47
|
+
expect(data.from).to eq(BW_NUMBER)
|
48
|
+
expect(data.text).to eq(mms_text)
|
49
|
+
expect(data.media).to eq([media_url])
|
50
|
+
expect(data.tag).to eq(mms_tag)
|
37
51
|
end
|
38
52
|
|
39
53
|
it 'creates an sms message' do
|
40
|
-
expiration_time = Time.now + 60
|
41
|
-
expiration_time = expiration_time.round
|
42
54
|
message_request = Bandwidth::MessageRequest.new(
|
43
55
|
application_id: BW_MESSAGING_APPLICATION_ID,
|
44
56
|
to: [USER_NUMBER],
|
45
57
|
from: BW_NUMBER,
|
46
|
-
text:
|
47
|
-
tag:
|
48
|
-
priority:
|
49
|
-
expiration: expiration_time
|
58
|
+
text: sms_text,
|
59
|
+
tag: sms_tag,
|
60
|
+
priority: priority,
|
61
|
+
expiration: @expiration_time
|
50
62
|
)
|
51
63
|
|
52
|
-
|
64
|
+
data, status_code, headers = @messaging_api_instance.create_message_with_http_info(BW_ACCOUNT_ID, message_request)
|
53
65
|
|
54
|
-
expect(
|
55
|
-
expect(
|
56
|
-
expect(
|
57
|
-
expect(
|
58
|
-
expect(
|
59
|
-
expect(
|
60
|
-
expect(
|
61
|
-
expect(
|
62
|
-
expect(
|
63
|
-
expect(
|
66
|
+
expect(status_code).to eq(202)
|
67
|
+
expect(data).to be_instance_of(Bandwidth::Message)
|
68
|
+
expect(data.id.length).to eq(29)
|
69
|
+
expect(data.owner).to eq(BW_NUMBER)
|
70
|
+
expect(data.to).to eq([USER_NUMBER])
|
71
|
+
expect(data.from).to eq(BW_NUMBER)
|
72
|
+
expect(data.text).to eq(sms_text)
|
73
|
+
expect(data.tag).to eq(sms_tag)
|
74
|
+
expect(data.priority).to eq(priority)
|
75
|
+
expect(data.expiration).to eq(Time.parse(@expiration_time))
|
64
76
|
end
|
65
77
|
end
|
66
78
|
|
@@ -68,17 +80,18 @@ describe 'MessagesApi Integration Tests' do
|
|
68
80
|
describe 'list_messages' do
|
69
81
|
it 'lists messages' do
|
70
82
|
get_opts = {
|
71
|
-
:
|
72
|
-
:
|
83
|
+
source_tn: BW_NUMBER,
|
84
|
+
message_direction: list_message_direction
|
73
85
|
}
|
74
|
-
|
86
|
+
data, status_code, headers = @messaging_api_instance.list_messages_with_http_info(BW_ACCOUNT_ID, get_opts)
|
75
87
|
|
76
|
-
expect(
|
77
|
-
expect(
|
78
|
-
expect(
|
79
|
-
expect(
|
80
|
-
expect(
|
81
|
-
expect(
|
88
|
+
expect(status_code).to eq(200)
|
89
|
+
expect(data).to be_instance_of(Bandwidth::MessagesList)
|
90
|
+
expect(data.messages).to be_instance_of(Array)
|
91
|
+
expect(data.messages[0]).to be_instance_of(Bandwidth::ListMessageItem)
|
92
|
+
expect(data.messages[0].account_id).to eq(BW_ACCOUNT_ID)
|
93
|
+
expect(data.messages[0].message_direction).to eq(list_message_direction)
|
94
|
+
expect(data.messages[0].source_tn).to eq(BW_NUMBER)
|
82
95
|
end
|
83
96
|
end
|
84
97
|
|
@@ -87,13 +100,13 @@ describe 'MessagesApi Integration Tests' do
|
|
87
100
|
it 'causes a 400 error' do
|
88
101
|
body = Bandwidth::MessageRequest.new(
|
89
102
|
application_id: BW_MESSAGING_APPLICATION_ID,
|
90
|
-
to: [
|
103
|
+
to: ['+1invalid'],
|
91
104
|
from: BW_NUMBER,
|
92
|
-
text:
|
105
|
+
text: 'ruby sdk 400 test'
|
93
106
|
)
|
94
107
|
|
95
108
|
expect {
|
96
|
-
|
109
|
+
@messaging_api_instance.create_message_with_http_info(BW_ACCOUNT_ID, body)
|
97
110
|
}.to raise_error { |e|
|
98
111
|
expect(e).to be_instance_of(Bandwidth::ApiError)
|
99
112
|
expect(e.code).to eq(400)
|
@@ -102,19 +115,19 @@ describe 'MessagesApi Integration Tests' do
|
|
102
115
|
|
103
116
|
it 'causes a 401 error' do
|
104
117
|
Bandwidth.configure do |config|
|
105
|
-
config.username =
|
106
|
-
config.password =
|
118
|
+
config.username = UNAUTHORIZED_USERNAME
|
119
|
+
config.password = UNAUTHORIZED_PASSWORD
|
107
120
|
end
|
108
121
|
|
109
122
|
body = Bandwidth::MessageRequest.new(
|
110
123
|
application_id: BW_MESSAGING_APPLICATION_ID,
|
111
124
|
to: [USER_NUMBER],
|
112
125
|
from: BW_NUMBER,
|
113
|
-
text:
|
126
|
+
text: 'ruby sdk 401 test'
|
114
127
|
)
|
115
128
|
|
116
129
|
expect {
|
117
|
-
|
130
|
+
@messaging_api_instance.create_message_with_http_info(BW_ACCOUNT_ID, body)
|
118
131
|
}.to raise_error { |e|
|
119
132
|
expect(e).to be_instance_of(Bandwidth::ApiError)
|
120
133
|
expect(e.code).to eq(401)
|
@@ -1,14 +1,20 @@
|
|
1
|
-
require 'spec_helper'
|
2
|
-
require 'json'
|
3
|
-
|
4
1
|
# Integration Tests for Bandwidth::MFAApi
|
5
2
|
describe 'MFAApi Integration Tests' do
|
3
|
+
# mfa info
|
4
|
+
let(:message) { 'Your temporary {NAME} {SCOPE} code is: {CODE}' }
|
5
|
+
let(:digits) { 6 }
|
6
|
+
|
6
7
|
before(:all) do
|
8
|
+
WebMock.allow_net_connect!
|
7
9
|
Bandwidth.configure do |config|
|
8
10
|
config.username = BW_USERNAME
|
9
11
|
config.password = BW_PASSWORD
|
10
12
|
end
|
11
|
-
@
|
13
|
+
@mfa_api_instance = Bandwidth::MFAApi.new
|
14
|
+
end
|
15
|
+
|
16
|
+
after(:all) do
|
17
|
+
WebMock.disable_net_connect!
|
12
18
|
end
|
13
19
|
|
14
20
|
# Messaging Authentication Code
|
@@ -18,14 +24,15 @@ describe 'MFAApi Integration Tests' do
|
|
18
24
|
to: USER_NUMBER,
|
19
25
|
from: BW_NUMBER,
|
20
26
|
application_id: BW_MESSAGING_APPLICATION_ID,
|
21
|
-
message:
|
22
|
-
digits:
|
27
|
+
message: message,
|
28
|
+
digits: digits
|
23
29
|
)
|
24
|
-
response = @api_instance_mfa.generate_messaging_code_with_http_info(BW_ACCOUNT_ID, req_schema)
|
25
30
|
|
26
|
-
|
27
|
-
|
28
|
-
expect(
|
31
|
+
data, status_code, headers = @mfa_api_instance.generate_messaging_code_with_http_info(BW_ACCOUNT_ID, req_schema)
|
32
|
+
|
33
|
+
expect(status_code).to eq(200)
|
34
|
+
expect(data).to be_instance_of(Bandwidth::MessagingCodeResponse)
|
35
|
+
expect(data.message_id.length).to eq(29)
|
29
36
|
end
|
30
37
|
end
|
31
38
|
|
@@ -36,14 +43,15 @@ describe 'MFAApi Integration Tests' do
|
|
36
43
|
to: USER_NUMBER,
|
37
44
|
from: BW_NUMBER,
|
38
45
|
application_id: BW_VOICE_APPLICATION_ID,
|
39
|
-
message:
|
40
|
-
digits:
|
46
|
+
message: message,
|
47
|
+
digits: digits
|
41
48
|
)
|
42
|
-
response = @api_instance_mfa.generate_voice_code_with_http_info(BW_ACCOUNT_ID, req_schema)
|
43
49
|
|
44
|
-
|
45
|
-
|
46
|
-
expect(
|
50
|
+
data, status_code, headers = @mfa_api_instance.generate_voice_code_with_http_info(BW_ACCOUNT_ID, req_schema)
|
51
|
+
|
52
|
+
expect(status_code).to eq(200)
|
53
|
+
expect(data).to be_instance_of(Bandwidth::VoiceCodeResponse)
|
54
|
+
expect(data.call_id.length).to eq(47)
|
47
55
|
end
|
48
56
|
end
|
49
57
|
|
@@ -51,16 +59,17 @@ describe 'MFAApi Integration Tests' do
|
|
51
59
|
describe 'verify_code' do
|
52
60
|
it 'verifies mfa code' do
|
53
61
|
req_schema = Bandwidth::VerifyCodeRequest.new(
|
54
|
-
to:
|
55
|
-
scope:
|
62
|
+
to: '+1000' + rand(1...10000000).to_s,
|
63
|
+
scope: '2FA',
|
56
64
|
expiration_time_in_minutes: 3,
|
57
|
-
code:
|
65
|
+
code: '12345'
|
58
66
|
)
|
59
|
-
response = @api_instance_mfa.verify_code_with_http_info(BW_ACCOUNT_ID, req_schema)
|
60
67
|
|
61
|
-
|
62
|
-
|
63
|
-
expect(
|
68
|
+
data, status_code, headers = @mfa_api_instance.verify_code_with_http_info(BW_ACCOUNT_ID, req_schema)
|
69
|
+
|
70
|
+
expect(status_code).to eq(200)
|
71
|
+
expect(data).to be_instance_of(Bandwidth::VerifyCodeResponse)
|
72
|
+
expect(data.valid).to be false
|
64
73
|
end
|
65
74
|
end
|
66
75
|
|
@@ -70,13 +79,13 @@ describe 'MFAApi Integration Tests' do
|
|
70
79
|
req_schema = Bandwidth::CodeRequest.new(
|
71
80
|
to: USER_NUMBER,
|
72
81
|
from: BW_NUMBER,
|
73
|
-
application_id:
|
74
|
-
message:
|
75
|
-
digits:
|
82
|
+
application_id: 'not_an_application_id',
|
83
|
+
message: message,
|
84
|
+
digits: digits
|
76
85
|
)
|
77
86
|
|
78
87
|
expect {
|
79
|
-
|
88
|
+
@mfa_api_instance.generate_messaging_code_with_http_info(BW_ACCOUNT_ID, req_schema)
|
80
89
|
}.to raise_error { |e|
|
81
90
|
expect(e).to be_instance_of(Bandwidth::ApiError)
|
82
91
|
expect(e.code).to eq(400)
|
@@ -85,25 +94,24 @@ describe 'MFAApi Integration Tests' do
|
|
85
94
|
|
86
95
|
it 'causes a 403 error' do
|
87
96
|
Bandwidth.configure do |config|
|
88
|
-
config.username =
|
89
|
-
config.password =
|
97
|
+
config.username = UNAUTHORIZED_USERNAME
|
98
|
+
config.password = UNAUTHORIZED_PASSWORD
|
90
99
|
end
|
91
100
|
|
92
101
|
req_schema = Bandwidth::CodeRequest.new(
|
93
102
|
to: USER_NUMBER,
|
94
103
|
from: BW_NUMBER,
|
95
104
|
application_id: BW_MESSAGING_APPLICATION_ID,
|
96
|
-
message:
|
97
|
-
digits:
|
105
|
+
message: message,
|
106
|
+
digits: digits
|
98
107
|
)
|
99
108
|
|
100
109
|
expect {
|
101
|
-
|
110
|
+
@mfa_api_instance.generate_messaging_code_with_http_info(BW_ACCOUNT_ID, req_schema)
|
102
111
|
}.to raise_error { |e|
|
103
112
|
expect(e).to be_instance_of(Bandwidth::ApiError)
|
104
113
|
expect(e.code).to eq(403)
|
105
114
|
}
|
106
115
|
end
|
107
116
|
end
|
108
|
-
|
109
117
|
end
|
@@ -1,15 +1,19 @@
|
|
1
|
-
require 'spec_helper'
|
2
|
-
require 'json'
|
3
|
-
|
4
1
|
# Integration Tests for Bandwidth::PhoneNumberLookupApi
|
5
2
|
describe 'PhoneNumberLookupApi Integration Tests' do
|
6
3
|
before(:all) do
|
4
|
+
WebMock.allow_net_connect!
|
7
5
|
Bandwidth.configure do |config|
|
8
6
|
config.username = BW_USERNAME
|
9
7
|
config.password = BW_PASSWORD
|
10
8
|
end
|
11
9
|
@api_instance_tnlookup = Bandwidth::PhoneNumberLookupApi.new
|
12
|
-
|
10
|
+
|
11
|
+
# lookup info
|
12
|
+
$lookup_request_id = ''
|
13
|
+
end
|
14
|
+
|
15
|
+
after(:all) do
|
16
|
+
WebMock.disable_net_connect!
|
13
17
|
end
|
14
18
|
|
15
19
|
# Create Lookup
|
@@ -18,14 +22,14 @@ describe 'PhoneNumberLookupApi Integration Tests' do
|
|
18
22
|
tn_body = Bandwidth::LookupRequest.new(
|
19
23
|
tns: [BW_NUMBER]
|
20
24
|
)
|
21
|
-
|
25
|
+
data, status_code, headers = @api_instance_tnlookup.create_lookup_with_http_info(BW_ACCOUNT_ID, tn_body)
|
22
26
|
|
23
|
-
expect(
|
24
|
-
expect(
|
25
|
-
expect(
|
26
|
-
expect(
|
27
|
+
expect(status_code).to eq(202)
|
28
|
+
expect(data).to be_instance_of(Bandwidth::CreateLookupResponse)
|
29
|
+
expect(data.request_id.length).to eq(36)
|
30
|
+
expect(data.status).to be_instance_of(String)
|
27
31
|
|
28
|
-
$lookup_request_id =
|
32
|
+
$lookup_request_id = data.request_id
|
29
33
|
sleep(1)
|
30
34
|
end
|
31
35
|
end
|
@@ -33,14 +37,15 @@ describe 'PhoneNumberLookupApi Integration Tests' do
|
|
33
37
|
# Get Lookup Status
|
34
38
|
describe 'get_lookup_status' do
|
35
39
|
it 'gets lookup status' do
|
36
|
-
|
40
|
+
data, status_code, headers = @api_instance_tnlookup.get_lookup_status_with_http_info(BW_ACCOUNT_ID, $lookup_request_id)
|
37
41
|
|
38
|
-
expect(
|
39
|
-
expect(
|
40
|
-
expect(
|
41
|
-
expect(
|
42
|
-
expect(
|
43
|
-
expect(
|
42
|
+
expect(status_code).to eq(200)
|
43
|
+
expect(data).to be_instance_of(Bandwidth::LookupStatus)
|
44
|
+
expect(data.request_id).to eq($lookup_request_id)
|
45
|
+
expect(data.status).to be_instance_of(String)
|
46
|
+
expect(data.result).to be_instance_of(Array)
|
47
|
+
expect(data.result[0].response_code).to be_instance_of(Integer)
|
48
|
+
expect(data.result[0].e_164_format).to eq(BW_NUMBER)
|
44
49
|
end
|
45
50
|
end
|
46
51
|
|
@@ -48,7 +53,7 @@ describe 'PhoneNumberLookupApi Integration Tests' do
|
|
48
53
|
describe 'http error' do
|
49
54
|
it 'causes a 400 error' do
|
50
55
|
tn_body_bad = Bandwidth::LookupRequest.new(
|
51
|
-
tns: [
|
56
|
+
tns: ['+1invalid']
|
52
57
|
)
|
53
58
|
|
54
59
|
expect {
|
@@ -60,7 +65,7 @@ describe 'PhoneNumberLookupApi Integration Tests' do
|
|
60
65
|
end
|
61
66
|
|
62
67
|
it 'causes a 404 error' do
|
63
|
-
req_id_dne =
|
68
|
+
req_id_dne = '12345678-abcd-cdef-9876-12345678abcd'
|
64
69
|
|
65
70
|
expect {
|
66
71
|
@api_instance_tnlookup.get_lookup_status_with_http_info(BW_ACCOUNT_ID, req_id_dne)
|
@@ -72,8 +77,8 @@ describe 'PhoneNumberLookupApi Integration Tests' do
|
|
72
77
|
|
73
78
|
it 'causes a 401 error' do
|
74
79
|
Bandwidth.configure do |config|
|
75
|
-
config.username =
|
76
|
-
config.password =
|
80
|
+
config.username = UNAUTHORIZED_USERNAME
|
81
|
+
config.password = UNAUTHORIZED_PASSWORD
|
77
82
|
end
|
78
83
|
|
79
84
|
tn_body = Bandwidth::LookupRequest.new(
|
@@ -88,5 +93,4 @@ describe 'PhoneNumberLookupApi Integration Tests' do
|
|
88
93
|
}
|
89
94
|
end
|
90
95
|
end
|
91
|
-
|
92
96
|
end
|