ultracart_api 3.10.146 → 3.10.147

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: e7c61f72d815ceb5c95331bfb9025215a59951e5ba836d3d72e2a3f30b444e5f
4
- data.tar.gz: cba6c610d2604647d35e718e1e7cb70b5a50e018a5a239272a37416004bc97c2
3
+ metadata.gz: ab02843b571e5285135516137831f29d5aa31e92dc1ad5ad751d77d2bed7b041
4
+ data.tar.gz: bbb788680cdd0ff89582afe26795d763963d38c6e44b252e447fe0498d712196
5
5
  SHA512:
6
- metadata.gz: 0c18d20de1273b6b0ffdf91443af22b4c2e40ee1f5d10359fc024a29f32c4375f0753b8452b257b0b3f1e4a6f535973e7e4a797d66bb7d75db353650b52379b3
7
- data.tar.gz: 54e63d3345ccfbb7e9451ef839b036d50de9517c8dace04bc8b3f75438a0ba6dea152a55ea76e32de6de70bd1d93ab0ccbcbdf445ff5890ae9beb659b6d0216b
6
+ metadata.gz: 53ca19afafe8205e95ace1ae8716e51504bd8c41b210e9ea9a1ee24b99089ef9d1af098d18bb9d038bcddffd079f0699ac1a97404d80121f39a98bb76d6d0ea0
7
+ data.tar.gz: 359f50e2b46b2ef6ccdb38915ac070e29ef54a0fa963128455f43aa38d489bf465a4fe900d22a833bb9d5620d8d9e48a6bc8d95009bc81569fd181fb70fdbc8f
data/README.md CHANGED
@@ -7,7 +7,7 @@ UltraCart REST API Version 2
7
7
  This SDK is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:
8
8
 
9
9
  - API version: 2.0.0
10
- - Package version: 3.10.146
10
+ - Package version: 3.10.147
11
11
  - Build package: io.swagger.codegen.languages.RubyClientCodegen
12
12
  For more information, please visit [http://www.ultracart.com](http://www.ultracart.com)
13
13
 
@@ -24,15 +24,15 @@ gem build ultracart_api.gemspec
24
24
  Then either install the gem locally:
25
25
 
26
26
  ```shell
27
- gem install ./ultracart_api-3.10.146.gem
27
+ gem install ./ultracart_api-3.10.147.gem
28
28
  ```
29
- (for development, run `gem install --dev ./ultracart_api-3.10.146.gem` to install the development dependencies)
29
+ (for development, run `gem install --dev ./ultracart_api-3.10.147.gem` to install the development dependencies)
30
30
 
31
31
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
32
32
 
33
33
  Finally add this to the Gemfile:
34
34
 
35
- gem 'ultracart_api', '~> 3.10.146'
35
+ gem 'ultracart_api', '~> 3.10.147'
36
36
 
37
37
  ### Install from Git
38
38
 
@@ -1357,6 +1357,7 @@ Not every change is committed to every SDK.
1357
1357
 
1358
1358
  | Version | Date | Comments |
1359
1359
  | --: | :-: | --- |
1360
+ | 3.10.147 | 06/23/2023 | gauge constant for page visualization library |
1360
1361
  | 3.10.146 | 06/20/2023 | auto order - establishAutoOrderByReferenceOrderId method added |
1361
1362
  | 3.10.145 | 06/20/2023 | coupon add allowed values for usable_by and new OncePerNewCustomerForItem flag |
1362
1363
  | 3.10.144 | 06/15/2023 | add pickup_dts to order.shipping object |
@@ -148,7 +148,7 @@ module UltracartClient
148
148
  # Check to see if the all the properties in the model are valid
149
149
  # @return true if the model is valid
150
150
  def valid?
151
- type_validator = EnumAttributeValidator.new('String', ['score card', 'line chart', 'bar chart', 'text', 'table'])
151
+ type_validator = EnumAttributeValidator.new('String', ['score card', 'line chart', 'bar chart', 'text', 'table', 'gauge'])
152
152
  return false unless type_validator.valid?(@type)
153
153
  true
154
154
  end
@@ -156,7 +156,7 @@ module UltracartClient
156
156
  # Custom attribute writer method checking allowed values (enum).
157
157
  # @param [Object] type Object to be assigned
158
158
  def type=(type)
159
- validator = EnumAttributeValidator.new('String', ['score card', 'line chart', 'bar chart', 'text', 'table'])
159
+ validator = EnumAttributeValidator.new('String', ['score card', 'line chart', 'bar chart', 'text', 'table', 'gauge'])
160
160
  unless validator.valid?(type)
161
161
  fail ArgumentError, 'invalid value for "type", must be one of #{validator.allowable_values}.'
162
162
  end
@@ -11,5 +11,5 @@ Swagger Codegen version: 2.4.15-SNAPSHOT
11
11
  =end
12
12
 
13
13
  module UltracartClient
14
- VERSION = '3.10.146'
14
+ VERSION = '3.10.147'
15
15
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ultracart_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.10.146
4
+ version: 3.10.147
5
5
  platform: ruby
6
6
  authors:
7
7
  - UltraCart
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-06-20 00:00:00.000000000 Z
11
+ date: 2023-06-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus