algolia 3.0.0.alpha.5 → 3.0.0.alpha.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (418) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +13 -0
  3. data/Gemfile.lock +12 -12
  4. data/algolia.gemspec +2 -1
  5. data/lib/algolia/api/abtesting_client.rb +9 -9
  6. data/lib/algolia/api/analytics_client.rb +21 -21
  7. data/lib/algolia/api/ingestion_client.rb +37 -37
  8. data/lib/algolia/api/insights_client.rb +5 -5
  9. data/lib/algolia/api/monitoring_client.rb +14 -20
  10. data/lib/algolia/api/personalization_client.rb +8 -8
  11. data/lib/algolia/api/query_suggestions_client.rb +11 -11
  12. data/lib/algolia/api/recommend_client.rb +11 -12
  13. data/lib/algolia/api/search_client.rb +175 -118
  14. data/lib/algolia/api_client.rb +2 -1
  15. data/lib/algolia/models/abtesting/ab_test.rb +7 -3
  16. data/lib/algolia/models/abtesting/ab_test_response.rb +7 -3
  17. data/lib/algolia/models/abtesting/ab_tests_variant.rb +7 -3
  18. data/lib/algolia/models/abtesting/ab_tests_variant_search_params.rb +7 -3
  19. data/lib/algolia/models/abtesting/add_ab_tests_request.rb +7 -3
  20. data/lib/algolia/models/abtesting/add_ab_tests_variant.rb +1 -1
  21. data/lib/algolia/models/abtesting/currencies_value.rb +7 -3
  22. data/lib/algolia/models/abtesting/custom_search_params.rb +7 -3
  23. data/lib/algolia/models/abtesting/error_base.rb +13 -4
  24. data/lib/algolia/models/abtesting/filter_effects.rb +7 -3
  25. data/lib/algolia/models/abtesting/filter_effects_empty_search.rb +7 -3
  26. data/lib/algolia/models/abtesting/filter_effects_outliers.rb +7 -3
  27. data/lib/algolia/models/abtesting/list_ab_tests_response.rb +7 -3
  28. data/lib/algolia/models/abtesting/variant.rb +23 -7
  29. data/lib/algolia/models/analytics/average_click_event.rb +7 -3
  30. data/lib/algolia/models/analytics/click_position.rb +7 -3
  31. data/lib/algolia/models/analytics/click_through_rate_event.rb +7 -3
  32. data/lib/algolia/models/analytics/conversion_rate_event.rb +7 -3
  33. data/lib/algolia/models/analytics/error_base.rb +13 -4
  34. data/lib/algolia/models/analytics/get_average_click_position_response.rb +7 -3
  35. data/lib/algolia/models/analytics/get_click_positions_response.rb +7 -3
  36. data/lib/algolia/models/analytics/get_click_through_rate_response.rb +7 -3
  37. data/lib/algolia/models/analytics/get_conversation_rate_response.rb +7 -3
  38. data/lib/algolia/models/analytics/get_no_click_rate_response.rb +7 -3
  39. data/lib/algolia/models/analytics/get_no_results_rate_response.rb +7 -3
  40. data/lib/algolia/models/analytics/get_searches_count_response.rb +7 -3
  41. data/lib/algolia/models/analytics/get_searches_no_clicks_response.rb +7 -3
  42. data/lib/algolia/models/analytics/get_searches_no_results_response.rb +7 -3
  43. data/lib/algolia/models/analytics/get_status_response.rb +7 -3
  44. data/lib/algolia/models/analytics/get_top_countries_response.rb +7 -3
  45. data/lib/algolia/models/analytics/get_top_filter_attribute.rb +7 -3
  46. data/lib/algolia/models/analytics/get_top_filter_attributes_response.rb +7 -3
  47. data/lib/algolia/models/analytics/get_top_filter_for_attribute.rb +7 -3
  48. data/lib/algolia/models/analytics/get_top_filter_for_attribute_response.rb +7 -3
  49. data/lib/algolia/models/analytics/get_top_filters_no_results_response.rb +7 -3
  50. data/lib/algolia/models/analytics/get_top_filters_no_results_value.rb +7 -3
  51. data/lib/algolia/models/analytics/get_top_filters_no_results_values.rb +7 -3
  52. data/lib/algolia/models/analytics/get_top_hits_response.rb +1 -1
  53. data/lib/algolia/models/analytics/get_top_searches_response.rb +1 -1
  54. data/lib/algolia/models/analytics/get_users_count_response.rb +7 -3
  55. data/lib/algolia/models/analytics/no_click_rate_event.rb +7 -3
  56. data/lib/algolia/models/analytics/no_results_rate_event.rb +7 -3
  57. data/lib/algolia/models/analytics/search_event.rb +7 -3
  58. data/lib/algolia/models/analytics/search_no_click_event.rb +7 -3
  59. data/lib/algolia/models/analytics/search_no_result_event.rb +7 -3
  60. data/lib/algolia/models/analytics/top_country.rb +7 -3
  61. data/lib/algolia/models/analytics/top_hit.rb +7 -3
  62. data/lib/algolia/models/analytics/top_hit_with_analytics.rb +7 -3
  63. data/lib/algolia/models/analytics/top_hits_response.rb +7 -3
  64. data/lib/algolia/models/analytics/top_hits_response_with_analytics.rb +7 -3
  65. data/lib/algolia/models/analytics/top_search.rb +7 -3
  66. data/lib/algolia/models/analytics/top_search_with_analytics.rb +7 -3
  67. data/lib/algolia/models/analytics/top_searches_response.rb +7 -3
  68. data/lib/algolia/models/analytics/top_searches_response_with_analytics.rb +7 -3
  69. data/lib/algolia/models/analytics/user_with_date.rb +7 -3
  70. data/lib/algolia/models/ingestion/auth_algolia.rb +7 -3
  71. data/lib/algolia/models/ingestion/auth_algolia_partial.rb +7 -3
  72. data/lib/algolia/models/ingestion/auth_api_key.rb +7 -3
  73. data/lib/algolia/models/ingestion/auth_api_key_partial.rb +7 -3
  74. data/lib/algolia/models/ingestion/auth_basic.rb +7 -3
  75. data/lib/algolia/models/ingestion/auth_basic_partial.rb +7 -3
  76. data/lib/algolia/models/ingestion/auth_google_service_account.rb +7 -3
  77. data/lib/algolia/models/ingestion/auth_google_service_account_partial.rb +7 -3
  78. data/lib/algolia/models/ingestion/auth_input.rb +1 -1
  79. data/lib/algolia/models/ingestion/auth_input_partial.rb +1 -1
  80. data/lib/algolia/models/ingestion/auth_o_auth.rb +7 -3
  81. data/lib/algolia/models/ingestion/auth_o_auth_partial.rb +7 -3
  82. data/lib/algolia/models/ingestion/authentication.rb +7 -3
  83. data/lib/algolia/models/ingestion/authentication_create.rb +7 -3
  84. data/lib/algolia/models/ingestion/authentication_create_response.rb +7 -3
  85. data/lib/algolia/models/ingestion/authentication_search.rb +7 -3
  86. data/lib/algolia/models/ingestion/authentication_update.rb +7 -3
  87. data/lib/algolia/models/ingestion/authentication_update_response.rb +7 -3
  88. data/lib/algolia/models/ingestion/big_commerce_channel.rb +7 -3
  89. data/lib/algolia/models/ingestion/big_commerce_metafield.rb +7 -3
  90. data/lib/algolia/models/ingestion/delete_response.rb +7 -3
  91. data/lib/algolia/models/ingestion/destination.rb +7 -3
  92. data/lib/algolia/models/ingestion/destination_create.rb +7 -3
  93. data/lib/algolia/models/ingestion/destination_create_response.rb +7 -3
  94. data/lib/algolia/models/ingestion/destination_index_name.rb +7 -3
  95. data/lib/algolia/models/ingestion/destination_index_prefix.rb +7 -3
  96. data/lib/algolia/models/ingestion/destination_input.rb +1 -1
  97. data/lib/algolia/models/ingestion/destination_search.rb +7 -3
  98. data/lib/algolia/models/ingestion/destination_update.rb +7 -3
  99. data/lib/algolia/models/ingestion/destination_update_response.rb +7 -3
  100. data/lib/algolia/models/ingestion/docker_source_discover.rb +7 -3
  101. data/lib/algolia/models/ingestion/docker_source_streams.rb +7 -3
  102. data/lib/algolia/models/ingestion/error_base.rb +13 -4
  103. data/lib/algolia/models/ingestion/event.rb +7 -3
  104. data/lib/algolia/models/ingestion/list_authentications_response.rb +7 -3
  105. data/lib/algolia/models/ingestion/list_destinations_response.rb +7 -3
  106. data/lib/algolia/models/ingestion/list_events_response.rb +7 -3
  107. data/lib/algolia/models/ingestion/list_sources_response.rb +7 -3
  108. data/lib/algolia/models/ingestion/list_tasks_response.rb +7 -3
  109. data/lib/algolia/models/ingestion/on_demand_date_utils_input.rb +7 -3
  110. data/lib/algolia/models/ingestion/on_demand_trigger.rb +7 -3
  111. data/lib/algolia/models/ingestion/on_demand_trigger_input.rb +7 -3
  112. data/lib/algolia/models/ingestion/pagination.rb +7 -3
  113. data/lib/algolia/models/ingestion/platform_with_none.rb +1 -1
  114. data/lib/algolia/models/ingestion/run.rb +7 -3
  115. data/lib/algolia/models/ingestion/run_list_response.rb +7 -3
  116. data/lib/algolia/models/ingestion/run_progress.rb +7 -3
  117. data/lib/algolia/models/ingestion/run_response.rb +7 -3
  118. data/lib/algolia/models/ingestion/schedule_date_utils_input.rb +7 -3
  119. data/lib/algolia/models/ingestion/schedule_trigger.rb +7 -3
  120. data/lib/algolia/models/ingestion/schedule_trigger_input.rb +7 -3
  121. data/lib/algolia/models/ingestion/source.rb +7 -3
  122. data/lib/algolia/models/ingestion/source_big_commerce.rb +7 -3
  123. data/lib/algolia/models/ingestion/source_big_query.rb +7 -3
  124. data/lib/algolia/models/ingestion/source_commercetools.rb +7 -3
  125. data/lib/algolia/models/ingestion/source_create.rb +7 -3
  126. data/lib/algolia/models/ingestion/source_create_response.rb +7 -3
  127. data/lib/algolia/models/ingestion/source_csv.rb +7 -3
  128. data/lib/algolia/models/ingestion/source_docker.rb +7 -3
  129. data/lib/algolia/models/ingestion/source_input.rb +1 -1
  130. data/lib/algolia/models/ingestion/source_json.rb +7 -3
  131. data/lib/algolia/models/ingestion/source_search.rb +7 -3
  132. data/lib/algolia/models/ingestion/source_update.rb +7 -3
  133. data/lib/algolia/models/ingestion/source_update_commercetools.rb +7 -3
  134. data/lib/algolia/models/ingestion/source_update_docker.rb +7 -3
  135. data/lib/algolia/models/ingestion/source_update_input.rb +1 -1
  136. data/lib/algolia/models/ingestion/source_update_response.rb +7 -3
  137. data/lib/algolia/models/ingestion/subscription_trigger.rb +7 -3
  138. data/lib/algolia/models/ingestion/task.rb +7 -3
  139. data/lib/algolia/models/ingestion/task_create.rb +7 -3
  140. data/lib/algolia/models/ingestion/task_create_response.rb +7 -3
  141. data/lib/algolia/models/ingestion/task_create_trigger.rb +1 -1
  142. data/lib/algolia/models/ingestion/task_input.rb +1 -1
  143. data/lib/algolia/models/ingestion/task_search.rb +7 -3
  144. data/lib/algolia/models/ingestion/task_update.rb +7 -3
  145. data/lib/algolia/models/ingestion/task_update_response.rb +7 -3
  146. data/lib/algolia/models/ingestion/trigger.rb +1 -1
  147. data/lib/algolia/models/ingestion/trigger_update_input.rb +7 -3
  148. data/lib/algolia/models/ingestion/window.rb +7 -3
  149. data/lib/algolia/models/insights/added_to_cart_object_ids.rb +7 -3
  150. data/lib/algolia/models/insights/added_to_cart_object_ids_after_search.rb +7 -3
  151. data/lib/algolia/models/insights/clicked_filters.rb +7 -3
  152. data/lib/algolia/models/insights/clicked_object_ids.rb +7 -3
  153. data/lib/algolia/models/insights/clicked_object_ids_after_search.rb +7 -3
  154. data/lib/algolia/models/insights/converted_filters.rb +7 -3
  155. data/lib/algolia/models/insights/converted_object_ids.rb +7 -3
  156. data/lib/algolia/models/insights/converted_object_ids_after_search.rb +7 -3
  157. data/lib/algolia/models/insights/discount.rb +1 -1
  158. data/lib/algolia/models/insights/error_base.rb +13 -4
  159. data/lib/algolia/models/insights/events_items.rb +1 -1
  160. data/lib/algolia/models/insights/events_response.rb +7 -3
  161. data/lib/algolia/models/insights/insights_events.rb +7 -3
  162. data/lib/algolia/models/insights/object_data.rb +7 -3
  163. data/lib/algolia/models/insights/object_data_after_search.rb +7 -3
  164. data/lib/algolia/models/insights/price.rb +1 -1
  165. data/lib/algolia/models/insights/purchased_object_ids.rb +7 -3
  166. data/lib/algolia/models/insights/purchased_object_ids_after_search.rb +7 -3
  167. data/lib/algolia/models/insights/value.rb +1 -1
  168. data/lib/algolia/models/insights/viewed_filters.rb +7 -3
  169. data/lib/algolia/models/insights/viewed_object_ids.rb +7 -3
  170. data/lib/algolia/models/monitoring/error_base.rb +13 -4
  171. data/lib/algolia/models/monitoring/get_inventory403_response.rb +7 -3
  172. data/lib/algolia/models/monitoring/incident.rb +7 -3
  173. data/lib/algolia/models/monitoring/incidents_inner.rb +7 -3
  174. data/lib/algolia/models/monitoring/incidents_response.rb +7 -3
  175. data/lib/algolia/models/monitoring/indexing_time_response.rb +7 -3
  176. data/lib/algolia/models/monitoring/indexing_time_response_metrics.rb +7 -3
  177. data/lib/algolia/models/monitoring/infrastructure_response.rb +7 -3
  178. data/lib/algolia/models/monitoring/infrastructure_response_metrics.rb +7 -3
  179. data/lib/algolia/models/monitoring/inventory_response.rb +7 -3
  180. data/lib/algolia/models/monitoring/latency_response.rb +7 -3
  181. data/lib/algolia/models/monitoring/latency_response_metrics.rb +7 -3
  182. data/lib/algolia/models/monitoring/probes_metric.rb +7 -3
  183. data/lib/algolia/models/monitoring/server.rb +7 -3
  184. data/lib/algolia/models/monitoring/status_response.rb +7 -3
  185. data/lib/algolia/models/monitoring/time_inner.rb +7 -3
  186. data/lib/algolia/models/personalization/delete_user_profile_response.rb +7 -3
  187. data/lib/algolia/models/personalization/error_base.rb +13 -4
  188. data/lib/algolia/models/personalization/event_scoring.rb +7 -3
  189. data/lib/algolia/models/personalization/facet_scoring.rb +7 -3
  190. data/lib/algolia/models/personalization/get_user_token_response.rb +7 -3
  191. data/lib/algolia/models/personalization/personalization_strategy_params.rb +7 -3
  192. data/lib/algolia/models/personalization/set_personalization_strategy_response.rb +7 -3
  193. data/lib/algolia/models/query-suggestions/base_query_suggestions_configuration_response.rb +7 -3
  194. data/lib/algolia/models/query-suggestions/base_query_suggestions_configuration_with_index.rb +7 -3
  195. data/lib/algolia/models/query-suggestions/base_response.rb +7 -3
  196. data/lib/algolia/models/query-suggestions/error_base.rb +13 -4
  197. data/lib/algolia/models/query-suggestions/facet.rb +7 -3
  198. data/lib/algolia/models/query-suggestions/get_config_status200_response.rb +7 -3
  199. data/lib/algolia/models/query-suggestions/get_log_file200_response.rb +7 -3
  200. data/lib/algolia/models/query-suggestions/languages.rb +1 -1
  201. data/lib/algolia/models/query-suggestions/query_suggestions_configuration.rb +7 -3
  202. data/lib/algolia/models/query-suggestions/query_suggestions_configuration_response.rb +7 -3
  203. data/lib/algolia/models/query-suggestions/query_suggestions_configuration_with_index.rb +7 -3
  204. data/lib/algolia/models/query-suggestions/source_index.rb +7 -3
  205. data/lib/algolia/models/recommend/around_precision.rb +1 -1
  206. data/lib/algolia/models/recommend/around_precision_from_value_inner.rb +7 -3
  207. data/lib/algolia/models/recommend/around_radius.rb +1 -1
  208. data/lib/algolia/models/recommend/automatic_facet_filter.rb +7 -3
  209. data/lib/algolia/models/recommend/automatic_facet_filters.rb +1 -1
  210. data/lib/algolia/models/recommend/base_recommend_request.rb +7 -3
  211. data/lib/algolia/models/recommend/base_recommendations_query.rb +7 -3
  212. data/lib/algolia/models/recommend/base_recommended_for_you_query.rb +7 -3
  213. data/lib/algolia/models/recommend/base_recommended_for_you_query_parameters.rb +7 -3
  214. data/lib/algolia/models/recommend/base_search_params.rb +7 -3
  215. data/lib/algolia/models/recommend/base_search_params_without_query.rb +7 -3
  216. data/lib/algolia/models/recommend/base_search_response.rb +13 -4
  217. data/lib/algolia/models/recommend/base_trending_facets_query.rb +7 -3
  218. data/lib/algolia/models/recommend/base_trending_items_query.rb +7 -3
  219. data/lib/algolia/models/recommend/condition.rb +7 -3
  220. data/lib/algolia/models/recommend/consequence.rb +7 -3
  221. data/lib/algolia/models/recommend/consequence_hide.rb +7 -3
  222. data/lib/algolia/models/recommend/consequence_params.rb +7 -3
  223. data/lib/algolia/models/recommend/consequence_query.rb +1 -1
  224. data/lib/algolia/models/recommend/consequence_query_object.rb +7 -3
  225. data/lib/algolia/models/recommend/deleted_at_response.rb +7 -3
  226. data/lib/algolia/models/recommend/distinct.rb +1 -1
  227. data/lib/algolia/models/recommend/edit.rb +7 -3
  228. data/lib/algolia/models/recommend/error_base.rb +13 -4
  229. data/lib/algolia/models/recommend/exhaustive.rb +7 -3
  230. data/lib/algolia/models/recommend/facet_filters.rb +1 -1
  231. data/lib/algolia/models/recommend/facet_ordering.rb +7 -3
  232. data/lib/algolia/models/recommend/facets.rb +7 -3
  233. data/lib/algolia/models/recommend/facets_stats.rb +7 -3
  234. data/lib/algolia/models/recommend/get_recommend_task_response.rb +7 -3
  235. data/lib/algolia/models/recommend/get_recommendations_params.rb +7 -3
  236. data/lib/algolia/models/recommend/get_recommendations_response.rb +7 -3
  237. data/lib/algolia/models/recommend/highlight_result.rb +1 -1
  238. data/lib/algolia/models/recommend/highlight_result_option.rb +7 -3
  239. data/lib/algolia/models/recommend/ignore_plurals.rb +1 -1
  240. data/lib/algolia/models/recommend/index_settings_as_search_params.rb +7 -3
  241. data/lib/algolia/models/recommend/matched_geo_location.rb +7 -3
  242. data/lib/algolia/models/recommend/mixed_search_filters.rb +1 -1
  243. data/lib/algolia/models/recommend/numeric_filters.rb +1 -1
  244. data/lib/algolia/models/recommend/optional_filters.rb +1 -1
  245. data/lib/algolia/models/recommend/params.rb +7 -3
  246. data/lib/algolia/models/recommend/personalization.rb +7 -3
  247. data/lib/algolia/models/recommend/promote.rb +1 -1
  248. data/lib/algolia/models/recommend/promote_object_id.rb +7 -3
  249. data/lib/algolia/models/recommend/promote_object_ids.rb +7 -3
  250. data/lib/algolia/models/recommend/ranking_info.rb +7 -3
  251. data/lib/algolia/models/recommend/re_ranking_apply_filter.rb +1 -1
  252. data/lib/algolia/models/recommend/recommend_hit.rb +13 -4
  253. data/lib/algolia/models/recommend/recommendations_hit.rb +1 -1
  254. data/lib/algolia/models/recommend/recommendations_hits.rb +7 -3
  255. data/lib/algolia/models/recommend/recommendations_query.rb +7 -3
  256. data/lib/algolia/models/recommend/recommendations_request.rb +1 -1
  257. data/lib/algolia/models/recommend/recommendations_results.rb +7 -3
  258. data/lib/algolia/models/recommend/recommended_for_you_query.rb +7 -3
  259. data/lib/algolia/models/recommend/recommended_for_you_query_parameters.rb +7 -3
  260. data/lib/algolia/models/recommend/redirect.rb +7 -3
  261. data/lib/algolia/models/recommend/redirect_rule_index_metadata.rb +7 -3
  262. data/lib/algolia/models/recommend/redirect_rule_index_metadata_data.rb +7 -3
  263. data/lib/algolia/models/recommend/remove_stop_words.rb +1 -1
  264. data/lib/algolia/models/recommend/rendering_content.rb +7 -3
  265. data/lib/algolia/models/recommend/rule_response.rb +7 -3
  266. data/lib/algolia/models/recommend/rule_response_metadata.rb +7 -3
  267. data/lib/algolia/models/recommend/search_params_object.rb +7 -3
  268. data/lib/algolia/models/recommend/search_params_query.rb +7 -3
  269. data/lib/algolia/models/recommend/search_recommend_rules_params.rb +7 -3
  270. data/lib/algolia/models/recommend/search_recommend_rules_response.rb +7 -3
  271. data/lib/algolia/models/recommend/semantic_search.rb +7 -3
  272. data/lib/algolia/models/recommend/snippet_result.rb +1 -1
  273. data/lib/algolia/models/recommend/snippet_result_option.rb +7 -3
  274. data/lib/algolia/models/recommend/tag_filters.rb +1 -1
  275. data/lib/algolia/models/recommend/trending_facet_hit.rb +7 -3
  276. data/lib/algolia/models/recommend/trending_facets_query.rb +7 -3
  277. data/lib/algolia/models/recommend/trending_items_query.rb +7 -3
  278. data/lib/algolia/models/recommend/typo_tolerance.rb +1 -1
  279. data/lib/algolia/models/recommend/value.rb +7 -3
  280. data/lib/algolia/models/search/add_api_key_response.rb +7 -3
  281. data/lib/algolia/models/search/api_key.rb +7 -3
  282. data/lib/algolia/models/search/around_precision.rb +1 -1
  283. data/lib/algolia/models/search/around_precision_from_value_inner.rb +7 -3
  284. data/lib/algolia/models/search/around_radius.rb +1 -1
  285. data/lib/algolia/models/search/assign_user_id_params.rb +7 -3
  286. data/lib/algolia/models/search/attribute_to_update.rb +1 -1
  287. data/lib/algolia/models/search/automatic_facet_filter.rb +7 -3
  288. data/lib/algolia/models/search/automatic_facet_filters.rb +1 -1
  289. data/lib/algolia/models/search/base_get_api_key_response.rb +7 -3
  290. data/lib/algolia/models/search/base_index_settings.rb +7 -3
  291. data/lib/algolia/models/search/base_search_params.rb +7 -3
  292. data/lib/algolia/models/search/base_search_params_without_query.rb +7 -3
  293. data/lib/algolia/models/search/base_search_response.rb +13 -4
  294. data/lib/algolia/models/search/batch_assign_user_ids_params.rb +7 -3
  295. data/lib/algolia/models/search/batch_dictionary_entries_params.rb +7 -3
  296. data/lib/algolia/models/search/batch_dictionary_entries_request.rb +7 -3
  297. data/lib/algolia/models/search/batch_params.rb +7 -3
  298. data/lib/algolia/models/search/batch_request.rb +7 -3
  299. data/lib/algolia/models/search/batch_response.rb +7 -3
  300. data/lib/algolia/models/search/batch_write_params.rb +7 -3
  301. data/lib/algolia/models/search/browse_params.rb +1 -1
  302. data/lib/algolia/models/search/browse_params_object.rb +7 -3
  303. data/lib/algolia/models/search/browse_response.rb +7 -3
  304. data/lib/algolia/models/search/built_in_operation.rb +7 -3
  305. data/lib/algolia/models/search/condition.rb +7 -3
  306. data/lib/algolia/models/search/consequence.rb +7 -3
  307. data/lib/algolia/models/search/consequence_hide.rb +7 -3
  308. data/lib/algolia/models/search/consequence_params.rb +7 -3
  309. data/lib/algolia/models/search/consequence_query.rb +1 -1
  310. data/lib/algolia/models/search/consequence_query_object.rb +7 -3
  311. data/lib/algolia/models/search/created_at_response.rb +7 -3
  312. data/lib/algolia/models/search/cursor.rb +7 -3
  313. data/lib/algolia/models/search/delete_api_key_response.rb +7 -3
  314. data/lib/algolia/models/search/delete_by_params.rb +7 -3
  315. data/lib/algolia/models/search/delete_source_response.rb +7 -3
  316. data/lib/algolia/models/search/deleted_at_response.rb +7 -3
  317. data/lib/algolia/models/search/dictionary_entry.rb +13 -4
  318. data/lib/algolia/models/search/dictionary_language.rb +7 -3
  319. data/lib/algolia/models/search/dictionary_settings_params.rb +7 -3
  320. data/lib/algolia/models/search/distinct.rb +1 -1
  321. data/lib/algolia/models/search/edit.rb +7 -3
  322. data/lib/algolia/models/search/error_base.rb +13 -4
  323. data/lib/algolia/models/search/exhaustive.rb +7 -3
  324. data/lib/algolia/models/search/facet_filters.rb +1 -1
  325. data/lib/algolia/models/search/facet_hits.rb +7 -3
  326. data/lib/algolia/models/search/facet_ordering.rb +7 -3
  327. data/lib/algolia/models/search/facets.rb +7 -3
  328. data/lib/algolia/models/search/facets_stats.rb +7 -3
  329. data/lib/algolia/models/search/fetched_index.rb +7 -3
  330. data/lib/algolia/models/search/get_api_key_response.rb +7 -3
  331. data/lib/algolia/models/search/get_dictionary_settings_response.rb +7 -3
  332. data/lib/algolia/models/search/get_logs_response.rb +7 -3
  333. data/lib/algolia/models/search/get_objects_params.rb +7 -3
  334. data/lib/algolia/models/search/get_objects_request.rb +7 -3
  335. data/lib/algolia/models/search/get_objects_response.rb +7 -3
  336. data/lib/algolia/models/search/get_task_response.rb +7 -3
  337. data/lib/algolia/models/search/get_top_user_ids_response.rb +7 -3
  338. data/lib/algolia/models/search/has_pending_mappings_response.rb +7 -3
  339. data/lib/algolia/models/search/highlight_result.rb +1 -1
  340. data/lib/algolia/models/search/highlight_result_option.rb +7 -3
  341. data/lib/algolia/models/search/hit.rb +13 -4
  342. data/lib/algolia/models/search/ignore_plurals.rb +1 -1
  343. data/lib/algolia/models/search/index_settings.rb +7 -3
  344. data/lib/algolia/models/search/index_settings_as_search_params.rb +7 -3
  345. data/lib/algolia/models/search/languages.rb +7 -3
  346. data/lib/algolia/models/search/list_api_keys_response.rb +7 -3
  347. data/lib/algolia/models/search/list_clusters_response.rb +7 -3
  348. data/lib/algolia/models/search/list_indices_response.rb +7 -3
  349. data/lib/algolia/models/search/list_user_ids_response.rb +7 -3
  350. data/lib/algolia/models/search/log.rb +7 -3
  351. data/lib/algolia/models/search/log_query.rb +7 -3
  352. data/lib/algolia/models/search/matched_geo_location.rb +7 -3
  353. data/lib/algolia/models/search/mixed_search_filters.rb +1 -1
  354. data/lib/algolia/models/search/multiple_batch_request.rb +7 -3
  355. data/lib/algolia/models/search/multiple_batch_response.rb +7 -3
  356. data/lib/algolia/models/search/numeric_filters.rb +1 -1
  357. data/lib/algolia/models/search/operation_index_params.rb +7 -3
  358. data/lib/algolia/models/search/optional_filters.rb +1 -1
  359. data/lib/algolia/models/search/params.rb +7 -3
  360. data/lib/algolia/models/search/personalization.rb +7 -3
  361. data/lib/algolia/models/search/promote.rb +1 -1
  362. data/lib/algolia/models/search/promote_object_id.rb +7 -3
  363. data/lib/algolia/models/search/promote_object_ids.rb +7 -3
  364. data/lib/algolia/models/search/ranking_info.rb +7 -3
  365. data/lib/algolia/models/search/re_ranking_apply_filter.rb +1 -1
  366. data/lib/algolia/models/search/redirect.rb +7 -3
  367. data/lib/algolia/models/search/redirect_rule_index_metadata.rb +7 -3
  368. data/lib/algolia/models/search/redirect_rule_index_metadata_data.rb +7 -3
  369. data/lib/algolia/models/search/remove_stop_words.rb +1 -1
  370. data/lib/algolia/models/search/remove_user_id_response.rb +7 -3
  371. data/lib/algolia/models/search/rendering_content.rb +7 -3
  372. data/lib/algolia/models/search/replace_source_response.rb +7 -3
  373. data/lib/algolia/models/search/rule.rb +7 -3
  374. data/lib/algolia/models/search/save_object_response.rb +7 -3
  375. data/lib/algolia/models/search/save_synonym_response.rb +7 -3
  376. data/lib/algolia/models/search/search_dictionary_entries_params.rb +7 -3
  377. data/lib/algolia/models/search/search_for_facet_values_request.rb +7 -3
  378. data/lib/algolia/models/search/search_for_facet_values_response.rb +7 -3
  379. data/lib/algolia/models/search/search_for_facets.rb +7 -3
  380. data/lib/algolia/models/search/search_for_facets_options.rb +7 -3
  381. data/lib/algolia/models/search/search_for_hits.rb +7 -3
  382. data/lib/algolia/models/search/search_for_hits_options.rb +7 -3
  383. data/lib/algolia/models/search/search_hits.rb +13 -4
  384. data/lib/algolia/models/search/search_method_params.rb +7 -3
  385. data/lib/algolia/models/search/search_params.rb +1 -1
  386. data/lib/algolia/models/search/search_params_object.rb +7 -3
  387. data/lib/algolia/models/search/search_params_query.rb +7 -3
  388. data/lib/algolia/models/search/search_params_string.rb +7 -3
  389. data/lib/algolia/models/search/search_query.rb +1 -1
  390. data/lib/algolia/models/search/search_response.rb +13 -4
  391. data/lib/algolia/models/search/search_responses.rb +7 -3
  392. data/lib/algolia/models/search/search_result.rb +1 -1
  393. data/lib/algolia/models/search/search_rules_params.rb +7 -3
  394. data/lib/algolia/models/search/search_rules_response.rb +7 -3
  395. data/lib/algolia/models/search/search_synonyms_params.rb +80 -7
  396. data/lib/algolia/models/search/search_synonyms_response.rb +13 -4
  397. data/lib/algolia/models/search/search_user_ids_params.rb +7 -3
  398. data/lib/algolia/models/search/search_user_ids_response.rb +7 -3
  399. data/lib/algolia/models/search/semantic_search.rb +7 -3
  400. data/lib/algolia/models/search/snippet_result.rb +1 -1
  401. data/lib/algolia/models/search/snippet_result_option.rb +7 -3
  402. data/lib/algolia/models/search/source.rb +7 -3
  403. data/lib/algolia/models/search/standard_entries.rb +7 -3
  404. data/lib/algolia/models/search/synonym_hit.rb +7 -3
  405. data/lib/algolia/models/search/tag_filters.rb +1 -1
  406. data/lib/algolia/models/search/time_range.rb +7 -3
  407. data/lib/algolia/models/search/typo_tolerance.rb +1 -1
  408. data/lib/algolia/models/search/update_api_key_response.rb +7 -3
  409. data/lib/algolia/models/search/updated_at_response.rb +7 -3
  410. data/lib/algolia/models/search/updated_at_with_object_id_response.rb +7 -3
  411. data/lib/algolia/models/search/updated_rule_response.rb +7 -3
  412. data/lib/algolia/models/search/user_highlight_result.rb +7 -3
  413. data/lib/algolia/models/search/user_hit.rb +7 -3
  414. data/lib/algolia/models/search/user_id.rb +7 -3
  415. data/lib/algolia/models/search/value.rb +7 -3
  416. data/lib/algolia/transport/transport.rb +3 -3
  417. data/lib/algolia/version.rb +1 -1
  418. metadata +2 -2
