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
|
|
@@ -47,7 +47,7 @@ module Bandwidth
|
|
47
47
|
# @param [Hash] attributes Model attributes in the form of hash
|
48
48
|
def initialize(attributes = {})
|
49
49
|
if (!attributes.is_a?(Hash))
|
50
|
-
fail ArgumentError,
|
50
|
+
fail ArgumentError, 'The input argument (attributes) must be a hash in `Bandwidth::LookupRequest` initialize method'
|
51
51
|
end
|
52
52
|
|
53
53
|
# check to see if the attribute exists and convert string to symbol for hash key
|
@@ -62,12 +62,15 @@ module Bandwidth
|
|
62
62
|
if (value = attributes[:'tns']).is_a?(Array)
|
63
63
|
self.tns = value
|
64
64
|
end
|
65
|
+
else
|
66
|
+
self.tns = nil
|
65
67
|
end
|
66
68
|
end
|
67
69
|
|
68
70
|
# Show invalid properties with the reasons. Usually used together with valid?
|
69
71
|
# @return Array for valid properties with the reasons
|
70
72
|
def list_invalid_properties
|
73
|
+
warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
|
71
74
|
invalid_properties = Array.new
|
72
75
|
if @tns.nil?
|
73
76
|
invalid_properties.push('invalid value for "tns", tns cannot be nil.')
|
@@ -79,6 +82,7 @@ module Bandwidth
|
|
79
82
|
# Check to see if the all the properties in the model are valid
|
80
83
|
# @return true if the model is valid
|
81
84
|
def valid?
|
85
|
+
warn '[DEPRECATED] the `valid?` method is obsolete'
|
82
86
|
return false if @tns.nil?
|
83
87
|
true
|
84
88
|
end
|
@@ -107,37 +111,30 @@ module Bandwidth
|
|
107
111
|
# @param [Hash] attributes Model attributes in the form of hash
|
108
112
|
# @return [Object] Returns the model itself
|
109
113
|
def self.build_from_hash(attributes)
|
110
|
-
new.build_from_hash(attributes)
|
111
|
-
end
|
112
|
-
|
113
|
-
# Builds the object from hash
|
114
|
-
# @param [Hash] attributes Model attributes in the form of hash
|
115
|
-
# @return [Object] Returns the model itself
|
116
|
-
def build_from_hash(attributes)
|
117
114
|
return nil unless attributes.is_a?(Hash)
|
118
115
|
attributes = attributes.transform_keys(&:to_sym)
|
119
|
-
|
120
|
-
|
121
|
-
|
116
|
+
transformed_hash = {}
|
117
|
+
openapi_types.each_pair do |key, type|
|
118
|
+
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
119
|
+
transformed_hash["#{key}"] = nil
|
122
120
|
elsif type =~ /\AArray<(.*)>/i
|
123
121
|
# check to ensure the input is an array given that the attribute
|
124
122
|
# is documented as an array but the input is not
|
125
|
-
if attributes[
|
126
|
-
|
123
|
+
if attributes[attribute_map[key]].is_a?(Array)
|
124
|
+
transformed_hash["#{key}"] = attributes[attribute_map[key]].map { |v| _deserialize($1, v) }
|
127
125
|
end
|
128
|
-
elsif !attributes[
|
129
|
-
|
126
|
+
elsif !attributes[attribute_map[key]].nil?
|
127
|
+
transformed_hash["#{key}"] = _deserialize(type, attributes[attribute_map[key]])
|
130
128
|
end
|
131
129
|
end
|
132
|
-
|
133
|
-
self
|
130
|
+
new(transformed_hash)
|
134
131
|
end
|
135
132
|
|
136
133
|
# Deserializes the data based on type
|
137
134
|
# @param string type Data type
|
138
135
|
# @param string value Value to be deserialized
|
139
136
|
# @return [Object] Deserialized data
|
140
|
-
def _deserialize(type, value)
|
137
|
+
def self._deserialize(type, value)
|
141
138
|
case type.to_sym
|
142
139
|
when :Time
|
143
140
|
Time.parse(value)
|
@@ -221,7 +218,5 @@ module Bandwidth
|
|
221
218
|
value
|
222
219
|
end
|
223
220
|
end
|
224
|
-
|
225
221
|
end
|
226
|
-
|
227
222
|
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
|
|
@@ -88,7 +88,7 @@ module Bandwidth
|
|
88
88
|
# @param [Hash] attributes Model attributes in the form of hash
|
89
89
|
def initialize(attributes = {})
|
90
90
|
if (!attributes.is_a?(Hash))
|
91
|
-
fail ArgumentError,
|
91
|
+
fail ArgumentError, 'The input argument (attributes) must be a hash in `Bandwidth::LookupResult` initialize method'
|
92
92
|
end
|
93
93
|
|
94
94
|
# check to see if the attribute exists and convert string to symbol for hash key
|
@@ -139,6 +139,7 @@ module Bandwidth
|
|
139
139
|
# Show invalid properties with the reasons. Usually used together with valid?
|
140
140
|
# @return Array for valid properties with the reasons
|
141
141
|
def list_invalid_properties
|
142
|
+
warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
|
142
143
|
invalid_properties = Array.new
|
143
144
|
invalid_properties
|
144
145
|
end
|
@@ -146,6 +147,7 @@ module Bandwidth
|
|
146
147
|
# Check to see if the all the properties in the model are valid
|
147
148
|
# @return true if the model is valid
|
148
149
|
def valid?
|
150
|
+
warn '[DEPRECATED] the `valid?` method is obsolete'
|
149
151
|
true
|
150
152
|
end
|
151
153
|
|
@@ -181,37 +183,30 @@ module Bandwidth
|
|
181
183
|
# @param [Hash] attributes Model attributes in the form of hash
|
182
184
|
# @return [Object] Returns the model itself
|
183
185
|
def self.build_from_hash(attributes)
|
184
|
-
new.build_from_hash(attributes)
|
185
|
-
end
|
186
|
-
|
187
|
-
# Builds the object from hash
|
188
|
-
# @param [Hash] attributes Model attributes in the form of hash
|
189
|
-
# @return [Object] Returns the model itself
|
190
|
-
def build_from_hash(attributes)
|
191
186
|
return nil unless attributes.is_a?(Hash)
|
192
187
|
attributes = attributes.transform_keys(&:to_sym)
|
193
|
-
|
194
|
-
|
195
|
-
|
188
|
+
transformed_hash = {}
|
189
|
+
openapi_types.each_pair do |key, type|
|
190
|
+
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
191
|
+
transformed_hash["#{key}"] = nil
|
196
192
|
elsif type =~ /\AArray<(.*)>/i
|
197
193
|
# check to ensure the input is an array given that the attribute
|
198
194
|
# is documented as an array but the input is not
|
199
|
-
if attributes[
|
200
|
-
|
195
|
+
if attributes[attribute_map[key]].is_a?(Array)
|
196
|
+
transformed_hash["#{key}"] = attributes[attribute_map[key]].map { |v| _deserialize($1, v) }
|
201
197
|
end
|
202
|
-
elsif !attributes[
|
203
|
-
|
198
|
+
elsif !attributes[attribute_map[key]].nil?
|
199
|
+
transformed_hash["#{key}"] = _deserialize(type, attributes[attribute_map[key]])
|
204
200
|
end
|
205
201
|
end
|
206
|
-
|
207
|
-
self
|
202
|
+
new(transformed_hash)
|
208
203
|
end
|
209
204
|
|
210
205
|
# Deserializes the data based on type
|
211
206
|
# @param string type Data type
|
212
207
|
# @param string value Value to be deserialized
|
213
208
|
# @return [Object] Deserialized data
|
214
|
-
def _deserialize(type, value)
|
209
|
+
def self._deserialize(type, value)
|
215
210
|
case type.to_sym
|
216
211
|
when :Time
|
217
212
|
Time.parse(value)
|
@@ -295,7 +290,5 @@ module Bandwidth
|
|
295
290
|
value
|
296
291
|
end
|
297
292
|
end
|
298
|
-
|
299
293
|
end
|
300
|
-
|
301
294
|
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
|
|
@@ -84,7 +84,7 @@ module Bandwidth
|
|
84
84
|
# @param [Hash] attributes Model attributes in the form of hash
|
85
85
|
def initialize(attributes = {})
|
86
86
|
if (!attributes.is_a?(Hash))
|
87
|
-
fail ArgumentError,
|
87
|
+
fail ArgumentError, 'The input argument (attributes) must be a hash in `Bandwidth::LookupStatus` initialize method'
|
88
88
|
end
|
89
89
|
|
90
90
|
# check to see if the attribute exists and convert string to symbol for hash key
|
@@ -119,6 +119,7 @@ module Bandwidth
|
|
119
119
|
# Show invalid properties with the reasons. Usually used together with valid?
|
120
120
|
# @return Array for valid properties with the reasons
|
121
121
|
def list_invalid_properties
|
122
|
+
warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
|
122
123
|
invalid_properties = Array.new
|
123
124
|
invalid_properties
|
124
125
|
end
|
@@ -126,6 +127,7 @@ module Bandwidth
|
|
126
127
|
# Check to see if the all the properties in the model are valid
|
127
128
|
# @return true if the model is valid
|
128
129
|
def valid?
|
130
|
+
warn '[DEPRECATED] the `valid?` method is obsolete'
|
129
131
|
true
|
130
132
|
end
|
131
133
|
|
@@ -156,37 +158,30 @@ module Bandwidth
|
|
156
158
|
# @param [Hash] attributes Model attributes in the form of hash
|
157
159
|
# @return [Object] Returns the model itself
|
158
160
|
def self.build_from_hash(attributes)
|
159
|
-
new.build_from_hash(attributes)
|
160
|
-
end
|
161
|
-
|
162
|
-
# Builds the object from hash
|
163
|
-
# @param [Hash] attributes Model attributes in the form of hash
|
164
|
-
# @return [Object] Returns the model itself
|
165
|
-
def build_from_hash(attributes)
|
166
161
|
return nil unless attributes.is_a?(Hash)
|
167
162
|
attributes = attributes.transform_keys(&:to_sym)
|
168
|
-
|
169
|
-
|
170
|
-
|
163
|
+
transformed_hash = {}
|
164
|
+
openapi_types.each_pair do |key, type|
|
165
|
+
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
166
|
+
transformed_hash["#{key}"] = nil
|
171
167
|
elsif type =~ /\AArray<(.*)>/i
|
172
168
|
# check to ensure the input is an array given that the attribute
|
173
169
|
# is documented as an array but the input is not
|
174
|
-
if attributes[
|
175
|
-
|
170
|
+
if attributes[attribute_map[key]].is_a?(Array)
|
171
|
+
transformed_hash["#{key}"] = attributes[attribute_map[key]].map { |v| _deserialize($1, v) }
|
176
172
|
end
|
177
|
-
elsif !attributes[
|
178
|
-
|
173
|
+
elsif !attributes[attribute_map[key]].nil?
|
174
|
+
transformed_hash["#{key}"] = _deserialize(type, attributes[attribute_map[key]])
|
179
175
|
end
|
180
176
|
end
|
181
|
-
|
182
|
-
self
|
177
|
+
new(transformed_hash)
|
183
178
|
end
|
184
179
|
|
185
180
|
# Deserializes the data based on type
|
186
181
|
# @param string type Data type
|
187
182
|
# @param string value Value to be deserialized
|
188
183
|
# @return [Object] Deserialized data
|
189
|
-
def _deserialize(type, value)
|
184
|
+
def self._deserialize(type, value)
|
190
185
|
case type.to_sym
|
191
186
|
when :Time
|
192
187
|
Time.parse(value)
|
@@ -270,7 +265,5 @@ module Bandwidth
|
|
270
265
|
value
|
271
266
|
end
|
272
267
|
end
|
273
|
-
|
274
268
|
end
|
275
|
-
|
276
269
|
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,10 +15,10 @@ require 'time'
|
|
15
15
|
|
16
16
|
module Bandwidth
|
17
17
|
class LookupStatusEnum
|
18
|
-
IN_PROGRESS =
|
19
|
-
COMPLETE =
|
20
|
-
PARTIAL_COMPLETE =
|
21
|
-
FAILED =
|
18
|
+
IN_PROGRESS = 'IN_PROGRESS'.freeze
|
19
|
+
COMPLETE = 'COMPLETE'.freeze
|
20
|
+
PARTIAL_COMPLETE = 'PARTIAL_COMPLETE'.freeze
|
21
|
+
FAILED = 'FAILED'.freeze
|
22
22
|
|
23
23
|
def self.all_vars
|
24
24
|
@all_vars ||= [IN_PROGRESS, COMPLETE, PARTIAL_COMPLETE, FAILED].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
|
|
@@ -54,7 +54,6 @@ module Bandwidth
|
|
54
54
|
# (optional) The tag specified on call creation. If no tag was specified or it was previously cleared, this field will not be present.
|
55
55
|
attr_accessor :tag
|
56
56
|
|
57
|
-
# (optional) if machine detection was requested in sync mode, the result will be specified here. Possible values are the same as the async counterpart: Machine Detection Complete
|
58
57
|
attr_accessor :machine_detection_result
|
59
58
|
|
60
59
|
class EnumAttributeValidator
|
@@ -108,7 +107,7 @@ module Bandwidth
|
|
108
107
|
def self.openapi_types
|
109
108
|
{
|
110
109
|
:'event_type' => :'String',
|
111
|
-
:'event_time' => :'
|
110
|
+
:'event_time' => :'Time',
|
112
111
|
:'account_id' => :'String',
|
113
112
|
:'application_id' => :'String',
|
114
113
|
:'from' => :'String',
|
@@ -120,7 +119,7 @@ module Bandwidth
|
|
120
119
|
:'start_time' => :'Time',
|
121
120
|
:'answer_time' => :'Time',
|
122
121
|
:'tag' => :'String',
|
123
|
-
:'machine_detection_result' => :'
|
122
|
+
:'machine_detection_result' => :'MachineDetectionResult'
|
124
123
|
}
|
125
124
|
end
|
126
125
|
|
@@ -138,7 +137,7 @@ module Bandwidth
|
|
138
137
|
# @param [Hash] attributes Model attributes in the form of hash
|
139
138
|
def initialize(attributes = {})
|
140
139
|
if (!attributes.is_a?(Hash))
|
141
|
-
fail ArgumentError,
|
140
|
+
fail ArgumentError, 'The input argument (attributes) must be a hash in `Bandwidth::MachineDetectionCompleteCallback` initialize method'
|
142
141
|
end
|
143
142
|
|
144
143
|
# check to see if the attribute exists and convert string to symbol for hash key
|
@@ -209,6 +208,7 @@ module Bandwidth
|
|
209
208
|
# Show invalid properties with the reasons. Usually used together with valid?
|
210
209
|
# @return Array for valid properties with the reasons
|
211
210
|
def list_invalid_properties
|
211
|
+
warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
|
212
212
|
invalid_properties = Array.new
|
213
213
|
invalid_properties
|
214
214
|
end
|
@@ -216,6 +216,7 @@ module Bandwidth
|
|
216
216
|
# Check to see if the all the properties in the model are valid
|
217
217
|
# @return true if the model is valid
|
218
218
|
def valid?
|
219
|
+
warn '[DEPRECATED] the `valid?` method is obsolete'
|
219
220
|
true
|
220
221
|
end
|
221
222
|
|
@@ -256,37 +257,30 @@ module Bandwidth
|
|
256
257
|
# @param [Hash] attributes Model attributes in the form of hash
|
257
258
|
# @return [Object] Returns the model itself
|
258
259
|
def self.build_from_hash(attributes)
|
259
|
-
new.build_from_hash(attributes)
|
260
|
-
end
|
261
|
-
|
262
|
-
# Builds the object from hash
|
263
|
-
# @param [Hash] attributes Model attributes in the form of hash
|
264
|
-
# @return [Object] Returns the model itself
|
265
|
-
def build_from_hash(attributes)
|
266
260
|
return nil unless attributes.is_a?(Hash)
|
267
261
|
attributes = attributes.transform_keys(&:to_sym)
|
268
|
-
|
269
|
-
|
270
|
-
|
262
|
+
transformed_hash = {}
|
263
|
+
openapi_types.each_pair do |key, type|
|
264
|
+
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
265
|
+
transformed_hash["#{key}"] = nil
|
271
266
|
elsif type =~ /\AArray<(.*)>/i
|
272
267
|
# check to ensure the input is an array given that the attribute
|
273
268
|
# is documented as an array but the input is not
|
274
|
-
if attributes[
|
275
|
-
|
269
|
+
if attributes[attribute_map[key]].is_a?(Array)
|
270
|
+
transformed_hash["#{key}"] = attributes[attribute_map[key]].map { |v| _deserialize($1, v) }
|
276
271
|
end
|
277
|
-
elsif !attributes[
|
278
|
-
|
272
|
+
elsif !attributes[attribute_map[key]].nil?
|
273
|
+
transformed_hash["#{key}"] = _deserialize(type, attributes[attribute_map[key]])
|
279
274
|
end
|
280
275
|
end
|
281
|
-
|
282
|
-
self
|
276
|
+
new(transformed_hash)
|
283
277
|
end
|
284
278
|
|
285
279
|
# Deserializes the data based on type
|
286
280
|
# @param string type Data type
|
287
281
|
# @param string value Value to be deserialized
|
288
282
|
# @return [Object] Deserialized data
|
289
|
-
def _deserialize(type, value)
|
283
|
+
def self._deserialize(type, value)
|
290
284
|
case type.to_sym
|
291
285
|
when :Time
|
292
286
|
Time.parse(value)
|
@@ -370,7 +364,5 @@ module Bandwidth
|
|
370
364
|
value
|
371
365
|
end
|
372
366
|
end
|
373
|
-
|
374
367
|
end
|
375
|
-
|
376
368
|
end
|
@@ -6,7 +6,7 @@
|
|
6
6
|
The version of the OpenAPI document: 1.0.0
|
7
7
|
Contact: letstalk@bandwidth.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
OpenAPI Generator version:
|
9
|
+
OpenAPI Generator version: 7.0.0-SNAPSHOT
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -151,7 +151,7 @@ module Bandwidth
|
|
151
151
|
# @param [Hash] attributes Model attributes in the form of hash
|
152
152
|
def initialize(attributes = {})
|
153
153
|
if (!attributes.is_a?(Hash))
|
154
|
-
fail ArgumentError,
|
154
|
+
fail ArgumentError, 'The input argument (attributes) must be a hash in `Bandwidth::MachineDetectionConfiguration` initialize method'
|
155
155
|
end
|
156
156
|
|
157
157
|
# check to see if the attribute exists and convert string to symbol for hash key
|
@@ -242,6 +242,7 @@ module Bandwidth
|
|
242
242
|
# Show invalid properties with the reasons. Usually used together with valid?
|
243
243
|
# @return Array for valid properties with the reasons
|
244
244
|
def list_invalid_properties
|
245
|
+
warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
|
245
246
|
invalid_properties = Array.new
|
246
247
|
if !@callback_url.nil? && @callback_url.to_s.length > 2048
|
247
248
|
invalid_properties.push('invalid value for "callback_url", the character length must be smaller than or equal to 2048.')
|
@@ -273,6 +274,7 @@ module Bandwidth
|
|
273
274
|
# Check to see if the all the properties in the model are valid
|
274
275
|
# @return true if the model is valid
|
275
276
|
def valid?
|
277
|
+
warn '[DEPRECATED] the `valid?` method is obsolete'
|
276
278
|
return false if !@callback_url.nil? && @callback_url.to_s.length > 2048
|
277
279
|
return false if !@username.nil? && @username.to_s.length > 1024
|
278
280
|
return false if !@password.nil? && @password.to_s.length > 1024
|
@@ -380,37 +382,30 @@ module Bandwidth
|
|
380
382
|
# @param [Hash] attributes Model attributes in the form of hash
|
381
383
|
# @return [Object] Returns the model itself
|
382
384
|
def self.build_from_hash(attributes)
|
383
|
-
new.build_from_hash(attributes)
|
384
|
-
end
|
385
|
-
|
386
|
-
# Builds the object from hash
|
387
|
-
# @param [Hash] attributes Model attributes in the form of hash
|
388
|
-
# @return [Object] Returns the model itself
|
389
|
-
def build_from_hash(attributes)
|
390
385
|
return nil unless attributes.is_a?(Hash)
|
391
386
|
attributes = attributes.transform_keys(&:to_sym)
|
392
|
-
|
393
|
-
|
394
|
-
|
387
|
+
transformed_hash = {}
|
388
|
+
openapi_types.each_pair do |key, type|
|
389
|
+
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
390
|
+
transformed_hash["#{key}"] = nil
|
395
391
|
elsif type =~ /\AArray<(.*)>/i
|
396
392
|
# check to ensure the input is an array given that the attribute
|
397
393
|
# is documented as an array but the input is not
|
398
|
-
if attributes[
|
399
|
-
|
394
|
+
if attributes[attribute_map[key]].is_a?(Array)
|
395
|
+
transformed_hash["#{key}"] = attributes[attribute_map[key]].map { |v| _deserialize($1, v) }
|
400
396
|
end
|
401
|
-
elsif !attributes[
|
402
|
-
|
397
|
+
elsif !attributes[attribute_map[key]].nil?
|
398
|
+
transformed_hash["#{key}"] = _deserialize(type, attributes[attribute_map[key]])
|
403
399
|
end
|
404
400
|
end
|
405
|
-
|
406
|
-
self
|
401
|
+
new(transformed_hash)
|
407
402
|
end
|
408
403
|
|
409
404
|
# Deserializes the data based on type
|
410
405
|
# @param string type Data type
|
411
406
|
# @param string value Value to be deserialized
|
412
407
|
# @return [Object] Deserialized data
|
413
|
-
def _deserialize(type, value)
|
408
|
+
def self._deserialize(type, value)
|
414
409
|
case type.to_sym
|
415
410
|
when :Time
|
416
411
|
Time.parse(value)
|
@@ -494,7 +489,5 @@ module Bandwidth
|
|
494
489
|
value
|
495
490
|
end
|
496
491
|
end
|
497
|
-
|
498
492
|
end
|
499
|
-
|
500
493
|
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 MachineDetectionModeEnum
|
18
|
-
SYNC =
|
19
|
-
ASYNC =
|
18
|
+
SYNC = 'sync'.freeze
|
19
|
+
ASYNC = 'async'.freeze
|
20
20
|
|
21
21
|
def self.all_vars
|
22
22
|
@all_vars ||= [SYNC, ASYNC].freeze
|