algolia 3.0.0.alpha.5 → 3.0.0.alpha.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +13 -0
- data/Gemfile.lock +12 -12
- data/algolia.gemspec +2 -1
- data/lib/algolia/api/abtesting_client.rb +9 -9
- data/lib/algolia/api/analytics_client.rb +21 -21
- data/lib/algolia/api/ingestion_client.rb +37 -37
- data/lib/algolia/api/insights_client.rb +5 -5
- data/lib/algolia/api/monitoring_client.rb +14 -20
- data/lib/algolia/api/personalization_client.rb +8 -8
- data/lib/algolia/api/query_suggestions_client.rb +11 -11
- data/lib/algolia/api/recommend_client.rb +11 -12
- data/lib/algolia/api/search_client.rb +175 -118
- data/lib/algolia/api_client.rb +2 -1
- data/lib/algolia/models/abtesting/ab_test.rb +7 -3
- data/lib/algolia/models/abtesting/ab_test_response.rb +7 -3
- data/lib/algolia/models/abtesting/ab_tests_variant.rb +7 -3
- data/lib/algolia/models/abtesting/ab_tests_variant_search_params.rb +7 -3
- data/lib/algolia/models/abtesting/add_ab_tests_request.rb +7 -3
- data/lib/algolia/models/abtesting/add_ab_tests_variant.rb +1 -1
- data/lib/algolia/models/abtesting/currencies_value.rb +7 -3
- data/lib/algolia/models/abtesting/custom_search_params.rb +7 -3
- data/lib/algolia/models/abtesting/error_base.rb +13 -4
- data/lib/algolia/models/abtesting/filter_effects.rb +7 -3
- data/lib/algolia/models/abtesting/filter_effects_empty_search.rb +7 -3
- data/lib/algolia/models/abtesting/filter_effects_outliers.rb +7 -3
- data/lib/algolia/models/abtesting/list_ab_tests_response.rb +7 -3
- data/lib/algolia/models/abtesting/variant.rb +23 -7
- data/lib/algolia/models/analytics/average_click_event.rb +7 -3
- data/lib/algolia/models/analytics/click_position.rb +7 -3
- data/lib/algolia/models/analytics/click_through_rate_event.rb +7 -3
- data/lib/algolia/models/analytics/conversion_rate_event.rb +7 -3
- data/lib/algolia/models/analytics/error_base.rb +13 -4
- data/lib/algolia/models/analytics/get_average_click_position_response.rb +7 -3
- data/lib/algolia/models/analytics/get_click_positions_response.rb +7 -3
- data/lib/algolia/models/analytics/get_click_through_rate_response.rb +7 -3
- data/lib/algolia/models/analytics/get_conversation_rate_response.rb +7 -3
- data/lib/algolia/models/analytics/get_no_click_rate_response.rb +7 -3
- data/lib/algolia/models/analytics/get_no_results_rate_response.rb +7 -3
- data/lib/algolia/models/analytics/get_searches_count_response.rb +7 -3
- data/lib/algolia/models/analytics/get_searches_no_clicks_response.rb +7 -3
- data/lib/algolia/models/analytics/get_searches_no_results_response.rb +7 -3
- data/lib/algolia/models/analytics/get_status_response.rb +7 -3
- data/lib/algolia/models/analytics/get_top_countries_response.rb +7 -3
- data/lib/algolia/models/analytics/get_top_filter_attribute.rb +7 -3
- data/lib/algolia/models/analytics/get_top_filter_attributes_response.rb +7 -3
- data/lib/algolia/models/analytics/get_top_filter_for_attribute.rb +7 -3
- data/lib/algolia/models/analytics/get_top_filter_for_attribute_response.rb +7 -3
- data/lib/algolia/models/analytics/get_top_filters_no_results_response.rb +7 -3
- data/lib/algolia/models/analytics/get_top_filters_no_results_value.rb +7 -3
- data/lib/algolia/models/analytics/get_top_filters_no_results_values.rb +7 -3
- data/lib/algolia/models/analytics/get_top_hits_response.rb +1 -1
- data/lib/algolia/models/analytics/get_top_searches_response.rb +1 -1
- data/lib/algolia/models/analytics/get_users_count_response.rb +7 -3
- data/lib/algolia/models/analytics/no_click_rate_event.rb +7 -3
- data/lib/algolia/models/analytics/no_results_rate_event.rb +7 -3
- data/lib/algolia/models/analytics/search_event.rb +7 -3
- data/lib/algolia/models/analytics/search_no_click_event.rb +7 -3
- data/lib/algolia/models/analytics/search_no_result_event.rb +7 -3
- data/lib/algolia/models/analytics/top_country.rb +7 -3
- data/lib/algolia/models/analytics/top_hit.rb +7 -3
- data/lib/algolia/models/analytics/top_hit_with_analytics.rb +7 -3
- data/lib/algolia/models/analytics/top_hits_response.rb +7 -3
- data/lib/algolia/models/analytics/top_hits_response_with_analytics.rb +7 -3
- data/lib/algolia/models/analytics/top_search.rb +7 -3
- data/lib/algolia/models/analytics/top_search_with_analytics.rb +7 -3
- data/lib/algolia/models/analytics/top_searches_response.rb +7 -3
- data/lib/algolia/models/analytics/top_searches_response_with_analytics.rb +7 -3
- data/lib/algolia/models/analytics/user_with_date.rb +7 -3
- data/lib/algolia/models/ingestion/auth_algolia.rb +7 -3
- data/lib/algolia/models/ingestion/auth_algolia_partial.rb +7 -3
- data/lib/algolia/models/ingestion/auth_api_key.rb +7 -3
- data/lib/algolia/models/ingestion/auth_api_key_partial.rb +7 -3
- data/lib/algolia/models/ingestion/auth_basic.rb +7 -3
- data/lib/algolia/models/ingestion/auth_basic_partial.rb +7 -3
- data/lib/algolia/models/ingestion/auth_google_service_account.rb +7 -3
- data/lib/algolia/models/ingestion/auth_google_service_account_partial.rb +7 -3
- data/lib/algolia/models/ingestion/auth_input.rb +1 -1
- data/lib/algolia/models/ingestion/auth_input_partial.rb +1 -1
- data/lib/algolia/models/ingestion/auth_o_auth.rb +7 -3
- data/lib/algolia/models/ingestion/auth_o_auth_partial.rb +7 -3
- data/lib/algolia/models/ingestion/authentication.rb +7 -3
- data/lib/algolia/models/ingestion/authentication_create.rb +7 -3
- data/lib/algolia/models/ingestion/authentication_create_response.rb +7 -3
- data/lib/algolia/models/ingestion/authentication_search.rb +7 -3
- data/lib/algolia/models/ingestion/authentication_update.rb +7 -3
- data/lib/algolia/models/ingestion/authentication_update_response.rb +7 -3
- data/lib/algolia/models/ingestion/big_commerce_channel.rb +7 -3
- data/lib/algolia/models/ingestion/big_commerce_metafield.rb +7 -3
- data/lib/algolia/models/ingestion/delete_response.rb +7 -3
- data/lib/algolia/models/ingestion/destination.rb +7 -3
- data/lib/algolia/models/ingestion/destination_create.rb +7 -3
- data/lib/algolia/models/ingestion/destination_create_response.rb +7 -3
- data/lib/algolia/models/ingestion/destination_index_name.rb +7 -3
- data/lib/algolia/models/ingestion/destination_index_prefix.rb +7 -3
- data/lib/algolia/models/ingestion/destination_input.rb +1 -1
- data/lib/algolia/models/ingestion/destination_search.rb +7 -3
- data/lib/algolia/models/ingestion/destination_update.rb +7 -3
- data/lib/algolia/models/ingestion/destination_update_response.rb +7 -3
- data/lib/algolia/models/ingestion/docker_source_discover.rb +7 -3
- data/lib/algolia/models/ingestion/docker_source_streams.rb +7 -3
- data/lib/algolia/models/ingestion/error_base.rb +13 -4
- data/lib/algolia/models/ingestion/event.rb +7 -3
- data/lib/algolia/models/ingestion/list_authentications_response.rb +7 -3
- data/lib/algolia/models/ingestion/list_destinations_response.rb +7 -3
- data/lib/algolia/models/ingestion/list_events_response.rb +7 -3
- data/lib/algolia/models/ingestion/list_sources_response.rb +7 -3
- data/lib/algolia/models/ingestion/list_tasks_response.rb +7 -3
- data/lib/algolia/models/ingestion/on_demand_date_utils_input.rb +7 -3
- data/lib/algolia/models/ingestion/on_demand_trigger.rb +7 -3
- data/lib/algolia/models/ingestion/on_demand_trigger_input.rb +7 -3
- data/lib/algolia/models/ingestion/pagination.rb +7 -3
- data/lib/algolia/models/ingestion/platform_with_none.rb +1 -1
- data/lib/algolia/models/ingestion/run.rb +7 -3
- data/lib/algolia/models/ingestion/run_list_response.rb +7 -3
- data/lib/algolia/models/ingestion/run_progress.rb +7 -3
- data/lib/algolia/models/ingestion/run_response.rb +7 -3
- data/lib/algolia/models/ingestion/schedule_date_utils_input.rb +7 -3
- data/lib/algolia/models/ingestion/schedule_trigger.rb +7 -3
- data/lib/algolia/models/ingestion/schedule_trigger_input.rb +7 -3
- data/lib/algolia/models/ingestion/source.rb +7 -3
- data/lib/algolia/models/ingestion/source_big_commerce.rb +7 -3
- data/lib/algolia/models/ingestion/source_big_query.rb +7 -3
- data/lib/algolia/models/ingestion/source_commercetools.rb +7 -3
- data/lib/algolia/models/ingestion/source_create.rb +7 -3
- data/lib/algolia/models/ingestion/source_create_response.rb +7 -3
- data/lib/algolia/models/ingestion/source_csv.rb +7 -3
- data/lib/algolia/models/ingestion/source_docker.rb +7 -3
- data/lib/algolia/models/ingestion/source_input.rb +1 -1
- data/lib/algolia/models/ingestion/source_json.rb +7 -3
- data/lib/algolia/models/ingestion/source_search.rb +7 -3
- data/lib/algolia/models/ingestion/source_update.rb +7 -3
- data/lib/algolia/models/ingestion/source_update_commercetools.rb +7 -3
- data/lib/algolia/models/ingestion/source_update_docker.rb +7 -3
- data/lib/algolia/models/ingestion/source_update_input.rb +1 -1
- data/lib/algolia/models/ingestion/source_update_response.rb +7 -3
- data/lib/algolia/models/ingestion/subscription_trigger.rb +7 -3
- data/lib/algolia/models/ingestion/task.rb +7 -3
- data/lib/algolia/models/ingestion/task_create.rb +7 -3
- data/lib/algolia/models/ingestion/task_create_response.rb +7 -3
- data/lib/algolia/models/ingestion/task_create_trigger.rb +1 -1
- data/lib/algolia/models/ingestion/task_input.rb +1 -1
- data/lib/algolia/models/ingestion/task_search.rb +7 -3
- data/lib/algolia/models/ingestion/task_update.rb +7 -3
- data/lib/algolia/models/ingestion/task_update_response.rb +7 -3
- data/lib/algolia/models/ingestion/trigger.rb +1 -1
- data/lib/algolia/models/ingestion/trigger_update_input.rb +7 -3
- data/lib/algolia/models/ingestion/window.rb +7 -3
- data/lib/algolia/models/insights/added_to_cart_object_ids.rb +7 -3
- data/lib/algolia/models/insights/added_to_cart_object_ids_after_search.rb +7 -3
- data/lib/algolia/models/insights/clicked_filters.rb +7 -3
- data/lib/algolia/models/insights/clicked_object_ids.rb +7 -3
- data/lib/algolia/models/insights/clicked_object_ids_after_search.rb +7 -3
- data/lib/algolia/models/insights/converted_filters.rb +7 -3
- data/lib/algolia/models/insights/converted_object_ids.rb +7 -3
- data/lib/algolia/models/insights/converted_object_ids_after_search.rb +7 -3
- data/lib/algolia/models/insights/discount.rb +1 -1
- data/lib/algolia/models/insights/error_base.rb +13 -4
- data/lib/algolia/models/insights/events_items.rb +1 -1
- data/lib/algolia/models/insights/events_response.rb +7 -3
- data/lib/algolia/models/insights/insights_events.rb +7 -3
- data/lib/algolia/models/insights/object_data.rb +7 -3
- data/lib/algolia/models/insights/object_data_after_search.rb +7 -3
- data/lib/algolia/models/insights/price.rb +1 -1
- data/lib/algolia/models/insights/purchased_object_ids.rb +7 -3
- data/lib/algolia/models/insights/purchased_object_ids_after_search.rb +7 -3
- data/lib/algolia/models/insights/value.rb +1 -1
- data/lib/algolia/models/insights/viewed_filters.rb +7 -3
- data/lib/algolia/models/insights/viewed_object_ids.rb +7 -3
- data/lib/algolia/models/monitoring/error_base.rb +13 -4
- data/lib/algolia/models/monitoring/get_inventory403_response.rb +7 -3
- data/lib/algolia/models/monitoring/incident.rb +7 -3
- data/lib/algolia/models/monitoring/incidents_inner.rb +7 -3
- data/lib/algolia/models/monitoring/incidents_response.rb +7 -3
- data/lib/algolia/models/monitoring/indexing_time_response.rb +7 -3
- data/lib/algolia/models/monitoring/indexing_time_response_metrics.rb +7 -3
- data/lib/algolia/models/monitoring/infrastructure_response.rb +7 -3
- data/lib/algolia/models/monitoring/infrastructure_response_metrics.rb +7 -3
- data/lib/algolia/models/monitoring/inventory_response.rb +7 -3
- data/lib/algolia/models/monitoring/latency_response.rb +7 -3
- data/lib/algolia/models/monitoring/latency_response_metrics.rb +7 -3
- data/lib/algolia/models/monitoring/probes_metric.rb +7 -3
- data/lib/algolia/models/monitoring/server.rb +7 -3
- data/lib/algolia/models/monitoring/status_response.rb +7 -3
- data/lib/algolia/models/monitoring/time_inner.rb +7 -3
- data/lib/algolia/models/personalization/delete_user_profile_response.rb +7 -3
- data/lib/algolia/models/personalization/error_base.rb +13 -4
- data/lib/algolia/models/personalization/event_scoring.rb +7 -3
- data/lib/algolia/models/personalization/facet_scoring.rb +7 -3
- data/lib/algolia/models/personalization/get_user_token_response.rb +7 -3
- data/lib/algolia/models/personalization/personalization_strategy_params.rb +7 -3
- data/lib/algolia/models/personalization/set_personalization_strategy_response.rb +7 -3
- data/lib/algolia/models/query-suggestions/base_query_suggestions_configuration_response.rb +7 -3
- data/lib/algolia/models/query-suggestions/base_query_suggestions_configuration_with_index.rb +7 -3
- data/lib/algolia/models/query-suggestions/base_response.rb +7 -3
- data/lib/algolia/models/query-suggestions/error_base.rb +13 -4
- data/lib/algolia/models/query-suggestions/facet.rb +7 -3
- data/lib/algolia/models/query-suggestions/get_config_status200_response.rb +7 -3
- data/lib/algolia/models/query-suggestions/get_log_file200_response.rb +7 -3
- data/lib/algolia/models/query-suggestions/languages.rb +1 -1
- data/lib/algolia/models/query-suggestions/query_suggestions_configuration.rb +7 -3
- data/lib/algolia/models/query-suggestions/query_suggestions_configuration_response.rb +7 -3
- data/lib/algolia/models/query-suggestions/query_suggestions_configuration_with_index.rb +7 -3
- data/lib/algolia/models/query-suggestions/source_index.rb +7 -3
- data/lib/algolia/models/recommend/around_precision.rb +1 -1
- data/lib/algolia/models/recommend/around_precision_from_value_inner.rb +7 -3
- data/lib/algolia/models/recommend/around_radius.rb +1 -1
- data/lib/algolia/models/recommend/automatic_facet_filter.rb +7 -3
- data/lib/algolia/models/recommend/automatic_facet_filters.rb +1 -1
- data/lib/algolia/models/recommend/base_recommend_request.rb +7 -3
- data/lib/algolia/models/recommend/base_recommendations_query.rb +7 -3
- data/lib/algolia/models/recommend/base_recommended_for_you_query.rb +7 -3
- data/lib/algolia/models/recommend/base_recommended_for_you_query_parameters.rb +7 -3
- data/lib/algolia/models/recommend/base_search_params.rb +7 -3
- data/lib/algolia/models/recommend/base_search_params_without_query.rb +7 -3
- data/lib/algolia/models/recommend/base_search_response.rb +13 -4
- data/lib/algolia/models/recommend/base_trending_facets_query.rb +7 -3
- data/lib/algolia/models/recommend/base_trending_items_query.rb +7 -3
- data/lib/algolia/models/recommend/condition.rb +7 -3
- data/lib/algolia/models/recommend/consequence.rb +7 -3
- data/lib/algolia/models/recommend/consequence_hide.rb +7 -3
- data/lib/algolia/models/recommend/consequence_params.rb +7 -3
- data/lib/algolia/models/recommend/consequence_query.rb +1 -1
- data/lib/algolia/models/recommend/consequence_query_object.rb +7 -3
- data/lib/algolia/models/recommend/deleted_at_response.rb +7 -3
- data/lib/algolia/models/recommend/distinct.rb +1 -1
- data/lib/algolia/models/recommend/edit.rb +7 -3
- data/lib/algolia/models/recommend/error_base.rb +13 -4
- data/lib/algolia/models/recommend/exhaustive.rb +7 -3
- data/lib/algolia/models/recommend/facet_filters.rb +1 -1
- data/lib/algolia/models/recommend/facet_ordering.rb +7 -3
- data/lib/algolia/models/recommend/facets.rb +7 -3
- data/lib/algolia/models/recommend/facets_stats.rb +7 -3
- data/lib/algolia/models/recommend/get_recommend_task_response.rb +7 -3
- data/lib/algolia/models/recommend/get_recommendations_params.rb +7 -3
- data/lib/algolia/models/recommend/get_recommendations_response.rb +7 -3
- data/lib/algolia/models/recommend/highlight_result.rb +1 -1
- data/lib/algolia/models/recommend/highlight_result_option.rb +7 -3
- data/lib/algolia/models/recommend/ignore_plurals.rb +1 -1
- data/lib/algolia/models/recommend/index_settings_as_search_params.rb +7 -3
- data/lib/algolia/models/recommend/matched_geo_location.rb +7 -3
- data/lib/algolia/models/recommend/mixed_search_filters.rb +1 -1
- data/lib/algolia/models/recommend/numeric_filters.rb +1 -1
- data/lib/algolia/models/recommend/optional_filters.rb +1 -1
- data/lib/algolia/models/recommend/params.rb +7 -3
- data/lib/algolia/models/recommend/personalization.rb +7 -3
- data/lib/algolia/models/recommend/promote.rb +1 -1
- data/lib/algolia/models/recommend/promote_object_id.rb +7 -3
- data/lib/algolia/models/recommend/promote_object_ids.rb +7 -3
- data/lib/algolia/models/recommend/ranking_info.rb +7 -3
- data/lib/algolia/models/recommend/re_ranking_apply_filter.rb +1 -1
- data/lib/algolia/models/recommend/recommend_hit.rb +13 -4
- data/lib/algolia/models/recommend/recommendations_hit.rb +1 -1
- data/lib/algolia/models/recommend/recommendations_hits.rb +7 -3
- data/lib/algolia/models/recommend/recommendations_query.rb +7 -3
- data/lib/algolia/models/recommend/recommendations_request.rb +1 -1
- data/lib/algolia/models/recommend/recommendations_results.rb +7 -3
- data/lib/algolia/models/recommend/recommended_for_you_query.rb +7 -3
- data/lib/algolia/models/recommend/recommended_for_you_query_parameters.rb +7 -3
- data/lib/algolia/models/recommend/redirect.rb +7 -3
- data/lib/algolia/models/recommend/redirect_rule_index_metadata.rb +7 -3
- data/lib/algolia/models/recommend/redirect_rule_index_metadata_data.rb +7 -3
- data/lib/algolia/models/recommend/remove_stop_words.rb +1 -1
- data/lib/algolia/models/recommend/rendering_content.rb +7 -3
- data/lib/algolia/models/recommend/rule_response.rb +7 -3
- data/lib/algolia/models/recommend/rule_response_metadata.rb +7 -3
- data/lib/algolia/models/recommend/search_params_object.rb +7 -3
- data/lib/algolia/models/recommend/search_params_query.rb +7 -3
- data/lib/algolia/models/recommend/search_recommend_rules_params.rb +7 -3
- data/lib/algolia/models/recommend/search_recommend_rules_response.rb +7 -3
- data/lib/algolia/models/recommend/semantic_search.rb +7 -3
- data/lib/algolia/models/recommend/snippet_result.rb +1 -1
- data/lib/algolia/models/recommend/snippet_result_option.rb +7 -3
- data/lib/algolia/models/recommend/tag_filters.rb +1 -1
- data/lib/algolia/models/recommend/trending_facet_hit.rb +7 -3
- data/lib/algolia/models/recommend/trending_facets_query.rb +7 -3
- data/lib/algolia/models/recommend/trending_items_query.rb +7 -3
- data/lib/algolia/models/recommend/typo_tolerance.rb +1 -1
- data/lib/algolia/models/recommend/value.rb +7 -3
- data/lib/algolia/models/search/add_api_key_response.rb +7 -3
- data/lib/algolia/models/search/api_key.rb +7 -3
- data/lib/algolia/models/search/around_precision.rb +1 -1
- data/lib/algolia/models/search/around_precision_from_value_inner.rb +7 -3
- data/lib/algolia/models/search/around_radius.rb +1 -1
- data/lib/algolia/models/search/assign_user_id_params.rb +7 -3
- data/lib/algolia/models/search/attribute_to_update.rb +1 -1
- data/lib/algolia/models/search/automatic_facet_filter.rb +7 -3
- data/lib/algolia/models/search/automatic_facet_filters.rb +1 -1
- data/lib/algolia/models/search/base_get_api_key_response.rb +7 -3
- data/lib/algolia/models/search/base_index_settings.rb +7 -3
- data/lib/algolia/models/search/base_search_params.rb +7 -3
- data/lib/algolia/models/search/base_search_params_without_query.rb +7 -3
- data/lib/algolia/models/search/base_search_response.rb +13 -4
- data/lib/algolia/models/search/batch_assign_user_ids_params.rb +7 -3
- data/lib/algolia/models/search/batch_dictionary_entries_params.rb +7 -3
- data/lib/algolia/models/search/batch_dictionary_entries_request.rb +7 -3
- data/lib/algolia/models/search/batch_params.rb +7 -3
- data/lib/algolia/models/search/batch_request.rb +7 -3
- data/lib/algolia/models/search/batch_response.rb +7 -3
- data/lib/algolia/models/search/batch_write_params.rb +7 -3
- data/lib/algolia/models/search/browse_params.rb +1 -1
- data/lib/algolia/models/search/browse_params_object.rb +7 -3
- data/lib/algolia/models/search/browse_response.rb +7 -3
- data/lib/algolia/models/search/built_in_operation.rb +7 -3
- data/lib/algolia/models/search/condition.rb +7 -3
- data/lib/algolia/models/search/consequence.rb +7 -3
- data/lib/algolia/models/search/consequence_hide.rb +7 -3
- data/lib/algolia/models/search/consequence_params.rb +7 -3
- data/lib/algolia/models/search/consequence_query.rb +1 -1
- data/lib/algolia/models/search/consequence_query_object.rb +7 -3
- data/lib/algolia/models/search/created_at_response.rb +7 -3
- data/lib/algolia/models/search/cursor.rb +7 -3
- data/lib/algolia/models/search/delete_api_key_response.rb +7 -3
- data/lib/algolia/models/search/delete_by_params.rb +7 -3
- data/lib/algolia/models/search/delete_source_response.rb +7 -3
- data/lib/algolia/models/search/deleted_at_response.rb +7 -3
- data/lib/algolia/models/search/dictionary_entry.rb +13 -4
- data/lib/algolia/models/search/dictionary_language.rb +7 -3
- data/lib/algolia/models/search/dictionary_settings_params.rb +7 -3
- data/lib/algolia/models/search/distinct.rb +1 -1
- data/lib/algolia/models/search/edit.rb +7 -3
- data/lib/algolia/models/search/error_base.rb +13 -4
- data/lib/algolia/models/search/exhaustive.rb +7 -3
- data/lib/algolia/models/search/facet_filters.rb +1 -1
- data/lib/algolia/models/search/facet_hits.rb +7 -3
- data/lib/algolia/models/search/facet_ordering.rb +7 -3
- data/lib/algolia/models/search/facets.rb +7 -3
- data/lib/algolia/models/search/facets_stats.rb +7 -3
- data/lib/algolia/models/search/fetched_index.rb +7 -3
- data/lib/algolia/models/search/get_api_key_response.rb +7 -3
- data/lib/algolia/models/search/get_dictionary_settings_response.rb +7 -3
- data/lib/algolia/models/search/get_logs_response.rb +7 -3
- data/lib/algolia/models/search/get_objects_params.rb +7 -3
- data/lib/algolia/models/search/get_objects_request.rb +7 -3
- data/lib/algolia/models/search/get_objects_response.rb +7 -3
- data/lib/algolia/models/search/get_task_response.rb +7 -3
- data/lib/algolia/models/search/get_top_user_ids_response.rb +7 -3
- data/lib/algolia/models/search/has_pending_mappings_response.rb +7 -3
- data/lib/algolia/models/search/highlight_result.rb +1 -1
- data/lib/algolia/models/search/highlight_result_option.rb +7 -3
- data/lib/algolia/models/search/hit.rb +13 -4
- data/lib/algolia/models/search/ignore_plurals.rb +1 -1
- data/lib/algolia/models/search/index_settings.rb +7 -3
- data/lib/algolia/models/search/index_settings_as_search_params.rb +7 -3
- data/lib/algolia/models/search/languages.rb +7 -3
- data/lib/algolia/models/search/list_api_keys_response.rb +7 -3
- data/lib/algolia/models/search/list_clusters_response.rb +7 -3
- data/lib/algolia/models/search/list_indices_response.rb +7 -3
- data/lib/algolia/models/search/list_user_ids_response.rb +7 -3
- data/lib/algolia/models/search/log.rb +7 -3
- data/lib/algolia/models/search/log_query.rb +7 -3
- data/lib/algolia/models/search/matched_geo_location.rb +7 -3
- data/lib/algolia/models/search/mixed_search_filters.rb +1 -1
- data/lib/algolia/models/search/multiple_batch_request.rb +7 -3
- data/lib/algolia/models/search/multiple_batch_response.rb +7 -3
- data/lib/algolia/models/search/numeric_filters.rb +1 -1
- data/lib/algolia/models/search/operation_index_params.rb +7 -3
- data/lib/algolia/models/search/optional_filters.rb +1 -1
- data/lib/algolia/models/search/params.rb +7 -3
- data/lib/algolia/models/search/personalization.rb +7 -3
- data/lib/algolia/models/search/promote.rb +1 -1
- data/lib/algolia/models/search/promote_object_id.rb +7 -3
- data/lib/algolia/models/search/promote_object_ids.rb +7 -3
- data/lib/algolia/models/search/ranking_info.rb +7 -3
- data/lib/algolia/models/search/re_ranking_apply_filter.rb +1 -1
- data/lib/algolia/models/search/redirect.rb +7 -3
- data/lib/algolia/models/search/redirect_rule_index_metadata.rb +7 -3
- data/lib/algolia/models/search/redirect_rule_index_metadata_data.rb +7 -3
- data/lib/algolia/models/search/remove_stop_words.rb +1 -1
- data/lib/algolia/models/search/remove_user_id_response.rb +7 -3
- data/lib/algolia/models/search/rendering_content.rb +7 -3
- data/lib/algolia/models/search/replace_source_response.rb +7 -3
- data/lib/algolia/models/search/rule.rb +7 -3
- data/lib/algolia/models/search/save_object_response.rb +7 -3
- data/lib/algolia/models/search/save_synonym_response.rb +7 -3
- data/lib/algolia/models/search/search_dictionary_entries_params.rb +7 -3
- data/lib/algolia/models/search/search_for_facet_values_request.rb +7 -3
- data/lib/algolia/models/search/search_for_facet_values_response.rb +7 -3
- data/lib/algolia/models/search/search_for_facets.rb +7 -3
- data/lib/algolia/models/search/search_for_facets_options.rb +7 -3
- data/lib/algolia/models/search/search_for_hits.rb +7 -3
- data/lib/algolia/models/search/search_for_hits_options.rb +7 -3
- data/lib/algolia/models/search/search_hits.rb +13 -4
- data/lib/algolia/models/search/search_method_params.rb +7 -3
- data/lib/algolia/models/search/search_params.rb +1 -1
- data/lib/algolia/models/search/search_params_object.rb +7 -3
- data/lib/algolia/models/search/search_params_query.rb +7 -3
- data/lib/algolia/models/search/search_params_string.rb +7 -3
- data/lib/algolia/models/search/search_query.rb +1 -1
- data/lib/algolia/models/search/search_response.rb +13 -4
- data/lib/algolia/models/search/search_responses.rb +7 -3
- data/lib/algolia/models/search/search_result.rb +1 -1
- data/lib/algolia/models/search/search_rules_params.rb +7 -3
- data/lib/algolia/models/search/search_rules_response.rb +7 -3
- data/lib/algolia/models/search/search_synonyms_params.rb +80 -7
- data/lib/algolia/models/search/search_synonyms_response.rb +13 -4
- data/lib/algolia/models/search/search_user_ids_params.rb +7 -3
- data/lib/algolia/models/search/search_user_ids_response.rb +7 -3
- data/lib/algolia/models/search/semantic_search.rb +7 -3
- data/lib/algolia/models/search/snippet_result.rb +1 -1
- data/lib/algolia/models/search/snippet_result_option.rb +7 -3
- data/lib/algolia/models/search/source.rb +7 -3
- data/lib/algolia/models/search/standard_entries.rb +7 -3
- data/lib/algolia/models/search/synonym_hit.rb +7 -3
- data/lib/algolia/models/search/tag_filters.rb +1 -1
- data/lib/algolia/models/search/time_range.rb +7 -3
- data/lib/algolia/models/search/typo_tolerance.rb +1 -1
- data/lib/algolia/models/search/update_api_key_response.rb +7 -3
- data/lib/algolia/models/search/updated_at_response.rb +7 -3
- data/lib/algolia/models/search/updated_at_with_object_id_response.rb +7 -3
- data/lib/algolia/models/search/updated_rule_response.rb +7 -3
- data/lib/algolia/models/search/user_highlight_result.rb +7 -3
- data/lib/algolia/models/search/user_hit.rb +7 -3
- data/lib/algolia/models/search/user_id.rb +7 -3
- data/lib/algolia/models/search/value.rb +7 -3
- data/lib/algolia/transport/transport.rb +3 -3
- data/lib/algolia/version.rb +1 -1
- metadata +2 -2
|
@@ -142,15 +142,15 @@ module Algolia
|
|
|
142
142
|
transformed_hash = {}
|
|
143
143
|
types_mapping.each_pair do |key, type|
|
|
144
144
|
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
|
145
|
-
transformed_hash[key.
|
|
145
|
+
transformed_hash[key.to_sym] = nil
|
|
146
146
|
elsif type =~ /\AArray<(.*)>/i
|
|
147
147
|
# check to ensure the input is an array given that the attribute
|
|
148
148
|
# is documented as an array but the input is not
|
|
149
149
|
if attributes[attribute_map[key]].is_a?(Array)
|
|
150
|
-
transformed_hash[key.
|
|
150
|
+
transformed_hash[key.to_sym] = attributes[attribute_map[key]].map { |v| _deserialize(::Regexp.last_match(1), v) }
|
|
151
151
|
end
|
|
152
152
|
elsif !attributes[attribute_map[key]].nil?
|
|
153
|
-
transformed_hash[key.
|
|
153
|
+
transformed_hash[key.to_sym] = _deserialize(type, attributes[attribute_map[key]])
|
|
154
154
|
end
|
|
155
155
|
end
|
|
156
156
|
new(transformed_hash)
|
|
@@ -211,6 +211,10 @@ module Algolia
|
|
|
211
211
|
to_hash
|
|
212
212
|
end
|
|
213
213
|
|
|
214
|
+
def to_json(*_args)
|
|
215
|
+
to_hash.to_json
|
|
216
|
+
end
|
|
217
|
+
|
|
214
218
|
# Returns the object in the form of hash
|
|
215
219
|
# @return [Hash] Returns the object in the form of hash
|
|
216
220
|
def to_hash
|
|
@@ -100,15 +100,15 @@ module Algolia
|
|
|
100
100
|
transformed_hash = {}
|
|
101
101
|
types_mapping.each_pair do |key, type|
|
|
102
102
|
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
|
103
|
-
transformed_hash[key.
|
|
103
|
+
transformed_hash[key.to_sym] = nil
|
|
104
104
|
elsif type =~ /\AArray<(.*)>/i
|
|
105
105
|
# check to ensure the input is an array given that the attribute
|
|
106
106
|
# is documented as an array but the input is not
|
|
107
107
|
if attributes[attribute_map[key]].is_a?(Array)
|
|
108
|
-
transformed_hash[key.
|
|
108
|
+
transformed_hash[key.to_sym] = attributes[attribute_map[key]].map { |v| _deserialize(::Regexp.last_match(1), v) }
|
|
109
109
|
end
|
|
110
110
|
elsif !attributes[attribute_map[key]].nil?
|
|
111
|
-
transformed_hash[key.
|
|
111
|
+
transformed_hash[key.to_sym] = _deserialize(type, attributes[attribute_map[key]])
|
|
112
112
|
end
|
|
113
113
|
end
|
|
114
114
|
new(transformed_hash)
|
|
@@ -169,6 +169,10 @@ module Algolia
|
|
|
169
169
|
to_hash
|
|
170
170
|
end
|
|
171
171
|
|
|
172
|
+
def to_json(*_args)
|
|
173
|
+
to_hash.to_json
|
|
174
|
+
end
|
|
175
|
+
|
|
172
176
|
# Returns the object in the form of hash
|
|
173
177
|
# @return [Hash] Returns the object in the form of hash
|
|
174
178
|
def to_hash
|
|
@@ -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
|
|
@@ -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
|
|
@@ -100,15 +100,15 @@ module Algolia
|
|
|
100
100
|
transformed_hash = {}
|
|
101
101
|
types_mapping.each_pair do |key, type|
|
|
102
102
|
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
|
103
|
-
transformed_hash[key.
|
|
103
|
+
transformed_hash[key.to_sym] = nil
|
|
104
104
|
elsif type =~ /\AArray<(.*)>/i
|
|
105
105
|
# check to ensure the input is an array given that the attribute
|
|
106
106
|
# is documented as an array but the input is not
|
|
107
107
|
if attributes[attribute_map[key]].is_a?(Array)
|
|
108
|
-
transformed_hash[key.
|
|
108
|
+
transformed_hash[key.to_sym] = attributes[attribute_map[key]].map { |v| _deserialize(::Regexp.last_match(1), v) }
|
|
109
109
|
end
|
|
110
110
|
elsif !attributes[attribute_map[key]].nil?
|
|
111
|
-
transformed_hash[key.
|
|
111
|
+
transformed_hash[key.to_sym] = _deserialize(type, attributes[attribute_map[key]])
|
|
112
112
|
end
|
|
113
113
|
end
|
|
114
114
|
new(transformed_hash)
|
|
@@ -169,6 +169,10 @@ module Algolia
|
|
|
169
169
|
to_hash
|
|
170
170
|
end
|
|
171
171
|
|
|
172
|
+
def to_json(*_args)
|
|
173
|
+
to_hash.to_json
|
|
174
|
+
end
|
|
175
|
+
|
|
172
176
|
# Returns the object in the form of hash
|
|
173
177
|
# @return [Hash] Returns the object in the form of hash
|
|
174
178
|
def to_hash
|
|
@@ -100,15 +100,15 @@ module Algolia
|
|
|
100
100
|
transformed_hash = {}
|
|
101
101
|
types_mapping.each_pair do |key, type|
|
|
102
102
|
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
|
103
|
-
transformed_hash[key.
|
|
103
|
+
transformed_hash[key.to_sym] = nil
|
|
104
104
|
elsif type =~ /\AArray<(.*)>/i
|
|
105
105
|
# check to ensure the input is an array given that the attribute
|
|
106
106
|
# is documented as an array but the input is not
|
|
107
107
|
if attributes[attribute_map[key]].is_a?(Array)
|
|
108
|
-
transformed_hash[key.
|
|
108
|
+
transformed_hash[key.to_sym] = attributes[attribute_map[key]].map { |v| _deserialize(::Regexp.last_match(1), v) }
|
|
109
109
|
end
|
|
110
110
|
elsif !attributes[attribute_map[key]].nil?
|
|
111
|
-
transformed_hash[key.
|
|
111
|
+
transformed_hash[key.to_sym] = _deserialize(type, attributes[attribute_map[key]])
|
|
112
112
|
end
|
|
113
113
|
end
|
|
114
114
|
new(transformed_hash)
|
|
@@ -169,6 +169,10 @@ module Algolia
|
|
|
169
169
|
to_hash
|
|
170
170
|
end
|
|
171
171
|
|
|
172
|
+
def to_json(*_args)
|
|
173
|
+
to_hash.to_json
|
|
174
|
+
end
|
|
175
|
+
|
|
172
176
|
# Returns the object in the form of hash
|
|
173
177
|
# @return [Hash] Returns the object in the form of hash
|
|
174
178
|
def to_hash
|
|
@@ -178,15 +178,15 @@ module Algolia
|
|
|
178
178
|
transformed_hash = {}
|
|
179
179
|
types_mapping.each_pair do |key, type|
|
|
180
180
|
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
|
181
|
-
transformed_hash[key.
|
|
181
|
+
transformed_hash[key.to_sym] = nil
|
|
182
182
|
elsif type =~ /\AArray<(.*)>/i
|
|
183
183
|
# check to ensure the input is an array given that the attribute
|
|
184
184
|
# is documented as an array but the input is not
|
|
185
185
|
if attributes[attribute_map[key]].is_a?(Array)
|
|
186
|
-
transformed_hash[key.
|
|
186
|
+
transformed_hash[key.to_sym] = attributes[attribute_map[key]].map { |v| _deserialize(::Regexp.last_match(1), v) }
|
|
187
187
|
end
|
|
188
188
|
elsif !attributes[attribute_map[key]].nil?
|
|
189
|
-
transformed_hash[key.
|
|
189
|
+
transformed_hash[key.to_sym] = _deserialize(type, attributes[attribute_map[key]])
|
|
190
190
|
end
|
|
191
191
|
end
|
|
192
192
|
new(transformed_hash)
|
|
@@ -247,6 +247,10 @@ module Algolia
|
|
|
247
247
|
to_hash
|
|
248
248
|
end
|
|
249
249
|
|
|
250
|
+
def to_json(*_args)
|
|
251
|
+
to_hash.to_json
|
|
252
|
+
end
|
|
253
|
+
|
|
250
254
|
# Returns the object in the form of hash
|
|
251
255
|
# @return [Hash] Returns the object in the form of hash
|
|
252
256
|
def to_hash
|
|
@@ -90,15 +90,15 @@ module Algolia
|
|
|
90
90
|
transformed_hash = {}
|
|
91
91
|
types_mapping.each_pair do |key, type|
|
|
92
92
|
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
|
93
|
-
transformed_hash[key.
|
|
93
|
+
transformed_hash[key.to_sym] = nil
|
|
94
94
|
elsif type =~ /\AArray<(.*)>/i
|
|
95
95
|
# check to ensure the input is an array given that the attribute
|
|
96
96
|
# is documented as an array but the input is not
|
|
97
97
|
if attributes[attribute_map[key]].is_a?(Array)
|
|
98
|
-
transformed_hash[key.
|
|
98
|
+
transformed_hash[key.to_sym] = attributes[attribute_map[key]].map { |v| _deserialize(::Regexp.last_match(1), v) }
|
|
99
99
|
end
|
|
100
100
|
elsif !attributes[attribute_map[key]].nil?
|
|
101
|
-
transformed_hash[key.
|
|
101
|
+
transformed_hash[key.to_sym] = _deserialize(type, attributes[attribute_map[key]])
|
|
102
102
|
end
|
|
103
103
|
end
|
|
104
104
|
new(transformed_hash)
|
|
@@ -159,6 +159,10 @@ module Algolia
|
|
|
159
159
|
to_hash
|
|
160
160
|
end
|
|
161
161
|
|
|
162
|
+
def to_json(*_args)
|
|
163
|
+
to_hash.to_json
|
|
164
|
+
end
|
|
165
|
+
|
|
162
166
|
# Returns the object in the form of hash
|
|
163
167
|
# @return [Hash] Returns the object in the form of hash
|
|
164
168
|
def to_hash
|
|
@@ -90,15 +90,15 @@ module Algolia
|
|
|
90
90
|
transformed_hash = {}
|
|
91
91
|
types_mapping.each_pair do |key, type|
|
|
92
92
|
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
|
93
|
-
transformed_hash[key.
|
|
93
|
+
transformed_hash[key.to_sym] = nil
|
|
94
94
|
elsif type =~ /\AArray<(.*)>/i
|
|
95
95
|
# check to ensure the input is an array given that the attribute
|
|
96
96
|
# is documented as an array but the input is not
|
|
97
97
|
if attributes[attribute_map[key]].is_a?(Array)
|
|
98
|
-
transformed_hash[key.
|
|
98
|
+
transformed_hash[key.to_sym] = attributes[attribute_map[key]].map { |v| _deserialize(::Regexp.last_match(1), v) }
|
|
99
99
|
end
|
|
100
100
|
elsif !attributes[attribute_map[key]].nil?
|
|
101
|
-
transformed_hash[key.
|
|
101
|
+
transformed_hash[key.to_sym] = _deserialize(type, attributes[attribute_map[key]])
|
|
102
102
|
end
|
|
103
103
|
end
|
|
104
104
|
new(transformed_hash)
|
|
@@ -159,6 +159,10 @@ module Algolia
|
|
|
159
159
|
to_hash
|
|
160
160
|
end
|
|
161
161
|
|
|
162
|
+
def to_json(*_args)
|
|
163
|
+
to_hash.to_json
|
|
164
|
+
end
|
|
165
|
+
|
|
162
166
|
# Returns the object in the form of hash
|
|
163
167
|
# @return [Hash] Returns the object in the form of hash
|
|
164
168
|
def to_hash
|
|
@@ -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
|
|
@@ -202,15 +202,15 @@ module Algolia
|
|
|
202
202
|
transformed_hash = {}
|
|
203
203
|
types_mapping.each_pair do |key, type|
|
|
204
204
|
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
|
205
|
-
transformed_hash[key.
|
|
205
|
+
transformed_hash[key.to_sym] = nil
|
|
206
206
|
elsif type =~ /\AArray<(.*)>/i
|
|
207
207
|
# check to ensure the input is an array given that the attribute
|
|
208
208
|
# is documented as an array but the input is not
|
|
209
209
|
if attributes[attribute_map[key]].is_a?(Array)
|
|
210
|
-
transformed_hash[key.
|
|
210
|
+
transformed_hash[key.to_sym] = attributes[attribute_map[key]].map { |v| _deserialize(::Regexp.last_match(1), v) }
|
|
211
211
|
end
|
|
212
212
|
elsif !attributes[attribute_map[key]].nil?
|
|
213
|
-
transformed_hash[key.
|
|
213
|
+
transformed_hash[key.to_sym] = _deserialize(type, attributes[attribute_map[key]])
|
|
214
214
|
end
|
|
215
215
|
end
|
|
216
216
|
new(transformed_hash)
|
|
@@ -271,6 +271,10 @@ module Algolia
|
|
|
271
271
|
to_hash
|
|
272
272
|
end
|
|
273
273
|
|
|
274
|
+
def to_json(*_args)
|
|
275
|
+
to_hash.to_json
|
|
276
|
+
end
|
|
277
|
+
|
|
274
278
|
# Returns the object in the form of hash
|
|
275
279
|
# @return [Hash] Returns the object in the form of hash
|
|
276
280
|
def to_hash
|
|
@@ -90,15 +90,15 @@ module Algolia
|
|
|
90
90
|
transformed_hash = {}
|
|
91
91
|
types_mapping.each_pair do |key, type|
|
|
92
92
|
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
|
93
|
-
transformed_hash[key.
|
|
93
|
+
transformed_hash[key.to_sym] = nil
|
|
94
94
|
elsif type =~ /\AArray<(.*)>/i
|
|
95
95
|
# check to ensure the input is an array given that the attribute
|
|
96
96
|
# is documented as an array but the input is not
|
|
97
97
|
if attributes[attribute_map[key]].is_a?(Array)
|
|
98
|
-
transformed_hash[key.
|
|
98
|
+
transformed_hash[key.to_sym] = attributes[attribute_map[key]].map { |v| _deserialize(::Regexp.last_match(1), v) }
|
|
99
99
|
end
|
|
100
100
|
elsif !attributes[attribute_map[key]].nil?
|
|
101
|
-
transformed_hash[key.
|
|
101
|
+
transformed_hash[key.to_sym] = _deserialize(type, attributes[attribute_map[key]])
|
|
102
102
|
end
|
|
103
103
|
end
|
|
104
104
|
new(transformed_hash)
|
|
@@ -159,6 +159,10 @@ module Algolia
|
|
|
159
159
|
to_hash
|
|
160
160
|
end
|
|
161
161
|
|
|
162
|
+
def to_json(*_args)
|
|
163
|
+
to_hash.to_json
|
|
164
|
+
end
|
|
165
|
+
|
|
162
166
|
# Returns the object in the form of hash
|
|
163
167
|
# @return [Hash] Returns the object in the form of hash
|
|
164
168
|
def to_hash
|
|
@@ -90,15 +90,15 @@ module Algolia
|
|
|
90
90
|
transformed_hash = {}
|
|
91
91
|
types_mapping.each_pair do |key, type|
|
|
92
92
|
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
|
93
|
-
transformed_hash[key.
|
|
93
|
+
transformed_hash[key.to_sym] = nil
|
|
94
94
|
elsif type =~ /\AArray<(.*)>/i
|
|
95
95
|
# check to ensure the input is an array given that the attribute
|
|
96
96
|
# is documented as an array but the input is not
|
|
97
97
|
if attributes[attribute_map[key]].is_a?(Array)
|
|
98
|
-
transformed_hash[key.
|
|
98
|
+
transformed_hash[key.to_sym] = attributes[attribute_map[key]].map { |v| _deserialize(::Regexp.last_match(1), v) }
|
|
99
99
|
end
|
|
100
100
|
elsif !attributes[attribute_map[key]].nil?
|
|
101
|
-
transformed_hash[key.
|
|
101
|
+
transformed_hash[key.to_sym] = _deserialize(type, attributes[attribute_map[key]])
|
|
102
102
|
end
|
|
103
103
|
end
|
|
104
104
|
new(transformed_hash)
|
|
@@ -159,6 +159,10 @@ module Algolia
|
|
|
159
159
|
to_hash
|
|
160
160
|
end
|
|
161
161
|
|
|
162
|
+
def to_json(*_args)
|
|
163
|
+
to_hash.to_json
|
|
164
|
+
end
|
|
165
|
+
|
|
162
166
|
# Returns the object in the form of hash
|
|
163
167
|
# @return [Hash] Returns the object in the form of hash
|
|
164
168
|
def to_hash
|
|
@@ -100,15 +100,15 @@ module Algolia
|
|
|
100
100
|
transformed_hash = {}
|
|
101
101
|
types_mapping.each_pair do |key, type|
|
|
102
102
|
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
|
103
|
-
transformed_hash[key.
|
|
103
|
+
transformed_hash[key.to_sym] = nil
|
|
104
104
|
elsif type =~ /\AArray<(.*)>/i
|
|
105
105
|
# check to ensure the input is an array given that the attribute
|
|
106
106
|
# is documented as an array but the input is not
|
|
107
107
|
if attributes[attribute_map[key]].is_a?(Array)
|
|
108
|
-
transformed_hash[key.
|
|
108
|
+
transformed_hash[key.to_sym] = attributes[attribute_map[key]].map { |v| _deserialize(::Regexp.last_match(1), v) }
|
|
109
109
|
end
|
|
110
110
|
elsif !attributes[attribute_map[key]].nil?
|
|
111
|
-
transformed_hash[key.
|
|
111
|
+
transformed_hash[key.to_sym] = _deserialize(type, attributes[attribute_map[key]])
|
|
112
112
|
end
|
|
113
113
|
end
|
|
114
114
|
new(transformed_hash)
|
|
@@ -169,6 +169,10 @@ module Algolia
|
|
|
169
169
|
to_hash
|
|
170
170
|
end
|
|
171
171
|
|
|
172
|
+
def to_json(*_args)
|
|
173
|
+
to_hash.to_json
|
|
174
|
+
end
|
|
175
|
+
|
|
172
176
|
# Returns the object in the form of hash
|
|
173
177
|
# @return [Hash] Returns the object in the form of hash
|
|
174
178
|
def to_hash
|
|
@@ -100,15 +100,15 @@ module Algolia
|
|
|
100
100
|
transformed_hash = {}
|
|
101
101
|
types_mapping.each_pair do |key, type|
|
|
102
102
|
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
|
103
|
-
transformed_hash[key.
|
|
103
|
+
transformed_hash[key.to_sym] = nil
|
|
104
104
|
elsif type =~ /\AArray<(.*)>/i
|
|
105
105
|
# check to ensure the input is an array given that the attribute
|
|
106
106
|
# is documented as an array but the input is not
|
|
107
107
|
if attributes[attribute_map[key]].is_a?(Array)
|
|
108
|
-
transformed_hash[key.
|
|
108
|
+
transformed_hash[key.to_sym] = attributes[attribute_map[key]].map { |v| _deserialize(::Regexp.last_match(1), v) }
|
|
109
109
|
end
|
|
110
110
|
elsif !attributes[attribute_map[key]].nil?
|
|
111
|
-
transformed_hash[key.
|
|
111
|
+
transformed_hash[key.to_sym] = _deserialize(type, attributes[attribute_map[key]])
|
|
112
112
|
end
|
|
113
113
|
end
|
|
114
114
|
new(transformed_hash)
|
|
@@ -169,6 +169,10 @@ module Algolia
|
|
|
169
169
|
to_hash
|
|
170
170
|
end
|
|
171
171
|
|
|
172
|
+
def to_json(*_args)
|
|
173
|
+
to_hash.to_json
|
|
174
|
+
end
|
|
175
|
+
|
|
172
176
|
# Returns the object in the form of hash
|
|
173
177
|
# @return [Hash] Returns the object in the form of hash
|
|
174
178
|
def to_hash
|
|
@@ -96,15 +96,15 @@ module Algolia
|
|
|
96
96
|
transformed_hash = {}
|
|
97
97
|
types_mapping.each_pair do |key, type|
|
|
98
98
|
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
|
99
|
-
transformed_hash[key.
|
|
99
|
+
transformed_hash[key.to_sym] = nil
|
|
100
100
|
elsif type =~ /\AArray<(.*)>/i
|
|
101
101
|
# check to ensure the input is an array given that the attribute
|
|
102
102
|
# is documented as an array but the input is not
|
|
103
103
|
if attributes[attribute_map[key]].is_a?(Array)
|
|
104
|
-
transformed_hash[key.
|
|
104
|
+
transformed_hash[key.to_sym] = attributes[attribute_map[key]].map { |v| _deserialize(::Regexp.last_match(1), v) }
|
|
105
105
|
end
|
|
106
106
|
elsif !attributes[attribute_map[key]].nil?
|
|
107
|
-
transformed_hash[key.
|
|
107
|
+
transformed_hash[key.to_sym] = _deserialize(type, attributes[attribute_map[key]])
|
|
108
108
|
end
|
|
109
109
|
end
|
|
110
110
|
new(transformed_hash)
|
|
@@ -165,6 +165,10 @@ module Algolia
|
|
|
165
165
|
to_hash
|
|
166
166
|
end
|
|
167
167
|
|
|
168
|
+
def to_json(*_args)
|
|
169
|
+
to_hash.to_json
|
|
170
|
+
end
|
|
171
|
+
|
|
168
172
|
# Returns the object in the form of hash
|
|
169
173
|
# @return [Hash] Returns the object in the form of hash
|
|
170
174
|
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
|
|
@@ -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
|
|
@@ -99,15 +99,15 @@ module Algolia
|
|
|
99
99
|
transformed_hash = {}
|
|
100
100
|
types_mapping.each_pair do |key, type|
|
|
101
101
|
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
|
102
|
-
transformed_hash[key.
|
|
102
|
+
transformed_hash[key.to_sym] = nil
|
|
103
103
|
elsif type =~ /\AArray<(.*)>/i
|
|
104
104
|
# check to ensure the input is an array given that the attribute
|
|
105
105
|
# is documented as an array but the input is not
|
|
106
106
|
if attributes[attribute_map[key]].is_a?(Array)
|
|
107
|
-
transformed_hash[key.
|
|
107
|
+
transformed_hash[key.to_sym] = attributes[attribute_map[key]].map { |v| _deserialize(::Regexp.last_match(1), v) }
|
|
108
108
|
end
|
|
109
109
|
elsif !attributes[attribute_map[key]].nil?
|
|
110
|
-
transformed_hash[key.
|
|
110
|
+
transformed_hash[key.to_sym] = _deserialize(type, attributes[attribute_map[key]])
|
|
111
111
|
end
|
|
112
112
|
end
|
|
113
113
|
new(transformed_hash)
|
|
@@ -168,6 +168,10 @@ module Algolia
|
|
|
168
168
|
to_hash
|
|
169
169
|
end
|
|
170
170
|
|
|
171
|
+
def to_json(*_args)
|
|
172
|
+
to_hash.to_json
|
|
173
|
+
end
|
|
174
|
+
|
|
171
175
|
# Returns the object in the form of hash
|
|
172
176
|
# @return [Hash] Returns the object in the form of hash
|
|
173
177
|
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
|
|
@@ -101,15 +101,15 @@ module Algolia
|
|
|
101
101
|
transformed_hash = {}
|
|
102
102
|
types_mapping.each_pair do |key, type|
|
|
103
103
|
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
|
104
|
-
transformed_hash[key.
|
|
104
|
+
transformed_hash[key.to_sym] = nil
|
|
105
105
|
elsif type =~ /\AArray<(.*)>/i
|
|
106
106
|
# check to ensure the input is an array given that the attribute
|
|
107
107
|
# is documented as an array but the input is not
|
|
108
108
|
if attributes[attribute_map[key]].is_a?(Array)
|
|
109
|
-
transformed_hash[key.
|
|
109
|
+
transformed_hash[key.to_sym] = attributes[attribute_map[key]].map { |v| _deserialize(::Regexp.last_match(1), v) }
|
|
110
110
|
end
|
|
111
111
|
elsif !attributes[attribute_map[key]].nil?
|
|
112
|
-
transformed_hash[key.
|
|
112
|
+
transformed_hash[key.to_sym] = _deserialize(type, attributes[attribute_map[key]])
|
|
113
113
|
end
|
|
114
114
|
end
|
|
115
115
|
new(transformed_hash)
|
|
@@ -170,6 +170,10 @@ module Algolia
|
|
|
170
170
|
to_hash
|
|
171
171
|
end
|
|
172
172
|
|
|
173
|
+
def to_json(*_args)
|
|
174
|
+
to_hash.to_json
|
|
175
|
+
end
|
|
176
|
+
|
|
173
177
|
# Returns the object in the form of hash
|
|
174
178
|
# @return [Hash] Returns the object in the form of hash
|
|
175
179
|
def to_hash
|