ultracart_api 4.0.163 → 4.0.164

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: 37ac8ecdffea2efc58a7cfed3a3d781196784bce4eb054c1a001aa7e7655889d
4
- data.tar.gz: 8c9d4c4c7a5bfc7e3feba016623ae064c05496c628e141714a1ab8a3db868363
3
+ metadata.gz: aa980259373a5919b9488aeb34c4b4095e5527ae433c01dd31b44b57bb481b00
4
+ data.tar.gz: 950dda4ec79a8bedde783e8f7fe2ba7aa6f804544e189c1624d3a45582dc1856
5
5
  SHA512:
6
- metadata.gz: e1cf1043b630a8c1dcddac1c5c3e20905c4bd8e16b4f45c149d311adb3f8d06a4e95376a55ec5d95e5acd27909859dc6f15ccd311e5d9320b92c3c7094173573
7
- data.tar.gz: fd803f9f023bbd201108cb7c690bb77d946df4e64e81e43493a5a3961a37d2e17b442ef45fd798a5c27447553491cc02c8d2146eb4c3eb3f6dc6dd3b51b8eea6
6
+ metadata.gz: f378f3eb8c65f98d39ce35b4f4fb6d560275ddc6dee1c94a3805f98fe558218f908e7e3ee882a6d395bf712737ae2d0d824259ed5e33f02707f806631266e893
7
+ data.tar.gz: 5c029a2b31da0dfb00f06bd3e6625e2803cafba03734f56292b451b7a7108a8291bf9606dd790a92fe6f87d7a27970d2d183841cd675afa7524a30621a38d5f1
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.164
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.164.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.164.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.164'
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.164 | 06/23/2023 | gauge constant for page visualization library |
1368
1369
  | 4.0.163 | 06/20/2023 | auto order - establishAutoOrderByReferenceOrderId method added |
1369
1370
  | 4.0.162 | 06/20/2023 | coupon add allowed values for usable_by and new OncePerNewCustomerForItem flag |
1370
1371
  | 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"])
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"])
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.164'
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.164
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