@@ -175,15 +175,15 @@ module Algolia
175
175
  transformed_hash = {}
176
176
  types_mapping.each_pair do |key, type|
177
177
  if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
178
- transformed_hash[key.to_s] = nil
178
+ transformed_hash[key.to_sym] = nil
179
179
  elsif type =~ /\AArray<(.*)>/i
180
180
  # check to ensure the input is an array given that the attribute
181
181
  # is documented as an array but the input is not
182
182
  if attributes[attribute_map[key]].is_a?(Array)
183
- transformed_hash[key.to_s] = attributes[attribute_map[key]].map { |v| _deserialize(::Regexp.last_match(1), v) }
183
+ transformed_hash[key.to_sym] = attributes[attribute_map[key]].map { |v| _deserialize(::Regexp.last_match(1), v) }
184
184
  end
185
185
  elsif !attributes[attribute_map[key]].nil?
186
- transformed_hash[key.to_s] = _deserialize(type, attributes[attribute_map[key]])
186
+ transformed_hash[key.to_sym] = _deserialize(type, attributes[attribute_map[key]])
187
187
  end
188
188
  end
189
189
  new(transformed_hash)
@@ -244,6 +244,10 @@ module Algolia
244
244
  to_hash
245
245
  end
246
246
 
247
+ def to_json(*_args)
248
+ to_hash.to_json
249
+ end
250
+
247
251
  # Returns the object in the form of hash
