ultracart_api 3.10.122 → 3.10.123

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: 27fd0273e03c2cc30caa02a1cc540813c31cbd8724aabe14ee63c472277758af
4
- data.tar.gz: cf3506a5d39c78397701eb152108bab7f2b99934d912b4f90915a32719a77e89
3
+ metadata.gz: 73ac8c92298655b98808b43599ad8a7d8f3a874e1b85bbf4a8cfc95873caf277
4
+ data.tar.gz: 5428a69a89778461643ccc86554e226688eb123b7c599fb06f8b6f1a2100a3bd
5
5
  SHA512:
6
- metadata.gz: 4895417eef9c2e3654181f1c52c35b4cdefe3f5c440907067344e1345da2f44d53a729340b4324bd66393c88b26f76e1a4d04afdb3b3684d78c37cfd6ab94bea
7
- data.tar.gz: 42c3090e07e4bc214984d3adb53fa687d2b48c00afd5fbe4614eb13e03a0e3260db5a2e97fd57a5e81512d0c0fd2f727d6f4f9ecb64dae06efadf28d7e6f24d5
6
+ metadata.gz: 4845059e9b5d7e3dbb88a0f5db8ccf21490e7cb00c732ffc2264dd221802d80d6ef3168b784dea835be95cc578d79645592253c32d4fa8e9e4ef871fc906ace0
7
+ data.tar.gz: 648e78854045845923896bbdfd08181fadb9d53f75437dff37e2f4ac365cf00237543b45c0f4afd65248efc15da1a9d3959d620e4f1afc525e81b77ecd52c755
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.122
10
+ - Package version: 3.10.123
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.122.gem
27
+ gem install ./ultracart_api-3.10.123.gem
28
28
  ```
29
- (for development, run `gem install --dev ./ultracart_api-3.10.122.gem` to install the development dependencies)
29
+ (for development, run `gem install --dev ./ultracart_api-3.10.123.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.122'
35
+ gem 'ultracart_api', '~> 3.10.123'
36
36
 
37
37
  ### Install from Git
38
38
 
@@ -1307,6 +1307,7 @@ Not every change is committed to every SDK.
1307
1307
 
1308
1308
  | Version | Date | Comments |
1309
1309
  | --: | :-: | --- |
1310
+ | 3.10.123 | 03/21/2023 | order api - new stage named Hold |
1310
1311
  | 3.10.122 | 03/14/2023 | order.getOrderEdiDocuments |
1311
1312
  | 3.10.121 | 03/01/2023 | convo - add sentiment record to conversation obj |
1312
1313
  | 3.10.120 | 02/22/2023 | convo - customer initiated flag on engagement |
@@ -409,7 +409,7 @@ module UltracartClient
409
409
  # @return true if the model is valid
410
410
  def valid?
411
411
  return false if !@currency_code.nil? && @currency_code.to_s.length > 3
412
- current_stage_validator = EnumAttributeValidator.new('String', ['Accounts Receivable', 'Pending Clearance', 'Fraud Review', 'Rejected', 'Shipping Department', 'Completed Order', 'Quote Request', 'Quote Sent', 'Least Cost Routing', 'Unknown', 'Pre-ordered', 'Advanced Order Routing'])
412
+ current_stage_validator = EnumAttributeValidator.new('String', ['Accounts Receivable', 'Pending Clearance', 'Fraud Review', 'Rejected', 'Shipping Department', 'Completed Order', 'Quote Request', 'Quote Sent', 'Least Cost Routing', 'Unknown', 'Pre-ordered', 'Advanced Order Routing', 'Hold'])
413
413
  return false unless current_stage_validator.valid?(@current_stage)
414
414
  return false if !@language_iso_code.nil? && @language_iso_code.to_s.length > 3
415
415
  true
@@ -428,7 +428,7 @@ module UltracartClient
428
428
  # Custom attribute writer method checking allowed values (enum).
429
429
  # @param [Object] current_stage Object to be assigned
430
430
  def current_stage=(current_stage)
431
- validator = EnumAttributeValidator.new('String', ['Accounts Receivable', 'Pending Clearance', 'Fraud Review', 'Rejected', 'Shipping Department', 'Completed Order', 'Quote Request', 'Quote Sent', 'Least Cost Routing', 'Unknown', 'Pre-ordered', 'Advanced Order Routing'])
431
+ validator = EnumAttributeValidator.new('String', ['Accounts Receivable', 'Pending Clearance', 'Fraud Review', 'Rejected', 'Shipping Department', 'Completed Order', 'Quote Request', 'Quote Sent', 'Least Cost Routing', 'Unknown', 'Pre-ordered', 'Advanced Order Routing', 'Hold'])
432
432
  unless validator.valid?(current_stage)
433
433
  fail ArgumentError, 'invalid value for "current_stage", must be one of #{validator.allowable_values}.'
434
434
  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.122'
14
+ VERSION = '3.10.123'
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.122
4
+ version: 3.10.123
5
5
  platform: ruby
6
6
  authors:
7
7
  - UltraCart
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-03-14 00:00:00.000000000 Z
11
+ date: 2023-03-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus