bandwidth-sdk 11.0.0.pre.beta.1.1 → 11.0.0.pre.beta.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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,12 +1,10 @@
|
|
1
1
|
module Bandwidth
|
2
2
|
module Bxml
|
3
|
-
class StartRecording
|
4
|
-
include Bandwidth::Bxml::Verb
|
5
|
-
|
3
|
+
class StartRecording < Bandwidth::Bxml::Verb
|
6
4
|
# Initializer
|
7
5
|
# @param attributes [Hash] The attributes to add to the element. Defaults to an empty hash.
|
8
6
|
def initialize(attributes = {})
|
9
|
-
super(
|
7
|
+
super('StartRecording', nil, attributes)
|
10
8
|
|
11
9
|
@attribute_map = {
|
12
10
|
recording_available_url: 'recordingAvailableUrl', # Optional [String]: URL to send the Recording Available event to once it has been processed. Does not accept BXML. May be a relative URL. Defaults to None.
|
@@ -1,13 +1,11 @@
|
|
1
1
|
module Bandwidth
|
2
2
|
module Bxml
|
3
|
-
class StartStream
|
4
|
-
include Bandwidth::Bxml::NestableVerb
|
5
|
-
|
3
|
+
class StartStream < Bandwidth::Bxml::NestableVerb
|
6
4
|
# Initializer
|
7
5
|
# @param stream_params [Array] XML element children. Defaults to an empty array. Valid nested stream params are: StreamParam. You may specify up to 12 <StreamParam/> elements nested within a <StartStream> tag.
|
8
6
|
# @param attributes [Hash] The attributes to add to the element. Defaults to an empty hash.
|
9
7
|
def initialize(stream_params = [], attributes = {})
|
10
|
-
super(
|
8
|
+
super('StartStream', nil, stream_params, attributes)
|
11
9
|
|
12
10
|
@attribute_map = {
|
13
11
|
name: 'name', # Optional [String]: A name to refer to this stream by. Used when sending <StopStream>. If not provided, it will default to the generated stream id as sent in the Media Stream Started webhook.
|
@@ -0,0 +1,29 @@
|
|
1
|
+
module Bandwidth
|
2
|
+
module Bxml
|
3
|
+
class StartTranscription < Bandwidth::Bxml::NestableVerb
|
4
|
+
# Initializer
|
5
|
+
# @param custom_params [Array] XML element children. Defaults to an empty array. Valid nested custom params are: CustomParam. You may specify up to 12 <CustomParam/> elements nested within a <StartTranscription> tag.
|
6
|
+
# @param attributes [Hash] The attributes to add to the element. Defaults to an empty hash.
|
7
|
+
def initialize(custom_params = [], attributes = {})
|
8
|
+
super('StartTranscription', nil, custom_params, attributes)
|
9
|
+
|
10
|
+
@attribute_map = {
|
11
|
+
name: 'name', # Optional [String]: A name to refer to this transcription by. Used when sending <StopTranscription>. If not provided, it will default to the generated transcription id as sent in the Real-Time Transcription Started webhook.
|
12
|
+
tracks: 'tracks', # Optional [String]: The part of the call to send a transcription from. inbound, outbound or both. Default is inbound.
|
13
|
+
transcription_event_url: 'transcriptionEventUrl', # Optional [String]: URL to send the associated Webhook events to during this real-time transcription's lifetime. Does not accept BXML. May be a relative URL.
|
14
|
+
transcription_event_method: 'transcriptionEventMethod', # Optional [String]: The HTTP method to use for the request to transcriptionEventUrl. GET or POST. Default value is POST.
|
15
|
+
username: 'username', # Optional [String]: The username to send in the HTTP request to transcriptionEventUrl. If specified, the transcriptionEventUrl must be TLS-encrypted (i.e., https).
|
16
|
+
password: 'password', # Optional [String]: The password to send in the HTTP request to transcriptionEventUrl. If specified, the transcriptionEventUrl must be TLS-encrypted (i.e., https).
|
17
|
+
destination: 'destination', # Optional [String]: A websocket URI to send the transcription to. A transcription of the specified tracks will be sent via websocket to this URL as a series of JSON messages. See below for more details on the websocket packet format.
|
18
|
+
stabilized: 'stabilized', # Optional [Boolean]: Whether to send transcription update events to the specified destination only after they have become stable. Requires destination. Defaults to true.
|
19
|
+
}
|
20
|
+
end
|
21
|
+
|
22
|
+
# Add custom param/s to the nested verbs array
|
23
|
+
# @param custom_params [CustomParam] or [Array<CustomParam>] Verb or verbs to add to the array.
|
24
|
+
def add_custom_param(custom_params)
|
25
|
+
@nested_verbs.push(*custom_params)
|
26
|
+
end
|
27
|
+
end
|
28
|
+
end
|
29
|
+
end
|
@@ -1,12 +1,10 @@
|
|
1
1
|
module Bandwidth
|
2
2
|
module Bxml
|
3
|
-
class StopStream
|
4
|
-
include Bandwidth::Bxml::Verb
|
5
|
-
|
3
|
+
class StopStream < Bandwidth::Bxml::Verb
|
6
4
|
# Initializer
|
7
5
|
# @param attributes [Hash] The attributes to add to the element. Defaults to an empty hash.
|
8
6
|
def initialize(attributes = {})
|
9
|
-
super(
|
7
|
+
super('StopStream', nil, attributes)
|
10
8
|
|
11
9
|
@attribute_map = {
|
12
10
|
name: 'name' # [String]: The name of the stream to stop. This is either the user selected name when sending the <StartStream> verb, or the system generated name returned in the Media Stream Started webhook if <StartStream> was sent with no name attribute.
|
@@ -0,0 +1,15 @@
|
|
1
|
+
module Bandwidth
|
2
|
+
module Bxml
|
3
|
+
class StopTranscription < Bandwidth::Bxml::Verb
|
4
|
+
# Initializer
|
5
|
+
# @param attributes [Hash] The attributes to add to the element. Defaults to an empty hash.
|
6
|
+
def initialize(attributes = {})
|
7
|
+
super('StopTranscription', nil, attributes)
|
8
|
+
|
9
|
+
@attribute_map = {
|
10
|
+
name: 'name' # [String]: The name of the real-time transcription to stop. This is either the user selected name when sending the <StartTranscription> verb, or the system generated name returned in the Real-Time Transcription Started webhook if <StartTranscription> was sent with no name attribute. If no name is specified, then all active call transcriptions will be stopped.
|
11
|
+
}
|
12
|
+
end
|
13
|
+
end
|
14
|
+
end
|
15
|
+
end
|
@@ -1,12 +1,10 @@
|
|
1
1
|
module Bandwidth
|
2
2
|
module Bxml
|
3
|
-
class StreamParam
|
4
|
-
include Bandwidth::Bxml::Verb
|
5
|
-
|
3
|
+
class StreamParam < Bandwidth::Bxml::Verb
|
6
4
|
# Initializer
|
7
5
|
# @param attributes [Hash] The attributes to add to the element. Defaults to an empty hash.
|
8
6
|
def initialize(attributes = {})
|
9
|
-
super(
|
7
|
+
super('StreamParam', nil, attributes)
|
10
8
|
|
11
9
|
@attribute_map = {
|
12
10
|
name: 'name', # [String]: The name of this parameter, up to 256 characters.
|
@@ -1,12 +1,10 @@
|
|
1
1
|
module Bandwidth
|
2
2
|
module Bxml
|
3
|
-
class Tag
|
4
|
-
include Bandwidth::Bxml::Verb
|
5
|
-
|
3
|
+
class Tag < Bandwidth::Bxml::Verb
|
6
4
|
# Initializer
|
7
5
|
# @param content [String] Custom tag value. Defaults to nil.
|
8
6
|
def initialize(content = nil)
|
9
|
-
super(
|
7
|
+
super('Tag', content, {})
|
10
8
|
end
|
11
9
|
end
|
12
10
|
end
|
@@ -1,13 +1,11 @@
|
|
1
1
|
module Bandwidth
|
2
2
|
module Bxml
|
3
|
-
class Transfer
|
4
|
-
include Bandwidth::Bxml::NestableVerb
|
5
|
-
|
3
|
+
class Transfer < Bandwidth::Bxml::NestableVerb
|
6
4
|
# Initializer
|
7
5
|
# @param transfer_to [Array] XML element children. Defaults to an empty array. Valid nested transfer verbs are: PhoneNumber, SipUri.
|
8
6
|
# @param attributes [Hash] The attributes to add to the element. Defaults to an empty hash.
|
9
7
|
def initialize(transfer_to = [], attributes = {})
|
10
|
-
super(
|
8
|
+
super('Transfer', nil, transfer_to, attributes)
|
11
9
|
|
12
10
|
@attribute_map = {
|
13
11
|
transfer_caller_id: 'transferCallerId', # Optional [String]: The caller ID to use when the call is transferred, if different. Must be in E.164 format (e.g. +15555555555) or be one of the following strings Restricted, Anonymous, Private, or Unavailable. Leave as default to pass along the number of the remote party. Defaults to None.
|
@@ -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 CallDirectionEnum
|
18
|
-
INBOUND =
|
19
|
-
OUTBOUND =
|
18
|
+
INBOUND = 'inbound'.freeze
|
19
|
+
OUTBOUND = 'outbound'.freeze
|
20
20
|
|
21
21
|
def self.all_vars
|
22
22
|
@all_vars ||= [INBOUND, OUTBOUND].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
|
|
@@ -153,7 +153,7 @@ module Bandwidth
|
|
153
153
|
# @param [Hash] attributes Model attributes in the form of hash
|
154
154
|
def initialize(attributes = {})
|
155
155
|
if (!attributes.is_a?(Hash))
|
156
|
-
fail ArgumentError,
|
156
|
+
fail ArgumentError, 'The input argument (attributes) must be a hash in `Bandwidth::CallRecordingMetadata` initialize method'
|
157
157
|
end
|
158
158
|
|
159
159
|
# check to see if the attribute exists and convert string to symbol for hash key
|
@@ -240,6 +240,7 @@ module Bandwidth
|
|
240
240
|
# Show invalid properties with the reasons. Usually used together with valid?
|
241
241
|
# @return Array for valid properties with the reasons
|
242
242
|
def list_invalid_properties
|
243
|
+
warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
|
243
244
|
invalid_properties = Array.new
|
244
245
|
invalid_properties
|
245
246
|
end
|
@@ -247,6 +248,7 @@ module Bandwidth
|
|
247
248
|
# Check to see if the all the properties in the model are valid
|
248
249
|
# @return true if the model is valid
|
249
250
|
def valid?
|
251
|
+
warn '[DEPRECATED] the `valid?` method is obsolete'
|
250
252
|
true
|
251
253
|
end
|
252
254
|
|
@@ -291,37 +293,30 @@ module Bandwidth
|
|
291
293
|
# @param [Hash] attributes Model attributes in the form of hash
|
292
294
|
# @return [Object] Returns the model itself
|
293
295
|
def self.build_from_hash(attributes)
|
294
|
-
new.build_from_hash(attributes)
|
295
|
-
end
|
296
|
-
|
297
|
-
# Builds the object from hash
|
298
|
-
# @param [Hash] attributes Model attributes in the form of hash
|
299
|
-
# @return [Object] Returns the model itself
|
300
|
-
def build_from_hash(attributes)
|
301
296
|
return nil unless attributes.is_a?(Hash)
|
302
297
|
attributes = attributes.transform_keys(&:to_sym)
|
303
|
-
|
304
|
-
|
305
|
-
|
298
|
+
transformed_hash = {}
|
299
|
+
openapi_types.each_pair do |key, type|
|
300
|
+
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
301
|
+
transformed_hash["#{key}"] = nil
|
306
302
|
elsif type =~ /\AArray<(.*)>/i
|
307
303
|
# check to ensure the input is an array given that the attribute
|
308
304
|
# is documented as an array but the input is not
|
309
|
-
if attributes[
|
310
|
-
|
305
|
+
if attributes[attribute_map[key]].is_a?(Array)
|
306
|
+
transformed_hash["#{key}"] = attributes[attribute_map[key]].map { |v| _deserialize($1, v) }
|
311
307
|
end
|
312
|
-
elsif !attributes[
|
313
|
-
|
308
|
+
elsif !attributes[attribute_map[key]].nil?
|
309
|
+
transformed_hash["#{key}"] = _deserialize(type, attributes[attribute_map[key]])
|
314
310
|
end
|
315
311
|
end
|
316
|
-
|
317
|
-
self
|
312
|
+
new(transformed_hash)
|
318
313
|
end
|
319
314
|
|
320
315
|
# Deserializes the data based on type
|
321
316
|
# @param string type Data type
|
322
317
|
# @param string value Value to be deserialized
|
323
318
|
# @return [Object] Deserialized data
|
324
|
-
def _deserialize(type, value)
|
319
|
+
def self._deserialize(type, value)
|
325
320
|
case type.to_sym
|
326
321
|
when :Time
|
327
322
|
Time.parse(value)
|
@@ -405,7 +400,5 @@ module Bandwidth
|
|
405
400
|
value
|
406
401
|
end
|
407
402
|
end
|
408
|
-
|
409
403
|
end
|
410
|
-
|
411
404
|
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
|
|
@@ -27,7 +27,7 @@ module Bandwidth
|
|
27
27
|
# The A-leg call id, set only if this call is the B-leg of a [`<Transfer>`](/docs/voice/bxml/transfer).
|
28
28
|
attr_accessor :parent_call_id
|
29
29
|
|
30
|
-
# The phone number that received the call, in E.164 format (e.g. +15555555555), or if the call was to a SIP URI, the SIP URI
|
30
|
+
# The phone number that received the call, in E.164 format (e.g. +15555555555), or if the call was to a SIP URI, the SIP URI.
|
31
31
|
attr_accessor :to
|
32
32
|
|
33
33
|
# The phone number that made the call, in E.164 format (e.g. +15555555555).
|
@@ -38,7 +38,7 @@ module Bandwidth
|
|
38
38
|
# The current state of the call. Current possible values are `queued`, `initiated`, `answered` and `disconnected`. Additional states may be added in the future, so your application must be tolerant of unknown values.
|
39
39
|
attr_accessor :state
|
40
40
|
|
41
|
-
# For inbound calls, the Bandwidth STIR/SHAKEN implementation will verify the information provided in the inbound invite request `Identity` header. The verification status is stored in the call state `stirShaken` property as follows. | Property | Description | |:------------------|:------------| | verstat | (optional) The verification status indicating whether the verification was successful or not. Possible values are `TN-Verification-Passed` or `TN-Verification-Failed`. | | attestationIndicator | (optional) The attestation level verified by Bandwidth. Possible values are `A` (full), `B` (partial) or `C` (gateway). | | originatingId | (optional) A unique origination identifier. | Note that these are common properties but that the `stirShaken` object is free form and can contain other key-value pairs. More information: [Understanding STIR/SHAKEN](https://www.bandwidth.com/regulations/stir-shaken)
|
41
|
+
# For inbound calls, the Bandwidth STIR/SHAKEN implementation will verify the information provided in the inbound invite request `Identity` header. The verification status is stored in the call state `stirShaken` property as follows. | Property | Description | |:------------------|:------------| | verstat | (optional) The verification status indicating whether the verification was successful or not. Possible values are `TN-Verification-Passed` or `TN-Verification-Failed`. | | attestationIndicator | (optional) The attestation level verified by Bandwidth. Possible values are `A` (full), `B` (partial) or `C` (gateway). | | originatingId | (optional) A unique origination identifier. | Note that these are common properties but that the `stirShaken` object is free form and can contain other key-value pairs. More information: [Understanding STIR/SHAKEN](https://www.bandwidth.com/regulations/stir-shaken).
|
42
42
|
attr_accessor :stir_shaken
|
43
43
|
|
44
44
|
# The value of the `Identity` header from the inbound invite request. Only present for inbound calls and if the account is configured to forward this header.
|
@@ -163,7 +163,7 @@ module Bandwidth
|
|
163
163
|
# @param [Hash] attributes Model attributes in the form of hash
|
164
164
|
def initialize(attributes = {})
|
165
165
|
if (!attributes.is_a?(Hash))
|
166
|
-
fail ArgumentError,
|
166
|
+
fail ArgumentError, 'The input argument (attributes) must be a hash in `Bandwidth::CallState` initialize method'
|
167
167
|
end
|
168
168
|
|
169
169
|
# check to see if the attribute exists and convert string to symbol for hash key
|
@@ -252,6 +252,7 @@ module Bandwidth
|
|
252
252
|
# Show invalid properties with the reasons. Usually used together with valid?
|
253
253
|
# @return Array for valid properties with the reasons
|
254
254
|
def list_invalid_properties
|
255
|
+
warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
|
255
256
|
invalid_properties = Array.new
|
256
257
|
invalid_properties
|
257
258
|
end
|
@@ -259,6 +260,7 @@ module Bandwidth
|
|
259
260
|
# Check to see if the all the properties in the model are valid
|
260
261
|
# @return true if the model is valid
|
261
262
|
def valid?
|
263
|
+
warn '[DEPRECATED] the `valid?` method is obsolete'
|
262
264
|
true
|
263
265
|
end
|
264
266
|
|
@@ -303,37 +305,30 @@ module Bandwidth
|
|
303
305
|
# @param [Hash] attributes Model attributes in the form of hash
|
304
306
|
# @return [Object] Returns the model itself
|
305
307
|
def self.build_from_hash(attributes)
|
306
|
-
new.build_from_hash(attributes)
|
307
|
-
end
|
308
|
-
|
309
|
-
# Builds the object from hash
|
310
|
-
# @param [Hash] attributes Model attributes in the form of hash
|
311
|
-
# @return [Object] Returns the model itself
|
312
|
-
def build_from_hash(attributes)
|
313
308
|
return nil unless attributes.is_a?(Hash)
|
314
309
|
attributes = attributes.transform_keys(&:to_sym)
|
315
|
-
|
316
|
-
|
317
|
-
|
310
|
+
transformed_hash = {}
|
311
|
+
openapi_types.each_pair do |key, type|
|
312
|
+
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
313
|
+
transformed_hash["#{key}"] = nil
|
318
314
|
elsif type =~ /\AArray<(.*)>/i
|
319
315
|
# check to ensure the input is an array given that the attribute
|
320
316
|
# is documented as an array but the input is not
|
321
|
-
if attributes[
|
322
|
-
|
317
|
+
if attributes[attribute_map[key]].is_a?(Array)
|
318
|
+
transformed_hash["#{key}"] = attributes[attribute_map[key]].map { |v| _deserialize($1, v) }
|
323
319
|
end
|
324
|
-
elsif !attributes[
|
325
|
-
|
320
|
+
elsif !attributes[attribute_map[key]].nil?
|
321
|
+
transformed_hash["#{key}"] = _deserialize(type, attributes[attribute_map[key]])
|
326
322
|
end
|
327
323
|
end
|
328
|
-
|
329
|
-
self
|
324
|
+
new(transformed_hash)
|
330
325
|
end
|
331
326
|
|
332
327
|
# Deserializes the data based on type
|
333
328
|
# @param string type Data type
|
334
329
|
# @param string value Value to be deserialized
|
335
330
|
# @return [Object] Deserialized data
|
336
|
-
def _deserialize(type, value)
|
331
|
+
def self._deserialize(type, value)
|
337
332
|
case type.to_sym
|
338
333
|
when :Time
|
339
334
|
Time.parse(value)
|
@@ -417,7 +412,5 @@ module Bandwidth
|
|
417
412
|
value
|
418
413
|
end
|
419
414
|
end
|
420
|
-
|
421
415
|
end
|
422
|
-
|
423
416
|
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 CallStateEnum
|
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,8 +15,8 @@ require 'time'
|
|
15
15
|
|
16
16
|
module Bandwidth
|
17
17
|
class CallbackMethodEnum
|
18
|
-
GET =
|
19
|
-
POST =
|
18
|
+
GET = 'GET'.freeze
|
19
|
+
POST = 'POST'.freeze
|
20
20
|
|
21
21
|
def self.all_vars
|
22
22
|
@all_vars ||= [GET, POST].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
|
|
@@ -72,7 +72,7 @@ module Bandwidth
|
|
72
72
|
# @param [Hash] attributes Model attributes in the form of hash
|
73
73
|
def initialize(attributes = {})
|
74
74
|
if (!attributes.is_a?(Hash))
|
75
|
-
fail ArgumentError,
|
75
|
+
fail ArgumentError, 'The input argument (attributes) must be a hash in `Bandwidth::CodeRequest` initialize method'
|
76
76
|
end
|
77
77
|
|
78
78
|
# check to see if the attribute exists and convert string to symbol for hash key
|
@@ -85,14 +85,20 @@ module Bandwidth
|
|
85
85
|
|
86
86
|
if attributes.key?(:'to')
|
87
87
|
self.to = attributes[:'to']
|
88
|
+
else
|
89
|
+
self.to = nil
|
88
90
|
end
|
89
91
|
|
90
92
|
if attributes.key?(:'from')
|
91
93
|
self.from = attributes[:'from']
|
94
|
+
else
|
95
|
+
self.from = nil
|
92
96
|
end
|
93
97
|
|
94
98
|
if attributes.key?(:'application_id')
|
95
99
|
self.application_id = attributes[:'application_id']
|
100
|
+
else
|
101
|
+
self.application_id = nil
|
96
102
|
end
|
97
103
|
|
98
104
|
if attributes.key?(:'scope')
|
@@ -101,16 +107,21 @@ module Bandwidth
|
|
101
107
|
|
102
108
|
if attributes.key?(:'message')
|
103
109
|
self.message = attributes[:'message']
|
110
|
+
else
|
111
|
+
self.message = nil
|
104
112
|
end
|
105
113
|
|
106
114
|
if attributes.key?(:'digits')
|
107
115
|
self.digits = attributes[:'digits']
|
116
|
+
else
|
117
|
+
self.digits = nil
|
108
118
|
end
|
109
119
|
end
|
110
120
|
|
111
121
|
# Show invalid properties with the reasons. Usually used together with valid?
|
112
122
|
# @return Array for valid properties with the reasons
|
113
123
|
def list_invalid_properties
|
124
|
+
warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
|
114
125
|
invalid_properties = Array.new
|
115
126
|
if @to.nil?
|
116
127
|
invalid_properties.push('invalid value for "to", to cannot be nil.')
|
@@ -172,6 +183,7 @@ module Bandwidth
|
|
172
183
|
# Check to see if the all the properties in the model are valid
|
173
184
|
# @return true if the model is valid
|
174
185
|
def valid?
|
186
|
+
warn '[DEPRECATED] the `valid?` method is obsolete'
|
175
187
|
return false if @to.nil?
|
176
188
|
return false if @to !~ Regexp.new(/^\+[1-9]\d{1,14}$/)
|
177
189
|
return false if @from.nil?
|
@@ -239,7 +251,11 @@ module Bandwidth
|
|
239
251
|
# Custom attribute writer method with validation
|
240
252
|
# @param [Object] scope Value to be assigned
|
241
253
|
def scope=(scope)
|
242
|
-
if
|
254
|
+
if scope.nil?
|
255
|
+
fail ArgumentError, 'scope cannot be nil'
|
256
|
+
end
|
257
|
+
|
258
|
+
if scope.to_s.length > 25
|
243
259
|
fail ArgumentError, 'invalid value for "scope", the character length must be smaller than or equal to 25.'
|
244
260
|
end
|
245
261
|
|
@@ -307,37 +323,30 @@ module Bandwidth
|
|
307
323
|
# @param [Hash] attributes Model attributes in the form of hash
|
308
324
|
# @return [Object] Returns the model itself
|
309
325
|
def self.build_from_hash(attributes)
|
310
|
-
new.build_from_hash(attributes)
|
311
|
-
end
|
312
|
-
|
313
|
-
# Builds the object from hash
|
314
|
-
# @param [Hash] attributes Model attributes in the form of hash
|
315
|
-
# @return [Object] Returns the model itself
|
316
|
-
def build_from_hash(attributes)
|
317
326
|
return nil unless attributes.is_a?(Hash)
|
318
327
|
attributes = attributes.transform_keys(&:to_sym)
|
319
|
-
|
320
|
-
|
321
|
-
|
328
|
+
transformed_hash = {}
|
329
|
+
openapi_types.each_pair do |key, type|
|
330
|
+
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
331
|
+
transformed_hash["#{key}"] = nil
|
322
332
|
elsif type =~ /\AArray<(.*)>/i
|
323
333
|
# check to ensure the input is an array given that the attribute
|
324
334
|
# is documented as an array but the input is not
|
325
|
-
if attributes[
|
326
|
-
|
335
|
+
if attributes[attribute_map[key]].is_a?(Array)
|
336
|
+
transformed_hash["#{key}"] = attributes[attribute_map[key]].map { |v| _deserialize($1, v) }
|
327
337
|
end
|
328
|
-
elsif !attributes[
|
329
|
-
|
338
|
+
elsif !attributes[attribute_map[key]].nil?
|
339
|
+
transformed_hash["#{key}"] = _deserialize(type, attributes[attribute_map[key]])
|
330
340
|
end
|
331
341
|
end
|
332
|
-
|
333
|
-
self
|
342
|
+
new(transformed_hash)
|
334
343
|
end
|
335
344
|
|
336
345
|
# Deserializes the data based on type
|
337
346
|
# @param string type Data type
|
338
347
|
# @param string value Value to be deserialized
|
339
348
|
# @return [Object] Deserialized data
|
340
|
-
def _deserialize(type, value)
|
349
|
+
def self._deserialize(type, value)
|
341
350
|
case type.to_sym
|
342
351
|
when :Time
|
343
352
|
Time.parse(value)
|
@@ -421,7 +430,5 @@ module Bandwidth
|
|
421
430
|
value
|
422
431
|
end
|
423
432
|
end
|
424
|
-
|
425
433
|
end
|
426
|
-
|
427
434
|
end
|