crimson-falcon 0.5.0 → 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (515) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2151 -1857
  3. data/lib/crimson-falcon/api/{alerts_api.rb → alerts.rb} +105 -39
  4. data/lib/crimson-falcon/api/{api_integrations_api.rb → api_integrations.rb} +12 -12
  5. data/lib/crimson-falcon/api/{aspm_api.rb → aspm.rb} +295 -96
  6. data/lib/crimson-falcon/api/{certificate_based_exclusions_api.rb → certificate_based_exclusions.rb} +25 -25
  7. data/lib/crimson-falcon/api/{default_api.rb → cloud_aws_registration.rb} +29 -29
  8. data/lib/crimson-falcon/api/cloud_azure_registration.rb +105 -0
  9. data/lib/crimson-falcon/api/{cloud_connect_aws_api.rb → cloud_connect_aws.rb} +35 -35
  10. data/lib/crimson-falcon/api/cloud_security_assets.rb +179 -0
  11. data/lib/crimson-falcon/api/{cloud_snapshots_api.rb → cloud_snapshots.rb} +22 -22
  12. data/lib/crimson-falcon/api/{compliance_assessments_api.rb → compliance_assessments.rb} +34 -34
  13. data/lib/crimson-falcon/api/{configuration_assessment_api.rb → configuration_assessment.rb} +11 -11
  14. data/lib/crimson-falcon/api/{configuration_assessment_evaluation_logic_api.rb → configuration_assessment_evaluation_logic.rb} +5 -5
  15. data/lib/crimson-falcon/api/{container_alerts_api.rb → container_alerts.rb} +20 -20
  16. data/lib/crimson-falcon/api/{container_detections_api.rb → container_detections.rb} +46 -46
  17. data/lib/crimson-falcon/api/{container_images_api.rb → container_images.rb} +116 -116
  18. data/lib/crimson-falcon/api/{container_packages_api.rb → container_packages.rb} +122 -52
  19. data/lib/crimson-falcon/api/{container_vulnerabilities_api.rb → container_vulnerabilities.rb} +93 -93
  20. data/lib/crimson-falcon/api/content_update_policies.rb +769 -0
  21. data/lib/crimson-falcon/api/correlation_rules.rb +505 -0
  22. data/lib/crimson-falcon/api/{cspg_iacapi_api.rb → cspg_iac.rb} +4 -4
  23. data/lib/crimson-falcon/api/{cspm_registration_api.rb → cspm_registration.rb} +473 -414
  24. data/lib/crimson-falcon/api/{custom_ioa_api.rb → custom_ioa.rb} +82 -82
  25. data/lib/crimson-falcon/api/{custom_storage_api.rb → custom_storage.rb} +136 -136
  26. data/lib/crimson-falcon/api/{d4c_registration_api.rb → d4c_registration.rb} +97 -178
  27. data/lib/crimson-falcon/api/{datascanner_api.rb → datascanner.rb} +13 -13
  28. data/lib/crimson-falcon/api/{delivery_settings_api.rb → delivery_settings.rb} +8 -8
  29. data/lib/crimson-falcon/api/deployments.rb +115 -0
  30. data/lib/crimson-falcon/api/{detects_api.rb → detects.rb} +18 -18
  31. data/lib/crimson-falcon/api/device_content.rb +176 -0
  32. data/lib/crimson-falcon/api/{device_control_policies_api.rb → device_control_policies.rb} +57 -57
  33. data/lib/crimson-falcon/api/{discover_api.rb → discover.rb} +119 -53
  34. data/lib/crimson-falcon/api/{discover_iot_api.rb → discover_iot.rb} +16 -16
  35. data/lib/crimson-falcon/api/downloads.rb +108 -0
  36. data/lib/crimson-falcon/api/{downloads_api_api.rb → downloads_api.rb} +4 -73
  37. data/lib/crimson-falcon/api/{drift_indicators_api.rb → drift_indicators.rb} +38 -38
  38. data/lib/crimson-falcon/api/{event_schema_api.rb → event_schema.rb} +10 -10
  39. data/lib/crimson-falcon/api/{event_streams_api.rb → event_streams.rb} +11 -11
  40. data/lib/crimson-falcon/api/{exposure_management_api.rb → exposure_management.rb} +47 -41
  41. data/lib/crimson-falcon/api/{falcon_complete_dashboard_api.rb → falcon_complete_dashboard.rb} +73 -73
  42. data/lib/crimson-falcon/api/{falcon_container_api.rb → falcon_container.rb} +4 -4
  43. data/lib/crimson-falcon/api/{falcon_container_cli_api.rb → falcon_container_cli.rb} +5 -5
  44. data/lib/crimson-falcon/api/{falcon_container_image_api.rb → falcon_container_image.rb} +46 -46
  45. data/lib/crimson-falcon/api/{falconx_sandbox_api.rb → falconx_sandbox.rb} +62 -62
  46. data/lib/crimson-falcon/api/{field_schema_api.rb → field_schema.rb} +7 -7
  47. data/lib/crimson-falcon/api/{filevantage_api.rb → filevantage.rb} +149 -149
  48. data/lib/crimson-falcon/api/{firewall_management_api.rb → firewall_management.rb} +138 -138
  49. data/lib/crimson-falcon/api/{firewall_policies_api.rb → firewall_policies.rb} +52 -52
  50. data/lib/crimson-falcon/api/{foundry_logscale_api.rb → foundry_logscale.rb} +65 -65
  51. data/lib/crimson-falcon/api/{handle_api.rb → handle.rb} +4 -4
  52. data/lib/crimson-falcon/api/{host_group_api.rb → host_group.rb} +46 -46
  53. data/lib/crimson-falcon/api/{host_migration_api.rb → host_migration.rb} +49 -49
  54. data/lib/crimson-falcon/api/{hosts_api.rb → hosts.rb} +50 -50
  55. data/lib/crimson-falcon/api/{humio_auth_proxy_api.rb → humio_auth_proxy.rb} +37 -37
  56. data/lib/crimson-falcon/api/{identity_entities_api.rb → identity_entities.rb} +12 -12
  57. data/lib/crimson-falcon/api/{identity_protection_api.rb → identity_protection.rb} +28 -28
  58. data/lib/crimson-falcon/api/{image_assessment_policies_api.rb → image_assessment_policies.rb} +44 -44
  59. data/lib/crimson-falcon/api/{incidents_api.rb → incidents.rb} +22 -22
  60. data/lib/crimson-falcon/api/{installation_tokens_api.rb → installation_tokens.rb} +29 -29
  61. data/lib/crimson-falcon/api/{installation_tokens_settings_api.rb → installation_tokens_settings.rb} +5 -5
  62. data/lib/crimson-falcon/api/{intel_api.rb → intel.rb} +85 -85
  63. data/lib/crimson-falcon/api/intelligence_indicator_graph.rb +118 -0
  64. data/lib/crimson-falcon/api/{ioa_exclusions_api.rb → ioa_exclusions.rb} +20 -20
  65. data/lib/crimson-falcon/api/{ioc_api.rb → ioc.rb} +61 -61
  66. data/lib/crimson-falcon/api/{iocs_api.rb → iocs.rb} +21 -21
  67. data/lib/crimson-falcon/api/{kubernetes_protection_api.rb → kubernetes_protection.rb} +370 -370
  68. data/lib/crimson-falcon/api/lookup_files.rb +239 -0
  69. data/lib/crimson-falcon/api/{malquery_api.rb → malquery.rb} +36 -36
  70. data/lib/crimson-falcon/api/{message_center_api.rb → message_center.rb} +42 -42
  71. data/lib/crimson-falcon/api/{ml_exclusions_api.rb → ml_exclusions.rb} +20 -20
  72. data/lib/crimson-falcon/api/{mobile_enrollment_api.rb → mobile_enrollment.rb} +9 -9
  73. data/lib/crimson-falcon/api/{mssp_api.rb → mssp.rb} +117 -117
  74. data/lib/crimson-falcon/api/{oauth2_api.rb → oauth2.rb} +10 -10
  75. data/lib/crimson-falcon/api/{ods_api.rb → ods.rb} +61 -61
  76. data/lib/crimson-falcon/api/{overwatch_dashboard_api.rb → overwatch_dashboard.rb} +21 -21
  77. data/lib/crimson-falcon/api/{prevention_policies_api.rb → prevention_policies.rb} +50 -50
  78. data/lib/crimson-falcon/api/{quarantine_api.rb → quarantine.rb} +24 -24
  79. data/lib/crimson-falcon/api/{quick_scan_api.rb → quick_scan.rb} +16 -16
  80. data/lib/crimson-falcon/api/{quick_scan_pro_api.rb → quick_scan_pro.rb} +25 -25
  81. data/lib/crimson-falcon/api/{real_time_response_api.rb → real_time_response.rb} +98 -98
  82. data/lib/crimson-falcon/api/{real_time_response_admin_api.rb → real_time_response_admin.rb} +72 -72
  83. data/lib/crimson-falcon/api/{real_time_response_audit_api.rb → real_time_response_audit.rb} +4 -4
  84. data/lib/crimson-falcon/api/{recon_api.rb → recon.rb} +109 -109
  85. data/lib/crimson-falcon/api/release_notes.rb +287 -0
  86. data/lib/crimson-falcon/api/releases.rb +125 -0
  87. data/lib/crimson-falcon/api/{report_executions_api.rb → report_executions.rb} +16 -16
  88. data/lib/crimson-falcon/api/{response_policies_api.rb → response_policies.rb} +50 -50
  89. data/lib/crimson-falcon/api/{runtime_detections_api.rb → runtime_detections.rb} +13 -13
  90. data/lib/crimson-falcon/api/{sample_uploads_api.rb → sample_uploads.rb} +49 -49
  91. data/lib/crimson-falcon/api/{scheduled_reports_api.rb → scheduled_reports.rb} +12 -12
  92. data/lib/crimson-falcon/api/{sensor_download_api.rb → sensor_download.rb} +32 -32
  93. data/lib/crimson-falcon/api/{sensor_update_policies_api.rb → sensor_update_policies.rb} +88 -88
  94. data/lib/crimson-falcon/api/{sensor_usage_api_api.rb → sensor_usage.rb} +4 -4
  95. data/lib/crimson-falcon/api/{sensor_visibility_exclusions_api.rb → sensor_visibility_exclusions.rb} +20 -20
  96. data/lib/crimson-falcon/api/{spotlight_evaluation_logic_api.rb → spotlight_evaluation_logic.rb} +13 -13
  97. data/lib/crimson-falcon/api/{spotlight_vulnerabilities_api.rb → spotlight_vulnerabilities.rb} +27 -27
  98. data/lib/crimson-falcon/api/{threatgraph_api.rb → threatgraph.rb} +42 -42
  99. data/lib/crimson-falcon/api/{unidentified_containers_api.rb → unidentified_containers.rb} +23 -23
  100. data/lib/crimson-falcon/api/{user_management_api.rb → user_management.rb} +94 -94
  101. data/lib/crimson-falcon/api/vulnerabilities.rb +106 -0
  102. data/lib/crimson-falcon/api/{workflows_api.rb → workflows.rb} +76 -76
  103. data/lib/crimson-falcon/api/{zero_trust_assessment_api.rb → zero_trust_assessment.rb} +12 -12
  104. data/lib/crimson-falcon/models/api_create_rule_operation_v1.rb +257 -0
  105. data/lib/crimson-falcon/models/api_get_entities_rules_response_v1.rb +266 -0
  106. data/lib/crimson-falcon/models/api_patch_rule_operation_v1.rb +257 -0
  107. data/lib/crimson-falcon/models/api_patch_rule_search_v1.rb +261 -0
  108. data/lib/crimson-falcon/models/api_rule_create_request_v1.rb +354 -0
  109. data/lib/crimson-falcon/models/api_rule_operation_v1.rb +266 -0
  110. data/lib/crimson-falcon/models/api_rule_patch_request_v1.rb +311 -0
  111. data/lib/crimson-falcon/models/api_rule_schedule_v1.rb +239 -0
  112. data/lib/crimson-falcon/models/api_rule_schedule_v1_patch.rb +239 -0
  113. data/lib/crimson-falcon/models/api_rule_search_v1.rb +276 -0
  114. data/lib/crimson-falcon/models/api_rule_v1.rb +132 -203
  115. data/lib/crimson-falcon/models/apidomain_saved_search_execute_request_v1.rb +1 -89
  116. data/lib/crimson-falcon/models/assets_get_resource_ids_response.rb +261 -0
  117. data/lib/crimson-falcon/models/assets_get_resources_response.rb +266 -0
  118. data/lib/crimson-falcon/models/base_set_content_update_policy_precedence_req_v1.rb +242 -0
  119. data/lib/crimson-falcon/models/content_update_create_policies_req_v1.rb +241 -0
  120. data/lib/crimson-falcon/models/content_update_create_policy_req_v1.rb +259 -0
  121. data/lib/crimson-falcon/models/content_update_ring_assignment_settings_v1.rb +253 -0
  122. data/lib/crimson-falcon/models/content_update_settings_v1.rb +241 -0
  123. data/lib/crimson-falcon/models/content_update_update_policies_req_v1.rb +241 -0
  124. data/lib/crimson-falcon/models/content_update_update_policy_req_v1.rb +269 -0
  125. data/lib/crimson-falcon/models/dataclassifications_label.rb +267 -0
  126. data/lib/crimson-falcon/models/dataclassifications_response.rb +284 -0
  127. data/lib/crimson-falcon/models/dataclassifications_tag.rb +283 -0
  128. data/lib/crimson-falcon/models/deployments_api_deployment_ring_view.rb +302 -0
  129. data/lib/crimson-falcon/models/deployments_api_deployment_view.rb +309 -0
  130. data/lib/crimson-falcon/models/deployments_api_deployment_view_wrapper.rb +271 -0
  131. data/lib/crimson-falcon/models/detectsapi_post_combined_alerts_v1_meta.rb +271 -0
  132. data/lib/crimson-falcon/models/detectsapi_post_combined_alerts_v1_paging.rb +262 -0
  133. data/lib/crimson-falcon/models/detectsapi_post_combined_alerts_v1_request_swagger.rb +261 -0
  134. data/lib/crimson-falcon/models/detectsapi_post_combined_alerts_v1_response_swagger.rb +272 -0
  135. data/lib/crimson-falcon/models/device_control_usb_class_exceptions_req_v1.rb +3 -3
  136. data/lib/crimson-falcon/models/device_control_usb_class_exceptions_response.rb +3 -3
  137. data/lib/crimson-falcon/models/devicecontent_content_category.rb +234 -0
  138. data/lib/crimson-falcon/models/devicecontent_state.rb +345 -0
  139. data/lib/crimson-falcon/models/devicecontentapi_entities_response_v1.rb +271 -0
  140. data/lib/crimson-falcon/models/devicecontentapi_query_response_v1.rb +271 -0
  141. data/lib/crimson-falcon/models/domain_aws_account_resource_metadata.rb +66 -1
  142. data/lib/crimson-falcon/models/domain_benchmark.rb +12 -1
  143. data/lib/crimson-falcon/models/domain_content_update_policy_resp_v1.rb +474 -0
  144. data/lib/crimson-falcon/models/domain_content_update_settings_v1.rb +241 -0
  145. data/lib/crimson-falcon/models/domain_discover_api_active_discovery_host.rb +21 -1
  146. data/lib/crimson-falcon/models/domain_discover_api_application_host.rb +13 -1
  147. data/lib/crimson-falcon/models/domain_discover_api_host.rb +33 -1
  148. data/lib/crimson-falcon/models/domain_discover_apiio_t_host.rb +33 -1
  149. data/lib/crimson-falcon/models/domain_kestrel_params.rb +239 -0
  150. data/lib/crimson-falcon/models/domain_lookup_file.rb +453 -0
  151. data/lib/crimson-falcon/models/domain_lookup_file_wrapper.rb +271 -0
  152. data/lib/crimson-falcon/models/domain_report_metadata.rb +10 -1
  153. data/lib/crimson-falcon/models/domain_ring_assignment_settings_v1.rb +267 -0
  154. data/lib/crimson-falcon/models/domain_scheduled_report_v1.rb +15 -1
  155. data/lib/crimson-falcon/models/domain_update_rule_request_v1.rb +18 -1
  156. data/lib/crimson-falcon/models/figapi_adversary.rb +235 -0
  157. data/lib/crimson-falcon/models/figapi_country.rb +245 -0
  158. data/lib/crimson-falcon/models/figapi_domain.rb +345 -0
  159. data/lib/crimson-falcon/models/figapi_email_address.rb +252 -0
  160. data/lib/crimson-falcon/models/figapi_file.rb +299 -0
  161. data/lib/crimson-falcon/models/figapi_indicator.rb +458 -0
  162. data/lib/crimson-falcon/models/figapi_ipv4.rb +269 -0
  163. data/lib/crimson-falcon/models/figapi_ipv6.rb +269 -0
  164. data/lib/crimson-falcon/models/figapi_mx_record.rb +284 -0
  165. data/lib/crimson-falcon/models/figapi_name_server.rb +254 -0
  166. data/lib/crimson-falcon/models/figapi_report.rb +235 -0
  167. data/lib/crimson-falcon/models/figapi_sector.rb +245 -0
  168. data/lib/crimson-falcon/models/figapi_threat.rb +235 -0
  169. data/lib/crimson-falcon/models/figapi_url.rb +247 -0
  170. data/lib/crimson-falcon/models/figapi_vulnerability.rb +374 -0
  171. data/lib/crimson-falcon/models/figapi_who_is.rb +261 -0
  172. data/lib/crimson-falcon/models/figapi_whois_record.rb +306 -0
  173. data/lib/crimson-falcon/models/figapi_x509_certificate.rb +297 -0
  174. data/lib/crimson-falcon/models/graph_condition.rb +2 -12
  175. data/lib/crimson-falcon/models/help.rb +239 -0
  176. data/lib/crimson-falcon/models/ingestion_cve_exploit_reference.rb +267 -0
  177. data/lib/crimson-falcon/models/ingestion_cve_exploit_source.rb +283 -0
  178. data/lib/crimson-falcon/models/ingestion_ex_prt_rating_factors.rb +281 -0
  179. data/lib/crimson-falcon/models/ingestion_reference.rb +255 -0
  180. data/lib/crimson-falcon/models/inventoryapi_surface_error.rb +260 -0
  181. data/lib/crimson-falcon/models/{client_fql_statement.rb → inventoryapi_user_external_asset.rb} +16 -28
  182. data/lib/crimson-falcon/models/inventoryapi_user_external_asset_create.rb +257 -0
  183. data/lib/crimson-falcon/models/inventoryapi_user_external_asset_create_request_v1.rb +242 -0
  184. data/lib/crimson-falcon/models/inventoryapi_user_external_asset_create_response_v1.rb +266 -0
  185. data/lib/crimson-falcon/models/inventoryapi_user_external_asset_result.rb +322 -0
  186. data/lib/crimson-falcon/models/inventoryapidomain_subsidiary.rb +245 -0
  187. data/lib/crimson-falcon/models/jsonschema_pivot.rb +19 -1
  188. data/lib/crimson-falcon/models/jsonschema_signals_extensions.rb +22 -4
  189. data/lib/crimson-falcon/models/jsonschema_ui_extensions.rb +34 -4
  190. data/lib/crimson-falcon/models/models_api_customer_and_image.rb +15 -1
  191. data/lib/crimson-falcon/models/models_api_image_combined_export.rb +26 -1
  192. data/lib/crimson-falcon/models/models_api_package_combined.rb +15 -1
  193. data/lib/crimson-falcon/models/models_api_package_combined_v2.rb +381 -0
  194. data/lib/crimson-falcon/models/models_api_vulnerability_combined.rb +15 -1
  195. data/lib/crimson-falcon/models/models_application_library.rb +13 -4
  196. data/lib/crimson-falcon/models/models_container.rb +15 -1
  197. data/lib/crimson-falcon/models/models_ext_api_image_combined.rb +15 -1
  198. data/lib/crimson-falcon/models/models_message.rb +239 -0
  199. data/lib/crimson-falcon/models/models_partial_fingerprints.rb +239 -0
  200. data/lib/crimson-falcon/models/models_result.rb +339 -0
  201. data/lib/crimson-falcon/models/models_result_location.rb +253 -0
  202. data/lib/crimson-falcon/models/models_result_location_properties.rb +253 -0
  203. data/lib/crimson-falcon/models/models_result_physical_location.rb +253 -0
  204. data/lib/crimson-falcon/models/models_result_physical_location_artifact_location.rb +239 -0
  205. data/lib/crimson-falcon/models/models_result_physical_location_region.rb +239 -0
  206. data/lib/crimson-falcon/models/models_result_properties.rb +365 -0
  207. data/lib/crimson-falcon/models/models_rule.rb +337 -0
  208. data/lib/crimson-falcon/models/models_rule_default_configuration.rb +239 -0
  209. data/lib/crimson-falcon/models/models_rule_properties.rb +669 -0
  210. data/lib/crimson-falcon/models/models_run.rb +255 -0
  211. data/lib/crimson-falcon/models/models_run_tool.rb +239 -0
  212. data/lib/crimson-falcon/models/models_run_tool_driver.rb +283 -0
  213. data/lib/crimson-falcon/models/models_vulnerability_sarif.rb +269 -0
  214. data/lib/crimson-falcon/models/packages_api_combined_package_v2.rb +266 -0
  215. data/lib/crimson-falcon/models/policyframework_benchmark.rb +253 -0
  216. data/lib/crimson-falcon/models/policyframework_control.rb +290 -0
  217. data/lib/crimson-falcon/models/quickscanpro_query_scan_results_response.rb +10 -1
  218. data/lib/crimson-falcon/models/registration_aws_account_ext_v2.rb +19 -1
  219. data/lib/crimson-falcon/models/registration_aws_account_patch.rb +19 -1
  220. data/lib/crimson-falcon/models/registration_aws_account_response_v2.rb +0 -5
  221. data/lib/crimson-falcon/models/registration_azure_download_certificate_response_v1.rb +0 -5
  222. data/lib/crimson-falcon/models/registration_iom_event_v2.rb +12 -1
  223. data/lib/crimson-falcon/models/releasecontents_release_content.rb +327 -0
  224. data/lib/crimson-falcon/models/releasecontents_release_content_version.rb +267 -0
  225. data/lib/crimson-falcon/models/releasenotes_entities_get_request.rb +241 -0
  226. data/lib/crimson-falcon/models/releasenotes_entities_get_response_wrapper.rb +269 -0
  227. data/lib/crimson-falcon/models/releasenotes_note_detail.rb +270 -0
  228. data/lib/crimson-falcon/models/releasenotes_release_note_v1.rb +303 -0
  229. data/lib/crimson-falcon/models/releasenotes_release_note_wrapper_v1.rb +271 -0
  230. data/lib/crimson-falcon/models/releases_release.rb +328 -0
  231. data/lib/crimson-falcon/models/releases_release_wrapper.rb +271 -0
  232. data/lib/crimson-falcon/models/resources_app.rb +243 -0
  233. data/lib/crimson-falcon/models/resources_asset_graph.rb +243 -0
  234. data/lib/crimson-falcon/models/resources_cloud_context.rb +378 -0
  235. data/lib/crimson-falcon/models/resources_cloud_resource.rb +604 -0
  236. data/lib/crimson-falcon/models/resources_compliance.rb +307 -0
  237. data/lib/crimson-falcon/models/resources_detections.rb +291 -0
  238. data/lib/crimson-falcon/models/resources_host.rb +390 -0
  239. data/lib/crimson-falcon/models/resources_relationship.rb +261 -0
  240. data/lib/crimson-falcon/models/resources_vulnerability.rb +262 -0
  241. data/lib/crimson-falcon/models/rest_azure_download_script_request_data.rb +239 -0
  242. data/lib/crimson-falcon/models/rest_azure_download_script_request_v1.rb +241 -0
  243. data/lib/crimson-falcon/models/rest_azure_provision_get_account_script_response_v1.rb +266 -0
  244. data/lib/crimson-falcon/models/rest_azure_script.rb +276 -0
  245. data/lib/crimson-falcon/models/rest_cursor_and_limit_meta_info.rb +289 -0
  246. data/lib/crimson-falcon/models/rest_cursor_meta_info.rb +280 -0
  247. data/lib/crimson-falcon/models/rest_cursor_response_fields.rb +250 -0
  248. data/lib/crimson-falcon/models/rest_paging.rb +262 -0
  249. data/lib/crimson-falcon/models/restapi_indicator_response.rb +271 -0
  250. data/lib/crimson-falcon/models/restapi_indicators_query_request.rb +255 -0
  251. data/lib/crimson-falcon/models/restapi_indicators_query_sort_request.rb +267 -0
  252. data/lib/crimson-falcon/models/sadomain_typosquatting_base_domain.rb +19 -1
  253. data/lib/crimson-falcon/models/sadomain_typosquatting_subdomain.rb +1 -15
  254. data/lib/crimson-falcon/models/string_wrapper.rb +266 -0
  255. data/lib/crimson-falcon/models/types_get_executor_nodes_metadata_response.rb +278 -0
  256. data/lib/crimson-falcon/models/types_get_integration_tasks_metadata_response.rb +267 -0
  257. data/lib/crimson-falcon/models/v2_for_loop.rb +10 -1
  258. data/lib/crimson-falcon/models/vulnerabilities_vulnerability_entity_sarif_response.rb +266 -0
  259. data/lib/crimson-falcon/version.rb +2 -2
  260. data/lib/crimson-falcon.rb +223 -90
  261. data/spec/api/{alerts_api_spec.rb → alerts_spec.rb} +21 -10
  262. data/spec/api/{api_integrations_api_spec.rb → api_integrations_spec.rb} +8 -8
  263. data/spec/api/{aspm_api_spec.rb → aspm_spec.rb} +51 -8
  264. data/spec/api/{certificate_based_exclusions_api_spec.rb → certificate_based_exclusions_spec.rb} +8 -8
  265. data/spec/api/{default_api_spec.rb → cloud_aws_registration_spec.rb} +8 -8
  266. data/spec/api/cloud_azure_registration_spec.rb +63 -0
  267. data/spec/api/{cloud_connect_aws_api_spec.rb → cloud_connect_aws_spec.rb} +8 -8
  268. data/spec/api/cloud_security_assets_spec.rb +78 -0
  269. data/spec/api/{cloud_snapshots_api_spec.rb → cloud_snapshots_spec.rb} +8 -8
  270. data/spec/api/{compliance_assessments_api_spec.rb → compliance_assessments_spec.rb} +8 -8
  271. data/spec/api/{configuration_assessment_evaluation_logic_api_spec.rb → configuration_assessment_evaluation_logic_spec.rb} +8 -8
  272. data/spec/api/{configuration_assessment_api_spec.rb → configuration_assessment_spec.rb} +8 -8
  273. data/spec/api/{container_alerts_api_spec.rb → container_alerts_spec.rb} +12 -12
  274. data/spec/api/{container_detections_api_spec.rb → container_detections_spec.rb} +18 -18
  275. data/spec/api/{container_images_api_spec.rb → container_images_spec.rb} +38 -38
  276. data/spec/api/{container_packages_api_spec.rb → container_packages_spec.rb} +36 -21
  277. data/spec/api/{container_vulnerabilities_api_spec.rb → container_vulnerabilities_spec.rb} +28 -28
  278. data/spec/api/content_update_policies_spec.rb +177 -0
  279. data/spec/api/correlation_rules_spec.rb +137 -0
  280. data/spec/api/{cspg_iacapi_api_spec.rb → cspg_iac_spec.rb} +8 -8
  281. data/spec/api/{cspm_registration_api_spec.rb → cspm_registration_spec.rb} +94 -84
  282. data/spec/api/{custom_ioa_api_spec.rb → custom_ioa_spec.rb} +12 -12
  283. data/spec/api/{custom_storage_api_spec.rb → custom_storage_spec.rb} +8 -8
  284. data/spec/api/{d4c_registration_api_spec.rb → d4c_registration_spec.rb} +9 -22
  285. data/spec/api/{datascanner_api_spec.rb → datascanner_spec.rb} +8 -8
  286. data/spec/api/{delivery_settings_api_spec.rb → delivery_settings_spec.rb} +8 -8
  287. data/spec/api/deployments_spec.rb +65 -0
  288. data/spec/api/{detects_api_spec.rb → detects_spec.rb} +8 -8
  289. data/spec/api/device_content_spec.rb +77 -0
  290. data/spec/api/{device_control_policies_api_spec.rb → device_control_policies_spec.rb} +8 -8
  291. data/spec/api/{discover_iot_api_spec.rb → discover_iot_spec.rb} +8 -8
  292. data/spec/api/{discover_api_spec.rb → discover_spec.rb} +19 -8
  293. data/spec/api/{downloads_api_api_spec.rb → downloads_spec.rb} +8 -20
  294. data/spec/api/{drift_indicators_api_spec.rb → drift_indicators_spec.rb} +16 -16
  295. data/spec/api/{event_schema_api_spec.rb → event_schema_spec.rb} +8 -8
  296. data/spec/api/{event_streams_api_spec.rb → event_streams_spec.rb} +8 -8
  297. data/spec/api/{exposure_management_api_spec.rb → exposure_management_spec.rb} +10 -8
  298. data/spec/api/{falcon_complete_dashboard_api_spec.rb → falcon_complete_dashboard_spec.rb} +8 -8
  299. data/spec/api/{falcon_container_cli_api_spec.rb → falcon_container_cli_spec.rb} +8 -8
  300. data/spec/api/{falcon_container_image_api_spec.rb → falcon_container_image_spec.rb} +13 -13
  301. data/spec/api/{falcon_container_api_spec.rb → falcon_container_spec.rb} +8 -8
  302. data/spec/api/{falconx_sandbox_api_spec.rb → falconx_sandbox_spec.rb} +8 -8
  303. data/spec/api/{field_schema_api_spec.rb → field_schema_spec.rb} +8 -8
  304. data/spec/api/{filevantage_api_spec.rb → filevantage_spec.rb} +14 -14
  305. data/spec/api/{firewall_management_api_spec.rb → firewall_management_spec.rb} +16 -16
  306. data/spec/api/{firewall_policies_api_spec.rb → firewall_policies_spec.rb} +8 -8
  307. data/spec/api/{foundry_logscale_api_spec.rb → foundry_logscale_spec.rb} +8 -8
  308. data/spec/api/{handle_api_spec.rb → handle_spec.rb} +8 -8
  309. data/spec/api/{host_group_api_spec.rb → host_group_spec.rb} +8 -8
  310. data/spec/api/{host_migration_api_spec.rb → host_migration_spec.rb} +10 -10
  311. data/spec/api/{hosts_api_spec.rb → hosts_spec.rb} +8 -8
  312. data/spec/api/{humio_auth_proxy_api_spec.rb → humio_auth_proxy_spec.rb} +8 -8
  313. data/spec/api/{identity_entities_api_spec.rb → identity_entities_spec.rb} +8 -8
  314. data/spec/api/{identity_protection_api_spec.rb → identity_protection_spec.rb} +8 -8
  315. data/spec/api/{image_assessment_policies_api_spec.rb → image_assessment_policies_spec.rb} +8 -8
  316. data/spec/api/{incidents_api_spec.rb → incidents_spec.rb} +8 -8
  317. data/spec/api/{installation_tokens_settings_api_spec.rb → installation_tokens_settings_spec.rb} +8 -8
  318. data/spec/api/{installation_tokens_api_spec.rb → installation_tokens_spec.rb} +8 -8
  319. data/spec/api/{intel_api_spec.rb → intel_spec.rb} +8 -8
  320. data/spec/api/intelligence_indicator_graph_spec.rb +66 -0
  321. data/spec/api/{ioa_exclusions_api_spec.rb → ioa_exclusions_spec.rb} +8 -8
  322. data/spec/api/{ioc_api_spec.rb → ioc_spec.rb} +8 -8
  323. data/spec/api/{iocs_api_spec.rb → iocs_spec.rb} +8 -8
  324. data/spec/api/{kubernetes_protection_api_spec.rb → kubernetes_protection_spec.rb} +66 -66
  325. data/spec/api/lookup_files_spec.rb +80 -0
  326. data/spec/api/{malquery_api_spec.rb → malquery_spec.rb} +8 -8
  327. data/spec/api/{message_center_api_spec.rb → message_center_spec.rb} +8 -8
  328. data/spec/api/{ml_exclusions_api_spec.rb → ml_exclusions_spec.rb} +8 -8
  329. data/spec/api/{mobile_enrollment_api_spec.rb → mobile_enrollment_spec.rb} +8 -8
  330. data/spec/api/{mssp_api_spec.rb → mssp_spec.rb} +8 -8
  331. data/spec/api/{oauth2_api_spec.rb → oauth2_spec.rb} +8 -8
  332. data/spec/api/{ods_api_spec.rb → ods_spec.rb} +8 -8
  333. data/spec/api/{overwatch_dashboard_api_spec.rb → overwatch_dashboard_spec.rb} +8 -8
  334. data/spec/api/{prevention_policies_api_spec.rb → prevention_policies_spec.rb} +8 -8
  335. data/spec/api/{quarantine_api_spec.rb → quarantine_spec.rb} +8 -8
  336. data/spec/api/{quick_scan_pro_api_spec.rb → quick_scan_pro_spec.rb} +8 -8
  337. data/spec/api/{quick_scan_api_spec.rb → quick_scan_spec.rb} +8 -8
  338. data/spec/api/{real_time_response_admin_api_spec.rb → real_time_response_admin_spec.rb} +8 -8
  339. data/spec/api/{real_time_response_audit_api_spec.rb → real_time_response_audit_spec.rb} +8 -8
  340. data/spec/api/{real_time_response_api_spec.rb → real_time_response_spec.rb} +8 -8
  341. data/spec/api/{recon_api_spec.rb → recon_spec.rb} +8 -8
  342. data/spec/api/release_notes_spec.rb +97 -0
  343. data/spec/api/releases_spec.rb +68 -0
  344. data/spec/api/{report_executions_api_spec.rb → report_executions_spec.rb} +8 -8
  345. data/spec/api/{response_policies_api_spec.rb → response_policies_spec.rb} +8 -8
  346. data/spec/api/{runtime_detections_api_spec.rb → runtime_detections_spec.rb} +11 -11
  347. data/spec/api/{sample_uploads_api_spec.rb → sample_uploads_spec.rb} +8 -8
  348. data/spec/api/{scheduled_reports_api_spec.rb → scheduled_reports_spec.rb} +8 -8
  349. data/spec/api/{sensor_download_api_spec.rb → sensor_download_spec.rb} +8 -8
  350. data/spec/api/{sensor_update_policies_api_spec.rb → sensor_update_policies_spec.rb} +8 -8
  351. data/spec/api/{sensor_usage_api_api_spec.rb → sensor_usage_spec.rb} +8 -8
  352. data/spec/api/{sensor_visibility_exclusions_api_spec.rb → sensor_visibility_exclusions_spec.rb} +8 -8
  353. data/spec/api/{spotlight_evaluation_logic_api_spec.rb → spotlight_evaluation_logic_spec.rb} +8 -8
  354. data/spec/api/{spotlight_vulnerabilities_api_spec.rb → spotlight_vulnerabilities_spec.rb} +12 -12
  355. data/spec/api/{threatgraph_api_spec.rb → threatgraph_spec.rb} +8 -8
  356. data/spec/api/{unidentified_containers_api_spec.rb → unidentified_containers_spec.rb} +13 -13
  357. data/spec/api/{user_management_api_spec.rb → user_management_spec.rb} +8 -8
  358. data/spec/api/vulnerabilities_spec.rb +66 -0
  359. data/spec/api/{workflows_api_spec.rb → workflows_spec.rb} +8 -8
  360. data/spec/api/{zero_trust_assessment_api_spec.rb → zero_trust_assessment_spec.rb} +8 -8
  361. data/spec/models/api_create_rule_operation_v1_spec.rb +63 -0
  362. data/spec/models/api_get_entities_rules_response_v1_spec.rb +63 -0
  363. data/spec/models/api_patch_rule_operation_v1_spec.rb +63 -0
  364. data/spec/models/api_patch_rule_search_v1_spec.rb +69 -0
  365. data/spec/models/api_rule_create_request_v1_spec.rb +111 -0
  366. data/spec/models/api_rule_operation_v1_spec.rb +69 -0
  367. data/spec/models/api_rule_patch_request_v1_spec.rb +99 -0
  368. data/spec/models/api_rule_schedule_v1_patch_spec.rb +51 -0
  369. data/spec/models/api_rule_schedule_v1_spec.rb +51 -0
  370. data/spec/models/api_rule_search_v1_spec.rb +69 -0
  371. data/spec/models/api_rule_v1_spec.rb +16 -34
  372. data/spec/models/apidomain_saved_search_execute_request_v1_spec.rb +0 -36
  373. data/spec/models/assets_get_resource_ids_response_spec.rb +63 -0
  374. data/spec/models/assets_get_resources_response_spec.rb +63 -0
  375. data/spec/models/base_set_content_update_policy_precedence_req_v1_spec.rb +51 -0
  376. data/spec/models/content_update_create_policies_req_v1_spec.rb +51 -0
  377. data/spec/models/content_update_create_policy_req_v1_spec.rb +63 -0
  378. data/spec/models/content_update_ring_assignment_settings_v1_spec.rb +57 -0
  379. data/spec/models/content_update_settings_v1_spec.rb +51 -0
  380. data/spec/models/content_update_update_policies_req_v1_spec.rb +51 -0
  381. data/spec/models/content_update_update_policy_req_v1_spec.rb +69 -0
  382. data/spec/models/dataclassifications_label_spec.rb +63 -0
  383. data/spec/models/dataclassifications_response_spec.rb +75 -0
  384. data/spec/models/dataclassifications_tag_spec.rb +69 -0
  385. data/spec/models/deployments_api_deployment_ring_view_spec.rb +87 -0
  386. data/spec/models/deployments_api_deployment_view_spec.rb +93 -0
  387. data/spec/models/deployments_api_deployment_view_wrapper_spec.rb +63 -0
  388. data/spec/models/detectsapi_post_combined_alerts_v1_meta_spec.rb +69 -0
  389. data/spec/models/detectsapi_post_combined_alerts_v1_paging_spec.rb +63 -0
  390. data/spec/models/detectsapi_post_combined_alerts_v1_request_swagger_spec.rb +69 -0
  391. data/spec/models/detectsapi_post_combined_alerts_v1_response_swagger_spec.rb +63 -0
  392. data/spec/models/device_control_usb_class_exceptions_req_v1_spec.rb +1 -1
  393. data/spec/models/device_control_usb_class_exceptions_response_spec.rb +1 -1
  394. data/spec/models/devicecontent_content_category_spec.rb +51 -0
  395. data/spec/models/devicecontent_state_spec.rb +117 -0
  396. data/spec/models/devicecontentapi_entities_response_v1_spec.rb +63 -0
  397. data/spec/models/devicecontentapi_query_response_v1_spec.rb +63 -0
  398. data/spec/models/domain_aws_account_resource_metadata_spec.rb +30 -0
  399. data/spec/models/domain_benchmark_spec.rb +6 -0
  400. data/spec/models/domain_content_update_policy_resp_v1_spec.rb +153 -0
  401. data/spec/models/domain_content_update_settings_v1_spec.rb +51 -0
  402. data/spec/models/domain_discover_api_active_discovery_host_spec.rb +12 -0
  403. data/spec/models/domain_discover_api_application_host_spec.rb +6 -0
  404. data/spec/models/domain_discover_api_host_spec.rb +18 -0
  405. data/spec/models/domain_discover_apiio_t_host_spec.rb +18 -0
  406. data/spec/models/domain_kestrel_params_spec.rb +51 -0
  407. data/spec/models/domain_lookup_file_spec.rb +147 -0
  408. data/spec/models/domain_lookup_file_wrapper_spec.rb +63 -0
  409. data/spec/models/domain_report_metadata_spec.rb +6 -0
  410. data/spec/models/domain_ring_assignment_settings_v1_spec.rb +63 -0
  411. data/spec/models/domain_scheduled_report_v1_spec.rb +6 -0
  412. data/spec/models/domain_update_rule_request_v1_spec.rb +6 -0
  413. data/spec/models/figapi_adversary_spec.rb +51 -0
  414. data/spec/models/figapi_country_spec.rb +57 -0
  415. data/spec/models/figapi_domain_spec.rb +117 -0
  416. data/spec/models/figapi_email_address_spec.rb +63 -0
  417. data/spec/models/figapi_file_spec.rb +87 -0
  418. data/spec/models/figapi_indicator_spec.rb +183 -0
  419. data/spec/models/figapi_ipv4_spec.rb +69 -0
  420. data/spec/models/figapi_ipv6_spec.rb +69 -0
  421. data/spec/models/figapi_mx_record_spec.rb +75 -0
  422. data/spec/models/figapi_name_server_spec.rb +63 -0
  423. data/spec/models/figapi_report_spec.rb +51 -0
  424. data/spec/models/figapi_sector_spec.rb +57 -0
  425. data/spec/models/figapi_threat_spec.rb +51 -0
  426. data/spec/models/figapi_url_spec.rb +57 -0
  427. data/spec/models/figapi_vulnerability_spec.rb +141 -0
  428. data/spec/models/figapi_who_is_spec.rb +69 -0
  429. data/spec/models/figapi_whois_record_spec.rb +99 -0
  430. data/spec/models/figapi_x509_certificate_spec.rb +93 -0
  431. data/spec/models/graph_condition_spec.rb +0 -6
  432. data/spec/models/help_spec.rb +51 -0
  433. data/spec/models/ingestion_cve_exploit_reference_spec.rb +63 -0
  434. data/spec/models/ingestion_cve_exploit_source_spec.rb +69 -0
  435. data/spec/models/ingestion_ex_prt_rating_factors_spec.rb +69 -0
  436. data/spec/models/ingestion_reference_spec.rb +57 -0
  437. data/spec/models/inventoryapi_surface_error_spec.rb +63 -0
  438. data/spec/models/inventoryapi_user_external_asset_create_request_v1_spec.rb +51 -0
  439. data/spec/models/inventoryapi_user_external_asset_create_response_v1_spec.rb +63 -0
  440. data/spec/models/inventoryapi_user_external_asset_create_spec.rb +57 -0
  441. data/spec/models/inventoryapi_user_external_asset_result_spec.rb +93 -0
  442. data/spec/models/inventoryapi_user_external_asset_spec.rb +57 -0
  443. data/spec/models/inventoryapidomain_subsidiary_spec.rb +57 -0
  444. data/spec/models/jsonschema_pivot_spec.rb +12 -0
  445. data/spec/models/jsonschema_signals_extensions_spec.rb +12 -0
  446. data/spec/models/jsonschema_ui_extensions_spec.rb +18 -0
  447. data/spec/models/models_api_customer_and_image_spec.rb +6 -0
  448. data/spec/models/models_api_image_combined_export_spec.rb +12 -0
  449. data/spec/models/models_api_package_combined_spec.rb +6 -0
  450. data/spec/models/models_api_package_combined_v2_spec.rb +111 -0
  451. data/spec/models/models_api_vulnerability_combined_spec.rb +6 -0
  452. data/spec/models/models_application_library_spec.rb +6 -0
  453. data/spec/models/models_container_spec.rb +6 -0
  454. data/spec/models/models_ext_api_image_combined_spec.rb +6 -0
  455. data/spec/models/models_message_spec.rb +51 -0
  456. data/spec/models/models_partial_fingerprints_spec.rb +51 -0
  457. data/spec/models/models_result_location_properties_spec.rb +57 -0
  458. data/spec/models/models_result_location_spec.rb +57 -0
  459. data/spec/models/models_result_physical_location_artifact_location_spec.rb +51 -0
  460. data/spec/models/models_result_physical_location_region_spec.rb +51 -0
  461. data/spec/models/models_result_physical_location_spec.rb +57 -0
  462. data/spec/models/models_result_properties_spec.rb +105 -0
  463. data/spec/models/models_result_spec.rb +93 -0
  464. data/spec/models/models_rule_default_configuration_spec.rb +51 -0
  465. data/spec/models/models_rule_properties_spec.rb +231 -0
  466. data/spec/models/models_rule_spec.rb +93 -0
  467. data/spec/models/models_run_spec.rb +57 -0
  468. data/spec/models/models_run_tool_driver_spec.rb +69 -0
  469. data/spec/models/models_run_tool_spec.rb +51 -0
  470. data/spec/models/models_vulnerability_sarif_spec.rb +63 -0
  471. data/spec/models/packages_api_combined_package_v2_spec.rb +63 -0
  472. data/spec/models/policyframework_benchmark_spec.rb +57 -0
  473. data/spec/models/policyframework_control_spec.rb +87 -0
  474. data/spec/models/quickscanpro_query_scan_results_response_spec.rb +6 -0
  475. data/spec/models/registration_aws_account_ext_v2_spec.rb +12 -0
  476. data/spec/models/registration_aws_account_patch_spec.rb +12 -0
  477. data/spec/models/registration_iom_event_v2_spec.rb +6 -0
  478. data/spec/models/releasecontents_release_content_spec.rb +93 -0
  479. data/spec/models/releasecontents_release_content_version_spec.rb +63 -0
  480. data/spec/models/releasenotes_entities_get_request_spec.rb +51 -0
  481. data/spec/models/releasenotes_entities_get_response_wrapper_spec.rb +63 -0
  482. data/spec/models/releasenotes_note_detail_spec.rb +69 -0
  483. data/spec/models/releasenotes_release_note_v1_spec.rb +81 -0
  484. data/spec/models/releasenotes_release_note_wrapper_v1_spec.rb +63 -0
  485. data/spec/models/releases_release_spec.rb +99 -0
  486. data/spec/models/releases_release_wrapper_spec.rb +63 -0
  487. data/spec/models/resources_app_spec.rb +57 -0
  488. data/spec/models/resources_asset_graph_spec.rb +57 -0
  489. data/spec/models/resources_cloud_context_spec.rb +147 -0
  490. data/spec/models/resources_cloud_resource_spec.rb +291 -0
  491. data/spec/models/resources_compliance_spec.rb +87 -0
  492. data/spec/models/resources_detections_spec.rb +81 -0
  493. data/spec/models/resources_host_spec.rb +147 -0
  494. data/spec/models/resources_relationship_spec.rb +69 -0
  495. data/spec/models/resources_vulnerability_spec.rb +63 -0
  496. data/spec/models/rest_azure_download_script_request_data_spec.rb +51 -0
  497. data/spec/models/rest_azure_download_script_request_v1_spec.rb +51 -0
  498. data/spec/models/rest_azure_provision_get_account_script_response_v1_spec.rb +63 -0
  499. data/spec/models/rest_azure_script_spec.rb +69 -0
  500. data/spec/models/rest_cursor_and_limit_meta_info_spec.rb +81 -0
  501. data/spec/models/rest_cursor_meta_info_spec.rb +75 -0
  502. data/spec/models/rest_cursor_response_fields_spec.rb +57 -0
  503. data/spec/models/{client_fql_statement_spec.rb → rest_paging_spec.rb} +9 -9
  504. data/spec/models/restapi_indicator_response_spec.rb +63 -0
  505. data/spec/models/restapi_indicators_query_request_spec.rb +57 -0
  506. data/spec/models/restapi_indicators_query_sort_request_spec.rb +63 -0
  507. data/spec/models/sadomain_typosquatting_base_domain_spec.rb +12 -0
  508. data/spec/models/sadomain_typosquatting_subdomain_spec.rb +0 -6
  509. data/spec/models/string_wrapper_spec.rb +63 -0
  510. data/spec/models/types_get_executor_nodes_metadata_response_spec.rb +75 -0
  511. data/spec/models/types_get_integration_tasks_metadata_response_spec.rb +69 -0
  512. data/spec/models/v2_for_loop_spec.rb +6 -0
  513. data/spec/models/vulnerabilities_vulnerability_entity_sarif_response_spec.rb +63 -0
  514. data/spec/spec_helper.rb +8 -0
  515. metadata +2129 -1732
