@epam/ai-dial-shared
Advanced tools
Comparing version 0.9.0-rc.8 to 0.9.0-rc.9
@@ -23,2 +23,3 @@ var Feature; | ||
Feature["CustomLogo"] = "custom-logo"; | ||
Feature["HideNewConversation"] = "hide-new-conversation"; | ||
})(Feature || (Feature = {})); | ||
@@ -46,2 +47,3 @@ const availableFeatures = { | ||
[Feature.CustomLogo]: true, | ||
[Feature.HideNewConversation]: true, | ||
}; | ||
@@ -48,0 +50,0 @@ |
@@ -5,3 +5,3 @@ { | ||
"homepage": "https://epam-rail.com", | ||
"version": "0.9.0-rc.8", | ||
"version": "0.9.0-rc.9", | ||
"dependencies": {}, | ||
@@ -8,0 +8,0 @@ "type": "module", |
@@ -21,4 +21,5 @@ export declare enum Feature { | ||
PromptsPublishing = "prompts-publishing", | ||
CustomLogo = "custom-logo" | ||
CustomLogo = "custom-logo", | ||
HideNewConversation = "hide-new-conversation" | ||
} | ||
export declare const availableFeatures: Record<Feature, boolean>; |
17185
140