@hiennc24/constant 1.7.5 → 1.7.7

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.
@@ -3396,6 +3396,7 @@
3396
3396
  "ACTION_RECEIVE_OUTBOUND": "receiveOutbound",
3397
3397
  "ACTION_GET_WIDGET_CHAT": "getWidgetChat",
3398
3398
  "ACTION_UPDATE_WIDGET_CHAT": "updateWidgetChat",
3399
+ "ACTION_GET_WIDGET_BY_TOKEN": "getWidgetByToken",
3399
3400
  "EVENT_INTEGRATION_CREATED": "ai-platform.integration.created",
3400
3401
  "EVENT_INTEGRATION_UPDATED": "ai-platform.integration.updated",
3401
3402
  "EVENT_INTEGRATION_DELETED": "ai-platform.integration.deleted"
@@ -3422,9 +3423,13 @@
3422
3423
  "ACTION_CLOSE": "close",
3423
3424
  "ACTION_REOPEN": "reopen",
3424
3425
  "ACTION_UPDATE_TAGS": "updateTags",
3426
+ "ACTION_UPDATE_LAST_MESSAGE": "updateLastMessage",
3427
+ "ACTION_SYNC_CONTACT_SEARCH": "syncContactSearch",
3428
+ "ACTION_MARK_READ": "markRead",
3425
3429
  "EVENT_CONVERSATION_CREATED": "ai-platform.conversation.created",
3426
3430
  "EVENT_CONVERSATION_HANDOFF": "ai-platform.conversation.handoff",
3427
- "EVENT_CONVERSATION_CLOSED": "ai-platform.conversation.closed"
3431
+ "EVENT_CONVERSATION_CLOSED": "ai-platform.conversation.closed",
3432
+ "EVENT_CONVERSATION_UPDATED": "ai-platform.conversation.updated"
3428
3433
  },
3429
3434
  "API_AI_PLATFORM_MESSAGES": {
3430
3435
  "NAME": "svc-ai-platform.messages",
@@ -3494,7 +3499,8 @@
3494
3499
  "ACTION_RESOLVE_CONTACT": "resolveContact",
3495
3500
  "ACTION_LIST_MESSAGES": "listMessages",
3496
3501
  "ACTION_CREATE_MESSAGE": "createMessage",
3497
- "ACTION_GET_CHANNEL_BY_TOKEN": "getChannelByWidgetToken"
3502
+ "ACTION_GET_CHANNEL_BY_TOKEN": "getChannelByWidgetToken",
3503
+ "ACTION_ATTACHMENT_UPLOAD": "attachmentUpload"
3498
3504
  },
3499
3505
  "API_AI_PLATFORM_CLIENTS": {
3500
3506
  "NAME": "svc-ai-platform.clients",
@@ -3522,7 +3528,13 @@
3522
3528
  "API_AI_PLATFORM_PLAYGROUND": {
3523
3529
  "NAME": "svc-ai-platform.playground",
3524
3530
  "ACTION_RESOLVE_CONVERSATION": "resolveConversation",
3525
- "ACTION_SEND_MESSAGE": "sendMessage"
3531
+ "ACTION_SEND_MESSAGE": "sendMessage",
3532
+ "ACTION_ATTACHMENT_UPLOAD": "attachmentUpload"
3533
+ },
3534
+ "API_AI_PLATFORM_MCP": {
3535
+ "NAME": "svc-ai-platform.mcp",
3536
+ "ACTION_GET_LIST_TOOLS": "getListTools",
3537
+ "ACTION_EXECUTE_TOOL": "executeTool"
3526
3538
  },
3527
3539
  "BISO24_API_GATEWAY": {
3528
3540
  "NAME": "BISO24-API-GATEWAY"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hiennc24/constant",
3
- "version": "1.7.5",
3
+ "version": "1.7.7",
4
4
  "main": "lib/index.js",
5
5
  "types": "lib/index.d.ts",
6
6
  "scripts": {