ultracart_api 3.10.147 → 3.10.148

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: ab02843b571e5285135516137831f29d5aa31e92dc1ad5ad751d77d2bed7b041
4
- data.tar.gz: bbb788680cdd0ff89582afe26795d763963d38c6e44b252e447fe0498d712196
3
+ metadata.gz: 1d1eb0c8c83400d77f4a7f01718e31ff6e776f2e57e1914bd04789183c57e935
4
+ data.tar.gz: b61db86b39e3027cb44ce0d145c9cc1234899143d45c5a4935ef57b487aa350a
5
5
  SHA512:
6
- metadata.gz: 53ca19afafe8205e95ace1ae8716e51504bd8c41b210e9ea9a1ee24b99089ef9d1af098d18bb9d038bcddffd079f0699ac1a97404d80121f39a98bb76d6d0ea0
7
- data.tar.gz: 359f50e2b46b2ef6ccdb38915ac070e29ef54a0fa963128455f43aa38d489bf465a4fe900d22a833bb9d5620d8d9e48a6bc8d95009bc81569fd181fb70fdbc8f
6
+ metadata.gz: 708709e445e28c8d9127ba8fdb6f9bb6ab5ce40cb37f29a793d5b221b78dedc8c1d4794284a4fab39e2e11db17f9a5682725ff2636059e2af2d2f724f5cd8db5
7
+ data.tar.gz: 35a6774ace551efee6778c710d4870791ae41ff427ef8063d39f8670a80ce8ba9f334512a61795534b7cc508b1d6925c36d848830be7273162d35fa844b1f1d7
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.147
10
+ - Package version: 3.10.148
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.147.gem
27
+ gem install ./ultracart_api-3.10.148.gem
28
28
  ```
29
- (for development, run `gem install --dev ./ultracart_api-3.10.147.gem` to install the development dependencies)
29
+ (for development, run `gem install --dev ./ultracart_api-3.10.148.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.147'
35
+ gem 'ultracart_api', '~> 3.10.148'
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.148 | 07/03/2023 | chart constant for dw report tool |
1360
1361
  | 3.10.147 | 06/23/2023 | gauge constant for page visualization library |
1361
1362
  | 3.10.146 | 06/20/2023 | auto order - establishAutoOrderByReferenceOrderId method added |
1362
1363
  | 3.10.145 | 06/20/2023 | coupon add allowed values for usable_by and new OncePerNewCustomerForItem flag |
@@ -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', 'gauge'])
151
+ type_validator = EnumAttributeValidator.new('String', ['score card', 'line chart', 'bar chart', 'text', 'table', 'gauge', 'pie chart'])
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', 'gauge'])
159
+ validator = EnumAttributeValidator.new('String', ['score card', 'line chart', 'bar chart', 'text', 'table', 'gauge', 'pie chart'])
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.147'
14
+ VERSION = '3.10.148'
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.147
4
+ version: 3.10.148
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-23 00:00:00.000000000 Z
11
+ date: 2023-07-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus