ultracart_api 4.0.125.rc → 4.0.126.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: 754f75dc200860e9cba67b2a0447be1d60189c16a8dc853b0ee00ae2f08aea45
4
- data.tar.gz: b40e4408ae07e4eb17cfb06f1478410800d0d8fe4cbd15138e7b9179c1c3a1a6
3
+ metadata.gz: 3fee625783588cc5e92f0234a2bc51ad05cf9cfc7cba985ee51fc87dcf72876e
4
+ data.tar.gz: f4b0625e2afa45c19c7d022d776f119e06224e4592f001efda0d9ed5fe8e5682
5
5
  SHA512:
6
- metadata.gz: f2b4e81f44eaeb1ece12e39b6f9483b50546f43a5464c59017282ff77ca1d8b334fa20925ab5da4aef2f8914420a1a4730289fd587b68374430e897c80a2f8a1
7
- data.tar.gz: 9b34813a0160623225a298aeee9a265a6101a0d3a8406629a54009bce30aa99eb1ae9e380c315817024000afd16ff58006b3b26076967750437bc2d049b4b205
6
+ metadata.gz: b67f1b0e27f0d7693dbf4134db1c8553fe9288fe3ce49af829e8251ca20afbeb31132057b6e4d4f64f494fc2c06dc9e59daffbc25cd76293def65b149468fef6
7
+ data.tar.gz: 3b3fcede5e97f059bdc78f28b81136c796e6085365d5b52c606ee5b69669654a4b37f647a53c8c5611cacb945c14a151baef7aa05f15f4a117f226128a931523
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.125.rc
10
+ - Package version: 4.0.126.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.125.rc.gem
27
+ gem install ./ultracart_api-4.0.126.rc.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./ultracart_api-4.0.125.rc.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./ultracart_api-4.0.126.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.125.rc'
36
+ gem 'ultracart_api', '~> 4.0.126.rc'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -1300,6 +1300,7 @@ Not every change is committed to every SDK.
1300
1300
 
1301
1301
  | Version | Date | Comments |
1302
1302
  | --: | :-: | --- |
1303
+ | 4.0.126-RC | 01/26/2023 | typo in ConversationWebsocketMessage |
1303
1304
  | 4.0.125-RC | 01/26/2023 | conversation - added message type of engagement prompt |
1304
1305
  | 4.0.124-RC | 01/25/2023 | convo event for engage customer |
1305
1306
  | 4.0.123-RC | 01/25/2023 | order api method generateInvoice |
@@ -11,5 +11,5 @@ OpenAPI Generator version: 6.0.1-SNAPSHOT
11
11
  =end
12
12
 
13
13
  module UltracartClient
14
- VERSION = '4.0.125.rc'
14
+ VERSION = '4.0.126.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.125.rc
4
+ version: 4.0.126.rc
5
5
  platform: ruby
6
6
  authors:
7
7
  - UltraCart