248
252
  # @return [Hash] Returns the object in the form of hash
249
253
  def to_hash
@@ -128,15 +128,15 @@ module Algolia
128
128
  transformed_hash = {}
129
129
  types_mapping.each_pair do |key, type|
130
130
  if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
131
- transformed_hash[key.to_s] = nil
131
+ transformed_hash[key.to_sym] = nil
132
132
  elsif type =~ /\AArray<(.*)>/i
133
133
  # check to ensure the input is an array given that the attribute
134
134
  # is documented as an array but the input is not
135
135
  if attributes[attribute_map[key]].is_a?(Array)
136
- transformed_hash[key.to_s] = attributes[attribute_map[key]].map { |v| _deserialize(::Regexp.last_match(1), v) }
136
+ transformed_hash[key.to_sym] = attributes[attribute_map[key]].map { |v| _deserialize(::Regexp.last_match(1), v) }
137
137
  end
138
138
  elsif !attributes[attribute_map[key]].nil?
139
- transformed_hash[key.to_s] = _deserialize(type, attributes[attribute_map[key]])
139
+ transformed_hash[key.to_sym] = _deserialize(type, attributes[attribute_map[key]])
140
140
  end
141
141
  end
142
142
  new(transformed_hash)
@@ -197,6 +197,10 @@ module Algolia
197
197
  to_hash
