flowcommerce 0.2.86 → 0.2.87

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: c43367d48796d7ff0772ac118136bbbfc4619fb819e6e77be0fcaf6e52bd68b6
4
- data.tar.gz: '08ec019139e90fcb6f32130d5f2d66005a7da03b587b4fd73953f00a99807677'
3
+ metadata.gz: f4f09a9394c37c46d0920cf85937ec7c1461c0e80edde6b6d28f6128f612d6a5
4
+ data.tar.gz: ed48759a85e97d8aee99fc152c220e04f7f2eff7847f955737114a528340a4ce
5
5
  SHA512:
6
- metadata.gz: 4efac635179720a82e4450d1a0f0062fd2afd25b03298bffa0ce974ad221d3a088ddbc53c311cc806661cda0816d6e307eb9922e0c8508695ebf14d61cf3cc0f
7
- data.tar.gz: dd82c7fad28c22a7d9ded9d7b9a8da1458ad1bb3da3906672233f8f6adcd8a7fabba802101f8179f873fa1c8fc120ee5465caaf3a9824e9eec912d081caa1f9f
6
+ metadata.gz: 704b4df67ee004259b25fa763fbfeae4523285435ce478023e51a2f54c194eeebcd528c5d4df1dd97cc87340c2294dab41d543321e4067934d5f987bca659031
7
+ data.tar.gz: 45e805bd254c6f997b2cf2f52fbef624777f2f325d0ca674cd8f25833857986ce5e63ea6c169ab09463526be6e6f238978c07f829225d28c78ce4f3bb4f05110
@@ -1,5 +1,5 @@
1
1
  # Generated by API Builder - https://www.apibuilder.io
2
- # Service version: 0.9.74
2
+ # Service version: 0.9.76
3
3
  # apibuilder 0.15.11 app.apibuilder.io/flow/api/latest/ruby_client
4
4
 
5
5
  require 'cgi'
@@ -26,7 +26,7 @@ module Io
26
26
  BASE_URL = 'https://api.flow.io' unless defined?(Constants::BASE_URL)
27
27
  NAMESPACE = 'io.flow.v0' unless defined?(Constants::NAMESPACE)
28
28
  USER_AGENT = 'apibuilder 0.15.11 app.apibuilder.io/flow/api/latest/ruby_client' unless defined?(Constants::USER_AGENT)
29
- VERSION = '0.9.74' unless defined?(Constants::VERSION)
29
+ VERSION = '0.9.76' unless defined?(Constants::VERSION)
30
30
  VERSION_MAJOR = 0 unless defined?(VERSION_MAJOR)
31
31
 
32
32
  end
@@ -12731,7 +12731,7 @@ module Io
12731
12731
  end
12732
12732
 
12733
12733
  def AttributeIntent.ALL
12734
- @@all ||= [AttributeIntent.brand, AttributeIntent.color, AttributeIntent.countries_of_origin, AttributeIntent.product_id, AttributeIntent.fulfillment_method, AttributeIntent.hazardous, AttributeIntent.price, AttributeIntent.size, AttributeIntent.sku, AttributeIntent.taxability, AttributeIntent.consumer_url, AttributeIntent.gtin, AttributeIntent.mpn, AttributeIntent.facet, AttributeIntent.eccn, AttributeIntent.returnable]
12734
+ @@all ||= [AttributeIntent.brand, AttributeIntent.color, AttributeIntent.countries_of_origin, AttributeIntent.product_id, AttributeIntent.fulfillment_method, AttributeIntent.hazardous, AttributeIntent.price, AttributeIntent.size, AttributeIntent.sku, AttributeIntent.taxability, AttributeIntent.consumer_url, AttributeIntent.gtin, AttributeIntent.mpn, AttributeIntent.facet, AttributeIntent.eccn, AttributeIntent.returnable, AttributeIntent.searchable]
12735
12735
  end
12736
12736
 
12737
12737
  # A brand name of the item (for retailers that sell multiple brands)
@@ -12823,6 +12823,11 @@ module Io
12823
12823
  @@_returnable ||= AttributeIntent.new('returnable')
12824
12824
  end
12825
12825
 
12826
+ # Identifies whether the attribute can be used to search for an item.
12827
+ def AttributeIntent.searchable
12828
+ @@_searchable ||= AttributeIntent.new('searchable')
12829
+ end
12830
+
12826
12831
  def to_hash
12827
12832
  value
12828
12833
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: flowcommerce
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.86
4
+ version: 0.2.87
5
5
  platform: ruby
6
6
  authors:
7
7
  - Flow Commerce, Inc.
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-12-09 00:00:00.000000000 Z
11
+ date: 2020-12-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: json
@@ -39,7 +39,7 @@ homepage: https://github.com/flowcommerce/ruby-sdk
39
39
  licenses:
40
40
  - MIT
41
41
  metadata: {}
42
- post_install_message:
42
+ post_install_message:
43
43
  rdoc_options: []
44
44
  require_paths:
45
45
  - lib
@@ -54,8 +54,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
54
54
  - !ruby/object:Gem::Version
55
55
  version: '0'
56
56
  requirements: []
57
- rubygems_version: 3.1.4
58
- signing_key:
57
+ rubygems_version: 3.0.3
58
+ signing_key:
59
59
  specification_version: 4
60
60
  summary: Native ruby client for the Flow REST API.
61
61
  test_files: []