@@ -30,7 +30,7 @@ SOFTWARE.
30
30
  require 'cgi'
31
31
 
32
32
  module Falcon
33
- class CustomStorageApi
33
+ class CustomStorage
34
34
  attr_accessor :api_client
35
35
 
36
36
  def initialize(api_client = ApiClient.default)
@@ -55,30 +55,30 @@ module Falcon
55
55
  # @return [Array<(CustomStorageResponse, Integer, Hash)>] CustomStorageResponse data, response status code and response headers
56
56
  def delete_object_with_http_info(collection_name, object_key, opts = {})
57
57
  if @api_client.config.debugging
58
- @api_client.config.logger.debug 'Calling API: CustomStorageApi.delete_object ...'
58
+ @api_client.config.logger.debug 'Calling API: CustomStorage.delete_object ...'
59
59
  end
60
60
  # verify the required parameter 'collection_name' is set
61
61
  if @api_client.config.client_side_validation && collection_name.nil?
62
- fail ArgumentError, "Missing the required parameter 'collection_name' when calling CustomStorageApi.delete_object"
62
+ fail ArgumentError, "Missing the required parameter 'collection_name' when calling CustomStorage.delete_object"
63
63
  end
64
64
  if @api_client.config.client_side_validation && collection_name.to_s.length > 255
