@hiennc24/constant 1.7.5 → 1.7.6
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.
|
@@ -3494,7 +3494,8 @@
|
|
|
3494
3494
|
"ACTION_RESOLVE_CONTACT": "resolveContact",
|
|
3495
3495
|
"ACTION_LIST_MESSAGES": "listMessages",
|
|
3496
3496
|
"ACTION_CREATE_MESSAGE": "createMessage",
|
|
3497
|
-
"ACTION_GET_CHANNEL_BY_TOKEN": "getChannelByWidgetToken"
|
|
3497
|
+
"ACTION_GET_CHANNEL_BY_TOKEN": "getChannelByWidgetToken",
|
|
3498
|
+
"ACTION_ATTACHMENT_UPLOAD": "attachmentUpload"
|
|
3498
3499
|
},
|
|
3499
3500
|
"API_AI_PLATFORM_CLIENTS": {
|
|
3500
3501
|
"NAME": "svc-ai-platform.clients",
|
|
@@ -3522,7 +3523,8 @@
|
|
|
3522
3523
|
"API_AI_PLATFORM_PLAYGROUND": {
|
|
3523
3524
|
"NAME": "svc-ai-platform.playground",
|
|
3524
3525
|
"ACTION_RESOLVE_CONVERSATION": "resolveConversation",
|
|
3525
|
-
"ACTION_SEND_MESSAGE": "sendMessage"
|
|
3526
|
+
"ACTION_SEND_MESSAGE": "sendMessage",
|
|
3527
|
+
"ACTION_ATTACHMENT_UPLOAD": "attachmentUpload"
|
|
3526
3528
|
},
|
|
3527
3529
|
"BISO24_API_GATEWAY": {
|
|
3528
3530
|
"NAME": "BISO24-API-GATEWAY"
|