ultracart_api 3.10.107 → 3.10.108

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: 130268d511ad22379720f02fb133c558aa541ea73e20b48ae2d580c1158aa64e
4
- data.tar.gz: 72836a174a56c8ef9821fba0fab3ada259e5d8bc5a81eb86fe21c2a7fb6f7308
3
+ metadata.gz: 2459c63493f3f65804310dfd32ec39ddd3305d0e72bb6685df261c5ae298b65c
4
+ data.tar.gz: 1373591b57f57fdfc9ab72e6f8bea995fc33350dd13df7d29507eedcfc3dff68
5
5
  SHA512:
6
- metadata.gz: d4b24eed59fbe9c7b0d558659586b0e62fa89d2de93d1557ea4da105f44f68a414c2fd0291188b17886cbe6d3e850528397c20135ca22b5365d9a6cd0553e1f2
7
- data.tar.gz: 62daec3bb5a02d0ef824e83f9309b5ba3068208dbe80471a1ad223939a5f8755ab2b3856663375ea794180b8da59b1b881d5643f5e943d8fb72d3fe3292a0c00
6
+ metadata.gz: fdcf555251723027201b6e4fb675e7ca4a147b5f8ea01fcc7718ea22380e74ecdb72e72c769b78c0cdf2178452b079883ac13eae62b5bbe35a3a1055166cc05a
7
+ data.tar.gz: 7739dc3c53fbd82f9c01780b6996c79a1b9448e85896b15a87fa496c97d7a526add9dae03df91bc1afddafe65c71dd3d197de7f91f5ee53ba42dba7bb07ded62
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.107
10
+ - Package version: 3.10.108
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.107.gem
27
+ gem install ./ultracart_api-3.10.108.gem
28
28
  ```
29
- (for development, run `gem install --dev ./ultracart_api-3.10.107.gem` to install the development dependencies)
29
+ (for development, run `gem install --dev ./ultracart_api-3.10.108.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.107'
35
+ gem 'ultracart_api', '~> 3.10.108'
36
36
 
37
37
  ### Install from Git
38
38
 
@@ -1292,6 +1292,7 @@ Not every change is committed to every SDK.
1292
1292
 
1293
1293
  | Version | Date | Comments |
1294
1294
  | --: | :-: | --- |
1295
+ | 3.10.108 | 01/25/2023 | conversation - added message type of engagement prompt |
1295
1296
  | 3.10.107 | 01/25/2023 | convo event for engage customer |
1296
1297
  | 3.10.106 | 01/25/2023 | order api method generateInvoice |
1297
1298
  | 3.10.105 | 01/24/2023 | auto order - cancel minimum and change balance options |
@@ -199,7 +199,7 @@ module UltracartClient
199
199
  # Check to see if the all the properties in the model are valid
200
200
  # @return true if the model is valid
201
201
  def valid?
202
- type_validator = EnumAttributeValidator.new('String', ['message', 'notice'])
202
+ type_validator = EnumAttributeValidator.new('String', ['message', 'notice', 'engagement prompt'])
203
203
  return false unless type_validator.valid?(@type)
204
204
  true
205
205
  end
@@ -207,7 +207,7 @@ module UltracartClient
207
207
  # Custom attribute writer method checking allowed values (enum).
208
208
  # @param [Object] type Object to be assigned
209
209
  def type=(type)
210
- validator = EnumAttributeValidator.new('String', ['message', 'notice'])
210
+ validator = EnumAttributeValidator.new('String', ['message', 'notice', 'engagement prompt'])
211
211
  unless validator.valid?(type)
212
212
  fail ArgumentError, 'invalid value for "type", must be one of #{validator.allowable_values}.'
213
213
  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.107'
14
+ VERSION = '3.10.108'
15
15
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ultracart_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.10.107
4
+ version: 3.10.108
5
5
  platform: ruby
6
6
  authors:
7
7
  - UltraCart