algolia 3.0.0.beta.15 → 3.0.0.beta.16

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: aa356a7920a8c47434ef454abd4acbecfbe59d78f3674d831de62508befa5394
4
- data.tar.gz: 97ae7b4933e3502204cc99e47245d1a1867573f4c2fcc7f9a7255c5db5dfb8f7
3
+ metadata.gz: 2168d288b3c9cccca0d1926fc96f335d268c91ebdcea70702710fbcd83dd1ae0
4
+ data.tar.gz: 826a6c524fe2be4e9ee48ba7b37ea42ac3ffd8652ec9ac6e5c8407d56ec3bfbf
5
5
  SHA512:
6
- metadata.gz: b942ff296dc370086cb144b5cbfd282186b3603e09fb7f9c86788f2b6a2f373e1bb78a6ffe3d12063ae440e746264851a2afd1286cf372e9266418b4bc1e509c
7
- data.tar.gz: 151ab96c0f4f100a9bb90970e9440812999fc16e4c630ac8760941c40ece88d1b725d6fa1775fd7f2bd2687b027095899e5a78b4e0bebcbc40abd85851116b0f
6
+ metadata.gz: f720f425044bc5e12c38684d498b4a16480daa6537f4dda2070ac9227adb9b19822d854254896213cd15690fd85cb0468af63b867b6e719e8aebd73ab0f033e4
7
+ data.tar.gz: d839249f4f7b8f47f6d0e610db42ac02cf83db06a3fa062dbfee8166bb239aa8bfcf80237df1007b54b0b28690431f4af2818cc10c29fef3655167fa3174da6b
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## [3.0.0.beta.16](https://github.com/algolia/algoliasearch-client-ruby/compare/3.0.0.beta.15...3.0.0.beta.16)
2
+
3
+ - [4c052002e](https://github.com/algolia/api-clients-automation/commit/4c052002e) feat(specs): recursive snippets and highlights result ([#3497](https://github.com/algolia/api-clients-automation/pull/3497)) by [@shortcuts](https://github.com/shortcuts/)
4
+
1
5
  ## [3.0.0.beta.15](https://github.com/algolia/algoliasearch-client-ruby/compare/3.0.0.beta.14...3.0.0.beta.15)
2
6
 
3
7
  - [7d2ab99ce](https://github.com/algolia/api-clients-automation/commit/7d2ab99ce) feat(specs): add authentications to ingestion transformations ([#3494](https://github.com/algolia/api-clients-automation/pull/3494)) by [@shortcuts](https://github.com/shortcuts/)
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- algolia (3.0.0.beta.15)
4
+ algolia (3.0.0.beta.16)
5
5
  base64 (>= 0.2.0, < 1)
6
6
  faraday (>= 1.0.1, < 3.0)
7
7
  faraday-net_http_persistent (>= 0.15, < 3)
@@ -11,6 +11,7 @@ module Algolia
11
11
  def openapi_one_of
12
12
  [
13
13
  :"Array<HighlightResultOption>",
14
+ :"Hash<String, HighlightResult>",
14
15
  :"Hash<String, HighlightResultOption>",
15
16
  :"HighlightResultOption"
16
17
  ]
@@ -11,6 +11,7 @@ module Algolia
11
11
  def openapi_one_of
12
12
  [
13
13
  :"Array<SnippetResultOption>",
14
+ :"Hash<String, SnippetResult>",
14
15
  :"Hash<String, SnippetResultOption>",
15
16
  :"SnippetResultOption"
16
17
  ]
@@ -11,6 +11,7 @@ module Algolia
11
11
  def openapi_one_of
12
12
  [
13
13
  :"Array<HighlightResultOption>",
14
+ :"Hash<String, HighlightResult>",
14
15
  :"Hash<String, HighlightResultOption>",
15
16
  :"HighlightResultOption"
16
17
  ]
@@ -11,6 +11,7 @@ module Algolia
11
11
  def openapi_one_of
12
12
  [
13
13
  :"Array<SnippetResultOption>",
14
+ :"Hash<String, SnippetResult>",
14
15
  :"Hash<String, SnippetResultOption>",
15
16
  :"SnippetResultOption"
16
17
  ]
@@ -1,5 +1,5 @@
1
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
2
 
3
3
  module Algolia
4
- VERSION = "3.0.0.beta.15".freeze
4
+ VERSION = "3.0.0.beta.16".freeze
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: algolia
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.0.beta.15
4
+ version: 3.0.0.beta.16
5
5
  platform: ruby
6
6
  authors:
7
7
  - https://alg.li/support
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-08-08 00:00:00.000000000 Z
11
+ date: 2024-08-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday