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
|
|
@@ -134,7 +134,7 @@ module Bandwidth
|
|
134
134
|
def self.openapi_types
|
135
135
|
{
|
136
136
|
:'event_type' => :'String',
|
137
|
-
:'event_time' => :'
|
137
|
+
:'event_time' => :'Time',
|
138
138
|
:'account_id' => :'String',
|
139
139
|
:'application_id' => :'String',
|
140
140
|
:'from' => :'String',
|
@@ -170,7 +170,7 @@ module Bandwidth
|
|
170
170
|
# @param [Hash] attributes Model attributes in the form of hash
|
171
171
|
def initialize(attributes = {})
|
172
172
|
if (!attributes.is_a?(Hash))
|
173
|
-
fail ArgumentError,
|
173
|
+
fail ArgumentError, 'The input argument (attributes) must be a hash in `Bandwidth::TranscriptionAvailableCallback` initialize method'
|
174
174
|
end
|
175
175
|
|
176
176
|
# check to see if the attribute exists and convert string to symbol for hash key
|
@@ -269,6 +269,7 @@ module Bandwidth
|
|
269
269
|
# Show invalid properties with the reasons. Usually used together with valid?
|
270
270
|
# @return Array for valid properties with the reasons
|
271
271
|
def list_invalid_properties
|
272
|
+
warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
|
272
273
|
invalid_properties = Array.new
|
273
274
|
invalid_properties
|
274
275
|
end
|
@@ -276,6 +277,7 @@ module Bandwidth
|
|
276
277
|
# Check to see if the all the properties in the model are valid
|
277
278
|
# @return true if the model is valid
|
278
279
|
def valid?
|
280
|
+
warn '[DEPRECATED] the `valid?` method is obsolete'
|
279
281
|
true
|
280
282
|
end
|
281
283
|
|
@@ -323,37 +325,30 @@ module Bandwidth
|
|
323
325
|
# @param [Hash] attributes Model attributes in the form of hash
|
324
326
|
# @return [Object] Returns the model itself
|
325
327
|
def self.build_from_hash(attributes)
|
326
|
-
new.build_from_hash(attributes)
|
327
|
-
end
|
328
|
-
|
329
|
-
# Builds the object from hash
|
330
|
-
# @param [Hash] attributes Model attributes in the form of hash
|
331
|
-
# @return [Object] Returns the model itself
|
332
|
-
def build_from_hash(attributes)
|
333
328
|
return nil unless attributes.is_a?(Hash)
|
334
329
|
attributes = attributes.transform_keys(&:to_sym)
|
335
|
-
|
336
|
-
|
337
|
-
|
330
|
+
transformed_hash = {}
|
331
|
+
openapi_types.each_pair do |key, type|
|
332
|
+
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
333
|
+
transformed_hash["#{key}"] = nil
|
338
334
|
elsif type =~ /\AArray<(.*)>/i
|
339
335
|
# check to ensure the input is an array given that the attribute
|
340
336
|
# is documented as an array but the input is not
|
341
|
-
if attributes[
|
342
|
-
|
337
|
+
if attributes[attribute_map[key]].is_a?(Array)
|
338
|
+
transformed_hash["#{key}"] = attributes[attribute_map[key]].map { |v| _deserialize($1, v) }
|
343
339
|
end
|
344
|
-
elsif !attributes[
|
345
|
-
|
340
|
+
elsif !attributes[attribute_map[key]].nil?
|
341
|
+
transformed_hash["#{key}"] = _deserialize(type, attributes[attribute_map[key]])
|
346
342
|
end
|
347
343
|
end
|
348
|
-
|
349
|
-
self
|
344
|
+
new(transformed_hash)
|
350
345
|
end
|
351
346
|
|
352
347
|
# Deserializes the data based on type
|
353
348
|
# @param string type Data type
|
354
349
|
# @param string value Value to be deserialized
|
355
350
|
# @return [Object] Deserialized data
|
356
|
-
def _deserialize(type, value)
|
351
|
+
def self._deserialize(type, value)
|
357
352
|
case type.to_sym
|
358
353
|
when :Time
|
359
354
|
Time.parse(value)
|
@@ -437,7 +432,5 @@ module Bandwidth
|
|
437
432
|
value
|
438
433
|
end
|
439
434
|
end
|
440
|
-
|
441
435
|
end
|
442
|
-
|
443
436
|
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
|
|
@@ -46,7 +46,7 @@ module Bandwidth
|
|
46
46
|
# @param [Hash] attributes Model attributes in the form of hash
|
47
47
|
def initialize(attributes = {})
|
48
48
|
if (!attributes.is_a?(Hash))
|
49
|
-
fail ArgumentError,
|
49
|
+
fail ArgumentError, 'The input argument (attributes) must be a hash in `Bandwidth::TranscriptionList` initialize method'
|
50
50
|
end
|
51
51
|
|
52
52
|
# check to see if the attribute exists and convert string to symbol for hash key
|
@@ -67,6 +67,7 @@ module Bandwidth
|
|
67
67
|
# Show invalid properties with the reasons. Usually used together with valid?
|
68
68
|
# @return Array for valid properties with the reasons
|
69
69
|
def list_invalid_properties
|
70
|
+
warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
|
70
71
|
invalid_properties = Array.new
|
71
72
|
invalid_properties
|
72
73
|
end
|
@@ -74,6 +75,7 @@ module Bandwidth
|
|
74
75
|
# Check to see if the all the properties in the model are valid
|
75
76
|
# @return true if the model is valid
|
76
77
|
def valid?
|
78
|
+
warn '[DEPRECATED] the `valid?` method is obsolete'
|
77
79
|
true
|
78
80
|
end
|
79
81
|
|
@@ -101,37 +103,30 @@ module Bandwidth
|
|
101
103
|
# @param [Hash] attributes Model attributes in the form of hash
|
102
104
|
# @return [Object] Returns the model itself
|
103
105
|
def self.build_from_hash(attributes)
|
104
|
-
new.build_from_hash(attributes)
|
105
|
-
end
|
106
|
-
|
107
|
-
# Builds the object from hash
|
108
|
-
# @param [Hash] attributes Model attributes in the form of hash
|
109
|
-
# @return [Object] Returns the model itself
|
110
|
-
def build_from_hash(attributes)
|
111
106
|
return nil unless attributes.is_a?(Hash)
|
112
107
|
attributes = attributes.transform_keys(&:to_sym)
|
113
|
-
|
114
|
-
|
115
|
-
|
108
|
+
transformed_hash = {}
|
109
|
+
openapi_types.each_pair do |key, type|
|
110
|
+
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
111
|
+
transformed_hash["#{key}"] = nil
|
116
112
|
elsif type =~ /\AArray<(.*)>/i
|
117
113
|
# check to ensure the input is an array given that the attribute
|
118
114
|
# is documented as an array but the input is not
|
119
|
-
if attributes[
|
120
|
-
|
115
|
+
if attributes[attribute_map[key]].is_a?(Array)
|
116
|
+
transformed_hash["#{key}"] = attributes[attribute_map[key]].map { |v| _deserialize($1, v) }
|
121
117
|
end
|
122
|
-
elsif !attributes[
|
123
|
-
|
118
|
+
elsif !attributes[attribute_map[key]].nil?
|
119
|
+
transformed_hash["#{key}"] = _deserialize(type, attributes[attribute_map[key]])
|
124
120
|
end
|
125
121
|
end
|
126
|
-
|
127
|
-
self
|
122
|
+
new(transformed_hash)
|
128
123
|
end
|
129
124
|
|
130
125
|
# Deserializes the data based on type
|
131
126
|
# @param string type Data type
|
132
127
|
# @param string value Value to be deserialized
|
133
128
|
# @return [Object] Deserialized data
|
134
|
-
def _deserialize(type, value)
|
129
|
+
def self._deserialize(type, value)
|
135
130
|
case type.to_sym
|
136
131
|
when :Time
|
137
132
|
Time.parse(value)
|
@@ -215,7 +210,5 @@ module Bandwidth
|
|
215
210
|
value
|
216
211
|
end
|
217
212
|
end
|
218
|
-
|
219
213
|
end
|
220
|
-
|
221
214
|
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
|
|
@@ -63,7 +63,7 @@ module Bandwidth
|
|
63
63
|
# @param [Hash] attributes Model attributes in the form of hash
|
64
64
|
def initialize(attributes = {})
|
65
65
|
if (!attributes.is_a?(Hash))
|
66
|
-
fail ArgumentError,
|
66
|
+
fail ArgumentError, 'The input argument (attributes) must be a hash in `Bandwidth::TranscriptionMetadata` initialize method'
|
67
67
|
end
|
68
68
|
|
69
69
|
# check to see if the attribute exists and convert string to symbol for hash key
|
@@ -94,6 +94,7 @@ module Bandwidth
|
|
94
94
|
# Show invalid properties with the reasons. Usually used together with valid?
|
95
95
|
# @return Array for valid properties with the reasons
|
96
96
|
def list_invalid_properties
|
97
|
+
warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
|
97
98
|
invalid_properties = Array.new
|
98
99
|
invalid_properties
|
99
100
|
end
|
@@ -101,6 +102,7 @@ module Bandwidth
|
|
101
102
|
# Check to see if the all the properties in the model are valid
|
102
103
|
# @return true if the model is valid
|
103
104
|
def valid?
|
105
|
+
warn '[DEPRECATED] the `valid?` method is obsolete'
|
104
106
|
true
|
105
107
|
end
|
106
108
|
|
@@ -131,37 +133,30 @@ module Bandwidth
|
|
131
133
|
# @param [Hash] attributes Model attributes in the form of hash
|
132
134
|
# @return [Object] Returns the model itself
|
133
135
|
def self.build_from_hash(attributes)
|
134
|
-
new.build_from_hash(attributes)
|
135
|
-
end
|
136
|
-
|
137
|
-
# Builds the object from hash
|
138
|
-
# @param [Hash] attributes Model attributes in the form of hash
|
139
|
-
# @return [Object] Returns the model itself
|
140
|
-
def build_from_hash(attributes)
|
141
136
|
return nil unless attributes.is_a?(Hash)
|
142
137
|
attributes = attributes.transform_keys(&:to_sym)
|
143
|
-
|
144
|
-
|
145
|
-
|
138
|
+
transformed_hash = {}
|
139
|
+
openapi_types.each_pair do |key, type|
|
140
|
+
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
141
|
+
transformed_hash["#{key}"] = nil
|
146
142
|
elsif type =~ /\AArray<(.*)>/i
|
147
143
|
# check to ensure the input is an array given that the attribute
|
148
144
|
# is documented as an array but the input is not
|
149
|
-
if attributes[
|
150
|
-
|
145
|
+
if attributes[attribute_map[key]].is_a?(Array)
|
146
|
+
transformed_hash["#{key}"] = attributes[attribute_map[key]].map { |v| _deserialize($1, v) }
|
151
147
|
end
|
152
|
-
elsif !attributes[
|
153
|
-
|
148
|
+
elsif !attributes[attribute_map[key]].nil?
|
149
|
+
transformed_hash["#{key}"] = _deserialize(type, attributes[attribute_map[key]])
|
154
150
|
end
|
155
151
|
end
|
156
|
-
|
157
|
-
self
|
152
|
+
new(transformed_hash)
|
158
153
|
end
|
159
154
|
|
160
155
|
# Deserializes the data based on type
|
161
156
|
# @param string type Data type
|
162
157
|
# @param string value Value to be deserialized
|
163
158
|
# @return [Object] Deserialized data
|
164
|
-
def _deserialize(type, value)
|
159
|
+
def self._deserialize(type, value)
|
165
160
|
case type.to_sym
|
166
161
|
when :Time
|
167
162
|
Time.parse(value)
|
@@ -245,7 +240,5 @@ module Bandwidth
|
|
245
240
|
value
|
246
241
|
end
|
247
242
|
end
|
248
|
-
|
249
243
|
end
|
250
|
-
|
251
244
|
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
|
|
@@ -112,7 +112,7 @@ module Bandwidth
|
|
112
112
|
def self.openapi_types
|
113
113
|
{
|
114
114
|
:'event_type' => :'String',
|
115
|
-
:'event_time' => :'
|
115
|
+
:'event_time' => :'Time',
|
116
116
|
:'account_id' => :'String',
|
117
117
|
:'application_id' => :'String',
|
118
118
|
:'from' => :'String',
|
@@ -142,7 +142,7 @@ module Bandwidth
|
|
142
142
|
# @param [Hash] attributes Model attributes in the form of hash
|
143
143
|
def initialize(attributes = {})
|
144
144
|
if (!attributes.is_a?(Hash))
|
145
|
-
fail ArgumentError,
|
145
|
+
fail ArgumentError, 'The input argument (attributes) must be a hash in `Bandwidth::TransferAnswerCallback` initialize method'
|
146
146
|
end
|
147
147
|
|
148
148
|
# check to see if the attribute exists and convert string to symbol for hash key
|
@@ -217,6 +217,7 @@ module Bandwidth
|
|
217
217
|
# Show invalid properties with the reasons. Usually used together with valid?
|
218
218
|
# @return Array for valid properties with the reasons
|
219
219
|
def list_invalid_properties
|
220
|
+
warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
|
220
221
|
invalid_properties = Array.new
|
221
222
|
invalid_properties
|
222
223
|
end
|
@@ -224,6 +225,7 @@ module Bandwidth
|
|
224
225
|
# Check to see if the all the properties in the model are valid
|
225
226
|
# @return true if the model is valid
|
226
227
|
def valid?
|
228
|
+
warn '[DEPRECATED] the `valid?` method is obsolete'
|
227
229
|
true
|
228
230
|
end
|
229
231
|
|
@@ -265,37 +267,30 @@ module Bandwidth
|
|
265
267
|
# @param [Hash] attributes Model attributes in the form of hash
|
266
268
|
# @return [Object] Returns the model itself
|
267
269
|
def self.build_from_hash(attributes)
|
268
|
-
new.build_from_hash(attributes)
|
269
|
-
end
|
270
|
-
|
271
|
-
# Builds the object from hash
|
272
|
-
# @param [Hash] attributes Model attributes in the form of hash
|
273
|
-
# @return [Object] Returns the model itself
|
274
|
-
def build_from_hash(attributes)
|
275
270
|
return nil unless attributes.is_a?(Hash)
|
276
271
|
attributes = attributes.transform_keys(&:to_sym)
|
277
|
-
|
278
|
-
|
279
|
-
|
272
|
+
transformed_hash = {}
|
273
|
+
openapi_types.each_pair do |key, type|
|
274
|
+
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
275
|
+
transformed_hash["#{key}"] = nil
|
280
276
|
elsif type =~ /\AArray<(.*)>/i
|
281
277
|
# check to ensure the input is an array given that the attribute
|
282
278
|
# is documented as an array but the input is not
|
283
|
-
if attributes[
|
284
|
-
|
279
|
+
if attributes[attribute_map[key]].is_a?(Array)
|
280
|
+
transformed_hash["#{key}"] = attributes[attribute_map[key]].map { |v| _deserialize($1, v) }
|
285
281
|
end
|
286
|
-
elsif !attributes[
|
287
|
-
|
282
|
+
elsif !attributes[attribute_map[key]].nil?
|
283
|
+
transformed_hash["#{key}"] = _deserialize(type, attributes[attribute_map[key]])
|
288
284
|
end
|
289
285
|
end
|
290
|
-
|
291
|
-
self
|
286
|
+
new(transformed_hash)
|
292
287
|
end
|
293
288
|
|
294
289
|
# Deserializes the data based on type
|
295
290
|
# @param string type Data type
|
296
291
|
# @param string value Value to be deserialized
|
297
292
|
# @return [Object] Deserialized data
|
298
|
-
def _deserialize(type, value)
|
293
|
+
def self._deserialize(type, value)
|
299
294
|
case type.to_sym
|
300
295
|
when :Time
|
301
296
|
Time.parse(value)
|
@@ -379,7 +374,5 @@ module Bandwidth
|
|
379
374
|
value
|
380
375
|
end
|
381
376
|
end
|
382
|
-
|
383
377
|
end
|
384
|
-
|
385
378
|
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
|
|
@@ -124,7 +124,7 @@ module Bandwidth
|
|
124
124
|
def self.openapi_types
|
125
125
|
{
|
126
126
|
:'event_type' => :'String',
|
127
|
-
:'event_time' => :'
|
127
|
+
:'event_time' => :'Time',
|
128
128
|
:'account_id' => :'String',
|
129
129
|
:'application_id' => :'String',
|
130
130
|
:'from' => :'String',
|
@@ -159,7 +159,7 @@ module Bandwidth
|
|
159
159
|
# @param [Hash] attributes Model attributes in the form of hash
|
160
160
|
def initialize(attributes = {})
|
161
161
|
if (!attributes.is_a?(Hash))
|
162
|
-
fail ArgumentError,
|
162
|
+
fail ArgumentError, 'The input argument (attributes) must be a hash in `Bandwidth::TransferCompleteCallback` initialize method'
|
163
163
|
end
|
164
164
|
|
165
165
|
# check to see if the attribute exists and convert string to symbol for hash key
|
@@ -246,6 +246,7 @@ module Bandwidth
|
|
246
246
|
# Show invalid properties with the reasons. Usually used together with valid?
|
247
247
|
# @return Array for valid properties with the reasons
|
248
248
|
def list_invalid_properties
|
249
|
+
warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
|
249
250
|
invalid_properties = Array.new
|
250
251
|
invalid_properties
|
251
252
|
end
|
@@ -253,6 +254,7 @@ module Bandwidth
|
|
253
254
|
# Check to see if the all the properties in the model are valid
|
254
255
|
# @return true if the model is valid
|
255
256
|
def valid?
|
257
|
+
warn '[DEPRECATED] the `valid?` method is obsolete'
|
256
258
|
true
|
257
259
|
end
|
258
260
|
|
@@ -297,37 +299,30 @@ module Bandwidth
|
|
297
299
|
# @param [Hash] attributes Model attributes in the form of hash
|
298
300
|
# @return [Object] Returns the model itself
|
299
301
|
def self.build_from_hash(attributes)
|
300
|
-
new.build_from_hash(attributes)
|
301
|
-
end
|
302
|
-
|
303
|
-
# Builds the object from hash
|
304
|
-
# @param [Hash] attributes Model attributes in the form of hash
|
305
|
-
# @return [Object] Returns the model itself
|
306
|
-
def build_from_hash(attributes)
|
307
302
|
return nil unless attributes.is_a?(Hash)
|
308
303
|
attributes = attributes.transform_keys(&:to_sym)
|
309
|
-
|
310
|
-
|
311
|
-
|
304
|
+
transformed_hash = {}
|
305
|
+
openapi_types.each_pair do |key, type|
|
306
|
+
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
307
|
+
transformed_hash["#{key}"] = nil
|
312
308
|
elsif type =~ /\AArray<(.*)>/i
|
313
309
|
# check to ensure the input is an array given that the attribute
|
314
310
|
# is documented as an array but the input is not
|
315
|
-
if attributes[
|
316
|
-
|
311
|
+
if attributes[attribute_map[key]].is_a?(Array)
|
312
|
+
transformed_hash["#{key}"] = attributes[attribute_map[key]].map { |v| _deserialize($1, v) }
|
317
313
|
end
|
318
|
-
elsif !attributes[
|
319
|
-
|
314
|
+
elsif !attributes[attribute_map[key]].nil?
|
315
|
+
transformed_hash["#{key}"] = _deserialize(type, attributes[attribute_map[key]])
|
320
316
|
end
|
321
317
|
end
|
322
|
-
|
323
|
-
self
|
318
|
+
new(transformed_hash)
|
324
319
|
end
|
325
320
|
|
326
321
|
# Deserializes the data based on type
|
327
322
|
# @param string type Data type
|
328
323
|
# @param string value Value to be deserialized
|
329
324
|
# @return [Object] Deserialized data
|
330
|
-
def _deserialize(type, value)
|
325
|
+
def self._deserialize(type, value)
|
331
326
|
case type.to_sym
|
332
327
|
when :Time
|
333
328
|
Time.parse(value)
|
@@ -411,7 +406,5 @@ module Bandwidth
|
|
411
406
|
value
|
412
407
|
end
|
413
408
|
end
|
414
|
-
|
415
409
|
end
|
416
|
-
|
417
410
|
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
|
|
@@ -132,7 +132,7 @@ module Bandwidth
|
|
132
132
|
def self.openapi_types
|
133
133
|
{
|
134
134
|
:'event_type' => :'String',
|
135
|
-
:'event_time' => :'
|
135
|
+
:'event_time' => :'Time',
|
136
136
|
:'account_id' => :'String',
|
137
137
|
:'application_id' => :'String',
|
138
138
|
:'from' => :'String',
|
@@ -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::TransferDisconnectCallback` initialize method'
|
173
173
|
end
|
174
174
|
|
175
175
|
# check to see if the attribute exists and convert string to symbol for hash key
|
@@ -264,6 +264,7 @@ module Bandwidth
|
|
264
264
|
# Show invalid properties with the reasons. Usually used together with valid?
|
265
265
|
# @return Array for valid properties with the reasons
|
266
266
|
def list_invalid_properties
|
267
|
+
warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
|
267
268
|
invalid_properties = Array.new
|
268
269
|
invalid_properties
|
269
270
|
end
|
@@ -271,6 +272,7 @@ module Bandwidth
|
|
271
272
|
# Check to see if the all the properties in the model are valid
|
272
273
|
# @return true if the model is valid
|
273
274
|
def valid?
|
275
|
+
warn '[DEPRECATED] the `valid?` method is obsolete'
|
274
276
|
true
|
275
277
|
end
|
276
278
|
|
@@ -317,37 +319,30 @@ module Bandwidth
|
|
317
319
|
# @param [Hash] attributes Model attributes in the form of hash
|
318
320
|
# @return [Object] Returns the model itself
|
319
321
|
def self.build_from_hash(attributes)
|
320
|
-
new.build_from_hash(attributes)
|
321
|
-
end
|
322
|
-
|
323
|
-
# Builds the object from hash
|
324
|
-
# @param [Hash] attributes Model attributes in the form of hash
|
325
|
-
# @return [Object] Returns the model itself
|
326
|
-
def build_from_hash(attributes)
|
327
322
|
return nil unless attributes.is_a?(Hash)
|
328
323
|
attributes = attributes.transform_keys(&:to_sym)
|
329
|
-
|
330
|
-
|
331
|
-
|
324
|
+
transformed_hash = {}
|
325
|
+
openapi_types.each_pair do |key, type|
|
326
|
+
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
327
|
+
transformed_hash["#{key}"] = nil
|
332
328
|
elsif type =~ /\AArray<(.*)>/i
|
333
329
|
# check to ensure the input is an array given that the attribute
|
334
330
|
# is documented as an array but the input is not
|
335
|
-
if attributes[
|
336
|
-
|
331
|
+
if attributes[attribute_map[key]].is_a?(Array)
|
332
|
+
transformed_hash["#{key}"] = attributes[attribute_map[key]].map { |v| _deserialize($1, v) }
|
337
333
|
end
|
338
|
-
elsif !attributes[
|
339
|
-
|
334
|
+
elsif !attributes[attribute_map[key]].nil?
|
335
|
+
transformed_hash["#{key}"] = _deserialize(type, attributes[attribute_map[key]])
|
340
336
|
end
|
341
337
|
end
|
342
|
-
|
343
|
-
self
|
338
|
+
new(transformed_hash)
|
344
339
|
end
|
345
340
|
|
346
341
|
# Deserializes the data based on type
|
347
342
|
# @param string type Data type
|
348
343
|
# @param string value Value to be deserialized
|
349
344
|
# @return [Object] Deserialized data
|
350
|
-
def _deserialize(type, value)
|
345
|
+
def self._deserialize(type, value)
|
351
346
|
case type.to_sym
|
352
347
|
when :Time
|
353
348
|
Time.parse(value)
|
@@ -431,7 +426,5 @@ module Bandwidth
|
|
431
426
|
value
|
432
427
|
end
|
433
428
|
end
|
434
|
-
|
435
429
|
end
|
436
|
-
|
437
430
|
end
|