@epam/ai-dial-shared 0.44.0-rc.111 → 0.44.0-rc.113

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.
package/index.esm.js CHANGED
@@ -26,6 +26,7 @@ var Feature;
26
26
  Feature["InputFiles"] = "input-files";
27
27
  Feature["InputLinks"] = "input-links";
28
28
  Feature["MessageTemplates"] = "message-templates";
29
+ Feature["LiveChatInteraction"] = "live-chat-interaction";
29
30
  // Edit assistant message
30
31
  Feature["EditLastAssistantContent"] = "edit-last-assistant-message";
31
32
  Feature["EditAllAssistantContent"] = "edit-all-assistant-message";
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@epam/ai-dial-shared",
3
3
  "description": "Shared elements that support developing DIAL",
4
4
  "homepage": "https://dialx.ai",
5
- "version": "0.44.0-rc.111",
5
+ "version": "0.44.0-rc.113",
6
6
  "dependencies": {},
7
7
  "type": "module",
8
8
  "bugs": {
@@ -21,6 +21,7 @@ export declare enum Feature {
21
21
  InputFiles = "input-files",// Allow attach files to conversation
22
22
  InputLinks = "input-links",// Allow attach links to conversation
23
23
  MessageTemplates = "message-templates",// message templates
24
+ LiveChatInteraction = "live-chat-interaction",
24
25
  EditLastAssistantContent = "edit-last-assistant-message",// allow edit last assistant message only
25
26
  EditAllAssistantContent = "edit-all-assistant-message",// allow edit all assistant messages
26
27
  HideEditUserMessage = "hide-edit-user-message",// Hide editing button of user message