algolia 3.0.0.alpha.5 → 3.0.0.alpha.7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.openapi-generator/VERSION +1 -1
- data/CHANGELOG.md +17 -0
- data/Gemfile.lock +12 -12
- data/algolia.gemspec +2 -1
- data/lib/algolia/api/abtesting_client.rb +50 -30
- data/lib/algolia/api/analytics_client.rb +132 -64
- data/lib/algolia/api/ingestion_client.rb +371 -131
- data/lib/algolia/api/insights_client.rb +18 -18
- data/lib/algolia/api/monitoring_client.rb +46 -53
- data/lib/algolia/api/personalization_client.rb +42 -26
- data/lib/algolia/api/query_suggestions_client.rb +66 -38
- data/lib/algolia/api/recommend_client.rb +57 -38
- data/lib/algolia/api/search_client.rb +625 -280
- data/lib/algolia/api_client.rb +2 -5
- data/lib/algolia/models/abtesting/ab_test.rb +14 -4
- 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 +10 -4
- data/lib/algolia/models/abtesting/variant.rb +46 -11
- 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 +10 -4
- data/lib/algolia/models/analytics/conversion_rate_event.rb +10 -4
- 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 +10 -4
- data/lib/algolia/models/analytics/get_conversation_rate_response.rb +10 -4
- 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 +10 -4
- 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 +10 -4
- 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 +8 -14
- 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 +8 -14
- 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 +2 -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 +2 -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 +2 -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 +2 -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/http/http_requester.rb +2 -2
- data/lib/algolia/transport/stateful_host.rb +2 -1
- data/lib/algolia/transport/transport.rb +9 -6
- data/lib/algolia/version.rb +1 -1
- metadata +2 -2
data/lib/algolia/api_client.rb
CHANGED
@@ -1,4 +1,5 @@
|
|
1
1
|
require 'cgi'
|
2
|
+
require 'json'
|
2
3
|
|
3
4
|
module Algolia
|
4
5
|
class ApiClient
|
@@ -118,7 +119,7 @@ module Algolia
|
|
118
119
|
# @return [String] JSON string representation of the object
|
119
120
|
def object_to_hash(obj)
|
120
121
|
if obj.is_a?(Hash)
|
121
|
-
obj.
|
122
|
+
obj.to_h { |k, v| [k, object_to_hash(v)] }
|
122
123
|
elsif obj.respond_to?(:to_hash)
|
123
124
|
obj.to_hash
|
124
125
|
else
|
@@ -145,9 +146,5 @@ module Algolia
|
|
145
146
|
raise "unknown collection format: #{collection_format.inspect}"
|
146
147
|
end
|
147
148
|
end
|
148
|
-
|
149
|
-
def encode_uri(uri)
|
150
|
-
CGI.escape(uri).gsub('+', '%20')
|
151
|
-
end
|
152
149
|
end
|
153
150
|
end
|
@@ -85,7 +85,13 @@ module Algolia
|
|
85
85
|
|
86
86
|
# List of attributes with nullable: true
|
87
87
|
def self.openapi_nullable
|
88
|
-
Set.new([
|
88
|
+
Set.new([
|
89
|
+
:click_significance,
|
90
|
+
:conversion_significance,
|
91
|
+
:add_to_cart_significance,
|
92
|
+
:purchase_significance,
|
93
|
+
:revenue_significance
|
94
|
+
])
|
89
95
|
end
|
90
96
|
|
91
97
|
# Initializes the object
|
@@ -225,15 +231,15 @@ module Algolia
|
|
225
231
|
transformed_hash = {}
|
226
232
|
types_mapping.each_pair do |key, type|
|
227
233
|
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
228
|
-
transformed_hash[key.
|
234
|
+
transformed_hash[key.to_sym] = nil
|
229
235
|
elsif type =~ /\AArray<(.*)>/i
|
230
236
|
# check to ensure the input is an array given that the attribute
|
231
237
|
# is documented as an array but the input is not
|
232
238
|
if attributes[attribute_map[key]].is_a?(Array)
|
233
|
-
transformed_hash[key.
|
239
|
+
transformed_hash[key.to_sym] = attributes[attribute_map[key]].map { |v| _deserialize(::Regexp.last_match(1), v) }
|
234
240
|
end
|
235
241
|
elsif !attributes[attribute_map[key]].nil?
|
236
|
-
transformed_hash[key.
|
242
|
+
transformed_hash[key.to_sym] = _deserialize(type, attributes[attribute_map[key]])
|
237
243
|
end
|
238
244
|
end
|
239
245
|
new(transformed_hash)
|
@@ -294,6 +300,10 @@ module Algolia
|
|
294
300
|
to_hash
|
295
301
|
end
|
296
302
|
|
303
|
+
def to_json(*_args)
|
304
|
+
to_hash.to_json
|
305
|
+
end
|
306
|
+
|
297
307
|
# Returns the object in the form of hash
|
298
308
|
# @return [Hash] Returns the object in the form of hash
|
299
309
|
def to_hash
|
@@ -112,15 +112,15 @@ module Algolia
|
|
112
112
|
transformed_hash = {}
|
113
113
|
types_mapping.each_pair do |key, type|
|
114
114
|
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
115
|
-
transformed_hash[key.
|
115
|
+
transformed_hash[key.to_sym] = nil
|
116
116
|
elsif type =~ /\AArray<(.*)>/i
|
117
117
|
# check to ensure the input is an array given that the attribute
|
118
118
|
# is documented as an array but the input is not
|
119
119
|
if attributes[attribute_map[key]].is_a?(Array)
|
120
|
-
transformed_hash[key.
|
120
|
+
transformed_hash[key.to_sym] = attributes[attribute_map[key]].map { |v| _deserialize(::Regexp.last_match(1), v) }
|
121
121
|
end
|
122
122
|
elsif !attributes[attribute_map[key]].nil?
|
123
|
-
transformed_hash[key.
|
123
|
+
transformed_hash[key.to_sym] = _deserialize(type, attributes[attribute_map[key]])
|
124
124
|
end
|
125
125
|
end
|
126
126
|
new(transformed_hash)
|
@@ -181,6 +181,10 @@ module Algolia
|
|
181
181
|
to_hash
|
182
182
|
end
|
183
183
|
|
184
|
+
def to_json(*_args)
|
185
|
+
to_hash.to_json
|
186
|
+
end
|
187
|
+
|
184
188
|
# Returns the object in the form of hash
|
185
189
|
# @return [Hash] Returns the object in the form of hash
|
186
190
|
def to_hash
|
@@ -110,15 +110,15 @@ module Algolia
|
|
110
110
|
transformed_hash = {}
|
111
111
|
types_mapping.each_pair do |key, type|
|
112
112
|
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
113
|
-
transformed_hash[key.
|
113
|
+
transformed_hash[key.to_sym] = nil
|
114
114
|
elsif type =~ /\AArray<(.*)>/i
|
115
115
|
# check to ensure the input is an array given that the attribute
|
116
116
|
# is documented as an array but the input is not
|
117
117
|
if attributes[attribute_map[key]].is_a?(Array)
|
118
|
-
transformed_hash[key.
|
118
|
+
transformed_hash[key.to_sym] = attributes[attribute_map[key]].map { |v| _deserialize(::Regexp.last_match(1), v) }
|
119
119
|
end
|
120
120
|
elsif !attributes[attribute_map[key]].nil?
|
121
|
-
transformed_hash[key.
|
121
|
+
transformed_hash[key.to_sym] = _deserialize(type, attributes[attribute_map[key]])
|
122
122
|
end
|
123
123
|
end
|
124
124
|
new(transformed_hash)
|
@@ -179,6 +179,10 @@ module Algolia
|
|
179
179
|
to_hash
|
180
180
|
end
|
181
181
|
|
182
|
+
def to_json(*_args)
|
183
|
+
to_hash.to_json
|
184
|
+
end
|
185
|
+
|
182
186
|
# Returns the object in the form of hash
|
183
187
|
# @return [Hash] Returns the object in the form of hash
|
184
188
|
def to_hash
|
@@ -129,15 +129,15 @@ module Algolia
|
|
129
129
|
transformed_hash = {}
|
130
130
|
types_mapping.each_pair do |key, type|
|
131
131
|
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
132
|
-
transformed_hash[key.
|
132
|
+
transformed_hash[key.to_sym] = nil
|
133
133
|
elsif type =~ /\AArray<(.*)>/i
|
134
134
|
# check to ensure the input is an array given that the attribute
|
135
135
|
# is documented as an array but the input is not
|
136
136
|
if attributes[attribute_map[key]].is_a?(Array)
|
137
|
-
transformed_hash[key.
|
137
|
+
transformed_hash[key.to_sym] = attributes[attribute_map[key]].map { |v| _deserialize(::Regexp.last_match(1), v) }
|
138
138
|
end
|
139
139
|
elsif !attributes[attribute_map[key]].nil?
|
140
|
-
transformed_hash[key.
|
140
|
+
transformed_hash[key.to_sym] = _deserialize(type, attributes[attribute_map[key]])
|
141
141
|
end
|
142
142
|
end
|
143
143
|
new(transformed_hash)
|
@@ -198,6 +198,10 @@ module Algolia
|
|
198
198
|
to_hash
|
199
199
|
end
|
200
200
|
|
201
|
+
def to_json(*_args)
|
202
|
+
to_hash.to_json
|
203
|
+
end
|
204
|
+
|
201
205
|
# Returns the object in the form of hash
|
202
206
|
# @return [Hash] Returns the object in the form of hash
|
203
207
|
def to_hash
|
@@ -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
|
@@ -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::Abtesting.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)
|
@@ -116,15 +116,15 @@ module Algolia
|
|
116
116
|
transformed_hash = {}
|
117
117
|
types_mapping.each_pair do |key, type|
|
118
118
|
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
119
|
-
transformed_hash[key.
|
119
|
+
transformed_hash[key.to_sym] = nil
|
120
120
|
elsif type =~ /\AArray<(.*)>/i
|
121
121
|
# check to ensure the input is an array given that the attribute
|
122
122
|
# is documented as an array but the input is not
|
123
123
|
if attributes[attribute_map[key]].is_a?(Array)
|
124
|
-
transformed_hash[key.
|
124
|
+
transformed_hash[key.to_sym] = attributes[attribute_map[key]].map { |v| _deserialize(::Regexp.last_match(1), v) }
|
125
125
|
end
|
126
126
|
elsif !attributes[attribute_map[key]].nil?
|
127
|
-
transformed_hash[key.
|
127
|
+
transformed_hash[key.to_sym] = _deserialize(type, attributes[attribute_map[key]])
|
128
128
|
end
|
129
129
|
end
|
130
130
|
new(transformed_hash)
|
@@ -185,6 +185,10 @@ module Algolia
|
|
185
185
|
to_hash
|
186
186
|
end
|
187
187
|
|
188
|
+
def to_json(*_args)
|
189
|
+
to_hash.to_json
|
190
|
+
end
|
191
|
+
|
188
192
|
# Returns the object in the form of hash
|
189
193
|
# @return [Hash] Returns the object in the form of hash
|
190
194
|
def to_hash
|
@@ -88,15 +88,15 @@ module Algolia
|
|
88
88
|
transformed_hash = {}
|
89
89
|
types_mapping.each_pair do |key, type|
|
90
90
|
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
91
|
-
transformed_hash[key.
|
91
|
+
transformed_hash[key.to_sym] = nil
|
92
92
|
elsif type =~ /\AArray<(.*)>/i
|
93
93
|
# check to ensure the input is an array given that the attribute
|
94
94
|
# is documented as an array but the input is not
|
95
95
|
if attributes[attribute_map[key]].is_a?(Array)
|
96
|
-
transformed_hash[key.
|
96
|
+
transformed_hash[key.to_sym] = attributes[attribute_map[key]].map { |v| _deserialize(::Regexp.last_match(1), v) }
|
97
97
|
end
|
98
98
|
elsif !attributes[attribute_map[key]].nil?
|
99
|
-
transformed_hash[key.
|
99
|
+
transformed_hash[key.to_sym] = _deserialize(type, attributes[attribute_map[key]])
|
100
100
|
end
|
101
101
|
end
|
102
102
|
new(transformed_hash)
|
@@ -157,6 +157,10 @@ module Algolia
|
|
157
157
|
to_hash
|
158
158
|
end
|
159
159
|
|
160
|
+
def to_json(*_args)
|
161
|
+
to_hash.to_json
|
162
|
+
end
|
163
|
+
|
160
164
|
# Returns the object in the form of hash
|
161
165
|
# @return [Hash] Returns the object in the form of hash
|
162
166
|
def to_hash
|
@@ -82,19 +82,24 @@ module Algolia
|
|
82
82
|
transformed_hash = {}
|
83
83
|
types_mapping.each_pair do |key, type|
|
84
84
|
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
85
|
-
transformed_hash[key.
|
85
|
+
transformed_hash[key.to_sym] = nil
|
86
86
|
elsif type =~ /\AArray<(.*)>/i
|
87
87
|
# check to ensure the input is an array given that the attribute
|
88
88
|
# is documented as an array but the input is not
|
89
89
|
if attributes[attribute_map[key]].is_a?(Array)
|
90
|
-
transformed_hash[key.
|
90
|
+
transformed_hash[key.to_sym] = attributes[attribute_map[key]].map { |v| _deserialize(::Regexp.last_match(1), v) }
|
91
91
|
end
|
92
92
|
elsif !attributes[attribute_map[key]].nil?
|
93
|
-
transformed_hash[key.
|
93
|
+
transformed_hash[key.to_sym] = _deserialize(type, attributes[attribute_map[key]])
|
94
94
|
end
|
95
95
|
end
|
96
96
|
|
97
|
-
|
97
|
+
# merge additional_properties into transformed_hash
|
98
|
+
unless @additional_properties.nil?
|
99
|
+
@additional_properties.each_pair do |k, v|
|
100
|
+
transformed_hash[k.to_sym] = v
|
101
|
+
end
|
102
|
+
end
|
98
103
|
new(transformed_hash)
|
99
104
|
end
|
100
105
|
|
@@ -153,6 +158,10 @@ module Algolia
|
|
153
158
|
to_hash
|
154
159
|
end
|
155
160
|
|
161
|
+
def to_json(*_args)
|
162
|
+
to_hash.to_json
|
163
|
+
end
|
164
|
+
|
156
165
|
# Returns the object in the form of hash
|
157
166
|
# @return [Hash] Returns the object in the form of hash
|
158
167
|
def to_hash
|
@@ -95,15 +95,15 @@ module Algolia
|
|
95
95
|
transformed_hash = {}
|
96
96
|
types_mapping.each_pair do |key, type|
|
97
97
|
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
98
|
-
transformed_hash[key.
|
98
|
+
transformed_hash[key.to_sym] = nil
|
99
99
|
elsif type =~ /\AArray<(.*)>/i
|
100
100
|
# check to ensure the input is an array given that the attribute
|
101
101
|
# is documented as an array but the input is not
|
102
102
|
if attributes[attribute_map[key]].is_a?(Array)
|
103
|
-
transformed_hash[key.
|
103
|
+
transformed_hash[key.to_sym] = attributes[attribute_map[key]].map { |v| _deserialize(::Regexp.last_match(1), v) }
|
104
104
|
end
|
105
105
|
elsif !attributes[attribute_map[key]].nil?
|
106
|
-
transformed_hash[key.
|
106
|
+
transformed_hash[key.to_sym] = _deserialize(type, attributes[attribute_map[key]])
|
107
107
|
end
|
108
108
|
end
|
109
109
|
new(transformed_hash)
|
@@ -164,6 +164,10 @@ module Algolia
|
|
164
164
|
to_hash
|
165
165
|
end
|
166
166
|
|
167
|
+
def to_json(*_args)
|
168
|
+
to_hash.to_json
|
169
|
+
end
|
170
|
+
|
167
171
|
# Returns the object in the form of hash
|
168
172
|
# @return [Hash] Returns the object in the form of hash
|
169
173
|
def to_hash
|
@@ -97,15 +97,15 @@ module Algolia
|
|
97
97
|
transformed_hash = {}
|
98
98
|
types_mapping.each_pair do |key, type|
|
99
99
|
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
100
|
-
transformed_hash[key.
|
100
|
+
transformed_hash[key.to_sym] = nil
|
101
101
|
elsif type =~ /\AArray<(.*)>/i
|
102
102
|
# check to ensure the input is an array given that the attribute
|
103
103
|
# is documented as an array but the input is not
|
104
104
|
if attributes[attribute_map[key]].is_a?(Array)
|
105
|
-
transformed_hash[key.
|
105
|
+
transformed_hash[key.to_sym] = attributes[attribute_map[key]].map { |v| _deserialize(::Regexp.last_match(1), v) }
|
106
106
|
end
|
107
107
|
elsif !attributes[attribute_map[key]].nil?
|
108
|
-
transformed_hash[key.
|
108
|
+
transformed_hash[key.to_sym] = _deserialize(type, attributes[attribute_map[key]])
|
109
109
|
end
|
110
110
|
end
|
111
111
|
new(transformed_hash)
|
@@ -166,6 +166,10 @@ module Algolia
|
|
166
166
|
to_hash
|
167
167
|
end
|
168
168
|
|
169
|
+
def to_json(*_args)
|
170
|
+
to_hash.to_json
|
171
|
+
end
|
172
|
+
|
169
173
|
# Returns the object in the form of hash
|
170
174
|
# @return [Hash] Returns the object in the form of hash
|
171
175
|
def to_hash
|
@@ -97,15 +97,15 @@ module Algolia
|
|
97
97
|
transformed_hash = {}
|
98
98
|
types_mapping.each_pair do |key, type|
|
99
99
|
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
100
|
-
transformed_hash[key.
|
100
|
+
transformed_hash[key.to_sym] = nil
|
101
101
|
elsif type =~ /\AArray<(.*)>/i
|
102
102
|
# check to ensure the input is an array given that the attribute
|
103
103
|
# is documented as an array but the input is not
|
104
104
|
if attributes[attribute_map[key]].is_a?(Array)
|
105
|
-
transformed_hash[key.
|
105
|
+
transformed_hash[key.to_sym] = attributes[attribute_map[key]].map { |v| _deserialize(::Regexp.last_match(1), v) }
|
106
106
|
end
|
107
107
|
elsif !attributes[attribute_map[key]].nil?
|
108
|
-
transformed_hash[key.
|
108
|
+
transformed_hash[key.to_sym] = _deserialize(type, attributes[attribute_map[key]])
|
109
109
|
end
|
110
110
|
end
|
111
111
|
new(transformed_hash)
|
@@ -166,6 +166,10 @@ module Algolia
|
|
166
166
|
to_hash
|
167
167
|
end
|
168
168
|
|
169
|
+
def to_json(*_args)
|
170
|
+
to_hash.to_json
|
171
|
+
end
|
172
|
+
|
169
173
|
# Returns the object in the form of hash
|
170
174
|
# @return [Hash] Returns the object in the form of hash
|
171
175
|
def to_hash
|
@@ -40,7 +40,9 @@ module Algolia
|
|
40
40
|
|
41
41
|
# List of attributes with nullable: true
|
42
42
|
def self.openapi_nullable
|
43
|
-
Set.new([
|
43
|
+
Set.new([
|
44
|
+
:abtests
|
45
|
+
])
|
44
46
|
end
|
45
47
|
|
46
48
|
# Initializes the object
|
@@ -114,15 +116,15 @@ module Algolia
|
|
114
116
|
transformed_hash = {}
|
115
117
|
types_mapping.each_pair do |key, type|
|
116
118
|
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
117
|
-
transformed_hash[key.
|
119
|
+
transformed_hash[key.to_sym] = nil
|
118
120
|
elsif type =~ /\AArray<(.*)>/i
|
119
121
|
# check to ensure the input is an array given that the attribute
|
120
122
|
# is documented as an array but the input is not
|
121
123
|
if attributes[attribute_map[key]].is_a?(Array)
|
122
|
-
transformed_hash[key.
|
124
|
+
transformed_hash[key.to_sym] = attributes[attribute_map[key]].map { |v| _deserialize(::Regexp.last_match(1), v) }
|
123
125
|
end
|
124
126
|
elsif !attributes[attribute_map[key]].nil?
|
125
|
-
transformed_hash[key.
|
127
|
+
transformed_hash[key.to_sym] = _deserialize(type, attributes[attribute_map[key]])
|
126
128
|
end
|
127
129
|
end
|
128
130
|
new(transformed_hash)
|
@@ -183,6 +185,10 @@ module Algolia
|
|
183
185
|
to_hash
|
184
186
|
end
|
185
187
|
|
188
|
+
def to_json(*_args)
|
189
|
+
to_hash.to_json
|
190
|
+
end
|
191
|
+
|
186
192
|
# Returns the object in the form of hash
|
187
193
|
# @return [Hash] Returns the object in the form of hash
|
188
194
|
def to_hash
|
@@ -33,6 +33,9 @@ module Algolia
|
|
33
33
|
# A/B test description.
|
34
34
|
attr_accessor :description
|
35
35
|
|
36
|
+
# The estimated number of searches that will need to be run to achieve the desired confidence level and statistical power. A `minimumDetectableEffect` must be set in the `configuration` object for this to be used.
|
37
|
+
attr_accessor :estimated_sample_size
|
38
|
+
|
36
39
|
attr_accessor :filter_effects
|
37
40
|
|
38
41
|
# A/B test index.
|
@@ -59,6 +62,9 @@ module Algolia
|
|
59
62
|
# Number of users during the A/B test.
|
60
63
|
attr_accessor :user_count
|
61
64
|
|
65
|
+
# Number of users that performed a tracked search during the A/B test.
|
66
|
+
attr_accessor :tracked_user_count
|
67
|
+
|
62
68
|
# Attribute mapping from ruby-style variable name to JSON key.
|
63
69
|
def self.attribute_map
|
64
70
|
{
|
@@ -71,6 +77,7 @@ module Algolia
|
|
71
77
|
:conversion_rate => :conversionRate,
|
72
78
|
:currencies => :currencies,
|
73
79
|
:description => :description,
|
80
|
+
:estimated_sample_size => :estimatedSampleSize,
|
74
81
|
:filter_effects => :filterEffects,
|
75
82
|
:index => :index,
|
76
83
|
:no_result_count => :noResultCount,
|
@@ -79,7 +86,8 @@ module Algolia
|
|
79
86
|
:search_count => :searchCount,
|
80
87
|
:tracked_search_count => :trackedSearchCount,
|
81
88
|
:traffic_percentage => :trafficPercentage,
|
82
|
-
:user_count => :userCount
|
89
|
+
:user_count => :userCount,
|
90
|
+
:tracked_user_count => :trackedUserCount
|
83
91
|
}
|
84
92
|
end
|
85
93
|
|
@@ -100,6 +108,7 @@ module Algolia
|
|
100
108
|
:conversion_rate => :Float,
|
101
109
|
:currencies => :'Hash<String, CurrenciesValue>',
|
102
110
|
:description => :String,
|
111
|
+
:estimated_sample_size => :Integer,
|
103
112
|
:filter_effects => :FilterEffects,
|
104
113
|
:index => :String,
|
105
114
|
:no_result_count => :Integer,
|
@@ -108,13 +117,25 @@ module Algolia
|
|
108
117
|
:search_count => :Integer,
|
109
118
|
:tracked_search_count => :Integer,
|
110
119
|
:traffic_percentage => :Integer,
|
111
|
-
:user_count => :Integer
|
120
|
+
:user_count => :Integer,
|
121
|
+
:tracked_user_count => :Integer
|
112
122
|
}
|
113
123
|
end
|
114
124
|
|
115
125
|
# List of attributes with nullable: true
|
116
126
|
def self.openapi_nullable
|
117
|
-
Set.new([
|
127
|
+
Set.new([
|
128
|
+
:add_to_cart_rate,
|
129
|
+
:average_click_position,
|
130
|
+
:click_through_rate,
|
131
|
+
:conversion_rate,
|
132
|
+
:no_result_count,
|
133
|
+
:purchase_rate,
|
134
|
+
:search_count,
|
135
|
+
:tracked_search_count,
|
136
|
+
:user_count,
|
137
|
+
:tracked_user_count
|
138
|
+
])
|
118
139
|
end
|
119
140
|
|
120
141
|
# Initializes the object
|
@@ -180,8 +201,6 @@ module Algolia
|
|
180
201
|
if (value = attributes[:currencies]).is_a?(Hash)
|
181
202
|
self.currencies = value
|
182
203
|
end
|
183
|
-
else
|
184
|
-
self.currencies = nil
|
185
204
|
end
|
186
205
|
|
187
206
|
if attributes.key?(:description)
|
@@ -190,6 +209,10 @@ module Algolia
|
|
190
209
|
self.description = nil
|
191
210
|
end
|
192
211
|
|
212
|
+
if attributes.key?(:estimated_sample_size)
|
213
|
+
self.estimated_sample_size = attributes[:estimated_sample_size]
|
214
|
+
end
|
215
|
+
|
193
216
|
if attributes.key?(:filter_effects)
|
194
217
|
self.filter_effects = attributes[:filter_effects]
|
195
218
|
end
|
@@ -241,6 +264,12 @@ module Algolia
|
|
241
264
|
else
|
242
265
|
self.user_count = nil
|
243
266
|
end
|
267
|
+
|
268
|
+
if attributes.key?(:tracked_user_count)
|
269
|
+
self.tracked_user_count = attributes[:tracked_user_count]
|
270
|
+
else
|
271
|
+
self.tracked_user_count = nil
|
272
|
+
end
|
244
273
|
end
|
245
274
|
|
246
275
|
# Checks equality by comparing each attribute.
|
@@ -258,6 +287,7 @@ module Algolia
|
|
258
287
|
conversion_rate == other.conversion_rate &&
|
259
288
|
currencies == other.currencies &&
|
260
289
|
description == other.description &&
|
290
|
+
estimated_sample_size == other.estimated_sample_size &&
|
261
291
|
filter_effects == other.filter_effects &&
|
262
292
|
index == other.index &&
|
263
293
|
no_result_count == other.no_result_count &&
|
@@ -266,7 +296,8 @@ module Algolia
|
|
266
296
|
search_count == other.search_count &&
|
267
297
|
tracked_search_count == other.tracked_search_count &&
|
268
298
|
traffic_percentage == other.traffic_percentage &&
|
269
|
-
user_count == other.user_count
|
299
|
+
user_count == other.user_count &&
|
300
|
+
tracked_user_count == other.tracked_user_count
|
270
301
|
end
|
271
302
|
|
272
303
|
# @see the `==` method
|
@@ -278,8 +309,8 @@ module Algolia
|
|
278
309
|
# Calculates hash code according to all attributes.
|
279
310
|
# @return [Integer] Hash code
|
280
311
|
def hash
|
281
|
-
[add_to_cart_count, add_to_cart_rate, average_click_position, click_count, click_through_rate, conversion_count, conversion_rate, currencies, description,
|
282
|
-
index, no_result_count, purchase_count, purchase_rate, search_count, tracked_search_count, traffic_percentage, user_count].hash
|
312
|
+
[add_to_cart_count, add_to_cart_rate, average_click_position, click_count, click_through_rate, conversion_count, conversion_rate, currencies, description,
|
313
|
+
estimated_sample_size, filter_effects, index, no_result_count, purchase_count, purchase_rate, search_count, tracked_search_count, traffic_percentage, user_count, tracked_user_count].hash
|
283
314
|
end
|
284
315
|
|
285
316
|
# Builds the object from hash
|
@@ -292,15 +323,15 @@ module Algolia
|
|
292
323
|
transformed_hash = {}
|
293
324
|
types_mapping.each_pair do |key, type|
|
294
325
|
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
295
|
-
transformed_hash[key.
|
326
|
+
transformed_hash[key.to_sym] = nil
|
296
327
|
elsif type =~ /\AArray<(.*)>/i
|
297
328
|
# check to ensure the input is an array given that the attribute
|
298
329
|
# is documented as an array but the input is not
|
299
330
|
if attributes[attribute_map[key]].is_a?(Array)
|
300
|
-
transformed_hash[key.
|
331
|
+
transformed_hash[key.to_sym] = attributes[attribute_map[key]].map { |v| _deserialize(::Regexp.last_match(1), v) }
|
301
332
|
end
|
302
333
|
elsif !attributes[attribute_map[key]].nil?
|
303
|
-
transformed_hash[key.
|
334
|
+
transformed_hash[key.to_sym] = _deserialize(type, attributes[attribute_map[key]])
|
304
335
|
end
|
305
336
|
end
|
306
337
|
new(transformed_hash)
|
@@ -361,6 +392,10 @@ module Algolia
|
|
361
392
|
to_hash
|
362
393
|
end
|
363
394
|
|
395
|
+
def to_json(*_args)
|
396
|
+
to_hash.to_json
|
397
|
+
end
|
398
|
+
|
364
399
|
# Returns the object in the form of hash
|
365
400
|
# @return [Hash] Returns the object in the form of hash
|
366
401
|
def to_hash
|
@@ -112,15 +112,15 @@ module Algolia
|
|
112
112
|
transformed_hash = {}
|
113
113
|
types_mapping.each_pair do |key, type|
|
114
114
|
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
115
|
-
transformed_hash[key.
|
115
|
+
transformed_hash[key.to_sym] = nil
|
116
116
|
elsif type =~ /\AArray<(.*)>/i
|
117
117
|
# check to ensure the input is an array given that the attribute
|
118
118
|
# is documented as an array but the input is not
|
119
119
|
if attributes[attribute_map[key]].is_a?(Array)
|
120
|
-
transformed_hash[key.
|
120
|
+
transformed_hash[key.to_sym] = attributes[attribute_map[key]].map { |v| _deserialize(::Regexp.last_match(1), v) }
|
121
121
|
end
|
122
122
|
elsif !attributes[attribute_map[key]].nil?
|
123
|
-
transformed_hash[key.
|
123
|
+
transformed_hash[key.to_sym] = _deserialize(type, attributes[attribute_map[key]])
|
124
124
|
end
|
125
125
|
end
|
126
126
|
new(transformed_hash)
|
@@ -181,6 +181,10 @@ module Algolia
|
|
181
181
|
to_hash
|
182
182
|
end
|
183
183
|
|
184
|
+
def to_json(*_args)
|
185
|
+
to_hash.to_json
|
186
|
+
end
|
187
|
+
|
184
188
|
# Returns the object in the form of hash
|
185
189
|
# @return [Hash] Returns the object in the form of hash
|
186
190
|
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
|