algolia 3.0.0.alpha.8 → 3.0.0.alpha.9

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: 3d10bc5a4416ac58ae021790e9690899657e2bb99bdb2db0545d0e66071768e7
4
- data.tar.gz: 8ba97103d301846b9dac5a00b6e3438865b6f7754e2f105142557ada23a21ba1
3
+ metadata.gz: c497a0a403dd15a9c839ff211a09d10e68eef9755d60242c20893879caee6fad
4
+ data.tar.gz: 867cdfa39c35a29b5279f7d9e0dd73ca1992b38d0a84fdf07178190251ecdbc5
5
5
  SHA512:
6
- metadata.gz: 97eee1cc7661f4c159b9254f1c1355a37b3394bb306ba68f26165f027ae8f49fb5b6f6c287d1d62a3e9c50d63e160a63564f11b00f9ecaf4247d2efeceed907e
7
- data.tar.gz: 65a63a9ba144c499d608e86efb1e92715433a80a68620079c8c66be96fafc238fd75ffed2bf7ffa4614a5f34727acbe534933fff5870d809e37ac748ede06b5a
6
+ metadata.gz: 2e8b6a9396dc6b1157a010c87533f9e348da333f412abc031bb4b0f065349128974cf086c78890ae5787c9ca767320a434318bdd9ffd2ea37e36405b83edd2fd
7
+ data.tar.gz: 4b7ea4afb7278803bfc556d6fa5dea440de505dcd9fc6d997ccdd59ec84c43199da7e679441d7991ecb319b7b8ffd1a306eaaefb48e4129e4673b1d735680ce0
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## [3.0.0.alpha.9](https://github.com/algolia/algoliasearch-client-ruby/compare/3.0.0.alpha.8...3.0.0.alpha.9)
2
+
3
+ - [4f6e2d0b3](https://github.com/algolia/api-clients-automation/commit/4f6e2d0b3) fix(specs): allow custom fields to be nullable ([#2746](https://github.com/algolia/api-clients-automation/pull/2746)) by [@shortcuts](https://github.com/shortcuts/)
4
+
1
5
  ## [3.0.0.alpha.8](https://github.com/algolia/algoliasearch-client-ruby/compare/3.0.0.alpha.7...3.0.0.alpha.8)
2
6
 
3
7
  - [6624759e1](https://github.com/algolia/api-clients-automation/commit/6624759e1) feat(specs): add CustomFields to CT Source Input ([#2742](https://github.com/algolia/api-clients-automation/pull/2742)) by [@damcou](https://github.com/damcou/)
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- algolia (3.0.0.alpha.8)
4
+ algolia (3.0.0.alpha.9)
5
5
  faraday (>= 1.0.1, < 3.0)
6
6
  faraday-net_http_persistent (>= 0.15, < 3)
7
7
  net-http-persistent
@@ -41,7 +41,11 @@ module Algolia
41
41
 
42
42
  # List of attributes with nullable: true
43
43
  def self.openapi_nullable
44
- Set.new([])
44
+ Set.new([
45
+ :inventory,
46
+ :price,
47
+ :category
48
+ ])
45
49
  end
46
50
 
47
51
  # Initializes the object
@@ -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.alpha.8'.freeze
4
+ VERSION = '3.0.0.alpha.9'.freeze
5
5
  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.0.0.alpha.8
4
+ version: 3.0.0.alpha.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Algolia