ultracart_api 4.1.28 → 4.1.29
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 +3 -2
- data/docs/ConversationMessage.md +2 -0
- data/docs/ConversationVirtualAgentCapabilities.md +2 -0
- data/lib/ultracart_api/models/conversation_message.rb +10 -1
- data/lib/ultracart_api/models/conversation_virtual_agent_capabilities.rb +11 -1
- data/lib/ultracart_api/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 366480ef6acbc0aa208d7209672a9e7afaaad8c240e08182bd313a81de76ab60
|
|
4
|
+
data.tar.gz: bc4ebde5445e82dc88da1242def724a540eb837556976f23aa44bd8f0972ef1a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: acebb2a79e131151e2d8e04cd259e0d1765e9e8a08466ef03b8875005ab27aa178e42e4116ccaa3886644b1163cd1c0b78e40996e1dcceec825ca43be8967988
|
|
7
|
+
data.tar.gz: f48343b85af8e2b7505243dda303fc23ec27a26a3dcff76546b0e27b120aec63599b8a6765db2e92bf575e487886cb10bbba94b6ce925db1847d49799c98411f
|
data/README.md
CHANGED
|
@@ -7,7 +7,7 @@ Note: Every method has a sample for every language. See https://github.com/Ultr
|
|
|
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.1.
|
|
10
|
+
- Package version: 4.1.29
|
|
11
11
|
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
|
|
12
12
|
- For more information, please visit [http://www.ultracart.com/api/](http://www.ultracart.com/api/)
|
|
13
13
|
|
|
@@ -16,7 +16,7 @@ This SDK is automatically generated by the [OpenAPI Generator](https://openapi-g
|
|
|
16
16
|
gemfile:
|
|
17
17
|
|
|
18
18
|
```shell
|
|
19
|
-
gem 'ultracart_api', '4.1.
|
|
19
|
+
gem 'ultracart_api', '4.1.29'
|
|
20
20
|
```
|
|
21
21
|
|
|
22
22
|
install:
|
|
@@ -1589,6 +1589,7 @@ Not every change is committed to every SDK.
|
|
|
1589
1589
|
|
|
1590
1590
|
| Version | Date | Comments |
|
|
1591
1591
|
| --: | :-: | --- |
|
|
1592
|
+
| 4.1.29 | 11/13/2025 | conversations - AI capabilities flag for generate coupon |
|
|
1592
1593
|
| 4.1.28 | 11/07/2025 | OrderApi.assignToAffiliate |
|
|
1593
1594
|
| 4.1.27 | 11/06/2025 | conversation ai knowledge base changes |
|
|
1594
1595
|
| 4.1.26 | 10/20/2025 | conversation api bug fixes |
|
data/docs/ConversationMessage.md
CHANGED
|
@@ -15,6 +15,7 @@
|
|
|
15
15
|
| **merchant_id** | **String** | | [optional] |
|
|
16
16
|
| **message_dts** | **String** | Message date/time | [optional] |
|
|
17
17
|
| **message_epoch** | **Integer** | Message epoch milliseconds | [optional] |
|
|
18
|
+
| **message_type** | **String** | | [optional] |
|
|
18
19
|
| **translations** | [**Array<ConversationMessageTranslation>**](ConversationMessageTranslation.md) | | [optional] |
|
|
19
20
|
| **transport_statuses** | [**Array<ConversationMessageTransportStatus>**](ConversationMessageTransportStatus.md) | | [optional] |
|
|
20
21
|
| **type** | **String** | Message type | [optional] |
|
|
@@ -37,6 +38,7 @@ instance = UltracartClient::ConversationMessage.new(
|
|
|
37
38
|
merchant_id: null,
|
|
38
39
|
message_dts: null,
|
|
39
40
|
message_epoch: null,
|
|
41
|
+
message_type: null,
|
|
40
42
|
translations: null,
|
|
41
43
|
transport_statuses: null,
|
|
42
44
|
type: null,
|
|
@@ -7,6 +7,7 @@
|
|
|
7
7
|
| **access_storefront_and_item** | **Boolean** | Permission flag to allow this Agent access to the storefront and item information. | [optional] |
|
|
8
8
|
| **cancel_subscription** | **Boolean** | | [optional] |
|
|
9
9
|
| **delay_subscription** | **Boolean** | | [optional] |
|
|
10
|
+
| **generate_coupon** | **Boolean** | Permission flag to allow this Agent to generate coupons based upon the agent prompt instructions | [optional] |
|
|
10
11
|
| **lookup_order_information** | **Boolean** | | [optional] |
|
|
11
12
|
| **lookup_subscription_information** | **Boolean** | | [optional] |
|
|
12
13
|
| **open_support_ticket** | **Boolean** | | [optional] |
|
|
@@ -29,6 +30,7 @@ instance = UltracartClient::ConversationVirtualAgentCapabilities.new(
|
|
|
29
30
|
access_storefront_and_item: null,
|
|
30
31
|
cancel_subscription: null,
|
|
31
32
|
delay_subscription: null,
|
|
33
|
+
generate_coupon: null,
|
|
32
34
|
lookup_order_information: null,
|
|
33
35
|
lookup_subscription_information: null,
|
|
34
36
|
open_support_ticket: null,
|
|
@@ -40,6 +40,8 @@ module UltracartClient
|
|
|
40
40
|
# Message epoch milliseconds
|
|
41
41
|
attr_accessor :message_epoch
|
|
42
42
|
|
|
43
|
+
attr_accessor :message_type
|
|
44
|
+
|
|
43
45
|
attr_accessor :translations
|
|
44
46
|
|
|
45
47
|
attr_accessor :transport_statuses
|
|
@@ -85,6 +87,7 @@ module UltracartClient
|
|
|
85
87
|
:'merchant_id' => :'merchant_id',
|
|
86
88
|
:'message_dts' => :'message_dts',
|
|
87
89
|
:'message_epoch' => :'message_epoch',
|
|
90
|
+
:'message_type' => :'message_type',
|
|
88
91
|
:'translations' => :'translations',
|
|
89
92
|
:'transport_statuses' => :'transport_statuses',
|
|
90
93
|
:'type' => :'type',
|
|
@@ -111,6 +114,7 @@ module UltracartClient
|
|
|
111
114
|
:'merchant_id' => :'String',
|
|
112
115
|
:'message_dts' => :'String',
|
|
113
116
|
:'message_epoch' => :'Integer',
|
|
117
|
+
:'message_type' => :'String',
|
|
114
118
|
:'translations' => :'Array<ConversationMessageTranslation>',
|
|
115
119
|
:'transport_statuses' => :'Array<ConversationMessageTransportStatus>',
|
|
116
120
|
:'type' => :'String',
|
|
@@ -185,6 +189,10 @@ module UltracartClient
|
|
|
185
189
|
self.message_epoch = attributes[:'message_epoch']
|
|
186
190
|
end
|
|
187
191
|
|
|
192
|
+
if attributes.key?(:'message_type')
|
|
193
|
+
self.message_type = attributes[:'message_type']
|
|
194
|
+
end
|
|
195
|
+
|
|
188
196
|
if attributes.key?(:'translations')
|
|
189
197
|
if (value = attributes[:'translations']).is_a?(Array)
|
|
190
198
|
self.translations = value
|
|
@@ -249,6 +257,7 @@ module UltracartClient
|
|
|
249
257
|
merchant_id == o.merchant_id &&
|
|
250
258
|
message_dts == o.message_dts &&
|
|
251
259
|
message_epoch == o.message_epoch &&
|
|
260
|
+
message_type == o.message_type &&
|
|
252
261
|
translations == o.translations &&
|
|
253
262
|
transport_statuses == o.transport_statuses &&
|
|
254
263
|
type == o.type &&
|
|
@@ -264,7 +273,7 @@ module UltracartClient
|
|
|
264
273
|
# Calculates hash code according to all attributes.
|
|
265
274
|
# @return [Integer] Hash code
|
|
266
275
|
def hash
|
|
267
|
-
[author_conversation_participant_arn, author_conversation_participant_name, body, client_message_id, conversation_message_uuid, delay_until_dts, language_iso_code, media_urls, merchant_id, message_dts, message_epoch, translations, transport_statuses, type, upload_keys].hash
|
|
276
|
+
[author_conversation_participant_arn, author_conversation_participant_name, body, client_message_id, conversation_message_uuid, delay_until_dts, language_iso_code, media_urls, merchant_id, message_dts, message_epoch, message_type, translations, transport_statuses, type, upload_keys].hash
|
|
268
277
|
end
|
|
269
278
|
|
|
270
279
|
# Builds the object from hash
|
|
@@ -22,6 +22,9 @@ module UltracartClient
|
|
|
22
22
|
|
|
23
23
|
attr_accessor :delay_subscription
|
|
24
24
|
|
|
25
|
+
# Permission flag to allow this Agent to generate coupons based upon the agent prompt instructions
|
|
26
|
+
attr_accessor :generate_coupon
|
|
27
|
+
|
|
25
28
|
attr_accessor :lookup_order_information
|
|
26
29
|
|
|
27
30
|
attr_accessor :lookup_subscription_information
|
|
@@ -79,6 +82,7 @@ module UltracartClient
|
|
|
79
82
|
:'access_storefront_and_item' => :'access_storefront_and_item',
|
|
80
83
|
:'cancel_subscription' => :'cancel_subscription',
|
|
81
84
|
:'delay_subscription' => :'delay_subscription',
|
|
85
|
+
:'generate_coupon' => :'generate_coupon',
|
|
82
86
|
:'lookup_order_information' => :'lookup_order_information',
|
|
83
87
|
:'lookup_subscription_information' => :'lookup_subscription_information',
|
|
84
88
|
:'open_support_ticket' => :'open_support_ticket',
|
|
@@ -105,6 +109,7 @@ module UltracartClient
|
|
|
105
109
|
:'access_storefront_and_item' => :'Boolean',
|
|
106
110
|
:'cancel_subscription' => :'Boolean',
|
|
107
111
|
:'delay_subscription' => :'Boolean',
|
|
112
|
+
:'generate_coupon' => :'Boolean',
|
|
108
113
|
:'lookup_order_information' => :'Boolean',
|
|
109
114
|
:'lookup_subscription_information' => :'Boolean',
|
|
110
115
|
:'open_support_ticket' => :'Boolean',
|
|
@@ -153,6 +158,10 @@ module UltracartClient
|
|
|
153
158
|
self.delay_subscription = attributes[:'delay_subscription']
|
|
154
159
|
end
|
|
155
160
|
|
|
161
|
+
if attributes.key?(:'generate_coupon')
|
|
162
|
+
self.generate_coupon = attributes[:'generate_coupon']
|
|
163
|
+
end
|
|
164
|
+
|
|
156
165
|
if attributes.key?(:'lookup_order_information')
|
|
157
166
|
self.lookup_order_information = attributes[:'lookup_order_information']
|
|
158
167
|
end
|
|
@@ -237,6 +246,7 @@ module UltracartClient
|
|
|
237
246
|
access_storefront_and_item == o.access_storefront_and_item &&
|
|
238
247
|
cancel_subscription == o.cancel_subscription &&
|
|
239
248
|
delay_subscription == o.delay_subscription &&
|
|
249
|
+
generate_coupon == o.generate_coupon &&
|
|
240
250
|
lookup_order_information == o.lookup_order_information &&
|
|
241
251
|
lookup_subscription_information == o.lookup_subscription_information &&
|
|
242
252
|
open_support_ticket == o.open_support_ticket &&
|
|
@@ -260,7 +270,7 @@ module UltracartClient
|
|
|
260
270
|
# Calculates hash code according to all attributes.
|
|
261
271
|
# @return [Integer] Hash code
|
|
262
272
|
def hash
|
|
263
|
-
[access_storefront_and_item, cancel_subscription, delay_subscription, lookup_order_information, lookup_subscription_information, open_support_ticket, open_support_ticket_channel, open_support_ticket_channel_email, open_support_ticket_zoho_desk_department_id, pause_subscription, resume_subscription, transfer_chat_to_live_agent, update_subscription_credit_card, zoho_desk_available, zoho_desk_departments].hash
|
|
273
|
+
[access_storefront_and_item, cancel_subscription, delay_subscription, generate_coupon, lookup_order_information, lookup_subscription_information, open_support_ticket, open_support_ticket_channel, open_support_ticket_channel_email, open_support_ticket_zoho_desk_department_id, pause_subscription, resume_subscription, transfer_chat_to_live_agent, update_subscription_credit_card, zoho_desk_available, zoho_desk_departments].hash
|
|
264
274
|
end
|
|
265
275
|
|
|
266
276
|
# Builds the object from hash
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ultracart_api
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 4.1.
|
|
4
|
+
version: 4.1.29
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- UltraCart
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2025-11-
|
|
11
|
+
date: 2025-11-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: typhoeus
|