@epam/ai-dial-shared
Advanced tools
Comparing version 0.6.0-rc.10 to 0.6.0-rc.11
@@ -21,2 +21,3 @@ var Feature; | ||
Feature["PromptsPublishing"] = "prompts-publishing"; | ||
Feature["CustomLogo"] = "custom-logo"; | ||
})(Feature || (Feature = {})); | ||
@@ -42,2 +43,3 @@ const availableFeatures = { | ||
[Feature.PromptsPublishing]: true, | ||
[Feature.CustomLogo]: true, | ||
}; | ||
@@ -44,0 +46,0 @@ |
@@ -5,3 +5,3 @@ { | ||
"homepage": "https://epam-rail.com", | ||
"version": "0.6.0-rc.10", | ||
"version": "0.6.0-rc.11", | ||
"dependencies": {}, | ||
@@ -8,0 +8,0 @@ "type": "module", |
@@ -19,4 +19,5 @@ export declare enum Feature { | ||
ConversationsPublishing = "conversations-publishing", | ||
PromptsPublishing = "prompts-publishing" | ||
PromptsPublishing = "prompts-publishing", | ||
CustomLogo = "custom-logo" | ||
} | ||
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
16132
108