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 +4 -4
- data/README.md +6 -4
- data/lib/ultracart_api/models/report_page_visualization.rb +2 -2
- data/lib/ultracart_api/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 80f9ec277ec43bcf7e9d76cb6559ae3e2d129c6b0ba0f747fb96f56b497593b3
|
4
|
+
data.tar.gz: 3c18436b086ae2c7ca54e4c190b1649dbcf1bddf1abf913519a85485c82c680b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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.
|
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.
|
27
|
+
gem install ./ultracart_api-4.0.165.gem
|
28
28
|
```
|
29
29
|
|
30
|
-
(for development, run `gem install --dev ./ultracart_api-4.0.
|
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.
|
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
|
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.
|
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-
|
11
|
+
date: 2023-07-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: typhoeus
|