198
198
  end
199
199
 
200
+ def to_json(*_args)
201
+ to_hash.to_json
202
+ end
203
+
200
204
  # Returns the object in the form of hash
201
205
  # @return [Hash] Returns the object in the form of hash
202
206
  def to_hash
@@ -171,15 +171,15 @@ module Algolia
171
171
  transformed_hash = {}
172
172
  types_mapping.each_pair do |key, type|
173
173
  if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
174
- transformed_hash[key.to_s] = nil
174
+ transformed_hash[key.to_sym] = nil
175
175
  elsif type =~ /\AArray<(.*)>/i
176
176
  # check to ensure the input is an array given that the attribute
177
177
  # is documented as an array but the input is not
178
178
  if attributes[attribute_map[key]].is_a?(Array)
179
- transformed_hash[key.to_s] = attributes[attribute_map[key]].map { |v| _deserialize(::Regexp.last_match(1), v) }
179
+ transformed_hash[key.to_sym] = attributes[attribute_map[key]].map { |v| _deserialize(::Regexp.last_match(1), v) }
180
180
  end
181
181
  elsif !attributes[attribute_map[key]].nil?
182
- transformed_hash[key.to_s] = _deserialize(type, attributes[attribute_map[key]])
182
+ transformed_hash[key.to_sym] = _deserialize(type, attributes[attribute_map[key]])
183
183
  end
