ultracart_api 3.10.110 → 3.10.111

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: 5db5747b55451d230c39fbaf8d39e27ae438f6de418dee65fbd289199cc45df5
4
- data.tar.gz: 0f905b2afdbdd8c4e1018e6597726381c00e4d3a0ec409523d1b404562717bf1
3
+ metadata.gz: 612c1a33e86933665f1b06dfcedc6125148c5000e01f984cbdc31029dd6801fa
4
+ data.tar.gz: 518d6e72c42f348f3fb2cd9766080cd24d167206c820ee2d22f1290863f5c52b
5
5
  SHA512:
6
- metadata.gz: 84fef32a36c7344e961f359ce2b9db75b1d08bb068c777cb5bb52fd635d7f89f0f4a31c0158661ea8667e15c93f194480200db15829c384212a7c1df43d196a2
7
- data.tar.gz: 050d75c0cd10fc190f45656df35cda65280c7598caa90e28f3d1ee5ea64183b07e5dff7edf697e48d4d970330c1014bade3fba72bdecadf580f289b4890ac29e
6
+ metadata.gz: 1437f9d8a6532c85f62baeff1a9cc2d3e2af41f873c1a993127a722aadc128142697db4fb21871f778395ebe3707de5d7f1029856ff49e47eb6b38e7c943a190
7
+ data.tar.gz: c67a5e5a790d0639849d2d559b75f6ef7e7e56de630d177f1d0963590e7e3cc3165f669b6fbb38797dfdb4100b9a19f0669814cbb69aac14f0291576b64de817
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.110
10
+ - Package version: 3.10.111
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.110.gem
27
+ gem install ./ultracart_api-3.10.111.gem
28
28
  ```
29
- (for development, run `gem install --dev ./ultracart_api-3.10.110.gem` to install the development dependencies)
29
+ (for development, run `gem install --dev ./ultracart_api-3.10.111.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.110'
35
+ gem 'ultracart_api', '~> 3.10.111'
36
36
 
37
37
  ### Install from Git
38
38
 
@@ -1296,6 +1296,7 @@ Not every change is committed to every SDK.
1296
1296
 
1297
1297
  | Version | Date | Comments |
1298
1298
  | --: | :-: | --- |
1299
+ | 3.10.111 | 01/27/2023 | convo - added event_engage_customer property to message |
1299
1300
  | 3.10.110 | 01/27/2023 | conversations - getLocationsForEngagement method |
1300
1301
  | 3.10.109 | 01/26/2023 | typo in ConversationWebsocketMessage |
1301
1302
  | 3.10.108 | 01/25/2023 | conversation - added message type of engagement prompt |
@@ -7,6 +7,7 @@ Name | Type | Description | Notes
7
7
  **event_add_coupon** | [**ConversationEventAddCoupon**](ConversationEventAddCoupon.md) | | [optional]
8
8
  **event_add_item** | [**ConversationEventAddItem**](ConversationEventAddItem.md) | | [optional]
9
9
  **event_conversation_closed** | [**ConversationSummary**](ConversationSummary.md) | | [optional]
10
+ **event_engage_customer** | [**ConversationWebchatQueueStatusQueueEntry**](ConversationWebchatQueueStatusQueueEntry.md) | | [optional]
10
11
  **event_new_conversation** | [**ConversationSummary**](ConversationSummary.md) | | [optional]
11
12
  **event_new_message** | [**ConversationSummary**](ConversationSummary.md) | | [optional]
12
13
  **event_participant_join** | [**ConversationSummary**](ConversationSummary.md) | | [optional]
@@ -23,6 +23,8 @@ module UltracartClient
23
23
 
24
24
  attr_accessor :event_conversation_closed
25
25
 
26
+ attr_accessor :event_engage_customer
27
+
26
28
  attr_accessor :event_new_conversation
27
29
 
28
30
  attr_accessor :event_new_message
@@ -88,6 +90,7 @@ module UltracartClient
88
90
  :'event_add_coupon' => :'event_add_coupon',
89
91
  :'event_add_item' => :'event_add_item',
90
92
  :'event_conversation_closed' => :'event_conversation_closed',
93
+ :'event_engage_customer' => :'event_engage_customer',
91
94
  :'event_new_conversation' => :'event_new_conversation',
92
95
  :'event_new_message' => :'event_new_message',
93
96
  :'event_participant_join' => :'event_participant_join',
@@ -115,6 +118,7 @@ module UltracartClient
115
118
  :'event_add_coupon' => :'ConversationEventAddCoupon',
116
119
  :'event_add_item' => :'ConversationEventAddItem',
117
120
  :'event_conversation_closed' => :'ConversationSummary',
121
+ :'event_engage_customer' => :'ConversationWebchatQueueStatusQueueEntry',
118
122
  :'event_new_conversation' => :'ConversationSummary',
119
123
  :'event_new_message' => :'ConversationSummary',
120
124
  :'event_participant_join' => :'ConversationSummary',
@@ -159,6 +163,10 @@ module UltracartClient
159
163
  self.event_conversation_closed = attributes[:'event_conversation_closed']
160
164
  end
161
165
 
166
+ if attributes.has_key?(:'event_engage_customer')
167
+ self.event_engage_customer = attributes[:'event_engage_customer']
168
+ end
169
+
162
170
  if attributes.has_key?(:'event_new_conversation')
163
171
  self.event_new_conversation = attributes[:'event_new_conversation']
164
172
  end
@@ -274,6 +282,7 @@ module UltracartClient
274
282
  event_add_coupon == o.event_add_coupon &&
275
283
  event_add_item == o.event_add_item &&
276
284
  event_conversation_closed == o.event_conversation_closed &&
285
+ event_engage_customer == o.event_engage_customer &&
277
286
  event_new_conversation == o.event_new_conversation &&
278
287
  event_new_message == o.event_new_message &&
279
288
  event_participant_join == o.event_participant_join &&
@@ -302,7 +311,7 @@ module UltracartClient
302
311
  # Calculates hash code according to all attributes.
303
312
  # @return [Fixnum] Hash code
304
313
  def hash
305
- [conversation_uuid, event_add_coupon, event_add_item, event_conversation_closed, event_new_conversation, event_new_message, event_participant_join, event_participant_join_participant, event_participant_left, event_participant_left_participant, event_participant_update, event_queue_position, event_queue_status_update, event_read_message, event_rrweb, event_type, event_typing, event_updated_message, event_webchat_context, message, type].hash
314
+ [conversation_uuid, event_add_coupon, event_add_item, event_conversation_closed, event_engage_customer, event_new_conversation, event_new_message, event_participant_join, event_participant_join_participant, event_participant_left, event_participant_left_participant, event_participant_update, event_queue_position, event_queue_status_update, event_read_message, event_rrweb, event_type, event_typing, event_updated_message, event_webchat_context, message, type].hash
306
315
  end
307
316
 
308
317
  # Builds the object from hash
@@ -11,5 +11,5 @@ Swagger Codegen version: 2.4.15-SNAPSHOT
11
11
  =end
12
12
 
13
13
  module UltracartClient
14
- VERSION = '3.10.110'
14
+ VERSION = '3.10.111'
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.110
4
+ version: 3.10.111
5
5
  platform: ruby
6
6
  authors:
7
7
  - UltraCart