@epam/ai-dial-shared
Advanced tools
Comparing version 0.22.0-rc.36 to 0.22.0-rc.37
@@ -9,3 +9,5 @@ var Feature; | ||
Feature["TopChatModelSettings"] = "top-chat-model-settings"; | ||
Feature["HideTopContextMenu"] = "hide-top-context-menu"; | ||
Feature["EmptyChatSettings"] = "empty-chat-settings"; | ||
Feature["HideEmptyChatChangeAgent"] = "hide-empty-chat-change-agent"; | ||
Feature["Header"] = "header"; | ||
@@ -30,2 +32,3 @@ Feature["Footer"] = "footer"; | ||
Feature["CodeApps"] = "code-apps"; | ||
Feature["DisallowChangeAgent"] = "disallow-change-agent"; | ||
})(Feature || (Feature = {})); | ||
@@ -39,3 +42,5 @@ const availableFeatures = { | ||
[Feature.TopChatModelSettings]: true, | ||
[Feature.HideTopContextMenu]: false, | ||
[Feature.EmptyChatSettings]: true, | ||
[Feature.HideEmptyChatChangeAgent]: false, | ||
[Feature.Header]: true, | ||
@@ -60,2 +65,3 @@ [Feature.Footer]: true, | ||
[Feature.CodeApps]: true, | ||
[Feature.DisallowChangeAgent]: true, | ||
}; | ||
@@ -62,0 +68,0 @@ |
@@ -5,3 +5,3 @@ { | ||
"homepage": "https://epam-rail.com", | ||
"version": "0.22.0-rc.36", | ||
"version": "0.22.0-rc.37", | ||
"dependencies": {}, | ||
@@ -8,0 +8,0 @@ "type": "module", |
@@ -8,3 +8,5 @@ export declare enum Feature { | ||
TopChatModelSettings = "top-chat-model-settings", | ||
HideTopContextMenu = "hide-top-context-menu", | ||
EmptyChatSettings = "empty-chat-settings", | ||
HideEmptyChatChangeAgent = "hide-empty-chat-change-agent", | ||
Header = "header", | ||
@@ -28,4 +30,5 @@ Footer = "footer", | ||
QuickApps = "quick-apps", | ||
CodeApps = "code-apps" | ||
CodeApps = "code-apps", | ||
DisallowChangeAgent = "disallow-change-agent" | ||
} | ||
export declare const availableFeatures: Record<Feature, boolean>; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
31136
567