ultracart_api 4.0.131 → 4.0.132
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: 42dec6f3b25921a2cbf36a199f81be4b062bcaeaac066d703ce17e9a84920121
|
|
4
|
+
data.tar.gz: 392fe8bf1fbb7e682155736923eb60089afad8d1734a45daa20f28e0251fe729
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a77e66f89be4fd468d0aecdd614dad42b7a1dcc00d5832c51a01ed35e0f9e28a763754acc7eed06cdbac42e9092b3d3a863be9fb167146fa72efec483b4f5e70
|
|
7
|
+
data.tar.gz: ac8cb6c1084f40cf5266a0b83f548d0dd0151b13fb390b4ae666d9ca0f31cd65d558f99899c0d29758716cb48b0da57621ce915907e53f5ae251637bc7511e30
|
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.132
|
|
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.132.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.132.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.132'
|
|
37
37
|
|
|
38
38
|
### Install from Git
|
|
39
39
|
|
|
@@ -1308,6 +1308,7 @@ Not every change is committed to every SDK.
|
|
|
1308
1308
|
|
|
1309
1309
|
| Version | Date | Comments |
|
|
1310
1310
|
| --: | :-: | --- |
|
|
1311
|
+
| 4.0.132 | 02/07/2023 | convo - new event for when a customer joins a queue |
|
|
1311
1312
|
| 4.0.131 | 02/07/2023 | convo - new event for when a customer joins a queue |
|
|
1312
1313
|
| 4.0.130 | 02/06/2023 | convo - add conversation_arn to ConversationWebsocketMessage |
|
|
1313
1314
|
| 4.0.129 | 02/01/2023 | convo - agent profile get/update methods |
|