ultracart_api 4.0.163 → 4.0.165

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 37ac8ecdffea2efc58a7cfed3a3d781196784bce4eb054c1a001aa7e7655889d
4
- data.tar.gz: 8c9d4c4c7a5bfc7e3feba016623ae064c05496c628e141714a1ab8a3db868363
3
+ metadata.gz: 80f9ec277ec43bcf7e9d76cb6559ae3e2d129c6b0ba0f747fb96f56b497593b3
4
+ data.tar.gz: 3c18436b086ae2c7ca54e4c190b1649dbcf1bddf1abf913519a85485c82c680b
5
5
  SHA512:
6
- metadata.gz: e1cf1043b630a8c1dcddac1c5c3e20905c4bd8e16b4f45c149d311adb3f8d06a4e95376a55ec5d95e5acd27909859dc6f15ccd311e5d9320b92c3c7094173573
7
- data.tar.gz: fd803f9f023bbd201108cb7c690bb77d946df4e64e81e43493a5a3961a37d2e17b442ef45fd798a5c27447553491cc02c8d2146eb4c3eb3f6dc6dd3b51b8eea6
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.163
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.163.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.163.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.163'
36
+ gem 'ultracart_api', '~> 4.0.165'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -1365,6 +1365,8 @@ 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 |
1369
+ | 4.0.164 | 06/23/2023 | gauge constant for page visualization library |
1368
1370
  | 4.0.163 | 06/20/2023 | auto order - establishAutoOrderByReferenceOrderId method added |
1369
1371
  | 4.0.162 | 06/20/2023 | coupon add allowed values for usable_by and new OncePerNewCustomerForItem flag |
1370
1372
  | 4.0.161 | 06/15/2023 | add pickup_dts to order.shipping object |
@@ -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"])
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"])
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.163'
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.163
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-20 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