algolia 3.0.0.alpha.16 → 3.0.0.alpha.17
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/.openapi-generator/FILES +10 -167
- data/CHANGELOG.md +9 -0
- data/Gemfile.lock +1 -1
- data/lib/algolia/api/analytics_client.rb +76 -76
- data/lib/algolia/api/recommend_client.rb +22 -22
- data/lib/algolia/api/search_client.rb +8 -8
- data/lib/algolia/api/usage_client.rb +329 -0
- data/lib/algolia/models/analytics/get_status_response.rb +1 -1
- data/lib/algolia/models/ingestion/auth_algolia_insights.rb +212 -0
- data/lib/algolia/models/{recommend/consequence_query_object.rb → ingestion/auth_algolia_insights_partial.rb} +21 -24
- data/lib/algolia/models/ingestion/auth_input.rb +1 -0
- data/lib/algolia/models/ingestion/auth_input_partial.rb +1 -0
- data/lib/algolia/models/ingestion/authentication_type.rb +2 -1
- data/lib/algolia/models/insights/added_to_cart_object_ids.rb +1 -1
- data/lib/algolia/models/insights/added_to_cart_object_ids_after_search.rb +1 -1
- data/lib/algolia/models/insights/clicked_filters.rb +1 -1
- data/lib/algolia/models/insights/clicked_object_ids.rb +1 -1
- data/lib/algolia/models/insights/clicked_object_ids_after_search.rb +1 -1
- data/lib/algolia/models/insights/converted_filters.rb +1 -1
- data/lib/algolia/models/insights/converted_object_ids.rb +1 -1
- data/lib/algolia/models/insights/converted_object_ids_after_search.rb +1 -1
- data/lib/algolia/models/insights/purchased_object_ids.rb +1 -1
- data/lib/algolia/models/insights/purchased_object_ids_after_search.rb +1 -1
- data/lib/algolia/models/insights/viewed_filters.rb +1 -1
- data/lib/algolia/models/insights/viewed_object_ids.rb +1 -1
- data/lib/algolia/models/monitoring/incidents_inner.rb +1 -1
- data/lib/algolia/models/monitoring/probes_metric.rb +1 -1
- data/lib/algolia/models/monitoring/time_inner.rb +1 -1
- data/lib/algolia/models/query-suggestions/get_config_status200_response.rb +2 -2
- data/lib/algolia/models/query-suggestions/get_log_file200_response.rb +1 -1
- data/lib/algolia/models/recommend/auto_facet_filter.rb +208 -0
- data/lib/algolia/models/recommend/base_recommend_request.rb +36 -7
- data/lib/algolia/models/recommend/base_search_params.rb +1 -1
- data/lib/algolia/models/recommend/base_search_params_without_query.rb +1 -1
- data/lib/algolia/models/recommend/bought_together_query.rb +319 -0
- data/lib/algolia/models/recommend/condition.rb +12 -62
- data/lib/algolia/models/recommend/consequence.rb +32 -54
- data/lib/algolia/models/recommend/deleted_at_response.rb +1 -1
- data/lib/algolia/models/recommend/{recommended_for_you_query_parameters.rb → fallback_params.rb} +9 -12
- data/lib/algolia/models/recommend/{edit_type.rb → fbt_model.rb} +5 -6
- data/lib/algolia/models/recommend/{base_trending_facets_query.rb → frequently_bought_together.rb} +20 -18
- data/lib/algolia/models/recommend/get_recommendations_params.rb +2 -2
- data/lib/algolia/models/recommend/{consequence_hide.rb → hide_consequence_object.rb} +4 -6
- data/lib/algolia/models/recommend/index_settings_as_search_params.rb +5 -5
- data/lib/algolia/models/recommend/{base_recommendations_query.rb → looking_similar.rb} +6 -15
- data/lib/algolia/models/recommend/{anchoring.rb → looking_similar_model.rb} +5 -8
- data/lib/algolia/models/recommend/looking_similar_query.rb +328 -0
- data/lib/algolia/models/recommend/{params.rb → params_consequence.rb} +26 -28
- data/lib/algolia/models/recommend/{promote_object_id.rb → promote_consequence_object.rb} +19 -9
- data/lib/algolia/models/recommend/{rule_response.rb → recommend_rule.rb} +13 -18
- data/lib/algolia/models/recommend/{rule_response_metadata.rb → recommend_rule_metadata.rb} +5 -4
- data/lib/algolia/models/recommend/recommendations_hits.rb +4 -24
- data/lib/algolia/models/recommend/recommendations_request.rb +3 -1
- data/lib/algolia/models/recommend/recommendations_results.rb +4 -24
- data/lib/algolia/models/recommend/{base_recommended_for_you_query.rb → recommended_for_you.rb} +5 -14
- data/lib/algolia/models/recommend/recommended_for_you_query.rb +35 -15
- data/lib/algolia/models/recommend/{recommendation_models.rb → related_model.rb} +4 -5
- data/lib/algolia/models/recommend/{edit.rb → related_products.rb} +27 -24
- data/lib/algolia/models/recommend/{recommendations_query.rb → related_query.rb} +39 -19
- data/lib/algolia/models/recommend/{consequence_params.rb → search_params.rb} +25 -44
- data/lib/algolia/models/recommend/search_params_object.rb +6 -6
- data/lib/algolia/models/recommend/search_recommend_rules_params.rb +58 -10
- data/lib/algolia/models/recommend/search_recommend_rules_response.rb +2 -2
- data/lib/algolia/models/recommend/trending_facet_hit.rb +2 -2
- data/lib/algolia/models/recommend/trending_facets.rb +243 -0
- data/lib/algolia/models/recommend/trending_facets_query.rb +50 -10
- data/lib/algolia/models/recommend/{base_trending_items_query.rb → trending_items.rb} +12 -15
- data/lib/algolia/models/recommend/trending_items_query.rb +42 -16
- data/lib/algolia/models/search/add_api_key_response.rb +1 -1
- data/lib/algolia/models/search/base_get_api_key_response.rb +1 -1
- data/lib/algolia/models/search/base_index_settings.rb +4 -4
- data/lib/algolia/models/search/base_search_params.rb +1 -1
- data/lib/algolia/models/search/base_search_params_without_query.rb +1 -1
- data/lib/algolia/models/search/browse_params_object.rb +6 -6
- data/lib/algolia/models/search/consequence_params.rb +6 -6
- data/lib/algolia/models/search/created_at_response.rb +1 -1
- data/lib/algolia/models/search/delete_api_key_response.rb +1 -1
- data/lib/algolia/models/search/delete_by_params.rb +1 -1
- data/lib/algolia/models/search/delete_source_response.rb +1 -1
- data/lib/algolia/models/search/deleted_at_response.rb +1 -1
- data/lib/algolia/models/search/fetched_index.rb +1 -1
- data/lib/algolia/models/search/get_api_key_response.rb +1 -1
- data/lib/algolia/models/search/index_settings.rb +9 -9
- data/lib/algolia/models/search/index_settings_as_search_params.rb +5 -5
- data/lib/algolia/models/search/log.rb +1 -1
- data/lib/algolia/models/search/remove_user_id_response.rb +1 -1
- data/lib/algolia/models/search/replace_source_response.rb +1 -1
- data/lib/algolia/models/search/save_object_response.rb +1 -1
- data/lib/algolia/models/search/save_synonym_response.rb +1 -1
- data/lib/algolia/models/search/search_for_facets.rb +6 -6
- data/lib/algolia/models/search/search_for_hits.rb +6 -6
- data/lib/algolia/models/search/search_params_object.rb +6 -6
- data/lib/algolia/models/search/search_user_ids_response.rb +1 -1
- data/lib/algolia/models/search/secured_api_key_restrictions.rb +1 -1
- data/lib/algolia/models/search/update_api_key_response.rb +1 -1
- data/lib/algolia/models/search/updated_at_response.rb +1 -1
- data/lib/algolia/models/search/updated_at_with_object_id_response.rb +1 -1
- data/lib/algolia/models/search/updated_rule_response.rb +1 -1
- data/lib/algolia/models/search/user_hit.rb +1 -1
- data/lib/algolia/models/search/user_id.rb +1 -1
- data/lib/algolia/models/usage/error_base.rb +205 -0
- data/lib/algolia/models/usage/get_usage200_response.rb +198 -0
- data/lib/algolia/models/usage/get_usage200_response_statistics_inner.rb +206 -0
- data/lib/algolia/models/{recommend/base_recommended_for_you_query_parameters.rb → usage/get_usage400_response.rb} +13 -14
- data/lib/algolia/models/usage/get_usage400_response_error.rb +216 -0
- data/lib/algolia/models/usage/get_usage400_response_error_errors_inner.rb +225 -0
- data/lib/algolia/models/usage/granularity.rb +33 -0
- data/lib/algolia/models/usage/statistic.rb +116 -0
- data/lib/algolia/models/{recommend/promote.rb → usage/statistic_value.rb} +5 -5
- data/lib/algolia/version.rb +1 -1
- metadata +34 -25
- data/lib/algolia/models/recommend/automatic_facet_filter.rb +0 -220
- data/lib/algolia/models/recommend/automatic_facet_filters.rb +0 -97
- data/lib/algolia/models/recommend/consequence_query.rb +0 -97
- data/lib/algolia/models/recommend/promote_object_ids.rb +0 -228
|
@@ -0,0 +1,212 @@
|
|
|
1
|
+
# Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
|
|
2
|
+
|
|
3
|
+
require 'date'
|
|
4
|
+
require 'time'
|
|
5
|
+
|
|
6
|
+
module Algolia
|
|
7
|
+
module Ingestion
|
|
8
|
+
# Credentials for authenticating with the Algolia Insights API.
|
|
9
|
+
class AuthAlgoliaInsights
|
|
10
|
+
# Algolia application ID.
|
|
11
|
+
attr_accessor :app_id
|
|
12
|
+
|
|
13
|
+
# Algolia API key with the ACL: `search`. This field is `null` in the API response.
|
|
14
|
+
attr_accessor :api_key
|
|
15
|
+
|
|
16
|
+
# Attribute mapping from ruby-style variable name to JSON key.
|
|
17
|
+
def self.attribute_map
|
|
18
|
+
{
|
|
19
|
+
:app_id => :appID,
|
|
20
|
+
:api_key => :apiKey
|
|
21
|
+
}
|
|
22
|
+
end
|
|
23
|
+
|
|
24
|
+
# Returns all the JSON keys this model knows about
|
|
25
|
+
def self.acceptable_attributes
|
|
26
|
+
attribute_map.values
|
|
27
|
+
end
|
|
28
|
+
|
|
29
|
+
# Attribute type mapping.
|
|
30
|
+
def self.types_mapping
|
|
31
|
+
{
|
|
32
|
+
:app_id => :String,
|
|
33
|
+
:api_key => :String
|
|
34
|
+
}
|
|
35
|
+
end
|
|
36
|
+
|
|
37
|
+
# List of attributes with nullable: true
|
|
38
|
+
def self.openapi_nullable
|
|
39
|
+
Set.new([])
|
|
40
|
+
end
|
|
41
|
+
|
|
42
|
+
# Initializes the object
|
|
43
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
|
44
|
+
def initialize(attributes = {})
|
|
45
|
+
unless attributes.is_a?(Hash)
|
|
46
|
+
raise ArgumentError, "The input argument (attributes) must be a hash in `Algolia::AuthAlgoliaInsights` initialize method"
|
|
47
|
+
end
|
|
48
|
+
|
|
49
|
+
# check to see if the attribute exists and convert string to symbol for hash key
|
|
50
|
+
attributes = attributes.each_with_object({}) do |(k, v), h|
|
|
51
|
+
unless self.class.attribute_map.key?(k.to_sym)
|
|
52
|
+
raise ArgumentError,
|
|
53
|
+
"`#{k}` is not a valid attribute in `Algolia::AuthAlgoliaInsights`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
|
|
54
|
+
end
|
|
55
|
+
|
|
56
|
+
h[k.to_sym] = v
|
|
57
|
+
end
|
|
58
|
+
|
|
59
|
+
if attributes.key?(:app_id)
|
|
60
|
+
self.app_id = attributes[:app_id]
|
|
61
|
+
else
|
|
62
|
+
self.app_id = nil
|
|
63
|
+
end
|
|
64
|
+
|
|
65
|
+
if attributes.key?(:api_key)
|
|
66
|
+
self.api_key = attributes[:api_key]
|
|
67
|
+
else
|
|
68
|
+
self.api_key = nil
|
|
69
|
+
end
|
|
70
|
+
end
|
|
71
|
+
|
|
72
|
+
# Checks equality by comparing each attribute.
|
|
73
|
+
# @param [Object] Object to be compared
|
|
74
|
+
def ==(other)
|
|
75
|
+
return true if equal?(other)
|
|
76
|
+
|
|
77
|
+
self.class == other.class &&
|
|
78
|
+
app_id == other.app_id &&
|
|
79
|
+
api_key == other.api_key
|
|
80
|
+
end
|
|
81
|
+
|
|
82
|
+
# @see the `==` method
|
|
83
|
+
# @param [Object] Object to be compared
|
|
84
|
+
def eql?(other)
|
|
85
|
+
self == other
|
|
86
|
+
end
|
|
87
|
+
|
|
88
|
+
# Calculates hash code according to all attributes.
|
|
89
|
+
# @return [Integer] Hash code
|
|
90
|
+
def hash
|
|
91
|
+
[app_id, api_key].hash
|
|
92
|
+
end
|
|
93
|
+
|
|
94
|
+
# Builds the object from hash
|
|
95
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
|
96
|
+
# @return [Object] Returns the model itself
|
|
97
|
+
def self.build_from_hash(attributes)
|
|
98
|
+
return nil unless attributes.is_a?(Hash)
|
|
99
|
+
|
|
100
|
+
attributes = attributes.transform_keys(&:to_sym)
|
|
101
|
+
transformed_hash = {}
|
|
102
|
+
types_mapping.each_pair do |key, type|
|
|
103
|
+
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
|
104
|
+
transformed_hash[key.to_sym] = nil
|
|
105
|
+
elsif type =~ /\AArray<(.*)>/i
|
|
106
|
+
# check to ensure the input is an array given that the attribute
|
|
107
|
+
# is documented as an array but the input is not
|
|
108
|
+
if attributes[attribute_map[key]].is_a?(Array)
|
|
109
|
+
transformed_hash[key.to_sym] = attributes[attribute_map[key]].map { |v| _deserialize(::Regexp.last_match(1), v) }
|
|
110
|
+
end
|
|
111
|
+
elsif !attributes[attribute_map[key]].nil?
|
|
112
|
+
transformed_hash[key.to_sym] = _deserialize(type, attributes[attribute_map[key]])
|
|
113
|
+
end
|
|
114
|
+
end
|
|
115
|
+
new(transformed_hash)
|
|
116
|
+
end
|
|
117
|
+
|
|
118
|
+
# Deserializes the data based on type
|
|
119
|
+
# @param string type Data type
|
|
120
|
+
# @param string value Value to be deserialized
|
|
121
|
+
# @return [Object] Deserialized data
|
|
122
|
+
def self._deserialize(type, value)
|
|
123
|
+
case type.to_sym
|
|
124
|
+
when :Time
|
|
125
|
+
Time.parse(value)
|
|
126
|
+
when :Date
|
|
127
|
+
Date.parse(value)
|
|
128
|
+
when :String
|
|
129
|
+
value.to_s
|
|
130
|
+
when :Integer
|
|
131
|
+
value.to_i
|
|
132
|
+
when :Float
|
|
133
|
+
value.to_f
|
|
134
|
+
when :Boolean
|
|
135
|
+
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
|
136
|
+
true
|
|
137
|
+
else
|
|
138
|
+
false
|
|
139
|
+
end
|
|
140
|
+
when :Object
|
|
141
|
+
# generic object (usually a Hash), return directly
|
|
142
|
+
value
|
|
143
|
+
when /\AArray<(?<inner_type>.+)>\z/
|
|
144
|
+
inner_type = Regexp.last_match[:inner_type]
|
|
145
|
+
value.map { |v| _deserialize(inner_type, v) }
|
|
146
|
+
when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
|
|
147
|
+
k_type = Regexp.last_match[:k_type]
|
|
148
|
+
v_type = Regexp.last_match[:v_type]
|
|
149
|
+
{}.tap do |hash|
|
|
150
|
+
value.each do |k, v|
|
|
151
|
+
hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
|
|
152
|
+
end
|
|
153
|
+
end
|
|
154
|
+
else # model
|
|
155
|
+
# models (e.g. Pet) or oneOf
|
|
156
|
+
klass = Algolia::Ingestion.const_get(type)
|
|
157
|
+
klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
|
158
|
+
end
|
|
159
|
+
end
|
|
160
|
+
|
|
161
|
+
# Returns the string representation of the object
|
|
162
|
+
# @return [String] String presentation of the object
|
|
163
|
+
def to_s
|
|
164
|
+
to_hash.to_s
|
|
165
|
+
end
|
|
166
|
+
|
|
167
|
+
# to_body is an alias to to_hash (backward compatibility)
|
|
168
|
+
# @return [Hash] Returns the object in the form of hash
|
|
169
|
+
def to_body
|
|
170
|
+
to_hash
|
|
171
|
+
end
|
|
172
|
+
|
|
173
|
+
def to_json(*_args)
|
|
174
|
+
to_hash.to_json
|
|
175
|
+
end
|
|
176
|
+
|
|
177
|
+
# Returns the object in the form of hash
|
|
178
|
+
# @return [Hash] Returns the object in the form of hash
|
|
179
|
+
def to_hash
|
|
180
|
+
hash = {}
|
|
181
|
+
self.class.attribute_map.each_pair do |attr, param|
|
|
182
|
+
value = send(attr)
|
|
183
|
+
if value.nil?
|
|
184
|
+
is_nullable = self.class.openapi_nullable.include?(attr)
|
|
185
|
+
next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
|
|
186
|
+
end
|
|
187
|
+
|
|
188
|
+
hash[param] = _to_hash(value)
|
|
189
|
+
end
|
|
190
|
+
hash
|
|
191
|
+
end
|
|
192
|
+
|
|
193
|
+
# Outputs non-array value in the form of hash
|
|
194
|
+
# For object, use to_hash. Otherwise, just return the value
|
|
195
|
+
# @param [Object] value Any valid value
|
|
196
|
+
# @return [Hash] Returns the value in the form of hash
|
|
197
|
+
def _to_hash(value)
|
|
198
|
+
if value.is_a?(Array)
|
|
199
|
+
value.compact.map { |v| _to_hash(v) }
|
|
200
|
+
elsif value.is_a?(Hash)
|
|
201
|
+
{}.tap do |hash|
|
|
202
|
+
value.each { |k, v| hash[k] = _to_hash(v) }
|
|
203
|
+
end
|
|
204
|
+
elsif value.respond_to? :to_hash
|
|
205
|
+
value.to_hash
|
|
206
|
+
else
|
|
207
|
+
value
|
|
208
|
+
end
|
|
209
|
+
end
|
|
210
|
+
end
|
|
211
|
+
end
|
|
212
|
+
end
|
|
@@ -4,19 +4,20 @@ require 'date'
|
|
|
4
4
|
require 'time'
|
|
5
5
|
|
|
6
6
|
module Algolia
|
|
7
|
-
module
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
7
|
+
module Ingestion
|
|
8
|
+
# Credentials for authenticating with the Algolia Insights API.
|
|
9
|
+
class AuthAlgoliaInsightsPartial
|
|
10
|
+
# Algolia application ID.
|
|
11
|
+
attr_accessor :app_id
|
|
11
12
|
|
|
12
|
-
#
|
|
13
|
-
attr_accessor :
|
|
13
|
+
# Algolia API key with the ACL: `search`. This field is `null` in the API response.
|
|
14
|
+
attr_accessor :api_key
|
|
14
15
|
|
|
15
16
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
16
17
|
def self.attribute_map
|
|
17
18
|
{
|
|
18
|
-
:
|
|
19
|
-
:
|
|
19
|
+
:app_id => :appID,
|
|
20
|
+
:api_key => :apiKey
|
|
20
21
|
}
|
|
21
22
|
end
|
|
22
23
|
|
|
@@ -28,8 +29,8 @@ module Algolia
|
|
|
28
29
|
# Attribute type mapping.
|
|
29
30
|
def self.types_mapping
|
|
30
31
|
{
|
|
31
|
-
:
|
|
32
|
-
:
|
|
32
|
+
:app_id => :String,
|
|
33
|
+
:api_key => :String
|
|
33
34
|
}
|
|
34
35
|
end
|
|
35
36
|
|
|
@@ -42,29 +43,25 @@ module Algolia
|
|
|
42
43
|
# @param [Hash] attributes Model attributes in the form of hash
|
|
43
44
|
def initialize(attributes = {})
|
|
44
45
|
unless attributes.is_a?(Hash)
|
|
45
|
-
raise ArgumentError, "The input argument (attributes) must be a hash in `Algolia::
|
|
46
|
+
raise ArgumentError, "The input argument (attributes) must be a hash in `Algolia::AuthAlgoliaInsightsPartial` initialize method"
|
|
46
47
|
end
|
|
47
48
|
|
|
48
49
|
# check to see if the attribute exists and convert string to symbol for hash key
|
|
49
50
|
attributes = attributes.each_with_object({}) do |(k, v), h|
|
|
50
51
|
unless self.class.attribute_map.key?(k.to_sym)
|
|
51
52
|
raise ArgumentError,
|
|
52
|
-
"`#{k}` is not a valid attribute in `Algolia::
|
|
53
|
+
"`#{k}` is not a valid attribute in `Algolia::AuthAlgoliaInsightsPartial`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
|
|
53
54
|
end
|
|
54
55
|
|
|
55
56
|
h[k.to_sym] = v
|
|
56
57
|
end
|
|
57
58
|
|
|
58
|
-
if attributes.key?(:
|
|
59
|
-
|
|
60
|
-
self.remove = value
|
|
61
|
-
end
|
|
59
|
+
if attributes.key?(:app_id)
|
|
60
|
+
self.app_id = attributes[:app_id]
|
|
62
61
|
end
|
|
63
62
|
|
|
64
|
-
if attributes.key?(:
|
|
65
|
-
|
|
66
|
-
self.edits = value
|
|
67
|
-
end
|
|
63
|
+
if attributes.key?(:api_key)
|
|
64
|
+
self.api_key = attributes[:api_key]
|
|
68
65
|
end
|
|
69
66
|
end
|
|
70
67
|
|
|
@@ -74,8 +71,8 @@ module Algolia
|
|
|
74
71
|
return true if equal?(other)
|
|
75
72
|
|
|
76
73
|
self.class == other.class &&
|
|
77
|
-
|
|
78
|
-
|
|
74
|
+
app_id == other.app_id &&
|
|
75
|
+
api_key == other.api_key
|
|
79
76
|
end
|
|
80
77
|
|
|
81
78
|
# @see the `==` method
|
|
@@ -87,7 +84,7 @@ module Algolia
|
|
|
87
84
|
# Calculates hash code according to all attributes.
|
|
88
85
|
# @return [Integer] Hash code
|
|
89
86
|
def hash
|
|
90
|
-
[
|
|
87
|
+
[app_id, api_key].hash
|
|
91
88
|
end
|
|
92
89
|
|
|
93
90
|
# Builds the object from hash
|
|
@@ -152,7 +149,7 @@ module Algolia
|
|
|
152
149
|
end
|
|
153
150
|
else # model
|
|
154
151
|
# models (e.g. Pet) or oneOf
|
|
155
|
-
klass = Algolia::
|
|
152
|
+
klass = Algolia::Ingestion.const_get(type)
|
|
156
153
|
klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
|
157
154
|
end
|
|
158
155
|
end
|
|
@@ -11,9 +11,10 @@ module Algolia
|
|
|
11
11
|
API_KEY = "apiKey".freeze
|
|
12
12
|
OAUTH = "oauth".freeze
|
|
13
13
|
ALGOLIA = "algolia".freeze
|
|
14
|
+
ALGOLIA_INSIGHTS = "algoliaInsights".freeze
|
|
14
15
|
|
|
15
16
|
def self.all_vars
|
|
16
|
-
@all_vars ||= [GOOGLE_SERVICE_ACCOUNT, BASIC, API_KEY, OAUTH, ALGOLIA].freeze
|
|
17
|
+
@all_vars ||= [GOOGLE_SERVICE_ACCOUNT, BASIC, API_KEY, OAUTH, ALGOLIA, ALGOLIA_INSIGHTS].freeze
|
|
17
18
|
end
|
|
18
19
|
|
|
19
20
|
# Builds the enum from string
|
|
@@ -32,7 +32,7 @@ module Algolia
|
|
|
32
32
|
# Extra information about the records involved in a purchase or add-to-cart event. If specified, it must have the same length as `objectIDs`.
|
|
33
33
|
attr_accessor :object_data
|
|
34
34
|
|
|
35
|
-
# Timestamp of the event in milliseconds
|
|
35
|
+
# Timestamp of the event, measured in milliseconds since the Unix epoch. By default, the Insights API uses the time it receives an event as its timestamp.
|
|
36
36
|
attr_accessor :timestamp
|
|
37
37
|
|
|
38
38
|
attr_accessor :value
|
|
@@ -35,7 +35,7 @@ module Algolia
|
|
|
35
35
|
# Extra information about the records involved in a purchase or add-to-cart events. If provided, it must be the same length as `objectIDs`.
|
|
36
36
|
attr_accessor :object_data
|
|
37
37
|
|
|
38
|
-
# Timestamp of the event in milliseconds
|
|
38
|
+
# Timestamp of the event, measured in milliseconds since the Unix epoch. By default, the Insights API uses the time it receives an event as its timestamp.
|
|
39
39
|
attr_accessor :timestamp
|
|
40
40
|
|
|
41
41
|
attr_accessor :value
|
|
@@ -24,7 +24,7 @@ module Algolia
|
|
|
24
24
|
# Identifier for authenticated users. When the user signs in, you can get an identifier from your system and send it as `authenticatedUserToken`. This lets you keep using the `userToken` from before the user signed in, while providing a reliable way to identify users across sessions. Don't use personally identifiable information in user tokens. For more information, see [User token](https://www.algolia.com/doc/guides/sending-events/concepts/usertoken/).
|
|
25
25
|
attr_accessor :authenticated_user_token
|
|
26
26
|
|
|
27
|
-
# Timestamp of the event in milliseconds
|
|
27
|
+
# Timestamp of the event, measured in milliseconds since the Unix epoch. By default, the Insights API uses the time it receives an event as its timestamp.
|
|
28
28
|
attr_accessor :timestamp
|
|
29
29
|
|
|
30
30
|
class EnumAttributeValidator
|
|
@@ -24,7 +24,7 @@ module Algolia
|
|
|
24
24
|
# Identifier for authenticated users. When the user signs in, you can get an identifier from your system and send it as `authenticatedUserToken`. This lets you keep using the `userToken` from before the user signed in, while providing a reliable way to identify users across sessions. Don't use personally identifiable information in user tokens. For more information, see [User token](https://www.algolia.com/doc/guides/sending-events/concepts/usertoken/).
|
|
25
25
|
attr_accessor :authenticated_user_token
|
|
26
26
|
|
|
27
|
-
# Timestamp of the event in milliseconds
|
|
27
|
+
# Timestamp of the event, measured in milliseconds since the Unix epoch. By default, the Insights API uses the time it receives an event as its timestamp.
|
|
28
28
|
attr_accessor :timestamp
|
|
29
29
|
|
|
30
30
|
class EnumAttributeValidator
|
|
@@ -30,7 +30,7 @@ module Algolia
|
|
|
30
30
|
# Identifier for authenticated users. When the user signs in, you can get an identifier from your system and send it as `authenticatedUserToken`. This lets you keep using the `userToken` from before the user signed in, while providing a reliable way to identify users across sessions. Don't use personally identifiable information in user tokens. For more information, see [User token](https://www.algolia.com/doc/guides/sending-events/concepts/usertoken/).
|
|
31
31
|
attr_accessor :authenticated_user_token
|
|
32
32
|
|
|
33
|
-
# Timestamp of the event in milliseconds
|
|
33
|
+
# Timestamp of the event, measured in milliseconds since the Unix epoch. By default, the Insights API uses the time it receives an event as its timestamp.
|
|
34
34
|
attr_accessor :timestamp
|
|
35
35
|
|
|
36
36
|
class EnumAttributeValidator
|
|
@@ -23,7 +23,7 @@ module Algolia
|
|
|
23
23
|
# Identifier for authenticated users. When the user signs in, you can get an identifier from your system and send it as `authenticatedUserToken`. This lets you keep using the `userToken` from before the user signed in, while providing a reliable way to identify users across sessions. Don't use personally identifiable information in user tokens. For more information, see [User token](https://www.algolia.com/doc/guides/sending-events/concepts/usertoken/).
|
|
24
24
|
attr_accessor :authenticated_user_token
|
|
25
25
|
|
|
26
|
-
# Timestamp of the event in milliseconds
|
|
26
|
+
# Timestamp of the event, measured in milliseconds since the Unix epoch. By default, the Insights API uses the time it receives an event as its timestamp.
|
|
27
27
|
attr_accessor :timestamp
|
|
28
28
|
|
|
29
29
|
class EnumAttributeValidator
|
|
@@ -24,7 +24,7 @@ module Algolia
|
|
|
24
24
|
# Identifier for authenticated users. When the user signs in, you can get an identifier from your system and send it as `authenticatedUserToken`. This lets you keep using the `userToken` from before the user signed in, while providing a reliable way to identify users across sessions. Don't use personally identifiable information in user tokens. For more information, see [User token](https://www.algolia.com/doc/guides/sending-events/concepts/usertoken/).
|
|
25
25
|
attr_accessor :authenticated_user_token
|
|
26
26
|
|
|
27
|
-
# Timestamp of the event in milliseconds
|
|
27
|
+
# Timestamp of the event, measured in milliseconds since the Unix epoch. By default, the Insights API uses the time it receives an event as its timestamp.
|
|
28
28
|
attr_accessor :timestamp
|
|
29
29
|
|
|
30
30
|
class EnumAttributeValidator
|
|
@@ -27,7 +27,7 @@ module Algolia
|
|
|
27
27
|
# Identifier for authenticated users. When the user signs in, you can get an identifier from your system and send it as `authenticatedUserToken`. This lets you keep using the `userToken` from before the user signed in, while providing a reliable way to identify users across sessions. Don't use personally identifiable information in user tokens. For more information, see [User token](https://www.algolia.com/doc/guides/sending-events/concepts/usertoken/).
|
|
28
28
|
attr_accessor :authenticated_user_token
|
|
29
29
|
|
|
30
|
-
# Timestamp of the event in milliseconds
|
|
30
|
+
# Timestamp of the event, measured in milliseconds since the Unix epoch. By default, the Insights API uses the time it receives an event as its timestamp.
|
|
31
31
|
attr_accessor :timestamp
|
|
32
32
|
|
|
33
33
|
class EnumAttributeValidator
|
|
@@ -32,7 +32,7 @@ module Algolia
|
|
|
32
32
|
# Extra information about the records involved in a purchase or add-to-cart event. If specified, it must have the same length as `objectIDs`.
|
|
33
33
|
attr_accessor :object_data
|
|
34
34
|
|
|
35
|
-
# Timestamp of the event in milliseconds
|
|
35
|
+
# Timestamp of the event, measured in milliseconds since the Unix epoch. By default, the Insights API uses the time it receives an event as its timestamp.
|
|
36
36
|
attr_accessor :timestamp
|
|
37
37
|
|
|
38
38
|
attr_accessor :value
|
|
@@ -32,7 +32,7 @@ module Algolia
|
|
|
32
32
|
# Extra information about the records involved in a purchase or add-to-cart events. If provided, it must be the same length as `objectIDs`.
|
|
33
33
|
attr_accessor :object_data
|
|
34
34
|
|
|
35
|
-
# Timestamp of the event in milliseconds
|
|
35
|
+
# Timestamp of the event, measured in milliseconds since the Unix epoch. By default, the Insights API uses the time it receives an event as its timestamp.
|
|
36
36
|
attr_accessor :timestamp
|
|
37
37
|
|
|
38
38
|
attr_accessor :value
|
|
@@ -24,7 +24,7 @@ module Algolia
|
|
|
24
24
|
# Identifier for authenticated users. When the user signs in, you can get an identifier from your system and send it as `authenticatedUserToken`. This lets you keep using the `userToken` from before the user signed in, while providing a reliable way to identify users across sessions. Don't use personally identifiable information in user tokens. For more information, see [User token](https://www.algolia.com/doc/guides/sending-events/concepts/usertoken/).
|
|
25
25
|
attr_accessor :authenticated_user_token
|
|
26
26
|
|
|
27
|
-
# Timestamp of the event in milliseconds
|
|
27
|
+
# Timestamp of the event, measured in milliseconds since the Unix epoch. By default, the Insights API uses the time it receives an event as its timestamp.
|
|
28
28
|
attr_accessor :timestamp
|
|
29
29
|
|
|
30
30
|
class EnumAttributeValidator
|
|
@@ -24,7 +24,7 @@ module Algolia
|
|
|
24
24
|
# Identifier for authenticated users. When the user signs in, you can get an identifier from your system and send it as `authenticatedUserToken`. This lets you keep using the `userToken` from before the user signed in, while providing a reliable way to identify users across sessions. Don't use personally identifiable information in user tokens. For more information, see [User token](https://www.algolia.com/doc/guides/sending-events/concepts/usertoken/).
|
|
25
25
|
attr_accessor :authenticated_user_token
|
|
26
26
|
|
|
27
|
-
# Timestamp of the event in milliseconds
|
|
27
|
+
# Timestamp of the event, measured in milliseconds since the Unix epoch. By default, the Insights API uses the time it receives an event as its timestamp.
|
|
28
28
|
attr_accessor :timestamp
|
|
29
29
|
|
|
30
30
|
class EnumAttributeValidator
|
|
@@ -6,7 +6,7 @@ require 'time'
|
|
|
6
6
|
module Algolia
|
|
7
7
|
module Monitoring
|
|
8
8
|
class IncidentsInner
|
|
9
|
-
# Timestamp in
|
|
9
|
+
# Timestamp, measured in milliseconds since the Unix epoch.
|
|
10
10
|
attr_accessor :t
|
|
11
11
|
|
|
12
12
|
attr_accessor :v
|
|
@@ -6,7 +6,7 @@ require 'time'
|
|
|
6
6
|
module Algolia
|
|
7
7
|
module Monitoring
|
|
8
8
|
class ProbesMetric
|
|
9
|
-
# Timestamp in
|
|
9
|
+
# Timestamp, measured in milliseconds since the Unix epoch.
|
|
10
10
|
attr_accessor :t
|
|
11
11
|
|
|
12
12
|
# Value of the metric.
|
|
@@ -12,10 +12,10 @@ module Algolia
|
|
|
12
12
|
# Whether the creation or update of the Query Suggestions index is in progress.
|
|
13
13
|
attr_accessor :is_running
|
|
14
14
|
|
|
15
|
-
#
|
|
15
|
+
# Date and time when the Query Suggestions index was last built, in RFC 3339 format.
|
|
16
16
|
attr_accessor :last_built_at
|
|
17
17
|
|
|
18
|
-
#
|
|
18
|
+
# Date and time when the Query Suggestions index was last updated successfully.
|
|
19
19
|
attr_accessor :last_successful_built_at
|
|
20
20
|
|
|
21
21
|
# Duration of the last successful build in seconds.
|
|
@@ -6,7 +6,7 @@ require 'time'
|
|
|
6
6
|
module Algolia
|
|
7
7
|
module QuerySuggestions
|
|
8
8
|
class GetLogFile200Response
|
|
9
|
-
#
|
|
9
|
+
# Date and time of the log entry, in RFC 3339 format.
|
|
10
10
|
attr_accessor :timestamp
|
|
11
11
|
|
|
12
12
|
attr_accessor :level
|