65
- fail ArgumentError, 'invalid value for "collection_name" when calling CustomStorageApi.delete_object, the character length must be smaller than or equal to 255.'
65
+ fail ArgumentError, 'invalid value for "collection_name" when calling CustomStorage.delete_object, the character length must be smaller than or equal to 255.'
66
66
  end
67
67
 
68
68
  if @api_client.config.client_side_validation && collection_name.to_s.length < 1
69
- fail ArgumentError, 'invalid value for "collection_name" when calling CustomStorageApi.delete_object, the character length must be great than or equal to 1.'
69
+ fail ArgumentError, 'invalid value for "collection_name" when calling CustomStorage.delete_object, the character length must be great than or equal to 1.'
70
70
  end
71
71
 
72
72
  # verify the required parameter 'object_key' is set
73
73
  if @api_client.config.client_side_validation && object_key.nil?
74
- fail ArgumentError, "Missing the required parameter 'object_key' when calling CustomStorageApi.delete_object"
74
+ fail ArgumentError, "Missing the required parameter 'object_key' when calling CustomStorage.delete_object"
75
75
  end
76
76
  if @api_client.config.client_side_validation && object_key.to_s.length > 1000
77
- fail ArgumentError, 'invalid value for "object_key" when calling CustomStorageApi.delete_object, the character length must be smaller than or equal to 1000.'
77
+ fail ArgumentError, 'invalid value for "object_key" when calling CustomStorage.delete_object, the character length must be smaller than or equal to 1000.'
78
78
  end
