sdksio-verizon-apis-sdk 1.5.0 → 1.5.1
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/README.md +87 -85
- data/lib/verizon/client.rb +10 -4
- data/lib/verizon/controllers/account_devices_controller.rb +14 -14
- data/lib/verizon/controllers/account_requests_controller.rb +7 -7
- data/lib/verizon/controllers/account_subscriptions_controller.rb +25 -25
- data/lib/verizon/controllers/accounts_controller.rb +21 -21
- data/lib/verizon/controllers/anomaly_settings_controller.rb +21 -21
- data/lib/verizon/controllers/anomaly_triggers_controller.rb +109 -109
- data/lib/verizon/controllers/anomaly_triggers_v2_controller.rb +21 -21
- data/lib/verizon/controllers/base_controller.rb +9 -9
- data/lib/verizon/controllers/billing_controller.rb +28 -28
- data/lib/verizon/controllers/campaigns_v2_controller.rb +49 -49
- data/lib/verizon/controllers/campaigns_v3_controller.rb +47 -47
- data/lib/verizon/controllers/client_logging_controller.rb +43 -43
- data/lib/verizon/controllers/cloud_connector_devices_controller.rb +23 -23
- data/lib/verizon/controllers/cloud_connector_subscriptions_controller.rb +12 -12
- data/lib/verizon/controllers/configuration_files_controller.rb +14 -14
- data/lib/verizon/controllers/connectivity_callbacks_controller.rb +22 -22
- data/lib/verizon/controllers/device_actions_controller.rb +115 -22
- data/lib/verizon/controllers/device_diagnostics_controller.rb +14 -14
- data/lib/verizon/controllers/device_groups_controller.rb +36 -36
- data/lib/verizon/controllers/device_location_callbacks_controller.rb +60 -34
- data/lib/verizon/controllers/device_management_controller.rb +207 -207
- data/lib/verizon/controllers/device_monitoring_controller.rb +14 -14
- data/lib/verizon/controllers/device_profile_management_controller.rb +28 -28
- data/lib/verizon/controllers/device_reports_controller.rb +66 -66
- data/lib/verizon/controllers/device_service_management_controller.rb +44 -44
- data/lib/verizon/controllers/device_sms_messaging_controller.rb +28 -28
- data/lib/verizon/controllers/devices_location_subscriptions_controller.rb +17 -17
- data/lib/verizon/controllers/devices_locations_controller.rb +55 -82
- data/lib/verizon/controllers/diagnostics_callbacks_controller.rb +22 -22
- data/lib/verizon/controllers/diagnostics_factory_reset_controller.rb +7 -7
- data/lib/verizon/controllers/diagnostics_history_controller.rb +8 -8
- data/lib/verizon/controllers/diagnostics_observations_controller.rb +14 -14
- data/lib/verizon/controllers/diagnostics_settings_controller.rb +8 -8
- data/lib/verizon/controllers/diagnostics_subscriptions_controller.rb +7 -7
- data/lib/verizon/controllers/euicc_device_profile_management_controller.rb +35 -35
- data/lib/verizon/controllers/exclusions_controller.rb +101 -25
- data/lib/verizon/controllers/firmware_v1_controller.rb +48 -48
- data/lib/verizon/controllers/firmware_v3_controller.rb +22 -22
- data/lib/verizon/controllers/fixed_wireless_qualification_controller.rb +7 -7
- data/lib/verizon/controllers/global_reporting_controller.rb +59 -62
- data/lib/verizon/controllers/hyper_precise_location_callbacks_controller.rb +66 -66
- data/lib/verizon/controllers/m_5g_bi_device_actions_controller.rb +88 -0
- data/lib/verizon/controllers/m_5g_edge_platforms_controller.rb +26 -26
- data/lib/verizon/controllers/m_v2_triggers_controller.rb +14 -14
- data/lib/verizon/controllers/managing_esim_profiles_controller.rb +136 -42
- data/lib/verizon/controllers/oauth_authorization_controller.rb +10 -10
- data/lib/verizon/controllers/performance_metrics_controller.rb +22 -22
- data/lib/verizon/controllers/promotion_period_information_controller.rb +15 -15
- data/lib/verizon/controllers/{mec_controller.rb → pwn_controller.rb} +48 -49
- data/lib/verizon/controllers/retrieve_the_triggers_controller.rb +28 -28
- data/lib/verizon/controllers/server_logging_controller.rb +8 -8
- data/lib/verizon/controllers/service_endpoints_controller.rb +79 -79
- data/lib/verizon/controllers/service_plans_controller.rb +8 -8
- data/lib/verizon/controllers/service_profiles_controller.rb +65 -65
- data/lib/verizon/controllers/session_management_controller.rb +21 -21
- data/lib/verizon/controllers/sim_actions_controller.rb +94 -50
- data/lib/verizon/controllers/sim_secure_for_io_t_licenses_controller.rb +50 -50
- data/lib/verizon/controllers/sms_controller.rb +21 -21
- data/lib/verizon/controllers/software_management_callbacks_v1_controller.rb +22 -22
- data/lib/verizon/controllers/software_management_callbacks_v2_controller.rb +28 -28
- data/lib/verizon/controllers/software_management_callbacks_v3_controller.rb +28 -28
- data/lib/verizon/controllers/software_management_licenses_v1_controller.rb +35 -35
- data/lib/verizon/controllers/software_management_licenses_v2_controller.rb +42 -42
- data/lib/verizon/controllers/software_management_licenses_v3_controller.rb +21 -21
- data/lib/verizon/controllers/software_management_reports_v1_controller.rb +22 -22
- data/lib/verizon/controllers/software_management_reports_v2_controller.rb +37 -37
- data/lib/verizon/controllers/software_management_reports_v3_controller.rb +22 -22
- data/lib/verizon/controllers/software_management_subscriptions_v1_controller.rb +14 -14
- data/lib/verizon/controllers/software_management_subscriptions_v2_controller.rb +7 -7
- data/lib/verizon/controllers/software_management_subscriptions_v3_controller.rb +7 -7
- data/lib/verizon/controllers/targets_controller.rb +22 -21
- data/lib/verizon/controllers/thing_space_quality_of_service_api_actions_controller.rb +14 -14
- data/lib/verizon/controllers/update_triggers_controller.rb +7 -7
- data/lib/verizon/controllers/usage_trigger_management_controller.rb +21 -21
- data/lib/verizon/controllers/wireless_network_performance_controller.rb +37 -36
- data/lib/verizon/exceptions/connectivity_management_result_exception.rb +15 -15
- data/lib/verizon/exceptions/default_response_exception.rb +15 -15
- data/lib/verizon/exceptions/device_diagnostics_result_exception.rb +15 -15
- data/lib/verizon/exceptions/device_location_result_exception.rb +15 -15
- data/lib/verizon/exceptions/edge_discovery_result_exception.rb +15 -15
- data/lib/verizon/exceptions/edge_performance_result_exception.rb +15 -15
- data/lib/verizon/exceptions/esim_rest_error_response_exception.rb +15 -15
- data/lib/verizon/exceptions/fota_v1_result_exception.rb +15 -15
- data/lib/verizon/exceptions/fota_v2_result_exception.rb +15 -15
- data/lib/verizon/exceptions/fota_v3_result_exception.rb +15 -15
- data/lib/verizon/exceptions/gio_rest_error_response_exception.rb +15 -15
- data/lib/verizon/exceptions/hyper_precise_location_result_exception.rb +15 -20
- data/lib/verizon/exceptions/intelligence_result_exception.rb +15 -15
- data/lib/verizon/exceptions/m_5g_bi_rest_error_response_exception.rb +37 -0
- data/lib/verizon/exceptions/oauth_provider_exception.rb +15 -15
- data/lib/verizon/exceptions/ready_sim_rest_error_response_exception.rb +15 -15
- data/lib/verizon/exceptions/rest_error_response_exception.rb +15 -15
- data/lib/verizon/exceptions/rules_engine_rest_error_response_exception.rb +15 -15
- data/lib/verizon/exceptions/security_result_exception.rb +15 -15
- data/lib/verizon/exceptions/wnp_rest_error_response_exception.rb +15 -15
- data/lib/verizon/http/api_response.rb +10 -10
- data/lib/verizon/http/auth/thingspace_oauth.rb +56 -13
- data/lib/verizon/models/{request_body_for_usage1.rb → a_request_body_for_usage.rb} +4 -6
- data/lib/verizon/models/acceleration.rb +1 -3
- data/lib/verizon/models/account.rb +3 -7
- data/lib/verizon/models/account_consent_create.rb +59 -0
- 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 +7 -8
- data/lib/verizon/models/account_device_list_request.rb +4 -11
- data/lib/verizon/models/account_device_list_result.rb +1 -2
- data/lib/verizon/models/account_group_share_individual.rb +1 -3
- data/lib/verizon/models/account_labels.rb +1 -2
- data/lib/verizon/models/account_lead.rb +1 -3
- data/lib/verizon/models/account_leads_result.rb +1 -2
- data/lib/verizon/models/account_license_device_list_item.rb +1 -2
- data/lib/verizon/models/account_license_info.rb +3 -6
- data/lib/verizon/models/account_service.rb +1 -3
- data/lib/verizon/models/activate_device_profile_request.rb +1 -3
- data/lib/verizon/models/add_devices_request.rb +2 -6
- data/lib/verizon/models/add_devices_result.rb +1 -2
- data/lib/verizon/models/address.rb +3 -10
- data/lib/verizon/models/address_item.rb +2 -7
- data/lib/verizon/models/aggregate_session_report.rb +1 -3
- data/lib/verizon/models/aggregate_session_report_request.rb +3 -8
- data/lib/verizon/models/aggregate_usage.rb +79 -0
- data/lib/verizon/models/aggregate_usage_error.rb +1 -3
- data/lib/verizon/models/aggregate_usage_item.rb +3 -15
- data/lib/verizon/models/aggregated_report_callback_result.rb +1 -2
- data/lib/verizon/models/anomaly_detection_request.rb +1 -2
- data/lib/verizon/models/anomaly_detection_settings.rb +1 -2
- data/lib/verizon/models/anomaly_trigger_request.rb +1 -2
- data/lib/verizon/models/anomaly_trigger_value.rb +3 -6
- data/lib/verizon/models/api_response_code.rb +1 -2
- data/lib/verizon/models/assign_license_request.rb +1 -3
- data/lib/verizon/models/associate_label_request.rb +1 -2
- data/lib/verizon/models/asynchronous_location_request_result.rb +1 -3
- data/lib/verizon/models/asynchronous_request_result.rb +1 -2
- data/lib/verizon/models/attribute_setting.rb +2 -6
- data/lib/verizon/models/bill_usage_request.rb +1 -3
- data/lib/verizon/models/billable_usage_report.rb +3 -6
- data/lib/verizon/models/billedusage_list_request.rb +1 -3
- data/lib/verizon/models/billing_cycle.rb +1 -2
- data/lib/verizon/models/bullseye_service_request.rb +1 -2
- data/lib/verizon/models/bullseye_service_result.rb +1 -2
- data/lib/verizon/models/callback_action_result.rb +1 -2
- data/lib/verizon/models/callback_created.rb +1 -3
- data/lib/verizon/models/callback_registered.rb +1 -2
- data/lib/verizon/models/callback_registration_request.rb +1 -3
- data/lib/verizon/models/callback_registration_result.rb +1 -2
- data/lib/verizon/models/campaign.rb +28 -12
- data/lib/verizon/models/campaign_firmware_upgrade.rb +24 -8
- data/lib/verizon/models/campaign_software.rb +6 -16
- data/lib/verizon/models/campaign_software_upgrade.rb +5 -12
- data/lib/verizon/models/carrier.rb +50 -0
- data/lib/verizon/models/carrier_actions_request.rb +2 -6
- data/lib/verizon/models/carrier_activate_request.rb +5 -12
- data/lib/verizon/models/carrier_deactivate_request.rb +3 -8
- data/lib/verizon/models/carrier_information.rb +1 -3
- data/lib/verizon/models/carrier_service_plan.rb +83 -0
- data/lib/verizon/models/change_configuration_request.rb +1 -2
- data/lib/verizon/models/change_configuration_response.rb +4 -12
- data/lib/verizon/models/change_device_id_request.rb +3 -8
- data/lib/verizon/models/change_plan.rb +1 -2
- data/lib/verizon/models/{change_pmec_device_i_paddress_request.rb → change_pwn_device_ipaddress_request.rb} +7 -8
- data/lib/verizon/models/{change_mec_device_ip_address_response.rb → change_pwn_device_ipaddress_response.rb} +3 -3
- data/lib/verizon/models/{change_pmec_device_profile_request.rb → change_pwn_device_profile_request.rb} +8 -10
- data/lib/verizon/models/{change_mec_device_profile_response.rb → change_pwn_device_profile_response.rb} +3 -3
- data/lib/verizon/models/{change_pmec_device_state_activate_request.rb → change_pwn_device_state_activate_request.rb} +8 -10
- data/lib/verizon/models/{change_pmec_device_i_paddress_bulk_request.rb → change_pwn_device_state_deactivate_request.rb} +7 -8
- data/lib/verizon/models/{change_mec_device_state_response.rb → change_pwn_device_state_response.rb} +3 -3
- data/lib/verizon/models/check_in_history_item.rb +2 -5
- data/lib/verizon/models/check_order_status_request.rb +1 -3
- data/lib/verizon/models/compute_resources_type.rb +1 -3
- data/lib/verizon/models/connection_event.rb +1 -2
- data/lib/verizon/models/connection_history_result.rb +1 -2
- data/lib/verizon/models/connectivity_management_callback.rb +2 -5
- data/lib/verizon/models/consent_delete_request.rb +1 -2
- data/lib/verizon/models/consent_request.rb +1 -3
- data/lib/verizon/models/consent_transaction_id.rb +60 -0
- data/lib/verizon/models/contact_info_update_request.rb +1 -2
- data/lib/verizon/models/coordinates.rb +1 -2
- data/lib/verizon/models/create_device_group_request.rb +2 -4
- data/lib/verizon/models/create_io_t_application_request.rb +4 -9
- data/lib/verizon/models/create_io_t_application_response.rb +1 -3
- data/lib/verizon/models/create_subscription_request.rb +4 -10
- data/lib/verizon/models/create_target_request.rb +4 -12
- data/lib/verizon/models/create_target_request_fields.rb +1 -2
- data/lib/verizon/models/create_trigger_request.rb +4 -9
- data/lib/verizon/models/create_trigger_request_options.rb +2 -5
- data/lib/verizon/models/create_trigger_v2_request.rb +3 -6
- data/lib/verizon/models/custom_fields.rb +1 -2
- data/lib/verizon/models/custom_fields_update_request.rb +3 -6
- data/lib/verizon/models/customer_name.rb +2 -5
- 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 +1 -3
- data/lib/verizon/models/daily_usage_response.rb +80 -0
- data/lib/verizon/models/data_percentage100_trigger_attribute.rb +1 -2
- data/lib/verizon/models/data_percentage50_trigger_attribute.rb +1 -2
- data/lib/verizon/models/data_percentage75_trigger_attribute.rb +1 -2
- data/lib/verizon/models/data_percentage90_trigger_attribute.rb +1 -2
- data/lib/verizon/models/data_trigger_request.rb +1 -3
- data/lib/verizon/models/date_filter.rb +1 -2
- data/lib/verizon/models/deactivate_device_profile_request.rb +2 -5
- data/lib/verizon/models/delete_devices_request.rb +1 -2
- data/lib/verizon/models/delete_devices_result.rb +1 -3
- data/lib/verizon/models/delete_service_profile_result.rb +1 -2
- data/lib/verizon/models/delete_subscription_request.rb +1 -2
- data/lib/verizon/models/delete_target_request.rb +1 -2
- data/lib/verizon/models/deregister_service_endpoint_result.rb +1 -2
- data/lib/verizon/models/device.rb +1 -2
- data/lib/verizon/models/device_activation_request.rb +1 -2
- data/lib/verizon/models/device_aggregate_usage_list_request.rb +2 -6
- data/lib/verizon/models/device_connection_list_request.rb +1 -3
- data/lib/verizon/models/device_cost_center_request.rb +3 -7
- data/lib/verizon/models/device_diagnostics_callback.rb +2 -5
- data/lib/verizon/models/device_extended_diagnostics_request.rb +1 -2
- data/lib/verizon/models/device_filter.rb +1 -3
- data/lib/verizon/models/device_filter_without_account.rb +1 -3
- data/lib/verizon/models/device_firmware_list.rb +1 -2
- data/lib/verizon/models/device_firmware_upgrade.rb +4 -10
- data/lib/verizon/models/device_firmware_version.rb +2 -5
- data/lib/verizon/models/device_firmware_version_update_result.rb +1 -2
- data/lib/verizon/models/device_group.rb +2 -4
- data/lib/verizon/models/device_group_devices_data.rb +1 -3
- data/lib/verizon/models/device_group_update_request.rb +2 -4
- data/lib/verizon/models/device_id.rb +1 -2
- data/lib/verizon/models/device_id2.rb +1 -2
- data/lib/verizon/models/device_id_search.rb +1 -3
- data/lib/verizon/models/{esi_msubrequest.rb → device_idarray.rb} +11 -22
- data/lib/verizon/models/device_identifier.rb +1 -3
- data/lib/verizon/models/device_info.rb +1 -3
- data/lib/verizon/models/device_labels.rb +1 -2
- data/lib/verizon/models/device_list2.rb +2 -2
- data/lib/verizon/models/{device_list7.rb → device_list_ip.rb} +11 -12
- data/lib/verizon/models/device_list_query_item.rb +3 -8
- data/lib/verizon/models/device_list_query_result.rb +2 -4
- data/lib/verizon/models/device_list_result.rb +1 -3
- 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 +1 -2
- data/lib/verizon/models/device_location_subscription.rb +1 -3
- data/lib/verizon/models/device_log.rb +2 -5
- data/lib/verizon/models/device_logging_status.rb +1 -2
- data/lib/verizon/models/device_mismatch_list_request.rb +1 -3
- data/lib/verizon/models/device_prl_list_request.rb +2 -5
- data/lib/verizon/models/device_profile_request.rb +1 -3
- data/lib/verizon/models/device_propertylocation.rb +1 -2
- data/lib/verizon/models/device_provisioning_history_list_request.rb +1 -3
- data/lib/verizon/models/device_provisioning_history_list_result.rb +1 -2
- data/lib/verizon/models/device_reset_request.rb +1 -3
- data/lib/verizon/models/device_service_information.rb +1 -3
- data/lib/verizon/models/device_service_request.rb +1 -2
- data/lib/verizon/models/device_software_upgrade.rb +2 -6
- data/lib/verizon/models/device_suspension_status_request.rb +1 -3
- data/lib/verizon/models/device_upgrade_history.rb +3 -9
- data/lib/verizon/models/device_upload_request.rb +2 -5
- data/lib/verizon/models/device_usage_list_request.rb +1 -4
- data/lib/verizon/models/device_usage_list_result.rb +1 -2
- data/lib/verizon/models/devices_consent_result.rb +2 -6
- data/lib/verizon/models/diagnostic_observation_setting.rb +1 -3
- data/lib/verizon/models/diagnostics_category.rb +1 -2
- data/lib/verizon/models/diagnostics_observation_result.rb +1 -3
- data/lib/verizon/models/diagnostics_subscription.rb +2 -6
- data/lib/verizon/models/download_time_window.rb +1 -2
- data/lib/verizon/models/enable_promo_exp1.rb +1 -2
- data/lib/verizon/models/engagement.rb +1 -3
- data/lib/verizon/models/esim_device_id.rb +1 -2
- data/lib/verizon/models/esim_device_list.rb +2 -2
- data/lib/verizon/models/esim_global_device_list.rb +103 -0
- data/lib/verizon/models/esim_profile_request.rb +2 -5
- data/lib/verizon/models/esim_profile_request2.rb +87 -0
- data/lib/verizon/models/esim_provhistory_request.rb +1 -3
- data/lib/verizon/models/extended_attribute.rb +60 -0
- data/lib/verizon/models/extended_attributes.rb +1 -2
- data/lib/verizon/models/fall_back.rb +69 -0
- data/lib/verizon/models/feature.rb +52 -0
- data/lib/verizon/models/find_device_by_property_response.rb +4 -13
- data/lib/verizon/models/firmware.rb +3 -8
- data/lib/verizon/models/firmware_campaign.rb +4 -12
- data/lib/verizon/models/firmware_package.rb +3 -8
- data/lib/verizon/models/firmware_upgrade.rb +2 -6
- data/lib/verizon/models/firmware_upgrade_change_request.rb +1 -2
- data/lib/verizon/models/firmware_upgrade_change_result.rb +1 -3
- data/lib/verizon/models/firmware_upgrade_device_list_item.rb +1 -3
- data/lib/verizon/models/firmware_upgrade_request.rb +13 -15
- data/lib/verizon/models/flow_info.rb +2 -4
- data/lib/verizon/models/fota_v1_callback_registration_request.rb +1 -4
- data/lib/verizon/models/fota_v1_callback_registration_result.rb +1 -2
- data/lib/verizon/models/fota_v2_subscription.rb +2 -4
- data/lib/verizon/models/fota_v3_subscription.rb +2 -4
- data/lib/verizon/models/get_account_device_consent.rb +71 -0
- data/lib/verizon/models/get_device_experience_score_bulk_request.rb +1 -2
- data/lib/verizon/models/get_device_experience_score_history_request.rb +1 -2
- data/lib/verizon/models/get_device_list_with_profiles_request.rb +2 -4
- data/lib/verizon/models/get_network_conditions_request.rb +1 -3
- data/lib/verizon/models/{get_mec_performance_consent_response.rb → get_pwn_performance_consent_response.rb} +4 -4
- data/lib/verizon/models/get_trigger_response.rb +6 -14
- data/lib/verizon/models/get_wireless_coverage_request.rb +2 -5
- data/lib/verizon/models/get_wireless_coverage_request_fwa.rb +2 -5
- data/lib/verizon/models/gio_deactivate_device_profile_request.rb +2 -5
- data/lib/verizon/models/gio_device_id.rb +1 -2
- data/lib/verizon/models/gio_profile_request.rb +1 -3
- data/lib/verizon/models/gio_sms_message.rb +1 -3
- data/lib/verizon/models/giosms_send_request.rb +3 -8
- data/lib/verizon/models/go_to_state_request.rb +12 -20
- data/lib/verizon/models/gpu.rb +2 -4
- data/lib/verizon/models/group_name.rb +50 -0
- data/lib/verizon/models/history.rb +1 -3
- data/lib/verizon/models/history_attribute_value.rb +1 -3
- data/lib/verizon/models/history_search_filter.rb +1 -3
- data/lib/verizon/models/history_search_limit_time.rb +1 -2
- data/lib/verizon/models/history_search_request.rb +1 -3
- data/lib/verizon/models/hyper_precise_location_callback.rb +1 -2
- data/lib/verizon/models/hyper_precise_location_fault.rb +1 -3
- data/lib/verizon/models/i_error_message.rb +2 -4
- data/lib/verizon/models/id.rb +1 -2
- data/lib/verizon/models/ip_pool.rb +1 -3
- data/lib/verizon/models/key_data_percentage50.rb +1 -2
- data/lib/verizon/models/keyschunk2.rb +4 -8
- data/lib/verizon/models/keysms_percentage50.rb +1 -2
- data/lib/verizon/models/kpi_info.rb +3 -8
- data/lib/verizon/models/kv_pair.rb +1 -2
- data/lib/verizon/models/label.rb +1 -2
- data/lib/verizon/models/license_device_id.rb +1 -2
- data/lib/verizon/models/license_device_list.rb +7 -8
- data/lib/verizon/models/list_all_service_endpoints_result.rb +1 -2
- data/lib/verizon/models/list_service_profiles_result.rb +1 -2
- data/lib/verizon/models/location.rb +1 -3
- data/lib/verizon/models/location_report.rb +2 -5
- data/lib/verizon/models/location_report_status.rb +1 -2
- data/lib/verizon/models/location_request.rb +1 -3
- data/lib/verizon/models/log_in_request.rb +1 -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/{status.rb → m_5g_biattribute1.rb} +10 -10
- 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 +1 -2
- data/lib/verizon/models/managed_acc_provisioned_list.rb +1 -2
- data/lib/verizon/models/managed_account_cancel_request.rb +2 -4
- data/lib/verizon/models/managed_account_cancel_response.rb +2 -5
- data/lib/verizon/models/managed_accounts_add_request.rb +2 -4
- data/lib/verizon/models/managed_accounts_add_response.rb +1 -2
- data/lib/verizon/models/managed_accounts_get_all_response.rb +1 -2
- data/lib/verizon/models/managed_accounts_provision_request.rb +2 -4
- data/lib/verizon/models/managed_accounts_provision_response.rb +2 -5
- data/lib/verizon/models/mec_performance_metrics.rb +1 -3
- data/lib/verizon/models/mec_performance_query_result.rb +1 -2
- data/lib/verizon/models/mec_platform_resource.rb +2 -5
- data/lib/verizon/models/mec_platforms_additional_support_info.rb +1 -2
- data/lib/verizon/models/mismatched_device.rb +2 -6
- data/lib/verizon/models/move_device_request.rb +3 -7
- data/lib/verizon/models/network_resources_type.rb +2 -4
- data/lib/verizon/models/no_of_days_b4_promo_exp.rb +1 -2
- data/lib/verizon/models/notification.rb +4 -9
- data/lib/verizon/models/notification_report_request.rb +1 -3
- data/lib/verizon/models/notification_report_status_request.rb +1 -3
- data/lib/verizon/models/numerical_data.rb +1 -2
- data/lib/verizon/models/oauth_scope_thingspace_oauth_enum.rb +5 -5
- data/lib/verizon/models/oauth_token.rb +2 -6
- data/lib/verizon/models/observation_request.rb +2 -5
- data/lib/verizon/models/place_of_use.rb +1 -2
- data/lib/verizon/models/position_data.rb +2 -6
- data/lib/verizon/models/position_error.rb +1 -4
- data/lib/verizon/models/primary_place_of_use.rb +1 -2
- data/lib/verizon/models/profile_change_state_request.rb +1 -3
- data/lib/verizon/models/profile_request.rb +3 -7
- data/lib/verizon/models/profile_request2.rb +2 -5
- data/lib/verizon/models/profile_status_filter_enum.rb +38 -0
- data/lib/verizon/models/promo_alert.rb +1 -2
- data/lib/verizon/models/promo_alert1.rb +1 -2
- data/lib/verizon/models/promo_alert_trigger_request.rb +3 -6
- data/lib/verizon/models/property_device_id.rb +1 -2
- data/lib/verizon/models/provhistory_request.rb +1 -3
- data/lib/verizon/models/provisioning_history.rb +3 -8
- data/lib/verizon/models/provisioning_status_filter_enum.rb +62 -0
- data/lib/verizon/models/{mec_device_id.rb → pwn_device_id.rb} +4 -5
- data/lib/verizon/models/{mec_device_list.rb → pwn_device_list.rb} +5 -5
- data/lib/verizon/models/{mec_profile.rb → pwn_profile.rb} +4 -5
- data/lib/verizon/models/{mec_profile_list.rb → pwn_profile_list.rb} +5 -5
- data/lib/verizon/models/qos_device_id.rb +1 -2
- data/lib/verizon/models/qos_device_info.rb +1 -3
- data/lib/verizon/models/query_mec_performance_metrics_request.rb +1 -2
- data/lib/verizon/models/query_subscription_request.rb +1 -2
- data/lib/verizon/models/query_target_request.rb +1 -2
- data/lib/verizon/models/ready_sim_device_id.rb +1 -2
- data/lib/verizon/models/region.rb +2 -5
- data/lib/verizon/models/register_callback_request.rb +1 -4
- data/lib/verizon/models/registered_callbacks.rb +1 -4
- data/lib/verizon/models/remove_device_request.rb +1 -2
- data/lib/verizon/models/request_body_for_usage.rb +1 -3
- data/lib/verizon/models/request_trigger.rb +2 -5
- data/lib/verizon/models/resource_identifier.rb +1 -2
- data/lib/verizon/models/resources_edge_hosted_service.rb +2 -4
- data/lib/verizon/models/resources_edge_hosted_service_with_profile_id.rb +3 -6
- data/lib/verizon/models/resources_service_endpoint.rb +2 -5
- data/lib/verizon/models/resources_service_profile.rb +3 -6
- data/lib/verizon/models/resources_service_profile_with_id.rb +4 -8
- data/lib/verizon/models/response_to_usage_query.rb +1 -3
- data/lib/verizon/models/retrieve_monitors_request.rb +1 -3
- data/lib/verizon/models/retrieves_available_files_response.rb +3 -8
- data/lib/verizon/models/schedules_software_upgrade_request.rb +5 -11
- data/lib/verizon/models/search_device_by_property_fields.rb +3 -8
- data/lib/verizon/models/search_device_by_property_response.rb +5 -15
- data/lib/verizon/models/search_device_event_history_request.rb +2 -5
- data/lib/verizon/models/search_device_response.rb +4 -13
- data/lib/verizon/models/search_sensor_history_request.rb +2 -4
- data/lib/verizon/models/security_subscription.rb +3 -6
- data/lib/verizon/models/security_subscription_request.rb +1 -2
- data/lib/verizon/models/security_subscription_result.rb +1 -2
- data/lib/verizon/models/sensitivity_parameters.rb +2 -4
- data/lib/verizon/models/service_plan.rb +2 -5
- data/lib/verizon/models/service_plan_update_request.rb +4 -8
- data/lib/verizon/models/service_usage.rb +1 -2
- data/lib/verizon/models/session_report.rb +2 -17
- data/lib/verizon/models/session_report_request.rb +2 -6
- data/lib/verizon/models/session_trigger_request.rb +1 -2
- data/lib/verizon/models/set_fallback_attribute_request.rb +1 -3
- data/lib/verizon/models/share_plan.rb +1 -2
- data/lib/verizon/models/sms_event_history_request.rb +1 -3
- data/lib/verizon/models/sms_message.rb +1 -3
- data/lib/verizon/models/sms_messages_query_result.rb +1 -2
- data/lib/verizon/models/sms_messages_response.rb +1 -2
- data/lib/verizon/models/sms_number.rb +1 -2
- data/lib/verizon/models/sms_numbers.rb +1 -2
- data/lib/verizon/models/sms_options_send_request.rb +1 -2
- data/lib/verizon/models/sms_send_request.rb +2 -6
- data/lib/verizon/models/sms_trigger_request.rb +1 -3
- data/lib/verizon/models/software_package.rb +3 -7
- data/lib/verizon/models/state.rb +1 -2
- data/lib/verizon/models/status_list.rb +1 -3
- data/lib/verizon/models/status_response.rb +1 -3
- data/lib/verizon/models/stop_monitor_request.rb +1 -2
- data/lib/verizon/models/subrequest.rb +1 -2
- data/lib/verizon/models/subscribe_request.rb +1 -2
- data/lib/verizon/models/subscription.rb +7 -20
- data/lib/verizon/models/synchronous_location_request_result.rb +1 -2
- data/lib/verizon/models/target.rb +4 -12
- data/lib/verizon/models/target_authentication.rb +1 -2
- data/lib/verizon/models/target_authentication_body.rb +2 -5
- data/lib/verizon/models/target_authentication_body_headers.rb +1 -2
- data/lib/verizon/models/thingspace_device.rb +12 -19
- data/lib/verizon/models/trigger_attributes_options.rb +1 -2
- data/lib/verizon/models/trigger_notification.rb +4 -9
- data/lib/verizon/models/trigger_type1.rb +2 -5
- data/lib/verizon/models/trigger_type2.rb +1 -2
- data/lib/verizon/models/trigger_type3.rb +3 -6
- data/lib/verizon/models/triggers_list_options.rb +4 -8
- data/lib/verizon/models/triggervalues.rb +3 -7
- data/lib/verizon/models/triggervalues2.rb +3 -8
- data/lib/verizon/models/update_service_endpoint_result.rb +1 -2
- data/lib/verizon/models/update_service_profile_result.rb +1 -2
- data/lib/verizon/models/update_trigger_request.rb +5 -10
- data/lib/verizon/models/update_trigger_request_options.rb +3 -6
- data/lib/verizon/models/update_trigger_v2_request.rb +3 -7
- data/lib/verizon/models/upgrade_list_query_result.rb +1 -2
- data/lib/verizon/models/upload_and_schedule_file_request.rb +4 -10
- data/lib/verizon/models/upload_and_schedule_file_response.rb +8 -19
- data/lib/verizon/models/upload_configuration_files_response.rb +3 -8
- data/lib/verizon/models/uploads_activates_device_request.rb +3 -8
- data/lib/verizon/models/usage.rb +2 -5
- data/lib/verizon/models/usage_anomaly_attributes.rb +2 -4
- data/lib/verizon/models/usage_history.rb +2 -6
- data/lib/verizon/models/usage_trigger_add_request.rb +4 -8
- data/lib/verizon/models/usage_trigger_response.rb +5 -11
- data/lib/verizon/models/usage_trigger_update_request.rb +2 -4
- data/lib/verizon/models/v1_account_subscription.rb +2 -4
- data/lib/verizon/models/v1_device_list_item.rb +1 -3
- data/lib/verizon/models/v1_licenses_assigned_removed_result.rb +1 -3
- data/lib/verizon/models/v1_list_of_licenses_to_remove.rb +1 -3
- data/lib/verizon/models/v1_list_of_licenses_to_remove_request.rb +1 -2
- data/lib/verizon/models/v1_list_of_licenses_to_remove_result.rb +1 -2
- data/lib/verizon/models/v2_account_device.rb +5 -13
- data/lib/verizon/models/v2_account_device_list.rb +2 -5
- data/lib/verizon/models/v2_add_or_remove_device_request.rb +1 -2
- data/lib/verizon/models/v2_add_or_remove_device_result.rb +1 -3
- data/lib/verizon/models/v2_campaign_device.rb +2 -5
- data/lib/verizon/models/v2_campaign_history.rb +1 -2
- data/lib/verizon/models/v2_campaign_meta_info.rb +6 -16
- data/lib/verizon/models/v2_change_campaign_dates_request.rb +2 -5
- data/lib/verizon/models/v2_device_status.rb +1 -3
- data/lib/verizon/models/v2_license_device.rb +1 -2
- data/lib/verizon/models/v2_license_imei.rb +1 -2
- data/lib/verizon/models/v2_license_summary.rb +3 -6
- data/lib/verizon/models/v2_licenses_assigned_removed_result.rb +2 -4
- data/lib/verizon/models/v2_list_of_licenses_to_remove.rb +1 -3
- data/lib/verizon/models/v2_list_of_licenses_to_remove_request.rb +1 -3
- data/lib/verizon/models/v2_list_of_licenses_to_remove_result.rb +1 -2
- data/lib/verizon/models/v2_software_info.rb +1 -3
- data/lib/verizon/models/v2_time_window.rb +1 -2
- data/lib/verizon/models/v3_account_device.rb +5 -15
- data/lib/verizon/models/v3_account_device_list.rb +2 -5
- data/lib/verizon/models/v3_add_or_remove_device_request.rb +1 -2
- data/lib/verizon/models/v3_add_or_remove_device_result.rb +1 -3
- data/lib/verizon/models/v3_campaign_device.rb +2 -5
- data/lib/verizon/models/v3_campaign_history.rb +1 -2
- data/lib/verizon/models/v3_campaign_meta_info.rb +4 -11
- data/lib/verizon/models/v3_change_campaign_dates_request.rb +1 -2
- data/lib/verizon/models/v3_device.rb +6 -18
- data/lib/verizon/models/v3_device_list_item.rb +1 -3
- data/lib/verizon/models/v3_device_status.rb +2 -5
- data/lib/verizon/models/v3_license_assigned_removed_result.rb +1 -3
- data/lib/verizon/models/v3_license_device.rb +1 -2
- data/lib/verizon/models/v3_license_summary.rb +3 -6
- data/lib/verizon/models/v3_software_info.rb +1 -3
- data/lib/verizon/models/v3_time_window.rb +1 -2
- data/lib/verizon/utilities/file_wrapper.rb +9 -9
- data/lib/verizon.rb +59 -28
- metadata +65 -33
- data/lib/verizon/models/change_pmec_device_profile_bulk_request.rb +0 -75
- data/lib/verizon/models/change_pmec_device_state_bulk_activate_request.rb +0 -75
- data/lib/verizon/models/change_pmec_device_state_bulk_deactivate_request.rb +0 -66
- data/lib/verizon/models/change_pmec_device_state_deactivate_request.rb +0 -66
- data/lib/verizon/models/device_list1.rb +0 -75
- data/lib/verizon/models/esim_status_response.rb +0 -79
- data/lib/verizon/models/status1_enum.rb +0 -23
@@ -0,0 +1,202 @@
|
|
1
|
+
# verizon
|
2
|
+
#
|
3
|
+
# This file was automatically generated by APIMATIC v2.0
|
4
|
+
# ( https://apimatic.io ).
|
5
|
+
|
6
|
+
module Verizon
|
7
|
+
# M5gBiaccountNameobject Model.
|
8
|
+
class M5gBiaccountNameobject < BaseModel
|
9
|
+
SKIP = Object.new
|
10
|
+
private_constant :SKIP
|
11
|
+
|
12
|
+
# TODO: Write general description for this method
|
13
|
+
# @return [String]
|
14
|
+
attr_accessor :account_name
|
15
|
+
|
16
|
+
# TODO: Write general description for this method
|
17
|
+
# @return [String]
|
18
|
+
attr_accessor :billing_cycle_end_date
|
19
|
+
|
20
|
+
# TODO: Write general description for this method
|
21
|
+
# @return [Array[M5gBiCarrierInformation]]
|
22
|
+
attr_accessor :carrier_information
|
23
|
+
|
24
|
+
# TODO: Write general description for this method
|
25
|
+
# @return [TrueClass | FalseClass]
|
26
|
+
attr_accessor :connected
|
27
|
+
|
28
|
+
# TODO: Write general description for this method
|
29
|
+
# @return [String]
|
30
|
+
attr_accessor :created_at
|
31
|
+
|
32
|
+
# TODO: Write general description for this method
|
33
|
+
# @return [Array[M5gBikeyValue1]]
|
34
|
+
attr_accessor :custom_fields
|
35
|
+
|
36
|
+
# TODO: Write general description for this method
|
37
|
+
# @return [Array[M5gBideviceId1]]
|
38
|
+
attr_accessor :device_ids
|
39
|
+
|
40
|
+
# TODO: Write general description for this method
|
41
|
+
# @return [Array[M5gBikeyValue1]]
|
42
|
+
attr_accessor :extended_attributes
|
43
|
+
|
44
|
+
# TODO: Write general description for this method
|
45
|
+
# @return [Array[GroupName]]
|
46
|
+
attr_accessor :group_names
|
47
|
+
|
48
|
+
# TODO: Write general description for this method
|
49
|
+
# @return [String]
|
50
|
+
attr_accessor :ipaddress
|
51
|
+
|
52
|
+
# TODO: Write general description for this method
|
53
|
+
# @return [String]
|
54
|
+
attr_accessor :last_activation_by
|
55
|
+
|
56
|
+
# TODO: Write general description for this method
|
57
|
+
# @return [String]
|
58
|
+
attr_accessor :last_activation_date
|
59
|
+
|
60
|
+
# A mapping from model property names to API property names.
|
61
|
+
def self.names
|
62
|
+
@_hash = {} if @_hash.nil?
|
63
|
+
@_hash['account_name'] = 'accountName'
|
64
|
+
@_hash['billing_cycle_end_date'] = 'billingCycleEndDate'
|
65
|
+
@_hash['carrier_information'] = 'carrierInformation'
|
66
|
+
@_hash['connected'] = 'connected'
|
67
|
+
@_hash['created_at'] = 'createdAt'
|
68
|
+
@_hash['custom_fields'] = 'customFields'
|
69
|
+
@_hash['device_ids'] = 'deviceIds'
|
70
|
+
@_hash['extended_attributes'] = 'extendedAttributes'
|
71
|
+
@_hash['group_names'] = 'groupNames'
|
72
|
+
@_hash['ipaddress'] = 'ipAddress'
|
73
|
+
@_hash['last_activation_by'] = 'lastActivationBy'
|
74
|
+
@_hash['last_activation_date'] = 'lastActivationDate'
|
75
|
+
@_hash
|
76
|
+
end
|
77
|
+
|
78
|
+
# An array for optional fields
|
79
|
+
def self.optionals
|
80
|
+
%w[
|
81
|
+
account_name
|
82
|
+
billing_cycle_end_date
|
83
|
+
carrier_information
|
84
|
+
connected
|
85
|
+
created_at
|
86
|
+
custom_fields
|
87
|
+
device_ids
|
88
|
+
extended_attributes
|
89
|
+
group_names
|
90
|
+
ipaddress
|
91
|
+
last_activation_by
|
92
|
+
last_activation_date
|
93
|
+
]
|
94
|
+
end
|
95
|
+
|
96
|
+
# An array for nullable fields
|
97
|
+
def self.nullables
|
98
|
+
[]
|
99
|
+
end
|
100
|
+
|
101
|
+
def initialize(account_name = SKIP, billing_cycle_end_date = SKIP,
|
102
|
+
carrier_information = SKIP, connected = SKIP,
|
103
|
+
created_at = SKIP, custom_fields = SKIP, device_ids = SKIP,
|
104
|
+
extended_attributes = SKIP, group_names = SKIP,
|
105
|
+
ipaddress = SKIP, last_activation_by = SKIP,
|
106
|
+
last_activation_date = SKIP)
|
107
|
+
@account_name = account_name unless account_name == SKIP
|
108
|
+
@billing_cycle_end_date = billing_cycle_end_date unless billing_cycle_end_date == SKIP
|
109
|
+
@carrier_information = carrier_information unless carrier_information == SKIP
|
110
|
+
@connected = connected unless connected == SKIP
|
111
|
+
@created_at = created_at unless created_at == SKIP
|
112
|
+
@custom_fields = custom_fields unless custom_fields == SKIP
|
113
|
+
@device_ids = device_ids unless device_ids == SKIP
|
114
|
+
@extended_attributes = extended_attributes unless extended_attributes == SKIP
|
115
|
+
@group_names = group_names unless group_names == SKIP
|
116
|
+
@ipaddress = ipaddress unless ipaddress == SKIP
|
117
|
+
@last_activation_by = last_activation_by unless last_activation_by == SKIP
|
118
|
+
@last_activation_date = last_activation_date unless last_activation_date == SKIP
|
119
|
+
end
|
120
|
+
|
121
|
+
# Creates an instance of the object from a hash.
|
122
|
+
def self.from_hash(hash)
|
123
|
+
return nil unless hash
|
124
|
+
|
125
|
+
# Extract variables from the hash.
|
126
|
+
account_name = hash.key?('accountName') ? hash['accountName'] : SKIP
|
127
|
+
billing_cycle_end_date =
|
128
|
+
hash.key?('billingCycleEndDate') ? hash['billingCycleEndDate'] : SKIP
|
129
|
+
# Parameter is an array, so we need to iterate through it
|
130
|
+
carrier_information = nil
|
131
|
+
unless hash['carrierInformation'].nil?
|
132
|
+
carrier_information = []
|
133
|
+
hash['carrierInformation'].each do |structure|
|
134
|
+
carrier_information << (M5gBiCarrierInformation.from_hash(structure) if structure)
|
135
|
+
end
|
136
|
+
end
|
137
|
+
|
138
|
+
carrier_information = SKIP unless hash.key?('carrierInformation')
|
139
|
+
connected = hash.key?('connected') ? hash['connected'] : SKIP
|
140
|
+
created_at = hash.key?('createdAt') ? hash['createdAt'] : SKIP
|
141
|
+
# Parameter is an array, so we need to iterate through it
|
142
|
+
custom_fields = nil
|
143
|
+
unless hash['customFields'].nil?
|
144
|
+
custom_fields = []
|
145
|
+
hash['customFields'].each do |structure|
|
146
|
+
custom_fields << (M5gBikeyValue1.from_hash(structure) if structure)
|
147
|
+
end
|
148
|
+
end
|
149
|
+
|
150
|
+
custom_fields = SKIP unless hash.key?('customFields')
|
151
|
+
# Parameter is an array, so we need to iterate through it
|
152
|
+
device_ids = nil
|
153
|
+
unless hash['deviceIds'].nil?
|
154
|
+
device_ids = []
|
155
|
+
hash['deviceIds'].each do |structure|
|
156
|
+
device_ids << (M5gBideviceId1.from_hash(structure) if structure)
|
157
|
+
end
|
158
|
+
end
|
159
|
+
|
160
|
+
device_ids = SKIP unless hash.key?('deviceIds')
|
161
|
+
# Parameter is an array, so we need to iterate through it
|
162
|
+
extended_attributes = nil
|
163
|
+
unless hash['extendedAttributes'].nil?
|
164
|
+
extended_attributes = []
|
165
|
+
hash['extendedAttributes'].each do |structure|
|
166
|
+
extended_attributes << (M5gBikeyValue1.from_hash(structure) if structure)
|
167
|
+
end
|
168
|
+
end
|
169
|
+
|
170
|
+
extended_attributes = SKIP unless hash.key?('extendedAttributes')
|
171
|
+
# Parameter is an array, so we need to iterate through it
|
172
|
+
group_names = nil
|
173
|
+
unless hash['groupNames'].nil?
|
174
|
+
group_names = []
|
175
|
+
hash['groupNames'].each do |structure|
|
176
|
+
group_names << (GroupName.from_hash(structure) if structure)
|
177
|
+
end
|
178
|
+
end
|
179
|
+
|
180
|
+
group_names = SKIP unless hash.key?('groupNames')
|
181
|
+
ipaddress = hash.key?('ipAddress') ? hash['ipAddress'] : SKIP
|
182
|
+
last_activation_by =
|
183
|
+
hash.key?('lastActivationBy') ? hash['lastActivationBy'] : SKIP
|
184
|
+
last_activation_date =
|
185
|
+
hash.key?('lastActivationDate') ? hash['lastActivationDate'] : SKIP
|
186
|
+
|
187
|
+
# Create object from extracted values.
|
188
|
+
M5gBiaccountNameobject.new(account_name,
|
189
|
+
billing_cycle_end_date,
|
190
|
+
carrier_information,
|
191
|
+
connected,
|
192
|
+
created_at,
|
193
|
+
custom_fields,
|
194
|
+
device_ids,
|
195
|
+
extended_attributes,
|
196
|
+
group_names,
|
197
|
+
ipaddress,
|
198
|
+
last_activation_by,
|
199
|
+
last_activation_date)
|
200
|
+
end
|
201
|
+
end
|
202
|
+
end
|
@@ -0,0 +1,112 @@
|
|
1
|
+
# verizon
|
2
|
+
#
|
3
|
+
# This file was automatically generated by APIMATIC v2.0
|
4
|
+
# ( https://apimatic.io ).
|
5
|
+
|
6
|
+
module Verizon
|
7
|
+
# M5gBiactivateRequest Model.
|
8
|
+
class M5gBiactivateRequest < BaseModel
|
9
|
+
SKIP = Object.new
|
10
|
+
private_constant :SKIP
|
11
|
+
|
12
|
+
# TODO: Write general description for this method
|
13
|
+
# @return [String]
|
14
|
+
attr_accessor :account_name
|
15
|
+
|
16
|
+
# TODO: Write general description for this method
|
17
|
+
# @return [String]
|
18
|
+
attr_accessor :service_plan
|
19
|
+
|
20
|
+
# TODO: Write general description for this method
|
21
|
+
# @return [Array[DeviceListWithServiceAddress1]]
|
22
|
+
attr_accessor :device_list_with_service_address
|
23
|
+
|
24
|
+
# TODO: Write general description for this method
|
25
|
+
# @return [String]
|
26
|
+
attr_accessor :public_ip_restriction
|
27
|
+
|
28
|
+
# TODO: Write general description for this method
|
29
|
+
# @return [String]
|
30
|
+
attr_accessor :carrier_name
|
31
|
+
|
32
|
+
# TODO: Write general description for this method
|
33
|
+
# @return [String]
|
34
|
+
attr_accessor :mdn_zip_code
|
35
|
+
|
36
|
+
# A mapping from model property names to API property names.
|
37
|
+
def self.names
|
38
|
+
@_hash = {} if @_hash.nil?
|
39
|
+
@_hash['account_name'] = 'accountName'
|
40
|
+
@_hash['service_plan'] = 'servicePlan'
|
41
|
+
@_hash['device_list_with_service_address'] =
|
42
|
+
'deviceListWithServiceAddress'
|
43
|
+
@_hash['public_ip_restriction'] = 'publicIpRestriction'
|
44
|
+
@_hash['carrier_name'] = 'carrierName'
|
45
|
+
@_hash['mdn_zip_code'] = 'mdnZipCode'
|
46
|
+
@_hash
|
47
|
+
end
|
48
|
+
|
49
|
+
# An array for optional fields
|
50
|
+
def self.optionals
|
51
|
+
%w[
|
52
|
+
account_name
|
53
|
+
service_plan
|
54
|
+
device_list_with_service_address
|
55
|
+
public_ip_restriction
|
56
|
+
carrier_name
|
57
|
+
mdn_zip_code
|
58
|
+
]
|
59
|
+
end
|
60
|
+
|
61
|
+
# An array for nullable fields
|
62
|
+
def self.nullables
|
63
|
+
[]
|
64
|
+
end
|
65
|
+
|
66
|
+
def initialize(account_name = SKIP, service_plan = SKIP,
|
67
|
+
device_list_with_service_address = SKIP,
|
68
|
+
public_ip_restriction = SKIP, carrier_name = SKIP,
|
69
|
+
mdn_zip_code = SKIP)
|
70
|
+
@account_name = account_name unless account_name == SKIP
|
71
|
+
@service_plan = service_plan unless service_plan == SKIP
|
72
|
+
unless device_list_with_service_address == SKIP
|
73
|
+
@device_list_with_service_address =
|
74
|
+
device_list_with_service_address
|
75
|
+
end
|
76
|
+
@public_ip_restriction = public_ip_restriction unless public_ip_restriction == SKIP
|
77
|
+
@carrier_name = carrier_name unless carrier_name == SKIP
|
78
|
+
@mdn_zip_code = mdn_zip_code unless mdn_zip_code == SKIP
|
79
|
+
end
|
80
|
+
|
81
|
+
# Creates an instance of the object from a hash.
|
82
|
+
def self.from_hash(hash)
|
83
|
+
return nil unless hash
|
84
|
+
|
85
|
+
# Extract variables from the hash.
|
86
|
+
account_name = hash.key?('accountName') ? hash['accountName'] : SKIP
|
87
|
+
service_plan = hash.key?('servicePlan') ? hash['servicePlan'] : SKIP
|
88
|
+
# Parameter is an array, so we need to iterate through it
|
89
|
+
device_list_with_service_address = nil
|
90
|
+
unless hash['deviceListWithServiceAddress'].nil?
|
91
|
+
device_list_with_service_address = []
|
92
|
+
hash['deviceListWithServiceAddress'].each do |structure|
|
93
|
+
device_list_with_service_address << (DeviceListWithServiceAddress1.from_hash(structure) if structure)
|
94
|
+
end
|
95
|
+
end
|
96
|
+
|
97
|
+
device_list_with_service_address = SKIP unless hash.key?('deviceListWithServiceAddress')
|
98
|
+
public_ip_restriction =
|
99
|
+
hash.key?('publicIpRestriction') ? hash['publicIpRestriction'] : SKIP
|
100
|
+
carrier_name = hash.key?('carrierName') ? hash['carrierName'] : SKIP
|
101
|
+
mdn_zip_code = hash.key?('mdnZipCode') ? hash['mdnZipCode'] : SKIP
|
102
|
+
|
103
|
+
# Create object from extracted values.
|
104
|
+
M5gBiactivateRequest.new(account_name,
|
105
|
+
service_plan,
|
106
|
+
device_list_with_service_address,
|
107
|
+
public_ip_restriction,
|
108
|
+
carrier_name,
|
109
|
+
mdn_zip_code)
|
110
|
+
end
|
111
|
+
end
|
112
|
+
end
|
@@ -0,0 +1,51 @@
|
|
1
|
+
# verizon
|
2
|
+
#
|
3
|
+
# This file was automatically generated by APIMATIC v2.0
|
4
|
+
# ( https://apimatic.io ).
|
5
|
+
|
6
|
+
module Verizon
|
7
|
+
# M5gBiaddressAndcustomerinfo Model.
|
8
|
+
class M5gBiaddressAndcustomerinfo < BaseModel
|
9
|
+
SKIP = Object.new
|
10
|
+
private_constant :SKIP
|
11
|
+
|
12
|
+
# TODO: Write general description for this method
|
13
|
+
# @return [M5gBiprimaryPlaceofuse]
|
14
|
+
attr_accessor :primary_placeofuse
|
15
|
+
|
16
|
+
# A mapping from model property names to API property names.
|
17
|
+
def self.names
|
18
|
+
@_hash = {} if @_hash.nil?
|
19
|
+
@_hash['primary_placeofuse'] = 'primaryPlaceofuse'
|
20
|
+
@_hash
|
21
|
+
end
|
22
|
+
|
23
|
+
# An array for optional fields
|
24
|
+
def self.optionals
|
25
|
+
%w[
|
26
|
+
primary_placeofuse
|
27
|
+
]
|
28
|
+
end
|
29
|
+
|
30
|
+
# An array for nullable fields
|
31
|
+
def self.nullables
|
32
|
+
[]
|
33
|
+
end
|
34
|
+
|
35
|
+
def initialize(primary_placeofuse = SKIP)
|
36
|
+
@primary_placeofuse = primary_placeofuse unless primary_placeofuse == SKIP
|
37
|
+
end
|
38
|
+
|
39
|
+
# Creates an instance of the object from a hash.
|
40
|
+
def self.from_hash(hash)
|
41
|
+
return nil unless hash
|
42
|
+
|
43
|
+
# Extract variables from the hash.
|
44
|
+
primary_placeofuse = M5gBiprimaryPlaceofuse.from_hash(hash['primaryPlaceofuse']) if
|
45
|
+
hash['primaryPlaceofuse']
|
46
|
+
|
47
|
+
# Create object from extracted values.
|
48
|
+
M5gBiaddressAndcustomerinfo.new(primary_placeofuse)
|
49
|
+
end
|
50
|
+
end
|
51
|
+
end
|
@@ -0,0 +1,51 @@
|
|
1
|
+
# verizon
|
2
|
+
#
|
3
|
+
# This file was automatically generated by APIMATIC v2.0
|
4
|
+
# ( https://apimatic.io ).
|
5
|
+
|
6
|
+
module Verizon
|
7
|
+
# M5gBiaddressAndcustomerinfo2 Model.
|
8
|
+
class M5gBiaddressAndcustomerinfo2 < BaseModel
|
9
|
+
SKIP = Object.new
|
10
|
+
private_constant :SKIP
|
11
|
+
|
12
|
+
# TODO: Write general description for this method
|
13
|
+
# @return [M5gBiaddressAndcustomerinfo]
|
14
|
+
attr_accessor :primary_placeofuse
|
15
|
+
|
16
|
+
# A mapping from model property names to API property names.
|
17
|
+
def self.names
|
18
|
+
@_hash = {} if @_hash.nil?
|
19
|
+
@_hash['primary_placeofuse'] = 'primaryPlaceofuse'
|
20
|
+
@_hash
|
21
|
+
end
|
22
|
+
|
23
|
+
# An array for optional fields
|
24
|
+
def self.optionals
|
25
|
+
%w[
|
26
|
+
primary_placeofuse
|
27
|
+
]
|
28
|
+
end
|
29
|
+
|
30
|
+
# An array for nullable fields
|
31
|
+
def self.nullables
|
32
|
+
[]
|
33
|
+
end
|
34
|
+
|
35
|
+
def initialize(primary_placeofuse = SKIP)
|
36
|
+
@primary_placeofuse = primary_placeofuse unless primary_placeofuse == SKIP
|
37
|
+
end
|
38
|
+
|
39
|
+
# Creates an instance of the object from a hash.
|
40
|
+
def self.from_hash(hash)
|
41
|
+
return nil unless hash
|
42
|
+
|
43
|
+
# Extract variables from the hash.
|
44
|
+
primary_placeofuse = M5gBiaddressAndcustomerinfo.from_hash(hash['primaryPlaceofuse']) if
|
45
|
+
hash['primaryPlaceofuse']
|
46
|
+
|
47
|
+
# Create object from extracted values.
|
48
|
+
M5gBiaddressAndcustomerinfo2.new(primary_placeofuse)
|
49
|
+
end
|
50
|
+
end
|
51
|
+
end
|
@@ -4,26 +4,26 @@
|
|
4
4
|
# ( https://apimatic.io ).
|
5
5
|
|
6
6
|
module Verizon
|
7
|
-
#
|
8
|
-
class
|
7
|
+
# M5gBiattribute1 Model.
|
8
|
+
class M5gBiattribute1 < BaseModel
|
9
9
|
SKIP = Object.new
|
10
10
|
private_constant :SKIP
|
11
11
|
|
12
12
|
# TODO: Write general description for this method
|
13
|
-
# @return [
|
14
|
-
attr_accessor :
|
13
|
+
# @return [String]
|
14
|
+
attr_accessor :key
|
15
15
|
|
16
16
|
# A mapping from model property names to API property names.
|
17
17
|
def self.names
|
18
18
|
@_hash = {} if @_hash.nil?
|
19
|
-
@_hash['
|
19
|
+
@_hash['key'] = 'key'
|
20
20
|
@_hash
|
21
21
|
end
|
22
22
|
|
23
23
|
# An array for optional fields
|
24
24
|
def self.optionals
|
25
25
|
%w[
|
26
|
-
|
26
|
+
key
|
27
27
|
]
|
28
28
|
end
|
29
29
|
|
@@ -32,8 +32,8 @@ module Verizon
|
|
32
32
|
[]
|
33
33
|
end
|
34
34
|
|
35
|
-
def initialize(
|
36
|
-
@
|
35
|
+
def initialize(key = SKIP)
|
36
|
+
@key = key unless key == SKIP
|
37
37
|
end
|
38
38
|
|
39
39
|
# Creates an instance of the object from a hash.
|
@@ -41,10 +41,10 @@ module Verizon
|
|
41
41
|
return nil unless hash
|
42
42
|
|
43
43
|
# Extract variables from the hash.
|
44
|
-
|
44
|
+
key = hash.key?('key') ? hash['key'] : SKIP
|
45
45
|
|
46
46
|
# Create object from extracted values.
|
47
|
-
|
47
|
+
M5gBiattribute1.new(key)
|
48
48
|
end
|
49
49
|
end
|
50
50
|
end
|
@@ -0,0 +1,59 @@
|
|
1
|
+
# verizon
|
2
|
+
#
|
3
|
+
# This file was automatically generated by APIMATIC v2.0
|
4
|
+
# ( https://apimatic.io ).
|
5
|
+
|
6
|
+
module Verizon
|
7
|
+
# M5gBiattribute2 Model.
|
8
|
+
class M5gBiattribute2 < BaseModel
|
9
|
+
SKIP = Object.new
|
10
|
+
private_constant :SKIP
|
11
|
+
|
12
|
+
# TODO: Write general description for this method
|
13
|
+
# @return [String]
|
14
|
+
attr_accessor :key
|
15
|
+
|
16
|
+
# TODO: Write general description for this method
|
17
|
+
# @return [String]
|
18
|
+
attr_accessor :value
|
19
|
+
|
20
|
+
# A mapping from model property names to API property names.
|
21
|
+
def self.names
|
22
|
+
@_hash = {} if @_hash.nil?
|
23
|
+
@_hash['key'] = 'key'
|
24
|
+
@_hash['value'] = 'value'
|
25
|
+
@_hash
|
26
|
+
end
|
27
|
+
|
28
|
+
# An array for optional fields
|
29
|
+
def self.optionals
|
30
|
+
%w[
|
31
|
+
key
|
32
|
+
value
|
33
|
+
]
|
34
|
+
end
|
35
|
+
|
36
|
+
# An array for nullable fields
|
37
|
+
def self.nullables
|
38
|
+
[]
|
39
|
+
end
|
40
|
+
|
41
|
+
def initialize(key = SKIP, value = SKIP)
|
42
|
+
@key = key unless key == SKIP
|
43
|
+
@value = value unless value == SKIP
|
44
|
+
end
|
45
|
+
|
46
|
+
# Creates an instance of the object from a hash.
|
47
|
+
def self.from_hash(hash)
|
48
|
+
return nil unless hash
|
49
|
+
|
50
|
+
# Extract variables from the hash.
|
51
|
+
key = hash.key?('key') ? hash['key'] : SKIP
|
52
|
+
value = hash.key?('value') ? hash['value'] : SKIP
|
53
|
+
|
54
|
+
# Create object from extracted values.
|
55
|
+
M5gBiattribute2.new(key,
|
56
|
+
value)
|
57
|
+
end
|
58
|
+
end
|
59
|
+
end
|
@@ -0,0 +1,93 @@
|
|
1
|
+
# verizon
|
2
|
+
#
|
3
|
+
# This file was automatically generated by APIMATIC v2.0
|
4
|
+
# ( https://apimatic.io ).
|
5
|
+
|
6
|
+
module Verizon
|
7
|
+
# M5gBichangeRequest Model.
|
8
|
+
class M5gBichangeRequest < BaseModel
|
9
|
+
SKIP = Object.new
|
10
|
+
private_constant :SKIP
|
11
|
+
|
12
|
+
# TODO: Write general description for this method
|
13
|
+
# @return [String]
|
14
|
+
attr_accessor :account_name
|
15
|
+
|
16
|
+
# TODO: Write general description for this method
|
17
|
+
# @return [String]
|
18
|
+
attr_accessor :service_plan
|
19
|
+
|
20
|
+
# TODO: Write general description for this method
|
21
|
+
# @return [Array[DeviceListWithServiceAddress]]
|
22
|
+
attr_accessor :device_list_with_service_address
|
23
|
+
|
24
|
+
# TODO: Write general description for this method
|
25
|
+
# @return [String]
|
26
|
+
attr_accessor :current_service_plan
|
27
|
+
|
28
|
+
# A mapping from model property names to API property names.
|
29
|
+
def self.names
|
30
|
+
@_hash = {} if @_hash.nil?
|
31
|
+
@_hash['account_name'] = 'accountName'
|
32
|
+
@_hash['service_plan'] = 'servicePlan'
|
33
|
+
@_hash['device_list_with_service_address'] =
|
34
|
+
'deviceListWithServiceAddress'
|
35
|
+
@_hash['current_service_plan'] = 'currentServicePlan'
|
36
|
+
@_hash
|
37
|
+
end
|
38
|
+
|
39
|
+
# An array for optional fields
|
40
|
+
def self.optionals
|
41
|
+
%w[
|
42
|
+
account_name
|
43
|
+
service_plan
|
44
|
+
device_list_with_service_address
|
45
|
+
current_service_plan
|
46
|
+
]
|
47
|
+
end
|
48
|
+
|
49
|
+
# An array for nullable fields
|
50
|
+
def self.nullables
|
51
|
+
[]
|
52
|
+
end
|
53
|
+
|
54
|
+
def initialize(account_name = SKIP, service_plan = SKIP,
|
55
|
+
device_list_with_service_address = SKIP,
|
56
|
+
current_service_plan = SKIP)
|
57
|
+
@account_name = account_name unless account_name == SKIP
|
58
|
+
@service_plan = service_plan unless service_plan == SKIP
|
59
|
+
unless device_list_with_service_address == SKIP
|
60
|
+
@device_list_with_service_address =
|
61
|
+
device_list_with_service_address
|
62
|
+
end
|
63
|
+
@current_service_plan = current_service_plan unless current_service_plan == SKIP
|
64
|
+
end
|
65
|
+
|
66
|
+
# Creates an instance of the object from a hash.
|
67
|
+
def self.from_hash(hash)
|
68
|
+
return nil unless hash
|
69
|
+
|
70
|
+
# Extract variables from the hash.
|
71
|
+
account_name = hash.key?('accountName') ? hash['accountName'] : SKIP
|
72
|
+
service_plan = hash.key?('servicePlan') ? hash['servicePlan'] : SKIP
|
73
|
+
# Parameter is an array, so we need to iterate through it
|
74
|
+
device_list_with_service_address = nil
|
75
|
+
unless hash['deviceListWithServiceAddress'].nil?
|
76
|
+
device_list_with_service_address = []
|
77
|
+
hash['deviceListWithServiceAddress'].each do |structure|
|
78
|
+
device_list_with_service_address << (DeviceListWithServiceAddress.from_hash(structure) if structure)
|
79
|
+
end
|
80
|
+
end
|
81
|
+
|
82
|
+
device_list_with_service_address = SKIP unless hash.key?('deviceListWithServiceAddress')
|
83
|
+
current_service_plan =
|
84
|
+
hash.key?('currentServicePlan') ? hash['currentServicePlan'] : SKIP
|
85
|
+
|
86
|
+
# Create object from extracted values.
|
87
|
+
M5gBichangeRequest.new(account_name,
|
88
|
+
service_plan,
|
89
|
+
device_list_with_service_address,
|
90
|
+
current_service_plan)
|
91
|
+
end
|
92
|
+
end
|
93
|
+
end
|
@@ -0,0 +1,68 @@
|
|
1
|
+
# verizon
|
2
|
+
#
|
3
|
+
# This file was automatically generated by APIMATIC v2.0
|
4
|
+
# ( https://apimatic.io ).
|
5
|
+
|
6
|
+
module Verizon
|
7
|
+
# M5gBideviceDetailsresponse Model.
|
8
|
+
class M5gBideviceDetailsresponse < BaseModel
|
9
|
+
SKIP = Object.new
|
10
|
+
private_constant :SKIP
|
11
|
+
|
12
|
+
# TODO: Write general description for this method
|
13
|
+
# @return [TrueClass | FalseClass]
|
14
|
+
attr_accessor :has_more_data
|
15
|
+
|
16
|
+
# TODO: Write general description for this method
|
17
|
+
# @return [Array[M5gBiaccountNameobject]]
|
18
|
+
attr_accessor :devices
|
19
|
+
|
20
|
+
# A mapping from model property names to API property names.
|
21
|
+
def self.names
|
22
|
+
@_hash = {} if @_hash.nil?
|
23
|
+
@_hash['has_more_data'] = 'hasMoreData'
|
24
|
+
@_hash['devices'] = 'devices'
|
25
|
+
@_hash
|
26
|
+
end
|
27
|
+
|
28
|
+
# An array for optional fields
|
29
|
+
def self.optionals
|
30
|
+
%w[
|
31
|
+
has_more_data
|
32
|
+
devices
|
33
|
+
]
|
34
|
+
end
|
35
|
+
|
36
|
+
# An array for nullable fields
|
37
|
+
def self.nullables
|
38
|
+
[]
|
39
|
+
end
|
40
|
+
|
41
|
+
def initialize(has_more_data = SKIP, devices = SKIP)
|
42
|
+
@has_more_data = has_more_data unless has_more_data == SKIP
|
43
|
+
@devices = devices unless devices == SKIP
|
44
|
+
end
|
45
|
+
|
46
|
+
# Creates an instance of the object from a hash.
|
47
|
+
def self.from_hash(hash)
|
48
|
+
return nil unless hash
|
49
|
+
|
50
|
+
# Extract variables from the hash.
|
51
|
+
has_more_data = hash.key?('hasMoreData') ? hash['hasMoreData'] : SKIP
|
52
|
+
# Parameter is an array, so we need to iterate through it
|
53
|
+
devices = nil
|
54
|
+
unless hash['devices'].nil?
|
55
|
+
devices = []
|
56
|
+
hash['devices'].each do |structure|
|
57
|
+
devices << (M5gBiaccountNameobject.from_hash(structure) if structure)
|
58
|
+
end
|
59
|
+
end
|
60
|
+
|
61
|
+
devices = SKIP unless hash.key?('devices')
|
62
|
+
|
63
|
+
# Create object from extracted values.
|
64
|
+
M5gBideviceDetailsresponse.new(has_more_data,
|
65
|
+
devices)
|
66
|
+
end
|
67
|
+
end
|
68
|
+
end
|