ultracart_api 3.10.91 → 3.10.92

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: e373b4c06d676333e317597ccdeb89253cd9243ccc7b6ec176d41d793b608676
4
- data.tar.gz: f9df0a6acf776c43bcb3c5c1a3cb39ef52f6034f0285f71e8982910c52f668e0
3
+ metadata.gz: 4a946ba328deaa4bf7c860591ae1b2969ddb4ba25fe07ee21081b781d34319f1
4
+ data.tar.gz: 60c5dc92f23947641301b57eb948565710ae7c6910d144ebfcaa974650273872
5
5
  SHA512:
6
- metadata.gz: 6137bfc96887257a0248a70a05936076a9176796534492cd1973c56df2e3a4581b5aa4158de7d29f1804084610f89e614709125c79bb05f41e8b571f62911ab5
7
- data.tar.gz: 8ebdd3d05272b4c5745d6ee6e2a21a92edd43604cffb7b9e7f220f08870493cf921bc9427a08fa3a4f1e48fe49336ad12ba301eb7d7df9e3265d6efcd2ed60ea
6
+ metadata.gz: c69da04c2251749afa71c903b430eac233e30da43d11e98ef39855854aa76544907ade0d0f885671dbc77d8fd3c75882507e37e3790ee25e52e547aca792b1ee
7
+ data.tar.gz: 47a8f184319cb4b153337f06190b43961fd090c22bebf417e740b5755c4dae2d857d9b8477f48a5723df3fbe789a907dae798da3b668b8718b5d522ac0a9d398
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.91
10
+ - Package version: 3.10.92
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.91.gem
27
+ gem install ./ultracart_api-3.10.92.gem
28
28
  ```
29
- (for development, run `gem install --dev ./ultracart_api-3.10.91.gem` to install the development dependencies)
29
+ (for development, run `gem install --dev ./ultracart_api-3.10.92.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.91'
35
+ gem 'ultracart_api', '~> 3.10.92'
36
36
 
37
37
  ### Install from Git
38
38
 
@@ -1271,6 +1271,7 @@ Not every change is committed to every SDK.
1271
1271
 
1272
1272
  | Version | Date | Comments |
1273
1273
  | --: | :-: | --- |
1274
+ | 3.10.92 | 01/10/2023 | bug fix for typescript enum error due to apost |
1274
1275
  | 3.10.91 | 01/10/2023 | integration log tracking of associated auto order oids |
1275
1276
  | 3.10.90 | 01/06/2023 | conversation search response object bug fix |
1276
1277
  | 3.10.89 | 01/05/2023 | communications - added maximum_enrolled flag on flow object |
@@ -198,7 +198,7 @@ module UltracartClient
198
198
  return false unless number_of_viewed_pages_logic_validator.valid?(@number_of_viewed_pages_logic)
199
199
  referring_website_logic_validator = EnumAttributeValidator.new('String', ['contains', 'does not contain', 'is exactly', 'is not'])
200
200
  return false unless referring_website_logic_validator.valid?(@referring_website_logic)
201
- type_validator = EnumAttributeValidator.new('String', ['current page url', 'customer's location', 'customer's browsing time', 'number of viewed pages', 'referring website address', 'any page from session'])
201
+ type_validator = EnumAttributeValidator.new('String', ['current page url', 'customers location', 'customers browsing time', 'number of viewed pages', 'referring website address', 'any page from session'])
202
202
  return false unless type_validator.valid?(@type)
203
203
  true
204
204
  end
@@ -266,7 +266,7 @@ module UltracartClient
266
266
  # Custom attribute writer method checking allowed values (enum).
267
267
  # @param [Object] type Object to be assigned
268
268
  def type=(type)
269
- validator = EnumAttributeValidator.new('String', ['current page url', 'customer's location', 'customer's browsing time', 'number of viewed pages', 'referring website address', 'any page from session'])
269
+ validator = EnumAttributeValidator.new('String', ['current page url', 'customers location', 'customers browsing time', 'number of viewed pages', 'referring website address', 'any page from session'])
270
270
  unless validator.valid?(type)
271
271
  fail ArgumentError, 'invalid value for "type", must be one of #{validator.allowable_values}.'
272
272
  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.91'
14
+ VERSION = '3.10.92'
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.91
4
+ version: 3.10.92
5
5
  platform: ruby
6
6
  authors:
7
7
  - UltraCart