ultracart_api 3.10.114 → 3.10.115

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: d20d18904ac5b1f783a8dc9790caaa79e1fed34c0e8ee79025bdc51bbd60fc96
4
- data.tar.gz: 3acb829d50a8dcbc644a5cbfaf4a48e193b34e048b26f745d8a21356af1fdd79
3
+ metadata.gz: ce990879834b9020ada7c58dc07162722355fd4fc328cd158bec9cd3c2895fcf
4
+ data.tar.gz: fb0ca75f3087f39b4e22d9cc4d24ee028c90a3c1f5b282734a9b34150e8ba47a
5
5
  SHA512:
6
- metadata.gz: 86a4675fc5def14de2fa799c8891fcff2c6e349c70a71dc90b6048fda96885d3b32583e4a157c795b2bf5b2599b00c4b8f19f31a6729ec93b9cdfdafb1446b4a
7
- data.tar.gz: fe8e97947cfd99c668632876a1635ceaca54c19bb33b4525235b0e130dba0513d077905b9155996f4875c47466360a8d3dbfb3ccbf6616e30ee9711c4a87e799
6
+ metadata.gz: 6653a08ff8dbefe4507d0bdd87261ebd8425a077da23fecaa07835fd1dc1a022a6b4f7865e023ed31dcd33693782fd4b77a6cb6d0b5508a2ad24f68220e4d2bb
7
+ data.tar.gz: 7e6bbfedda7318a3929b1021fd255bf2cacadaafcb3c114d9393d188a5a315c371a556b315eeba61075596ae548a1a8f1f7369fa0b8ff2da47281e42b5d09fcf
data/README.md CHANGED
@@ -7,7 +7,7 @@ UltraCart REST API Version 2
7
7
  This SDK is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:
8
8
 
9
9
  - API version: 2.0.0
10
- - Package version: 3.10.114
10
+ - Package version: 3.10.115
11
11
  - Build package: io.swagger.codegen.languages.RubyClientCodegen
12
12
  For more information, please visit [http://www.ultracart.com](http://www.ultracart.com)
13
13
 
@@ -24,15 +24,15 @@ gem build ultracart_api.gemspec
24
24
  Then either install the gem locally:
25
25
 
26
26
  ```shell
27
- gem install ./ultracart_api-3.10.114.gem
27
+ gem install ./ultracart_api-3.10.115.gem
28
28
  ```
29
- (for development, run `gem install --dev ./ultracart_api-3.10.114.gem` to install the development dependencies)
29
+ (for development, run `gem install --dev ./ultracart_api-3.10.115.gem` to install the development dependencies)
30
30
 
31
31
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
32
32
 
33
33
  Finally add this to the Gemfile:
34
34
 
35
- gem 'ultracart_api', '~> 3.10.114'
35
+ gem 'ultracart_api', '~> 3.10.115'
36
36
 
37
37
  ### Install from Git
38
38
 
@@ -1300,6 +1300,7 @@ Not every change is committed to every SDK.
1300
1300
 
1301
1301
  | Version | Date | Comments |
1302
1302
  | --: | :-: | --- |
1303
+ | 3.10.115 | 02/07/2023 | convo - new event for when a customer joins a queue |
1303
1304
  | 3.10.114 | 02/07/2023 | convo - new event for when a customer joins a queue |
1304
1305
  | 3.10.113 | 02/06/2023 | convo - add conversation_arn to ConversationWebsocketMessage |
1305
1306
  | 3.10.112 | 02/01/2023 | convo - agent profile get/update methods |
@@ -11,5 +11,5 @@ Swagger Codegen version: 2.4.15-SNAPSHOT
11
11
  =end
12
12
 
13
13
  module UltracartClient
14
- VERSION = '3.10.114'
14
+ VERSION = '3.10.115'
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: 3.10.114
4
+ version: 3.10.115
5
5
  platform: ruby
6
6
  authors:
7
7
  - UltraCart