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
|
|
@@ -108,7 +108,7 @@ module Bandwidth
|
|
108
108
|
def self.openapi_types
|
109
109
|
{
|
110
110
|
:'event_type' => :'String',
|
111
|
-
:'event_time' => :'
|
111
|
+
:'event_time' => :'Time',
|
112
112
|
:'conference_id' => :'String',
|
113
113
|
:'name' => :'String',
|
114
114
|
:'account_id' => :'String',
|
@@ -136,7 +136,7 @@ module Bandwidth
|
|
136
136
|
# @param [Hash] attributes Model attributes in the form of hash
|
137
137
|
def initialize(attributes = {})
|
138
138
|
if (!attributes.is_a?(Hash))
|
139
|
-
fail ArgumentError,
|
139
|
+
fail ArgumentError, 'The input argument (attributes) must be a hash in `Bandwidth::ConferenceRecordingAvailableCallback` initialize method'
|
140
140
|
end
|
141
141
|
|
142
142
|
# check to see if the attribute exists and convert string to symbol for hash key
|
@@ -207,6 +207,7 @@ module Bandwidth
|
|
207
207
|
# Show invalid properties with the reasons. Usually used together with valid?
|
208
208
|
# @return Array for valid properties with the reasons
|
209
209
|
def list_invalid_properties
|
210
|
+
warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
|
210
211
|
invalid_properties = Array.new
|
211
212
|
invalid_properties
|
212
213
|
end
|
@@ -214,6 +215,7 @@ module Bandwidth
|
|
214
215
|
# Check to see if the all the properties in the model are valid
|
215
216
|
# @return true if the model is valid
|
216
217
|
def valid?
|
218
|
+
warn '[DEPRECATED] the `valid?` method is obsolete'
|
217
219
|
true
|
218
220
|
end
|
219
221
|
|
@@ -254,37 +256,30 @@ module Bandwidth
|
|
254
256
|
# @param [Hash] attributes Model attributes in the form of hash
|
255
257
|
# @return [Object] Returns the model itself
|
256
258
|
def self.build_from_hash(attributes)
|
257
|
-
new.build_from_hash(attributes)
|
258
|
-
end
|
259
|
-
|
260
|
-
# Builds the object from hash
|
261
|
-
# @param [Hash] attributes Model attributes in the form of hash
|
262
|
-
# @return [Object] Returns the model itself
|
263
|
-
def build_from_hash(attributes)
|
264
259
|
return nil unless attributes.is_a?(Hash)
|
265
260
|
attributes = attributes.transform_keys(&:to_sym)
|
266
|
-
|
267
|
-
|
268
|
-
|
261
|
+
transformed_hash = {}
|
262
|
+
openapi_types.each_pair do |key, type|
|
263
|
+
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
264
|
+
transformed_hash["#{key}"] = nil
|
269
265
|
elsif type =~ /\AArray<(.*)>/i
|
270
266
|
# check to ensure the input is an array given that the attribute
|
271
267
|
# is documented as an array but the input is not
|
272
|
-
if attributes[
|
273
|
-
|
268
|
+
if attributes[attribute_map[key]].is_a?(Array)
|
269
|
+
transformed_hash["#{key}"] = attributes[attribute_map[key]].map { |v| _deserialize($1, v) }
|
274
270
|
end
|
275
|
-
elsif !attributes[
|
276
|
-
|
271
|
+
elsif !attributes[attribute_map[key]].nil?
|
272
|
+
transformed_hash["#{key}"] = _deserialize(type, attributes[attribute_map[key]])
|
277
273
|
end
|
278
274
|
end
|
279
|
-
|
280
|
-
self
|
275
|
+
new(transformed_hash)
|
281
276
|
end
|
282
277
|
|
283
278
|
# Deserializes the data based on type
|
284
279
|
# @param string type Data type
|
285
280
|
# @param string value Value to be deserialized
|
286
281
|
# @return [Object] Deserialized data
|
287
|
-
def _deserialize(type, value)
|
282
|
+
def self._deserialize(type, value)
|
288
283
|
case type.to_sym
|
289
284
|
when :Time
|
290
285
|
Time.parse(value)
|
@@ -368,7 +363,5 @@ module Bandwidth
|
|
368
363
|
value
|
369
364
|
end
|
370
365
|
end
|
371
|
-
|
372
366
|
end
|
373
|
-
|
374
367
|
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
|
|
@@ -119,7 +119,7 @@ module Bandwidth
|
|
119
119
|
# @param [Hash] attributes Model attributes in the form of hash
|
120
120
|
def initialize(attributes = {})
|
121
121
|
if (!attributes.is_a?(Hash))
|
122
|
-
fail ArgumentError,
|
122
|
+
fail ArgumentError, 'The input argument (attributes) must be a hash in `Bandwidth::ConferenceRecordingMetadata` initialize method'
|
123
123
|
end
|
124
124
|
|
125
125
|
# check to see if the attribute exists and convert string to symbol for hash key
|
@@ -178,6 +178,7 @@ module Bandwidth
|
|
178
178
|
# Show invalid properties with the reasons. Usually used together with valid?
|
179
179
|
# @return Array for valid properties with the reasons
|
180
180
|
def list_invalid_properties
|
181
|
+
warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
|
181
182
|
invalid_properties = Array.new
|
182
183
|
invalid_properties
|
183
184
|
end
|
@@ -185,6 +186,7 @@ module Bandwidth
|
|
185
186
|
# Check to see if the all the properties in the model are valid
|
186
187
|
# @return true if the model is valid
|
187
188
|
def valid?
|
189
|
+
warn '[DEPRECATED] the `valid?` method is obsolete'
|
188
190
|
true
|
189
191
|
end
|
190
192
|
|
@@ -222,37 +224,30 @@ module Bandwidth
|
|
222
224
|
# @param [Hash] attributes Model attributes in the form of hash
|
223
225
|
# @return [Object] Returns the model itself
|
224
226
|
def self.build_from_hash(attributes)
|
225
|
-
new.build_from_hash(attributes)
|
226
|
-
end
|
227
|
-
|
228
|
-
# Builds the object from hash
|
229
|
-
# @param [Hash] attributes Model attributes in the form of hash
|
230
|
-
# @return [Object] Returns the model itself
|
231
|
-
def build_from_hash(attributes)
|
232
227
|
return nil unless attributes.is_a?(Hash)
|
233
228
|
attributes = attributes.transform_keys(&:to_sym)
|
234
|
-
|
235
|
-
|
236
|
-
|
229
|
+
transformed_hash = {}
|
230
|
+
openapi_types.each_pair do |key, type|
|
231
|
+
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
232
|
+
transformed_hash["#{key}"] = nil
|
237
233
|
elsif type =~ /\AArray<(.*)>/i
|
238
234
|
# check to ensure the input is an array given that the attribute
|
239
235
|
# is documented as an array but the input is not
|
240
|
-
if attributes[
|
241
|
-
|
236
|
+
if attributes[attribute_map[key]].is_a?(Array)
|
237
|
+
transformed_hash["#{key}"] = attributes[attribute_map[key]].map { |v| _deserialize($1, v) }
|
242
238
|
end
|
243
|
-
elsif !attributes[
|
244
|
-
|
239
|
+
elsif !attributes[attribute_map[key]].nil?
|
240
|
+
transformed_hash["#{key}"] = _deserialize(type, attributes[attribute_map[key]])
|
245
241
|
end
|
246
242
|
end
|
247
|
-
|
248
|
-
self
|
243
|
+
new(transformed_hash)
|
249
244
|
end
|
250
245
|
|
251
246
|
# Deserializes the data based on type
|
252
247
|
# @param string type Data type
|
253
248
|
# @param string value Value to be deserialized
|
254
249
|
# @return [Object] Deserialized data
|
255
|
-
def _deserialize(type, value)
|
250
|
+
def self._deserialize(type, value)
|
256
251
|
case type.to_sym
|
257
252
|
when :Time
|
258
253
|
Time.parse(value)
|
@@ -336,7 +331,5 @@ module Bandwidth
|
|
336
331
|
value
|
337
332
|
end
|
338
333
|
end
|
339
|
-
|
340
334
|
end
|
341
|
-
|
342
335
|
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
|
|
@@ -51,7 +51,7 @@ module Bandwidth
|
|
51
51
|
def self.openapi_types
|
52
52
|
{
|
53
53
|
:'event_type' => :'String',
|
54
|
-
:'event_time' => :'
|
54
|
+
:'event_time' => :'Time',
|
55
55
|
:'conference_id' => :'String',
|
56
56
|
:'name' => :'String',
|
57
57
|
:'tag' => :'String'
|
@@ -69,7 +69,7 @@ module Bandwidth
|
|
69
69
|
# @param [Hash] attributes Model attributes in the form of hash
|
70
70
|
def initialize(attributes = {})
|
71
71
|
if (!attributes.is_a?(Hash))
|
72
|
-
fail ArgumentError,
|
72
|
+
fail ArgumentError, 'The input argument (attributes) must be a hash in `Bandwidth::ConferenceRedirectCallback` initialize method'
|
73
73
|
end
|
74
74
|
|
75
75
|
# check to see if the attribute exists and convert string to symbol for hash key
|
@@ -104,6 +104,7 @@ module Bandwidth
|
|
104
104
|
# Show invalid properties with the reasons. Usually used together with valid?
|
105
105
|
# @return Array for valid properties with the reasons
|
106
106
|
def list_invalid_properties
|
107
|
+
warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
|
107
108
|
invalid_properties = Array.new
|
108
109
|
invalid_properties
|
109
110
|
end
|
@@ -111,6 +112,7 @@ module Bandwidth
|
|
111
112
|
# Check to see if the all the properties in the model are valid
|
112
113
|
# @return true if the model is valid
|
113
114
|
def valid?
|
115
|
+
warn '[DEPRECATED] the `valid?` method is obsolete'
|
114
116
|
true
|
115
117
|
end
|
116
118
|
|
@@ -142,37 +144,30 @@ module Bandwidth
|
|
142
144
|
# @param [Hash] attributes Model attributes in the form of hash
|
143
145
|
# @return [Object] Returns the model itself
|
144
146
|
def self.build_from_hash(attributes)
|
145
|
-
new.build_from_hash(attributes)
|
146
|
-
end
|
147
|
-
|
148
|
-
# Builds the object from hash
|
149
|
-
# @param [Hash] attributes Model attributes in the form of hash
|
150
|
-
# @return [Object] Returns the model itself
|
151
|
-
def build_from_hash(attributes)
|
152
147
|
return nil unless attributes.is_a?(Hash)
|
153
148
|
attributes = attributes.transform_keys(&:to_sym)
|
154
|
-
|
155
|
-
|
156
|
-
|
149
|
+
transformed_hash = {}
|
150
|
+
openapi_types.each_pair do |key, type|
|
151
|
+
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
152
|
+
transformed_hash["#{key}"] = nil
|
157
153
|
elsif type =~ /\AArray<(.*)>/i
|
158
154
|
# check to ensure the input is an array given that the attribute
|
159
155
|
# is documented as an array but the input is not
|
160
|
-
if attributes[
|
161
|
-
|
156
|
+
if attributes[attribute_map[key]].is_a?(Array)
|
157
|
+
transformed_hash["#{key}"] = attributes[attribute_map[key]].map { |v| _deserialize($1, v) }
|
162
158
|
end
|
163
|
-
elsif !attributes[
|
164
|
-
|
159
|
+
elsif !attributes[attribute_map[key]].nil?
|
160
|
+
transformed_hash["#{key}"] = _deserialize(type, attributes[attribute_map[key]])
|
165
161
|
end
|
166
162
|
end
|
167
|
-
|
168
|
-
self
|
163
|
+
new(transformed_hash)
|
169
164
|
end
|
170
165
|
|
171
166
|
# Deserializes the data based on type
|
172
167
|
# @param string type Data type
|
173
168
|
# @param string value Value to be deserialized
|
174
169
|
# @return [Object] Deserialized data
|
175
|
-
def _deserialize(type, value)
|
170
|
+
def self._deserialize(type, value)
|
176
171
|
case type.to_sym
|
177
172
|
when :Time
|
178
173
|
Time.parse(value)
|
@@ -256,7 +251,5 @@ module Bandwidth
|
|
256
251
|
value
|
257
252
|
end
|
258
253
|
end
|
259
|
-
|
260
254
|
end
|
261
|
-
|
262
255
|
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
|
|
@@ -15,8 +15,8 @@ require 'time'
|
|
15
15
|
|
16
16
|
module Bandwidth
|
17
17
|
class ConferenceStateEnum
|
18
|
-
ACTIVE =
|
19
|
-
COMPLETED =
|
18
|
+
ACTIVE = 'active'.freeze
|
19
|
+
COMPLETED = 'completed'.freeze
|
20
20
|
|
21
21
|
def self.all_vars
|
22
22
|
@all_vars ||= [ACTIVE, COMPLETED].freeze
|
@@ -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
|
|
@@ -15,7 +15,7 @@ require 'time'
|
|
15
15
|
|
16
16
|
module Bandwidth
|
17
17
|
class CreateCall
|
18
|
-
# The destination to call (must be an E.164 formatted number (e.g. `+15555551212`) or a SIP URI (e.g. `sip:user@server.
|
18
|
+
# The destination to call (must be an E.164 formatted number (e.g. `+15555551212`) or a SIP URI (e.g. `sip:user@server.example`)).
|
19
19
|
attr_accessor :to
|
20
20
|
|
21
21
|
# A Bandwidth phone number on your account the call should come from (must be in E.164 format, like `+15555551212`, or be one of the following strings: `Restricted`, `Anonymous`, `Private`, or `Unavailable`).
|
@@ -27,7 +27,7 @@ module Bandwidth
|
|
27
27
|
# The id of the application associated with the `from` number.
|
28
28
|
attr_accessor :application_id
|
29
29
|
|
30
|
-
# The full URL to send the <a href='/docs/voice/webhooks/answer'>Answer</a> event to when the called party answers. This endpoint should return the first <a href='/docs/voice/bxml'>BXML document</a> to be executed in the call. Must use `https` if specifying `username` and `password
|
30
|
+
# The full URL to send the <a href='/docs/voice/webhooks/answer'>Answer</a> event to when the called party answers. This endpoint should return the first <a href='/docs/voice/bxml'>BXML document</a> to be executed in the call. Must use `https` if specifying `username` and `password`.
|
31
31
|
attr_accessor :answer_url
|
32
32
|
|
33
33
|
attr_accessor :answer_method
|
@@ -38,7 +38,7 @@ module Bandwidth
|
|
38
38
|
# Basic auth password.
|
39
39
|
attr_accessor :password
|
40
40
|
|
41
|
-
# A fallback url which, if provided, will be used to retry the `answer` webhook delivery in case `answerUrl` fails to respond Must use `https` if specifying `fallbackUsername` and `fallbackPassword
|
41
|
+
# A fallback url which, if provided, will be used to retry the `answer` webhook delivery in case `answerUrl` fails to respond Must use `https` if specifying `fallbackUsername` and `fallbackPassword`.
|
42
42
|
attr_accessor :answer_fallback_url
|
43
43
|
|
44
44
|
attr_accessor :answer_fallback_method
|
@@ -169,7 +169,7 @@ module Bandwidth
|
|
169
169
|
# @param [Hash] attributes Model attributes in the form of hash
|
170
170
|
def initialize(attributes = {})
|
171
171
|
if (!attributes.is_a?(Hash))
|
172
|
-
fail ArgumentError,
|
172
|
+
fail ArgumentError, 'The input argument (attributes) must be a hash in `Bandwidth::CreateCall` initialize method'
|
173
173
|
end
|
174
174
|
|
175
175
|
# check to see if the attribute exists and convert string to symbol for hash key
|
@@ -182,10 +182,14 @@ module Bandwidth
|
|
182
182
|
|
183
183
|
if attributes.key?(:'to')
|
184
184
|
self.to = attributes[:'to']
|
185
|
+
else
|
186
|
+
self.to = nil
|
185
187
|
end
|
186
188
|
|
187
189
|
if attributes.key?(:'from')
|
188
190
|
self.from = attributes[:'from']
|
191
|
+
else
|
192
|
+
self.from = nil
|
189
193
|
end
|
190
194
|
|
191
195
|
if attributes.key?(:'uui')
|
@@ -194,10 +198,14 @@ module Bandwidth
|
|
194
198
|
|
195
199
|
if attributes.key?(:'application_id')
|
196
200
|
self.application_id = attributes[:'application_id']
|
201
|
+
else
|
202
|
+
self.application_id = nil
|
197
203
|
end
|
198
204
|
|
199
205
|
if attributes.key?(:'answer_url')
|
200
206
|
self.answer_url = attributes[:'answer_url']
|
207
|
+
else
|
208
|
+
self.answer_url = nil
|
201
209
|
end
|
202
210
|
|
203
211
|
if attributes.key?(:'answer_method')
|
@@ -272,6 +280,7 @@ module Bandwidth
|
|
272
280
|
# Show invalid properties with the reasons. Usually used together with valid?
|
273
281
|
# @return Array for valid properties with the reasons
|
274
282
|
def list_invalid_properties
|
283
|
+
warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
|
275
284
|
invalid_properties = Array.new
|
276
285
|
if @to.nil?
|
277
286
|
invalid_properties.push('invalid value for "to", to cannot be nil.')
|
@@ -341,12 +350,17 @@ module Bandwidth
|
|
341
350
|
invalid_properties.push('invalid value for "priority", must be greater than or equal to 1.')
|
342
351
|
end
|
343
352
|
|
353
|
+
if !@tag.nil? && @tag.to_s.length > 256
|
354
|
+
invalid_properties.push('invalid value for "tag", the character length must be smaller than or equal to 256.')
|
355
|
+
end
|
356
|
+
|
344
357
|
invalid_properties
|
345
358
|
end
|
346
359
|
|
347
360
|
# Check to see if the all the properties in the model are valid
|
348
361
|
# @return true if the model is valid
|
349
362
|
def valid?
|
363
|
+
warn '[DEPRECATED] the `valid?` method is obsolete'
|
350
364
|
return false if @to.nil?
|
351
365
|
return false if @from.nil?
|
352
366
|
return false if @application_id.nil?
|
@@ -364,6 +378,7 @@ module Bandwidth
|
|
364
378
|
return false if !@callback_timeout.nil? && @callback_timeout < 1
|
365
379
|
return false if !@priority.nil? && @priority > 5
|
366
380
|
return false if !@priority.nil? && @priority < 1
|
381
|
+
return false if !@tag.nil? && @tag.to_s.length > 256
|
367
382
|
true
|
368
383
|
end
|
369
384
|
|
@@ -486,6 +501,10 @@ module Bandwidth
|
|
486
501
|
# Custom attribute writer method with validation
|
487
502
|
# @param [Object] tag Value to be assigned
|
488
503
|
def tag=(tag)
|
504
|
+
if !tag.nil? && tag.to_s.length > 256
|
505
|
+
fail ArgumentError, 'invalid value for "tag", the character length must be smaller than or equal to 256.'
|
506
|
+
end
|
507
|
+
|
489
508
|
@tag = tag
|
490
509
|
end
|
491
510
|
|
@@ -531,37 +550,30 @@ module Bandwidth
|
|
531
550
|
# @param [Hash] attributes Model attributes in the form of hash
|
532
551
|
# @return [Object] Returns the model itself
|
533
552
|
def self.build_from_hash(attributes)
|
534
|
-
new.build_from_hash(attributes)
|
535
|
-
end
|
536
|
-
|
537
|
-
# Builds the object from hash
|
538
|
-
# @param [Hash] attributes Model attributes in the form of hash
|
539
|
-
# @return [Object] Returns the model itself
|
540
|
-
def build_from_hash(attributes)
|
541
553
|
return nil unless attributes.is_a?(Hash)
|
542
554
|
attributes = attributes.transform_keys(&:to_sym)
|
543
|
-
|
544
|
-
|
545
|
-
|
555
|
+
transformed_hash = {}
|
556
|
+
openapi_types.each_pair do |key, type|
|
557
|
+
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
558
|
+
transformed_hash["#{key}"] = nil
|
546
559
|
elsif type =~ /\AArray<(.*)>/i
|
547
560
|
# check to ensure the input is an array given that the attribute
|
548
561
|
# is documented as an array but the input is not
|
549
|
-
if attributes[
|
550
|
-
|
562
|
+
if attributes[attribute_map[key]].is_a?(Array)
|
563
|
+
transformed_hash["#{key}"] = attributes[attribute_map[key]].map { |v| _deserialize($1, v) }
|
551
564
|
end
|
552
|
-
elsif !attributes[
|
553
|
-
|
565
|
+
elsif !attributes[attribute_map[key]].nil?
|
566
|
+
transformed_hash["#{key}"] = _deserialize(type, attributes[attribute_map[key]])
|
554
567
|
end
|
555
568
|
end
|
556
|
-
|
557
|
-
self
|
569
|
+
new(transformed_hash)
|
558
570
|
end
|
559
571
|
|
560
572
|
# Deserializes the data based on type
|
561
573
|
# @param string type Data type
|
562
574
|
# @param string value Value to be deserialized
|
563
575
|
# @return [Object] Deserialized data
|
564
|
-
def _deserialize(type, value)
|
576
|
+
def self._deserialize(type, value)
|
565
577
|
case type.to_sym
|
566
578
|
when :Time
|
567
579
|
Time.parse(value)
|
@@ -645,7 +657,5 @@ module Bandwidth
|
|
645
657
|
value
|
646
658
|
end
|
647
659
|
end
|
648
|
-
|
649
660
|
end
|
650
|
-
|
651
661
|
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
|
|
@@ -18,22 +18,22 @@ module Bandwidth
|
|
18
18
|
# The id of the application associated with the `from` number.
|
19
19
|
attr_accessor :application_id
|
20
20
|
|
21
|
-
# The bandwidth account ID associated with the call
|
21
|
+
# The bandwidth account ID associated with the call.
|
22
22
|
attr_accessor :account_id
|
23
23
|
|
24
|
-
# Programmable Voice API Call ID
|
24
|
+
# Programmable Voice API Call ID.
|
25
25
|
attr_accessor :call_id
|
26
26
|
|
27
|
-
# Recipient of the outgoing call
|
27
|
+
# Recipient of the outgoing call.
|
28
28
|
attr_accessor :to
|
29
29
|
|
30
|
-
# Phone number that created the outbound call
|
30
|
+
# Phone number that created the outbound call.
|
31
31
|
attr_accessor :from
|
32
32
|
|
33
|
-
#
|
33
|
+
# The time at which the call was accepted into the queue.
|
34
34
|
attr_accessor :enqueued_time
|
35
35
|
|
36
|
-
# The URL to update call state
|
36
|
+
# The URL to update this call's state.
|
37
37
|
attr_accessor :call_url
|
38
38
|
|
39
39
|
# The timeout (in seconds) for the callee to answer the call after it starts ringing.
|
@@ -42,7 +42,7 @@ module Bandwidth
|
|
42
42
|
# This is the timeout (in seconds) to use when delivering webhooks for the call.
|
43
43
|
attr_accessor :callback_timeout
|
44
44
|
|
45
|
-
# Custom tag value
|
45
|
+
# Custom tag value.
|
46
46
|
attr_accessor :tag
|
47
47
|
|
48
48
|
attr_accessor :answer_method
|
@@ -152,7 +152,7 @@ module Bandwidth
|
|
152
152
|
:'password' => :'String',
|
153
153
|
:'fallback_username' => :'String',
|
154
154
|
:'fallback_password' => :'String',
|
155
|
-
:'priority' => :'
|
155
|
+
:'priority' => :'Integer'
|
156
156
|
}
|
157
157
|
end
|
158
158
|
|
@@ -178,7 +178,7 @@ module Bandwidth
|
|
178
178
|
# @param [Hash] attributes Model attributes in the form of hash
|
179
179
|
def initialize(attributes = {})
|
180
180
|
if (!attributes.is_a?(Hash))
|
181
|
-
fail ArgumentError,
|
181
|
+
fail ArgumentError, 'The input argument (attributes) must be a hash in `Bandwidth::CreateCallResponse` initialize method'
|
182
182
|
end
|
183
183
|
|
184
184
|
# check to see if the attribute exists and convert string to symbol for hash key
|
@@ -191,22 +191,32 @@ module Bandwidth
|
|
191
191
|
|
192
192
|
if attributes.key?(:'application_id')
|
193
193
|
self.application_id = attributes[:'application_id']
|
194
|
+
else
|
195
|
+
self.application_id = nil
|
194
196
|
end
|
195
197
|
|
196
198
|
if attributes.key?(:'account_id')
|
197
199
|
self.account_id = attributes[:'account_id']
|
200
|
+
else
|
201
|
+
self.account_id = nil
|
198
202
|
end
|
199
203
|
|
200
204
|
if attributes.key?(:'call_id')
|
201
205
|
self.call_id = attributes[:'call_id']
|
206
|
+
else
|
207
|
+
self.call_id = nil
|
202
208
|
end
|
203
209
|
|
204
210
|
if attributes.key?(:'to')
|
205
211
|
self.to = attributes[:'to']
|
212
|
+
else
|
213
|
+
self.to = nil
|
206
214
|
end
|
207
215
|
|
208
216
|
if attributes.key?(:'from')
|
209
217
|
self.from = attributes[:'from']
|
218
|
+
else
|
219
|
+
self.from = nil
|
210
220
|
end
|
211
221
|
|
212
222
|
if attributes.key?(:'enqueued_time')
|
@@ -215,6 +225,8 @@ module Bandwidth
|
|
215
225
|
|
216
226
|
if attributes.key?(:'call_url')
|
217
227
|
self.call_url = attributes[:'call_url']
|
228
|
+
else
|
229
|
+
self.call_url = nil
|
218
230
|
end
|
219
231
|
|
220
232
|
if attributes.key?(:'call_timeout')
|
@@ -237,6 +249,8 @@ module Bandwidth
|
|
237
249
|
|
238
250
|
if attributes.key?(:'answer_url')
|
239
251
|
self.answer_url = attributes[:'answer_url']
|
252
|
+
else
|
253
|
+
self.answer_url = nil
|
240
254
|
end
|
241
255
|
|
242
256
|
if attributes.key?(:'answer_fallback_method')
|
@@ -283,6 +297,7 @@ module Bandwidth
|
|
283
297
|
# Show invalid properties with the reasons. Usually used together with valid?
|
284
298
|
# @return Array for valid properties with the reasons
|
285
299
|
def list_invalid_properties
|
300
|
+
warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
|
286
301
|
invalid_properties = Array.new
|
287
302
|
if @application_id.nil?
|
288
303
|
invalid_properties.push('invalid value for "application_id", application_id cannot be nil.')
|
@@ -334,6 +349,7 @@ module Bandwidth
|
|
334
349
|
# Check to see if the all the properties in the model are valid
|
335
350
|
# @return true if the model is valid
|
336
351
|
def valid?
|
352
|
+
warn '[DEPRECATED] the `valid?` method is obsolete'
|
337
353
|
return false if @application_id.nil?
|
338
354
|
return false if @account_id.nil?
|
339
355
|
return false if @call_id.nil?
|
@@ -432,37 +448,30 @@ module Bandwidth
|
|
432
448
|
# @param [Hash] attributes Model attributes in the form of hash
|
433
449
|
# @return [Object] Returns the model itself
|
434
450
|
def self.build_from_hash(attributes)
|
435
|
-
new.build_from_hash(attributes)
|
436
|
-
end
|
437
|
-
|
438
|
-
# Builds the object from hash
|
439
|
-
# @param [Hash] attributes Model attributes in the form of hash
|
440
|
-
# @return [Object] Returns the model itself
|
441
|
-
def build_from_hash(attributes)
|
442
451
|
return nil unless attributes.is_a?(Hash)
|
443
452
|
attributes = attributes.transform_keys(&:to_sym)
|
444
|
-
|
445
|
-
|
446
|
-
|
453
|
+
transformed_hash = {}
|
454
|
+
openapi_types.each_pair do |key, type|
|
455
|
+
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
456
|
+
transformed_hash["#{key}"] = nil
|
447
457
|
elsif type =~ /\AArray<(.*)>/i
|
448
458
|
# check to ensure the input is an array given that the attribute
|
449
459
|
# is documented as an array but the input is not
|
450
|
-
if attributes[
|
451
|
-
|
460
|
+
if attributes[attribute_map[key]].is_a?(Array)
|
461
|
+
transformed_hash["#{key}"] = attributes[attribute_map[key]].map { |v| _deserialize($1, v) }
|
452
462
|
end
|
453
|
-
elsif !attributes[
|
454
|
-
|
463
|
+
elsif !attributes[attribute_map[key]].nil?
|
464
|
+
transformed_hash["#{key}"] = _deserialize(type, attributes[attribute_map[key]])
|
455
465
|
end
|
456
466
|
end
|
457
|
-
|
458
|
-
self
|
467
|
+
new(transformed_hash)
|
459
468
|
end
|
460
469
|
|
461
470
|
# Deserializes the data based on type
|
462
471
|
# @param string type Data type
|
463
472
|
# @param string value Value to be deserialized
|
464
473
|
# @return [Object] Deserialized data
|
465
|
-
def _deserialize(type, value)
|
474
|
+
def self._deserialize(type, value)
|
466
475
|
case type.to_sym
|
467
476
|
when :Time
|
468
477
|
Time.parse(value)
|
@@ -546,7 +555,5 @@ module Bandwidth
|
|
546
555
|
value
|
547
556
|
end
|
548
557
|
end
|
549
|
-
|
550
558
|
end
|
551
|
-
|
552
559
|
end
|