algolia 3.37.0 → 3.37.1

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c897e9c9e8d22e1fe88226157ba3aedc2d591eb491f026957d5b181167733f5f
4
- data.tar.gz: 136ae22c63b6a2f9cd5a8494cdb8846f49c3a74a3bbaaf2c65fe4c255307c5a2
3
+ metadata.gz: 9ba68c4db4558693366a3a03e5791f8a3319a65cd999eeb06384af77835908dd
4
+ data.tar.gz: ee5f89ee90d38548f080073ee7b2317f8f122b46dc4e27b14881459c29c1fa1f
5
5
  SHA512:
6
- metadata.gz: b59cd8b93347edeb848e575bd63c4d2a79fccd2fb73265bb17fd3eb03133632d3ec710068761174968497de1be1d5d27109a12e5f2c509236ffff459d88d0ea9
7
- data.tar.gz: 65503f33ab952ca51d78a1faf4888e733c85da2d123b7e3740d047e61acb098fabc7d43bec7fab061f39dff3fb210b29b589aab0e89d310281a4a152a62790f4
6
+ metadata.gz: 06e52b23d46d08296c9f65bde34a4fce7e7f5f3eb9f06b841578371847d5d81d8f392c8f6ace00ebdfd98b5de987233d590b71af5ac43505e7869307c9ab5729
7
+ data.tar.gz: 394e21acd70914592158b1e301201728e7429e9da0376689ddb6b94c2642811a4855824c0f1f3dfc215a7be3e89c4a7400de1aae0311c355b42b70d887f38d6c
data/CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
1
+ ## [3.37.1](https://github.com/algolia/algoliasearch-client-ruby/compare/3.37.0...3.37.1)
2
+
3
+ - [16b17eea7b](https://github.com/algolia/api-clients-automation/commit/16b17eea7b) fix(clients): add discriminator fields for InjectedItemSource oneOf ([#6170](https://github.com/algolia/api-clients-automation/pull/6170)) by [@eric-zaharia](https://github.com/eric-zaharia/)
4
+ - [d86a5438e2](https://github.com/algolia/api-clients-automation/commit/d86a5438e2) chore(deps): dependencies 2026-04-06 ([#6200](https://github.com/algolia/api-clients-automation/pull/6200)) by [@algolia-bot](https://github.com/algolia-bot/)
5
+
1
6
  ## [3.37.0](https://github.com/algolia/algoliasearch-client-ruby/compare/3.36.1...3.37.0)
2
7
 
3
8
  - [a196c9cf73](https://github.com/algolia/api-clients-automation/commit/a196c9cf73) feat(clients): response decompression ([#6095](https://github.com/algolia/api-clients-automation/pull/6095)) by [@eric-zaharia](https://github.com/eric-zaharia/)
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- algolia (3.37.0)
4
+ algolia (3.37.1)
5
5
  base64 (>= 0.2.0, < 1)
6
6
  faraday (>= 1.0.1, < 3.0)
7
7
  faraday-net_http_persistent (>= 0.15, < 3)
@@ -18,6 +18,13 @@ module Algolia
18
18
  }
19
19
  end
20
20
 
21
+ # Returns the keys that uniquely identify this oneOf variant when present
22
+ def self.discriminator_attributes
23
+ [
24
+ :external
25
+ ]
26
+ end
27
+
21
28
  # Attribute type mapping.
22
29
  def self.types_mapping
23
30
  {
@@ -18,6 +18,13 @@ module Algolia
18
18
  }
19
19
  end
20
20
 
21
+ # Returns the keys that uniquely identify this oneOf variant when present
22
+ def self.discriminator_attributes
23
+ [
24
+ :search
25
+ ]
26
+ end
27
+
21
28
  # Attribute type mapping.
22
29
  def self.types_mapping
23
30
  {
@@ -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.37.0"
6
+ VERSION = "3.37.1"
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: algolia
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.37.0
4
+ version: 3.37.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - https://alg.li/support