thingspace-payments-sdk-sdk 1.3.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (599) hide show
  1. checksums.yaml +7 -0
  2. data/LICENSE +30 -0
  3. data/README.md +162 -0
  4. data/lib/verizon/api_helper.rb +10 -0
  5. data/lib/verizon/client.rb +496 -0
  6. data/lib/verizon/configuration.rb +198 -0
  7. data/lib/verizon/controllers/account_devices_controller.rb +68 -0
  8. data/lib/verizon/controllers/account_requests_controller.rb +37 -0
  9. data/lib/verizon/controllers/account_subscriptions_controller.rb +56 -0
  10. data/lib/verizon/controllers/accounts_controller.rb +82 -0
  11. data/lib/verizon/controllers/anomaly_settings_controller.rb +80 -0
  12. data/lib/verizon/controllers/anomaly_triggers_controller.rb +195 -0
  13. data/lib/verizon/controllers/anomaly_triggers_v2_controller.rb +80 -0
  14. data/lib/verizon/controllers/base_controller.rb +66 -0
  15. data/lib/verizon/controllers/billing_controller.rb +111 -0
  16. data/lib/verizon/controllers/campaigns_v2_controller.rb +218 -0
  17. data/lib/verizon/controllers/campaigns_v3_controller.rb +162 -0
  18. data/lib/verizon/controllers/client_logging_controller.rb +162 -0
  19. data/lib/verizon/controllers/cloud_connector_devices_controller.rb +144 -0
  20. data/lib/verizon/controllers/cloud_connector_subscriptions_controller.rb +73 -0
  21. data/lib/verizon/controllers/configuration_files_controller.rb +80 -0
  22. data/lib/verizon/controllers/connectivity_callbacks_controller.rb +89 -0
  23. data/lib/verizon/controllers/device_actions_controller.rb +84 -0
  24. data/lib/verizon/controllers/device_diagnostics_controller.rb +58 -0
  25. data/lib/verizon/controllers/device_groups_controller.rb +150 -0
  26. data/lib/verizon/controllers/device_location_callbacks_controller.rb +87 -0
  27. data/lib/verizon/controllers/device_management_controller.rb +743 -0
  28. data/lib/verizon/controllers/device_monitoring_controller.rb +59 -0
  29. data/lib/verizon/controllers/device_profile_management_controller.rb +104 -0
  30. data/lib/verizon/controllers/device_reports_controller.rb +131 -0
  31. data/lib/verizon/controllers/device_service_management_controller.rb +89 -0
  32. data/lib/verizon/controllers/device_sms_messaging_controller.rb +108 -0
  33. data/lib/verizon/controllers/devices_location_subscriptions_controller.rb +57 -0
  34. data/lib/verizon/controllers/devices_locations_controller.rb +200 -0
  35. data/lib/verizon/controllers/diagnostics_callbacks_controller.rb +83 -0
  36. data/lib/verizon/controllers/diagnostics_factory_reset_controller.rb +34 -0
  37. data/lib/verizon/controllers/diagnostics_history_controller.rb +34 -0
  38. data/lib/verizon/controllers/diagnostics_observations_controller.rb +59 -0
  39. data/lib/verizon/controllers/diagnostics_settings_controller.rb +35 -0
  40. data/lib/verizon/controllers/diagnostics_subscriptions_controller.rb +30 -0
  41. data/lib/verizon/controllers/euicc_device_profile_management_controller.rb +130 -0
  42. data/lib/verizon/controllers/exclusions_controller.rb +88 -0
  43. data/lib/verizon/controllers/firmware_v1_controller.rb +150 -0
  44. data/lib/verizon/controllers/firmware_v3_controller.rb +90 -0
  45. data/lib/verizon/controllers/fixed_wireless_qualification_controller.rb +34 -0
  46. data/lib/verizon/controllers/global_reporting_controller.rb +95 -0
  47. data/lib/verizon/controllers/hyper_precise_location_callbacks_controller.rb +133 -0
  48. data/lib/verizon/controllers/m_5g_edge_platforms_controller.rb +87 -0
  49. data/lib/verizon/controllers/managing_esim_profiles_controller.rb +154 -0
  50. data/lib/verizon/controllers/mec_controller.rb +150 -0
  51. data/lib/verizon/controllers/oauth_authorization_controller.rb +43 -0
  52. data/lib/verizon/controllers/performance_metrics_controller.rb +49 -0
  53. data/lib/verizon/controllers/promotion_period_information_controller.rb +58 -0
  54. data/lib/verizon/controllers/retrieve_the_triggers_controller.rb +93 -0
  55. data/lib/verizon/controllers/server_logging_controller.rb +37 -0
  56. data/lib/verizon/controllers/service_endpoints_controller.rb +223 -0
  57. data/lib/verizon/controllers/service_plans_controller.rb +35 -0
  58. data/lib/verizon/controllers/service_profiles_controller.rb +164 -0
  59. data/lib/verizon/controllers/session_management_controller.rb +78 -0
  60. data/lib/verizon/controllers/sim_actions_controller.rb +92 -0
  61. data/lib/verizon/controllers/sim_secure_for_io_t_licenses_controller.rb +94 -0
  62. data/lib/verizon/controllers/sms_controller.rb +88 -0
  63. data/lib/verizon/controllers/software_management_callbacks_v1_controller.rb +93 -0
  64. data/lib/verizon/controllers/software_management_callbacks_v2_controller.rb +109 -0
  65. data/lib/verizon/controllers/software_management_callbacks_v3_controller.rb +109 -0
  66. data/lib/verizon/controllers/software_management_licenses_v1_controller.rb +162 -0
  67. data/lib/verizon/controllers/software_management_licenses_v2_controller.rb +177 -0
  68. data/lib/verizon/controllers/software_management_licenses_v3_controller.rb +89 -0
  69. data/lib/verizon/controllers/software_management_reports_v1_controller.rb +105 -0
  70. data/lib/verizon/controllers/software_management_reports_v2_controller.rb +159 -0
  71. data/lib/verizon/controllers/software_management_reports_v3_controller.rb +98 -0
  72. data/lib/verizon/controllers/software_management_subscriptions_v1_controller.rb +64 -0
  73. data/lib/verizon/controllers/software_management_subscriptions_v2_controller.rb +31 -0
  74. data/lib/verizon/controllers/software_management_subscriptions_v3_controller.rb +31 -0
  75. data/lib/verizon/controllers/targets_controller.rb +122 -0
  76. data/lib/verizon/controllers/thing_space_quality_of_service_api_actions_controller.rb +58 -0
  77. data/lib/verizon/controllers/update_triggers_controller.rb +32 -0
  78. data/lib/verizon/controllers/usage_trigger_management_controller.rb +89 -0
  79. data/lib/verizon/controllers/wireless_network_performance_controller.rb +132 -0
  80. data/lib/verizon/exceptions/api_exception.rb +10 -0
  81. data/lib/verizon/exceptions/connectivity_management_result_exception.rb +37 -0
  82. data/lib/verizon/exceptions/default_response_exception.rb +37 -0
  83. data/lib/verizon/exceptions/device_diagnostics_result_exception.rb +39 -0
  84. data/lib/verizon/exceptions/device_location_result_exception.rb +37 -0
  85. data/lib/verizon/exceptions/edge_discovery_result_exception.rb +43 -0
  86. data/lib/verizon/exceptions/edge_performance_result_exception.rb +37 -0
  87. data/lib/verizon/exceptions/esim_rest_error_response_exception.rb +37 -0
  88. data/lib/verizon/exceptions/fota_v1_result_exception.rb +37 -0
  89. data/lib/verizon/exceptions/fota_v2_result_exception.rb +37 -0
  90. data/lib/verizon/exceptions/fota_v3_result_exception.rb +37 -0
  91. data/lib/verizon/exceptions/gio_rest_error_response_exception.rb +37 -0
  92. data/lib/verizon/exceptions/hyper_precise_location_result_exception.rb +42 -0
  93. data/lib/verizon/exceptions/intelligence_result_exception.rb +37 -0
  94. data/lib/verizon/exceptions/oauth_provider_exception.rb +48 -0
  95. data/lib/verizon/exceptions/ready_sim_rest_error_response_exception.rb +37 -0
  96. data/lib/verizon/exceptions/rest_error_response_exception.rb +37 -0
  97. data/lib/verizon/exceptions/security_result_exception.rb +42 -0
  98. data/lib/verizon/exceptions/wnp_rest_error_response_exception.rb +37 -0
  99. data/lib/verizon/http/api_response.rb +21 -0
  100. data/lib/verizon/http/auth/oauth_2.rb +98 -0
  101. data/lib/verizon/http/http_call_back.rb +10 -0
  102. data/lib/verizon/http/http_method_enum.rb +10 -0
  103. data/lib/verizon/http/http_request.rb +10 -0
  104. data/lib/verizon/http/http_response.rb +10 -0
  105. data/lib/verizon/models/acceleration.rb +70 -0
  106. data/lib/verizon/models/account.rb +142 -0
  107. data/lib/verizon/models/account_device_list.rb +69 -0
  108. data/lib/verizon/models/account_device_list_filter.rb +58 -0
  109. data/lib/verizon/models/account_device_list_request.rb +164 -0
  110. data/lib/verizon/models/account_device_list_result.rb +71 -0
  111. data/lib/verizon/models/account_identifier.rb +52 -0
  112. data/lib/verizon/models/account_labels.rb +77 -0
  113. data/lib/verizon/models/account_lead.rb +72 -0
  114. data/lib/verizon/models/account_leads_result.rb +69 -0
  115. data/lib/verizon/models/account_license_device_list_item.rb +70 -0
  116. data/lib/verizon/models/account_license_info.rb +113 -0
  117. data/lib/verizon/models/account_service.rb +79 -0
  118. data/lib/verizon/models/account_states_and_services.rb +58 -0
  119. data/lib/verizon/models/accuracy_mode_enum.rb +20 -0
  120. data/lib/verizon/models/activate.rb +48 -0
  121. data/lib/verizon/models/activate_device_profile_request.rb +87 -0
  122. data/lib/verizon/models/active_anomaly_indicator.rb +51 -0
  123. data/lib/verizon/models/active_trigger_indicator.rb +51 -0
  124. data/lib/verizon/models/add_devices_request.rb +131 -0
  125. data/lib/verizon/models/add_devices_result.rb +70 -0
  126. data/lib/verizon/models/address.rb +137 -0
  127. data/lib/verizon/models/address_item.rb +110 -0
  128. data/lib/verizon/models/addressquery.rb +59 -0
  129. data/lib/verizon/models/aggregate_session_report.rb +92 -0
  130. data/lib/verizon/models/aggregate_session_report_request.rb +129 -0
  131. data/lib/verizon/models/aggregate_usage_error.rb +71 -0
  132. data/lib/verizon/models/aggregate_usage_item.rb +74 -0
  133. data/lib/verizon/models/aggregated_report_callback_result.rb +63 -0
  134. data/lib/verizon/models/aggregated_report_callback_status_enum.rb +24 -0
  135. data/lib/verizon/models/anomaly_detection_request.rb +73 -0
  136. data/lib/verizon/models/anomaly_detection_settings.rb +75 -0
  137. data/lib/verizon/models/anomaly_detection_trigger.rb +50 -0
  138. data/lib/verizon/models/anomaly_trigger_request.rb +108 -0
  139. data/lib/verizon/models/anomaly_trigger_result.rb +59 -0
  140. data/lib/verizon/models/anomaly_trigger_value.rb +123 -0
  141. data/lib/verizon/models/api_response_code.rb +57 -0
  142. data/lib/verizon/models/assign_license_request.rb +88 -0
  143. data/lib/verizon/models/associate_label_request.rb +58 -0
  144. data/lib/verizon/models/asynchronous_location_request_result.rb +71 -0
  145. data/lib/verizon/models/asynchronous_request_result.rb +60 -0
  146. data/lib/verizon/models/attribute_identifier_enum.rb +32 -0
  147. data/lib/verizon/models/attribute_setting.rb +110 -0
  148. data/lib/verizon/models/base_model.rb +62 -0
  149. data/lib/verizon/models/bill_usage_request.rb +78 -0
  150. data/lib/verizon/models/billable_usage_report.rb +124 -0
  151. data/lib/verizon/models/billedusage_list_request.rb +89 -0
  152. data/lib/verizon/models/billing_cycle.rb +60 -0
  153. data/lib/verizon/models/bullseye_service_request.rb +66 -0
  154. data/lib/verizon/models/bullseye_service_result.rb +80 -0
  155. data/lib/verizon/models/cache_mode_enum.rb +26 -0
  156. data/lib/verizon/models/callback_action_result.rb +60 -0
  157. data/lib/verizon/models/callback_created.rb +70 -0
  158. data/lib/verizon/models/callback_registered.rb +58 -0
  159. data/lib/verizon/models/callback_registration_request.rb +80 -0
  160. data/lib/verizon/models/callback_registration_result.rb +60 -0
  161. data/lib/verizon/models/callback_service_enum.rb +20 -0
  162. data/lib/verizon/models/callback_service_name_enum.rb +23 -0
  163. data/lib/verizon/models/callback_summary.rb +50 -0
  164. data/lib/verizon/models/campaign.rb +174 -0
  165. data/lib/verizon/models/campaign_firmware_upgrade.rb +135 -0
  166. data/lib/verizon/models/campaign_meta_info_protocol_enum.rb +23 -0
  167. data/lib/verizon/models/campaign_software.rb +215 -0
  168. data/lib/verizon/models/campaign_software_upgrade.rb +179 -0
  169. data/lib/verizon/models/campaign_status_enum.rb +41 -0
  170. data/lib/verizon/models/carrier_actions_request.rb +123 -0
  171. data/lib/verizon/models/carrier_activate_request.rb +207 -0
  172. data/lib/verizon/models/carrier_deactivate_request.rb +147 -0
  173. data/lib/verizon/models/carrier_information.rb +72 -0
  174. data/lib/verizon/models/change_configuration_request.rb +74 -0
  175. data/lib/verizon/models/change_configuration_response.rb +163 -0
  176. data/lib/verizon/models/change_device_id_request.rb +155 -0
  177. data/lib/verizon/models/change_mec_device_ip_address_response.rb +51 -0
  178. data/lib/verizon/models/change_mec_device_profile_response.rb +51 -0
  179. data/lib/verizon/models/change_mec_device_state_response.rb +51 -0
  180. data/lib/verizon/models/change_pmec_device_i_paddress_bulk_request.rb +66 -0
  181. data/lib/verizon/models/change_pmec_device_i_paddress_request.rb +66 -0
  182. data/lib/verizon/models/change_pmec_device_profile_bulk_request.rb +75 -0
  183. data/lib/verizon/models/change_pmec_device_profile_request.rb +75 -0
  184. data/lib/verizon/models/change_pmec_device_state_activate_request.rb +75 -0
  185. data/lib/verizon/models/change_pmec_device_state_bulk_activate_request.rb +75 -0
  186. data/lib/verizon/models/change_pmec_device_state_bulk_deactivate_request.rb +66 -0
  187. data/lib/verizon/models/change_pmec_device_state_deactivate_request.rb +66 -0
  188. data/lib/verizon/models/check_in_history_item.rb +91 -0
  189. data/lib/verizon/models/check_order_status_request.rb +80 -0
  190. data/lib/verizon/models/client_type_enum.rb +44 -0
  191. data/lib/verizon/models/compute_resources_type.rb +70 -0
  192. data/lib/verizon/models/condition.rb +59 -0
  193. data/lib/verizon/models/configuration.rb +50 -0
  194. data/lib/verizon/models/connection_event.rb +91 -0
  195. data/lib/verizon/models/connection_history_result.rb +74 -0
  196. data/lib/verizon/models/connectivity_management_callback.rb +95 -0
  197. data/lib/verizon/models/connectivity_management_success_result.rb +51 -0
  198. data/lib/verizon/models/consent_delete_request.rb +60 -0
  199. data/lib/verizon/models/consent_request.rb +79 -0
  200. data/lib/verizon/models/contact_info_update_request.rb +88 -0
  201. data/lib/verizon/models/coordinates.rb +60 -0
  202. data/lib/verizon/models/create_device_group_request.rb +91 -0
  203. data/lib/verizon/models/create_io_t_application_request.rb +135 -0
  204. data/lib/verizon/models/create_io_t_application_response.rb +74 -0
  205. data/lib/verizon/models/create_service_profile_result.rb +52 -0
  206. data/lib/verizon/models/create_subscription_request.rb +154 -0
  207. data/lib/verizon/models/create_target_request.rb +170 -0
  208. data/lib/verizon/models/create_target_request_fields.rb +60 -0
  209. data/lib/verizon/models/create_trigger_request.rb +135 -0
  210. data/lib/verizon/models/create_trigger_request_options.rb +105 -0
  211. data/lib/verizon/models/custom_fields.rb +57 -0
  212. data/lib/verizon/models/custom_fields_update_request.rb +133 -0
  213. data/lib/verizon/models/customer_name.rb +88 -0
  214. data/lib/verizon/models/customernamequery.rb +59 -0
  215. data/lib/verizon/models/cycle_type_enum.rb +23 -0
  216. data/lib/verizon/models/daily_usage_item.rb +70 -0
  217. data/lib/verizon/models/data_percentage100_trigger_attribute.rb +61 -0
  218. data/lib/verizon/models/data_percentage50_trigger_attribute.rb +61 -0
  219. data/lib/verizon/models/data_percentage75_trigger_attribute.rb +61 -0
  220. data/lib/verizon/models/data_percentage90_trigger_attribute.rb +61 -0
  221. data/lib/verizon/models/data_trigger_request.rb +70 -0
  222. data/lib/verizon/models/date_filter.rb +57 -0
  223. data/lib/verizon/models/deactivate_device_list.rb +59 -0
  224. data/lib/verizon/models/deactivate_device_profile_request.rb +107 -0
  225. data/lib/verizon/models/delete_devices_request.rb +70 -0
  226. data/lib/verizon/models/delete_devices_result.rb +73 -0
  227. data/lib/verizon/models/delete_service_profile_result.rb +60 -0
  228. data/lib/verizon/models/delete_subscription_request.rb +64 -0
  229. data/lib/verizon/models/delete_target_request.rb +64 -0
  230. data/lib/verizon/models/deregister_service_endpoint_result.rb +61 -0
  231. data/lib/verizon/models/device.rb +57 -0
  232. data/lib/verizon/models/device_activation_request.rb +67 -0
  233. data/lib/verizon/models/device_aggregate_usage_list_request.rb +121 -0
  234. data/lib/verizon/models/device_connection_list_request.rb +67 -0
  235. data/lib/verizon/models/device_cost_center_request.rb +153 -0
  236. data/lib/verizon/models/device_diagnostics_callback.rb +95 -0
  237. data/lib/verizon/models/device_extended_diagnostics_request.rb +68 -0
  238. data/lib/verizon/models/device_extended_diagnostics_result.rb +61 -0
  239. data/lib/verizon/models/device_filter.rb +91 -0
  240. data/lib/verizon/models/device_filter_without_account.rb +80 -0
  241. data/lib/verizon/models/device_firmware_list.rb +71 -0
  242. data/lib/verizon/models/device_firmware_upgrade.rb +135 -0
  243. data/lib/verizon/models/device_firmware_version.rb +101 -0
  244. data/lib/verizon/models/device_firmware_version_update_result.rb +57 -0
  245. data/lib/verizon/models/device_group.rb +90 -0
  246. data/lib/verizon/models/device_group_devices_data.rb +90 -0
  247. data/lib/verizon/models/device_group_update_request.rb +105 -0
  248. data/lib/verizon/models/device_id.rb +59 -0
  249. data/lib/verizon/models/device_id2.rb +60 -0
  250. data/lib/verizon/models/device_id_search.rb +81 -0
  251. data/lib/verizon/models/device_identifier.rb +68 -0
  252. data/lib/verizon/models/device_imei.rb +48 -0
  253. data/lib/verizon/models/device_info.rb +67 -0
  254. data/lib/verizon/models/device_labels.rb +57 -0
  255. data/lib/verizon/models/device_list.rb +59 -0
  256. data/lib/verizon/models/device_list1.rb +75 -0
  257. data/lib/verizon/models/device_list2.rb +59 -0
  258. data/lib/verizon/models/device_list7.rb +66 -0
  259. data/lib/verizon/models/device_list_query_item.rb +123 -0
  260. data/lib/verizon/models/device_list_query_result.rb +91 -0
  261. data/lib/verizon/models/device_list_result.rb +75 -0
  262. data/lib/verizon/models/device_location_callback.rb +57 -0
  263. data/lib/verizon/models/device_location_subscription.rb +80 -0
  264. data/lib/verizon/models/device_location_success_result.rb +50 -0
  265. data/lib/verizon/models/device_log.rb +103 -0
  266. data/lib/verizon/models/device_logging_request.rb +48 -0
  267. data/lib/verizon/models/device_logging_status.rb +57 -0
  268. data/lib/verizon/models/device_management_result.rb +52 -0
  269. data/lib/verizon/models/device_mismatch_list_request.rb +92 -0
  270. data/lib/verizon/models/device_mismatch_list_result.rb +61 -0
  271. data/lib/verizon/models/device_prl_list_request.rb +119 -0
  272. data/lib/verizon/models/device_profile_request.rb +79 -0
  273. data/lib/verizon/models/device_propertylocation.rb +60 -0
  274. data/lib/verizon/models/device_provisioning_history_list_request.rb +67 -0
  275. data/lib/verizon/models/device_provisioning_history_list_result.rb +72 -0
  276. data/lib/verizon/models/device_reset_request.rb +80 -0
  277. data/lib/verizon/models/device_service_information.rb +70 -0
  278. data/lib/verizon/models/device_service_request.rb +58 -0
  279. data/lib/verizon/models/device_software_upgrade.rb +104 -0
  280. data/lib/verizon/models/device_suspension_status_request.rb +80 -0
  281. data/lib/verizon/models/device_upgrade_history.rb +131 -0
  282. data/lib/verizon/models/device_upload_request.rb +93 -0
  283. data/lib/verizon/models/device_usage_list_request.rb +79 -0
  284. data/lib/verizon/models/device_usage_list_result.rb +71 -0
  285. data/lib/verizon/models/devices_consent_result.rb +100 -0
  286. data/lib/verizon/models/devices_protocol_enum.rb +26 -0
  287. data/lib/verizon/models/diagnostic_observation_setting.rb +81 -0
  288. data/lib/verizon/models/diagnostics_category.rb +71 -0
  289. data/lib/verizon/models/diagnostics_observation_result.rb +73 -0
  290. data/lib/verizon/models/diagnostics_subscription.rb +107 -0
  291. data/lib/verizon/models/download_time_window.rb +60 -0
  292. data/lib/verizon/models/edge_discovery_result_data.rb +52 -0
  293. data/lib/verizon/models/enable_promo_exp.rb +51 -0
  294. data/lib/verizon/models/enable_promo_exp1.rb +60 -0
  295. data/lib/verizon/models/engagement.rb +79 -0
  296. data/lib/verizon/models/error_response_code_enum.rb +29 -0
  297. data/lib/verizon/models/esi_msubrequest.rb +70 -0
  298. data/lib/verizon/models/esim_device_id.rb +60 -0
  299. data/lib/verizon/models/esim_device_list.rb +59 -0
  300. data/lib/verizon/models/esim_profile_request.rb +99 -0
  301. data/lib/verizon/models/esim_provhistory_request.rb +106 -0
  302. data/lib/verizon/models/esim_request_response.rb +50 -0
  303. data/lib/verizon/models/esim_status_response.rb +79 -0
  304. data/lib/verizon/models/extended_attributes.rb +60 -0
  305. data/lib/verizon/models/fields.rb +50 -0
  306. data/lib/verizon/models/fields1.rb +50 -0
  307. data/lib/verizon/models/fields2.rb +50 -0
  308. data/lib/verizon/models/fields_http_headers.rb +50 -0
  309. data/lib/verizon/models/filtercriteria.rb +59 -0
  310. data/lib/verizon/models/filtercriteria2.rb +51 -0
  311. data/lib/verizon/models/find_device_by_property_response.rb +182 -0
  312. data/lib/verizon/models/find_device_by_property_response_list.rb +60 -0
  313. data/lib/verizon/models/firmware.rb +130 -0
  314. data/lib/verizon/models/firmware_campaign.rb +172 -0
  315. data/lib/verizon/models/firmware_imei.rb +49 -0
  316. data/lib/verizon/models/firmware_package.rb +118 -0
  317. data/lib/verizon/models/firmware_protocol_enum.rb +26 -0
  318. data/lib/verizon/models/firmware_type_list_enum.rb +23 -0
  319. data/lib/verizon/models/firmware_upgrade.rb +122 -0
  320. data/lib/verizon/models/firmware_upgrade_change_request.rb +57 -0
  321. data/lib/verizon/models/firmware_upgrade_change_result.rb +81 -0
  322. data/lib/verizon/models/firmware_upgrade_device_list_item.rb +73 -0
  323. data/lib/verizon/models/firmware_upgrade_request.rb +93 -0
  324. data/lib/verizon/models/flow_info.rb +90 -0
  325. data/lib/verizon/models/fota_v1_callback_registration_request.rb +80 -0
  326. data/lib/verizon/models/fota_v1_callback_registration_result.rb +62 -0
  327. data/lib/verizon/models/fota_v1_success_result.rb +50 -0
  328. data/lib/verizon/models/fota_v2_callback_registration_request.rb +50 -0
  329. data/lib/verizon/models/fota_v2_callback_registration_result.rb +50 -0
  330. data/lib/verizon/models/fota_v2_subscription.rb +91 -0
  331. data/lib/verizon/models/fota_v2_success_result.rb +48 -0
  332. data/lib/verizon/models/fota_v3_callback_registration_request.rb +50 -0
  333. data/lib/verizon/models/fota_v3_callback_registration_result.rb +50 -0
  334. data/lib/verizon/models/fota_v3_callback_summary.rb +50 -0
  335. data/lib/verizon/models/fota_v3_subscription.rb +91 -0
  336. data/lib/verizon/models/fota_v3_success_result.rb +48 -0
  337. data/lib/verizon/models/generate_external_id_request.rb +52 -0
  338. data/lib/verizon/models/generate_external_id_result.rb +50 -0
  339. data/lib/verizon/models/get_device_experience_score_bulk_request.rb +66 -0
  340. data/lib/verizon/models/get_device_experience_score_history_request.rb +57 -0
  341. data/lib/verizon/models/get_device_list_with_profiles_request.rb +104 -0
  342. data/lib/verizon/models/get_mec_performance_consent_response.rb +50 -0
  343. data/lib/verizon/models/get_network_conditions_request.rb +66 -0
  344. data/lib/verizon/models/get_trigger_response.rb +200 -0
  345. data/lib/verizon/models/get_trigger_response_list.rb +59 -0
  346. data/lib/verizon/models/get_wireless_coverage_request.rb +93 -0
  347. data/lib/verizon/models/get_wireless_coverage_request_fwa.rb +93 -0
  348. data/lib/verizon/models/gio_deactivate_device_profile_request.rb +99 -0
  349. data/lib/verizon/models/gio_device_id.rb +57 -0
  350. data/lib/verizon/models/gio_device_list.rb +59 -0
  351. data/lib/verizon/models/gio_profile_request.rb +87 -0
  352. data/lib/verizon/models/gio_request_response.rb +50 -0
  353. data/lib/verizon/models/gio_sms_message.rb +88 -0
  354. data/lib/verizon/models/giosms_send_request.rb +136 -0
  355. data/lib/verizon/models/go_to_state_request.rb +222 -0
  356. data/lib/verizon/models/gpu.rb +83 -0
  357. data/lib/verizon/models/history.rb +69 -0
  358. data/lib/verizon/models/history_attribute_value.rb +79 -0
  359. data/lib/verizon/models/history_search_filter.rb +69 -0
  360. data/lib/verizon/models/history_search_filter_attributes.rb +50 -0
  361. data/lib/verizon/models/history_search_limit_time.rb +70 -0
  362. data/lib/verizon/models/history_search_request.rb +84 -0
  363. data/lib/verizon/models/http_status_code_enum.rb +228 -0
  364. data/lib/verizon/models/hyper_precise_location_callback.rb +61 -0
  365. data/lib/verizon/models/hyper_precise_location_fault.rb +70 -0
  366. data/lib/verizon/models/i_error_message.rb +82 -0
  367. data/lib/verizon/models/id.rb +62 -0
  368. data/lib/verizon/models/intelligence_success_result.rb +50 -0
  369. data/lib/verizon/models/ip_pool.rb +71 -0
  370. data/lib/verizon/models/key_data_percentage50.rb +60 -0
  371. data/lib/verizon/models/key_service_plan.rb +50 -0
  372. data/lib/verizon/models/keyschunk2.rb +139 -0
  373. data/lib/verizon/models/keysms_percentage50.rb +60 -0
  374. data/lib/verizon/models/kpi_info.rb +121 -0
  375. data/lib/verizon/models/kpi_info_list.rb +59 -0
  376. data/lib/verizon/models/kv_pair.rb +60 -0
  377. data/lib/verizon/models/label.rb +60 -0
  378. data/lib/verizon/models/labels_list.rb +59 -0
  379. data/lib/verizon/models/license_device_id.rb +62 -0
  380. data/lib/verizon/models/license_device_list.rb +69 -0
  381. data/lib/verizon/models/list_all_service_endpoints_result.rb +60 -0
  382. data/lib/verizon/models/list_mec_platforms_result.rb +62 -0
  383. data/lib/verizon/models/list_optimal_service_endpoints_result.rb +59 -0
  384. data/lib/verizon/models/list_regions_result.rb +61 -0
  385. data/lib/verizon/models/list_service_profiles_result.rb +61 -0
  386. data/lib/verizon/models/location.rb +70 -0
  387. data/lib/verizon/models/location_report.rb +102 -0
  388. data/lib/verizon/models/location_report_status.rb +60 -0
  389. data/lib/verizon/models/location_request.rb +88 -0
  390. data/lib/verizon/models/locations.rb +59 -0
  391. data/lib/verizon/models/locationscoord.rb +57 -0
  392. data/lib/verizon/models/log_in_request.rb +58 -0
  393. data/lib/verizon/models/log_in_result.rb +52 -0
  394. data/lib/verizon/models/log_out_request.rb +50 -0
  395. data/lib/verizon/models/m201success.rb +50 -0
  396. data/lib/verizon/models/managed_acc_added_list.rb +60 -0
  397. data/lib/verizon/models/managed_acc_provisioned_list.rb +60 -0
  398. data/lib/verizon/models/managed_account_cancel_request.rb +84 -0
  399. data/lib/verizon/models/managed_account_cancel_response.rb +93 -0
  400. data/lib/verizon/models/managed_accounts_add_request.rb +76 -0
  401. data/lib/verizon/models/managed_accounts_add_response.rb +69 -0
  402. data/lib/verizon/models/managed_accounts_get_all_response.rb +91 -0
  403. data/lib/verizon/models/managed_accounts_provision_request.rb +84 -0
  404. data/lib/verizon/models/managed_accounts_provision_response.rb +100 -0
  405. data/lib/verizon/models/mec_device_id.rb +57 -0
  406. data/lib/verizon/models/mec_device_list.rb +57 -0
  407. data/lib/verizon/models/mec_performance_metrics.rb +90 -0
  408. data/lib/verizon/models/mec_performance_query_result.rb +60 -0
  409. data/lib/verizon/models/mec_platform_resource.rb +95 -0
  410. data/lib/verizon/models/mec_platform_status_enum.rb +26 -0
  411. data/lib/verizon/models/mec_platforms_additional_support_info.rb +60 -0
  412. data/lib/verizon/models/mec_platforms_additional_support_info_data.rb +51 -0
  413. data/lib/verizon/models/mec_profile.rb +60 -0
  414. data/lib/verizon/models/mec_profile_list.rb +59 -0
  415. data/lib/verizon/models/mismatched_device.rb +112 -0
  416. data/lib/verizon/models/move_device_request.rb +137 -0
  417. data/lib/verizon/models/network_resources_type.rb +98 -0
  418. data/lib/verizon/models/network_type.rb +50 -0
  419. data/lib/verizon/models/no_of_days_b4_promo_exp.rb +60 -0
  420. data/lib/verizon/models/notification.rb +179 -0
  421. data/lib/verizon/models/notification_group_name_trigger_attribute.rb +50 -0
  422. data/lib/verizon/models/notification_report_request.rb +85 -0
  423. data/lib/verizon/models/notification_report_status_request.rb +78 -0
  424. data/lib/verizon/models/numerical_data.rb +60 -0
  425. data/lib/verizon/models/numerical_data_unit_enum.rb +29 -0
  426. data/lib/verizon/models/oauth_provider_error_enum.rb +45 -0
  427. data/lib/verizon/models/oauth_scope_enum.rb +48 -0
  428. data/lib/verizon/models/oauth_token.rb +100 -0
  429. data/lib/verizon/models/observation_request.rb +107 -0
  430. data/lib/verizon/models/observation_request_attribute.rb +50 -0
  431. data/lib/verizon/models/place_of_use.rb +63 -0
  432. data/lib/verizon/models/position_data.rb +100 -0
  433. data/lib/verizon/models/position_error.rb +80 -0
  434. data/lib/verizon/models/primary_place_of_use.rb +78 -0
  435. data/lib/verizon/models/profile_change_state_request.rb +75 -0
  436. data/lib/verizon/models/profile_request.rb +137 -0
  437. data/lib/verizon/models/profile_request2.rb +109 -0
  438. data/lib/verizon/models/promo_alert.rb +89 -0
  439. data/lib/verizon/models/promo_alert1.rb +81 -0
  440. data/lib/verizon/models/promo_alert_trigger_request.rb +117 -0
  441. data/lib/verizon/models/property_device_id.rb +62 -0
  442. data/lib/verizon/models/provhistory_request.rb +106 -0
  443. data/lib/verizon/models/provisioning_history.rb +130 -0
  444. data/lib/verizon/models/qos_device_id.rb +60 -0
  445. data/lib/verizon/models/qos_device_info.rb +78 -0
  446. data/lib/verizon/models/query_mec_performance_metrics_request.rb +57 -0
  447. data/lib/verizon/models/query_subscription_request.rb +78 -0
  448. data/lib/verizon/models/query_target_request.rb +78 -0
  449. data/lib/verizon/models/ready_sim_device_id.rb +60 -0
  450. data/lib/verizon/models/ready_sim_service_plan.rb +50 -0
  451. data/lib/verizon/models/region.rb +100 -0
  452. data/lib/verizon/models/register_callback_request.rb +80 -0
  453. data/lib/verizon/models/register_service_endpoint_result.rb +53 -0
  454. data/lib/verizon/models/registered_callbacks.rb +92 -0
  455. data/lib/verizon/models/remove_device_request.rb +61 -0
  456. data/lib/verizon/models/report_status_enum.rb +26 -0
  457. data/lib/verizon/models/request_body_for_usage.rb +96 -0
  458. data/lib/verizon/models/request_response.rb +50 -0
  459. data/lib/verizon/models/request_status_enum.rb +26 -0
  460. data/lib/verizon/models/request_trigger.rb +111 -0
  461. data/lib/verizon/models/resource_identifier.rb +61 -0
  462. data/lib/verizon/models/resources_edge_hosted_service.rb +96 -0
  463. data/lib/verizon/models/resources_edge_hosted_service_with_profile_id.rb +107 -0
  464. data/lib/verizon/models/resources_service_endpoint.rb +90 -0
  465. data/lib/verizon/models/resources_service_profile.rb +119 -0
  466. data/lib/verizon/models/resources_service_profile_with_id.rb +129 -0
  467. data/lib/verizon/models/response_code_enum.rb +29 -0
  468. data/lib/verizon/models/response_to_usage_query.rb +79 -0
  469. data/lib/verizon/models/retrieve_monitors_request.rb +78 -0
  470. data/lib/verizon/models/retrieves_available_files_response.rb +124 -0
  471. data/lib/verizon/models/retrieves_available_files_response_list.rb +59 -0
  472. data/lib/verizon/models/schedules_software_upgrade_request.rb +186 -0
  473. data/lib/verizon/models/search_device_by_property_fields.rb +122 -0
  474. data/lib/verizon/models/search_device_by_property_response.rb +192 -0
  475. data/lib/verizon/models/search_device_by_property_response_list.rb +59 -0
  476. data/lib/verizon/models/search_device_event_history_request.rb +96 -0
  477. data/lib/verizon/models/search_device_event_history_response_list.rb +62 -0
  478. data/lib/verizon/models/search_device_response.rb +173 -0
  479. data/lib/verizon/models/search_sensor_history_request.rb +82 -0
  480. data/lib/verizon/models/search_sensor_history_response_list.rb +59 -0
  481. data/lib/verizon/models/security_subscription.rb +114 -0
  482. data/lib/verizon/models/security_subscription_request.rb +67 -0
  483. data/lib/verizon/models/security_subscription_result.rb +70 -0
  484. data/lib/verizon/models/security_success_result.rb +54 -0
  485. data/lib/verizon/models/sensitivity_parameters.rb +86 -0
  486. data/lib/verizon/models/service_name_enum.rb +23 -0
  487. data/lib/verizon/models/service_plan.rb +103 -0
  488. data/lib/verizon/models/service_plan_trigger_attribute.rb +50 -0
  489. data/lib/verizon/models/service_plan_update_request.rb +154 -0
  490. data/lib/verizon/models/service_usage.rb +61 -0
  491. data/lib/verizon/models/session_report.rb +83 -0
  492. data/lib/verizon/models/session_report_request.rb +105 -0
  493. data/lib/verizon/models/session_reset_password_request.rb +48 -0
  494. data/lib/verizon/models/session_reset_password_result.rb +50 -0
  495. data/lib/verizon/models/session_trigger_request.rb +60 -0
  496. data/lib/verizon/models/set_fallback_attribute_request.rb +77 -0
  497. data/lib/verizon/models/sms_event_history_request.rb +86 -0
  498. data/lib/verizon/models/sms_message.rb +80 -0
  499. data/lib/verizon/models/sms_messages_query_result.rb +72 -0
  500. data/lib/verizon/models/sms_messages_response.rb +69 -0
  501. data/lib/verizon/models/sms_number.rb +60 -0
  502. data/lib/verizon/models/sms_options_send_request.rb +60 -0
  503. data/lib/verizon/models/sms_send_request.rb +132 -0
  504. data/lib/verizon/models/sms_trigger_request.rb +70 -0
  505. data/lib/verizon/models/software_package.rb +106 -0
  506. data/lib/verizon/models/state.rb +72 -0
  507. data/lib/verizon/models/status.rb +50 -0
  508. data/lib/verizon/models/status1_enum.rb +23 -0
  509. data/lib/verizon/models/status_list.rb +70 -0
  510. data/lib/verizon/models/status_response.rb +79 -0
  511. data/lib/verizon/models/stop_monitor_request.rb +57 -0
  512. data/lib/verizon/models/subrequest.rb +60 -0
  513. data/lib/verizon/models/subscribe_request.rb +66 -0
  514. data/lib/verizon/models/subscription.rb +245 -0
  515. data/lib/verizon/models/success.rb +50 -0
  516. data/lib/verizon/models/success_response.rb +50 -0
  517. data/lib/verizon/models/synchronous_location_request_result.rb +57 -0
  518. data/lib/verizon/models/target.rb +171 -0
  519. data/lib/verizon/models/target_authentication.rb +60 -0
  520. data/lib/verizon/models/target_authentication_body.rb +90 -0
  521. data/lib/verizon/models/target_authentication_body_headers.rb +60 -0
  522. data/lib/verizon/models/target_authentication_body_host.rb +50 -0
  523. data/lib/verizon/models/thingspace_device.rb +213 -0
  524. data/lib/verizon/models/transaction_id.rb +51 -0
  525. data/lib/verizon/models/trigger_attributes_options.rb +61 -0
  526. data/lib/verizon/models/trigger_type1.rb +94 -0
  527. data/lib/verizon/models/trigger_type2.rb +61 -0
  528. data/lib/verizon/models/trigger_type3.rb +104 -0
  529. data/lib/verizon/models/trigger_value_response.rb +59 -0
  530. data/lib/verizon/models/trigger_value_response2.rb +59 -0
  531. data/lib/verizon/models/triggers_list_options.rb +144 -0
  532. data/lib/verizon/models/triggervalues.rb +148 -0
  533. data/lib/verizon/models/triggervalues2.rb +158 -0
  534. data/lib/verizon/models/update_service_endpoint_result.rb +60 -0
  535. data/lib/verizon/models/update_service_profile_result.rb +60 -0
  536. data/lib/verizon/models/update_trigger_request.rb +170 -0
  537. data/lib/verizon/models/update_trigger_request_options.rb +115 -0
  538. data/lib/verizon/models/upgrade_list_query_result.rb +83 -0
  539. data/lib/verizon/models/upgrade_status_enum.rb +35 -0
  540. data/lib/verizon/models/upload_and_schedule_file_request.rb +176 -0
  541. data/lib/verizon/models/upload_and_schedule_file_response.rb +256 -0
  542. data/lib/verizon/models/upload_configuration_files_response.rb +133 -0
  543. data/lib/verizon/models/uploads_activates_device_request.rb +128 -0
  544. data/lib/verizon/models/usage.rb +111 -0
  545. data/lib/verizon/models/usage_anomaly_attributes.rb +119 -0
  546. data/lib/verizon/models/usage_history.rb +119 -0
  547. data/lib/verizon/models/usage_request_body.rb +106 -0
  548. data/lib/verizon/models/usage_request_response.rb +50 -0
  549. data/lib/verizon/models/usage_trigger_add_request.rb +135 -0
  550. data/lib/verizon/models/usage_trigger_response.rb +152 -0
  551. data/lib/verizon/models/usage_trigger_update_request.rb +94 -0
  552. data/lib/verizon/models/user_equipment_identity_type_enum.rb +20 -0
  553. data/lib/verizon/models/v1_account_subscription.rb +91 -0
  554. data/lib/verizon/models/v1_device_list_item.rb +72 -0
  555. data/lib/verizon/models/v1_licenses_assigned_removed_request.rb +48 -0
  556. data/lib/verizon/models/v1_licenses_assigned_removed_result.rb +89 -0
  557. data/lib/verizon/models/v1_list_of_licenses_to_remove.rb +89 -0
  558. data/lib/verizon/models/v1_list_of_licenses_to_remove_request.rb +62 -0
  559. data/lib/verizon/models/v1_list_of_licenses_to_remove_result.rb +60 -0
  560. data/lib/verizon/models/v2_account_device.rb +173 -0
  561. data/lib/verizon/models/v2_account_device_list.rb +96 -0
  562. data/lib/verizon/models/v2_add_or_remove_device_request.rb +57 -0
  563. data/lib/verizon/models/v2_add_or_remove_device_result.rb +66 -0
  564. data/lib/verizon/models/v2_campaign_device.rb +97 -0
  565. data/lib/verizon/models/v2_campaign_history.rb +80 -0
  566. data/lib/verizon/models/v2_campaign_meta_info.rb +215 -0
  567. data/lib/verizon/models/v2_change_campaign_dates_request.rb +125 -0
  568. data/lib/verizon/models/v2_device_status.rb +68 -0
  569. data/lib/verizon/models/v2_license_device.rb +60 -0
  570. data/lib/verizon/models/v2_license_imei.rb +59 -0
  571. data/lib/verizon/models/v2_license_summary.rb +117 -0
  572. data/lib/verizon/models/v2_licenses_assigned_removed_result.rb +84 -0
  573. data/lib/verizon/models/v2_list_of_licenses_to_remove.rb +75 -0
  574. data/lib/verizon/models/v2_list_of_licenses_to_remove_request.rb +69 -0
  575. data/lib/verizon/models/v2_list_of_licenses_to_remove_result.rb +57 -0
  576. data/lib/verizon/models/v2_software_info.rb +66 -0
  577. data/lib/verizon/models/v2_time_window.rb +57 -0
  578. data/lib/verizon/models/v3_account_device.rb +200 -0
  579. data/lib/verizon/models/v3_account_device_list.rb +96 -0
  580. data/lib/verizon/models/v3_add_or_remove_device_request.rb +57 -0
  581. data/lib/verizon/models/v3_add_or_remove_device_result.rb +75 -0
  582. data/lib/verizon/models/v3_campaign_device.rb +97 -0
  583. data/lib/verizon/models/v3_campaign_history.rb +80 -0
  584. data/lib/verizon/models/v3_campaign_meta_info.rb +175 -0
  585. data/lib/verizon/models/v3_change_campaign_dates_request.rb +80 -0
  586. data/lib/verizon/models/v3_device.rb +248 -0
  587. data/lib/verizon/models/v3_device_list_item.rb +70 -0
  588. data/lib/verizon/models/v3_device_status.rb +123 -0
  589. data/lib/verizon/models/v3_license_assigned_removed_result.rb +84 -0
  590. data/lib/verizon/models/v3_license_device.rb +60 -0
  591. data/lib/verizon/models/v3_license_imei.rb +48 -0
  592. data/lib/verizon/models/v3_license_summary.rb +117 -0
  593. data/lib/verizon/models/v3_software_info.rb +66 -0
  594. data/lib/verizon/models/v3_time_window.rb +57 -0
  595. data/lib/verizon/models/wnp_request_response.rb +50 -0
  596. data/lib/verizon/utilities/date_time_helper.rb +11 -0
  597. data/lib/verizon/utilities/file_wrapper.rb +16 -0
  598. data/lib/verizon.rb +629 -0
  599. metadata +682 -0