184
184
  end
185
185
  new(transformed_hash)
@@ -240,6 +240,10 @@ module Algolia
240
240
  to_hash
241
241
  end
242
242
 
243
+ def to_json(*_args)
244
+ to_hash.to_json
245
+ end
246
+
243
247
  # Returns the object in the form of hash
244
248
  # @return [Hash] Returns the object in the form of hash
245
249
  def to_hash
@@ -131,15 +131,15 @@ module Algolia
131
131
  transformed_hash = {}
132
132
  types_mapping.each_pair do |key, type|
133
133
  if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
134
- transformed_hash[key.to_s] = nil
134
+ transformed_hash[key.to_sym] = nil
135
135
  elsif type =~ /\AArray<(.*)>/i
136
136
  # check to ensure the input is an array given that the attribute
137
137
  # is documented as an array but the input is not
138
138
  if attributes[attribute_map[key]].is_a?(Array)
139
- transformed_hash[key.to_s] = attributes[attribute_map[key]].map { |v| _deserialize(::Regexp.last_match(1), v) }
139
+ transformed_hash[key.to_sym] = attributes[attribute_map[key]].map { |v| _deserialize(::Regexp.last_match(1), v) }
140
140
  end
141
141
  elsif !attributes[attribute_map[key]].nil?
142
- transformed_hash[key.to_s] = _deserialize(type, attributes[attribute_map[key]])
142
+ transformed_hash[key.to_sym] = _deserialize(type, attributes[attribute_map[key]])
143
143
  end
144
144
  end
145
145
  new(transformed_hash)
@@ -200,6 +200,10 @@ module Algolia
200
200
  to_hash
201
201
  end
202
202
 
203
+ def to_json(*_args)
204
+ to_hash.to_json
205
+ end
206
+
203
207
  # Returns the object in the form of hash
204
208
  # @return [Hash] Returns the object in the form of hash
205
209
  def to_hash
@@ -141,15 +141,15 @@ module Algolia
141
141
  transformed_hash = {}
142
142
  types_mapping.each_pair do |key, type|
143
143
  if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
144
- transformed_hash[key.to_s] = nil
144
+ transformed_hash[key.to_sym] = nil
145
145
  elsif type =~ /\AArray<(.*)>/i
146
146
  # check to ensure the input is an array given that the attribute
147
147
  # is documented as an array but the input is not
148
148
  if attributes[attribute_map[key]].is_a?(Array)
149
- transformed_hash[key.to_s] = attributes[attribute_map[key]].map { |v| _deserialize(::Regexp.last_match(1), v) }
149
+ transformed_hash[key.to_sym] = attributes[attribute_map[key]].map { |v| _deserialize(::Regexp.last_match(1), v) }
150
150
  end
151
151
  elsif !attributes[attribute_map[key]].nil?
152
- transformed_hash[key.to_s] = _deserialize(type, attributes[attribute_map[key]])
152
+ transformed_hash[key.to_sym] = _deserialize(type, attributes[attribute_map[key]])
153
153
  end
