@epam/ai-dial-shared
Advanced tools
Comparing version 0.6.15 to 0.6.16
@@ -22,2 +22,3 @@ var Feature; | ||
Feature["CustomLogo"] = "custom-logo"; | ||
Feature["HideNewConversation"] = "hide-new-conversation"; | ||
})(Feature || (Feature = {})); | ||
@@ -44,2 +45,3 @@ const availableFeatures = { | ||
[Feature.CustomLogo]: true, | ||
[Feature.HideNewConversation]: true, | ||
}; | ||
@@ -46,0 +48,0 @@ |
@@ -5,3 +5,3 @@ { | ||
"homepage": "https://epam-rail.com", | ||
"version": "0.6.15", | ||
"version": "0.6.16", | ||
"dependencies": {}, | ||
@@ -8,0 +8,0 @@ "type": "module", |
@@ -20,4 +20,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>; |
16281
111