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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 310eb2e4f012d716f5d328c557965bf9891556f024fddc623f4a08bcb332ee8a
4
- data.tar.gz: d130a2a42cf386410351c0b75f096e82b85c2367a592c2e9dc80bf0a3027177c
3
+ metadata.gz: 42dec6f3b25921a2cbf36a199f81be4b062bcaeaac066d703ce17e9a84920121
4
+ data.tar.gz: 392fe8bf1fbb7e682155736923eb60089afad8d1734a45daa20f28e0251fe729
5
5
  SHA512:
6
- metadata.gz: 0b46fbcb96ac5bc163d86689c3607709566811f8991578569e8776a11ec5c8dc6ce158ed8a1fbef6d607b2dc8f9edda8599f01d7fb9d03bbcbe6aa8fb90b7c08
7
- data.tar.gz: b6a06d1c987cbb7628a9c0b355d5a62e6e9af250951db337c45b5fac4c1e72e933d36e55e3dae396af4c585500c91f6d39f9b116e969786d1f561b116052397c
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.131
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.131.gem
27
+ gem install ./ultracart_api-4.0.132.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./ultracart_api-4.0.131.gem` to install the development dependencies)
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.131'
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 |
@@ -11,5 +11,5 @@ OpenAPI Generator version: 6.0.1-SNAPSHOT
11
11
  =end
12
12
 
13
13
  module UltracartClient
14
- VERSION = '4.0.131'
14
+ VERSION = '4.0.132'
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.131
4
+ version: 4.0.132
5
5
  platform: ruby
6
6
  authors:
7
7
  - UltraCart