@epam/ai-dial-shared 0.45.0-rc.15 → 0.45.0-rc.17

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
@@ -63,6 +63,7 @@ var Feature;
63
63
  Feature["HideUserMenu"] = "hide-user-menu";
64
64
  // Applications
65
65
  Feature["CustomApplications"] = "custom-applications";
66
+ Feature["HideCustomAppCreation"] = "hide-custom-app-creation";
66
67
  Feature["CodeApps"] = "code-apps";
67
68
  Feature["CodeInterpreter"] = "code-interpreter";
68
69
  // Marketplace
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.45.0-rc.15",
5
+ "version": "0.45.0-rc.17",
6
6
  "dependencies": {},
7
7
  "type": "module",
8
8
  "bugs": {
@@ -45,6 +45,7 @@ export declare enum Feature {
45
45
  CustomLogo = "custom-logo",// Enable setting for custom logo feature
46
46
  HideUserMenu = "hide-user-menu",// Hide user menu button from top header
47
47
  CustomApplications = "custom-applications",// Enable creating of applications ('Add app' button/menu)
48
+ HideCustomAppCreation = "hide-custom-app-creation",// Hide "Custom app" option in 'Add app' button/menu
48
49
  CodeApps = "code-apps",// Enable creating of Code apps (into the 'Add app' menu)
49
50
  CodeInterpreter = "code-interpreter",// Enable Code Interpreter feature
50
51
  Marketplace = "marketplace",// Enable Marketplace