sdksio-verizon-apis-sdk 1.6.0 → 1.7.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/LICENSE +4 -2
- data/README.md +110 -31
- data/lib/{verizon_thing_space_quality_of_service_api_endpoints → verizon}/api_helper.rb +2 -2
- data/lib/verizon/client.rb +505 -0
- data/lib/verizon/configuration.rb +150 -0
- data/lib/verizon/controllers/account_devices_controller.rb +68 -0
- data/lib/verizon/controllers/account_requests_controller.rb +37 -0
- data/lib/verizon/controllers/account_subscriptions_controller.rb +56 -0
- data/lib/verizon/controllers/accounts_controller.rb +82 -0
- data/lib/verizon/controllers/anomaly_settings_controller.rb +80 -0
- data/lib/verizon/controllers/anomaly_triggers_controller.rb +195 -0
- data/lib/verizon/controllers/anomaly_triggers_v2_controller.rb +80 -0
- data/lib/{verizon_thing_space_quality_of_service_api_endpoints → verizon}/controllers/base_controller.rb +2 -2
- data/lib/verizon/controllers/billing_controller.rb +111 -0
- data/lib/verizon/controllers/campaigns_v2_controller.rb +218 -0
- data/lib/verizon/controllers/campaigns_v3_controller.rb +162 -0
- data/lib/verizon/controllers/client_logging_controller.rb +162 -0
- data/lib/verizon/controllers/cloud_connector_devices_controller.rb +144 -0
- data/lib/verizon/controllers/cloud_connector_subscriptions_controller.rb +73 -0
- data/lib/verizon/controllers/configuration_files_controller.rb +80 -0
- data/lib/verizon/controllers/connectivity_callbacks_controller.rb +89 -0
- data/lib/verizon/controllers/device_actions_controller.rb +177 -0
- data/lib/verizon/controllers/device_diagnostics_controller.rb +58 -0
- data/lib/verizon/controllers/device_groups_controller.rb +150 -0
- data/lib/verizon/controllers/device_location_callbacks_controller.rb +113 -0
- data/lib/verizon/controllers/device_management_controller.rb +743 -0
- data/lib/verizon/controllers/device_monitoring_controller.rb +56 -0
- data/lib/verizon/controllers/device_profile_management_controller.rb +104 -0
- data/lib/verizon/controllers/device_reports_controller.rb +131 -0
- data/lib/verizon/controllers/device_service_management_controller.rb +89 -0
- data/lib/verizon/controllers/device_sms_messaging_controller.rb +108 -0
- data/lib/verizon/controllers/devices_location_subscriptions_controller.rb +57 -0
- data/lib/verizon/controllers/devices_locations_controller.rb +173 -0
- data/lib/verizon/controllers/diagnostics_callbacks_controller.rb +83 -0
- data/lib/verizon/controllers/diagnostics_factory_reset_controller.rb +34 -0
- data/lib/verizon/controllers/diagnostics_history_controller.rb +34 -0
- data/lib/verizon/controllers/diagnostics_observations_controller.rb +59 -0
- data/lib/verizon/controllers/diagnostics_settings_controller.rb +35 -0
- data/lib/verizon/controllers/diagnostics_subscriptions_controller.rb +30 -0
- data/lib/verizon/controllers/euicc_device_profile_management_controller.rb +130 -0
- data/lib/verizon/controllers/exclusions_controller.rb +164 -0
- data/lib/verizon/controllers/firmware_v1_controller.rb +150 -0
- data/lib/verizon/controllers/firmware_v3_controller.rb +90 -0
- data/lib/verizon/controllers/fixed_wireless_qualification_controller.rb +34 -0
- data/lib/verizon/controllers/global_reporting_controller.rb +92 -0
- data/lib/verizon/controllers/hyper_precise_location_callbacks_controller.rb +133 -0
- data/lib/verizon/controllers/m_5g_bi_device_actions_controller.rb +88 -0
- data/lib/verizon/controllers/m_5g_edge_platforms_controller.rb +87 -0
- data/lib/verizon/controllers/m_v2_triggers_controller.rb +61 -0
- data/lib/verizon/controllers/managing_esim_profiles_controller.rb +248 -0
- data/lib/{verizon_thing_space_quality_of_service_api_endpoints/controllers/o_auth_authorization_controller.rb → verizon/controllers/oauth_authorization_controller.rb} +9 -8
- data/lib/verizon/controllers/performance_metrics_controller.rb +49 -0
- data/lib/verizon/controllers/promotion_period_information_controller.rb +58 -0
- data/lib/verizon/controllers/pwn_controller.rb +149 -0
- data/lib/verizon/controllers/retrieve_the_triggers_controller.rb +93 -0
- data/lib/verizon/controllers/server_logging_controller.rb +37 -0
- data/lib/verizon/controllers/service_endpoints_controller.rb +223 -0
- data/lib/verizon/controllers/service_plans_controller.rb +35 -0
- data/lib/verizon/controllers/service_profiles_controller.rb +164 -0
- data/lib/verizon/controllers/session_management_controller.rb +78 -0
- data/lib/verizon/controllers/sim_actions_controller.rb +136 -0
- data/lib/verizon/controllers/sim_secure_for_io_t_licenses_controller.rb +94 -0
- data/lib/verizon/controllers/sms_controller.rb +88 -0
- data/lib/verizon/controllers/software_management_callbacks_v1_controller.rb +93 -0
- data/lib/verizon/controllers/software_management_callbacks_v2_controller.rb +109 -0
- data/lib/verizon/controllers/software_management_callbacks_v3_controller.rb +109 -0
- data/lib/verizon/controllers/software_management_licenses_v1_controller.rb +162 -0
- data/lib/verizon/controllers/software_management_licenses_v2_controller.rb +177 -0
- data/lib/verizon/controllers/software_management_licenses_v3_controller.rb +89 -0
- data/lib/verizon/controllers/software_management_reports_v1_controller.rb +105 -0
- data/lib/verizon/controllers/software_management_reports_v2_controller.rb +159 -0
- data/lib/verizon/controllers/software_management_reports_v3_controller.rb +98 -0
- data/lib/verizon/controllers/software_management_subscriptions_v1_controller.rb +64 -0
- data/lib/verizon/controllers/software_management_subscriptions_v2_controller.rb +31 -0
- data/lib/verizon/controllers/software_management_subscriptions_v3_controller.rb +31 -0
- data/lib/verizon/controllers/targets_controller.rb +123 -0
- data/lib/{verizon_thing_space_quality_of_service_api_endpoints → verizon}/controllers/thing_space_quality_of_service_api_actions_controller.rb +12 -10
- data/lib/verizon/controllers/update_triggers_controller.rb +32 -0
- data/lib/verizon/controllers/usage_trigger_management_controller.rb +89 -0
- data/lib/verizon/controllers/wireless_network_performance_controller.rb +133 -0
- data/lib/{verizon_thing_space_quality_of_service_api_endpoints → verizon}/exceptions/api_exception.rb +2 -2
- data/lib/verizon/exceptions/connectivity_management_result_exception.rb +37 -0
- data/lib/{verizon_thing_space_quality_of_service_api_endpoints/exceptions/default_exception.rb → verizon/exceptions/default_response_exception.rb} +4 -4
- data/lib/verizon/exceptions/device_diagnostics_result_exception.rb +39 -0
- data/lib/{verizon_thing_space_quality_of_service_api_endpoints → verizon}/exceptions/device_location_result_exception.rb +2 -2
- data/lib/verizon/exceptions/edge_discovery_result_exception.rb +43 -0
- data/lib/verizon/exceptions/edge_performance_result_exception.rb +37 -0
- data/lib/verizon/exceptions/esim_rest_error_response_exception.rb +37 -0
- data/lib/verizon/exceptions/fota_v1_result_exception.rb +37 -0
- data/lib/verizon/exceptions/fota_v2_result_exception.rb +37 -0
- data/lib/verizon/exceptions/fota_v3_result_exception.rb +37 -0
- data/lib/verizon/exceptions/gio_rest_error_response_exception.rb +37 -0
- data/lib/verizon/exceptions/hyper_precise_location_result_exception.rb +42 -0
- data/lib/verizon/exceptions/intelligence_result_exception.rb +37 -0
- data/lib/verizon/exceptions/m_5g_bi_rest_error_response_exception.rb +37 -0
- data/lib/{verizon_thing_space_quality_of_service_api_endpoints/exceptions/o_auth_provider_exception.rb → verizon/exceptions/oauth_provider_exception.rb} +4 -4
- data/lib/verizon/exceptions/ready_sim_rest_error_response_exception.rb +37 -0
- data/lib/verizon/exceptions/rest_error_response_exception.rb +37 -0
- data/lib/verizon/exceptions/rules_engine_rest_error_response_exception.rb +42 -0
- data/lib/verizon/exceptions/security_result_exception.rb +42 -0
- data/lib/verizon/exceptions/wnp_rest_error_response_exception.rb +37 -0
- data/lib/verizon/http/api_response.rb +21 -0
- data/lib/verizon/http/auth/thingspace_oauth.rb +140 -0
- data/lib/verizon/http/auth/vz_m2m_token.rb +42 -0
- data/lib/{verizon_thing_space_quality_of_service_api_endpoints → verizon}/http/http_call_back.rb +2 -2
- data/lib/{verizon_thing_space_quality_of_service_api_endpoints → verizon}/http/http_method_enum.rb +2 -2
- data/lib/{verizon_thing_space_quality_of_service_api_endpoints → verizon}/http/http_request.rb +2 -2
- data/lib/{verizon_thing_space_quality_of_service_api_endpoints → verizon}/http/http_response.rb +2 -2
- data/lib/verizon/models/a_request_body_for_usage.rb +94 -0
- data/lib/verizon/models/acceleration.rb +68 -0
- data/lib/verizon/models/account.rb +138 -0
- data/lib/{verizon_thing_space_quality_of_service_api_endpoints → verizon}/models/account_consent_create.rb +13 -4
- data/lib/verizon/models/account_consent_update.rb +60 -0
- data/lib/verizon/models/account_details.rb +141 -0
- data/lib/verizon/models/account_device_list.rb +68 -0
- data/lib/verizon/models/account_device_list_filter.rb +58 -0
- data/lib/verizon/models/account_device_list_request.rb +157 -0
- data/lib/verizon/models/account_device_list_result.rb +70 -0
- data/lib/verizon/models/account_group_share.rb +55 -0
- data/lib/verizon/models/account_group_share_individual.rb +69 -0
- data/lib/verizon/models/account_identifier.rb +52 -0
- data/lib/verizon/models/account_labels.rb +76 -0
- data/lib/verizon/models/account_lead.rb +70 -0
- data/lib/verizon/models/account_leads_result.rb +68 -0
- data/lib/verizon/models/account_license_device_list_item.rb +69 -0
- data/lib/verizon/models/account_license_info.rb +110 -0
- data/lib/verizon/models/account_service.rb +77 -0
- data/lib/verizon/models/account_states_and_services.rb +58 -0
- data/lib/verizon/models/accuracy_mode_enum.rb +20 -0
- data/lib/verizon/models/action_account_group_share.rb +50 -0
- data/lib/verizon/models/activate.rb +48 -0
- data/lib/verizon/models/activate_device_profile_request.rb +85 -0
- data/lib/verizon/models/active_anomaly_indicator.rb +51 -0
- data/lib/verizon/models/active_trigger_indicator.rb +51 -0
- data/lib/verizon/models/add_devices_request.rb +127 -0
- data/lib/verizon/models/add_devices_result.rb +69 -0
- data/lib/verizon/models/address.rb +130 -0
- data/lib/verizon/models/address_item.rb +105 -0
- data/lib/verizon/models/addressquery.rb +59 -0
- data/lib/verizon/models/aggregate_session_report.rb +90 -0
- data/lib/verizon/models/aggregate_session_report_request.rb +124 -0
- data/lib/verizon/models/aggregate_usage.rb +79 -0
- data/lib/verizon/models/aggregate_usage_error.rb +69 -0
- data/lib/verizon/models/aggregate_usage_item.rb +73 -0
- data/lib/verizon/models/aggregated_report_callback_result.rb +62 -0
- data/lib/verizon/models/aggregated_report_callback_status_enum.rb +24 -0
- data/lib/verizon/models/anomaly_detection_request.rb +72 -0
- data/lib/verizon/models/anomaly_detection_settings.rb +74 -0
- data/lib/verizon/models/anomaly_detection_trigger.rb +50 -0
- data/lib/verizon/models/anomaly_trigger_request.rb +107 -0
- data/lib/verizon/models/anomaly_trigger_result.rb +59 -0
- data/lib/verizon/models/anomaly_trigger_value.rb +120 -0
- data/lib/verizon/models/api_response_code.rb +56 -0
- data/lib/verizon/models/assign_license_request.rb +86 -0
- data/lib/verizon/models/associate_label_request.rb +57 -0
- data/lib/verizon/models/asynchronous_location_request_result.rb +69 -0
- data/lib/verizon/models/asynchronous_request_result.rb +59 -0
- data/lib/verizon/models/attribute_identifier_enum.rb +32 -0
- data/lib/verizon/models/attribute_setting.rb +106 -0
- data/lib/{verizon_thing_space_quality_of_service_api_endpoints → verizon}/models/base_model.rb +2 -2
- data/lib/verizon/models/bill_usage_request.rb +76 -0
- data/lib/verizon/models/billable_usage_report.rb +121 -0
- data/lib/verizon/models/billedusage_list_request.rb +87 -0
- data/lib/verizon/models/billing_cycle.rb +59 -0
- data/lib/verizon/models/bullseye_service_request.rb +65 -0
- data/lib/verizon/models/bullseye_service_result.rb +79 -0
- data/lib/verizon/models/cache_mode_enum.rb +26 -0
- data/lib/verizon/models/callback_action_result.rb +59 -0
- data/lib/verizon/models/callback_created.rb +68 -0
- data/lib/verizon/models/callback_registered.rb +57 -0
- data/lib/verizon/models/callback_registration_request.rb +78 -0
- data/lib/verizon/models/callback_registration_result.rb +59 -0
- data/lib/verizon/models/callback_service_enum.rb +20 -0
- data/lib/verizon/models/callback_service_name_enum.rb +23 -0
- data/lib/verizon/models/callback_summary.rb +50 -0
- data/lib/verizon/models/campaign.rb +190 -0
- data/lib/verizon/models/campaign_firmware_upgrade.rb +151 -0
- data/lib/verizon/models/campaign_meta_info_protocol_enum.rb +23 -0
- data/lib/verizon/models/campaign_software.rb +205 -0
- data/lib/verizon/models/campaign_software_upgrade.rb +172 -0
- data/lib/verizon/models/campaign_status_enum.rb +41 -0
- data/lib/verizon/models/carrier.rb +50 -0
- data/lib/verizon/models/carrier_actions_request.rb +119 -0
- data/lib/verizon/models/carrier_activate_request.rb +200 -0
- data/lib/verizon/models/carrier_deactivate_request.rb +142 -0
- data/lib/verizon/models/carrier_information.rb +70 -0
- data/lib/verizon/models/carrier_service_plan.rb +83 -0
- data/lib/verizon/models/change_configuration_request.rb +73 -0
- data/lib/verizon/models/change_configuration_response.rb +155 -0
- data/lib/verizon/models/change_device_id_request.rb +150 -0
- data/lib/verizon/models/change_plan.rb +68 -0
- data/lib/verizon/models/change_pwn_device_ipaddress_request.rb +65 -0
- data/lib/verizon/models/change_pwn_device_ipaddress_response.rb +51 -0
- data/lib/verizon/models/change_pwn_device_profile_request.rb +73 -0
- data/lib/verizon/models/change_pwn_device_profile_response.rb +51 -0
- data/lib/verizon/models/change_pwn_device_state_activate_request.rb +73 -0
- data/lib/verizon/models/change_pwn_device_state_deactivate_request.rb +65 -0
- data/lib/verizon/models/change_pwn_device_state_response.rb +51 -0
- data/lib/verizon/models/check_in_history_item.rb +88 -0
- data/lib/verizon/models/check_order_status_request.rb +78 -0
- data/lib/verizon/models/client_type_enum.rb +44 -0
- data/lib/verizon/models/compute_resources_type.rb +68 -0
- data/lib/verizon/models/condition.rb +59 -0
- data/lib/verizon/models/condition_account_group_share.rb +50 -0
- data/lib/verizon/models/configuration.rb +50 -0
- data/lib/verizon/models/connection_event.rb +90 -0
- data/lib/verizon/models/connection_history_result.rb +73 -0
- data/lib/verizon/models/connectivity_management_callback.rb +92 -0
- data/lib/verizon/models/connectivity_management_success_result.rb +51 -0
- data/lib/verizon/models/consent_delete_request.rb +59 -0
- data/lib/verizon/models/consent_request.rb +77 -0
- data/lib/{verizon_thing_space_quality_of_service_api_endpoints → verizon}/models/consent_transaction_id.rb +4 -4
- data/lib/verizon/models/contact_info_update_request.rb +87 -0
- data/lib/verizon/models/coordinates.rb +59 -0
- data/lib/verizon/models/create_device_group_request.rb +89 -0
- data/lib/verizon/models/create_io_t_application_request.rb +130 -0
- data/lib/verizon/models/create_io_t_application_response.rb +72 -0
- data/lib/verizon/models/create_service_profile_result.rb +52 -0
- data/lib/verizon/models/create_subscription_request.rb +148 -0
- data/lib/verizon/models/create_target_request.rb +162 -0
- data/lib/verizon/models/create_target_request_fields.rb +59 -0
- data/lib/verizon/models/create_trigger_request.rb +130 -0
- data/lib/verizon/models/create_trigger_request_options.rb +102 -0
- data/lib/verizon/models/create_trigger_v2_request.rb +110 -0
- data/lib/verizon/models/custom_fields.rb +56 -0
- data/lib/verizon/models/custom_fields_update_request.rb +130 -0
- data/lib/verizon/models/customer_name.rb +85 -0
- data/lib/verizon/models/customernamequery.rb +59 -0
- data/lib/verizon/models/cycle_type_enum.rb +23 -0
- data/lib/verizon/models/daily_usage.rb +68 -0
- data/lib/verizon/models/daily_usage_history.rb +106 -0
- data/lib/verizon/models/daily_usage_item.rb +68 -0
- data/lib/verizon/models/daily_usage_response.rb +80 -0
- data/lib/verizon/models/data_percentage100_trigger_attribute.rb +60 -0
- data/lib/verizon/models/data_percentage50_trigger_attribute.rb +60 -0
- data/lib/verizon/models/data_percentage75_trigger_attribute.rb +60 -0
- data/lib/verizon/models/data_percentage90_trigger_attribute.rb +60 -0
- data/lib/verizon/models/data_trigger_request.rb +68 -0
- data/lib/verizon/models/date_filter.rb +56 -0
- data/lib/verizon/models/deactivate_device_list.rb +59 -0
- data/lib/verizon/models/deactivate_device_profile_request.rb +104 -0
- data/lib/verizon/models/delete_devices_request.rb +69 -0
- data/lib/verizon/models/delete_devices_result.rb +71 -0
- data/lib/verizon/models/delete_service_profile_result.rb +59 -0
- data/lib/verizon/models/delete_subscription_request.rb +63 -0
- data/lib/verizon/models/delete_target_request.rb +63 -0
- data/lib/verizon/models/deregister_service_endpoint_result.rb +60 -0
- data/lib/verizon/models/device.rb +56 -0
- data/lib/verizon/models/device_activation_request.rb +66 -0
- data/lib/verizon/models/device_aggregate_usage_list_request.rb +117 -0
- data/lib/verizon/models/device_connection_list_request.rb +65 -0
- data/lib/verizon/models/device_cost_center_request.rb +149 -0
- data/lib/verizon/models/device_diagnostics_callback.rb +92 -0
- data/lib/verizon/models/device_extended_diagnostics_request.rb +67 -0
- data/lib/verizon/models/device_extended_diagnostics_result.rb +61 -0
- data/lib/verizon/models/device_filter.rb +89 -0
- data/lib/verizon/models/device_filter_without_account.rb +78 -0
- data/lib/verizon/models/device_firmware_list.rb +70 -0
- data/lib/verizon/models/device_firmware_upgrade.rb +129 -0
- data/lib/verizon/models/device_firmware_version.rb +98 -0
- data/lib/verizon/models/device_firmware_version_update_result.rb +56 -0
- data/lib/verizon/models/device_group.rb +88 -0
- data/lib/verizon/models/device_group_devices_data.rb +88 -0
- data/lib/verizon/models/device_group_update_request.rb +103 -0
- data/lib/verizon/models/device_id.rb +58 -0
- data/lib/{verizon_thing_space_quality_of_service_api_endpoints/models/device_id.rb → verizon/models/device_id2.rb} +8 -10
- data/lib/verizon/models/device_id_search.rb +78 -0
- data/lib/verizon/models/device_idarray.rb +59 -0
- data/lib/verizon/models/device_identifier.rb +66 -0
- data/lib/verizon/models/device_imei.rb +48 -0
- data/lib/verizon/models/device_info.rb +65 -0
- data/lib/verizon/models/device_labels.rb +56 -0
- data/lib/verizon/models/device_list.rb +59 -0
- data/lib/verizon/models/device_list2.rb +59 -0
- data/lib/verizon/models/device_list_ip.rb +65 -0
- data/lib/verizon/models/device_list_query_item.rb +118 -0
- data/lib/verizon/models/device_list_query_result.rb +89 -0
- data/lib/verizon/models/device_list_result.rb +73 -0
- data/lib/verizon/models/device_list_with_service_address.rb +69 -0
- data/lib/verizon/models/device_list_with_service_address1.rb +69 -0
- data/lib/verizon/models/device_location_callback.rb +56 -0
- data/lib/verizon/models/device_location_subscription.rb +78 -0
- data/lib/verizon/models/device_location_success_result.rb +50 -0
- data/lib/verizon/models/device_log.rb +100 -0
- data/lib/verizon/models/device_logging_request.rb +48 -0
- data/lib/verizon/models/device_logging_status.rb +56 -0
- data/lib/verizon/models/device_management_result.rb +52 -0
- data/lib/verizon/models/device_mismatch_list_request.rb +90 -0
- data/lib/verizon/models/device_mismatch_list_result.rb +61 -0
- data/lib/verizon/models/device_prl_list_request.rb +116 -0
- data/lib/verizon/models/device_profile_request.rb +77 -0
- data/lib/verizon/models/device_propertylocation.rb +59 -0
- data/lib/verizon/models/device_provisioning_history_list_request.rb +65 -0
- data/lib/verizon/models/device_provisioning_history_list_result.rb +71 -0
- data/lib/verizon/models/device_reset_request.rb +78 -0
- data/lib/verizon/models/device_service_information.rb +68 -0
- data/lib/verizon/models/device_service_request.rb +57 -0
- data/lib/verizon/models/device_software_upgrade.rb +100 -0
- data/lib/verizon/models/device_suspension_status_request.rb +78 -0
- data/lib/verizon/models/device_upgrade_history.rb +125 -0
- data/lib/verizon/models/device_upload_request.rb +90 -0
- data/lib/verizon/models/device_usage_list_request.rb +76 -0
- data/lib/verizon/models/device_usage_list_result.rb +70 -0
- data/lib/verizon/models/devices_consent_result.rb +96 -0
- data/lib/verizon/models/devices_protocol_enum.rb +26 -0
- data/lib/verizon/models/diagnostic_observation_setting.rb +79 -0
- data/lib/verizon/models/diagnostics_category.rb +70 -0
- data/lib/verizon/models/diagnostics_observation_result.rb +71 -0
- data/lib/verizon/models/diagnostics_subscription.rb +103 -0
- data/lib/verizon/models/download_time_window.rb +59 -0
- data/lib/verizon/models/edge_discovery_result_data.rb +52 -0
- data/lib/verizon/models/enable_promo_exp.rb +51 -0
- data/lib/verizon/models/enable_promo_exp1.rb +59 -0
- data/lib/verizon/models/engagement.rb +77 -0
- data/lib/verizon/models/error_response_code_enum.rb +29 -0
- data/lib/verizon/models/esim_device_id.rb +59 -0
- data/lib/verizon/models/esim_device_list.rb +59 -0
- data/lib/verizon/models/esim_global_device_list.rb +103 -0
- data/lib/verizon/models/esim_profile_request.rb +96 -0
- data/lib/verizon/models/esim_profile_request2.rb +87 -0
- data/lib/verizon/models/esim_provhistory_request.rb +104 -0
- data/lib/verizon/models/esim_request_response.rb +50 -0
- data/lib/verizon/models/extended_attribute.rb +60 -0
- data/lib/verizon/models/extended_attributes.rb +59 -0
- data/lib/verizon/models/fall_back.rb +69 -0
- data/lib/verizon/models/feature.rb +52 -0
- data/lib/verizon/models/fields.rb +50 -0
- data/lib/verizon/models/fields1.rb +50 -0
- data/lib/verizon/models/fields2.rb +50 -0
- data/lib/verizon/models/fields_http_headers.rb +50 -0
- data/lib/verizon/models/filter_criteria_account_group_share.rb +51 -0
- data/lib/verizon/models/filtercriteria.rb +59 -0
- data/lib/verizon/models/filtercriteria2.rb +51 -0
- data/lib/verizon/models/find_device_by_property_response.rb +173 -0
- data/lib/verizon/models/find_device_by_property_response_list.rb +60 -0
- data/lib/verizon/models/firmware.rb +125 -0
- data/lib/verizon/models/firmware_campaign.rb +164 -0
- data/lib/verizon/models/firmware_imei.rb +49 -0
- data/lib/verizon/models/firmware_package.rb +113 -0
- data/lib/verizon/models/firmware_protocol_enum.rb +26 -0
- data/lib/verizon/models/firmware_type_list_enum.rb +23 -0
- data/lib/verizon/models/firmware_upgrade.rb +118 -0
- data/lib/verizon/models/firmware_upgrade_change_request.rb +56 -0
- data/lib/verizon/models/firmware_upgrade_change_result.rb +79 -0
- data/lib/verizon/models/firmware_upgrade_device_list_item.rb +71 -0
- data/lib/verizon/models/firmware_upgrade_request.rb +91 -0
- data/lib/{verizon_thing_space_quality_of_service_api_endpoints → verizon}/models/flow_info.rb +7 -8
- data/lib/verizon/models/fota_v1_callback_registration_request.rb +77 -0
- data/lib/verizon/models/fota_v1_callback_registration_result.rb +61 -0
- data/lib/verizon/models/fota_v1_success_result.rb +50 -0
- data/lib/verizon/models/fota_v2_callback_registration_request.rb +50 -0
- data/lib/verizon/models/fota_v2_callback_registration_result.rb +50 -0
- data/lib/verizon/models/fota_v2_subscription.rb +89 -0
- data/lib/verizon/models/fota_v2_success_result.rb +48 -0
- data/lib/verizon/models/fota_v3_callback_registration_request.rb +50 -0
- data/lib/verizon/models/fota_v3_callback_registration_result.rb +50 -0
- data/lib/verizon/models/fota_v3_callback_summary.rb +50 -0
- data/lib/verizon/models/fota_v3_subscription.rb +89 -0
- data/lib/verizon/models/fota_v3_success_result.rb +48 -0
- data/lib/verizon/models/generate_external_id_request.rb +52 -0
- data/lib/verizon/models/generate_external_id_result.rb +50 -0
- data/lib/verizon/models/get_account_device_consent.rb +71 -0
- data/lib/verizon/models/get_device_experience_score_bulk_request.rb +65 -0
- data/lib/verizon/models/get_device_experience_score_history_request.rb +56 -0
- data/lib/verizon/models/get_device_list_with_profiles_request.rb +102 -0
- data/lib/verizon/models/get_network_conditions_request.rb +64 -0
- data/lib/verizon/models/get_pwn_performance_consent_response.rb +50 -0
- data/lib/verizon/models/get_trigger_response.rb +192 -0
- data/lib/verizon/models/get_trigger_response_list.rb +59 -0
- data/lib/verizon/models/get_wireless_coverage_request.rb +90 -0
- data/lib/verizon/models/get_wireless_coverage_request_fwa.rb +90 -0
- data/lib/verizon/models/gio_deactivate_device_profile_request.rb +96 -0
- data/lib/verizon/models/gio_device_id.rb +56 -0
- data/lib/verizon/models/gio_device_list.rb +59 -0
- data/lib/verizon/models/gio_profile_request.rb +85 -0
- data/lib/verizon/models/gio_request_response.rb +50 -0
- data/lib/verizon/models/gio_sms_message.rb +86 -0
- data/lib/verizon/models/giosms_send_request.rb +131 -0
- data/lib/verizon/models/go_to_state_request.rb +214 -0
- data/lib/verizon/models/gpu.rb +81 -0
- data/lib/verizon/models/group_name.rb +50 -0
- data/lib/verizon/models/history.rb +67 -0
- data/lib/verizon/models/history_attribute_value.rb +77 -0
- data/lib/verizon/models/history_search_filter.rb +67 -0
- data/lib/verizon/models/history_search_filter_attributes.rb +50 -0
- data/lib/verizon/models/history_search_limit_time.rb +69 -0
- data/lib/verizon/models/history_search_request.rb +82 -0
- data/lib/verizon/models/http_status_code_enum.rb +228 -0
- data/lib/verizon/models/hyper_precise_location_callback.rb +60 -0
- data/lib/verizon/models/hyper_precise_location_fault.rb +68 -0
- data/lib/verizon/models/i_error_message.rb +80 -0
- data/lib/verizon/models/id.rb +61 -0
- data/lib/verizon/models/intelligence_success_result.rb +50 -0
- data/lib/verizon/models/ip_pool.rb +69 -0
- data/lib/verizon/models/key_data_percentage50.rb +59 -0
- data/lib/verizon/models/key_service_plan.rb +50 -0
- data/lib/verizon/models/keyschunk2.rb +135 -0
- data/lib/verizon/models/keysms_percentage50.rb +59 -0
- data/lib/verizon/models/kpi_info.rb +116 -0
- data/lib/verizon/models/kpi_info_list.rb +59 -0
- data/lib/verizon/models/kv_pair.rb +59 -0
- data/lib/verizon/models/label.rb +59 -0
- data/lib/verizon/models/labels_list.rb +59 -0
- data/lib/verizon/models/license_device_id.rb +61 -0
- data/lib/verizon/models/license_device_list.rb +68 -0
- data/lib/verizon/models/list_all_service_endpoints_result.rb +59 -0
- data/lib/verizon/models/list_mec_platforms_result.rb +62 -0
- data/lib/verizon/models/list_optimal_service_endpoints_result.rb +59 -0
- data/lib/verizon/models/list_regions_result.rb +61 -0
- data/lib/verizon/models/list_service_profiles_result.rb +60 -0
- data/lib/verizon/models/location.rb +68 -0
- data/lib/verizon/models/location_report.rb +99 -0
- data/lib/verizon/models/location_report_status.rb +59 -0
- data/lib/verizon/models/location_request.rb +86 -0
- data/lib/verizon/models/locations.rb +59 -0
- data/lib/verizon/models/locationscoord.rb +57 -0
- data/lib/verizon/models/log_in_request.rb +57 -0
- data/lib/verizon/models/log_in_result.rb +52 -0
- data/lib/verizon/models/log_out_request.rb +50 -0
- data/lib/{verizon_thing_space_quality_of_service_api_endpoints → verizon}/models/m201success.rb +2 -2
- data/lib/verizon/models/m_5g_bi_address.rb +115 -0
- data/lib/verizon/models/m_5g_bi_carrier_information.rb +50 -0
- data/lib/verizon/models/m_5g_bi_customer_name.rb +87 -0
- data/lib/verizon/models/m_5g_bi_request_response.rb +50 -0
- data/lib/verizon/models/m_5g_biaccount_nameobject.rb +202 -0
- data/lib/verizon/models/m_5g_biactivate_request.rb +112 -0
- data/lib/verizon/models/m_5g_biaddress_andcustomerinfo.rb +51 -0
- data/lib/verizon/models/m_5g_biaddress_andcustomerinfo2.rb +51 -0
- data/lib/verizon/models/m_5g_biattribute1.rb +50 -0
- data/lib/verizon/models/m_5g_biattribute2.rb +59 -0
- data/lib/verizon/models/m_5g_bichange_request.rb +93 -0
- data/lib/verizon/models/m_5g_bidevice_detailsresponse.rb +68 -0
- data/lib/verizon/models/m_5g_bidevice_id.rb +50 -0
- data/lib/verizon/models/m_5g_bidevice_id1.rb +59 -0
- data/lib/verizon/models/m_5g_bidevice_idarray.rb +59 -0
- data/lib/verizon/models/m_5g_bikey_value1.rb +59 -0
- data/lib/verizon/models/m_5g_biprimary_placeofuse.rb +59 -0
- data/lib/verizon/models/managed_acc_added_list.rb +59 -0
- data/lib/verizon/models/managed_acc_provisioned_list.rb +59 -0
- data/lib/verizon/models/managed_account_cancel_request.rb +82 -0
- data/lib/verizon/models/managed_account_cancel_response.rb +90 -0
- data/lib/verizon/models/managed_accounts_add_request.rb +74 -0
- data/lib/verizon/models/managed_accounts_add_response.rb +68 -0
- data/lib/verizon/models/managed_accounts_get_all_response.rb +90 -0
- data/lib/verizon/models/managed_accounts_provision_request.rb +82 -0
- data/lib/verizon/models/managed_accounts_provision_response.rb +97 -0
- data/lib/verizon/models/mec_performance_metrics.rb +88 -0
- data/lib/verizon/models/mec_performance_query_result.rb +59 -0
- data/lib/verizon/models/mec_platform_resource.rb +92 -0
- data/lib/verizon/models/mec_platform_status_enum.rb +26 -0
- data/lib/verizon/models/mec_platforms_additional_support_info.rb +59 -0
- data/lib/verizon/models/mec_platforms_additional_support_info_data.rb +51 -0
- data/lib/verizon/models/mismatched_device.rb +108 -0
- data/lib/verizon/models/move_device_request.rb +133 -0
- data/lib/verizon/models/network_resources_type.rb +96 -0
- data/lib/verizon/models/network_type.rb +50 -0
- data/lib/verizon/models/no_of_days_b4_promo_exp.rb +59 -0
- data/lib/verizon/models/notification.rb +171 -0
- data/lib/verizon/models/notification_group_name_trigger_attribute.rb +50 -0
- data/lib/verizon/models/notification_report_request.rb +83 -0
- data/lib/verizon/models/notification_report_status_request.rb +76 -0
- data/lib/verizon/models/numerical_data.rb +59 -0
- data/lib/verizon/models/numerical_data_unit_enum.rb +29 -0
- data/lib/{verizon_thing_space_quality_of_service_api_endpoints/models/o_auth_provider_error_enum.rb → verizon/models/oauth_provider_error_enum.rb} +5 -5
- data/lib/verizon/models/oauth_scope_thingspace_oauth_enum.rb +63 -0
- data/lib/{verizon_thing_space_quality_of_service_api_endpoints/models/o_auth_token.rb → verizon/models/oauth_token.rb} +4 -4
- data/lib/verizon/models/observation_request.rb +104 -0
- data/lib/verizon/models/observation_request_attribute.rb +50 -0
- data/lib/verizon/models/place_of_use.rb +62 -0
- data/lib/verizon/models/position_data.rb +96 -0
- data/lib/verizon/models/position_error.rb +77 -0
- data/lib/verizon/models/price_plan_trigger.rb +51 -0
- data/lib/verizon/models/primary_place_of_use.rb +77 -0
- data/lib/verizon/models/profile_change_state_request.rb +73 -0
- data/lib/verizon/models/profile_request.rb +133 -0
- data/lib/verizon/models/profile_request2.rb +106 -0
- data/lib/verizon/models/profile_status_filter_enum.rb +38 -0
- data/lib/verizon/models/promo_alert.rb +88 -0
- data/lib/verizon/models/promo_alert1.rb +80 -0
- data/lib/verizon/models/promo_alert_trigger_request.rb +114 -0
- data/lib/verizon/models/property_device_id.rb +61 -0
- data/lib/verizon/models/provhistory_request.rb +104 -0
- data/lib/verizon/models/provisioning_history.rb +125 -0
- data/lib/verizon/models/provisioning_status_filter_enum.rb +62 -0
- data/lib/verizon/models/pwn_device_id.rb +56 -0
- data/lib/verizon/models/pwn_device_list.rb +57 -0
- data/lib/verizon/models/pwn_profile.rb +59 -0
- data/lib/verizon/models/pwn_profile_list.rb +59 -0
- data/lib/verizon/models/qos_device_id.rb +59 -0
- data/lib/{verizon_thing_space_quality_of_service_api_endpoints/models/device_info.rb → verizon/models/qos_device_info.rb} +18 -21
- data/lib/verizon/models/query_mec_performance_metrics_request.rb +56 -0
- data/lib/verizon/models/query_subscription_request.rb +77 -0
- data/lib/verizon/models/query_target_request.rb +77 -0
- data/lib/verizon/models/ready_sim_device_id.rb +59 -0
- data/lib/verizon/models/ready_sim_service_plan.rb +50 -0
- data/lib/verizon/models/region.rb +97 -0
- data/lib/verizon/models/register_callback_request.rb +77 -0
- data/lib/verizon/models/register_service_endpoint_result.rb +53 -0
- data/lib/verizon/models/registered_callbacks.rb +89 -0
- data/lib/verizon/models/remove_device_request.rb +60 -0
- data/lib/verizon/models/report_status_enum.rb +26 -0
- data/lib/verizon/models/request_body_for_usage.rb +104 -0
- data/lib/verizon/models/request_response.rb +50 -0
- data/lib/verizon/models/request_status_enum.rb +26 -0
- data/lib/verizon/models/request_trigger.rb +108 -0
- data/lib/verizon/models/resource_identifier.rb +60 -0
- data/lib/verizon/models/resources_edge_hosted_service.rb +94 -0
- data/lib/verizon/models/resources_edge_hosted_service_with_profile_id.rb +104 -0
- data/lib/verizon/models/resources_service_endpoint.rb +87 -0
- data/lib/verizon/models/resources_service_profile.rb +116 -0
- data/lib/verizon/models/resources_service_profile_with_id.rb +125 -0
- data/lib/verizon/models/response_code_enum.rb +29 -0
- data/lib/verizon/models/response_to_usage_query.rb +77 -0
- data/lib/verizon/models/retrieve_monitors_request.rb +76 -0
- data/lib/verizon/models/retrieves_available_files_response.rb +119 -0
- data/lib/verizon/models/retrieves_available_files_response_list.rb +59 -0
- data/lib/verizon/models/schedules_software_upgrade_request.rb +180 -0
- data/lib/verizon/models/search_device_by_property_fields.rb +117 -0
- data/lib/verizon/models/search_device_by_property_response.rb +182 -0
- data/lib/verizon/models/search_device_by_property_response_list.rb +59 -0
- data/lib/verizon/models/search_device_event_history_request.rb +93 -0
- data/lib/verizon/models/search_device_event_history_response_list.rb +62 -0
- data/lib/verizon/models/search_device_response.rb +164 -0
- data/lib/verizon/models/search_sensor_history_request.rb +80 -0
- data/lib/verizon/models/search_sensor_history_response_list.rb +59 -0
- data/lib/verizon/models/security_subscription.rb +111 -0
- data/lib/verizon/models/security_subscription_request.rb +66 -0
- data/lib/verizon/models/security_subscription_result.rb +69 -0
- data/lib/verizon/models/security_success_result.rb +54 -0
- data/lib/verizon/models/sensitivity_parameters.rb +84 -0
- data/lib/verizon/models/service_name_enum.rb +23 -0
- data/lib/verizon/models/service_plan.rb +100 -0
- data/lib/verizon/models/service_plan_trigger_attribute.rb +50 -0
- data/lib/verizon/models/service_plan_update_request.rb +150 -0
- data/lib/verizon/models/service_usage.rb +60 -0
- data/lib/verizon/models/session_report.rb +81 -0
- data/lib/verizon/models/session_report_request.rb +101 -0
- data/lib/verizon/models/session_reset_password_request.rb +48 -0
- data/lib/verizon/models/session_reset_password_result.rb +50 -0
- data/lib/verizon/models/session_trigger_request.rb +59 -0
- data/lib/verizon/models/set_fallback_attribute_request.rb +75 -0
- data/lib/verizon/models/share_plan.rb +72 -0
- data/lib/verizon/models/sms_event_history_request.rb +84 -0
- data/lib/verizon/models/sms_message.rb +78 -0
- data/lib/verizon/models/sms_messages_query_result.rb +71 -0
- data/lib/verizon/models/sms_messages_response.rb +68 -0
- data/lib/verizon/models/sms_number.rb +59 -0
- data/lib/verizon/models/sms_numbers.rb +59 -0
- data/lib/verizon/models/sms_options_send_request.rb +59 -0
- data/lib/verizon/models/sms_send_request.rb +128 -0
- data/lib/verizon/models/sms_trigger_request.rb +68 -0
- data/lib/verizon/models/software_package.rb +102 -0
- data/lib/verizon/models/state.rb +71 -0
- data/lib/verizon/models/status_list.rb +68 -0
- data/lib/verizon/models/status_response.rb +77 -0
- data/lib/verizon/models/stop_monitor_request.rb +56 -0
- data/lib/verizon/models/subrequest.rb +59 -0
- data/lib/{verizon_thing_space_quality_of_service_api_endpoints → verizon}/models/subscribe_request.rb +12 -15
- data/lib/verizon/models/subscription.rb +232 -0
- data/lib/verizon/models/success.rb +50 -0
- data/lib/verizon/models/success_response.rb +50 -0
- data/lib/verizon/models/synchronous_location_request_result.rb +56 -0
- data/lib/verizon/models/target.rb +163 -0
- data/lib/verizon/models/target_authentication.rb +59 -0
- data/lib/verizon/models/target_authentication_body.rb +87 -0
- data/lib/verizon/models/target_authentication_body_headers.rb +59 -0
- data/lib/verizon/models/target_authentication_body_host.rb +50 -0
- data/lib/verizon/models/thingspace_device.rb +206 -0
- data/lib/verizon/models/transaction_id.rb +51 -0
- data/lib/verizon/models/trigger_attributes_options.rb +60 -0
- data/lib/verizon/models/trigger_notification.rb +174 -0
- data/lib/verizon/models/trigger_type1.rb +91 -0
- data/lib/verizon/models/trigger_type2.rb +60 -0
- data/lib/verizon/models/trigger_type3.rb +101 -0
- data/lib/verizon/models/trigger_v2_response.rb +50 -0
- data/lib/verizon/models/trigger_value_response.rb +59 -0
- data/lib/verizon/models/trigger_value_response2.rb +59 -0
- data/lib/verizon/models/triggers_list_options.rb +140 -0
- data/lib/verizon/models/triggervalues.rb +144 -0
- data/lib/verizon/models/triggervalues2.rb +153 -0
- data/lib/verizon/models/update_service_endpoint_result.rb +59 -0
- data/lib/verizon/models/update_service_profile_result.rb +59 -0
- data/lib/verizon/models/update_trigger_request.rb +165 -0
- data/lib/verizon/models/update_trigger_request_options.rb +112 -0
- data/lib/verizon/models/update_trigger_v2_request.rb +119 -0
- data/lib/verizon/models/upgrade_list_query_result.rb +82 -0
- data/lib/verizon/models/upgrade_status_enum.rb +35 -0
- data/lib/verizon/models/upload_and_schedule_file_request.rb +170 -0
- data/lib/verizon/models/upload_and_schedule_file_response.rb +245 -0
- data/lib/verizon/models/upload_configuration_files_response.rb +128 -0
- data/lib/verizon/models/uploads_activates_device_request.rb +123 -0
- data/lib/verizon/models/usage.rb +108 -0
- data/lib/verizon/models/usage_anomaly_attributes.rb +117 -0
- data/lib/verizon/models/usage_history.rb +115 -0
- data/lib/verizon/models/usage_request_response.rb +50 -0
- data/lib/verizon/models/usage_trigger_add_request.rb +131 -0
- data/lib/verizon/models/usage_trigger_response.rb +146 -0
- data/lib/verizon/models/usage_trigger_update_request.rb +92 -0
- data/lib/verizon/models/user_equipment_identity_type_enum.rb +20 -0
- data/lib/verizon/models/v1_account_subscription.rb +89 -0
- data/lib/verizon/models/v1_device_list_item.rb +70 -0
- data/lib/verizon/models/v1_licenses_assigned_removed_request.rb +48 -0
- data/lib/verizon/models/v1_licenses_assigned_removed_result.rb +87 -0
- data/lib/verizon/models/v1_list_of_licenses_to_remove.rb +87 -0
- data/lib/verizon/models/v1_list_of_licenses_to_remove_request.rb +61 -0
- data/lib/verizon/models/v1_list_of_licenses_to_remove_result.rb +59 -0
- data/lib/verizon/models/v2_account_device.rb +165 -0
- data/lib/verizon/models/v2_account_device_list.rb +93 -0
- data/lib/verizon/models/v2_add_or_remove_device_request.rb +56 -0
- data/lib/verizon/models/v2_add_or_remove_device_result.rb +64 -0
- data/lib/verizon/models/v2_campaign_device.rb +94 -0
- data/lib/verizon/models/v2_campaign_history.rb +79 -0
- data/lib/verizon/models/v2_campaign_meta_info.rb +205 -0
- data/lib/verizon/models/v2_change_campaign_dates_request.rb +122 -0
- data/lib/verizon/models/v2_device_status.rb +66 -0
- data/lib/verizon/models/v2_license_device.rb +59 -0
- data/lib/verizon/models/v2_license_imei.rb +58 -0
- data/lib/verizon/models/v2_license_summary.rb +114 -0
- data/lib/verizon/models/v2_licenses_assigned_removed_result.rb +82 -0
- data/lib/verizon/models/v2_list_of_licenses_to_remove.rb +73 -0
- data/lib/verizon/models/v2_list_of_licenses_to_remove_request.rb +67 -0
- data/lib/verizon/models/v2_list_of_licenses_to_remove_result.rb +56 -0
- data/lib/verizon/models/v2_software_info.rb +64 -0
- data/lib/verizon/models/v2_time_window.rb +56 -0
- data/lib/verizon/models/v3_account_device.rb +190 -0
- data/lib/verizon/models/v3_account_device_list.rb +93 -0
- data/lib/verizon/models/v3_add_or_remove_device_request.rb +56 -0
- data/lib/verizon/models/v3_add_or_remove_device_result.rb +73 -0
- data/lib/verizon/models/v3_campaign_device.rb +94 -0
- data/lib/verizon/models/v3_campaign_history.rb +79 -0
- data/lib/verizon/models/v3_campaign_meta_info.rb +168 -0
- data/lib/verizon/models/v3_change_campaign_dates_request.rb +79 -0
- data/lib/verizon/models/v3_device.rb +236 -0
- data/lib/verizon/models/v3_device_list_item.rb +68 -0
- data/lib/verizon/models/v3_device_status.rb +120 -0
- data/lib/verizon/models/v3_license_assigned_removed_result.rb +82 -0
- data/lib/verizon/models/v3_license_device.rb +59 -0
- data/lib/verizon/models/v3_license_imei.rb +48 -0
- data/lib/verizon/models/v3_license_summary.rb +114 -0
- data/lib/verizon/models/v3_software_info.rb +64 -0
- data/lib/verizon/models/v3_time_window.rb +56 -0
- data/lib/verizon/models/wnp_request_response.rb +50 -0
- data/lib/{verizon_thing_space_quality_of_service_api_endpoints → verizon}/utilities/date_time_helper.rb +2 -2
- data/lib/{verizon_thing_space_quality_of_service_api_endpoints → verizon}/utilities/file_wrapper.rb +2 -2
- data/lib/verizon.rb +679 -0
- metadata +644 -63
- data/lib/verizon_thing_space_quality_of_service_api_endpoints/client.rb +0 -84
- data/lib/verizon_thing_space_quality_of_service_api_endpoints/configuration.rb +0 -116
- data/lib/verizon_thing_space_quality_of_service_api_endpoints/controllers/exclusions_controller.rb +0 -33
- data/lib/verizon_thing_space_quality_of_service_api_endpoints/http/auth/thingspace_oauth.rb +0 -134
- data/lib/verizon_thing_space_quality_of_service_api_endpoints/http/auth/vz_m2m_session_token.rb +0 -42
- data/lib/verizon_thing_space_quality_of_service_api_endpoints.rb +0 -83
- data/test/controllers/controller_test_base.rb +0 -29
- data/test/controllers/test_exclusions_controller.rb +0 -34
- data/test/controllers/test_thing_space_quality_of_service_api_actions_controller.rb +0 -37
- data/test/http_response_catcher.rb +0 -19
@@ -0,0 +1,37 @@
|
|
1
|
+
# verizon
|
2
|
+
#
|
3
|
+
# This file was automatically generated by APIMATIC v2.0
|
4
|
+
# ( https://apimatic.io ).
|
5
|
+
|
6
|
+
module Verizon
|
7
|
+
# Error response.
|
8
|
+
class FotaV3ResultException < APIException
|
9
|
+
SKIP = Object.new
|
10
|
+
private_constant :SKIP
|
11
|
+
|
12
|
+
# Error code string.
|
13
|
+
# @return [String]
|
14
|
+
attr_accessor :error_code
|
15
|
+
|
16
|
+
# Error message string.
|
17
|
+
# @return [String]
|
18
|
+
attr_accessor :error_message
|
19
|
+
|
20
|
+
# The constructor.
|
21
|
+
# @param [String] The reason for raising an exception.
|
22
|
+
# @param [HttpResponse] The HttpReponse of the API call.
|
23
|
+
def initialize(reason, response)
|
24
|
+
super(reason, response)
|
25
|
+
hash = APIHelper.json_deserialize(@response.raw_body)
|
26
|
+
unbox(hash)
|
27
|
+
end
|
28
|
+
|
29
|
+
# Populates this object by extracting properties from a hash.
|
30
|
+
# @param [Hash] The deserialized response sent by the server in the
|
31
|
+
# response body.
|
32
|
+
def unbox(hash)
|
33
|
+
@error_code = hash.key?('errorCode') ? hash['errorCode'] : nil
|
34
|
+
@error_message = hash.key?('errorMessage') ? hash['errorMessage'] : nil
|
35
|
+
end
|
36
|
+
end
|
37
|
+
end
|
@@ -0,0 +1,37 @@
|
|
1
|
+
# verizon
|
2
|
+
#
|
3
|
+
# This file was automatically generated by APIMATIC v2.0
|
4
|
+
# ( https://apimatic.io ).
|
5
|
+
|
6
|
+
module Verizon
|
7
|
+
# GIORestErrorResponse class.
|
8
|
+
class GIORestErrorResponseException < APIException
|
9
|
+
SKIP = Object.new
|
10
|
+
private_constant :SKIP
|
11
|
+
|
12
|
+
# TODO: Write general description for this method
|
13
|
+
# @return [String]
|
14
|
+
attr_accessor :error_code
|
15
|
+
|
16
|
+
# TODO: Write general description for this method
|
17
|
+
# @return [String]
|
18
|
+
attr_accessor :error_message
|
19
|
+
|
20
|
+
# The constructor.
|
21
|
+
# @param [String] The reason for raising an exception.
|
22
|
+
# @param [HttpResponse] The HttpReponse of the API call.
|
23
|
+
def initialize(reason, response)
|
24
|
+
super(reason, response)
|
25
|
+
hash = APIHelper.json_deserialize(@response.raw_body)
|
26
|
+
unbox(hash)
|
27
|
+
end
|
28
|
+
|
29
|
+
# Populates this object by extracting properties from a hash.
|
30
|
+
# @param [Hash] The deserialized response sent by the server in the
|
31
|
+
# response body.
|
32
|
+
def unbox(hash)
|
33
|
+
@error_code = hash.key?('errorCode') ? hash['errorCode'] : SKIP
|
34
|
+
@error_message = hash.key?('errorMessage') ? hash['errorMessage'] : SKIP
|
35
|
+
end
|
36
|
+
end
|
37
|
+
end
|
@@ -0,0 +1,42 @@
|
|
1
|
+
# verizon
|
2
|
+
#
|
3
|
+
# This file was automatically generated by APIMATIC v2.0
|
4
|
+
# ( https://apimatic.io ).
|
5
|
+
|
6
|
+
module Verizon
|
7
|
+
# Error response.
|
8
|
+
class HyperPreciseLocationResultException < APIException
|
9
|
+
SKIP = Object.new
|
10
|
+
private_constant :SKIP
|
11
|
+
|
12
|
+
# Error Code.
|
13
|
+
# @return [ErrorResponseCodeEnum]
|
14
|
+
attr_accessor :response_code
|
15
|
+
|
16
|
+
# Error message.
|
17
|
+
# @return [String]
|
18
|
+
attr_accessor :message
|
19
|
+
|
20
|
+
# Fault occurred while responding.
|
21
|
+
# @return [HyperPreciseLocationFault]
|
22
|
+
attr_accessor :fault
|
23
|
+
|
24
|
+
# The constructor.
|
25
|
+
# @param [String] The reason for raising an exception.
|
26
|
+
# @param [HttpResponse] The HttpReponse of the API call.
|
27
|
+
def initialize(reason, response)
|
28
|
+
super(reason, response)
|
29
|
+
hash = APIHelper.json_deserialize(@response.raw_body)
|
30
|
+
unbox(hash)
|
31
|
+
end
|
32
|
+
|
33
|
+
# Populates this object by extracting properties from a hash.
|
34
|
+
# @param [Hash] The deserialized response sent by the server in the
|
35
|
+
# response body.
|
36
|
+
def unbox(hash)
|
37
|
+
@response_code = hash.key?('responseCode') ? hash['responseCode'] : SKIP
|
38
|
+
@message = hash.key?('message') ? hash['message'] : SKIP
|
39
|
+
@fault = HyperPreciseLocationFault.from_hash(hash['fault']) if hash['fault']
|
40
|
+
end
|
41
|
+
end
|
42
|
+
end
|
@@ -0,0 +1,37 @@
|
|
1
|
+
# verizon
|
2
|
+
#
|
3
|
+
# This file was automatically generated by APIMATIC v2.0
|
4
|
+
# ( https://apimatic.io ).
|
5
|
+
|
6
|
+
module Verizon
|
7
|
+
# An error occurred.
|
8
|
+
class IntelligenceResultException < APIException
|
9
|
+
SKIP = Object.new
|
10
|
+
private_constant :SKIP
|
11
|
+
|
12
|
+
# The 3-digit HTML error code.
|
13
|
+
# @return [String]
|
14
|
+
attr_accessor :error_code
|
15
|
+
|
16
|
+
# Error Message.
|
17
|
+
# @return [String]
|
18
|
+
attr_accessor :error_message
|
19
|
+
|
20
|
+
# The constructor.
|
21
|
+
# @param [String] The reason for raising an exception.
|
22
|
+
# @param [HttpResponse] The HttpReponse of the API call.
|
23
|
+
def initialize(reason, response)
|
24
|
+
super(reason, response)
|
25
|
+
hash = APIHelper.json_deserialize(@response.raw_body)
|
26
|
+
unbox(hash)
|
27
|
+
end
|
28
|
+
|
29
|
+
# Populates this object by extracting properties from a hash.
|
30
|
+
# @param [Hash] The deserialized response sent by the server in the
|
31
|
+
# response body.
|
32
|
+
def unbox(hash)
|
33
|
+
@error_code = hash.key?('errorCode') ? hash['errorCode'] : SKIP
|
34
|
+
@error_message = hash.key?('errorMessage') ? hash['errorMessage'] : SKIP
|
35
|
+
end
|
36
|
+
end
|
37
|
+
end
|
@@ -0,0 +1,37 @@
|
|
1
|
+
# verizon
|
2
|
+
#
|
3
|
+
# This file was automatically generated by APIMATIC v2.0
|
4
|
+
# ( https://apimatic.io ).
|
5
|
+
|
6
|
+
module Verizon
|
7
|
+
# 5gbiRestErrorResponse class.
|
8
|
+
class M5gBiRestErrorResponseException < APIException
|
9
|
+
SKIP = Object.new
|
10
|
+
private_constant :SKIP
|
11
|
+
|
12
|
+
# TODO: Write general description for this method
|
13
|
+
# @return [String]
|
14
|
+
attr_accessor :error_code
|
15
|
+
|
16
|
+
# TODO: Write general description for this method
|
17
|
+
# @return [String]
|
18
|
+
attr_accessor :error_message
|
19
|
+
|
20
|
+
# The constructor.
|
21
|
+
# @param [String] The reason for raising an exception.
|
22
|
+
# @param [HttpResponse] The HttpReponse of the API call.
|
23
|
+
def initialize(reason, response)
|
24
|
+
super(reason, response)
|
25
|
+
hash = APIHelper.json_deserialize(@response.raw_body)
|
26
|
+
unbox(hash)
|
27
|
+
end
|
28
|
+
|
29
|
+
# Populates this object by extracting properties from a hash.
|
30
|
+
# @param [Hash] The deserialized response sent by the server in the
|
31
|
+
# response body.
|
32
|
+
def unbox(hash)
|
33
|
+
@error_code = hash.key?('errorCode') ? hash['errorCode'] : SKIP
|
34
|
+
@error_message = hash.key?('errorMessage') ? hash['errorMessage'] : SKIP
|
35
|
+
end
|
36
|
+
end
|
37
|
+
end
|
@@ -1,16 +1,16 @@
|
|
1
|
-
#
|
1
|
+
# verizon
|
2
2
|
#
|
3
3
|
# This file was automatically generated by APIMATIC v2.0
|
4
4
|
# ( https://apimatic.io ).
|
5
5
|
|
6
|
-
module
|
6
|
+
module Verizon
|
7
7
|
# OAuth 2 Authorization endpoint exception.
|
8
|
-
class
|
8
|
+
class OauthProviderException < APIException
|
9
9
|
SKIP = Object.new
|
10
10
|
private_constant :SKIP
|
11
11
|
|
12
12
|
# Gets or sets error code.
|
13
|
-
# @return [
|
13
|
+
# @return [OauthProviderErrorEnum]
|
14
14
|
attr_accessor :error
|
15
15
|
|
16
16
|
# Gets or sets human-readable text providing additional information on
|
@@ -0,0 +1,37 @@
|
|
1
|
+
# verizon
|
2
|
+
#
|
3
|
+
# This file was automatically generated by APIMATIC v2.0
|
4
|
+
# ( https://apimatic.io ).
|
5
|
+
|
6
|
+
module Verizon
|
7
|
+
# ReadySimRestErrorResponse class.
|
8
|
+
class ReadySimRestErrorResponseException < APIException
|
9
|
+
SKIP = Object.new
|
10
|
+
private_constant :SKIP
|
11
|
+
|
12
|
+
# TODO: Write general description for this method
|
13
|
+
# @return [String]
|
14
|
+
attr_accessor :error_code
|
15
|
+
|
16
|
+
# TODO: Write general description for this method
|
17
|
+
# @return [String]
|
18
|
+
attr_accessor :error_message
|
19
|
+
|
20
|
+
# The constructor.
|
21
|
+
# @param [String] The reason for raising an exception.
|
22
|
+
# @param [HttpResponse] The HttpReponse of the API call.
|
23
|
+
def initialize(reason, response)
|
24
|
+
super(reason, response)
|
25
|
+
hash = APIHelper.json_deserialize(@response.raw_body)
|
26
|
+
unbox(hash)
|
27
|
+
end
|
28
|
+
|
29
|
+
# Populates this object by extracting properties from a hash.
|
30
|
+
# @param [Hash] The deserialized response sent by the server in the
|
31
|
+
# response body.
|
32
|
+
def unbox(hash)
|
33
|
+
@error_code = hash.key?('errorCode') ? hash['errorCode'] : SKIP
|
34
|
+
@error_message = hash.key?('errorMessage') ? hash['errorMessage'] : SKIP
|
35
|
+
end
|
36
|
+
end
|
37
|
+
end
|
@@ -0,0 +1,37 @@
|
|
1
|
+
# verizon
|
2
|
+
#
|
3
|
+
# This file was automatically generated by APIMATIC v2.0
|
4
|
+
# ( https://apimatic.io ).
|
5
|
+
|
6
|
+
module Verizon
|
7
|
+
# RestErrorResponse class.
|
8
|
+
class RestErrorResponseException < APIException
|
9
|
+
SKIP = Object.new
|
10
|
+
private_constant :SKIP
|
11
|
+
|
12
|
+
# TODO: Write general description for this method
|
13
|
+
# @return [String]
|
14
|
+
attr_accessor :error_code
|
15
|
+
|
16
|
+
# TODO: Write general description for this method
|
17
|
+
# @return [String]
|
18
|
+
attr_accessor :error_message
|
19
|
+
|
20
|
+
# The constructor.
|
21
|
+
# @param [String] The reason for raising an exception.
|
22
|
+
# @param [HttpResponse] The HttpReponse of the API call.
|
23
|
+
def initialize(reason, response)
|
24
|
+
super(reason, response)
|
25
|
+
hash = APIHelper.json_deserialize(@response.raw_body)
|
26
|
+
unbox(hash)
|
27
|
+
end
|
28
|
+
|
29
|
+
# Populates this object by extracting properties from a hash.
|
30
|
+
# @param [Hash] The deserialized response sent by the server in the
|
31
|
+
# response body.
|
32
|
+
def unbox(hash)
|
33
|
+
@error_code = hash.key?('errorCode') ? hash['errorCode'] : SKIP
|
34
|
+
@error_message = hash.key?('errorMessage') ? hash['errorMessage'] : SKIP
|
35
|
+
end
|
36
|
+
end
|
37
|
+
end
|
@@ -0,0 +1,42 @@
|
|
1
|
+
# verizon
|
2
|
+
#
|
3
|
+
# This file was automatically generated by APIMATIC v2.0
|
4
|
+
# ( https://apimatic.io ).
|
5
|
+
|
6
|
+
module Verizon
|
7
|
+
# RulesEngineRestErrorResponse class.
|
8
|
+
class RulesEngineRestErrorResponseException < APIException
|
9
|
+
SKIP = Object.new
|
10
|
+
private_constant :SKIP
|
11
|
+
|
12
|
+
# TODO: Write general description for this method
|
13
|
+
# @return [String]
|
14
|
+
attr_accessor :error_code
|
15
|
+
|
16
|
+
# TODO: Write general description for this method
|
17
|
+
# @return [String]
|
18
|
+
attr_accessor :error_message
|
19
|
+
|
20
|
+
# TODO: Write general description for this method
|
21
|
+
# @return [String]
|
22
|
+
attr_accessor :error_url
|
23
|
+
|
24
|
+
# The constructor.
|
25
|
+
# @param [String] The reason for raising an exception.
|
26
|
+
# @param [HttpResponse] The HttpReponse of the API call.
|
27
|
+
def initialize(reason, response)
|
28
|
+
super(reason, response)
|
29
|
+
hash = APIHelper.json_deserialize(@response.raw_body)
|
30
|
+
unbox(hash)
|
31
|
+
end
|
32
|
+
|
33
|
+
# Populates this object by extracting properties from a hash.
|
34
|
+
# @param [Hash] The deserialized response sent by the server in the
|
35
|
+
# response body.
|
36
|
+
def unbox(hash)
|
37
|
+
@error_code = hash.key?('errorCode') ? hash['errorCode'] : SKIP
|
38
|
+
@error_message = hash.key?('errorMessage') ? hash['errorMessage'] : SKIP
|
39
|
+
@error_url = hash.key?('errorUrl') ? hash['errorUrl'] : SKIP
|
40
|
+
end
|
41
|
+
end
|
42
|
+
end
|
@@ -0,0 +1,42 @@
|
|
1
|
+
# verizon
|
2
|
+
#
|
3
|
+
# This file was automatically generated by APIMATIC v2.0
|
4
|
+
# ( https://apimatic.io ).
|
5
|
+
|
6
|
+
module Verizon
|
7
|
+
# Error response.
|
8
|
+
class SecurityResultException < APIException
|
9
|
+
SKIP = Object.new
|
10
|
+
private_constant :SKIP
|
11
|
+
|
12
|
+
# TODO: Write general description for this method
|
13
|
+
# @return [String]
|
14
|
+
attr_accessor :error_code
|
15
|
+
|
16
|
+
# TODO: Write general description for this method
|
17
|
+
# @return [String]
|
18
|
+
attr_accessor :error_message
|
19
|
+
|
20
|
+
# TODO: Write general description for this method
|
21
|
+
# @return [String]
|
22
|
+
attr_accessor :error_url
|
23
|
+
|
24
|
+
# The constructor.
|
25
|
+
# @param [String] The reason for raising an exception.
|
26
|
+
# @param [HttpResponse] The HttpReponse of the API call.
|
27
|
+
def initialize(reason, response)
|
28
|
+
super(reason, response)
|
29
|
+
hash = APIHelper.json_deserialize(@response.raw_body)
|
30
|
+
unbox(hash)
|
31
|
+
end
|
32
|
+
|
33
|
+
# Populates this object by extracting properties from a hash.
|
34
|
+
# @param [Hash] The deserialized response sent by the server in the
|
35
|
+
# response body.
|
36
|
+
def unbox(hash)
|
37
|
+
@error_code = hash.key?('errorCode') ? hash['errorCode'] : SKIP
|
38
|
+
@error_message = hash.key?('errorMessage') ? hash['errorMessage'] : SKIP
|
39
|
+
@error_url = hash.key?('errorUrl') ? hash['errorUrl'] : SKIP
|
40
|
+
end
|
41
|
+
end
|
42
|
+
end
|
@@ -0,0 +1,37 @@
|
|
1
|
+
# verizon
|
2
|
+
#
|
3
|
+
# This file was automatically generated by APIMATIC v2.0
|
4
|
+
# ( https://apimatic.io ).
|
5
|
+
|
6
|
+
module Verizon
|
7
|
+
# Wireless network performance rest error response.
|
8
|
+
class WNPRestErrorResponseException < APIException
|
9
|
+
SKIP = Object.new
|
10
|
+
private_constant :SKIP
|
11
|
+
|
12
|
+
# Rest error response.
|
13
|
+
# @return [String]
|
14
|
+
attr_accessor :error_code
|
15
|
+
|
16
|
+
# Error message details.
|
17
|
+
# @return [String]
|
18
|
+
attr_accessor :error_message
|
19
|
+
|
20
|
+
# The constructor.
|
21
|
+
# @param [String] The reason for raising an exception.
|
22
|
+
# @param [HttpResponse] The HttpReponse of the API call.
|
23
|
+
def initialize(reason, response)
|
24
|
+
super(reason, response)
|
25
|
+
hash = APIHelper.json_deserialize(@response.raw_body)
|
26
|
+
unbox(hash)
|
27
|
+
end
|
28
|
+
|
29
|
+
# Populates this object by extracting properties from a hash.
|
30
|
+
# @param [Hash] The deserialized response sent by the server in the
|
31
|
+
# response body.
|
32
|
+
def unbox(hash)
|
33
|
+
@error_code = hash.key?('errorCode') ? hash['errorCode'] : SKIP
|
34
|
+
@error_message = hash.key?('errorMessage') ? hash['errorMessage'] : SKIP
|
35
|
+
end
|
36
|
+
end
|
37
|
+
end
|
@@ -0,0 +1,21 @@
|
|
1
|
+
# verizon
|
2
|
+
#
|
3
|
+
# This file was automatically generated by APIMATIC v2.0
|
4
|
+
# ( https://apimatic.io ).
|
5
|
+
|
6
|
+
module Verizon
|
7
|
+
# Http response received.
|
8
|
+
class ApiResponse < CoreLibrary::ApiResponse
|
9
|
+
|
10
|
+
|
11
|
+
# The constructor
|
12
|
+
# @param [HttpResponse] http_response The original, raw response from the api.
|
13
|
+
# @param [Object] data The data field specified for the response.
|
14
|
+
# @param [Array<String>] errors Any errors returned by the server.
|
15
|
+
def initialize(http_response,
|
16
|
+
data: nil,
|
17
|
+
errors: nil)
|
18
|
+
super
|
19
|
+
end
|
20
|
+
end
|
21
|
+
end
|
@@ -0,0 +1,140 @@
|
|
1
|
+
# verizon
|
2
|
+
#
|
3
|
+
# This file was automatically generated by APIMATIC v2.0
|
4
|
+
# ( https://apimatic.io ).
|
5
|
+
|
6
|
+
module Verizon
|
7
|
+
# Utility class for OAuth 2 authorization and token management.
|
8
|
+
class ThingspaceOauth < CoreLibrary::HeaderAuth
|
9
|
+
include CoreLibrary
|
10
|
+
# Display error message on occurrence of authentication failure.
|
11
|
+
# @returns [String] The oAuth error message.
|
12
|
+
def error_message
|
13
|
+
'ThingspaceOauth: OAuthToken is undefined or expired.'
|
14
|
+
end
|
15
|
+
|
16
|
+
# Initialization constructor.
|
17
|
+
def initialize(thingspace_oauth_credentials, config)
|
18
|
+
@_oauth_client_id = thingspace_oauth_credentials.oauth_client_id unless
|
19
|
+
thingspace_oauth_credentials.nil? || thingspace_oauth_credentials.oauth_client_id.nil?
|
20
|
+
@_oauth_client_secret = thingspace_oauth_credentials.oauth_client_secret unless
|
21
|
+
thingspace_oauth_credentials.nil? || thingspace_oauth_credentials.oauth_client_secret.nil?
|
22
|
+
@_oauth_token = thingspace_oauth_credentials.oauth_token unless
|
23
|
+
thingspace_oauth_credentials.nil? || thingspace_oauth_credentials.oauth_token.nil?
|
24
|
+
@_oauth_scopes = thingspace_oauth_credentials.oauth_scopes unless
|
25
|
+
thingspace_oauth_credentials.nil? || thingspace_oauth_credentials.oauth_scopes.nil?
|
26
|
+
@_oauth_clock_skew = thingspace_oauth_credentials.oauth_clock_skew unless
|
27
|
+
thingspace_oauth_credentials.nil? || thingspace_oauth_credentials.oauth_clock_skew.nil?
|
28
|
+
@_oauth_token_provider = thingspace_oauth_credentials.oauth_token_provider unless
|
29
|
+
thingspace_oauth_credentials.nil? || thingspace_oauth_credentials.oauth_token_provider.nil?
|
30
|
+
@_oauth_on_token_update = thingspace_oauth_credentials.oauth_on_token_update unless
|
31
|
+
thingspace_oauth_credentials.nil? || thingspace_oauth_credentials.oauth_on_token_update.nil?
|
32
|
+
@_o_auth_api = OauthAuthorizationController.new(config)
|
33
|
+
super({})
|
34
|
+
end
|
35
|
+
|
36
|
+
# Validates the oAuth token.
|
37
|
+
# @return [Boolean] true if the token is present and not expired.
|
38
|
+
def valid
|
39
|
+
@_oauth_token = get_token_from_provider
|
40
|
+
@_oauth_token.is_a?(OAuthToken) && !token_expired?(@_oauth_token)
|
41
|
+
end
|
42
|
+
|
43
|
+
# Builds the basic auth header for endpoints in the OAuth Authorization Controller.
|
44
|
+
# @return [String] The value of the Authentication header.
|
45
|
+
def build_basic_auth_header
|
46
|
+
"Basic #{AuthHelper.get_base64_encoded_value(@_oauth_client_id, @_oauth_client_secret)}"
|
47
|
+
end
|
48
|
+
|
49
|
+
# Fetches the token.
|
50
|
+
# @param [Hash] additional_params Any additional form parameters.
|
51
|
+
# @return [OAuthToken] The oAuth token instance.
|
52
|
+
def fetch_token(additional_params: nil)
|
53
|
+
token = @_o_auth_api.request_token_thingspace_oauth(
|
54
|
+
build_basic_auth_header,
|
55
|
+
scope: !@_oauth_scopes.nil? ? Array(@_oauth_scopes).compact.join(' ') : @_oauth_scopes,
|
56
|
+
_field_parameters: additional_params
|
57
|
+
).data
|
58
|
+
if token.respond_to?('expires_in') && !token.expires_in.nil?
|
59
|
+
token.expiry = AuthHelper.get_token_expiry(token.expires_in, Time.now.utc.to_i)
|
60
|
+
end
|
61
|
+
token
|
62
|
+
end
|
63
|
+
|
64
|
+
# Checks if OAuth token has expired.
|
65
|
+
# @param [OAuthToken] token The oAuth token instance.
|
66
|
+
# @return [Boolean] true if the token's expiry exist and also the token is expired, false otherwise.
|
67
|
+
def token_expired?(token)
|
68
|
+
token.respond_to?('expiry') && AuthHelper.token_expired?(token.expiry, @_oauth_clock_skew)
|
69
|
+
end
|
70
|
+
|
71
|
+
def apply(http_request)
|
72
|
+
auth_params = { 'Authorization' => "Bearer #{@_oauth_token.access_token}" }
|
73
|
+
AuthHelper.apply(auth_params, http_request.method(:add_header))
|
74
|
+
end
|
75
|
+
|
76
|
+
private
|
77
|
+
|
78
|
+
# This provides the OAuth Token from either the user configured callbacks or from default provider.
|
79
|
+
# @return [OAuthToken] The fetched oauth token.
|
80
|
+
def get_token_from_provider
|
81
|
+
return @_oauth_token if @_oauth_token && !token_expired?(@_oauth_token)
|
82
|
+
|
83
|
+
if @_o_auth_token_provider
|
84
|
+
o_auth_token = @_o_auth_token_provider.call(@_oauth_token, self)
|
85
|
+
@_o_auth_on_token_update&.call(o_auth_token)
|
86
|
+
return o_auth_token
|
87
|
+
end
|
88
|
+
begin
|
89
|
+
o_auth_token = fetch_token
|
90
|
+
@_o_auth_on_token_update&.call(o_auth_token)
|
91
|
+
o_auth_token
|
92
|
+
rescue ApiException
|
93
|
+
@_o_auth_token
|
94
|
+
end
|
95
|
+
end
|
96
|
+
end
|
97
|
+
|
98
|
+
# Data class for ThingspaceOauthCredentials.
|
99
|
+
class ThingspaceOauthCredentials
|
100
|
+
attr_reader :oauth_client_id, :oauth_client_secret, :oauth_token,
|
101
|
+
:oauth_scopes, :oauth_token_provider, :oauth_on_token_update,
|
102
|
+
:oauth_clock_skew
|
103
|
+
|
104
|
+
def initialize(oauth_client_id:, oauth_client_secret:, oauth_token: nil,
|
105
|
+
oauth_scopes: nil, oauth_token_provider: nil,
|
106
|
+
oauth_on_token_update: nil, oauth_clock_skew: nil)
|
107
|
+
raise ArgumentError, 'oauth_client_id cannot be nil' if oauth_client_id.nil?
|
108
|
+
raise ArgumentError, 'oauth_client_secret cannot be nil' if oauth_client_secret.nil?
|
109
|
+
|
110
|
+
@oauth_client_id = oauth_client_id
|
111
|
+
@oauth_client_secret = oauth_client_secret
|
112
|
+
@oauth_token = oauth_token
|
113
|
+
@oauth_scopes = oauth_scopes
|
114
|
+
@oauth_token_provider = oauth_token_provider
|
115
|
+
@oauth_on_token_update = oauth_on_token_update
|
116
|
+
@oauth_clock_skew = oauth_clock_skew
|
117
|
+
end
|
118
|
+
|
119
|
+
def clone_with(oauth_client_id: nil, oauth_client_secret: nil,
|
120
|
+
oauth_token: nil, oauth_scopes: nil,
|
121
|
+
oauth_token_provider: nil, oauth_on_token_update: nil,
|
122
|
+
oauth_clock_skew: nil)
|
123
|
+
oauth_client_id ||= self.oauth_client_id
|
124
|
+
oauth_client_secret ||= self.oauth_client_secret
|
125
|
+
oauth_token ||= self.oauth_token
|
126
|
+
oauth_scopes ||= self.oauth_scopes
|
127
|
+
oauth_token_provider ||= self.oauth_token_provider
|
128
|
+
oauth_on_token_update ||= self.oauth_on_token_update
|
129
|
+
oauth_clock_skew ||= self.oauth_clock_skew
|
130
|
+
|
131
|
+
ThingspaceOauthCredentials.new(
|
132
|
+
oauth_client_id: oauth_client_id,
|
133
|
+
oauth_client_secret: oauth_client_secret, oauth_token: oauth_token,
|
134
|
+
oauth_scopes: oauth_scopes, oauth_token_provider: oauth_token_provider,
|
135
|
+
oauth_on_token_update: oauth_on_token_update,
|
136
|
+
oauth_clock_skew: oauth_clock_skew
|
137
|
+
)
|
138
|
+
end
|
139
|
+
end
|
140
|
+
end
|
@@ -0,0 +1,42 @@
|
|
1
|
+
# verizon
|
2
|
+
#
|
3
|
+
# This file was automatically generated by APIMATIC v2.0
|
4
|
+
# ( https://apimatic.io ).
|
5
|
+
|
6
|
+
module Verizon
|
7
|
+
# Utility class for custom header authorization.
|
8
|
+
class VzM2mToken < CoreLibrary::HeaderAuth
|
9
|
+
# Display error message on occurrence of authentication failure.
|
10
|
+
# @returns [String] The oAuth error message.
|
11
|
+
def error_message
|
12
|
+
'VZM2MToken: vz_m2m_token is undefined.'
|
13
|
+
end
|
14
|
+
|
15
|
+
# Initialization constructor.
|
16
|
+
def initialize(vz_m2m_token_credentials)
|
17
|
+
auth_params = {}
|
18
|
+
auth_params['VZ-M2M-Token'] = vz_m2m_token_credentials.vz_m2m_token unless
|
19
|
+
vz_m2m_token_credentials.nil? || vz_m2m_token_credentials.vz_m2m_token.nil?
|
20
|
+
|
21
|
+
super auth_params
|
22
|
+
end
|
23
|
+
end
|
24
|
+
|
25
|
+
# Data class for VZM2MTokenCredentials.
|
26
|
+
# Data class for VZM2MTokenCredentials.
|
27
|
+
class VZM2MTokenCredentials
|
28
|
+
attr_reader :vz_m2m_token
|
29
|
+
|
30
|
+
def initialize(vz_m2m_token:)
|
31
|
+
raise ArgumentError, 'vz_m2m_token cannot be nil' if vz_m2m_token.nil?
|
32
|
+
|
33
|
+
@vz_m2m_token = vz_m2m_token
|
34
|
+
end
|
35
|
+
|
36
|
+
def clone_with(vz_m2m_token: nil)
|
37
|
+
vz_m2m_token ||= self.vz_m2m_token
|
38
|
+
|
39
|
+
VZM2MTokenCredentials.new(vz_m2m_token: vz_m2m_token)
|
40
|
+
end
|
41
|
+
end
|
42
|
+
end
|
data/lib/{verizon_thing_space_quality_of_service_api_endpoints → verizon}/http/http_call_back.rb
RENAMED
@@ -1,9 +1,9 @@
|
|
1
|
-
#
|
1
|
+
# verizon
|
2
2
|
#
|
3
3
|
# This file was automatically generated by APIMATIC v2.0
|
4
4
|
# ( https://apimatic.io ).
|
5
5
|
|
6
|
-
module
|
6
|
+
module Verizon
|
7
7
|
# HttpCallBack allows defining callables for pre and post API calls.
|
8
8
|
class HttpCallBack < CoreLibrary::HttpCallback
|
9
9
|
end
|
data/lib/{verizon_thing_space_quality_of_service_api_endpoints → verizon}/http/http_method_enum.rb
RENAMED
@@ -1,9 +1,9 @@
|
|
1
|
-
#
|
1
|
+
# verizon
|
2
2
|
#
|
3
3
|
# This file was automatically generated by APIMATIC v2.0
|
4
4
|
# ( https://apimatic.io ).
|
5
5
|
|
6
|
-
module
|
6
|
+
module Verizon
|
7
7
|
# HTTP Methods Enumeration.
|
8
8
|
class HttpMethodEnum < CoreLibrary::HttpMethod
|
9
9
|
end
|
data/lib/{verizon_thing_space_quality_of_service_api_endpoints → verizon}/http/http_request.rb
RENAMED
@@ -1,9 +1,9 @@
|
|
1
|
-
#
|
1
|
+
# verizon
|
2
2
|
#
|
3
3
|
# This file was automatically generated by APIMATIC v2.0
|
4
4
|
# ( https://apimatic.io ).
|
5
5
|
|
6
|
-
module
|
6
|
+
module Verizon
|
7
7
|
# Represents a single Http Request.
|
8
8
|
class HttpRequest < CoreLibrary::HttpRequest
|
9
9
|
end
|
data/lib/{verizon_thing_space_quality_of_service_api_endpoints → verizon}/http/http_response.rb
RENAMED
@@ -1,9 +1,9 @@
|
|
1
|
-
#
|
1
|
+
# verizon
|
2
2
|
#
|
3
3
|
# This file was automatically generated by APIMATIC v2.0
|
4
4
|
# ( https://apimatic.io ).
|
5
5
|
|
6
|
-
module
|
6
|
+
module Verizon
|
7
7
|
# Http response received.
|
8
8
|
class HttpResponse < CoreLibrary::HttpResponse
|
9
9
|
end
|