154
154
  end
155
155
  new(transformed_hash)
@@ -210,6 +210,10 @@ module Algolia
210
210
  to_hash
211
211
  end
212
212
 
213
+ def to_json(*_args)
214
+ to_hash.to_json
215
+ end
216
+
213
217
  # Returns the object in the form of hash
214
218
  # @return [Hash] Returns the object in the form of hash
215
219
  def to_hash
@@ -111,15 +111,15 @@ module Algolia
111
111
  transformed_hash = {}
112
112
  types_mapping.each_pair do |key, type|
113
113
  if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
114
- transformed_hash[key.to_s] = nil
114
+ transformed_hash[key.to_sym] = nil
115
115
  elsif type =~ /\AArray<(.*)>/i
116
116
  # check to ensure the input is an array given that the attribute
117
117
  # is documented as an array but the input is not
118
118
  if attributes[attribute_map[key]].is_a?(Array)
119
- transformed_hash[key.to_s] = attributes[attribute_map[key]].map { |v| _deserialize(::Regexp.last_match(1), v) }
119
+ transformed_hash[key.to_sym] = attributes[attribute_map[key]].map { |v| _deserialize(::Regexp.last_match(1), v) }
120
120
  end
121
121
  elsif !attributes[attribute_map[key]].nil?
122
- transformed_hash[key.to_s] = _deserialize(type, attributes[attribute_map[key]])
122
+ transformed_hash[key.to_sym] = _deserialize(type, attributes[attribute_map[key]])
123
123
  end
124
124
  end
125
125
  new(transformed_hash)
@@ -180,6 +180,10 @@ module Algolia
180
180
  to_hash
181
181
  end
182
182
 
183
+ def to_json(*_args)
184
+ to_hash.to_json
185
+ end
186
+
183
187
  # Returns the object in the form of hash
184
188
  # @return [Hash] Returns the object in the form of hash
185
189
  def to_hash
@@ -169,15 +169,15 @@ module Algolia
169
169
  transformed_hash = {}
170
170
  types_mapping.each_pair do |key, type|
171
171
  if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
172
- transformed_hash[key.to_s] = nil
172
+ transformed_hash[key.to_sym] = nil
173
173
  elsif type =~ /\AArray<(.*)>/i
174
174
  # check to ensure the input is an array given that the attribute
175
175
  # is documented as an array but the input is not
176
176
  if attributes[attribute_map[key]].is_a?(Array)
177
- transformed_hash[key.to_s] = attributes[attribute_map[key]].map { |v| _deserialize(::Regexp.last_match(1), v) }
177
+ transformed_hash[key.to_sym] = attributes[attribute_map[key]].map { |v| _deserialize(::Regexp.last_match(1), v) }
178
178
  end
179
179
  elsif !attributes[attribute_map[key]].nil?
180
- transformed_hash[key.to_s] = _deserialize(type, attributes[attribute_map[key]])
180
+ transformed_hash[key.to_sym] = _deserialize(type, attributes[attribute_map[key]])
181
181
  end
182
182
  end
183
183
  new(transformed_hash)
@@ -238,6 +238,10 @@ module Algolia
238
238
  to_hash
239
239
  end
240
240
 
241
+ def to_json(*_args)
242
+ to_hash.to_json
243
+ end
244
+
241
245
  # Returns the object in the form of hash
242
246
  # @return [Hash] Returns the object in the form of hash
243
247
  def to_hash
@@ -154,15 +154,15 @@ module Algolia
154
154
  transformed_hash = {}
155
155
  types_mapping.each_pair do |key, type|
156
156
  if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
157
- transformed_hash[key.to_s] = nil
157
+ transformed_hash[key.to_sym] = nil
158
158
  elsif type =~ /\AArray<(.*)>/i
159
159
  # check to ensure the input is an array given that the attribute
160
160
  # is documented as an array but the input is not
161
161
  if attributes[attribute_map[key]].is_a?(Array)
162
- transformed_hash[key.to_s] = attributes[attribute_map[key]].map { |v| _deserialize(::Regexp.last_match(1), v) }
162
+ transformed_hash[key.to_sym] = attributes[attribute_map[key]].map { |v| _deserialize(::Regexp.last_match(1), v) }
163
163
  end
164
164
  elsif !attributes[attribute_map[key]].nil?
165
- transformed_hash[key.to_s] = _deserialize(type, attributes[attribute_map[key]])
165
+ transformed_hash[key.to_sym] = _deserialize(type, attributes[attribute_map[key]])
166
166
  end
167
167
  end
168
168
  new(transformed_hash)
@@ -223,6 +223,10 @@ module Algolia
223
223
  to_hash
224
224
  end
225
225
 
226
+ def to_json(*_args)
227
+ to_hash.to_json
228
+ end
229
+
226
230
  # Returns the object in the form of hash
227
231
  # @return [Hash] Returns the object in the form of hash
228
232
  def to_hash
@@ -75,7 +75,7 @@ module Algolia
75
75
  return data.each_with_object({}) { |(k, v), hsh| hsh[k] = find_and_cast_into_type(sub_type, v) }
76
76
  end
77
77
  else # model
78
- const = Algolia.const_get(klass)
78
+ const = Algolia::Ingestion.const_get(klass)
79
79
  if const
80
80
  if const.respond_to?(:openapi_one_of) # nested oneOf model
81
81
  model = const.build(data)
@@ -129,15 +129,15 @@ module Algolia
129
129
  transformed_hash = {}
130
130
  types_mapping.each_pair do |key, type|
131
131
  if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
132
- transformed_hash[key.to_s] = nil
132
+ transformed_hash[key.to_sym] = nil
133
133
  elsif type =~ /\AArray<(.*)>/i
134
134
  # check to ensure the input is an array given that the attribute
135
135
  # is documented as an array but the input is not
136
136
  if attributes[attribute_map[key]].is_a?(Array)
137
- transformed_hash[key.to_s] = attributes[attribute_map[key]].map { |v| _deserialize(::Regexp.last_match(1), v) }
137
+ transformed_hash[key.to_sym] = attributes[attribute_map[key]].map { |v| _deserialize(::Regexp.last_match(1), v) }
138
138
  end
139
139
  elsif !attributes[attribute_map[key]].nil?
140
- transformed_hash[key.to_s] = _deserialize(type, attributes[attribute_map[key]])
140
+ transformed_hash[key.to_sym] = _deserialize(type, attributes[attribute_map[key]])
141
141
  end
142
142
  end
143
143
  new(transformed_hash)
@@ -198,6 +198,10 @@ module Algolia
198
198
  to_hash
199
199
  end
200
200
 
201
+ def to_json(*_args)
202
+ to_hash.to_json
203
+ end
204
+
201
205
  # Returns the object in the form of hash
202
206
  # @return [Hash] Returns the object in the form of hash
203
207
  def to_hash
@@ -89,15 +89,15 @@ module Algolia
89
89
  transformed_hash = {}
90
90
  types_mapping.each_pair do |key, type|
91
91
  if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
92
- transformed_hash[key.to_s] = nil
92
+ transformed_hash[key.to_sym] = nil
93
93
  elsif type =~ /\AArray<(.*)>/i
94
94
  # check to ensure the input is an array given that the attribute
95
95
  # is documented as an array but the input is not
96
96
  if attributes[attribute_map[key]].is_a?(Array)
97
- transformed_hash[key.to_s] = attributes[attribute_map[key]].map { |v| _deserialize(::Regexp.last_match(1), v) }
97
+ transformed_hash[key.to_sym] = attributes[attribute_map[key]].map { |v| _deserialize(::Regexp.last_match(1), v) }
98
98
  end
99
99
  elsif !attributes[attribute_map[key]].nil?
100
- transformed_hash[key.to_s] = _deserialize(type, attributes[attribute_map[key]])
100
+ transformed_hash[key.to_sym] = _deserialize(type, attributes[attribute_map[key]])
101
101
  end
102
102
  end
103
103
  new(transformed_hash)
@@ -158,6 +158,10 @@ module Algolia
158
158
  to_hash
159
159
  end
160
160
 
161
+ def to_json(*_args)
162
+ to_hash.to_json
163
+ end
164
+
161
165
  # Returns the object in the form of hash
