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.
- 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
@@ -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
|
@@ -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.
|
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.
|
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.
|
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
|
@@ -1051,15 +1051,15 @@ module Algolia
|
|
1051
1051
|
transformed_hash = {}
|
1052
1052
|
types_mapping.each_pair do |key, type|
|
1053
1053
|
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
1054
|
-
transformed_hash[key.
|
1054
|
+
transformed_hash[key.to_sym] = nil
|
1055
1055
|
elsif type =~ /\AArray<(.*)>/i
|
1056
1056
|
# check to ensure the input is an array given that the attribute
|
1057
1057
|
# is documented as an array but the input is not
|
1058
1058
|
if attributes[attribute_map[key]].is_a?(Array)
|
1059
|
-
transformed_hash[key.
|
1059
|
+
transformed_hash[key.to_sym] = attributes[attribute_map[key]].map { |v| _deserialize(::Regexp.last_match(1), v) }
|
1060
1060
|
end
|
1061
1061
|
elsif !attributes[attribute_map[key]].nil?
|
1062
|
-
transformed_hash[key.
|
1062
|
+
transformed_hash[key.to_sym] = _deserialize(type, attributes[attribute_map[key]])
|
1063
1063
|
end
|
1064
1064
|
end
|
1065
1065
|
new(transformed_hash)
|
@@ -1120,6 +1120,10 @@ module Algolia
|
|
1120
1120
|
to_hash
|
1121
1121
|
end
|
1122
1122
|
|
1123
|
+
def to_json(*_args)
|
1124
|
+
to_hash.to_json
|
1125
|
+
end
|
1126
|
+
|
1123
1127
|
# Returns the object in the form of hash
|
1124
1128
|
# @return [Hash] Returns the object in the form of hash
|
1125
1129
|
def to_hash
|
@@ -167,15 +167,15 @@ module Algolia
|
|
167
167
|
transformed_hash = {}
|
168
168
|
types_mapping.each_pair do |key, type|
|
169
169
|
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
170
|
-
transformed_hash[key.
|
170
|
+
transformed_hash[key.to_sym] = nil
|
171
171
|
elsif type =~ /\AArray<(.*)>/i
|
172
172
|
# check to ensure the input is an array given that the attribute
|
173
173
|
# is documented as an array but the input is not
|
174
174
|
if attributes[attribute_map[key]].is_a?(Array)
|
175
|
-
transformed_hash[key.
|
175
|
+
transformed_hash[key.to_sym] = attributes[attribute_map[key]].map { |v| _deserialize(::Regexp.last_match(1), v) }
|
176
176
|
end
|
177
177
|
elsif !attributes[attribute_map[key]].nil?
|
178
|
-
transformed_hash[key.
|
178
|
+
transformed_hash[key.to_sym] = _deserialize(type, attributes[attribute_map[key]])
|
179
179
|
end
|
180
180
|
end
|
181
181
|
new(transformed_hash)
|
@@ -236,6 +236,10 @@ module Algolia
|
|
236
236
|
to_hash
|
237
237
|
end
|
238
238
|
|
239
|
+
def to_json(*_args)
|
240
|
+
to_hash.to_json
|
241
|
+
end
|
242
|
+
|
239
243
|
# Returns the object in the form of hash
|
240
244
|
# @return [Hash] Returns the object in the form of hash
|
241
245
|
def to_hash
|
@@ -1027,15 +1027,15 @@ module Algolia
|
|
1027
1027
|
transformed_hash = {}
|
1028
1028
|
types_mapping.each_pair do |key, type|
|
1029
1029
|
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
1030
|
-
transformed_hash[key.
|
1030
|
+
transformed_hash[key.to_sym] = nil
|
1031
1031
|
elsif type =~ /\AArray<(.*)>/i
|
1032
1032
|
# check to ensure the input is an array given that the attribute
|
1033
1033
|
# is documented as an array but the input is not
|
1034
1034
|
if attributes[attribute_map[key]].is_a?(Array)
|
1035
|
-
transformed_hash[key.
|
1035
|
+
transformed_hash[key.to_sym] = attributes[attribute_map[key]].map { |v| _deserialize(::Regexp.last_match(1), v) }
|
1036
1036
|
end
|
1037
1037
|
elsif !attributes[attribute_map[key]].nil?
|
1038
|
-
transformed_hash[key.
|
1038
|
+
transformed_hash[key.to_sym] = _deserialize(type, attributes[attribute_map[key]])
|
1039
1039
|
end
|
1040
1040
|
end
|
1041
1041
|
new(transformed_hash)
|
@@ -1096,6 +1096,10 @@ module Algolia
|
|
1096
1096
|
to_hash
|
1097
1097
|
end
|
1098
1098
|
|
1099
|
+
def to_json(*_args)
|
1100
|
+
to_hash.to_json
|
1101
|
+
end
|
1102
|
+
|
1099
1103
|
# Returns the object in the form of hash
|
1100
1104
|
# @return [Hash] Returns the object in the form of hash
|
1101
1105
|
def to_hash
|
@@ -119,15 +119,15 @@ module Algolia
|
|
119
119
|
transformed_hash = {}
|
120
120
|
types_mapping.each_pair do |key, type|
|
121
121
|
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
122
|
-
transformed_hash[key.
|
122
|
+
transformed_hash[key.to_sym] = nil
|
123
123
|
elsif type =~ /\AArray<(.*)>/i
|
124
124
|
# check to ensure the input is an array given that the attribute
|
125
125
|
# is documented as an array but the input is not
|
126
126
|
if attributes[attribute_map[key]].is_a?(Array)
|
127
|
-
transformed_hash[key.
|
127
|
+
transformed_hash[key.to_sym] = attributes[attribute_map[key]].map { |v| _deserialize(::Regexp.last_match(1), v) }
|
128
128
|
end
|
129
129
|
elsif !attributes[attribute_map[key]].nil?
|
130
|
-
transformed_hash[key.
|
130
|
+
transformed_hash[key.to_sym] = _deserialize(type, attributes[attribute_map[key]])
|
131
131
|
end
|
132
132
|
end
|
133
133
|
new(transformed_hash)
|
@@ -188,6 +188,10 @@ module Algolia
|
|
188
188
|
to_hash
|
189
189
|
end
|
190
190
|
|
191
|
+
def to_json(*_args)
|
192
|
+
to_hash.to_json
|
193
|
+
end
|
194
|
+
|
191
195
|
# Returns the object in the form of hash
|
192
196
|
# @return [Hash] Returns the object in the form of hash
|
193
197
|
def to_hash
|
@@ -109,19 +109,24 @@ 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
|
|
124
|
-
|
124
|
+
# merge additional_properties into transformed_hash
|
125
|
+
unless @additional_properties.nil?
|
126
|
+
@additional_properties.each_pair do |k, v|
|
127
|
+
transformed_hash[k.to_sym] = v
|
128
|
+
end
|
129
|
+
end
|
125
130
|
new(transformed_hash)
|
126
131
|
end
|
127
132
|
|
@@ -180,6 +185,10 @@ module Algolia
|
|
180
185
|
to_hash
|
181
186
|
end
|
182
187
|
|
188
|
+
def to_json(*_args)
|
189
|
+
to_hash.to_json
|
190
|
+
end
|
191
|
+
|
183
192
|
# Returns the object in the form of hash
|
184
193
|
# @return [Hash] Returns the object in the form of hash
|
185
194
|
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
|
@@ -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)
|
@@ -996,15 +996,15 @@ module Algolia
|
|
996
996
|
transformed_hash = {}
|
997
997
|
types_mapping.each_pair do |key, type|
|
998
998
|
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
999
|
-
transformed_hash[key.
|
999
|
+
transformed_hash[key.to_sym] = nil
|
1000
1000
|
elsif type =~ /\AArray<(.*)>/i
|
1001
1001
|
# check to ensure the input is an array given that the attribute
|
1002
1002
|
# is documented as an array but the input is not
|
1003
1003
|
if attributes[attribute_map[key]].is_a?(Array)
|
1004
|
-
transformed_hash[key.
|
1004
|
+
transformed_hash[key.to_sym] = attributes[attribute_map[key]].map { |v| _deserialize(::Regexp.last_match(1), v) }
|
1005
1005
|
end
|
1006
1006
|
elsif !attributes[attribute_map[key]].nil?
|
1007
|
-
transformed_hash[key.
|
1007
|
+
transformed_hash[key.to_sym] = _deserialize(type, attributes[attribute_map[key]])
|
1008
1008
|
end
|
1009
1009
|
end
|
1010
1010
|
new(transformed_hash)
|
@@ -1065,6 +1065,10 @@ module Algolia
|
|
1065
1065
|
to_hash
|
1066
1066
|
end
|
1067
1067
|
|
1068
|
+
def to_json(*_args)
|
1069
|
+
to_hash.to_json
|
1070
|
+
end
|
1071
|
+
|
1068
1072
|
# Returns the object in the form of hash
|
1069
1073
|
# @return [Hash] Returns the object in the form of hash
|
1070
1074
|
def to_hash
|
@@ -86,15 +86,15 @@ module Algolia
|
|
86
86
|
transformed_hash = {}
|
87
87
|
types_mapping.each_pair do |key, type|
|
88
88
|
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
89
|
-
transformed_hash[key.
|
89
|
+
transformed_hash[key.to_sym] = nil
|
90
90
|
elsif type =~ /\AArray<(.*)>/i
|
91
91
|
# check to ensure the input is an array given that the attribute
|
92
92
|
# is documented as an array but the input is not
|
93
93
|
if attributes[attribute_map[key]].is_a?(Array)
|
94
|
-
transformed_hash[key.
|
94
|
+
transformed_hash[key.to_sym] = attributes[attribute_map[key]].map { |v| _deserialize(::Regexp.last_match(1), v) }
|
95
95
|
end
|
96
96
|
elsif !attributes[attribute_map[key]].nil?
|
97
|
-
transformed_hash[key.
|
97
|
+
transformed_hash[key.to_sym] = _deserialize(type, attributes[attribute_map[key]])
|
98
98
|
end
|
99
99
|
end
|
100
100
|
new(transformed_hash)
|
@@ -155,6 +155,10 @@ module Algolia
|
|
155
155
|
to_hash
|
156
156
|
end
|
157
157
|
|
158
|
+
def to_json(*_args)
|
159
|
+
to_hash.to_json
|
160
|
+
end
|
161
|
+
|
158
162
|
# Returns the object in the form of hash
|
159
163
|
# @return [Hash] Returns the object in the form of hash
|
160
164
|
def to_hash
|
@@ -86,15 +86,15 @@ module Algolia
|
|
86
86
|
transformed_hash = {}
|
87
87
|
types_mapping.each_pair do |key, type|
|
88
88
|
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
89
|
-
transformed_hash[key.
|
89
|
+
transformed_hash[key.to_sym] = nil
|
90
90
|
elsif type =~ /\AArray<(.*)>/i
|
91
91
|
# check to ensure the input is an array given that the attribute
|
92
92
|
# is documented as an array but the input is not
|
93
93
|
if attributes[attribute_map[key]].is_a?(Array)
|
94
|
-
transformed_hash[key.
|
94
|
+
transformed_hash[key.to_sym] = attributes[attribute_map[key]].map { |v| _deserialize(::Regexp.last_match(1), v) }
|
95
95
|
end
|
96
96
|
elsif !attributes[attribute_map[key]].nil?
|
97
|
-
transformed_hash[key.
|
97
|
+
transformed_hash[key.to_sym] = _deserialize(type, attributes[attribute_map[key]])
|
98
98
|
end
|
99
99
|
end
|
100
100
|
new(transformed_hash)
|
@@ -155,6 +155,10 @@ module Algolia
|
|
155
155
|
to_hash
|
156
156
|
end
|
157
157
|
|
158
|
+
def to_json(*_args)
|
159
|
+
to_hash.to_json
|
160
|
+
end
|
161
|
+
|
158
162
|
# Returns the object in the form of hash
|
159
163
|
# @return [Hash] Returns the object in the form of hash
|
160
164
|
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)
|
@@ -446,19 +446,24 @@ module Algolia
|
|
446
446
|
transformed_hash = {}
|
447
447
|
types_mapping.each_pair do |key, type|
|
448
448
|
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
449
|
-
transformed_hash[key.
|
449
|
+
transformed_hash[key.to_sym] = nil
|
450
450
|
elsif type =~ /\AArray<(.*)>/i
|
451
451
|
# check to ensure the input is an array given that the attribute
|
452
452
|
# is documented as an array but the input is not
|
453
453
|
if attributes[attribute_map[key]].is_a?(Array)
|
454
|
-
transformed_hash[key.
|
454
|
+
transformed_hash[key.to_sym] = attributes[attribute_map[key]].map { |v| _deserialize(::Regexp.last_match(1), v) }
|
455
455
|
end
|
456
456
|
elsif !attributes[attribute_map[key]].nil?
|
457
|
-
transformed_hash[key.
|
457
|
+
transformed_hash[key.to_sym] = _deserialize(type, attributes[attribute_map[key]])
|
458
458
|
end
|
459
459
|
end
|
460
460
|
|
461
|
-
|
461
|
+
# merge additional_properties into transformed_hash
|
462
|
+
unless @additional_properties.nil?
|
463
|
+
@additional_properties.each_pair do |k, v|
|
464
|
+
transformed_hash[k.to_sym] = v
|
465
|
+
end
|
466
|
+
end
|
462
467
|
new(transformed_hash)
|
463
468
|
end
|
464
469
|
|
@@ -517,6 +522,10 @@ module Algolia
|
|
517
522
|
to_hash
|
518
523
|
end
|
519
524
|
|
525
|
+
def to_json(*_args)
|
526
|
+
to_hash.to_json
|
527
|
+
end
|
528
|
+
|
520
529
|
# Returns the object in the form of hash
|
521
530
|
# @return [Hash] Returns the object in the form of hash
|
522
531
|
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
|
@@ -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)
|
@@ -204,15 +204,15 @@ module Algolia
|
|
204
204
|
transformed_hash = {}
|
205
205
|
types_mapping.each_pair do |key, type|
|
206
206
|
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
207
|
-
transformed_hash[key.
|
207
|
+
transformed_hash[key.to_sym] = nil
|
208
208
|
elsif type =~ /\AArray<(.*)>/i
|
209
209
|
# check to ensure the input is an array given that the attribute
|
210
210
|
# is documented as an array but the input is not
|
211
211
|
if attributes[attribute_map[key]].is_a?(Array)
|
212
|
-
transformed_hash[key.
|
212
|
+
transformed_hash[key.to_sym] = attributes[attribute_map[key]].map { |v| _deserialize(::Regexp.last_match(1), v) }
|
213
213
|
end
|
214
214
|
elsif !attributes[attribute_map[key]].nil?
|
215
|
-
transformed_hash[key.
|
215
|
+
transformed_hash[key.to_sym] = _deserialize(type, attributes[attribute_map[key]])
|
216
216
|
end
|
217
217
|
end
|
218
218
|
new(transformed_hash)
|
@@ -273,6 +273,10 @@ module Algolia
|
|
273
273
|
to_hash
|
274
274
|
end
|
275
275
|
|
276
|
+
def to_json(*_args)
|
277
|
+
to_hash.to_json
|
278
|
+
end
|
279
|
+
|
276
280
|
# Returns the object in the form of hash
|
277
281
|
# @return [Hash] Returns the object in the form of hash
|
278
282
|
def to_hash
|
@@ -126,15 +126,15 @@ module Algolia
|
|
126
126
|
transformed_hash = {}
|
127
127
|
types_mapping.each_pair do |key, type|
|
128
128
|
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
129
|
-
transformed_hash[key.
|
129
|
+
transformed_hash[key.to_sym] = nil
|
130
130
|
elsif type =~ /\AArray<(.*)>/i
|
131
131
|
# check to ensure the input is an array given that the attribute
|
132
132
|
# is documented as an array but the input is not
|
133
133
|
if attributes[attribute_map[key]].is_a?(Array)
|
134
|
-
transformed_hash[key.
|
134
|
+
transformed_hash[key.to_sym] = attributes[attribute_map[key]].map { |v| _deserialize(::Regexp.last_match(1), v) }
|
135
135
|
end
|
136
136
|
elsif !attributes[attribute_map[key]].nil?
|
137
|
-
transformed_hash[key.
|
137
|
+
transformed_hash[key.to_sym] = _deserialize(type, attributes[attribute_map[key]])
|
138
138
|
end
|
139
139
|
end
|
140
140
|
new(transformed_hash)
|
@@ -195,6 +195,10 @@ module Algolia
|
|
195
195
|
to_hash
|
196
196
|
end
|
197
197
|
|
198
|
+
def to_json(*_args)
|
199
|
+
to_hash.to_json
|
200
|
+
end
|
201
|
+
|
198
202
|
# Returns the object in the form of hash
|
199
203
|
# @return [Hash] Returns the object in the form of hash
|
200
204
|
def to_hash
|
@@ -9,10 +9,43 @@ module Algolia
|
|
9
9
|
# Text to search for in an index.
|
10
10
|
attr_accessor :query
|
11
11
|
|
12
|
+
attr_accessor :type
|
13
|
+
|
14
|
+
# Page to retrieve (the first page is `0`, not `1`).
|
15
|
+
attr_accessor :page
|
16
|
+
|
17
|
+
# Number of hits per page.
|
18
|
+
attr_accessor :hits_per_page
|
19
|
+
|
20
|
+
class EnumAttributeValidator
|
21
|
+
attr_reader :datatype
|
22
|
+
attr_reader :allowable_values
|
23
|
+
|
24
|
+
def initialize(datatype, allowable_values)
|
25
|
+
@allowable_values = allowable_values.map do |value|
|
26
|
+
case datatype.to_s
|
27
|
+
when /Integer/i
|
28
|
+
value.to_i
|
29
|
+
when /Float/i
|
30
|
+
value.to_f
|
31
|
+
else
|
32
|
+
value
|
33
|
+
end
|
34
|
+
end
|
35
|
+
end
|
36
|
+
|
37
|
+
def valid?(value)
|
38
|
+
!value || allowable_values.include?(value)
|
39
|
+
end
|
40
|
+
end
|
41
|
+
|
12
42
|
# Attribute mapping from ruby-style variable name to JSON key.
|
13
43
|
def self.attribute_map
|
14
44
|
{
|
15
|
-
:query => :query
|
45
|
+
:query => :query,
|
46
|
+
:type => :type,
|
47
|
+
:page => :page,
|
48
|
+
:hits_per_page => :hitsPerPage
|
16
49
|
}
|
17
50
|
end
|
18
51
|
|
@@ -24,7 +57,10 @@ module Algolia
|
|
24
57
|
# Attribute type mapping.
|
25
58
|
def self.types_mapping
|
26
59
|
{
|
27
|
-
:query => :String
|
60
|
+
:query => :String,
|
61
|
+
:type => :SynonymType,
|
62
|
+
:page => :Integer,
|
63
|
+
:hits_per_page => :Integer
|
28
64
|
}
|
29
65
|
end
|
30
66
|
|
@@ -53,6 +89,36 @@ module Algolia
|
|
53
89
|
if attributes.key?(:query)
|
54
90
|
self.query = attributes[:query]
|
55
91
|
end
|
92
|
+
|
93
|
+
if attributes.key?(:type)
|
94
|
+
self.type = attributes[:type]
|
95
|
+
end
|
96
|
+
|
97
|
+
if attributes.key?(:page)
|
98
|
+
self.page = attributes[:page]
|
99
|
+
end
|
100
|
+
|
101
|
+
if attributes.key?(:hits_per_page)
|
102
|
+
self.hits_per_page = attributes[:hits_per_page]
|
103
|
+
end
|
104
|
+
end
|
105
|
+
|
106
|
+
# Custom attribute writer method with validation
|
107
|
+
# @param [Object] hits_per_page Value to be assigned
|
108
|
+
def hits_per_page=(hits_per_page)
|
109
|
+
if hits_per_page.nil?
|
110
|
+
raise ArgumentError, 'hits_per_page cannot be nil'
|
111
|
+
end
|
112
|
+
|
113
|
+
if hits_per_page > 1000
|
114
|
+
raise ArgumentError, 'invalid value for "hits_per_page", must be smaller than or equal to 1000.'
|
115
|
+
end
|
116
|
+
|
117
|
+
if hits_per_page < 1
|
118
|
+
raise ArgumentError, 'invalid value for "hits_per_page", must be greater than or equal to 1.'
|
119
|
+
end
|
120
|
+
|
121
|
+
@hits_per_page = hits_per_page
|
56
122
|
end
|
57
123
|
|
58
124
|
# Checks equality by comparing each attribute.
|
@@ -61,7 +127,10 @@ module Algolia
|
|
61
127
|
return true if equal?(other)
|
62
128
|
|
63
129
|
self.class == other.class &&
|
64
|
-
query == other.query
|
130
|
+
query == other.query &&
|
131
|
+
type == other.type &&
|
132
|
+
page == other.page &&
|
133
|
+
hits_per_page == other.hits_per_page
|
65
134
|
end
|
66
135
|
|
67
136
|
# @see the `==` method
|
@@ -73,7 +142,7 @@ module Algolia
|
|
73
142
|
# Calculates hash code according to all attributes.
|
74
143
|
# @return [Integer] Hash code
|
75
144
|
def hash
|
76
|
-
[query].hash
|
145
|
+
[query, type, page, hits_per_page].hash
|
77
146
|
end
|
78
147
|
|
79
148
|
# Builds the object from hash
|
@@ -86,15 +155,15 @@ module Algolia
|
|
86
155
|
transformed_hash = {}
|
87
156
|
types_mapping.each_pair do |key, type|
|
88
157
|
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
89
|
-
transformed_hash[key.
|
158
|
+
transformed_hash[key.to_sym] = nil
|
90
159
|
elsif type =~ /\AArray<(.*)>/i
|
91
160
|
# check to ensure the input is an array given that the attribute
|
92
161
|
# is documented as an array but the input is not
|
93
162
|
if attributes[attribute_map[key]].is_a?(Array)
|
94
|
-
transformed_hash[key.
|
163
|
+
transformed_hash[key.to_sym] = attributes[attribute_map[key]].map { |v| _deserialize(::Regexp.last_match(1), v) }
|
95
164
|
end
|
96
165
|
elsif !attributes[attribute_map[key]].nil?
|
97
|
-
transformed_hash[key.
|
166
|
+
transformed_hash[key.to_sym] = _deserialize(type, attributes[attribute_map[key]])
|
98
167
|
end
|
99
168
|
end
|
100
169
|
new(transformed_hash)
|
@@ -155,6 +224,10 @@ module Algolia
|
|
155
224
|
to_hash
|
156
225
|
end
|
157
226
|
|
227
|
+
def to_json(*_args)
|
228
|
+
to_hash.to_json
|
229
|
+
end
|
230
|
+
|
158
231
|
# Returns the object in the form of hash
|
159
232
|
# @return [Hash] Returns the object in the form of hash
|
160
233
|
def to_hash
|