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 +4 -4
- data/README.md +5 -4
- data/lib/ultracart_api/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3fee625783588cc5e92f0234a2bc51ad05cf9cfc7cba985ee51fc87dcf72876e
|
|
4
|
+
data.tar.gz: f4b0625e2afa45c19c7d022d776f119e06224e4592f001efda0d9ed5fe8e5682
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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 |
|