162
166
  # @return [Hash] Returns the object in the form of hash
163
167
  def to_hash
@@ -104,15 +104,15 @@ module Algolia
104
104
  transformed_hash = {}
105
105
  types_mapping.each_pair do |key, type|
106
106
  if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
107
- transformed_hash[key.to_s] = nil
107
+ transformed_hash[key.to_sym] = nil
108
108
  elsif type =~ /\AArray<(.*)>/i
109
109
  # check to ensure the input is an array given that the attribute
110
110
  # is documented as an array but the input is not
111
111
  if attributes[attribute_map[key]].is_a?(Array)
112
- transformed_hash[key.to_s] = attributes[attribute_map[key]].map { |v| _deserialize(::Regexp.last_match(1), v) }
112
+ transformed_hash[key.to_sym] = attributes[attribute_map[key]].map { |v| _deserialize(::Regexp.last_match(1), v) }
113
113
  end
114
114
  elsif !attributes[attribute_map[key]].nil?
115
- transformed_hash[key.to_s] = _deserialize(type, attributes[attribute_map[key]])
115
+ transformed_hash[key.to_sym] = _deserialize(type, attributes[attribute_map[key]])
116
116
  end
117
117
  end
118
118
  new(transformed_hash)
@@ -173,6 +173,10 @@ module Algolia
173
173
  to_hash
174
174
  end
175
175
 
176
+ def to_json(*_args)
177
+ to_hash.to_json
178
+ end
179
+
176
180
  # Returns the object in the form of hash
177
181
  # @return [Hash] Returns the object in the form of hash
178
182
  def to_hash
@@ -100,15 +100,15 @@ module Algolia
100
100
  transformed_hash = {}
101
101
  types_mapping.each_pair do |key, type|
102
102
  if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
103
- transformed_hash[key.to_s] = nil
103
+ transformed_hash[key.to_sym] = nil
104
104
  elsif type =~ /\AArray<(.*)>/i
105
105
  # check to ensure the input is an array given that the attribute
106
106
  # is documented as an array but the input is not
107
107
  if attributes[attribute_map[key]].is_a?(Array)
108
- transformed_hash[key.to_s] = attributes[attribute_map[key]].map { |v| _deserialize(::Regexp.last_match(1), v) }
108
+ transformed_hash[key.to_sym] = attributes[attribute_map[key]].map { |v| _deserialize(::Regexp.last_match(1), v) }
109
109
  end
110
110
  elsif !attributes[attribute_map[key]].nil?
111
- transformed_hash[key.to_s] = _deserialize(type, attributes[attribute_map[key]])
111
+ transformed_hash[key.to_sym] = _deserialize(type, attributes[attribute_map[key]])
112
112
  end
113
113
  end
114
114
  new(transformed_hash)
@@ -169,6 +169,10 @@ module Algolia
169
169
  to_hash
170
170
  end
171
171
 
172
+ def to_json(*_args)
173
+ to_hash.to_json
174
+ end
175
+
172
176
  # Returns the object in the form of hash
173
177
  # @return [Hash] Returns the object in the form of hash
174
178
  def to_hash
@@ -139,15 +139,15 @@ module Algolia
139
139
  transformed_hash = {}
140
140
  types_mapping.each_pair do |key, type|
141
141
  if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
142
- transformed_hash[key.to_s] = nil
142
+ transformed_hash[key.to_sym] = nil
143
143
  elsif type =~ /\AArray<(.*)>/i
144
144
  # check to ensure the input is an array given that the attribute
145
145
  # is documented as an array but the input is not
146
146
  if attributes[attribute_map[key]].is_a?(Array)
147
- transformed_hash[key.to_s] = attributes[attribute_map[key]].map { |v| _deserialize(::Regexp.last_match(1), v) }
147
+ transformed_hash[key.to_sym] = attributes[attribute_map[key]].map { |v| _deserialize(::Regexp.last_match(1), v) }
148
148
  end
149
149
  elsif !attributes[attribute_map[key]].nil?
150
- transformed_hash[key.to_s] = _deserialize(type, attributes[attribute_map[key]])
150
+ transformed_hash[key.to_sym] = _deserialize(type, attributes[attribute_map[key]])
151
151
  end
152
152
  end
153
153
  new(transformed_hash)
@@ -208,6 +208,10 @@ module Algolia
208
208
  to_hash
209
209
  end
210
210
 
211
+ def to_json(*_args)
212
+ to_hash.to_json
213
+ end
214
+
211
215
  # Returns the object in the form of hash
212
216
  # @return [Hash] Returns the object in the form of hash
213
217
  def to_hash
@@ -74,7 +74,7 @@ module Algolia
74
74
  return data.each_with_object({}) { |(k, v), hsh| hsh[k] = find_and_cast_into_type(sub_type, v) }
75
75
  end
76
76
  else # model
77
- const = Algolia.const_get(klass)
77
+ const = Algolia::Ingestion.const_get(klass)
78
78
  if const
79
79
  if const.respond_to?(:openapi_one_of) # nested oneOf model
80
80
  model = const.build(data)
@@ -111,15 +111,15 @@ module Algolia
111
111
  transformed_hash = {}
112
112
  types_mapping.each_pair do |key, type|
113
113
  if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
114
- transformed_hash[key.to_s] = nil
114
+ transformed_hash[key.to_sym] = nil
115
115
  elsif type =~ /\AArray<(.*)>/i
116
116
  # check to ensure the input is an array given that the attribute
117
117
  # is documented as an array but the input is not
118
118
  if attributes[attribute_map[key]].is_a?(Array)
119
- transformed_hash[key.to_s] = attributes[attribute_map[key]].map { |v| _deserialize(::Regexp.last_match(1), v) }
119
+ transformed_hash[key.to_sym] = attributes[attribute_map[key]].map { |v| _deserialize(::Regexp.last_match(1), v) }
120
120
  end
121
121
  elsif !attributes[attribute_map[key]].nil?
122
- transformed_hash[key.to_s] = _deserialize(type, attributes[attribute_map[key]])
122
+ transformed_hash[key.to_sym] = _deserialize(type, attributes[attribute_map[key]])
123
123
  end
124
124
  end
125
125
  new(transformed_hash)
@@ -180,6 +180,10 @@ module Algolia
180
180
  to_hash
181
181
  end
182
182
 
183
+ def to_json(*_args)
184
+ to_hash.to_json
185
+ end
186
+
183
187
  # Returns the object in the form of hash
184
188
  # @return [Hash] Returns the object in the form of hash
185
189
  def to_hash
@@ -110,15 +110,15 @@ module Algolia
110
110
  transformed_hash = {}
111
111
  types_mapping.each_pair do |key, type|
112
112
  if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
113
- transformed_hash[key.to_s] = nil
113
+ transformed_hash[key.to_sym] = nil
114
114
  elsif type =~ /\AArray<(.*)>/i
115
115
  # check to ensure the input is an array given that the attribute
116
116
  # is documented as an array but the input is not
117
117
  if attributes[attribute_map[key]].is_a?(Array)
118
- transformed_hash[key.to_s] = attributes[attribute_map[key]].map { |v| _deserialize(::Regexp.last_match(1), v) }
118
+ transformed_hash[key.to_sym] = attributes[attribute_map[key]].map { |v| _deserialize(::Regexp.last_match(1), v) }
119
119
  end
120
120
  elsif !attributes[attribute_map[key]].nil?
121
- transformed_hash[key.to_s] = _deserialize(type, attributes[attribute_map[key]])
121
+ transformed_hash[key.to_sym] = _deserialize(type, attributes[attribute_map[key]])
122
122
  end
123
123
  end
124
124
  new(transformed_hash)
@@ -179,6 +179,10 @@ module Algolia
179
179
  to_hash
180
180
  end
181
181
 
182
+ def to_json(*_args)
183
+ to_hash.to_json
184
+ end
185
+
182
186
  # Returns the object in the form of hash
183
187
  # @return [Hash] Returns the object in the form of hash
184
188
  def to_hash
@@ -227,15 +227,15 @@ module Algolia
227
227
  transformed_hash = {}
228
228
  types_mapping.each_pair do |key, type|
229
229
  if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
