ultracart_api 4.0.164 → 4.0.165

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: aa980259373a5919b9488aeb34c4b4095e5527ae433c01dd31b44b57bb481b00
4
- data.tar.gz: 950dda4ec79a8bedde783e8f7fe2ba7aa6f804544e189c1624d3a45582dc1856
3
+ metadata.gz: 80f9ec277ec43bcf7e9d76cb6559ae3e2d129c6b0ba0f747fb96f56b497593b3
4
+ data.tar.gz: 3c18436b086ae2c7ca54e4c190b1649dbcf1bddf1abf913519a85485c82c680b
5
5
  SHA512:
6
- metadata.gz: f378f3eb8c65f98d39ce35b4f4fb6d560275ddc6dee1c94a3805f98fe558218f908e7e3ee882a6d395bf712737ae2d0d824259ed5e33f02707f806631266e893
7
- data.tar.gz: 5c029a2b31da0dfb00f06bd3e6625e2803cafba03734f56292b451b7a7108a8291bf9606dd790a92fe6f87d7a27970d2d183841cd675afa7524a30621a38d5f1
6
+ metadata.gz: 14b7d97f71ac01025628bb3ef15b04b10fe445379f00060920b333c136bcc9164b62230b0f656822edd73b36f731c8a20038f30b100a23552ec3062711fec489
7
+ data.tar.gz: d50df8a53063ad59d7da869cc153a378b2eb33a44de494c91bc048a8759d3e1277713bf7440728c9f2b61df2ed76f30cbedb1ea1b1ad06fc4f51ed369f48726e
data/README.md CHANGED
@@ -7,7 +7,7 @@ UltraCart REST API Version 2
7
7
  This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
8
8
 
9
9
  - API version: 2.0.0
10
- - Package version: 4.0.164
10
+ - Package version: 4.0.165
11
11
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
12
12
  For more information, please visit [http://www.ultracart.com](http://www.ultracart.com)
13
13
 
@@ -24,16 +24,16 @@ gem build ultracart_api.gemspec
24
24
  Then either install the gem locally:
25
25
 
26
26
  ```shell
27
- gem install ./ultracart_api-4.0.164.gem
27
+ gem install ./ultracart_api-4.0.165.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./ultracart_api-4.0.164.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./ultracart_api-4.0.165.gem` to install the development dependencies)
31
31
 
32
32
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
33
33
 
34
34
  Finally add this to the Gemfile:
35
35
 
36
- gem 'ultracart_api', '~> 4.0.164'
36
+ gem 'ultracart_api', '~> 4.0.165'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -1365,6 +1365,7 @@ Not every change is committed to every SDK.
1365
1365
 
1366
1366
  | Version | Date | Comments |
1367
1367
  | --: | :-: | --- |
1368
+ | 4.0.165 | 07/03/2023 | chart constant for dw report tool |
1368
1369
  | 4.0.164 | 06/23/2023 | gauge constant for page visualization library |
1369
1370
  | 4.0.163 | 06/20/2023 | auto order - establishAutoOrderByReferenceOrderId method added |
1370
1371
  | 4.0.162 | 06/20/2023 | coupon add allowed values for usable_by and new OncePerNewCustomerForItem flag |
@@ -167,7 +167,7 @@ module UltracartClient
167
167
  # Check to see if the all the properties in the model are valid
168
168
  # @return true if the model is valid
169
169
  def valid?
170
- type_validator = EnumAttributeValidator.new('String', ["score card", "line chart", "bar chart", "text", "table", "gauge"])
170
+ type_validator = EnumAttributeValidator.new('String', ["score card", "line chart", "bar chart", "text", "table", "gauge", "pie chart"])
171
171
  return false unless type_validator.valid?(@type)
172
172
  true
173
173
  end
@@ -175,7 +175,7 @@ module UltracartClient
175
175
  # Custom attribute writer method checking allowed values (enum).
176
176
  # @param [Object] type Object to be assigned
177
177
  def type=(type)
178
- validator = EnumAttributeValidator.new('String', ["score card", "line chart", "bar chart", "text", "table", "gauge"])
178
+ validator = EnumAttributeValidator.new('String', ["score card", "line chart", "bar chart", "text", "table", "gauge", "pie chart"])
179
179
  unless validator.valid?(type)
180
180
  fail ArgumentError, "invalid value for \"type\", must be one of #{validator.allowable_values}."
181
181
  end
@@ -11,5 +11,5 @@ OpenAPI Generator version: 6.0.1-SNAPSHOT
11
11
  =end
12
12
 
13
13
  module UltracartClient
14
- VERSION = '4.0.164'
14
+ VERSION = '4.0.165'
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: 4.0.164
4
+ version: 4.0.165
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