@@ -0,0 +1,100 @@
1
+ # verizon
2
+ #
3
+ # This file was automatically generated by APIMATIC v2.0
4
+ # ( https://apimatic.io ).
5
+
6
+ module Verizon
7
+ # DevicesConsentResult Model.
8
+ class DevicesConsentResult < BaseModel
9
+ SKIP = Object.new
10
+ private_constant :SKIP
11
+
12
+ # Account identifier in "##########-#####".
13
+ # @return [String]
14
+ attr_accessor :account_name
15
+
16
+ # Exclude all devices or not?
17
+ # @return [TrueClass | FalseClass]
18
+ attr_accessor :all_device
19
+
20
+ # Are there more devices to retrieve or not?
21
+ # @return [TrueClass | FalseClass]
22
+ attr_accessor :has_more_data
23
+
24
+ # Total number of excluded devices in the account.
25
+ # @return [Integer]
26
+ attr_accessor :total_count
27
+
28
+ # Last update time.
29
+ # @return [String]
30
+ attr_accessor :update_time
31
+
32
+ # Device ID list.
33
+ # @return [Array[String]]
34
+ attr_accessor :exclusion
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['all_device'] = 'allDevice'
41
+ @_hash['has_more_data'] = 'hasMoreData'
42
+ @_hash['total_count'] = 'totalCount'
43
+ @_hash['update_time'] = 'updateTime'
44
+ @_hash['exclusion'] = 'exclusion'
45
+ @_hash
46
+ end
47
+
48
+ # An array for optional fields
49
+ def self.optionals
50
+ %w[
51
+ account_name
52
+ all_device
53
+ has_more_data
54
+ total_count
55
+ update_time
56
+ exclusion
57
+ ]
58
+ end
59
+
60
+ # An array for nullable fields
61
+ def self.nullables
62
+ []
63
+ end
64
+
65
+ def initialize(account_name = SKIP,
66
+ all_device = SKIP,
67
+ has_more_data = SKIP,
68
+ total_count = SKIP,
69
+ update_time = SKIP,
70
+ exclusion = SKIP)
71
+ @account_name = account_name unless account_name == SKIP
72
+ @all_device = all_device unless all_device == SKIP
73
+ @has_more_data = has_more_data unless has_more_data == SKIP
74
+ @total_count = total_count unless total_count == SKIP
75
+ @update_time = update_time unless update_time == SKIP
76
+ @exclusion = exclusion unless exclusion == SKIP
77
+ end
78
+
79
+ # Creates an instance of the object from a hash.
80
+ def self.from_hash(hash)
81
+ return nil unless hash
82
+
83
+ # Extract variables from the hash.
84
+ account_name = hash.key?('accountName') ? hash['accountName'] : SKIP
85
+ all_device = hash.key?('allDevice') ? hash['allDevice'] : SKIP
86
+ has_more_data = hash.key?('hasMoreData') ? hash['hasMoreData'] : SKIP
87
+ total_count = hash.key?('totalCount') ? hash['totalCount'] : SKIP
88
+ update_time = hash.key?('updateTime') ? hash['updateTime'] : SKIP
89
+ exclusion = hash.key?('exclusion') ? hash['exclusion'] : SKIP
90
+
91
+ # Create object from extracted values.
92
+ DevicesConsentResult.new(account_name,
93
+ all_device,
94
+ has_more_data,
95
+ total_count,
96
+ update_time,
97
+ exclusion)
98
+ end
99
+ end
100
+ end
@@ -0,0 +1,26 @@
1
+ # verizon
2
+ #
3
+ # This file was automatically generated by APIMATIC v2.0
4
+ # ( https://apimatic.io ).
5
+
6
+ module Verizon
7
+ # Firmware protocol. Valid values include: LWM2M, OMADM, HTTP.
8
+ class DevicesProtocolEnum
9
+ DEVICES_PROTOCOL_ENUM = [
10
+ # TODO: Write general description for LW_M2M
11
+ LW_M2M = 'LWM2M'.freeze,
12
+
13
+ # TODO: Write general description for OMDADM
14
+ OMDADM = 'OMDADM'.freeze,
15
+
16
+ # TODO: Write general description for HTTP
17
+ HTTP = 'HTTP'.freeze
18
+ ].freeze
19
+
20
+ def self.validate(value)
21
+ return false if value.nil?
22
+
23
+ DEVICES_PROTOCOL_ENUM.include?(value)
24
+ end
25
+ end
26
+ end
@@ -0,0 +1,81 @@
1
+ # verizon
2
+ #
3
+ # This file was automatically generated by APIMATIC v2.0
4
+ # ( https://apimatic.io ).
5
+
6
+ module Verizon
7
+ # Diagnostic observation settings and attributes for a device.
8
+ class DiagnosticObservationSetting < BaseModel
9
+ SKIP = Object.new
10
+ private_constant :SKIP
11
+
12
+ # The name of the billing account for which callback messages will be sent.
13
+ # Format: "##########-#####".
14
+ # @return [String]
15
+ attr_accessor :account_name
16
+
17
+ # Identifies a particular IoT device.
18
+ # @return [Device]
19
+ attr_accessor :device
20
+
21
+ # Streaming RF parameters for which you want to retrieve diagnostic
22
+ # settings.
23
+ # @return [Array[AttributeSetting]]
24
+ attr_accessor :attributes
25
+
26
+ # A mapping from model property names to API property names.
27
+ def self.names
28
+ @_hash = {} if @_hash.nil?
29
+ @_hash['account_name'] = 'accountName'
30
+ @_hash['device'] = 'device'
31
+ @_hash['attributes'] = 'attributes'
32
+ @_hash
33
+ end
34
+
35
+ # An array for optional fields
36
+ def self.optionals
37
+ %w[
38
+ account_name
39
+ device
40
+ attributes
41
+ ]
42
+ end
43
+
44
+ # An array for nullable fields
45
+ def self.nullables
46
+ []
47
+ end
48
+
49
+ def initialize(account_name = SKIP,
50
+ device = SKIP,
51
+ attributes = SKIP)
52
+ @account_name = account_name unless account_name == SKIP
53
+ @device = device unless device == SKIP
54
+ @attributes = attributes unless attributes == SKIP
55
+ end
56
+
57
+ # Creates an instance of the object from a hash.
58
+ def self.from_hash(hash)
59
+ return nil unless hash
60
+
61
+ # Extract variables from the hash.
62
+ account_name = hash.key?('accountName') ? hash['accountName'] : SKIP
63
+ device = Device.from_hash(hash['device']) if hash['device']
64
+ # Parameter is an array, so we need to iterate through it
65
+ attributes = nil
66
+ unless hash['attributes'].nil?
67
+ attributes = []
68
+ hash['attributes'].each do |structure|
69
+ attributes << (AttributeSetting.from_hash(structure) if structure)
70
+ end
71
+ end
72
+
73
+ attributes = SKIP unless hash.key?('attributes')
74
+
75
+ # Create object from extracted values.
76
+ DiagnosticObservationSetting.new(account_name,
77
+ device,
78
+ attributes)
79
+ end
80
+ end
81
+ end
@@ -0,0 +1,71 @@
1
+ # verizon
2
+ #
3
+ # This file was automatically generated by APIMATIC v2.0
4
+ # ( https://apimatic.io ).
5
+
6
+ module Verizon
7
+ # Various types of information about the device, grouped into categories. Each
8
+ # category object contains the category name and a list of Extended Attribute
9
+ # objects as key-value pairs.
10
+ class DiagnosticsCategory < BaseModel
11
+ SKIP = Object.new
12
+ private_constant :SKIP
13
+
14
+ # The name of the category.
15
+ # @return [String]
16
+ attr_accessor :category_name
17
+
18
+ # A list of Extended Attribute objects as key-value pairs.
19
+ # @return [Array[CustomFields]]
20
+ attr_accessor :extended_attributes
21
+
22
+ # A mapping from model property names to API property names.
23
+ def self.names
24
+ @_hash = {} if @_hash.nil?
25
+ @_hash['category_name'] = 'categoryName'
26
+ @_hash['extended_attributes'] = 'extendedAttributes'
27
+ @_hash
28
+ end
29
+
30
+ # An array for optional fields
31
+ def self.optionals
32
+ %w[
33
+ category_name
34
+ extended_attributes
35
+ ]
36
+ end
37
+
38
+ # An array for nullable fields
39
+ def self.nullables
40
+ []
41
+ end
42
+
43
+ def initialize(category_name = SKIP,
44
+ extended_attributes = SKIP)
45
+ @category_name = category_name unless category_name == SKIP
46
+ @extended_attributes = extended_attributes unless extended_attributes == SKIP
47
+ end
48
+
49
+ # Creates an instance of the object from a hash.
50
+ def self.from_hash(hash)
51
+ return nil unless hash
52
+
53
+ # Extract variables from the hash.
54
+ category_name = hash.key?('categoryName') ? hash['categoryName'] : SKIP
55
+ # Parameter is an array, so we need to iterate through it
56
+ extended_attributes = nil
57
+ unless hash['extendedAttributes'].nil?
58
+ extended_attributes = []
59
+ hash['extendedAttributes'].each do |structure|
60
+ extended_attributes << (CustomFields.from_hash(structure) if structure)
61
+ end
62
+ end
63
+
64
+ extended_attributes = SKIP unless hash.key?('extendedAttributes')
65
+
66
+ # Create object from extracted values.
67
+ DiagnosticsCategory.new(category_name,
68
+ extended_attributes)
69
+ end
70
+ end
71
+ end
@@ -0,0 +1,73 @@
1
+ # verizon
2
+ #
3
+ # This file was automatically generated by APIMATIC v2.0
4
+ # ( https://apimatic.io ).
5
+
6
+ require 'date'
7
+ module Verizon
8
+ # A success response containing the current status of the request.
9
+ class DiagnosticsObservationResult < BaseModel
10
+ SKIP = Object.new
11
+ private_constant :SKIP
12
+
13
+ # Transaction identifier.
14
+ # @return [String]
15
+ attr_accessor :transaction_id
16
+
17
+ # Status of the request.
18
+ # @return [String]
19
+ attr_accessor :status
20
+
21
+ # The date and time of when this request was created.
22
+ # @return [DateTime]
23
+ attr_accessor :created_on
24
+
25
+ # A mapping from model property names to API property names.
26
+ def self.names
27
+ @_hash = {} if @_hash.nil?
28
+ @_hash['transaction_id'] = 'transactionID'
29
+ @_hash['status'] = 'status'
30
+ @_hash['created_on'] = 'createdOn'
31
+ @_hash
32
+ end
33
+
34
+ # An array for optional fields
35
+ def self.optionals
36
+ []
37
+ end
38
+
39
+ # An array for nullable fields
40
+ def self.nullables
41
+ []
42
+ end
43
+
44
+ def initialize(transaction_id = nil,
45
+ status = nil,
46
+ created_on = nil)
47
+ @transaction_id = transaction_id
48
+ @status = status
49
+ @created_on = created_on
50
+ end
51
+
52
+ # Creates an instance of the object from a hash.
53
+ def self.from_hash(hash)
54
+ return nil unless hash
55
+
56
+ # Extract variables from the hash.
57
+ transaction_id = hash.key?('transactionID') ? hash['transactionID'] : nil
58
+ status = hash.key?('status') ? hash['status'] : nil
59
+ created_on = if hash.key?('createdOn')
60
+ (DateTimeHelper.from_rfc3339(hash['createdOn']) if hash['createdOn'])
61
+ end
62
+
63
+ # Create object from extracted values.
64
+ DiagnosticsObservationResult.new(transaction_id,
65
+ status,
66
+ created_on)
67
+ end
68
+
69
+ def to_custom_created_on
70
+ DateTimeHelper.to_rfc3339(created_on)
71
+ end
72
+ end
73
+ end
@@ -0,0 +1,107 @@
1
+ # verizon
2
+ #
3
+ # This file was automatically generated by APIMATIC v2.0
4
+ # ( https://apimatic.io ).
5
+
6
+ require 'date'
7
+ module Verizon
8
+ # Status of the diagnostic services subscription.
9
+ class DiagnosticsSubscription < BaseModel
10
+ SKIP = Object.new
11
+ private_constant :SKIP
12
+
13
+ # Account identifier in "##########-#####". An account name is usually
14
+ # numeric, and must include any leading zeros.
15
+ # @return [String]
16
+ attr_accessor :account_name
17
+
18
+ # The date and time of when the subscription was created.
19
+ # @return [DateTime]
20
+ attr_accessor :created_on
21
+
22
+ # The date and time of when the subscription was last updated.
23
+ # @return [DateTime]
24
+ attr_accessor :last_updated
25
+
26
+ # Number of licenses currently assigned to devices.
27
+ # @return [Integer]
28
+ attr_accessor :total_allowed
29
+
30
+ # Number of licenses currently used by the devices.
31
+ # @return [Integer]
32
+ attr_accessor :total_used
33
+
34
+ # Name of the SKU for the account.
35
+ # @return [String]
36
+ attr_accessor :sku_name
37
+
38
+ # A mapping from model property names to API property names.
39
+ def self.names
40
+ @_hash = {} if @_hash.nil?
41
+ @_hash['account_name'] = 'accountName'
42
+ @_hash['created_on'] = 'createdOn'
43
+ @_hash['last_updated'] = 'lastUpdated'
44
+ @_hash['total_allowed'] = 'totalAllowed'
45
+ @_hash['total_used'] = 'totalUsed'
46
+ @_hash['sku_name'] = 'skuName'
47
+ @_hash
48
+ end
49
+
50
+ # An array for optional fields
51
+ def self.optionals
52
+ []
53
+ end
54
+
55
+ # An array for nullable fields
56
+ def self.nullables
57
+ []
58
+ end
59
+
60
+ def initialize(account_name = nil,
61
+ created_on = nil,
62
+ last_updated = nil,
63
+ total_allowed = nil,
64
+ total_used = nil,
65
+ sku_name = nil)
66
+ @account_name = account_name
67
+ @created_on = created_on
68
+ @last_updated = last_updated
69
+ @total_allowed = total_allowed
70
+ @total_used = total_used
71
+ @sku_name = sku_name
72
+ end
73
+
74
+ # Creates an instance of the object from a hash.
75
+ def self.from_hash(hash)
76
+ return nil unless hash
77
+
78
+ # Extract variables from the hash.
79
+ account_name = hash.key?('accountName') ? hash['accountName'] : nil
80
+ created_on = if hash.key?('createdOn')
81
+ (DateTimeHelper.from_rfc3339(hash['createdOn']) if hash['createdOn'])
82
+ end
83
+ last_updated = if hash.key?('lastUpdated')
84
+ (DateTimeHelper.from_rfc3339(hash['lastUpdated']) if hash['lastUpdated'])
85
+ end
86
+ total_allowed = hash.key?('totalAllowed') ? hash['totalAllowed'] : nil
87
+ total_used = hash.key?('totalUsed') ? hash['totalUsed'] : nil
88
+ sku_name = hash.key?('skuName') ? hash['skuName'] : nil
89
+
90
+ # Create object from extracted values.
91
+ DiagnosticsSubscription.new(account_name,
92
+ created_on,
93
+ last_updated,
94
+ total_allowed,
95
+ total_used,
96
+ sku_name)
97
+ end
98
+
99
+ def to_custom_created_on
100
+ DateTimeHelper.to_rfc3339(created_on)
101
+ end
102
+
103
+ def to_custom_last_updated
104
+ DateTimeHelper.to_rfc3339(last_updated)
105
+ end
106
+ end
107
+ end
@@ -0,0 +1,60 @@
1
+ # verizon
2
+ #
3
+ # This file was automatically generated by APIMATIC v2.0
4
+ # ( https://apimatic.io ).
5
+
6
+ module Verizon
7
+ # DownloadTimeWindow Model.
8
+ class DownloadTimeWindow < BaseModel
9
+ SKIP = Object.new
10
+ private_constant :SKIP
11
+
12
+ # Device IMEI list.
13
+ # @return [String]
14
+ attr_accessor :start_time
15
+
16
+ # Device IMEI list.
17
+ # @return [String]
18
+ attr_accessor :end_time
19
+
20
+ # A mapping from model property names to API property names.
21
+ def self.names
22
+ @_hash = {} if @_hash.nil?
23
+ @_hash['start_time'] = 'startTime'
24
+ @_hash['end_time'] = 'endTime'
25
+ @_hash
26
+ end
27
+
28
+ # An array for optional fields
29
+ def self.optionals
30
+ %w[
31
+ start_time
32
+ end_time
33
+ ]
34
+ end
35
+
36
+ # An array for nullable fields
37
+ def self.nullables
38
+ []
39
+ end
40
+
41
+ def initialize(start_time = SKIP,
42
+ end_time = SKIP)
43
+ @start_time = start_time unless start_time == SKIP
44
+ @end_time = end_time unless end_time == SKIP
45
+ end
46
+
47
+ # Creates an instance of the object from a hash.
48
+ def self.from_hash(hash)
49
+ return nil unless hash
50
+
51
+ # Extract variables from the hash.
52
+ start_time = hash.key?('startTime') ? hash['startTime'] : SKIP
53
+ end_time = hash.key?('endTime') ? hash['endTime'] : SKIP
54
+
55
+ # Create object from extracted values.
56
+ DownloadTimeWindow.new(start_time,
57
+ end_time)
58
+ end
59
+ end
60
+ end
@@ -0,0 +1,52 @@
1
+ # verizon
2
+ #
3
+ # This file was automatically generated by APIMATIC v2.0
4
+ # ( https://apimatic.io ).
5
+
6
+ module Verizon
7
+ # For cases where user input exceeds the boundary values an additional 'data'
8
+ # key will be returned with a relevant description.
9
+ class EdgeDiscoveryResultData < BaseModel
10
+ SKIP = Object.new
11
+ private_constant :SKIP
12
+
13
+ # TODO: Write general description for this method
14
+ # @return [String]
15
+ attr_accessor :additional_message
16
+
17
+ # A mapping from model property names to API property names.
18
+ def self.names
19
+ @_hash = {} if @_hash.nil?
20
+ @_hash['additional_message'] = 'additionalMessage'
21
+ @_hash
22
+ end
23
+
24
+ # An array for optional fields
25
+ def self.optionals
26
+ %w[
27
+ additional_message
28
+ ]
29
+ end
30
+
31
+ # An array for nullable fields
32
+ def self.nullables
33
+ []
34
+ end
35
+
36
+ def initialize(additional_message = SKIP)
37
+ @additional_message = additional_message unless additional_message == SKIP
38
+ end
39
+
40
+ # Creates an instance of the object from a hash.
41
+ def self.from_hash(hash)
42
+ return nil unless hash
43
+
44
+ # Extract variables from the hash.
45
+ additional_message =
46
+ hash.key?('additionalMessage') ? hash['additionalMessage'] : SKIP
47
+
48
+ # Create object from extracted values.
49
+ EdgeDiscoveryResultData.new(additional_message)
50
+ end
51
+ end
52
+ 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
+ # EnablePromoExp Model.
8
+ class EnablePromoExp < 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 :enable_promo_exp
15
+
16
+ # A mapping from model property names to API property names.
17
+ def self.names
18
+ @_hash = {} if @_hash.nil?
19
+ @_hash['enable_promo_exp'] = 'enablePromoExp'
20
+ @_hash
21
+ end
22
+
23
+ # An array for optional fields
24
+ def self.optionals
25
+ %w[
26
+ enable_promo_exp
27
+ ]
28
+ end
29
+
30
+ # An array for nullable fields
31
+ def self.nullables
32
+ []
33
+ end
34
+
35
+ def initialize(enable_promo_exp = SKIP)
36
+ @enable_promo_exp = enable_promo_exp unless enable_promo_exp == 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
+ enable_promo_exp =
45
+ hash.key?('enablePromoExp') ? hash['enablePromoExp'] : SKIP
46
+
47
+ # Create object from extracted values.
48
+ EnablePromoExp.new(enable_promo_exp)
49
+ end
50
+ end
51
+ end
@@ -0,0 +1,60 @@
1
+ # verizon
2
+ #
3
+ # This file was automatically generated by APIMATIC v2.0
4
+ # ( https://apimatic.io ).
5
+
6
+ module Verizon
7
+ # EnablePromoExp1 Model.
8
+ class EnablePromoExp1 < 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 [TrueClass | FalseClass]
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,
42
+ value = SKIP)
43
+ @key = key unless key == SKIP
44
+ @value = value unless value == SKIP
45
+ end
46
+
47
+ # Creates an instance of the object from a hash.
48
+ def self.from_hash(hash)
49
+ return nil unless hash
50
+
51
+ # Extract variables from the hash.
52
+ key = hash.key?('key') ? hash['key'] : SKIP
53
+ value = hash.key?('value') ? hash['value'] : SKIP
54
+
55
+ # Create object from extracted values.
56
+ EnablePromoExp1.new(key,
57
+ value)
58
+ end
59
+ end
60
+ end