230
- transformed_hash[key.to_s] = nil
230
+ transformed_hash[key.to_sym] = nil
231
231
  elsif type =~ /\AArray<(.*)>/i
232
232
  # check to ensure the input is an array given that the attribute
233
233
  # is documented as an array but the input is not
234
234
  if attributes[attribute_map[key]].is_a?(Array)
235
- transformed_hash[key.to_s] = attributes[attribute_map[key]].map { |v| _deserialize(::Regexp.last_match(1), v) }
235
+ transformed_hash[key.to_sym] = attributes[attribute_map[key]].map { |v| _deserialize(::Regexp.last_match(1), v) }
236
236
  end
237
237
  elsif !attributes[attribute_map[key]].nil?
238
- transformed_hash[key.to_s] = _deserialize(type, attributes[attribute_map[key]])
238
+ transformed_hash[key.to_sym] = _deserialize(type, attributes[attribute_map[key]])
239
239
  end
240
240
  end
241
241
  new(transformed_hash)
@@ -296,6 +296,10 @@ module Algolia
296
296
  to_hash
297
297
  end
298
298
 
299
+ def to_json(*_args)
300
+ to_hash.to_json
301
+ end
302
+
299
303
  # Returns the object in the form of hash
300
304
  # @return [Hash] Returns the object in the form of hash
301
305
  def to_hash
@@ -192,15 +192,15 @@ module Algolia
192
192
  transformed_hash = {}
193
193
  types_mapping.each_pair do |key, type|
194
194
  if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
195
- transformed_hash[key.to_s] = nil
195
+ transformed_hash[key.to_sym] = nil
196
196
  elsif type =~ /\AArray<(.*)>/i
197
197
  # check to ensure the input is an array given that the attribute
198
198
  # is documented as an array but the input is not
199
199
  if attributes[attribute_map[key]].is_a?(Array)
200
- transformed_hash[key.to_s] = attributes[attribute_map[key]].map { |v| _deserialize(::Regexp.last_match(1), v) }
200
+ transformed_hash[key.to_sym] = attributes[attribute_map[key]].map { |v| _deserialize(::Regexp.last_match(1), v) }
201
201
  end
202
202
  elsif !attributes[attribute_map[key]].nil?
203
- transformed_hash[key.to_s] = _deserialize(type, attributes[attribute_map[key]])
203
+ transformed_hash[key.to_sym] = _deserialize(type, attributes[attribute_map[key]])
204
204
  end
205
205
  end
206
206
  new(transformed_hash)
@@ -261,6 +261,10 @@ module Algolia
261
261
  to_hash
262
262
  end
263
263
 
264
+ def to_json(*_args)
265
+ to_hash.to_json
266
+ end
267
+
264
268
  # Returns the object in the form of hash
265
269
  # @return [Hash] Returns the object in the form of hash
266
270
  def to_hash
@@ -101,15 +101,15 @@ module Algolia
101
101
  transformed_hash = {}
102
102
  types_mapping.each_pair do |key, type|
103
103
  if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
104
- transformed_hash[key.to_s] = nil
104
+ transformed_hash[key.to_sym] = nil
105
105
  elsif type =~ /\AArray<(.*)>/i
106
106
  # check to ensure the input is an array given that the attribute
107
107
  # is documented as an array but the input is not
108
108
  if attributes[attribute_map[key]].is_a?(Array)
109
- transformed_hash[key.to_s] = attributes[attribute_map[key]].map { |v| _deserialize(::Regexp.last_match(1), v) }
109
+ transformed_hash[key.to_sym] = attributes[attribute_map[key]].map { |v| _deserialize(::Regexp.last_match(1), v) }
110
110
  end
111
111
  elsif !attributes[attribute_map[key]].nil?
112
- transformed_hash[key.to_s] = _deserialize(type, attributes[attribute_map[key]])
112
+ transformed_hash[key.to_sym] = _deserialize(type, attributes[attribute_map[key]])
113
113
  end
114
114
  end
115
115
  new(transformed_hash)
@@ -170,6 +170,10 @@ module Algolia
170
170
  to_hash
171
171
  end
172
172
 
173
+ def to_json(*_args)
174
+ to_hash.to_json
175
+ end
176
+
173
177
  # Returns the object in the form of hash
174
178
  # @return [Hash] Returns the object in the form of hash
175
179
  def to_hash
@@ -72,7 +72,7 @@ module Algolia
72
72
  return data.each_with_object({}) { |(k, v), hsh| hsh[k] = find_and_cast_into_type(sub_type, v) }
73
73
  end
74
74
  else # model
75
- const = Algolia.const_get(klass)
75
+ const = Algolia::Ingestion.const_get(klass)
76
76
  if const
77
77
  if const.respond_to?(:openapi_one_of) # nested oneOf model
78
78
  model = const.build(data)
@@ -71,7 +71,7 @@ module Algolia
71
71
  return data.each_with_object({}) { |(k, v), hsh| hsh[k] = find_and_cast_into_type(sub_type, v) }
72
72
  end
73
73
  else # model
74
- const = Algolia.const_get(klass)
74
+ const = Algolia::Ingestion.const_get(klass)
75
75
  if const
76
76
  if const.respond_to?(:openapi_one_of) # nested oneOf model
77
77
  model = const.build(data)
@@ -89,15 +89,15 @@ module Algolia
89
89
  transformed_hash = {}
90
90
  types_mapping.each_pair do |key, type|
91
91
  if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
92
- transformed_hash[key.to_s] = nil
92
+ transformed_hash[key.to_sym] = nil
93
93
  elsif type =~ /\AArray<(.*)>/i
94
94
  # check to ensure the input is an array given that the attribute
95
95
  # is documented as an array but the input is not
96
96
  if attributes[attribute_map[key]].is_a?(Array)
97
- transformed_hash[key.to_s] = attributes[attribute_map[key]].map { |v| _deserialize(::Regexp.last_match(1), v) }
97
+ transformed_hash[key.to_sym] = attributes[attribute_map[key]].map { |v| _deserialize(::Regexp.last_match(1), v) }
98
98
  end
99
99
  elsif !attributes[attribute_map[key]].nil?
100
- transformed_hash[key.to_s] = _deserialize(type, attributes[attribute_map[key]])
100
+ transformed_hash[key.to_sym] = _deserialize(type, attributes[attribute_map[key]])
101
101
  end
102
102
  end
103
103
  new(transformed_hash)
@@ -158,6 +158,10 @@ module Algolia
158
158
  to_hash
159
159
  end
160
160
 
161
+ def to_json(*_args)
162
+ to_hash.to_json
163
+ end
164
+
161
165
  # Returns the object in the form of hash
162
166
  # @return [Hash] Returns the object in the form of hash
163
167
  def to_hash
@@ -143,15 +143,15 @@ module Algolia
143
143
  transformed_hash = {}
144
144
  types_mapping.each_pair do |key, type|
145
145
  if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
146
- transformed_hash[key.to_s] = nil
146
+ transformed_hash[key.to_sym] = nil
147
147
  elsif type =~ /\AArray<(.*)>/i
148
148
  # check to ensure the input is an array given that the attribute
149
149
  # is documented as an array but the input is not
150
150
  if attributes[attribute_map[key]].is_a?(Array)
151
- transformed_hash[key.to_s] = attributes[attribute_map[key]].map { |v| _deserialize(::Regexp.last_match(1), v) }
151
+ transformed_hash[key.to_sym] = attributes[attribute_map[key]].map { |v| _deserialize(::Regexp.last_match(1), v) }
152
152
  end
153
153
  elsif !attributes[attribute_map[key]].nil?
154
- transformed_hash[key.to_s] = _deserialize(type, attributes[attribute_map[key]])
154
+ transformed_hash[key.to_sym] = _deserialize(type, attributes[attribute_map[key]])
155
155
  end
156
156
  end
157
157
  new(transformed_hash)
@@ -212,6 +212,10 @@ module Algolia
212
212
  to_hash
213
213
  end
214
214
 
215
+ def to_json(*_args)
216
+ to_hash.to_json
217
+ end
218
+
215
219
  # Returns the object in the form of hash
216
220
  # @return [Hash] Returns the object in the form of hash
217
221
  def to_hash