79
79
 
80
80
  if @api_client.config.client_side_validation && object_key.to_s.length < 1
81
- fail ArgumentError, 'invalid value for "object_key" when calling CustomStorageApi.delete_object, the character length must be great than or equal to 1.'
81
+ fail ArgumentError, 'invalid value for "object_key" when calling CustomStorage.delete_object, the character length must be great than or equal to 1.'
82
82
  end
83
83
 
84
84
  # resource path
@@ -106,7 +106,7 @@ module Falcon
106
106
  auth_names = opts[:debug_auth_names] || ['oauth2']
107
107
 
108
108
  new_options = opts.merge(
109
- :operation => :"CustomStorageApi.delete_object",
109
+ :operation => :"CustomStorage.delete_object",
110
110
  :header_params => header_params,
111
111
  :query_params => query_params,
112
112
  :form_params => form_params,
@@ -117,7 +117,7 @@ module Falcon
117
117
 
118
118
  data, status_code, headers = @api_client.call_api(:DELETE, local_var_path, new_options)
119
119
  if @api_client.config.debugging
120
- @api_client.config.logger.debug "API called: CustomStorageApi#delete_object\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
120
+ @api_client.config.logger.debug "API called: CustomStorage#delete_object\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
121
121
  end
122
122
  return data, status_code, headers
123
123
  end
@@ -143,42 +143,42 @@ module Falcon
143
143
  # @return [Array<(CustomType3191042536, Integer, Hash)>] CustomType3191042536 data, response status code and response headers
144
144
  def delete_versioned_object_with_http_info(collection_name, collection_version, object_key, opts = {})
145
145
  if @api_client.config.debugging
146
- @api_client.config.logger.debug 'Calling API: CustomStorageApi.delete_versioned_object ...'
146
+ @api_client.config.logger.debug 'Calling API: CustomStorage.delete_versioned_object ...'
147
147
  end
148
148
  # verify the required parameter 'collection_name' is set
149
149
  if @api_client.config.client_side_validation && collection_name.nil?
150
- fail ArgumentError, "Missing the required parameter 'collection_name' when calling CustomStorageApi.delete_versioned_object"
150
+ fail ArgumentError, "Missing the required parameter 'collection_name' when calling CustomStorage.delete_versioned_object"
151
151
  end
152
152
  if @api_client.config.client_side_validation && collection_name.to_s.length > 255
153
- fail ArgumentError, 'invalid value for "collection_name" when calling CustomStorageApi.delete_versioned_object, the character length must be smaller than or equal to 255.'
153
+ fail ArgumentError, 'invalid value for "collection_name" when calling CustomStorage.delete_versioned_object, the character length must be smaller than or equal to 255.'
154
154
  end
155
155
 
156
156
  if @api_client.config.client_side_validation && collection_name.to_s.length < 1
157
- fail ArgumentError, 'invalid value for "collection_name" when calling CustomStorageApi.delete_versioned_object, the character length must be great than or equal to 1.'
157
+ fail ArgumentError, 'invalid value for "collection_name" when calling CustomStorage.delete_versioned_object, the character length must be great than or equal to 1.'
158
158
  end
159
159
 
160
160
  # verify the required parameter 'collection_version' is set
161
161
  if @api_client.config.client_side_validation && collection_version.nil?
162
- fail ArgumentError, "Missing the required parameter 'collection_version' when calling CustomStorageApi.delete_versioned_object"
162
+ fail ArgumentError, "Missing the required parameter 'collection_version' when calling CustomStorage.delete_versioned_object"
163
163
  end
164
164
  if @api_client.config.client_side_validation && collection_version.to_s.length > 20
165
- fail ArgumentError, 'invalid value for "collection_version" when calling CustomStorageApi.delete_versioned_object, the character length must be smaller than or equal to 20.'
165
+ fail ArgumentError, 'invalid value for "collection_version" when calling CustomStorage.delete_versioned_object, the character length must be smaller than or equal to 20.'
166
166
  end
167
167
 
168
168
  if @api_client.config.client_side_validation && collection_version.to_s.length < 1
169
- fail ArgumentError, 'invalid value for "collection_version" when calling CustomStorageApi.delete_versioned_object, the character length must be great than or equal to 1.'
169
+ fail ArgumentError, 'invalid value for "collection_version" when calling CustomStorage.delete_versioned_object, the character length must be great than or equal to 1.'
170
170
  end
171
171
 
172
172
  # verify the required parameter 'object_key' is set
173
173
  if @api_client.config.client_side_validation && object_key.nil?
174
- fail ArgumentError, "Missing the required parameter 'object_key' when calling CustomStorageApi.delete_versioned_object"
174
+ fail ArgumentError, "Missing the required parameter 'object_key' when calling CustomStorage.delete_versioned_object"
175
175
  end
176
176
  if @api_client.config.client_side_validation && object_key.to_s.length > 1000
177
- fail ArgumentError, 'invalid value for "object_key" when calling CustomStorageApi.delete_versioned_object, the character length must be smaller than or equal to 1000.'
177
+ fail ArgumentError, 'invalid value for "object_key" when calling CustomStorage.delete_versioned_object, the character length must be smaller than or equal to 1000.'
178
178
  end
179
179
 
180
180
  if @api_client.config.client_side_validation && object_key.to_s.length < 1
181
- fail ArgumentError, 'invalid value for "object_key" when calling CustomStorageApi.delete_versioned_object, the character length must be great than or equal to 1.'
181
+ fail ArgumentError, 'invalid value for "object_key" when calling CustomStorage.delete_versioned_object, the character length must be great than or equal to 1.'
182
182
  end
183
183
 
184
184
  # resource path
@@ -206,7 +206,7 @@ module Falcon
206
206
  auth_names = opts[:debug_auth_names] || ['oauth2']
207
207
 
208
208
  new_options = opts.merge(
209
- :operation => :"CustomStorageApi.delete_versioned_object",
209
+ :operation => :"CustomStorage.delete_versioned_object",
210
210
  :header_params => header_params,
211
211
  :query_params => query_params,
212
212
  :form_params => form_params,
@@ -217,7 +217,7 @@ module Falcon
217
217
 
218
218
  data, status_code, headers = @api_client.call_api(:DELETE, local_var_path, new_options)
219
219
  if @api_client.config.debugging
220
- @api_client.config.logger.debug "API called: CustomStorageApi#delete_versioned_object\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
220
+ @api_client.config.logger.debug "API called: CustomStorage#delete_versioned_object\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
221
221
  end
222
222
  return data, status_code, headers
223
223
  end
@@ -239,30 +239,30 @@ module Falcon
239
239
  # @return [Array<(File, Integer, Hash)>] File data, response status code and response headers
240
240
  def get_object_with_http_info(collection_name, object_key, opts = {})
241
241
  if @api_client.config.debugging
242
- @api_client.config.logger.debug 'Calling API: CustomStorageApi.get_object ...'
242
+ @api_client.config.logger.debug 'Calling API: CustomStorage.get_object ...'
243
243
  end
244
244
  # verify the required parameter 'collection_name' is set
245
245
  if @api_client.config.client_side_validation && collection_name.nil?
246
- fail ArgumentError, "Missing the required parameter 'collection_name' when calling CustomStorageApi.get_object"
246
+ fail ArgumentError, "Missing the required parameter 'collection_name' when calling CustomStorage.get_object"
247
247
  end
248
248
  if @api_client.config.client_side_validation && collection_name.to_s.length > 255
249
- fail ArgumentError, 'invalid value for "collection_name" when calling CustomStorageApi.get_object, the character length must be smaller than or equal to 255.'
249
+ fail ArgumentError, 'invalid value for "collection_name" when calling CustomStorage.get_object, the character length must be smaller than or equal to 255.'
250
250
  end
251
251
 
252
252
  if @api_client.config.client_side_validation && collection_name.to_s.length < 1
253
- fail ArgumentError, 'invalid value for "collection_name" when calling CustomStorageApi.get_object, the character length must be great than or equal to 1.'
253
+ fail ArgumentError, 'invalid value for "collection_name" when calling CustomStorage.get_object, the character length must be great than or equal to 1.'
254
254
  end
255
255
 
256
256
  # verify the required parameter 'object_key' is set
257
257
  if @api_client.config.client_side_validation && object_key.nil?
258
- fail ArgumentError, "Missing the required parameter 'object_key' when calling CustomStorageApi.get_object"
258
+ fail ArgumentError, "Missing the required parameter 'object_key' when calling CustomStorage.get_object"
259
259
  end
260
260
  if @api_client.config.client_side_validation && object_key.to_s.length > 1000
261
- fail ArgumentError, 'invalid value for "object_key" when calling CustomStorageApi.get_object, the character length must be smaller than or equal to 1000.'
261
+ fail ArgumentError, 'invalid value for "object_key" when calling CustomStorage.get_object, the character length must be smaller than or equal to 1000.'
262
262
  end
263
263
 
264
264
  if @api_client.config.client_side_validation && object_key.to_s.length < 1
265
- fail ArgumentError, 'invalid value for "object_key" when calling CustomStorageApi.get_object, the character length must be great than or equal to 1.'
265
+ fail ArgumentError, 'invalid value for "object_key" when calling CustomStorage.get_object, the character length must be great than or equal to 1.'
266
266
  end
267
267
 
268
268
  # resource path
@@ -289,7 +289,7 @@ module Falcon
289
289
  auth_names = opts[:debug_auth_names] || ['oauth2']
290
290
 
291
291
  new_options = opts.merge(
292
- :operation => :"CustomStorageApi.get_object",
292
+ :operation => :"CustomStorage.get_object",
293
293
  :header_params => header_params,
294
294
  :query_params => query_params,
295
295
  :form_params => form_params,
@@ -300,7 +300,7 @@ module Falcon
300
300
 
301
301
  data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
302
302
  if @api_client.config.debugging
303
- @api_client.config.logger.debug "API called: CustomStorageApi#get_object\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
303
+ @api_client.config.logger.debug "API called: CustomStorage#get_object\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
304
304
  end
305
305
  return data, status_code, headers
306
306
  end
@@ -322,30 +322,30 @@ module Falcon
322
322
  # @return [Array<(CustomStorageResponse, Integer, Hash)>] CustomStorageResponse data, response status code and response headers
323
323
  def get_object_metadata_with_http_info(collection_name, object_key, opts = {})
324
324
  if @api_client.config.debugging
325
- @api_client.config.logger.debug 'Calling API: CustomStorageApi.get_object_metadata ...'
325
+ @api_client.config.logger.debug 'Calling API: CustomStorage.get_object_metadata ...'
326
326
  end
327
327
  # verify the required parameter 'collection_name' is set
328
328
  if @api_client.config.client_side_validation && collection_name.nil?
329
- fail ArgumentError, "Missing the required parameter 'collection_name' when calling CustomStorageApi.get_object_metadata"
329
+ fail ArgumentError, "Missing the required parameter 'collection_name' when calling CustomStorage.get_object_metadata"
330
330
  end
331
331
  if @api_client.config.client_side_validation && collection_name.to_s.length > 255
332
- fail ArgumentError, 'invalid value for "collection_name" when calling CustomStorageApi.get_object_metadata, the character length must be smaller than or equal to 255.'
332
+ fail ArgumentError, 'invalid value for "collection_name" when calling CustomStorage.get_object_metadata, the character length must be smaller than or equal to 255.'
333
333
  end
334
334
 
335
335
  if @api_client.config.client_side_validation && collection_name.to_s.length < 1
336
- fail ArgumentError, 'invalid value for "collection_name" when calling CustomStorageApi.get_object_metadata, the character length must be great than or equal to 1.'
336
+ fail ArgumentError, 'invalid value for "collection_name" when calling CustomStorage.get_object_metadata, the character length must be great than or equal to 1.'
337
337
  end
338
338
 
339
339
  # verify the required parameter 'object_key' is set
340
340
  if @api_client.config.client_side_validation && object_key.nil?
341
- fail ArgumentError, "Missing the required parameter 'object_key' when calling CustomStorageApi.get_object_metadata"
341
+ fail ArgumentError, "Missing the required parameter 'object_key' when calling CustomStorage.get_object_metadata"
342
342
  end
343
343
  if @api_client.config.client_side_validation && object_key.to_s.length > 1000
344
- fail ArgumentError, 'invalid value for "object_key" when calling CustomStorageApi.get_object_metadata, the character length must be smaller than or equal to 1000.'
344
+ fail ArgumentError, 'invalid value for "object_key" when calling CustomStorage.get_object_metadata, the character length must be smaller than or equal to 1000.'
345
345
  end
346
346
 
347
347
  if @api_client.config.client_side_validation && object_key.to_s.length < 1
348
- fail ArgumentError, 'invalid value for "object_key" when calling CustomStorageApi.get_object_metadata, the character length must be great than or equal to 1.'
348
+ fail ArgumentError, 'invalid value for "object_key" when calling CustomStorage.get_object_metadata, the character length must be great than or equal to 1.'
349
349
  end
350
350
 
351
351
  # resource path
@@ -372,7 +372,7 @@ module Falcon
372
372
  auth_names = opts[:debug_auth_names] || ['oauth2']
373
373
 
374
374
  new_options = opts.merge(
375
- :operation => :"CustomStorageApi.get_object_metadata",
375
+ :operation => :"CustomStorage.get_object_metadata",
376
376
  :header_params => header_params,
377
377
  :query_params => query_params,
378
378
  :form_params => form_params,
@@ -383,7 +383,7 @@ module Falcon
383
383
 
384
384
  data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
385
385
  if @api_client.config.debugging
386
- @api_client.config.logger.debug "API called: CustomStorageApi#get_object_metadata\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
386
+ @api_client.config.logger.debug "API called: CustomStorage#get_object_metadata\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
387
387
  end
388
388
  return data, status_code, headers
389
389
  end
@@ -407,42 +407,42 @@ module Falcon
407
407
  # @return [Array<(File, Integer, Hash)>] File data, response status code and response headers
408
408
  def get_versioned_object_with_http_info(collection_name, collection_version, object_key, opts = {})
409
409
  if @api_client.config.debugging
410
- @api_client.config.logger.debug 'Calling API: CustomStorageApi.get_versioned_object ...'
410
+ @api_client.config.logger.debug 'Calling API: CustomStorage.get_versioned_object ...'
411
411
  end
412
412
  # verify the required parameter 'collection_name' is set
413
413
  if @api_client.config.client_side_validation && collection_name.nil?
414
- fail ArgumentError, "Missing the required parameter 'collection_name' when calling CustomStorageApi.get_versioned_object"
414
+ fail ArgumentError, "Missing the required parameter 'collection_name' when calling CustomStorage.get_versioned_object"
415
415
  end
416
416
  if @api_client.config.client_side_validation && collection_name.to_s.length > 255
417
- fail ArgumentError, 'invalid value for "collection_name" when calling CustomStorageApi.get_versioned_object, the character length must be smaller than or equal to 255.'
417
+ fail ArgumentError, 'invalid value for "collection_name" when calling CustomStorage.get_versioned_object, the character length must be smaller than or equal to 255.'
418
418
  end
419
419
 
420
420
  if @api_client.config.client_side_validation && collection_name.to_s.length < 1
421
- fail ArgumentError, 'invalid value for "collection_name" when calling CustomStorageApi.get_versioned_object, the character length must be great than or equal to 1.'
421
+ fail ArgumentError, 'invalid value for "collection_name" when calling CustomStorage.get_versioned_object, the character length must be great than or equal to 1.'
422
422
  end
423
423
 
424
424
  # verify the required parameter 'collection_version' is set
425
425
  if @api_client.config.client_side_validation && collection_version.nil?
426
- fail ArgumentError, "Missing the required parameter 'collection_version' when calling CustomStorageApi.get_versioned_object"
426
+ fail ArgumentError, "Missing the required parameter 'collection_version' when calling CustomStorage.get_versioned_object"
427
427
  end
428
428
  if @api_client.config.client_side_validation && collection_version.to_s.length > 20
429
- fail ArgumentError, 'invalid value for "collection_version" when calling CustomStorageApi.get_versioned_object, the character length must be smaller than or equal to 20.'
429
+ fail ArgumentError, 'invalid value for "collection_version" when calling CustomStorage.get_versioned_object, the character length must be smaller than or equal to 20.'
430
430
  end
431
431
 
432
432
  if @api_client.config.client_side_validation && collection_version.to_s.length < 1
433
- fail ArgumentError, 'invalid value for "collection_version" when calling CustomStorageApi.get_versioned_object, the character length must be great than or equal to 1.'
433
+ fail ArgumentError, 'invalid value for "collection_version" when calling CustomStorage.get_versioned_object, the character length must be great than or equal to 1.'
434
434
  end
435
435
 
436
436
  # verify the required parameter 'object_key' is set
437
437
  if @api_client.config.client_side_validation && object_key.nil?
438
- fail ArgumentError, "Missing the required parameter 'object_key' when calling CustomStorageApi.get_versioned_object"
438
+ fail ArgumentError, "Missing the required parameter 'object_key' when calling CustomStorage.get_versioned_object"
439
439
  end
440
440
  if @api_client.config.client_side_validation && object_key.to_s.length > 1000
441
- fail ArgumentError, 'invalid value for "object_key" when calling CustomStorageApi.get_versioned_object, the character length must be smaller than or equal to 1000.'
441
+ fail ArgumentError, 'invalid value for "object_key" when calling CustomStorage.get_versioned_object, the character length must be smaller than or equal to 1000.'
442
442
  end
443
443
 
444
444
  if @api_client.config.client_side_validation && object_key.to_s.length < 1
445
- fail ArgumentError, 'invalid value for "object_key" when calling CustomStorageApi.get_versioned_object, the character length must be great than or equal to 1.'
445
+ fail ArgumentError, 'invalid value for "object_key" when calling CustomStorage.get_versioned_object, the character length must be great than or equal to 1.'
446
446
  end
447
447
 
448
448
  # resource path
@@ -469,7 +469,7 @@ module Falcon
469
469
  auth_names = opts[:debug_auth_names] || ['oauth2']
470
470
 
471
471
  new_options = opts.merge(
472
- :operation => :"CustomStorageApi.get_versioned_object",
472
+ :operation => :"CustomStorage.get_versioned_object",
473
473
  :header_params => header_params,
474
474
  :query_params => query_params,
475
475
  :form_params => form_params,
@@ -480,7 +480,7 @@ module Falcon
480
480
 
481
481
  data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
482
482
  if @api_client.config.debugging
483
- @api_client.config.logger.debug "API called: CustomStorageApi#get_versioned_object\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
483
+ @api_client.config.logger.debug "API called: CustomStorage#get_versioned_object\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
484
484
  end
485
485
  return data, status_code, headers
486
486
  end
@@ -504,42 +504,42 @@ module Falcon
504
504
  # @return [Array<(CustomType3191042536, Integer, Hash)>] CustomType3191042536 data, response status code and response headers
505
505
  def get_versioned_object_metadata_with_http_info(collection_name, collection_version, object_key, opts = {})
506
506
  if @api_client.config.debugging
507
- @api_client.config.logger.debug 'Calling API: CustomStorageApi.get_versioned_object_metadata ...'
507
+ @api_client.config.logger.debug 'Calling API: CustomStorage.get_versioned_object_metadata ...'
508
508
  end
509
509
  # verify the required parameter 'collection_name' is set
510
510
  if @api_client.config.client_side_validation && collection_name.nil?
511
- fail ArgumentError, "Missing the required parameter 'collection_name' when calling CustomStorageApi.get_versioned_object_metadata"
511
+ fail ArgumentError, "Missing the required parameter 'collection_name' when calling CustomStorage.get_versioned_object_metadata"
512
512
  end
513
513
  if @api_client.config.client_side_validation && collection_name.to_s.length > 255
514
- fail ArgumentError, 'invalid value for "collection_name" when calling CustomStorageApi.get_versioned_object_metadata, the character length must be smaller than or equal to 255.'
514
+ fail ArgumentError, 'invalid value for "collection_name" when calling CustomStorage.get_versioned_object_metadata, the character length must be smaller than or equal to 255.'
515
515
  end
516
516
 
517
517
  if @api_client.config.client_side_validation && collection_name.to_s.length < 1
518
- fail ArgumentError, 'invalid value for "collection_name" when calling CustomStorageApi.get_versioned_object_metadata, the character length must be great than or equal to 1.'
518
+ fail ArgumentError, 'invalid value for "collection_name" when calling CustomStorage.get_versioned_object_metadata, the character length must be great than or equal to 1.'
519
519
  end
520
520
 
521
521
  # verify the required parameter 'collection_version' is set
522
522
  if @api_client.config.client_side_validation && collection_version.nil?
523
- fail ArgumentError, "Missing the required parameter 'collection_version' when calling CustomStorageApi.get_versioned_object_metadata"
523
+ fail ArgumentError, "Missing the required parameter 'collection_version' when calling CustomStorage.get_versioned_object_metadata"
524
524
  end
525
525
  if @api_client.config.client_side_validation && collection_version.to_s.length > 20
526
- fail ArgumentError, 'invalid value for "collection_version" when calling CustomStorageApi.get_versioned_object_metadata, the character length must be smaller than or equal to 20.'
526
+ fail ArgumentError, 'invalid value for "collection_version" when calling CustomStorage.get_versioned_object_metadata, the character length must be smaller than or equal to 20.'
527
527
  end
528
528
 
529
529
  if @api_client.config.client_side_validation && collection_version.to_s.length < 1
530
- fail ArgumentError, 'invalid value for "collection_version" when calling CustomStorageApi.get_versioned_object_metadata, the character length must be great than or equal to 1.'
530
+ fail ArgumentError, 'invalid value for "collection_version" when calling CustomStorage.get_versioned_object_metadata, the character length must be great than or equal to 1.'
531
531
  end
532
532
 
533
533
  # verify the required parameter 'object_key' is set
534
534
  if @api_client.config.client_side_validation && object_key.nil?
535
- fail ArgumentError, "Missing the required parameter 'object_key' when calling CustomStorageApi.get_versioned_object_metadata"
535
+ fail ArgumentError, "Missing the required parameter 'object_key' when calling CustomStorage.get_versioned_object_metadata"
536
536
  end
537
537
  if @api_client.config.client_side_validation && object_key.to_s.length > 1000
538
- fail ArgumentError, 'invalid value for "object_key" when calling CustomStorageApi.get_versioned_object_metadata, the character length must be smaller than or equal to 1000.'
538
+ fail ArgumentError, 'invalid value for "object_key" when calling CustomStorage.get_versioned_object_metadata, the character length must be smaller than or equal to 1000.'
539
539
  end
540
540
 
541
541
  if @api_client.config.client_side_validation && object_key.to_s.length < 1
542
- fail ArgumentError, 'invalid value for "object_key" when calling CustomStorageApi.get_versioned_object_metadata, the character length must be great than or equal to 1.'
542
+ fail ArgumentError, 'invalid value for "object_key" when calling CustomStorage.get_versioned_object_metadata, the character length must be great than or equal to 1.'
543
543
  end
544
544
 
545
545
  # resource path
@@ -566,7 +566,7 @@ module Falcon
566
566
  auth_names = opts[:debug_auth_names] || ['oauth2']
567
567
 
568
568
  new_options = opts.merge(
569
- :operation => :"CustomStorageApi.get_versioned_object_metadata",
569
+ :operation => :"CustomStorage.get_versioned_object_metadata",
570
570
  :header_params => header_params,
571
571
  :query_params => query_params,
572
572
  :form_params => form_params,
@@ -577,7 +577,7 @@ module Falcon
577
577
 
578
578
  data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
579
579
  if @api_client.config.debugging
580
- @api_client.config.logger.debug "API called: CustomStorageApi#get_versioned_object_metadata\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
580
+ @api_client.config.logger.debug "API called: CustomStorage#get_versioned_object_metadata\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
581
581
  end
582
582
  return data, status_code, headers
583
583
  end
@@ -603,34 +603,34 @@ module Falcon
603
603
  # @return [Array<(CustomStorageObjectKeys, Integer, Hash)>] CustomStorageObjectKeys data, response status code and response headers
604
604
  def list_objects_with_http_info(collection_name, opts = {})
605
605
  if @api_client.config.debugging
606
- @api_client.config.logger.debug 'Calling API: CustomStorageApi.list_objects ...'
606
+ @api_client.config.logger.debug 'Calling API: CustomStorage.list_objects ...'
607
607
  end
608
608
  # verify the required parameter 'collection_name' is set
609
609
  if @api_client.config.client_side_validation && collection_name.nil?
610
- fail ArgumentError, "Missing the required parameter 'collection_name' when calling CustomStorageApi.list_objects"
610
+ fail ArgumentError, "Missing the required parameter 'collection_name' when calling CustomStorage.list_objects"
611
611
  end
612
612
  if @api_client.config.client_side_validation && collection_name.to_s.length > 255
613
- fail ArgumentError, 'invalid value for "collection_name" when calling CustomStorageApi.list_objects, the character length must be smaller than or equal to 255.'
613
+ fail ArgumentError, 'invalid value for "collection_name" when calling CustomStorage.list_objects, the character length must be smaller than or equal to 255.'
614
614
  end
615
615
 
616
616
  if @api_client.config.client_side_validation && collection_name.to_s.length < 1
617
- fail ArgumentError, 'invalid value for "collection_name" when calling CustomStorageApi.list_objects, the character length must be great than or equal to 1.'
617
+ fail ArgumentError, 'invalid value for "collection_name" when calling CustomStorage.list_objects, the character length must be great than or equal to 1.'
618
618
  end
619
619
 
620
620
  if @api_client.config.client_side_validation && !opts[:'_end'].nil? && opts[:'_end'].to_s.length > 1000
621
- fail ArgumentError, 'invalid value for "opts[:"_end"]" when calling CustomStorageApi.list_objects, the character length must be smaller than or equal to 1000.'
621
+ fail ArgumentError, 'invalid value for "opts[:"_end"]" when calling CustomStorage.list_objects, the character length must be smaller than or equal to 1000.'
622
622
  end
623
623
 
624
624
  if @api_client.config.client_side_validation && !opts[:'_end'].nil? && opts[:'_end'].to_s.length < 1
625
- fail ArgumentError, 'invalid value for "opts[:"_end"]" when calling CustomStorageApi.list_objects, the character length must be great than or equal to 1.'
625
+ fail ArgumentError, 'invalid value for "opts[:"_end"]" when calling CustomStorage.list_objects, the character length must be great than or equal to 1.'
626
626
  end
627
627
 
628
628
  if @api_client.config.client_side_validation && !opts[:'start'].nil? && opts[:'start'].to_s.length > 1000
629
- fail ArgumentError, 'invalid value for "opts[:"start"]" when calling CustomStorageApi.list_objects, the character length must be smaller than or equal to 1000.'
629
+ fail ArgumentError, 'invalid value for "opts[:"start"]" when calling CustomStorage.list_objects, the character length must be smaller than or equal to 1000.'
630
630
  end
631
631
 
632
632
  if @api_client.config.client_side_validation && !opts[:'start'].nil? && opts[:'start'].to_s.length < 1
633
- fail ArgumentError, 'invalid value for "opts[:"start"]" when calling CustomStorageApi.list_objects, the character length must be great than or equal to 1.'
633
+ fail ArgumentError, 'invalid value for "opts[:"start"]" when calling CustomStorage.list_objects, the character length must be great than or equal to 1.'
634
634
  end
635
635
 
636
636
  # resource path
@@ -660,7 +660,7 @@ module Falcon
660
660
  auth_names = opts[:debug_auth_names] || ['oauth2']
661
661
 
662
662
  new_options = opts.merge(
663
- :operation => :"CustomStorageApi.list_objects",
663
+ :operation => :"CustomStorage.list_objects",
664
664
  :header_params => header_params,
665
665
  :query_params => query_params,
666
666
  :form_params => form_params,
@@ -671,7 +671,7 @@ module Falcon
671
671
 
672
672
  data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
673
673
  if @api_client.config.debugging
674
- @api_client.config.logger.debug "API called: CustomStorageApi#list_objects\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
674
+ @api_client.config.logger.debug "API called: CustomStorage#list_objects\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
675
675
  end
676
676
  return data, status_code, headers
677
677
  end
@@ -699,46 +699,46 @@ module Falcon
699
699
  # @return [Array<(CustomType1255839303, Integer, Hash)>] CustomType1255839303 data, response status code and response headers
700
700
  def list_objects_by_version_with_http_info(collection_name, collection_version, opts = {})
701
701
  if @api_client.config.debugging
702
- @api_client.config.logger.debug 'Calling API: CustomStorageApi.list_objects_by_version ...'
702
+ @api_client.config.logger.debug 'Calling API: CustomStorage.list_objects_by_version ...'
703
703
  end
704
704
  # verify the required parameter 'collection_name' is set
705
705
  if @api_client.config.client_side_validation && collection_name.nil?
706
- fail ArgumentError, "Missing the required parameter 'collection_name' when calling CustomStorageApi.list_objects_by_version"
706
+ fail ArgumentError, "Missing the required parameter 'collection_name' when calling CustomStorage.list_objects_by_version"
707
707
  end
708
708
  if @api_client.config.client_side_validation && collection_name.to_s.length > 255
709
- fail ArgumentError, 'invalid value for "collection_name" when calling CustomStorageApi.list_objects_by_version, the character length must be smaller than or equal to 255.'
709
+ fail ArgumentError, 'invalid value for "collection_name" when calling CustomStorage.list_objects_by_version, the character length must be smaller than or equal to 255.'
710
710
  end
711
711
 
712
712
  if @api_client.config.client_side_validation && collection_name.to_s.length < 1
713
- fail ArgumentError, 'invalid value for "collection_name" when calling CustomStorageApi.list_objects_by_version, the character length must be great than or equal to 1.'
713
+ fail ArgumentError, 'invalid value for "collection_name" when calling CustomStorage.list_objects_by_version, the character length must be great than or equal to 1.'
714
714
  end
715
715
 
716
716
  # verify the required parameter 'collection_version' is set
717
717
  if @api_client.config.client_side_validation && collection_version.nil?
718
- fail ArgumentError, "Missing the required parameter 'collection_version' when calling CustomStorageApi.list_objects_by_version"
718
+ fail ArgumentError, "Missing the required parameter 'collection_version' when calling CustomStorage.list_objects_by_version"
719
719
  end
720
720
  if @api_client.config.client_side_validation && collection_version.to_s.length > 20
721
- fail ArgumentError, 'invalid value for "collection_version" when calling CustomStorageApi.list_objects_by_version, the character length must be smaller than or equal to 20.'
721
+ fail ArgumentError, 'invalid value for "collection_version" when calling CustomStorage.list_objects_by_version, the character length must be smaller than or equal to 20.'
722
722
  end
723
723
 
724
724
  if @api_client.config.client_side_validation && collection_version.to_s.length < 1
725
- fail ArgumentError, 'invalid value for "collection_version" when calling CustomStorageApi.list_objects_by_version, the character length must be great than or equal to 1.'
725
+ fail ArgumentError, 'invalid value for "collection_version" when calling CustomStorage.list_objects_by_version, the character length must be great than or equal to 1.'
726
726
  end
727
727
 
728
728
  if @api_client.config.client_side_validation && !opts[:'_end'].nil? && opts[:'_end'].to_s.length > 1000
729
- fail ArgumentError, 'invalid value for "opts[:"_end"]" when calling CustomStorageApi.list_objects_by_version, the character length must be smaller than or equal to 1000.'
729
+ fail ArgumentError, 'invalid value for "opts[:"_end"]" when calling CustomStorage.list_objects_by_version, the character length must be smaller than or equal to 1000.'
730
730
  end
731
731
 
732
732
  if @api_client.config.client_side_validation && !opts[:'_end'].nil? && opts[:'_end'].to_s.length < 1
733
- fail ArgumentError, 'invalid value for "opts[:"_end"]" when calling CustomStorageApi.list_objects_by_version, the character length must be great than or equal to 1.'
733
+ fail ArgumentError, 'invalid value for "opts[:"_end"]" when calling CustomStorage.list_objects_by_version, the character length must be great than or equal to 1.'
734
734
  end
735
735
 
736
736
  if @api_client.config.client_side_validation && !opts[:'start'].nil? && opts[:'start'].to_s.length > 1000
737
- fail ArgumentError, 'invalid value for "opts[:"start"]" when calling CustomStorageApi.list_objects_by_version, the character length must be smaller than or equal to 1000.'
737
+ fail ArgumentError, 'invalid value for "opts[:"start"]" when calling CustomStorage.list_objects_by_version, the character length must be smaller than or equal to 1000.'
738
738
  end
739
739
 
740
740
  if @api_client.config.client_side_validation && !opts[:'start'].nil? && opts[:'start'].to_s.length < 1
741
- fail ArgumentError, 'invalid value for "opts[:"start"]" when calling CustomStorageApi.list_objects_by_version, the character length must be great than or equal to 1.'
741
+ fail ArgumentError, 'invalid value for "opts[:"start"]" when calling CustomStorage.list_objects_by_version, the character length must be great than or equal to 1.'
742
742
  end
743
743
 
744
744
  # resource path
@@ -768,7 +768,7 @@ module Falcon
768
768
  auth_names = opts[:debug_auth_names] || ['oauth2']
769
769
 
770
770
  new_options = opts.merge(
771
- :operation => :"CustomStorageApi.list_objects_by_version",
771
+ :operation => :"CustomStorage.list_objects_by_version",
772
772
  :header_params => header_params,
773
773
  :query_params => query_params,
774
774
  :form_params => form_params,
@@ -779,7 +779,7 @@ module Falcon
779
779
 
780
780
  data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
781
781
  if @api_client.config.debugging
782
- @api_client.config.logger.debug "API called: CustomStorageApi#list_objects_by_version\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
782
+ @api_client.config.logger.debug "API called: CustomStorage#list_objects_by_version\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
783
783
  end
784
784
  return data, status_code, headers
785
785
  end
@@ -807,38 +807,38 @@ module Falcon
807
807
  # @return [Array<(CustomStorageResponse, Integer, Hash)>] CustomStorageResponse data, response status code and response headers
808
808
  def put_object_with_http_info(collection_name, object_key, body, opts = {})
809
809
  if @api_client.config.debugging
810
- @api_client.config.logger.debug 'Calling API: CustomStorageApi.put_object ...'
810
+ @api_client.config.logger.debug 'Calling API: CustomStorage.put_object ...'
811
811
  end
812
812
  # verify the required parameter 'collection_name' is set
813
813
  if @api_client.config.client_side_validation && collection_name.nil?
814
- fail ArgumentError, "Missing the required parameter 'collection_name' when calling CustomStorageApi.put_object"
814
+ fail ArgumentError, "Missing the required parameter 'collection_name' when calling CustomStorage.put_object"
815
815
  end
816
816
  if @api_client.config.client_side_validation && collection_name.to_s.length > 255
817
- fail ArgumentError, 'invalid value for "collection_name" when calling CustomStorageApi.put_object, the character length must be smaller than or equal to 255.'
817
+ fail ArgumentError, 'invalid value for "collection_name" when calling CustomStorage.put_object, the character length must be smaller than or equal to 255.'
818
818
  end
819
819
 
820
820
  if @api_client.config.client_side_validation && collection_name.to_s.length < 1
821
- fail ArgumentError, 'invalid value for "collection_name" when calling CustomStorageApi.put_object, the character length must be great than or equal to 1.'
821
+ fail ArgumentError, 'invalid value for "collection_name" when calling CustomStorage.put_object, the character length must be great than or equal to 1.'
822
822
  end
823
823
 
824
824
  # verify the required parameter 'object_key' is set
825
825
  if @api_client.config.client_side_validation && object_key.nil?
826
- fail ArgumentError, "Missing the required parameter 'object_key' when calling CustomStorageApi.put_object"
826
+ fail ArgumentError, "Missing the required parameter 'object_key' when calling CustomStorage.put_object"
827
827
  end
828
828
  if @api_client.config.client_side_validation && object_key.to_s.length > 1000
829
- fail ArgumentError, 'invalid value for "object_key" when calling CustomStorageApi.put_object, the character length must be smaller than or equal to 1000.'
829
+ fail ArgumentError, 'invalid value for "object_key" when calling CustomStorage.put_object, the character length must be smaller than or equal to 1000.'
830
830
  end
831
831
 
832
832
  if @api_client.config.client_side_validation && object_key.to_s.length < 1
833
- fail ArgumentError, 'invalid value for "object_key" when calling CustomStorageApi.put_object, the character length must be great than or equal to 1.'
833
+ fail ArgumentError, 'invalid value for "object_key" when calling CustomStorage.put_object, the character length must be great than or equal to 1.'
834
834
  end
835
835
 
836
836
  # verify the required parameter 'body' is set
837
837
  if @api_client.config.client_side_validation && body.nil?
838
- fail ArgumentError, "Missing the required parameter 'body' when calling CustomStorageApi.put_object"
838
+ fail ArgumentError, "Missing the required parameter 'body' when calling CustomStorage.put_object"
839
839
  end
840
840
  if @api_client.config.client_side_validation && !opts[:'schema_version'].nil? && opts[:'schema_version'].to_s.length < 1
841
- fail ArgumentError, 'invalid value for "opts[:"schema_version"]" when calling CustomStorageApi.put_object, the character length must be great than or equal to 1.'
841
+ fail ArgumentError, 'invalid value for "opts[:"schema_version"]" when calling CustomStorage.put_object, the character length must be great than or equal to 1.'
842
842
  end
843
843
 
844
844
  # resource path
@@ -872,7 +872,7 @@ module Falcon
872
872
  auth_names = opts[:debug_auth_names] || ['oauth2']
873
873
 
874
874
  new_options = opts.merge(
875
- :operation => :"CustomStorageApi.put_object",
875
+ :operation => :"CustomStorage.put_object",
876
876
  :header_params => header_params,
877
877
  :query_params => query_params,
878
878
  :form_params => form_params,
@@ -883,7 +883,7 @@ module Falcon
883
883
 
884
884
  data, status_code, headers = @api_client.call_api(:PUT, local_var_path, new_options)
885
885
  if @api_client.config.debugging
886
- @api_client.config.logger.debug "API called: CustomStorageApi#put_object\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
886
+ @api_client.config.logger.debug "API called: CustomStorage#put_object\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
887
887
  end
888
888
  return data, status_code, headers
889
889
  end
@@ -911,47 +911,47 @@ module Falcon
911
911
  # @return [Array<(CustomType3191042536, Integer, Hash)>] CustomType3191042536 data, response status code and response headers
912
912
  def put_object_by_version_with_http_info(collection_name, collection_version, object_key, body, opts = {})
913
913
  if @api_client.config.debugging
914
- @api_client.config.logger.debug 'Calling API: CustomStorageApi.put_object_by_version ...'
914
+ @api_client.config.logger.debug 'Calling API: CustomStorage.put_object_by_version ...'
915
915
  end
916
916
  # verify the required parameter 'collection_name' is set
917
917
  if @api_client.config.client_side_validation && collection_name.nil?
918
- fail ArgumentError, "Missing the required parameter 'collection_name' when calling CustomStorageApi.put_object_by_version"
918
+ fail ArgumentError, "Missing the required parameter 'collection_name' when calling CustomStorage.put_object_by_version"
919
919
  end
920
920
  if @api_client.config.client_side_validation && collection_name.to_s.length > 255
921
- fail ArgumentError, 'invalid value for "collection_name" when calling CustomStorageApi.put_object_by_version, the character length must be smaller than or equal to 255.'
921
+ fail ArgumentError, 'invalid value for "collection_name" when calling CustomStorage.put_object_by_version, the character length must be smaller than or equal to 255.'
922
922
  end
923
923
 
924
924
  if @api_client.config.client_side_validation && collection_name.to_s.length < 1
925
- fail ArgumentError, 'invalid value for "collection_name" when calling CustomStorageApi.put_object_by_version, the character length must be great than or equal to 1.'
925
+ fail ArgumentError, 'invalid value for "collection_name" when calling CustomStorage.put_object_by_version, the character length must be great than or equal to 1.'
926
926
  end
927
927
 
928
928
  # verify the required parameter 'collection_version' is set
929
929
  if @api_client.config.client_side_validation && collection_version.nil?
930
- fail ArgumentError, "Missing the required parameter 'collection_version' when calling CustomStorageApi.put_object_by_version"
930
+ fail ArgumentError, "Missing the required parameter 'collection_version' when calling CustomStorage.put_object_by_version"
931
931
  end
932
932
  if @api_client.config.client_side_validation && collection_version.to_s.length > 20
933
- fail ArgumentError, 'invalid value for "collection_version" when calling CustomStorageApi.put_object_by_version, the character length must be smaller than or equal to 20.'
933
+ fail ArgumentError, 'invalid value for "collection_version" when calling CustomStorage.put_object_by_version, the character length must be smaller than or equal to 20.'
934
934
  end
935
935
 
936
936
  if @api_client.config.client_side_validation && collection_version.to_s.length < 1
937
- fail ArgumentError, 'invalid value for "collection_version" when calling CustomStorageApi.put_object_by_version, the character length must be great than or equal to 1.'
937
+ fail ArgumentError, 'invalid value for "collection_version" when calling CustomStorage.put_object_by_version, the character length must be great than or equal to 1.'
938
938
  end
939
939
 
940
940
  # verify the required parameter 'object_key' is set
941
941
  if @api_client.config.client_side_validation && object_key.nil?
942
- fail ArgumentError, "Missing the required parameter 'object_key' when calling CustomStorageApi.put_object_by_version"
942
+ fail ArgumentError, "Missing the required parameter 'object_key' when calling CustomStorage.put_object_by_version"
943
943
  end
944
944
  if @api_client.config.client_side_validation && object_key.to_s.length > 1000
945
- fail ArgumentError, 'invalid value for "object_key" when calling CustomStorageApi.put_object_by_version, the character length must be smaller than or equal to 1000.'
945
+ fail ArgumentError, 'invalid value for "object_key" when calling CustomStorage.put_object_by_version, the character length must be smaller than or equal to 1000.'
946
946
  end
947
947
 
948
948
  if @api_client.config.client_side_validation && object_key.to_s.length < 1
949
- fail ArgumentError, 'invalid value for "object_key" when calling CustomStorageApi.put_object_by_version, the character length must be great than or equal to 1.'
949
+ fail ArgumentError, 'invalid value for "object_key" when calling CustomStorage.put_object_by_version, the character length must be great than or equal to 1.'
950
950
  end
951
951
 
952
952
  # verify the required parameter 'body' is set
953
953
  if @api_client.config.client_side_validation && body.nil?
954
- fail ArgumentError, "Missing the required parameter 'body' when calling CustomStorageApi.put_object_by_version"
954
+ fail ArgumentError, "Missing the required parameter 'body' when calling CustomStorage.put_object_by_version"
955
955
  end
956
956
  # resource path
957
957
  local_var_path = '/customobjects/v1/collections/{collection_name}/{collection_version}/objects/{object_key}'.sub('{' + 'collection_name' + '}', CGI.escape(collection_name.to_s)).sub('{' + 'collection_version' + '}', CGI.escape(collection_version.to_s)).sub('{' + 'object_key' + '}', CGI.escape(object_key.to_s))
@@ -983,7 +983,7 @@ module Falcon
983
983
  auth_names = opts[:debug_auth_names] || ['oauth2']
984
984
 
985
985
  new_options = opts.merge(
986
- :operation => :"CustomStorageApi.put_object_by_version",
986
+ :operation => :"CustomStorage.put_object_by_version",
987
987
  :header_params => header_params,
988
988
  :query_params => query_params,
989
989
  :form_params => form_params,
@@ -994,7 +994,7 @@ module Falcon
994
994
 
995
995
  data, status_code, headers = @api_client.call_api(:PUT, local_var_path, new_options)
996
996
  if @api_client.config.debugging
997
- @api_client.config.logger.debug "API called: CustomStorageApi#put_object_by_version\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
997
+ @api_client.config.logger.debug "API called: CustomStorage#put_object_by_version\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
998
998
  end
999
999
  return data, status_code, headers
1000
1000
  end
@@ -1022,38 +1022,38 @@ module Falcon
1022
1022
  # @return [Array<(CustomStorageResponse, Integer, Hash)>] CustomStorageResponse data, response status code and response headers
1023
1023
  def search_objects_with_http_info(collection_name, filter, opts = {})
1024
1024
  if @api_client.config.debugging
1025
- @api_client.config.logger.debug 'Calling API: CustomStorageApi.search_objects ...'
1025
+ @api_client.config.logger.debug 'Calling API: CustomStorage.search_objects ...'
1026
1026
  end
1027
1027
  # verify the required parameter 'collection_name' is set
1028
1028
  if @api_client.config.client_side_validation && collection_name.nil?
1029
- fail ArgumentError, "Missing the required parameter 'collection_name' when calling CustomStorageApi.search_objects"
1029
+ fail ArgumentError, "Missing the required parameter 'collection_name' when calling CustomStorage.search_objects"
1030
1030
  end
1031
1031
  if @api_client.config.client_side_validation && collection_name.to_s.length > 255
1032
- fail ArgumentError, 'invalid value for "collection_name" when calling CustomStorageApi.search_objects, the character length must be smaller than or equal to 255.'
1032
+ fail ArgumentError, 'invalid value for "collection_name" when calling CustomStorage.search_objects, the character length must be smaller than or equal to 255.'
1033
1033
  end
1034
1034
 
1035
1035
  if @api_client.config.client_side_validation && collection_name.to_s.length < 1
1036
- fail ArgumentError, 'invalid value for "collection_name" when calling CustomStorageApi.search_objects, the character length must be great than or equal to 1.'
1036
+ fail ArgumentError, 'invalid value for "collection_name" when calling CustomStorage.search_objects, the character length must be great than or equal to 1.'
1037
1037
  end
1038
1038
 
1039
1039
  # verify the required parameter 'filter' is set
1040
1040
  if @api_client.config.client_side_validation && filter.nil?
1041
- fail ArgumentError, "Missing the required parameter 'filter' when calling CustomStorageApi.search_objects"
1041
+ fail ArgumentError, "Missing the required parameter 'filter' when calling CustomStorage.search_objects"
1042
1042
  end
1043
1043
  if @api_client.config.client_side_validation && filter.to_s.length > 255
1044
- fail ArgumentError, 'invalid value for "filter" when calling CustomStorageApi.search_objects, the character length must be smaller than or equal to 255.'
1044
+ fail ArgumentError, 'invalid value for "filter" when calling CustomStorage.search_objects, the character length must be smaller than or equal to 255.'
1045
1045
  end
1046
1046
 
1047
1047
  if @api_client.config.client_side_validation && filter.to_s.length < 1
1048
- fail ArgumentError, 'invalid value for "filter" when calling CustomStorageApi.search_objects, the character length must be great than or equal to 1.'
1048
+ fail ArgumentError, 'invalid value for "filter" when calling CustomStorage.search_objects, the character length must be great than or equal to 1.'
1049
1049
  end
1050
1050
 
1051
1051
  if @api_client.config.client_side_validation && !opts[:'sort'].nil? && opts[:'sort'].to_s.length > 255
1052
- fail ArgumentError, 'invalid value for "opts[:"sort"]" when calling CustomStorageApi.search_objects, the character length must be smaller than or equal to 255.'
1052
+ fail ArgumentError, 'invalid value for "opts[:"sort"]" when calling CustomStorage.search_objects, the character length must be smaller than or equal to 255.'
1053
1053
  end
1054
1054
 
1055
1055
  if @api_client.config.client_side_validation && !opts[:'sort'].nil? && opts[:'sort'].to_s.length < 1
1056
- fail ArgumentError, 'invalid value for "opts[:"sort"]" when calling CustomStorageApi.search_objects, the character length must be great than or equal to 1.'
1056
+ fail ArgumentError, 'invalid value for "opts[:"sort"]" when calling CustomStorage.search_objects, the character length must be great than or equal to 1.'
1057
1057
  end
1058
1058
 
1059
1059
  # resource path
@@ -1084,7 +1084,7 @@ module Falcon
1084
1084
  auth_names = opts[:debug_auth_names] || ['oauth2']
1085
1085
 
1086
1086
  new_options = opts.merge(
1087
- :operation => :"CustomStorageApi.search_objects",
1087
+ :operation => :"CustomStorage.search_objects",
1088
1088
  :header_params => header_params,
1089
1089
  :query_params => query_params,
1090
1090
  :form_params => form_params,
@@ -1095,7 +1095,7 @@ module Falcon
1095
1095
 
1096
1096
  data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
1097
1097
  if @api_client.config.debugging
1098
- @api_client.config.logger.debug "API called: CustomStorageApi#search_objects\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
1098
+ @api_client.config.logger.debug "API called: CustomStorage#search_objects\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
1099
1099
  end
1100
1100
  return data, status_code, headers
1101
1101
  end
@@ -1125,50 +1125,50 @@ module Falcon
1125
1125
  # @return [Array<(CustomType3191042536, Integer, Hash)>] CustomType3191042536 data, response status code and response headers
1126
1126
  def search_objects_by_version_with_http_info(collection_name, collection_version, filter, opts = {})
1127
1127
  if @api_client.config.debugging
1128
- @api_client.config.logger.debug 'Calling API: CustomStorageApi.search_objects_by_version ...'
1128
+ @api_client.config.logger.debug 'Calling API: CustomStorage.search_objects_by_version ...'
1129
1129
  end
1130
1130
  # verify the required parameter 'collection_name' is set
1131
1131
  if @api_client.config.client_side_validation && collection_name.nil?
1132
- fail ArgumentError, "Missing the required parameter 'collection_name' when calling CustomStorageApi.search_objects_by_version"
1132
+ fail ArgumentError, "Missing the required parameter 'collection_name' when calling CustomStorage.search_objects_by_version"
1133
1133
  end
1134
1134
  if @api_client.config.client_side_validation && collection_name.to_s.length > 255
1135
- fail ArgumentError, 'invalid value for "collection_name" when calling CustomStorageApi.search_objects_by_version, the character length must be smaller than or equal to 255.'
1135
+ fail ArgumentError, 'invalid value for "collection_name" when calling CustomStorage.search_objects_by_version, the character length must be smaller than or equal to 255.'
1136
1136
  end
1137
1137
 
1138
1138
  if @api_client.config.client_side_validation && collection_name.to_s.length < 1
1139
- fail ArgumentError, 'invalid value for "collection_name" when calling CustomStorageApi.search_objects_by_version, the character length must be great than or equal to 1.'
1139
+ fail ArgumentError, 'invalid value for "collection_name" when calling CustomStorage.search_objects_by_version, the character length must be great than or equal to 1.'
1140
1140
  end
1141
1141
 
1142
1142
  # verify the required parameter 'collection_version' is set
1143
1143
  if @api_client.config.client_side_validation && collection_version.nil?
1144
- fail ArgumentError, "Missing the required parameter 'collection_version' when calling CustomStorageApi.search_objects_by_version"
1144
+ fail ArgumentError, "Missing the required parameter 'collection_version' when calling CustomStorage.search_objects_by_version"
1145
1145
  end
1146
1146
  if @api_client.config.client_side_validation && collection_version.to_s.length > 20
1147
- fail ArgumentError, 'invalid value for "collection_version" when calling CustomStorageApi.search_objects_by_version, the character length must be smaller than or equal to 20.'
1147
+ fail ArgumentError, 'invalid value for "collection_version" when calling CustomStorage.search_objects_by_version, the character length must be smaller than or equal to 20.'
1148
1148
  end
1149
1149
 
1150
1150
  if @api_client.config.client_side_validation && collection_version.to_s.length < 1
1151
- fail ArgumentError, 'invalid value for "collection_version" when calling CustomStorageApi.search_objects_by_version, the character length must be great than or equal to 1.'
1151
+ fail ArgumentError, 'invalid value for "collection_version" when calling CustomStorage.search_objects_by_version, the character length must be great than or equal to 1.'
1152
1152
  end
1153
1153
 
1154
1154
  # verify the required parameter 'filter' is set
1155
1155
  if @api_client.config.client_side_validation && filter.nil?
1156
- fail ArgumentError, "Missing the required parameter 'filter' when calling CustomStorageApi.search_objects_by_version"
1156
+ fail ArgumentError, "Missing the required parameter 'filter' when calling CustomStorage.search_objects_by_version"
1157
1157
  end
1158
1158
  if @api_client.config.client_side_validation && filter.to_s.length > 255
1159
- fail ArgumentError, 'invalid value for "filter" when calling CustomStorageApi.search_objects_by_version, the character length must be smaller than or equal to 255.'
1159
+ fail ArgumentError, 'invalid value for "filter" when calling CustomStorage.search_objects_by_version, the character length must be smaller than or equal to 255.'
1160
1160
  end
1161
1161
 
1162
1162
  if @api_client.config.client_side_validation && filter.to_s.length < 1
1163
- fail ArgumentError, 'invalid value for "filter" when calling CustomStorageApi.search_objects_by_version, the character length must be great than or equal to 1.'
1163
+ fail ArgumentError, 'invalid value for "filter" when calling CustomStorage.search_objects_by_version, the character length must be great than or equal to 1.'
1164
1164
  end
1165
1165
 
1166
1166
  if @api_client.config.client_side_validation && !opts[:'sort'].nil? && opts[:'sort'].to_s.length > 255
1167
- fail ArgumentError, 'invalid value for "opts[:"sort"]" when calling CustomStorageApi.search_objects_by_version, the character length must be smaller than or equal to 255.'
1167
+ fail ArgumentError, 'invalid value for "opts[:"sort"]" when calling CustomStorage.search_objects_by_version, the character length must be smaller than or equal to 255.'
1168
1168
  end
1169
1169
 
1170
1170
  if @api_client.config.client_side_validation && !opts[:'sort'].nil? && opts[:'sort'].to_s.length < 1
1171
- fail ArgumentError, 'invalid value for "opts[:"sort"]" when calling CustomStorageApi.search_objects_by_version, the character length must be great than or equal to 1.'
1171
+ fail ArgumentError, 'invalid value for "opts[:"sort"]" when calling CustomStorage.search_objects_by_version, the character length must be great than or equal to 1.'
1172
1172
  end
1173
1173
 
1174
1174
  # resource path
@@ -1199,7 +1199,7 @@ module Falcon
1199
1199
  auth_names = opts[:debug_auth_names] || ['oauth2']
1200
1200
 
1201
1201
  new_options = opts.merge(
1202
- :operation => :"CustomStorageApi.search_objects_by_version",
1202
+ :operation => :"CustomStorage.search_objects_by_version",
1203
1203
  :header_params => header_params,
1204
1204
  :query_params => query_params,
1205
1205
  :form_params => form_params,
@@ -1210,7 +1210,7 @@ module Falcon
1210
1210
 
1211
1211
  data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
1212
1212
  if @api_client.config.debugging
1213
- @api_client.config.logger.debug "API called: CustomStorageApi#search_objects_by_version\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
1213
+ @api_client.config.logger.debug "API called: CustomStorage#search_objects_by_version\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
1214
1214
  end
1215
1215
  return data, status_code, headers
1216
1216
  end