@hiennc24/constant 1.7.6 → 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",
@@ -3526,6 +3531,11 @@
3526
3531
  "ACTION_SEND_MESSAGE": "sendMessage",
3527
3532
  "ACTION_ATTACHMENT_UPLOAD": "attachmentUpload"
3528
3533
  },
3534
+ "API_AI_PLATFORM_MCP": {
3535
+ "NAME": "svc-ai-platform.mcp",
3536
+ "ACTION_GET_LIST_TOOLS": "getListTools",
3537
+ "ACTION_EXECUTE_TOOL": "executeTool"
3538
+ },
3529
3539
  "BISO24_API_GATEWAY": {
3530
3540
  "NAME": "BISO24-API-GATEWAY"
3531
3541
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hiennc24/constant",
3
- "version": "1.7.6",
3
+ "version": "1.7.7",
4
4
  "main": "lib/index.js",
5
5
  "types": "lib/index.d.ts",
6
6
  "scripts": {