algolia 3.15.1 → 3.15.3

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.
Files changed (31) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +11 -0
  3. data/Gemfile.lock +1 -1
  4. data/lib/algolia/api/abtesting_client.rb +3 -3
  5. data/lib/algolia/api/analytics_client.rb +3 -3
  6. data/lib/algolia/api/composition_client.rb +3 -3
  7. data/lib/algolia/api/ingestion_client.rb +3 -3
  8. data/lib/algolia/api/insights_client.rb +3 -3
  9. data/lib/algolia/api/monitoring_client.rb +3 -3
  10. data/lib/algolia/api/personalization_client.rb +3 -3
  11. data/lib/algolia/api/query_suggestions_client.rb +3 -3
  12. data/lib/algolia/api/recommend_client.rb +3 -3
  13. data/lib/algolia/api/search_client.rb +5 -5
  14. data/lib/algolia/models/composition/search_results_item.rb +3 -1
  15. data/lib/algolia/models/ingestion/authentication.rb +2 -0
  16. data/lib/algolia/models/ingestion/destination.rb +2 -0
  17. data/lib/algolia/models/ingestion/source.rb +2 -0
  18. data/lib/algolia/models/ingestion/task.rb +2 -0
  19. data/lib/algolia/models/ingestion/task_v1.rb +2 -0
  20. data/lib/algolia/models/ingestion/transformation.rb +2 -0
  21. data/lib/algolia/models/ingestion/transformation_try_response.rb +2 -2
  22. data/lib/algolia/models/ingestion/watch_response.rb +2 -2
  23. data/lib/algolia/models/recommend/fallback_params.rb +1 -0
  24. data/lib/algolia/models/recommend/recommend_search_params.rb +1 -0
  25. data/lib/algolia/models/recommend/recommendations_results.rb +3 -1
  26. data/lib/algolia/models/search/browse_response.rb +3 -1
  27. data/lib/algolia/models/search/index_settings.rb +1 -0
  28. data/lib/algolia/models/search/search_response.rb +3 -1
  29. data/lib/algolia/models/search/settings_response.rb +1 -0
  30. data/lib/algolia/version.rb +1 -1
  31. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a106e15f1c245792147c6203b4e4d7992b898e112609fd66524f30044c602d94
4
- data.tar.gz: 7218bfbd386013ae4b2abb953b127642bb887cf83ad89902bffbe3d02e6eaf02
3
+ metadata.gz: c521528574b41a25c37665a700bdf02e23c331b4ca5f6bcd0a20936f08d9dd17
4
+ data.tar.gz: aeff06d71c97b19e3b65ed8f96c9ba63bb0440565421c23d4e0f478dd9fb794d
5
5
  SHA512:
