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
@@ -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
|
|
@@ -28,7 +28,7 @@ module Bandwidth
|
|
28
28
|
# Basic auth password.
|
29
29
|
attr_accessor :password
|
30
30
|
|
31
|
-
# A fallback url which, if provided, will be used to retry the redirect callback delivery in case `redirectUrl` fails to respond
|
31
|
+
# A fallback url which, if provided, will be used to retry the redirect callback delivery in case `redirectUrl` fails to respond.
|
32
32
|
attr_accessor :redirect_fallback_url
|
33
33
|
|
34
34
|
attr_accessor :redirect_fallback_method
|
@@ -121,7 +121,7 @@ module Bandwidth
|
|
121
121
|
# @param [Hash] attributes Model attributes in the form of hash
|
122
122
|
def initialize(attributes = {})
|
123
123
|
if (!attributes.is_a?(Hash))
|
124
|
-
fail ArgumentError,
|
124
|
+
fail ArgumentError, 'The input argument (attributes) must be a hash in `Bandwidth::UpdateCall` initialize method'
|
125
125
|
end
|
126
126
|
|
127
127
|
# check to see if the attribute exists and convert string to symbol for hash key
|
@@ -182,6 +182,7 @@ module Bandwidth
|
|
182
182
|
# Show invalid properties with the reasons. Usually used together with valid?
|
183
183
|
# @return Array for valid properties with the reasons
|
184
184
|
def list_invalid_properties
|
185
|
+
warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
|
185
186
|
invalid_properties = Array.new
|
186
187
|
if !@username.nil? && @username.to_s.length > 1024
|
187
188
|
invalid_properties.push('invalid value for "username", the character length must be smaller than or equal to 1024.')
|
@@ -199,16 +200,22 @@ module Bandwidth
|
|
199
200
|
invalid_properties.push('invalid value for "fallback_password", the character length must be smaller than or equal to 1024.')
|
200
201
|
end
|
201
202
|
|
203
|
+
if !@tag.nil? && @tag.to_s.length > 256
|
204
|
+
invalid_properties.push('invalid value for "tag", the character length must be smaller than or equal to 256.')
|
205
|
+
end
|
206
|
+
|
202
207
|
invalid_properties
|
203
208
|
end
|
204
209
|
|
205
210
|
# Check to see if the all the properties in the model are valid
|
206
211
|
# @return true if the model is valid
|
207
212
|
def valid?
|
213
|
+
warn '[DEPRECATED] the `valid?` method is obsolete'
|
208
214
|
return false if !@username.nil? && @username.to_s.length > 1024
|
209
215
|
return false if !@password.nil? && @password.to_s.length > 1024
|
210
216
|
return false if !@fallback_username.nil? && @fallback_username.to_s.length > 1024
|
211
217
|
return false if !@fallback_password.nil? && @fallback_password.to_s.length > 1024
|
218
|
+
return false if !@tag.nil? && @tag.to_s.length > 256
|
212
219
|
true
|
213
220
|
end
|
214
221
|
|
@@ -255,6 +262,10 @@ module Bandwidth
|
|
255
262
|
# Custom attribute writer method with validation
|
256
263
|
# @param [Object] tag Value to be assigned
|
257
264
|
def tag=(tag)
|
265
|
+
if !tag.nil? && tag.to_s.length > 256
|
266
|
+
fail ArgumentError, 'invalid value for "tag", the character length must be smaller than or equal to 256.'
|
267
|
+
end
|
268
|
+
|
258
269
|
@tag = tag
|
259
270
|
end
|
260
271
|
|
@@ -291,37 +302,30 @@ module Bandwidth
|
|
291
302
|
# @param [Hash] attributes Model attributes in the form of hash
|
292
303
|
# @return [Object] Returns the model itself
|
293
304
|
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
305
|
return nil unless attributes.is_a?(Hash)
|
302
306
|
attributes = attributes.transform_keys(&:to_sym)
|
303
|
-
|
304
|
-
|
305
|
-
|
307
|
+
transformed_hash = {}
|
308
|
+
openapi_types.each_pair do |key, type|
|
309
|
+
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
310
|
+
transformed_hash["#{key}"] = nil
|
306
311
|
elsif type =~ /\AArray<(.*)>/i
|
307
312
|
# check to ensure the input is an array given that the attribute
|
308
313
|
# is documented as an array but the input is not
|
309
|
-
if attributes[
|
310
|
-
|
314
|
+
if attributes[attribute_map[key]].is_a?(Array)
|
315
|
+
transformed_hash["#{key}"] = attributes[attribute_map[key]].map { |v| _deserialize($1, v) }
|
311
316
|
end
|
312
|
-
elsif !attributes[
|
313
|
-
|
317
|
+
elsif !attributes[attribute_map[key]].nil?
|
318
|
+
transformed_hash["#{key}"] = _deserialize(type, attributes[attribute_map[key]])
|
314
319
|
end
|
315
320
|
end
|
316
|
-
|
317
|
-
self
|
321
|
+
new(transformed_hash)
|
318
322
|
end
|
319
323
|
|
320
324
|
# Deserializes the data based on type
|
321
325
|
# @param string type Data type
|
322
326
|
# @param string value Value to be deserialized
|
323
327
|
# @return [Object] Deserialized data
|
324
|
-
def _deserialize(type, value)
|
328
|
+
def self._deserialize(type, value)
|
325
329
|
case type.to_sym
|
326
330
|
when :Time
|
327
331
|
Time.parse(value)
|
@@ -405,7 +409,5 @@ module Bandwidth
|
|
405
409
|
value
|
406
410
|
end
|
407
411
|
end
|
408
|
-
|
409
412
|
end
|
410
|
-
|
411
413
|
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
|
|
@@ -68,7 +68,7 @@ module Bandwidth
|
|
68
68
|
# @param [Hash] attributes Model attributes in the form of hash
|
69
69
|
def initialize(attributes = {})
|
70
70
|
if (!attributes.is_a?(Hash))
|
71
|
-
fail ArgumentError,
|
71
|
+
fail ArgumentError, 'The input argument (attributes) must be a hash in `Bandwidth::UpdateCallRecording` initialize method'
|
72
72
|
end
|
73
73
|
|
74
74
|
# check to see if the attribute exists and convert string to symbol for hash key
|
@@ -81,12 +81,15 @@ module Bandwidth
|
|
81
81
|
|
82
82
|
if attributes.key?(:'state')
|
83
83
|
self.state = attributes[:'state']
|
84
|
+
else
|
85
|
+
self.state = nil
|
84
86
|
end
|
85
87
|
end
|
86
88
|
|
87
89
|
# Show invalid properties with the reasons. Usually used together with valid?
|
88
90
|
# @return Array for valid properties with the reasons
|
89
91
|
def list_invalid_properties
|
92
|
+
warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
|
90
93
|
invalid_properties = Array.new
|
91
94
|
if @state.nil?
|
92
95
|
invalid_properties.push('invalid value for "state", state cannot be nil.')
|
@@ -98,6 +101,7 @@ module Bandwidth
|
|
98
101
|
# Check to see if the all the properties in the model are valid
|
99
102
|
# @return true if the model is valid
|
100
103
|
def valid?
|
104
|
+
warn '[DEPRECATED] the `valid?` method is obsolete'
|
101
105
|
return false if @state.nil?
|
102
106
|
true
|
103
107
|
end
|
@@ -126,37 +130,30 @@ module Bandwidth
|
|
126
130
|
# @param [Hash] attributes Model attributes in the form of hash
|
127
131
|
# @return [Object] Returns the model itself
|
128
132
|
def self.build_from_hash(attributes)
|
129
|
-
new.build_from_hash(attributes)
|
130
|
-
end
|
131
|
-
|
132
|
-
# Builds the object from hash
|
133
|
-
# @param [Hash] attributes Model attributes in the form of hash
|
134
|
-
# @return [Object] Returns the model itself
|
135
|
-
def build_from_hash(attributes)
|
136
133
|
return nil unless attributes.is_a?(Hash)
|
137
134
|
attributes = attributes.transform_keys(&:to_sym)
|
138
|
-
|
139
|
-
|
140
|
-
|
135
|
+
transformed_hash = {}
|
136
|
+
openapi_types.each_pair do |key, type|
|
137
|
+
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
138
|
+
transformed_hash["#{key}"] = nil
|
141
139
|
elsif type =~ /\AArray<(.*)>/i
|
142
140
|
# check to ensure the input is an array given that the attribute
|
143
141
|
# is documented as an array but the input is not
|
144
|
-
if attributes[
|
145
|
-
|
142
|
+
if attributes[attribute_map[key]].is_a?(Array)
|
143
|
+
transformed_hash["#{key}"] = attributes[attribute_map[key]].map { |v| _deserialize($1, v) }
|
146
144
|
end
|
147
|
-
elsif !attributes[
|
148
|
-
|
145
|
+
elsif !attributes[attribute_map[key]].nil?
|
146
|
+
transformed_hash["#{key}"] = _deserialize(type, attributes[attribute_map[key]])
|
149
147
|
end
|
150
148
|
end
|
151
|
-
|
152
|
-
self
|
149
|
+
new(transformed_hash)
|
153
150
|
end
|
154
151
|
|
155
152
|
# Deserializes the data based on type
|
156
153
|
# @param string type Data type
|
157
154
|
# @param string value Value to be deserialized
|
158
155
|
# @return [Object] Deserialized data
|
159
|
-
def _deserialize(type, value)
|
156
|
+
def self._deserialize(type, value)
|
160
157
|
case type.to_sym
|
161
158
|
when :Time
|
162
159
|
Time.parse(value)
|
@@ -240,7 +237,5 @@ module Bandwidth
|
|
240
237
|
value
|
241
238
|
end
|
242
239
|
end
|
243
|
-
|
244
240
|
end
|
245
|
-
|
246
241
|
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
|
|
@@ -17,7 +17,7 @@ module Bandwidth
|
|
17
17
|
class UpdateConference
|
18
18
|
attr_accessor :status
|
19
19
|
|
20
|
-
# The URL to send the [conferenceRedirect](/docs/voice/webhooks/conferenceRedirect) event which will provide new BXML. Not allowed if `state` is `completed`, but required if `state` is `active
|
20
|
+
# The URL to send the [conferenceRedirect](/docs/voice/webhooks/conferenceRedirect) event which will provide new BXML. Not allowed if `state` is `completed`, but required if `state` is `active`.
|
21
21
|
attr_accessor :redirect_url
|
22
22
|
|
23
23
|
attr_accessor :redirect_method
|
@@ -115,7 +115,7 @@ module Bandwidth
|
|
115
115
|
# @param [Hash] attributes Model attributes in the form of hash
|
116
116
|
def initialize(attributes = {})
|
117
117
|
if (!attributes.is_a?(Hash))
|
118
|
-
fail ArgumentError,
|
118
|
+
fail ArgumentError, 'The input argument (attributes) must be a hash in `Bandwidth::UpdateConference` initialize method'
|
119
119
|
end
|
120
120
|
|
121
121
|
# check to see if the attribute exists and convert string to symbol for hash key
|
@@ -172,6 +172,7 @@ module Bandwidth
|
|
172
172
|
# Show invalid properties with the reasons. Usually used together with valid?
|
173
173
|
# @return Array for valid properties with the reasons
|
174
174
|
def list_invalid_properties
|
175
|
+
warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
|
175
176
|
invalid_properties = Array.new
|
176
177
|
if !@username.nil? && @username.to_s.length > 1024
|
177
178
|
invalid_properties.push('invalid value for "username", the character length must be smaller than or equal to 1024.')
|
@@ -195,6 +196,7 @@ module Bandwidth
|
|
195
196
|
# Check to see if the all the properties in the model are valid
|
196
197
|
# @return true if the model is valid
|
197
198
|
def valid?
|
199
|
+
warn '[DEPRECATED] the `valid?` method is obsolete'
|
198
200
|
return false if !@username.nil? && @username.to_s.length > 1024
|
199
201
|
return false if !@password.nil? && @password.to_s.length > 1024
|
200
202
|
return false if !@fallback_username.nil? && @fallback_username.to_s.length > 1024
|
@@ -274,37 +276,30 @@ module Bandwidth
|
|
274
276
|
# @param [Hash] attributes Model attributes in the form of hash
|
275
277
|
# @return [Object] Returns the model itself
|
276
278
|
def self.build_from_hash(attributes)
|
277
|
-
new.build_from_hash(attributes)
|
278
|
-
end
|
279
|
-
|
280
|
-
# Builds the object from hash
|
281
|
-
# @param [Hash] attributes Model attributes in the form of hash
|
282
|
-
# @return [Object] Returns the model itself
|
283
|
-
def build_from_hash(attributes)
|
284
279
|
return nil unless attributes.is_a?(Hash)
|
285
280
|
attributes = attributes.transform_keys(&:to_sym)
|
286
|
-
|
287
|
-
|
288
|
-
|
281
|
+
transformed_hash = {}
|
282
|
+
openapi_types.each_pair do |key, type|
|
283
|
+
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
284
|
+
transformed_hash["#{key}"] = nil
|
289
285
|
elsif type =~ /\AArray<(.*)>/i
|
290
286
|
# check to ensure the input is an array given that the attribute
|
291
287
|
# is documented as an array but the input is not
|
292
|
-
if attributes[
|
293
|
-
|
288
|
+
if attributes[attribute_map[key]].is_a?(Array)
|
289
|
+
transformed_hash["#{key}"] = attributes[attribute_map[key]].map { |v| _deserialize($1, v) }
|
294
290
|
end
|
295
|
-
elsif !attributes[
|
296
|
-
|
291
|
+
elsif !attributes[attribute_map[key]].nil?
|
292
|
+
transformed_hash["#{key}"] = _deserialize(type, attributes[attribute_map[key]])
|
297
293
|
end
|
298
294
|
end
|
299
|
-
|
300
|
-
self
|
295
|
+
new(transformed_hash)
|
301
296
|
end
|
302
297
|
|
303
298
|
# Deserializes the data based on type
|
304
299
|
# @param string type Data type
|
305
300
|
# @param string value Value to be deserialized
|
306
301
|
# @return [Object] Deserialized data
|
307
|
-
def _deserialize(type, value)
|
302
|
+
def self._deserialize(type, value)
|
308
303
|
case type.to_sym
|
309
304
|
when :Time
|
310
305
|
Time.parse(value)
|
@@ -388,7 +383,5 @@ module Bandwidth
|
|
388
383
|
value
|
389
384
|
end
|
390
385
|
end
|
391
|
-
|
392
386
|
end
|
393
|
-
|
394
387
|
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
|
|
@@ -58,7 +58,7 @@ module Bandwidth
|
|
58
58
|
# @param [Hash] attributes Model attributes in the form of hash
|
59
59
|
def initialize(attributes = {})
|
60
60
|
if (!attributes.is_a?(Hash))
|
61
|
-
fail ArgumentError,
|
61
|
+
fail ArgumentError, 'The input argument (attributes) must be a hash in `Bandwidth::UpdateConferenceMember` initialize method'
|
62
62
|
end
|
63
63
|
|
64
64
|
# check to see if the attribute exists and convert string to symbol for hash key
|
@@ -87,6 +87,7 @@ module Bandwidth
|
|
87
87
|
# Show invalid properties with the reasons. Usually used together with valid?
|
88
88
|
# @return Array for valid properties with the reasons
|
89
89
|
def list_invalid_properties
|
90
|
+
warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
|
90
91
|
invalid_properties = Array.new
|
91
92
|
invalid_properties
|
92
93
|
end
|
@@ -94,6 +95,7 @@ module Bandwidth
|
|
94
95
|
# Check to see if the all the properties in the model are valid
|
95
96
|
# @return true if the model is valid
|
96
97
|
def valid?
|
98
|
+
warn '[DEPRECATED] the `valid?` method is obsolete'
|
97
99
|
true
|
98
100
|
end
|
99
101
|
|
@@ -123,37 +125,30 @@ module Bandwidth
|
|
123
125
|
# @param [Hash] attributes Model attributes in the form of hash
|
124
126
|
# @return [Object] Returns the model itself
|
125
127
|
def self.build_from_hash(attributes)
|
126
|
-
new.build_from_hash(attributes)
|
127
|
-
end
|
128
|
-
|
129
|
-
# Builds the object from hash
|
130
|
-
# @param [Hash] attributes Model attributes in the form of hash
|
131
|
-
# @return [Object] Returns the model itself
|
132
|
-
def build_from_hash(attributes)
|
133
128
|
return nil unless attributes.is_a?(Hash)
|
134
129
|
attributes = attributes.transform_keys(&:to_sym)
|
135
|
-
|
136
|
-
|
137
|
-
|
130
|
+
transformed_hash = {}
|
131
|
+
openapi_types.each_pair do |key, type|
|
132
|
+
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
133
|
+
transformed_hash["#{key}"] = nil
|
138
134
|
elsif type =~ /\AArray<(.*)>/i
|
139
135
|
# check to ensure the input is an array given that the attribute
|
140
136
|
# is documented as an array but the input is not
|
141
|
-
if attributes[
|
142
|
-
|
137
|
+
if attributes[attribute_map[key]].is_a?(Array)
|
138
|
+
transformed_hash["#{key}"] = attributes[attribute_map[key]].map { |v| _deserialize($1, v) }
|
143
139
|
end
|
144
|
-
elsif !attributes[
|
145
|
-
|
140
|
+
elsif !attributes[attribute_map[key]].nil?
|
141
|
+
transformed_hash["#{key}"] = _deserialize(type, attributes[attribute_map[key]])
|
146
142
|
end
|
147
143
|
end
|
148
|
-
|
149
|
-
self
|
144
|
+
new(transformed_hash)
|
150
145
|
end
|
151
146
|
|
152
147
|
# Deserializes the data based on type
|
153
148
|
# @param string type Data type
|
154
149
|
# @param string value Value to be deserialized
|
155
150
|
# @return [Object] Deserialized data
|
156
|
-
def _deserialize(type, value)
|
151
|
+
def self._deserialize(type, value)
|
157
152
|
case type.to_sym
|
158
153
|
when :Time
|
159
154
|
Time.parse(value)
|
@@ -237,7 +232,5 @@ module Bandwidth
|
|
237
232
|
value
|
238
233
|
end
|
239
234
|
end
|
240
|
-
|
241
235
|
end
|
242
|
-
|
243
236
|
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
|
|
@@ -62,7 +62,7 @@ module Bandwidth
|
|
62
62
|
# @param [Hash] attributes Model attributes in the form of hash
|
63
63
|
def initialize(attributes = {})
|
64
64
|
if (!attributes.is_a?(Hash))
|
65
|
-
fail ArgumentError,
|
65
|
+
fail ArgumentError, 'The input argument (attributes) must be a hash in `Bandwidth::VerifyCodeRequest` initialize method'
|
66
66
|
end
|
67
67
|
|
68
68
|
# check to see if the attribute exists and convert string to symbol for hash key
|
@@ -75,6 +75,8 @@ module Bandwidth
|
|
75
75
|
|
76
76
|
if attributes.key?(:'to')
|
77
77
|
self.to = attributes[:'to']
|
78
|
+
else
|
79
|
+
self.to = nil
|
78
80
|
end
|
79
81
|
|
80
82
|
if attributes.key?(:'scope')
|
@@ -83,16 +85,21 @@ module Bandwidth
|
|
83
85
|
|
84
86
|
if attributes.key?(:'expiration_time_in_minutes')
|
85
87
|
self.expiration_time_in_minutes = attributes[:'expiration_time_in_minutes']
|
88
|
+
else
|
89
|
+
self.expiration_time_in_minutes = nil
|
86
90
|
end
|
87
91
|
|
88
92
|
if attributes.key?(:'code')
|
89
93
|
self.code = attributes[:'code']
|
94
|
+
else
|
95
|
+
self.code = nil
|
90
96
|
end
|
91
97
|
end
|
92
98
|
|
93
99
|
# Show invalid properties with the reasons. Usually used together with valid?
|
94
100
|
# @return Array for valid properties with the reasons
|
95
101
|
def list_invalid_properties
|
102
|
+
warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
|
96
103
|
invalid_properties = Array.new
|
97
104
|
if @to.nil?
|
98
105
|
invalid_properties.push('invalid value for "to", to cannot be nil.')
|
@@ -133,6 +140,7 @@ module Bandwidth
|
|
133
140
|
# Check to see if the all the properties in the model are valid
|
134
141
|
# @return true if the model is valid
|
135
142
|
def valid?
|
143
|
+
warn '[DEPRECATED] the `valid?` method is obsolete'
|
136
144
|
return false if @to.nil?
|
137
145
|
return false if @to !~ Regexp.new(/^\+[1-9]\d{1,14}$/)
|
138
146
|
return false if @expiration_time_in_minutes.nil?
|
@@ -222,37 +230,30 @@ module Bandwidth
|
|
222
230
|
# @param [Hash] attributes Model attributes in the form of hash
|
223
231
|
# @return [Object] Returns the model itself
|
224
232
|
def self.build_from_hash(attributes)
|
225
|
-
new.build_from_hash(attributes)
|
226
|
-
end
|
227
|
-
|
228
|
-
# Builds the object from hash
|
229
|
-
# @param [Hash] attributes Model attributes in the form of hash
|
230
|
-
# @return [Object] Returns the model itself
|
231
|
-
def build_from_hash(attributes)
|
232
233
|
return nil unless attributes.is_a?(Hash)
|
233
234
|
attributes = attributes.transform_keys(&:to_sym)
|
234
|
-
|
235
|
-
|
236
|
-
|
235
|
+
transformed_hash = {}
|
236
|
+
openapi_types.each_pair do |key, type|
|
237
|
+
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
238
|
+
transformed_hash["#{key}"] = nil
|
237
239
|
elsif type =~ /\AArray<(.*)>/i
|
238
240
|
# check to ensure the input is an array given that the attribute
|
239
241
|
# is documented as an array but the input is not
|
240
|
-
if attributes[
|
241
|
-
|
242
|
+
if attributes[attribute_map[key]].is_a?(Array)
|
243
|
+
transformed_hash["#{key}"] = attributes[attribute_map[key]].map { |v| _deserialize($1, v) }
|
242
244
|
end
|
243
|
-
elsif !attributes[
|
244
|
-
|
245
|
+
elsif !attributes[attribute_map[key]].nil?
|
246
|
+
transformed_hash["#{key}"] = _deserialize(type, attributes[attribute_map[key]])
|
245
247
|
end
|
246
248
|
end
|
247
|
-
|
248
|
-
self
|
249
|
+
new(transformed_hash)
|
249
250
|
end
|
250
251
|
|
251
252
|
# Deserializes the data based on type
|
252
253
|
# @param string type Data type
|
253
254
|
# @param string value Value to be deserialized
|
254
255
|
# @return [Object] Deserialized data
|
255
|
-
def _deserialize(type, value)
|
256
|
+
def self._deserialize(type, value)
|
256
257
|
case type.to_sym
|
257
258
|
when :Time
|
258
259
|
Time.parse(value)
|
@@ -336,7 +337,5 @@ module Bandwidth
|
|
336
337
|
value
|
337
338
|
end
|
338
339
|
end
|
339
|
-
|
340
340
|
end
|
341
|
-
|
342
341
|
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
|
|
@@ -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::VerifyCodeResponse` initialize method'
|
51
51
|
end
|
52
52
|
|
53
53
|
# check to see if the attribute exists and convert string to symbol for hash key
|
@@ -66,6 +66,7 @@ module Bandwidth
|
|
66
66
|
# Show invalid properties with the reasons. Usually used together with valid?
|
67
67
|
# @return Array for valid properties with the reasons
|
68
68
|
def list_invalid_properties
|
69
|
+
warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
|
69
70
|
invalid_properties = Array.new
|
70
71
|
invalid_properties
|
71
72
|
end
|
@@ -73,6 +74,7 @@ module Bandwidth
|
|
73
74
|
# Check to see if the all the properties in the model are valid
|
74
75
|
# @return true if the model is valid
|
75
76
|
def valid?
|
77
|
+
warn '[DEPRECATED] the `valid?` method is obsolete'
|
76
78
|
true
|
77
79
|
end
|
78
80
|
|
@@ -100,37 +102,30 @@ module Bandwidth
|
|
100
102
|
# @param [Hash] attributes Model attributes in the form of hash
|
101
103
|
# @return [Object] Returns the model itself
|
102
104
|
def self.build_from_hash(attributes)
|
103
|
-
new.build_from_hash(attributes)
|
104
|
-
end
|
105
|
-
|
106
|
-
# Builds the object from hash
|
107
|
-
# @param [Hash] attributes Model attributes in the form of hash
|
108
|
-
# @return [Object] Returns the model itself
|
109
|
-
def build_from_hash(attributes)
|
110
105
|
return nil unless attributes.is_a?(Hash)
|
111
106
|
attributes = attributes.transform_keys(&:to_sym)
|
112
|
-
|
113
|
-
|
114
|
-
|
107
|
+
transformed_hash = {}
|
108
|
+
openapi_types.each_pair do |key, type|
|
109
|
+
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
110
|
+
transformed_hash["#{key}"] = nil
|
115
111
|
elsif type =~ /\AArray<(.*)>/i
|
116
112
|
# check to ensure the input is an array given that the attribute
|
117
113
|
# is documented as an array but the input is not
|
118
|
-
if attributes[
|
119
|
-
|
114
|
+
if attributes[attribute_map[key]].is_a?(Array)
|
115
|
+
transformed_hash["#{key}"] = attributes[attribute_map[key]].map { |v| _deserialize($1, v) }
|
120
116
|
end
|
121
|
-
elsif !attributes[
|
122
|
-
|
117
|
+
elsif !attributes[attribute_map[key]].nil?
|
118
|
+
transformed_hash["#{key}"] = _deserialize(type, attributes[attribute_map[key]])
|
123
119
|
end
|
124
120
|
end
|
125
|
-
|
126
|
-
self
|
121
|
+
new(transformed_hash)
|
127
122
|
end
|
128
123
|
|
129
124
|
# Deserializes the data based on type
|
130
125
|
# @param string type Data type
|
131
126
|
# @param string value Value to be deserialized
|
132
127
|
# @return [Object] Deserialized data
|
133
|
-
def _deserialize(type, value)
|
128
|
+
def self._deserialize(type, value)
|
134
129
|
case type.to_sym
|
135
130
|
when :Time
|
136
131
|
Time.parse(value)
|
@@ -214,7 +209,5 @@ module Bandwidth
|
|
214
209
|
value
|
215
210
|
end
|
216
211
|
end
|
217
|
-
|
218
212
|
end
|
219
|
-
|
220
213
|
end
|