algolia 3.0.0.alpha.5 → 3.0.0.alpha.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +13 -0
- data/Gemfile.lock +12 -12
- data/algolia.gemspec +2 -1
- data/lib/algolia/api/abtesting_client.rb +9 -9
- data/lib/algolia/api/analytics_client.rb +21 -21
- data/lib/algolia/api/ingestion_client.rb +37 -37
- data/lib/algolia/api/insights_client.rb +5 -5
- data/lib/algolia/api/monitoring_client.rb +14 -20
- data/lib/algolia/api/personalization_client.rb +8 -8
- data/lib/algolia/api/query_suggestions_client.rb +11 -11
- data/lib/algolia/api/recommend_client.rb +11 -12
- data/lib/algolia/api/search_client.rb +175 -118
- data/lib/algolia/api_client.rb +2 -1
- data/lib/algolia/models/abtesting/ab_test.rb +7 -3
- data/lib/algolia/models/abtesting/ab_test_response.rb +7 -3
- data/lib/algolia/models/abtesting/ab_tests_variant.rb +7 -3
- data/lib/algolia/models/abtesting/ab_tests_variant_search_params.rb +7 -3
- data/lib/algolia/models/abtesting/add_ab_tests_request.rb +7 -3
- data/lib/algolia/models/abtesting/add_ab_tests_variant.rb +1 -1
- data/lib/algolia/models/abtesting/currencies_value.rb +7 -3
- data/lib/algolia/models/abtesting/custom_search_params.rb +7 -3
- data/lib/algolia/models/abtesting/error_base.rb +13 -4
- data/lib/algolia/models/abtesting/filter_effects.rb +7 -3
- data/lib/algolia/models/abtesting/filter_effects_empty_search.rb +7 -3
- data/lib/algolia/models/abtesting/filter_effects_outliers.rb +7 -3
- data/lib/algolia/models/abtesting/list_ab_tests_response.rb +7 -3
- data/lib/algolia/models/abtesting/variant.rb +23 -7
- data/lib/algolia/models/analytics/average_click_event.rb +7 -3
- data/lib/algolia/models/analytics/click_position.rb +7 -3
- data/lib/algolia/models/analytics/click_through_rate_event.rb +7 -3
- data/lib/algolia/models/analytics/conversion_rate_event.rb +7 -3
- data/lib/algolia/models/analytics/error_base.rb +13 -4
- data/lib/algolia/models/analytics/get_average_click_position_response.rb +7 -3
- data/lib/algolia/models/analytics/get_click_positions_response.rb +7 -3
- data/lib/algolia/models/analytics/get_click_through_rate_response.rb +7 -3
- data/lib/algolia/models/analytics/get_conversation_rate_response.rb +7 -3
- data/lib/algolia/models/analytics/get_no_click_rate_response.rb +7 -3
- data/lib/algolia/models/analytics/get_no_results_rate_response.rb +7 -3
- data/lib/algolia/models/analytics/get_searches_count_response.rb +7 -3
- data/lib/algolia/models/analytics/get_searches_no_clicks_response.rb +7 -3
- data/lib/algolia/models/analytics/get_searches_no_results_response.rb +7 -3
- data/lib/algolia/models/analytics/get_status_response.rb +7 -3
- data/lib/algolia/models/analytics/get_top_countries_response.rb +7 -3
- data/lib/algolia/models/analytics/get_top_filter_attribute.rb +7 -3
- data/lib/algolia/models/analytics/get_top_filter_attributes_response.rb +7 -3
- data/lib/algolia/models/analytics/get_top_filter_for_attribute.rb +7 -3
- data/lib/algolia/models/analytics/get_top_filter_for_attribute_response.rb +7 -3
- data/lib/algolia/models/analytics/get_top_filters_no_results_response.rb +7 -3
- data/lib/algolia/models/analytics/get_top_filters_no_results_value.rb +7 -3
- data/lib/algolia/models/analytics/get_top_filters_no_results_values.rb +7 -3
- data/lib/algolia/models/analytics/get_top_hits_response.rb +1 -1
- data/lib/algolia/models/analytics/get_top_searches_response.rb +1 -1
- data/lib/algolia/models/analytics/get_users_count_response.rb +7 -3
- data/lib/algolia/models/analytics/no_click_rate_event.rb +7 -3
- data/lib/algolia/models/analytics/no_results_rate_event.rb +7 -3
- data/lib/algolia/models/analytics/search_event.rb +7 -3
- data/lib/algolia/models/analytics/search_no_click_event.rb +7 -3
- data/lib/algolia/models/analytics/search_no_result_event.rb +7 -3
- data/lib/algolia/models/analytics/top_country.rb +7 -3
- data/lib/algolia/models/analytics/top_hit.rb +7 -3
- data/lib/algolia/models/analytics/top_hit_with_analytics.rb +7 -3
- data/lib/algolia/models/analytics/top_hits_response.rb +7 -3
- data/lib/algolia/models/analytics/top_hits_response_with_analytics.rb +7 -3
- data/lib/algolia/models/analytics/top_search.rb +7 -3
- data/lib/algolia/models/analytics/top_search_with_analytics.rb +7 -3
- data/lib/algolia/models/analytics/top_searches_response.rb +7 -3
- data/lib/algolia/models/analytics/top_searches_response_with_analytics.rb +7 -3
- data/lib/algolia/models/analytics/user_with_date.rb +7 -3
- data/lib/algolia/models/ingestion/auth_algolia.rb +7 -3
- data/lib/algolia/models/ingestion/auth_algolia_partial.rb +7 -3
- data/lib/algolia/models/ingestion/auth_api_key.rb +7 -3
- data/lib/algolia/models/ingestion/auth_api_key_partial.rb +7 -3
- data/lib/algolia/models/ingestion/auth_basic.rb +7 -3
- data/lib/algolia/models/ingestion/auth_basic_partial.rb +7 -3
- data/lib/algolia/models/ingestion/auth_google_service_account.rb +7 -3
- data/lib/algolia/models/ingestion/auth_google_service_account_partial.rb +7 -3
- data/lib/algolia/models/ingestion/auth_input.rb +1 -1
- data/lib/algolia/models/ingestion/auth_input_partial.rb +1 -1
- data/lib/algolia/models/ingestion/auth_o_auth.rb +7 -3
- data/lib/algolia/models/ingestion/auth_o_auth_partial.rb +7 -3
- data/lib/algolia/models/ingestion/authentication.rb +7 -3
- data/lib/algolia/models/ingestion/authentication_create.rb +7 -3
- data/lib/algolia/models/ingestion/authentication_create_response.rb +7 -3
- data/lib/algolia/models/ingestion/authentication_search.rb +7 -3
- data/lib/algolia/models/ingestion/authentication_update.rb +7 -3
- data/lib/algolia/models/ingestion/authentication_update_response.rb +7 -3
- data/lib/algolia/models/ingestion/big_commerce_channel.rb +7 -3
- data/lib/algolia/models/ingestion/big_commerce_metafield.rb +7 -3
- data/lib/algolia/models/ingestion/delete_response.rb +7 -3
- data/lib/algolia/models/ingestion/destination.rb +7 -3
- data/lib/algolia/models/ingestion/destination_create.rb +7 -3
- data/lib/algolia/models/ingestion/destination_create_response.rb +7 -3
- data/lib/algolia/models/ingestion/destination_index_name.rb +7 -3
- data/lib/algolia/models/ingestion/destination_index_prefix.rb +7 -3
- data/lib/algolia/models/ingestion/destination_input.rb +1 -1
- data/lib/algolia/models/ingestion/destination_search.rb +7 -3
- data/lib/algolia/models/ingestion/destination_update.rb +7 -3
- data/lib/algolia/models/ingestion/destination_update_response.rb +7 -3
- data/lib/algolia/models/ingestion/docker_source_discover.rb +7 -3
- data/lib/algolia/models/ingestion/docker_source_streams.rb +7 -3
- data/lib/algolia/models/ingestion/error_base.rb +13 -4
- data/lib/algolia/models/ingestion/event.rb +7 -3
- data/lib/algolia/models/ingestion/list_authentications_response.rb +7 -3
- data/lib/algolia/models/ingestion/list_destinations_response.rb +7 -3
- data/lib/algolia/models/ingestion/list_events_response.rb +7 -3
- data/lib/algolia/models/ingestion/list_sources_response.rb +7 -3
- data/lib/algolia/models/ingestion/list_tasks_response.rb +7 -3
- data/lib/algolia/models/ingestion/on_demand_date_utils_input.rb +7 -3
- data/lib/algolia/models/ingestion/on_demand_trigger.rb +7 -3
- data/lib/algolia/models/ingestion/on_demand_trigger_input.rb +7 -3
- data/lib/algolia/models/ingestion/pagination.rb +7 -3
- data/lib/algolia/models/ingestion/platform_with_none.rb +1 -1
- data/lib/algolia/models/ingestion/run.rb +7 -3
- data/lib/algolia/models/ingestion/run_list_response.rb +7 -3
- data/lib/algolia/models/ingestion/run_progress.rb +7 -3
- data/lib/algolia/models/ingestion/run_response.rb +7 -3
- data/lib/algolia/models/ingestion/schedule_date_utils_input.rb +7 -3
- data/lib/algolia/models/ingestion/schedule_trigger.rb +7 -3
- data/lib/algolia/models/ingestion/schedule_trigger_input.rb +7 -3
- data/lib/algolia/models/ingestion/source.rb +7 -3
- data/lib/algolia/models/ingestion/source_big_commerce.rb +7 -3
- data/lib/algolia/models/ingestion/source_big_query.rb +7 -3
- data/lib/algolia/models/ingestion/source_commercetools.rb +7 -3
- data/lib/algolia/models/ingestion/source_create.rb +7 -3
- data/lib/algolia/models/ingestion/source_create_response.rb +7 -3
- data/lib/algolia/models/ingestion/source_csv.rb +7 -3
- data/lib/algolia/models/ingestion/source_docker.rb +7 -3
- data/lib/algolia/models/ingestion/source_input.rb +1 -1
- data/lib/algolia/models/ingestion/source_json.rb +7 -3
- data/lib/algolia/models/ingestion/source_search.rb +7 -3
- data/lib/algolia/models/ingestion/source_update.rb +7 -3
- data/lib/algolia/models/ingestion/source_update_commercetools.rb +7 -3
- data/lib/algolia/models/ingestion/source_update_docker.rb +7 -3
- data/lib/algolia/models/ingestion/source_update_input.rb +1 -1
- data/lib/algolia/models/ingestion/source_update_response.rb +7 -3
- data/lib/algolia/models/ingestion/subscription_trigger.rb +7 -3
- data/lib/algolia/models/ingestion/task.rb +7 -3
- data/lib/algolia/models/ingestion/task_create.rb +7 -3
- data/lib/algolia/models/ingestion/task_create_response.rb +7 -3
- data/lib/algolia/models/ingestion/task_create_trigger.rb +1 -1
- data/lib/algolia/models/ingestion/task_input.rb +1 -1
- data/lib/algolia/models/ingestion/task_search.rb +7 -3
- data/lib/algolia/models/ingestion/task_update.rb +7 -3
- data/lib/algolia/models/ingestion/task_update_response.rb +7 -3
- data/lib/algolia/models/ingestion/trigger.rb +1 -1
- data/lib/algolia/models/ingestion/trigger_update_input.rb +7 -3
- data/lib/algolia/models/ingestion/window.rb +7 -3
- data/lib/algolia/models/insights/added_to_cart_object_ids.rb +7 -3
- data/lib/algolia/models/insights/added_to_cart_object_ids_after_search.rb +7 -3
- data/lib/algolia/models/insights/clicked_filters.rb +7 -3
- data/lib/algolia/models/insights/clicked_object_ids.rb +7 -3
- data/lib/algolia/models/insights/clicked_object_ids_after_search.rb +7 -3
- data/lib/algolia/models/insights/converted_filters.rb +7 -3
- data/lib/algolia/models/insights/converted_object_ids.rb +7 -3
- data/lib/algolia/models/insights/converted_object_ids_after_search.rb +7 -3
- data/lib/algolia/models/insights/discount.rb +1 -1
- data/lib/algolia/models/insights/error_base.rb +13 -4
- data/lib/algolia/models/insights/events_items.rb +1 -1
- data/lib/algolia/models/insights/events_response.rb +7 -3
- data/lib/algolia/models/insights/insights_events.rb +7 -3
- data/lib/algolia/models/insights/object_data.rb +7 -3
- data/lib/algolia/models/insights/object_data_after_search.rb +7 -3
- data/lib/algolia/models/insights/price.rb +1 -1
- data/lib/algolia/models/insights/purchased_object_ids.rb +7 -3
- data/lib/algolia/models/insights/purchased_object_ids_after_search.rb +7 -3
- data/lib/algolia/models/insights/value.rb +1 -1
- data/lib/algolia/models/insights/viewed_filters.rb +7 -3
- data/lib/algolia/models/insights/viewed_object_ids.rb +7 -3
- data/lib/algolia/models/monitoring/error_base.rb +13 -4
- data/lib/algolia/models/monitoring/get_inventory403_response.rb +7 -3
- data/lib/algolia/models/monitoring/incident.rb +7 -3
- data/lib/algolia/models/monitoring/incidents_inner.rb +7 -3
- data/lib/algolia/models/monitoring/incidents_response.rb +7 -3
- data/lib/algolia/models/monitoring/indexing_time_response.rb +7 -3
- data/lib/algolia/models/monitoring/indexing_time_response_metrics.rb +7 -3
- data/lib/algolia/models/monitoring/infrastructure_response.rb +7 -3
- data/lib/algolia/models/monitoring/infrastructure_response_metrics.rb +7 -3
- data/lib/algolia/models/monitoring/inventory_response.rb +7 -3
- data/lib/algolia/models/monitoring/latency_response.rb +7 -3
- data/lib/algolia/models/monitoring/latency_response_metrics.rb +7 -3
- data/lib/algolia/models/monitoring/probes_metric.rb +7 -3
- data/lib/algolia/models/monitoring/server.rb +7 -3
- data/lib/algolia/models/monitoring/status_response.rb +7 -3
- data/lib/algolia/models/monitoring/time_inner.rb +7 -3
- data/lib/algolia/models/personalization/delete_user_profile_response.rb +7 -3
- data/lib/algolia/models/personalization/error_base.rb +13 -4
- data/lib/algolia/models/personalization/event_scoring.rb +7 -3
- data/lib/algolia/models/personalization/facet_scoring.rb +7 -3
- data/lib/algolia/models/personalization/get_user_token_response.rb +7 -3
- data/lib/algolia/models/personalization/personalization_strategy_params.rb +7 -3
- data/lib/algolia/models/personalization/set_personalization_strategy_response.rb +7 -3
- data/lib/algolia/models/query-suggestions/base_query_suggestions_configuration_response.rb +7 -3
- data/lib/algolia/models/query-suggestions/base_query_suggestions_configuration_with_index.rb +7 -3
- data/lib/algolia/models/query-suggestions/base_response.rb +7 -3
- data/lib/algolia/models/query-suggestions/error_base.rb +13 -4
- data/lib/algolia/models/query-suggestions/facet.rb +7 -3
- data/lib/algolia/models/query-suggestions/get_config_status200_response.rb +7 -3
- data/lib/algolia/models/query-suggestions/get_log_file200_response.rb +7 -3
- data/lib/algolia/models/query-suggestions/languages.rb +1 -1
- data/lib/algolia/models/query-suggestions/query_suggestions_configuration.rb +7 -3
- data/lib/algolia/models/query-suggestions/query_suggestions_configuration_response.rb +7 -3
- data/lib/algolia/models/query-suggestions/query_suggestions_configuration_with_index.rb +7 -3
- data/lib/algolia/models/query-suggestions/source_index.rb +7 -3
- data/lib/algolia/models/recommend/around_precision.rb +1 -1
- data/lib/algolia/models/recommend/around_precision_from_value_inner.rb +7 -3
- data/lib/algolia/models/recommend/around_radius.rb +1 -1
- data/lib/algolia/models/recommend/automatic_facet_filter.rb +7 -3
- data/lib/algolia/models/recommend/automatic_facet_filters.rb +1 -1
- data/lib/algolia/models/recommend/base_recommend_request.rb +7 -3
- data/lib/algolia/models/recommend/base_recommendations_query.rb +7 -3
- data/lib/algolia/models/recommend/base_recommended_for_you_query.rb +7 -3
- data/lib/algolia/models/recommend/base_recommended_for_you_query_parameters.rb +7 -3
- data/lib/algolia/models/recommend/base_search_params.rb +7 -3
- data/lib/algolia/models/recommend/base_search_params_without_query.rb +7 -3
- data/lib/algolia/models/recommend/base_search_response.rb +13 -4
- data/lib/algolia/models/recommend/base_trending_facets_query.rb +7 -3
- data/lib/algolia/models/recommend/base_trending_items_query.rb +7 -3
- data/lib/algolia/models/recommend/condition.rb +7 -3
- data/lib/algolia/models/recommend/consequence.rb +7 -3
- data/lib/algolia/models/recommend/consequence_hide.rb +7 -3
- data/lib/algolia/models/recommend/consequence_params.rb +7 -3
- data/lib/algolia/models/recommend/consequence_query.rb +1 -1
- data/lib/algolia/models/recommend/consequence_query_object.rb +7 -3
- data/lib/algolia/models/recommend/deleted_at_response.rb +7 -3
- data/lib/algolia/models/recommend/distinct.rb +1 -1
- data/lib/algolia/models/recommend/edit.rb +7 -3
- data/lib/algolia/models/recommend/error_base.rb +13 -4
- data/lib/algolia/models/recommend/exhaustive.rb +7 -3
- data/lib/algolia/models/recommend/facet_filters.rb +1 -1
- data/lib/algolia/models/recommend/facet_ordering.rb +7 -3
- data/lib/algolia/models/recommend/facets.rb +7 -3
- data/lib/algolia/models/recommend/facets_stats.rb +7 -3
- data/lib/algolia/models/recommend/get_recommend_task_response.rb +7 -3
- data/lib/algolia/models/recommend/get_recommendations_params.rb +7 -3
- data/lib/algolia/models/recommend/get_recommendations_response.rb +7 -3
- data/lib/algolia/models/recommend/highlight_result.rb +1 -1
- data/lib/algolia/models/recommend/highlight_result_option.rb +7 -3
- data/lib/algolia/models/recommend/ignore_plurals.rb +1 -1
- data/lib/algolia/models/recommend/index_settings_as_search_params.rb +7 -3
- data/lib/algolia/models/recommend/matched_geo_location.rb +7 -3
- data/lib/algolia/models/recommend/mixed_search_filters.rb +1 -1
- data/lib/algolia/models/recommend/numeric_filters.rb +1 -1
- data/lib/algolia/models/recommend/optional_filters.rb +1 -1
- data/lib/algolia/models/recommend/params.rb +7 -3
- data/lib/algolia/models/recommend/personalization.rb +7 -3
- data/lib/algolia/models/recommend/promote.rb +1 -1
- data/lib/algolia/models/recommend/promote_object_id.rb +7 -3
- data/lib/algolia/models/recommend/promote_object_ids.rb +7 -3
- data/lib/algolia/models/recommend/ranking_info.rb +7 -3
- data/lib/algolia/models/recommend/re_ranking_apply_filter.rb +1 -1
- data/lib/algolia/models/recommend/recommend_hit.rb +13 -4
- data/lib/algolia/models/recommend/recommendations_hit.rb +1 -1
- data/lib/algolia/models/recommend/recommendations_hits.rb +7 -3
- data/lib/algolia/models/recommend/recommendations_query.rb +7 -3
- data/lib/algolia/models/recommend/recommendations_request.rb +1 -1
- data/lib/algolia/models/recommend/recommendations_results.rb +7 -3
- data/lib/algolia/models/recommend/recommended_for_you_query.rb +7 -3
- data/lib/algolia/models/recommend/recommended_for_you_query_parameters.rb +7 -3
- data/lib/algolia/models/recommend/redirect.rb +7 -3
- data/lib/algolia/models/recommend/redirect_rule_index_metadata.rb +7 -3
- data/lib/algolia/models/recommend/redirect_rule_index_metadata_data.rb +7 -3
- data/lib/algolia/models/recommend/remove_stop_words.rb +1 -1
- data/lib/algolia/models/recommend/rendering_content.rb +7 -3
- data/lib/algolia/models/recommend/rule_response.rb +7 -3
- data/lib/algolia/models/recommend/rule_response_metadata.rb +7 -3
- data/lib/algolia/models/recommend/search_params_object.rb +7 -3
- data/lib/algolia/models/recommend/search_params_query.rb +7 -3
- data/lib/algolia/models/recommend/search_recommend_rules_params.rb +7 -3
- data/lib/algolia/models/recommend/search_recommend_rules_response.rb +7 -3
- data/lib/algolia/models/recommend/semantic_search.rb +7 -3
- data/lib/algolia/models/recommend/snippet_result.rb +1 -1
- data/lib/algolia/models/recommend/snippet_result_option.rb +7 -3
- data/lib/algolia/models/recommend/tag_filters.rb +1 -1
- data/lib/algolia/models/recommend/trending_facet_hit.rb +7 -3
- data/lib/algolia/models/recommend/trending_facets_query.rb +7 -3
- data/lib/algolia/models/recommend/trending_items_query.rb +7 -3
- data/lib/algolia/models/recommend/typo_tolerance.rb +1 -1
- data/lib/algolia/models/recommend/value.rb +7 -3
- data/lib/algolia/models/search/add_api_key_response.rb +7 -3
- data/lib/algolia/models/search/api_key.rb +7 -3
- data/lib/algolia/models/search/around_precision.rb +1 -1
- data/lib/algolia/models/search/around_precision_from_value_inner.rb +7 -3
- data/lib/algolia/models/search/around_radius.rb +1 -1
- data/lib/algolia/models/search/assign_user_id_params.rb +7 -3
- data/lib/algolia/models/search/attribute_to_update.rb +1 -1
- data/lib/algolia/models/search/automatic_facet_filter.rb +7 -3
- data/lib/algolia/models/search/automatic_facet_filters.rb +1 -1
- data/lib/algolia/models/search/base_get_api_key_response.rb +7 -3
- data/lib/algolia/models/search/base_index_settings.rb +7 -3
- data/lib/algolia/models/search/base_search_params.rb +7 -3
- data/lib/algolia/models/search/base_search_params_without_query.rb +7 -3
- data/lib/algolia/models/search/base_search_response.rb +13 -4
- data/lib/algolia/models/search/batch_assign_user_ids_params.rb +7 -3
- data/lib/algolia/models/search/batch_dictionary_entries_params.rb +7 -3
- data/lib/algolia/models/search/batch_dictionary_entries_request.rb +7 -3
- data/lib/algolia/models/search/batch_params.rb +7 -3
- data/lib/algolia/models/search/batch_request.rb +7 -3
- data/lib/algolia/models/search/batch_response.rb +7 -3
- data/lib/algolia/models/search/batch_write_params.rb +7 -3
- data/lib/algolia/models/search/browse_params.rb +1 -1
- data/lib/algolia/models/search/browse_params_object.rb +7 -3
- data/lib/algolia/models/search/browse_response.rb +7 -3
- data/lib/algolia/models/search/built_in_operation.rb +7 -3
- data/lib/algolia/models/search/condition.rb +7 -3
- data/lib/algolia/models/search/consequence.rb +7 -3
- data/lib/algolia/models/search/consequence_hide.rb +7 -3
- data/lib/algolia/models/search/consequence_params.rb +7 -3
- data/lib/algolia/models/search/consequence_query.rb +1 -1
- data/lib/algolia/models/search/consequence_query_object.rb +7 -3
- data/lib/algolia/models/search/created_at_response.rb +7 -3
- data/lib/algolia/models/search/cursor.rb +7 -3
- data/lib/algolia/models/search/delete_api_key_response.rb +7 -3
- data/lib/algolia/models/search/delete_by_params.rb +7 -3
- data/lib/algolia/models/search/delete_source_response.rb +7 -3
- data/lib/algolia/models/search/deleted_at_response.rb +7 -3
- data/lib/algolia/models/search/dictionary_entry.rb +13 -4
- data/lib/algolia/models/search/dictionary_language.rb +7 -3
- data/lib/algolia/models/search/dictionary_settings_params.rb +7 -3
- data/lib/algolia/models/search/distinct.rb +1 -1
- data/lib/algolia/models/search/edit.rb +7 -3
- data/lib/algolia/models/search/error_base.rb +13 -4
- data/lib/algolia/models/search/exhaustive.rb +7 -3
- data/lib/algolia/models/search/facet_filters.rb +1 -1
- data/lib/algolia/models/search/facet_hits.rb +7 -3
- data/lib/algolia/models/search/facet_ordering.rb +7 -3
- data/lib/algolia/models/search/facets.rb +7 -3
- data/lib/algolia/models/search/facets_stats.rb +7 -3
- data/lib/algolia/models/search/fetched_index.rb +7 -3
- data/lib/algolia/models/search/get_api_key_response.rb +7 -3
- data/lib/algolia/models/search/get_dictionary_settings_response.rb +7 -3
- data/lib/algolia/models/search/get_logs_response.rb +7 -3
- data/lib/algolia/models/search/get_objects_params.rb +7 -3
- data/lib/algolia/models/search/get_objects_request.rb +7 -3
- data/lib/algolia/models/search/get_objects_response.rb +7 -3
- data/lib/algolia/models/search/get_task_response.rb +7 -3
- data/lib/algolia/models/search/get_top_user_ids_response.rb +7 -3
- data/lib/algolia/models/search/has_pending_mappings_response.rb +7 -3
- data/lib/algolia/models/search/highlight_result.rb +1 -1
- data/lib/algolia/models/search/highlight_result_option.rb +7 -3
- data/lib/algolia/models/search/hit.rb +13 -4
- data/lib/algolia/models/search/ignore_plurals.rb +1 -1
- data/lib/algolia/models/search/index_settings.rb +7 -3
- data/lib/algolia/models/search/index_settings_as_search_params.rb +7 -3
- data/lib/algolia/models/search/languages.rb +7 -3
- data/lib/algolia/models/search/list_api_keys_response.rb +7 -3
- data/lib/algolia/models/search/list_clusters_response.rb +7 -3
- data/lib/algolia/models/search/list_indices_response.rb +7 -3
- data/lib/algolia/models/search/list_user_ids_response.rb +7 -3
- data/lib/algolia/models/search/log.rb +7 -3
- data/lib/algolia/models/search/log_query.rb +7 -3
- data/lib/algolia/models/search/matched_geo_location.rb +7 -3
- data/lib/algolia/models/search/mixed_search_filters.rb +1 -1
- data/lib/algolia/models/search/multiple_batch_request.rb +7 -3
- data/lib/algolia/models/search/multiple_batch_response.rb +7 -3
- data/lib/algolia/models/search/numeric_filters.rb +1 -1
- data/lib/algolia/models/search/operation_index_params.rb +7 -3
- data/lib/algolia/models/search/optional_filters.rb +1 -1
- data/lib/algolia/models/search/params.rb +7 -3
- data/lib/algolia/models/search/personalization.rb +7 -3
- data/lib/algolia/models/search/promote.rb +1 -1
- data/lib/algolia/models/search/promote_object_id.rb +7 -3
- data/lib/algolia/models/search/promote_object_ids.rb +7 -3
- data/lib/algolia/models/search/ranking_info.rb +7 -3
- data/lib/algolia/models/search/re_ranking_apply_filter.rb +1 -1
- data/lib/algolia/models/search/redirect.rb +7 -3
- data/lib/algolia/models/search/redirect_rule_index_metadata.rb +7 -3
- data/lib/algolia/models/search/redirect_rule_index_metadata_data.rb +7 -3
- data/lib/algolia/models/search/remove_stop_words.rb +1 -1
- data/lib/algolia/models/search/remove_user_id_response.rb +7 -3
- data/lib/algolia/models/search/rendering_content.rb +7 -3
- data/lib/algolia/models/search/replace_source_response.rb +7 -3
- data/lib/algolia/models/search/rule.rb +7 -3
- data/lib/algolia/models/search/save_object_response.rb +7 -3
- data/lib/algolia/models/search/save_synonym_response.rb +7 -3
- data/lib/algolia/models/search/search_dictionary_entries_params.rb +7 -3
- data/lib/algolia/models/search/search_for_facet_values_request.rb +7 -3
- data/lib/algolia/models/search/search_for_facet_values_response.rb +7 -3
- data/lib/algolia/models/search/search_for_facets.rb +7 -3
- data/lib/algolia/models/search/search_for_facets_options.rb +7 -3
- data/lib/algolia/models/search/search_for_hits.rb +7 -3
- data/lib/algolia/models/search/search_for_hits_options.rb +7 -3
- data/lib/algolia/models/search/search_hits.rb +13 -4
- data/lib/algolia/models/search/search_method_params.rb +7 -3
- data/lib/algolia/models/search/search_params.rb +1 -1
- data/lib/algolia/models/search/search_params_object.rb +7 -3
- data/lib/algolia/models/search/search_params_query.rb +7 -3
- data/lib/algolia/models/search/search_params_string.rb +7 -3
- data/lib/algolia/models/search/search_query.rb +1 -1
- data/lib/algolia/models/search/search_response.rb +13 -4
- data/lib/algolia/models/search/search_responses.rb +7 -3
- data/lib/algolia/models/search/search_result.rb +1 -1
- data/lib/algolia/models/search/search_rules_params.rb +7 -3
- data/lib/algolia/models/search/search_rules_response.rb +7 -3
- data/lib/algolia/models/search/search_synonyms_params.rb +80 -7
- data/lib/algolia/models/search/search_synonyms_response.rb +13 -4
- data/lib/algolia/models/search/search_user_ids_params.rb +7 -3
- data/lib/algolia/models/search/search_user_ids_response.rb +7 -3
- data/lib/algolia/models/search/semantic_search.rb +7 -3
- data/lib/algolia/models/search/snippet_result.rb +1 -1
- data/lib/algolia/models/search/snippet_result_option.rb +7 -3
- data/lib/algolia/models/search/source.rb +7 -3
- data/lib/algolia/models/search/standard_entries.rb +7 -3
- data/lib/algolia/models/search/synonym_hit.rb +7 -3
- data/lib/algolia/models/search/tag_filters.rb +1 -1
- data/lib/algolia/models/search/time_range.rb +7 -3
- data/lib/algolia/models/search/typo_tolerance.rb +1 -1
- data/lib/algolia/models/search/update_api_key_response.rb +7 -3
- data/lib/algolia/models/search/updated_at_response.rb +7 -3
- data/lib/algolia/models/search/updated_at_with_object_id_response.rb +7 -3
- data/lib/algolia/models/search/updated_rule_response.rb +7 -3
- data/lib/algolia/models/search/user_highlight_result.rb +7 -3
- data/lib/algolia/models/search/user_hit.rb +7 -3
- data/lib/algolia/models/search/user_id.rb +7 -3
- data/lib/algolia/models/search/value.rb +7 -3
- data/lib/algolia/transport/transport.rb +3 -3
- data/lib/algolia/version.rb +1 -1
- metadata +2 -2
|
@@ -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.
|
|
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.
|
|
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.
|
|
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
|
|
@@ -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::Search.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)
|
|
@@ -109,15 +109,15 @@ module Algolia
|
|
|
109
109
|
transformed_hash = {}
|
|
110
110
|
types_mapping.each_pair do |key, type|
|
|
111
111
|
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
|
112
|
-
transformed_hash[key.
|
|
112
|
+
transformed_hash[key.to_sym] = nil
|
|
113
113
|
elsif type =~ /\AArray<(.*)>/i
|
|
114
114
|
# check to ensure the input is an array given that the attribute
|
|
115
115
|
# is documented as an array but the input is not
|
|
116
116
|
if attributes[attribute_map[key]].is_a?(Array)
|
|
117
|
-
transformed_hash[key.
|
|
117
|
+
transformed_hash[key.to_sym] = attributes[attribute_map[key]].map { |v| _deserialize(::Regexp.last_match(1), v) }
|
|
118
118
|
end
|
|
119
119
|
elsif !attributes[attribute_map[key]].nil?
|
|
120
|
-
transformed_hash[key.
|
|
120
|
+
transformed_hash[key.to_sym] = _deserialize(type, attributes[attribute_map[key]])
|
|
121
121
|
end
|
|
122
122
|
end
|
|
123
123
|
new(transformed_hash)
|
|
@@ -178,6 +178,10 @@ module Algolia
|
|
|
178
178
|
to_hash
|
|
179
179
|
end
|
|
180
180
|
|
|
181
|
+
def to_json(*_args)
|
|
182
|
+
to_hash.to_json
|
|
183
|
+
end
|
|
184
|
+
|
|
181
185
|
# Returns the object in the form of hash
|
|
182
186
|
# @return [Hash] Returns the object in the form of hash
|
|
183
187
|
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::Search.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)
|
|
@@ -98,15 +98,15 @@ module Algolia
|
|
|
98
98
|
transformed_hash = {}
|
|
99
99
|
types_mapping.each_pair do |key, type|
|
|
100
100
|
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
|
101
|
-
transformed_hash[key.
|
|
101
|
+
transformed_hash[key.to_sym] = nil
|
|
102
102
|
elsif type =~ /\AArray<(.*)>/i
|
|
103
103
|
# check to ensure the input is an array given that the attribute
|
|
104
104
|
# is documented as an array but the input is not
|
|
105
105
|
if attributes[attribute_map[key]].is_a?(Array)
|
|
106
|
-
transformed_hash[key.
|
|
106
|
+
transformed_hash[key.to_sym] = attributes[attribute_map[key]].map { |v| _deserialize(::Regexp.last_match(1), v) }
|
|
107
107
|
end
|
|
108
108
|
elsif !attributes[attribute_map[key]].nil?
|
|
109
|
-
transformed_hash[key.
|
|
109
|
+
transformed_hash[key.to_sym] = _deserialize(type, attributes[attribute_map[key]])
|
|
110
110
|
end
|
|
111
111
|
end
|
|
112
112
|
new(transformed_hash)
|
|
@@ -167,6 +167,10 @@ module Algolia
|
|
|
167
167
|
to_hash
|
|
168
168
|
end
|
|
169
169
|
|
|
170
|
+
def to_json(*_args)
|
|
171
|
+
to_hash.to_json
|
|
172
|
+
end
|
|
173
|
+
|
|
170
174
|
# Returns the object in the form of hash
|
|
171
175
|
# @return [Hash] Returns the object in the form of hash
|
|
172
176
|
def to_hash
|
|
@@ -259,15 +259,15 @@ module Algolia
|
|
|
259
259
|
transformed_hash = {}
|
|
260
260
|
types_mapping.each_pair do |key, type|
|
|
261
261
|
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
|
262
|
-
transformed_hash[key.
|
|
262
|
+
transformed_hash[key.to_sym] = nil
|
|
263
263
|
elsif type =~ /\AArray<(.*)>/i
|
|
264
264
|
# check to ensure the input is an array given that the attribute
|
|
265
265
|
# is documented as an array but the input is not
|
|
266
266
|
if attributes[attribute_map[key]].is_a?(Array)
|
|
267
|
-
transformed_hash[key.
|
|
267
|
+
transformed_hash[key.to_sym] = attributes[attribute_map[key]].map { |v| _deserialize(::Regexp.last_match(1), v) }
|
|
268
268
|
end
|
|
269
269
|
elsif !attributes[attribute_map[key]].nil?
|
|
270
|
-
transformed_hash[key.
|
|
270
|
+
transformed_hash[key.to_sym] = _deserialize(type, attributes[attribute_map[key]])
|
|
271
271
|
end
|
|
272
272
|
end
|
|
273
273
|
new(transformed_hash)
|
|
@@ -328,6 +328,10 @@ module Algolia
|
|
|
328
328
|
to_hash
|
|
329
329
|
end
|
|
330
330
|
|
|
331
|
+
def to_json(*_args)
|
|
332
|
+
to_hash.to_json
|
|
333
|
+
end
|
|
334
|
+
|
|
331
335
|
# Returns the object in the form of hash
|
|
332
336
|
# @return [Hash] Returns the object in the form of hash
|
|
333
337
|
def to_hash
|
|
@@ -457,15 +457,15 @@ module Algolia
|
|
|
457
457
|
transformed_hash = {}
|
|
458
458
|
types_mapping.each_pair do |key, type|
|
|
459
459
|
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
|
460
|
-
transformed_hash[key.
|
|
460
|
+
transformed_hash[key.to_sym] = nil
|
|
461
461
|
elsif type =~ /\AArray<(.*)>/i
|
|
462
462
|
# check to ensure the input is an array given that the attribute
|
|
463
463
|
# is documented as an array but the input is not
|
|
464
464
|
if attributes[attribute_map[key]].is_a?(Array)
|
|
465
|
-
transformed_hash[key.
|
|
465
|
+
transformed_hash[key.to_sym] = attributes[attribute_map[key]].map { |v| _deserialize(::Regexp.last_match(1), v) }
|
|
466
466
|
end
|
|
467
467
|
elsif !attributes[attribute_map[key]].nil?
|
|
468
|
-
transformed_hash[key.
|
|
468
|
+
transformed_hash[key.to_sym] = _deserialize(type, attributes[attribute_map[key]])
|
|
469
469
|
end
|
|
470
470
|
end
|
|
471
471
|
new(transformed_hash)
|
|
@@ -526,6 +526,10 @@ module Algolia
|
|
|
526
526
|
to_hash
|
|
527
527
|
end
|
|
528
528
|
|
|
529
|
+
def to_json(*_args)
|
|
530
|
+
to_hash.to_json
|
|
531
|
+
end
|
|
532
|
+
|
|
529
533
|
# Returns the object in the form of hash
|
|
530
534
|
# @return [Hash] Returns the object in the form of hash
|
|
531
535
|
def to_hash
|
|
@@ -439,15 +439,15 @@ module Algolia
|
|
|
439
439
|
transformed_hash = {}
|
|
440
440
|
types_mapping.each_pair do |key, type|
|
|
441
441
|
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
|
442
|
-
transformed_hash[key.
|
|
442
|
+
transformed_hash[key.to_sym] = nil
|
|
443
443
|
elsif type =~ /\AArray<(.*)>/i
|
|
444
444
|
# check to ensure the input is an array given that the attribute
|
|
445
445
|
# is documented as an array but the input is not
|
|
446
446
|
if attributes[attribute_map[key]].is_a?(Array)
|
|
447
|
-
transformed_hash[key.
|
|
447
|
+
transformed_hash[key.to_sym] = attributes[attribute_map[key]].map { |v| _deserialize(::Regexp.last_match(1), v) }
|
|
448
448
|
end
|
|
449
449
|
elsif !attributes[attribute_map[key]].nil?
|
|
450
|
-
transformed_hash[key.
|
|
450
|
+
transformed_hash[key.to_sym] = _deserialize(type, attributes[attribute_map[key]])
|
|
451
451
|
end
|
|
452
452
|
end
|
|
453
453
|
new(transformed_hash)
|
|
@@ -508,6 +508,10 @@ module Algolia
|
|
|
508
508
|
to_hash
|
|
509
509
|
end
|
|
510
510
|
|
|
511
|
+
def to_json(*_args)
|
|
512
|
+
to_hash.to_json
|
|
513
|
+
end
|
|
514
|
+
|
|
511
515
|
# Returns the object in the form of hash
|
|
512
516
|
# @return [Hash] Returns the object in the form of hash
|
|
513
517
|
def to_hash
|
|
@@ -403,19 +403,24 @@ module Algolia
|
|
|
403
403
|
transformed_hash = {}
|
|
404
404
|
types_mapping.each_pair do |key, type|
|
|
405
405
|
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
|
406
|
-
transformed_hash[key.
|
|
406
|
+
transformed_hash[key.to_sym] = nil
|
|
407
407
|
elsif type =~ /\AArray<(.*)>/i
|
|
408
408
|
# check to ensure the input is an array given that the attribute
|
|
409
409
|
# is documented as an array but the input is not
|
|
410
410
|
if attributes[attribute_map[key]].is_a?(Array)
|
|
411
|
-
transformed_hash[key.
|
|
411
|
+
transformed_hash[key.to_sym] = attributes[attribute_map[key]].map { |v| _deserialize(::Regexp.last_match(1), v) }
|
|
412
412
|
end
|
|
413
413
|
elsif !attributes[attribute_map[key]].nil?
|
|
414
|
-
transformed_hash[key.
|
|
414
|
+
transformed_hash[key.to_sym] = _deserialize(type, attributes[attribute_map[key]])
|
|
415
415
|
end
|
|
416
416
|
end
|
|
417
417
|
|
|
418
|
-
|
|
418
|
+
# merge additional_properties into transformed_hash
|
|
419
|
+
unless @additional_properties.nil?
|
|
420
|
+
@additional_properties.each_pair do |k, v|
|
|
421
|
+
transformed_hash[k.to_sym] = v
|
|
422
|
+
end
|
|
423
|
+
end
|
|
419
424
|
new(transformed_hash)
|
|
420
425
|
end
|
|
421
426
|
|
|
@@ -474,6 +479,10 @@ module Algolia
|
|
|
474
479
|
to_hash
|
|
475
480
|
end
|
|
476
481
|
|
|
482
|
+
def to_json(*_args)
|
|
483
|
+
to_hash.to_json
|
|
484
|
+
end
|
|
485
|
+
|
|
477
486
|
# Returns the object in the form of hash
|
|
478
487
|
# @return [Hash] Returns the object in the form of hash
|
|
479
488
|
def to_hash
|
|
@@ -103,15 +103,15 @@ module Algolia
|
|
|
103
103
|
transformed_hash = {}
|
|
104
104
|
types_mapping.each_pair do |key, type|
|
|
105
105
|
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
|
106
|
-
transformed_hash[key.
|
|
106
|
+
transformed_hash[key.to_sym] = nil
|
|
107
107
|
elsif type =~ /\AArray<(.*)>/i
|
|
108
108
|
# check to ensure the input is an array given that the attribute
|
|
109
109
|
# is documented as an array but the input is not
|
|
110
110
|
if attributes[attribute_map[key]].is_a?(Array)
|
|
111
|
-
transformed_hash[key.
|
|
111
|
+
transformed_hash[key.to_sym] = attributes[attribute_map[key]].map { |v| _deserialize(::Regexp.last_match(1), v) }
|
|
112
112
|
end
|
|
113
113
|
elsif !attributes[attribute_map[key]].nil?
|
|
114
|
-
transformed_hash[key.
|
|
114
|
+
transformed_hash[key.to_sym] = _deserialize(type, attributes[attribute_map[key]])
|
|
115
115
|
end
|
|
116
116
|
end
|
|
117
117
|
new(transformed_hash)
|
|
@@ -172,6 +172,10 @@ module Algolia
|
|
|
172
172
|
to_hash
|
|
173
173
|
end
|
|
174
174
|
|
|
175
|
+
def to_json(*_args)
|
|
176
|
+
to_hash.to_json
|
|
177
|
+
end
|
|
178
|
+
|
|
175
179
|
# Returns the object in the form of hash
|
|
176
180
|
# @return [Hash] Returns the object in the form of hash
|
|
177
181
|
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.
|
|
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.
|
|
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.
|
|
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
|
|
@@ -120,15 +120,15 @@ module Algolia
|
|
|
120
120
|
transformed_hash = {}
|
|
121
121
|
types_mapping.each_pair do |key, type|
|
|
122
122
|
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
|
123
|
-
transformed_hash[key.
|
|
123
|
+
transformed_hash[key.to_sym] = nil
|
|
124
124
|
elsif type =~ /\AArray<(.*)>/i
|
|
125
125
|
# check to ensure the input is an array given that the attribute
|
|
126
126
|
# is documented as an array but the input is not
|
|
127
127
|
if attributes[attribute_map[key]].is_a?(Array)
|
|
128
|
-
transformed_hash[key.
|
|
128
|
+
transformed_hash[key.to_sym] = attributes[attribute_map[key]].map { |v| _deserialize(::Regexp.last_match(1), v) }
|
|
129
129
|
end
|
|
130
130
|
elsif !attributes[attribute_map[key]].nil?
|
|
131
|
-
transformed_hash[key.
|
|
131
|
+
transformed_hash[key.to_sym] = _deserialize(type, attributes[attribute_map[key]])
|
|
132
132
|
end
|
|
133
133
|
end
|
|
134
134
|
new(transformed_hash)
|
|
@@ -189,6 +189,10 @@ module Algolia
|
|
|
189
189
|
to_hash
|
|
190
190
|
end
|
|
191
191
|
|
|
192
|
+
def to_json(*_args)
|
|
193
|
+
to_hash.to_json
|
|
194
|
+
end
|
|
195
|
+
|
|
192
196
|
# Returns the object in the form of hash
|
|
193
197
|
# @return [Hash] Returns the object in the form of hash
|
|
194
198
|
def to_hash
|
|
@@ -90,15 +90,15 @@ module Algolia
|
|
|
90
90
|
transformed_hash = {}
|
|
91
91
|
types_mapping.each_pair do |key, type|
|
|
92
92
|
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
|
93
|
-
transformed_hash[key.
|
|
93
|
+
transformed_hash[key.to_sym] = nil
|
|
94
94
|
elsif type =~ /\AArray<(.*)>/i
|
|
95
95
|
# check to ensure the input is an array given that the attribute
|
|
96
96
|
# is documented as an array but the input is not
|
|
97
97
|
if attributes[attribute_map[key]].is_a?(Array)
|
|
98
|
-
transformed_hash[key.
|
|
98
|
+
transformed_hash[key.to_sym] = attributes[attribute_map[key]].map { |v| _deserialize(::Regexp.last_match(1), v) }
|
|
99
99
|
end
|
|
100
100
|
elsif !attributes[attribute_map[key]].nil?
|
|
101
|
-
transformed_hash[key.
|
|
101
|
+
transformed_hash[key.to_sym] = _deserialize(type, attributes[attribute_map[key]])
|
|
102
102
|
end
|
|
103
103
|
end
|
|
104
104
|
new(transformed_hash)
|
|
@@ -159,6 +159,10 @@ module Algolia
|
|
|
159
159
|
to_hash
|
|
160
160
|
end
|
|
161
161
|
|
|
162
|
+
def to_json(*_args)
|
|
163
|
+
to_hash.to_json
|
|
164
|
+
end
|
|
165
|
+
|
|
162
166
|
# Returns the object in the form of hash
|
|
163
167
|
# @return [Hash] Returns the object in the form of hash
|
|
164
168
|
def to_hash
|
|
@@ -121,15 +121,15 @@ module Algolia
|
|
|
121
121
|
transformed_hash = {}
|
|
122
122
|
types_mapping.each_pair do |key, type|
|
|
123
123
|
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
|
124
|
-
transformed_hash[key.
|
|
124
|
+
transformed_hash[key.to_sym] = nil
|
|
125
125
|
elsif type =~ /\AArray<(.*)>/i
|
|
126
126
|
# check to ensure the input is an array given that the attribute
|
|
127
127
|
# is documented as an array but the input is not
|
|
128
128
|
if attributes[attribute_map[key]].is_a?(Array)
|
|
129
|
-
transformed_hash[key.
|
|
129
|
+
transformed_hash[key.to_sym] = attributes[attribute_map[key]].map { |v| _deserialize(::Regexp.last_match(1), v) }
|
|
130
130
|
end
|
|
131
131
|
elsif !attributes[attribute_map[key]].nil?
|
|
132
|
-
transformed_hash[key.
|
|
132
|
+
transformed_hash[key.to_sym] = _deserialize(type, attributes[attribute_map[key]])
|
|
133
133
|
end
|
|
134
134
|
end
|
|
135
135
|
new(transformed_hash)
|
|
@@ -190,6 +190,10 @@ module Algolia
|
|
|
190
190
|
to_hash
|
|
191
191
|
end
|
|
192
192
|
|
|
193
|
+
def to_json(*_args)
|
|
194
|
+
to_hash.to_json
|
|
195
|
+
end
|
|
196
|
+
|
|
193
197
|
# Returns the object in the form of hash
|
|
194
198
|
# @return [Hash] Returns the object in the form of hash
|
|
195
199
|
def to_hash
|
|
@@ -102,15 +102,15 @@ module Algolia
|
|
|
102
102
|
transformed_hash = {}
|
|
103
103
|
types_mapping.each_pair do |key, type|
|
|
104
104
|
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
|
105
|
-
transformed_hash[key.
|
|
105
|
+
transformed_hash[key.to_sym] = nil
|
|
106
106
|
elsif type =~ /\AArray<(.*)>/i
|
|
107
107
|
# check to ensure the input is an array given that the attribute
|
|
108
108
|
# is documented as an array but the input is not
|
|
109
109
|
if attributes[attribute_map[key]].is_a?(Array)
|
|
110
|
-
transformed_hash[key.
|
|
110
|
+
transformed_hash[key.to_sym] = attributes[attribute_map[key]].map { |v| _deserialize(::Regexp.last_match(1), v) }
|
|
111
111
|
end
|
|
112
112
|
elsif !attributes[attribute_map[key]].nil?
|
|
113
|
-
transformed_hash[key.
|
|
113
|
+
transformed_hash[key.to_sym] = _deserialize(type, attributes[attribute_map[key]])
|
|
114
114
|
end
|
|
115
115
|
end
|
|
116
116
|
new(transformed_hash)
|
|
@@ -171,6 +171,10 @@ module Algolia
|
|
|
171
171
|
to_hash
|
|
172
172
|
end
|
|
173
173
|
|
|
174
|
+
def to_json(*_args)
|
|
175
|
+
to_hash.to_json
|
|
176
|
+
end
|
|
177
|
+
|
|
174
178
|
# Returns the object in the form of hash
|
|
175
179
|
# @return [Hash] Returns the object in the form of hash
|
|
176
180
|
def to_hash
|
|
@@ -90,15 +90,15 @@ module Algolia
|
|
|
90
90
|
transformed_hash = {}
|
|
91
91
|
types_mapping.each_pair do |key, type|
|
|
92
92
|
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
|
93
|
-
transformed_hash[key.
|
|
93
|
+
transformed_hash[key.to_sym] = nil
|
|
94
94
|
elsif type =~ /\AArray<(.*)>/i
|
|
95
95
|
# check to ensure the input is an array given that the attribute
|
|
96
96
|
# is documented as an array but the input is not
|
|
97
97
|
if attributes[attribute_map[key]].is_a?(Array)
|
|
98
|
-
transformed_hash[key.
|
|
98
|
+
transformed_hash[key.to_sym] = attributes[attribute_map[key]].map { |v| _deserialize(::Regexp.last_match(1), v) }
|
|
99
99
|
end
|
|
100
100
|
elsif !attributes[attribute_map[key]].nil?
|
|
101
|
-
transformed_hash[key.
|
|
101
|
+
transformed_hash[key.to_sym] = _deserialize(type, attributes[attribute_map[key]])
|
|
102
102
|
end
|
|
103
103
|
end
|
|
104
104
|
new(transformed_hash)
|
|
@@ -159,6 +159,10 @@ module Algolia
|
|
|
159
159
|
to_hash
|
|
160
160
|
end
|
|
161
161
|
|
|
162
|
+
def to_json(*_args)
|
|
163
|
+
to_hash.to_json
|
|
164
|
+
end
|
|
165
|
+
|
|
162
166
|
# Returns the object in the form of hash
|
|
163
167
|
# @return [Hash] Returns the object in the form of hash
|
|
164
168
|
def to_hash
|
|
@@ -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::Search.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)
|
|
@@ -1006,15 +1006,15 @@ module Algolia
|
|
|
1006
1006
|
transformed_hash = {}
|
|
1007
1007
|
types_mapping.each_pair do |key, type|
|
|
1008
1008
|
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
|
1009
|
-
transformed_hash[key.
|
|
1009
|
+
transformed_hash[key.to_sym] = nil
|
|
1010
1010
|
elsif type =~ /\AArray<(.*)>/i
|
|
1011
1011
|
# check to ensure the input is an array given that the attribute
|
|
1012
1012
|
# is documented as an array but the input is not
|
|
1013
1013
|
if attributes[attribute_map[key]].is_a?(Array)
|
|
1014
|
-
transformed_hash[key.
|
|
1014
|
+
transformed_hash[key.to_sym] = attributes[attribute_map[key]].map { |v| _deserialize(::Regexp.last_match(1), v) }
|
|
1015
1015
|
end
|
|
1016
1016
|
elsif !attributes[attribute_map[key]].nil?
|
|
1017
|
-
transformed_hash[key.
|
|
1017
|
+
transformed_hash[key.to_sym] = _deserialize(type, attributes[attribute_map[key]])
|
|
1018
1018
|
end
|
|
1019
1019
|
end
|
|
1020
1020
|
new(transformed_hash)
|
|
@@ -1075,6 +1075,10 @@ module Algolia
|
|
|
1075
1075
|
to_hash
|
|
1076
1076
|
end
|
|
1077
1077
|
|
|
1078
|
+
def to_json(*_args)
|
|
1079
|
+
to_hash.to_json
|
|
1080
|
+
end
|
|
1081
|
+
|
|
1078
1082
|
# Returns the object in the form of hash
|
|
1079
1083
|
# @return [Hash] Returns the object in the form of hash
|
|
1080
1084
|
def to_hash
|
|
@@ -461,15 +461,15 @@ module Algolia
|
|
|
461
461
|
transformed_hash = {}
|
|
462
462
|
types_mapping.each_pair do |key, type|
|
|
463
463
|
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
|
464
|
-
transformed_hash[key.
|
|
464
|
+
transformed_hash[key.to_sym] = nil
|
|
465
465
|
elsif type =~ /\AArray<(.*)>/i
|
|
466
466
|
# check to ensure the input is an array given that the attribute
|
|
467
467
|
# is documented as an array but the input is not
|
|
468
468
|
if attributes[attribute_map[key]].is_a?(Array)
|
|
469
|
-
transformed_hash[key.
|
|
469
|
+
transformed_hash[key.to_sym] = attributes[attribute_map[key]].map { |v| _deserialize(::Regexp.last_match(1), v) }
|
|
470
470
|
end
|
|
471
471
|
elsif !attributes[attribute_map[key]].nil?
|
|
472
|
-
transformed_hash[key.
|
|
472
|
+
transformed_hash[key.to_sym] = _deserialize(type, attributes[attribute_map[key]])
|
|
473
473
|
end
|
|
474
474
|
end
|
|
475
475
|
new(transformed_hash)
|
|
@@ -530,6 +530,10 @@ module Algolia
|
|
|
530
530
|
to_hash
|
|
531
531
|
end
|
|
532
532
|
|
|
533
|
+
def to_json(*_args)
|
|
534
|
+
to_hash.to_json
|
|
535
|
+
end
|
|
536
|
+
|
|
533
537
|
# Returns the object in the form of hash
|
|
534
538
|
# @return [Hash] Returns the object in the form of hash
|
|
535
539
|
def to_hash
|
|
@@ -122,15 +122,15 @@ module Algolia
|
|
|
122
122
|
transformed_hash = {}
|
|
123
123
|
types_mapping.each_pair do |key, type|
|
|
124
124
|
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
|
125
|
-
transformed_hash[key.
|
|
125
|
+
transformed_hash[key.to_sym] = nil
|
|
126
126
|
elsif type =~ /\AArray<(.*)>/i
|
|
127
127
|
# check to ensure the input is an array given that the attribute
|
|
128
128
|
# is documented as an array but the input is not
|
|
129
129
|
if attributes[attribute_map[key]].is_a?(Array)
|
|
130
|
-
transformed_hash[key.
|
|
130
|
+
transformed_hash[key.to_sym] = attributes[attribute_map[key]].map { |v| _deserialize(::Regexp.last_match(1), v) }
|
|
131
131
|
end
|
|
132
132
|
elsif !attributes[attribute_map[key]].nil?
|
|
133
|
-
transformed_hash[key.
|
|
133
|
+
transformed_hash[key.to_sym] = _deserialize(type, attributes[attribute_map[key]])
|
|
134
134
|
end
|
|
135
135
|
end
|
|
136
136
|
new(transformed_hash)
|
|
@@ -191,6 +191,10 @@ module Algolia
|
|
|
191
191
|
to_hash
|
|
192
192
|
end
|
|
193
193
|
|
|
194
|
+
def to_json(*_args)
|
|
195
|
+
to_hash.to_json
|
|
196
|
+
end
|
|
197
|
+
|
|
194
198
|
# Returns the object in the form of hash
|
|
195
199
|
# @return [Hash] Returns the object in the form of hash
|
|
196
200
|
def to_hash
|
|
@@ -137,15 +137,15 @@ module Algolia
|
|
|
137
137
|
transformed_hash = {}
|
|
138
138
|
types_mapping.each_pair do |key, type|
|
|
139
139
|
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
|
140
|
-
transformed_hash[key.
|
|
140
|
+
transformed_hash[key.to_sym] = nil
|
|
141
141
|
elsif type =~ /\AArray<(.*)>/i
|
|
142
142
|
# check to ensure the input is an array given that the attribute
|
|
143
143
|
# is documented as an array but the input is not
|
|
144
144
|
if attributes[attribute_map[key]].is_a?(Array)
|
|
145
|
-
transformed_hash[key.
|
|
145
|
+
transformed_hash[key.to_sym] = attributes[attribute_map[key]].map { |v| _deserialize(::Regexp.last_match(1), v) }
|
|
146
146
|
end
|
|
147
147
|
elsif !attributes[attribute_map[key]].nil?
|
|
148
|
-
transformed_hash[key.
|
|
148
|
+
transformed_hash[key.to_sym] = _deserialize(type, attributes[attribute_map[key]])
|
|
149
149
|
end
|
|
150
150
|
end
|
|
151
151
|
new(transformed_hash)
|
|
@@ -206,6 +206,10 @@ module Algolia
|
|
|
206
206
|
to_hash
|
|
207
207
|
end
|
|
208
208
|
|
|
209
|
+
def to_json(*_args)
|
|
210
|
+
to_hash.to_json
|
|
211
|
+
end
|
|
212
|
+
|
|
209
213
|
# Returns the object in the form of hash
|
|
210
214
|
# @return [Hash] Returns the object in the form of hash
|
|
211
215
|
def to_hash
|
|
@@ -132,15 +132,15 @@ module Algolia
|
|
|
132
132
|
transformed_hash = {}
|
|
133
133
|
types_mapping.each_pair do |key, type|
|
|
134
134
|
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
|
135
|
-
transformed_hash[key.
|
|
135
|
+
transformed_hash[key.to_sym] = nil
|
|
136
136
|
elsif type =~ /\AArray<(.*)>/i
|
|
137
137
|
# check to ensure the input is an array given that the attribute
|
|
138
138
|
# is documented as an array but the input is not
|
|
139
139
|
if attributes[attribute_map[key]].is_a?(Array)
|
|
140
|
-
transformed_hash[key.
|
|
140
|
+
transformed_hash[key.to_sym] = attributes[attribute_map[key]].map { |v| _deserialize(::Regexp.last_match(1), v) }
|
|
141
141
|
end
|
|
142
142
|
elsif !attributes[attribute_map[key]].nil?
|
|
143
|
-
transformed_hash[key.
|
|
143
|
+
transformed_hash[key.to_sym] = _deserialize(type, attributes[attribute_map[key]])
|
|
144
144
|
end
|
|
145
145
|
end
|
|
146
146
|
new(transformed_hash)
|
|
@@ -201,6 +201,10 @@ module Algolia
|
|
|
201
201
|
to_hash
|
|
202
202
|
end
|
|
203
203
|
|
|
204
|
+
def to_json(*_args)
|
|
205
|
+
to_hash.to_json
|
|
206
|
+
end
|
|
207
|
+
|
|
204
208
|
# Returns the object in the form of hash
|
|
205
209
|
# @return [Hash] Returns the object in the form of hash
|
|
206
210
|
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.
|
|
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.
|
|
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.
|
|
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
|