ultracart_api 4.0.108.rc → 4.0.109.rc

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: 41109411a47e7bb132ad1394c4b491bf99f906a85c4a005f816e0095b31cc32c
4
- data.tar.gz: e63cf0d302e44501f6290e881d689607aba1e68b81dae4df0a28acb73acb6edd
3
+ metadata.gz: 2abbdd1e667e1c8dabee7de8b5ccbe1e9fa22037f8c2392593c27ebf5e1028a8
4
+ data.tar.gz: a09e2a431fb2f9fde5765891c4ee0e3f4bceee82b276acffbe4b7e5d901e6f87
5
5
  SHA512:
6
- metadata.gz: d3e2bfbd3a63f4a7100ce6ded5843fa9d76f3a40b6dfe527e0f15de9ebdd5b28b6475c7aa53a18b3209fa4be4daee095ebccf73be071ebce298e76c16415badb
7
- data.tar.gz: 10b9f1bb20182b626476f3bc5d658617d4a6482390f76acbe72cef3049d108f1bc2afda6713c4cf04b4a2dc54de31a0c91df782632d7c633a4922940ba9d66c4
6
+ metadata.gz: 7be98f22c1d05ab1c1b60d6bdb552f58c6fffd17ff32154468221e2fd39456599a64cbd6d96c88846855bbb95ed46becd4d2b05d4946810b25a039774bb596a8
7
+ data.tar.gz: 52e5529ae6b76d87b47edadec6e7a3bcbc9bf37a6b1b21871b77613b2b668d2aee7cee144b02166aa2ba4c296e6bb6e1d86a2810121c83b81bba5eacbe7a0add
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.108.rc
10
+ - Package version: 4.0.109.rc
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.108.rc.gem
27
+ gem install ./ultracart_api-4.0.109.rc.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./ultracart_api-4.0.108.rc.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./ultracart_api-4.0.109.rc.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.108.rc'
36
+ gem 'ultracart_api', '~> 4.0.109.rc'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -1279,6 +1279,7 @@ Not every change is committed to every SDK.
1279
1279
 
1280
1280
  | Version | Date | Comments |
1281
1281
  | --: | :-: | --- |
1282
+ | 4.0.109-RC | 01/10/2023 | bug fix for typescript enum error due to apost |
1282
1283
  | 4.0.108-RC | 01/10/2023 | integration log tracking of associated auto order oids |
1283
1284
  | 4.0.107-RC | 01/06/2023 | conversation search response object bug fix |
1284
1285
  | 4.0.106-RC | 01/05/2023 | communications - added maximum_enrolled flag on flow object |
@@ -217,7 +217,7 @@ module UltracartClient
217
217
  return false unless number_of_viewed_pages_logic_validator.valid?(@number_of_viewed_pages_logic)
218
218
  referring_website_logic_validator = EnumAttributeValidator.new('String', ["contains", "does not contain", "is exactly", "is not"])
219
219
  return false unless referring_website_logic_validator.valid?(@referring_website_logic)
220
- 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"])
220
+ type_validator = EnumAttributeValidator.new('String', ["current page url", "customers location", "customers browsing time", "number of viewed pages", "referring website address", "any page from session"])
221
221
  return false unless type_validator.valid?(@type)
222
222
  true
223
223
  end
@@ -285,7 +285,7 @@ module UltracartClient
285
285
  # Custom attribute writer method checking allowed values (enum).
286
286
  # @param [Object] type Object to be assigned
287
287
  def type=(type)
288
- 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"])
288
+ validator = EnumAttributeValidator.new('String', ["current page url", "customers location", "customers browsing time", "number of viewed pages", "referring website address", "any page from session"])
289
289
  unless validator.valid?(type)
290
290
  fail ArgumentError, "invalid value for \"type\", must be one of #{validator.allowable_values}."
291
291
  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.108.rc'
14
+ VERSION = '4.0.109.rc'
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: 4.0.108.rc
4
+ version: 4.0.109.rc
5
5
  platform: ruby
6
6
  authors:
7
7
  - UltraCart