6
- metadata.gz: 4e1bba4413b05b92980c3c70447919cd60ff997c9e7f7b9217ce2137c5dde27baf198a9d5e31f08f249ab7a3270addc94e27b87f1784453774b3245cc762d7e4
7
- data.tar.gz: 71feb928a3cc095624ab5feb5f358514585ce9bd458aedbfa25e5bbfa0a94cadc9bd8a84d67274adf67ace0e9267241c86b5f5247877346ef9daa94d100cca70
6
+ metadata.gz: d897aba85c6946a31218b83efd43ff7fa6be8492c8756ef14b12dae9b2bb98725df2f6dba12a7c91e6ef256c16ad59ab32037ba4a40bd01816e31cc55f564e6d
7
+ data.tar.gz: f8af17d8a81ff8cb9c5627f40573ed4f5fb465c33e7be7c6f42cceaa595f05bf8a8f90e8a81a9c5e111d00021bdc5f09be62b24422b32e2dfd1a0b4764cb9ea0
data/CHANGELOG.md CHANGED
@@ -1,3 +1,14 @@
1
+ ## [3.15.3](https://github.com/algolia/algoliasearch-client-ruby/compare/3.15.2...3.15.3)
2
+
3
+ - [dbaef6696](https://github.com/algolia/api-clients-automation/commit/dbaef6696) fix(specs): userData is any type ([#4702](https://github.com/algolia/api-clients-automation/pull/4702)) by [@millotp](https://github.com/millotp/)
4
+ - [a922dca5a](https://github.com/algolia/api-clients-automation/commit/a922dca5a) docs(partialUpdate): add note about multiple operations ([#4721](https://github.com/algolia/api-clients-automation/pull/4721)) by [@Jerska](https://github.com/Jerska/)
5
+ - [e150cd934](https://github.com/algolia/api-clients-automation/commit/e150cd934) fix(specs): message is not required in WatchResponse ([#4723](https://github.com/algolia/api-clients-automation/pull/4723)) by [@millotp](https://github.com/millotp/)
6
+
7
+ ## [3.15.2](https://github.com/algolia/algoliasearch-client-ruby/compare/3.15.1...3.15.2)
8
+
9
+ - [345e830176](https://github.com/algolia/api-clients-automation/commit/345e830176) fix(ruby): remove integer empty check ([#4698](https://github.com/algolia/api-clients-automation/pull/4698)) by [@lucas-aragno](https://github.com/lucas-aragno/)
10
+ - [ac400354a9](https://github.com/algolia/api-clients-automation/commit/ac400354a9) fix(specs): make the updateAt non-null in ingestion ([#4697](https://github.com/algolia/api-clients-automation/pull/4697)) by [@millotp](https://github.com/millotp/)
11
+
1
12
  ## [3.15.1](https://github.com/algolia/algoliasearch-client-ruby/compare/3.15.0...3.15.1)
2
13
 
3
14
  - [a51683025e](https://github.com/algolia/api-clients-automation/commit/a51683025e) chore: deprecate mcm methods ([#4694](https://github.com/algolia/api-clients-automation/pull/4694)) by [@kai687](https://github.com/kai687/)
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- algolia (3.15.1)
4
+ algolia (3.15.3)
5
5
  base64 (>= 0.2.0, < 1)
6
6
  faraday (>= 1.0.1, < 3.0)
7
7
  faraday-net_http_persistent (>= 0.15, < 3)
@@ -38,15 +38,15 @@ module Algolia
38
38
  end
39
39
 
40
40
  def self.create_with_config(config)
41
- if config.connect_timeout.nil? || config.connect_timeout.empty?
41
+ if config.connect_timeout.nil?
42
42
  config.connect_timeout = 2000
43
43
  end
44
44
 
45
- if config.read_timeout.nil? || config.read_timeout.empty?
45
+ if config.read_timeout.nil?
46
46
  config.read_timeout = 5000
47
47
  end
48
48
 
49
- if config.write_timeout.nil? || config.write_timeout.empty?
49
+ if config.write_timeout.nil?
50
50
  config.write_timeout = 30000
51
51
  end
52
52
 
@@ -38,15 +38,15 @@ module Algolia
38
38
  end
39
39
 
40
40
  def self.create_with_config(config)
41
- if config.connect_timeout.nil? || config.connect_timeout.empty?
41
+ if config.connect_timeout.nil?
42
42
  config.connect_timeout = 2000
43
43
  end
44
44
 
45
- if config.read_timeout.nil? || config.read_timeout.empty?
45
+ if config.read_timeout.nil?
46
46
  config.read_timeout = 5000
47
47
  end
48
48
 
49
- if config.write_timeout.nil? || config.write_timeout.empty?
49
+ if config.write_timeout.nil?
50
50
  config.write_timeout = 30000
51
51
  end
52
52
 
@@ -31,15 +31,15 @@ module Algolia
31
31
  end
32
32
 
33
33
  def self.create_with_config(config)
34
- if config.connect_timeout.nil? || config.connect_timeout.empty?
34
+ if config.connect_timeout.nil?
35
35
  config.connect_timeout = 2000
36
36
  end
37
37
 
38
- if config.read_timeout.nil? || config.read_timeout.empty?
38
+ if config.read_timeout.nil?
39
39
  config.read_timeout = 5000
40
40
  end
41
41
 
42
- if config.write_timeout.nil? || config.write_timeout.empty?
42
+ if config.write_timeout.nil?
43
43
  config.write_timeout = 30000
44
44
  end
45
45
 
@@ -38,15 +38,15 @@ module Algolia
38
38
  end
39
39
 
40
40
  def self.create_with_config(config)
41
- if config.connect_timeout.nil? || config.connect_timeout.empty?
41
+ if config.connect_timeout.nil?
42
42
  config.connect_timeout = 25000
43
43
  end
44
44
 
45
- if config.read_timeout.nil? || config.read_timeout.empty?
45
+ if config.read_timeout.nil?
46
46
  config.read_timeout = 25000
47
47
  end
48
48
 
49
- if config.write_timeout.nil? || config.write_timeout.empty?
49
+ if config.write_timeout.nil?
50
50
  config.write_timeout = 25000
51
51
  end
52
52
 
@@ -38,15 +38,15 @@ module Algolia
38
38
  end
39
39
 
40
40
  def self.create_with_config(config)
41
- if config.connect_timeout.nil? || config.connect_timeout.empty?
41
+ if config.connect_timeout.nil?
42
42
  config.connect_timeout = 2000
43
43
  end
44
44
 
45
- if config.read_timeout.nil? || config.read_timeout.empty?
45
+ if config.read_timeout.nil?
46
46
  config.read_timeout = 5000
47
47
  end
48
48
 
49
- if config.write_timeout.nil? || config.write_timeout.empty?
49
+ if config.write_timeout.nil?
50
50
  config.write_timeout = 30000
51
51
  end
52
52
 
@@ -23,15 +23,15 @@ module Algolia
23
23
  end
24
24
 
25
25
  def self.create_with_config(config)
26
- if config.connect_timeout.nil? || config.connect_timeout.empty?
26
+ if config.connect_timeout.nil?
27
27
  config.connect_timeout = 2000
28
28
  end
29
29
 
30
- if config.read_timeout.nil? || config.read_timeout.empty?
30
+ if config.read_timeout.nil?
31
31
  config.read_timeout = 5000
32
32
  end
33
33
 
34
- if config.write_timeout.nil? || config.write_timeout.empty?
34
+ if config.write_timeout.nil?
35
35
  config.write_timeout = 30000
36
36
  end
37
37
 
@@ -38,15 +38,15 @@ module Algolia
38
38
  end
39
39
 
40
40
  def self.create_with_config(config)
41
- if config.connect_timeout.nil? || config.connect_timeout.empty?
41
+ if config.connect_timeout.nil?
42
42
  config.connect_timeout = 2000
43
43
  end
44
44
 
45
- if config.read_timeout.nil? || config.read_timeout.empty?
45
+ if config.read_timeout.nil?
46
46
  config.read_timeout = 5000
47
47
  end
48
48
 
49
- if config.write_timeout.nil? || config.write_timeout.empty?
49
+ if config.write_timeout.nil?
50
50
  config.write_timeout = 30000
51
51
  end
52
52
 
@@ -38,15 +38,15 @@ module Algolia
38
38
  end
39
39
 
40
40
  def self.create_with_config(config)
41
- if config.connect_timeout.nil? || config.connect_timeout.empty?
41
+ if config.connect_timeout.nil?
42
42
  config.connect_timeout = 2000
43
43
  end
44
44
 
45
- if config.read_timeout.nil? || config.read_timeout.empty?
45
+ if config.read_timeout.nil?
46
46
  config.read_timeout = 5000
47
47
  end
48
48
 
49
- if config.write_timeout.nil? || config.write_timeout.empty?
49
+ if config.write_timeout.nil?
50
50
  config.write_timeout = 30000
51
51
  end
52
52
 
@@ -31,15 +31,15 @@ module Algolia
31
31
  end
32
32
 
33
33
  def self.create_with_config(config)
34
- if config.connect_timeout.nil? || config.connect_timeout.empty?
34
+ if config.connect_timeout.nil?
35
35
  config.connect_timeout = 2000
36
36
  end
37
37
 
38
- if config.read_timeout.nil? || config.read_timeout.empty?
38
+ if config.read_timeout.nil?
39
39
  config.read_timeout = 5000
40
40
  end
41
41
 
42
- if config.write_timeout.nil? || config.write_timeout.empty?
42
+ if config.write_timeout.nil?
43
43
  config.write_timeout = 30000
44
44
  end
45
45
 
@@ -34,15 +34,15 @@ module Algolia
34
34
  end
35
35
 
36
36
  def self.create_with_config(config)
37
- if config.connect_timeout.nil? || config.connect_timeout.empty?
37
+ if config.connect_timeout.nil?
38
38
  config.connect_timeout = 2000
39
39
  end
40
40
 
41
- if config.read_timeout.nil? || config.read_timeout.empty?
41
+ if config.read_timeout.nil?
42
42
  config.read_timeout = 5000
43
43
  end
44
44
 
45
- if config.write_timeout.nil? || config.write_timeout.empty?
45
+ if config.write_timeout.nil?
46
46
  config.write_timeout = 30000
47
47
  end
48
48
 
@@ -2062,7 +2062,7 @@ module Algolia
2062
2062
  @api_client.deserialize(response.body, request_options[:debug_return_type] || "Search::UpdatedAtResponse")
2063
2063
  end
2064
2064
 
2065
- # Adds new attributes to a record, or updates existing ones. - If a record with the specified object ID doesn't exist, a new record is added to the index **if** `createIfNotExists` is true. - If the index doesn't exist yet, this method creates a new index. - You can use any first-level attribute but not nested attributes. If you specify a nested attribute, this operation replaces its first-level ancestor. To update an attribute without pushing the entire record, you can use these built-in operations. These operations can be helpful if you don't have access to your initial data. - Increment: increment a numeric attribute - Decrement: decrement a numeric attribute - Add: append a number or string element to an array attribute - Remove: remove all matching number or string elements from an array attribute made of numbers or strings - AddUnique: add a number or string element to an array attribute made of numbers or strings only if it's not already present - IncrementFrom: increment a numeric integer attribute only if the provided value matches the current value, and otherwise ignore the whole object update. For example, if you pass an IncrementFrom value of 2 for the version attribute, but the current value of the attribute is 1, the engine ignores the update. If the object doesn't exist, the engine only creates it if you pass an IncrementFrom value of 0. - IncrementSet: increment a numeric integer attribute only if the provided value is greater than the current value, and otherwise ignore the whole object update. For example, if you pass an IncrementSet value of 2 for the version attribute, and the current value of the attribute is 1, the engine updates the object. If the object doesn't exist yet, the engine only creates it if you pass an IncrementSet value greater than 0. You can specify an operation by providing an object with the attribute to update as the key and its value being an object with the following properties: - _operation: the operation to apply on the attribute - value: the right-hand side argument to the operation, for example, increment or decrement step, value to add or remove. This operation is subject to [indexing rate limits](https://support.algolia.com/hc/en-us/articles/4406975251089-Is-there-a-rate-limit-for-indexing-on-Algolia).
2065
+ # Adds new attributes to a record, or updates existing ones. - If a record with the specified object ID doesn't exist, a new record is added to the index **if** `createIfNotExists` is true. - If the index doesn't exist yet, this method creates a new index. - You can use any first-level attribute but not nested attributes. If you specify a nested attribute, this operation replaces its first-level ancestor. To update an attribute without pushing the entire record, you can use these built-in operations. These operations can be helpful if you don't have access to your initial data. - Increment: increment a numeric attribute - Decrement: decrement a numeric attribute - Add: append a number or string element to an array attribute - Remove: remove all matching number or string elements from an array attribute made of numbers or strings - AddUnique: add a number or string element to an array attribute made of numbers or strings only if it's not already present - IncrementFrom: increment a numeric integer attribute only if the provided value matches the current value, and otherwise ignore the whole object update. For example, if you pass an IncrementFrom value of 2 for the version attribute, but the current value of the attribute is 1, the engine ignores the update. If the object doesn't exist, the engine only creates it if you pass an IncrementFrom value of 0. - IncrementSet: increment a numeric integer attribute only if the provided value is greater than the current value, and otherwise ignore the whole object update. For example, if you pass an IncrementSet value of 2 for the version attribute, and the current value of the attribute is 1, the engine updates the object. If the object doesn't exist yet, the engine only creates it if you pass an IncrementSet value greater than 0. You can specify an operation by providing an object with the attribute to update as the key and its value being an object with the following properties: - _operation: the operation to apply on the attribute - value: the right-hand side argument to the operation, for example, increment or decrement step, value to add or remove. When updating multiple attributes or using multiple operations targeting the same record, you should use a single partial update for faster processing. This operation is subject to [indexing rate limits](https://support.algolia.com/hc/en-us/articles/4406975251089-Is-there-a-rate-limit-for-indexing-on-Algolia).
2066
2066
  #
2067
2067
  # Required API Key ACLs:
2068
2068
  # - addObject
@@ -2114,7 +2114,7 @@ module Algolia
2114
2114
  @api_client.call_api(:POST, path, new_options)
2115
2115
  end
2116
2116
 
2117
- # Adds new attributes to a record, or updates existing ones. - If a record with the specified object ID doesn't exist, a new record is added to the index **if** `createIfNotExists` is true. - If the index doesn't exist yet, this method creates a new index. - You can use any first-level attribute but not nested attributes. If you specify a nested attribute, this operation replaces its first-level ancestor. To update an attribute without pushing the entire record, you can use these built-in operations. These operations can be helpful if you don't have access to your initial data. - Increment: increment a numeric attribute - Decrement: decrement a numeric attribute - Add: append a number or string element to an array attribute - Remove: remove all matching number or string elements from an array attribute made of numbers or strings - AddUnique: add a number or string element to an array attribute made of numbers or strings only if it's not already present - IncrementFrom: increment a numeric integer attribute only if the provided value matches the current value, and otherwise ignore the whole object update. For example, if you pass an IncrementFrom value of 2 for the version attribute, but the current value of the attribute is 1, the engine ignores the update. If the object doesn't exist, the engine only creates it if you pass an IncrementFrom value of 0. - IncrementSet: increment a numeric integer attribute only if the provided value is greater than the current value, and otherwise ignore the whole object update. For example, if you pass an IncrementSet value of 2 for the version attribute, and the current value of the attribute is 1, the engine updates the object. If the object doesn't exist yet, the engine only creates it if you pass an IncrementSet value greater than 0. You can specify an operation by providing an object with the attribute to update as the key and its value being an object with the following properties: - _operation: the operation to apply on the attribute - value: the right-hand side argument to the operation, for example, increment or decrement step, value to add or remove. This operation is subject to [indexing rate limits](https://support.algolia.com/hc/en-us/articles/4406975251089-Is-there-a-rate-limit-for-indexing-on-Algolia).
2117
+ # Adds new attributes to a record, or updates existing ones. - If a record with the specified object ID doesn't exist, a new record is added to the index **if** `createIfNotExists` is true. - If the index doesn't exist yet, this method creates a new index. - You can use any first-level attribute but not nested attributes. If you specify a nested attribute, this operation replaces its first-level ancestor. To update an attribute without pushing the entire record, you can use these built-in operations. These operations can be helpful if you don't have access to your initial data. - Increment: increment a numeric attribute - Decrement: decrement a numeric attribute - Add: append a number or string element to an array attribute - Remove: remove all matching number or string elements from an array attribute made of numbers or strings - AddUnique: add a number or string element to an array attribute made of numbers or strings only if it's not already present - IncrementFrom: increment a numeric integer attribute only if the provided value matches the current value, and otherwise ignore the whole object update. For example, if you pass an IncrementFrom value of 2 for the version attribute, but the current value of the attribute is 1, the engine ignores the update. If the object doesn't exist, the engine only creates it if you pass an IncrementFrom value of 0. - IncrementSet: increment a numeric integer attribute only if the provided value is greater than the current value, and otherwise ignore the whole object update. For example, if you pass an IncrementSet value of 2 for the version attribute, and the current value of the attribute is 1, the engine updates the object. If the object doesn't exist yet, the engine only creates it if you pass an IncrementSet value greater than 0. You can specify an operation by providing an object with the attribute to update as the key and its value being an object with the following properties: - _operation: the operation to apply on the attribute - value: the right-hand side argument to the operation, for example, increment or decrement step, value to add or remove. When updating multiple attributes or using multiple operations targeting the same record, you should use a single partial update for faster processing. This operation is subject to [indexing rate limits](https://support.algolia.com/hc/en-us/articles/4406975251089-Is-there-a-rate-limit-for-indexing-on-Algolia).
2118
2118
  #
2119
2119
  # Required API Key ACLs:
2120
2120
  # - addObject
@@ -189,7 +189,9 @@ module Algolia
189
189
  # List of attributes with nullable: true
190
190
  def self.openapi_nullable
191
191
  Set.new(
192
- []
192
+ [
193
+ :user_data
194
+ ]
193
195
  )
194
196
  end
195
197
 
@@ -131,6 +131,8 @@ module Algolia
131
131
 
132
132
  if attributes.key?(:updated_at)
133
133
  self.updated_at = attributes[:updated_at]
134
+ else
135
+ self.updated_at = nil
134
136
  end
135
137
  end
136
138
 
@@ -131,6 +131,8 @@ module Algolia
131
131
 
132
132
  if attributes.key?(:updated_at)
133
133
  self.updated_at = attributes[:updated_at]
134
+ else
135
+ self.updated_at = nil
134
136
  end
135
137
 
136
138
  if attributes.key?(:authentication_id)
@@ -124,6 +124,8 @@ module Algolia
124
124
 
125
125
  if attributes.key?(:updated_at)
126
126
  self.updated_at = attributes[:updated_at]
127
+ else
128
+ self.updated_at = nil
127
129
  end
128
130
  end
129
131
 
@@ -205,6 +205,8 @@ module Algolia
205
205
 
206
206
  if attributes.key?(:updated_at)
207
207
  self.updated_at = attributes[:updated_at]
208
+ else
209
+ self.updated_at = nil
208
210
  end
209
211
  end
210
212
 
@@ -170,6 +170,8 @@ module Algolia
170
170
 
171
171
  if attributes.key?(:updated_at)
172
172
  self.updated_at = attributes[:updated_at]
173
+ else
174
+ self.updated_at = nil
173
175
  end
174
176
  end
175
177
 
@@ -132,6 +132,8 @@ module Algolia
132
132
 
133
133
  if attributes.key?(:updated_at)
134
134
  self.updated_at = attributes[:updated_at]
135
+ else
136
+ self.updated_at = nil
135
137
  end
136
138
  end
137
139
 
@@ -8,7 +8,7 @@ require "time"
8
8
  module Algolia
9
9
  module Ingestion
10
10
  class TransformationTryResponse
11
- # The array of records returned by the transformation service.
11
+ # The array of stringified records returned by the transformation service.
12
12
  attr_accessor :payloads
13
13
 
14
14
  attr_accessor :error
@@ -24,7 +24,7 @@ module Algolia
24
24
  # Attribute type mapping.
25
25
  def self.types_mapping
26
26
  {
27
- :payloads => :"Array<Object>",
27
+ :payloads => :"Array<String>",
28
28
  :error => :"TransformationError"
29
29
  }
30
30
  end
@@ -72,6 +72,8 @@ module Algolia
72
72
 
73
73
  if attributes.key?(:run_id)
74
74
  self.run_id = attributes[:run_id]
75
+ else
76
+ self.run_id = nil
75
77
  end
76
78
 
77
79
  if attributes.key?(:data)
@@ -88,8 +90,6 @@ module Algolia
88
90
 
89
91
  if attributes.key?(:message)
90
92
  self.message = attributes[:message]
91
- else
92
- self.message = nil
93
93
  end
94
94
  end
95
95
 
@@ -443,6 +443,7 @@ module Algolia
443
443
  Set.new(
444
444
  [
445
445
  :inside_bounding_box,
446
+ :user_data,
446
447
  :optional_words
447
448
  ]
448
449
  )
@@ -444,6 +444,7 @@ module Algolia
444
444
  Set.new(
445
445
  [
446
446
  :inside_bounding_box,
447
+ :user_data,
447
448
  :optional_words
448
449
  ]
449
450
  )
@@ -174,7 +174,9 @@ module Algolia
174
174
  # List of attributes with nullable: true
175
175
  def self.openapi_nullable
176
176
  Set.new(
177
- []
177
+ [
178
+ :user_data
179
+ ]
178
180
  )
179
181
  end
180
182
 
@@ -190,7 +190,9 @@ module Algolia
190
190
  # List of attributes with nullable: true
191
191
  def self.openapi_nullable
192
192
  Set.new(
193
- []
193
+ [
194
+ :user_data
195
+ ]
194
196
  )
195
197
  end
196
198
 
@@ -318,6 +318,7 @@ module Algolia
318
318
  def self.openapi_nullable
319
319
  Set.new(
320
320
  [
321
+ :user_data,
321
322
  :optional_words
322
323
  ]
323
324
  )
@@ -187,7 +187,9 @@ module Algolia
187
187
  # List of attributes with nullable: true
188
188
  def self.openapi_nullable
189
189
  Set.new(
190
- []
190
+ [
191
+ :user_data
192
+ ]
191
193
  )
192
194
  end
193
195
 
@@ -322,6 +322,7 @@ module Algolia
322
322
  def self.openapi_nullable
323
323
  Set.new(
324
324
  [
325
+ :user_data,
325
326
  :optional_words
326
327
  ]
327
328
  )
@@ -3,5 +3,5 @@
3
3
  # 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.
4
4
 
5
5
  module Algolia
6
- VERSION = "3.15.1"
6
+ VERSION = "3.15.3"
7
7
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: algolia
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.15.1
4
+ version: 3.15.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - https://alg.li/support
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-04-01 00:00:00.000000000 Z
10
+ date: 2025-04-07 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: faraday