@epam/ai-dial-shared 0.30.1 → 0.30.3
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 +0 -1
- package/package.json +1 -1
- package/src/types/features.d.ts +0 -1
package/index.esm.js
CHANGED
|
@@ -41,7 +41,6 @@ var Feature;
|
|
|
41
41
|
Feature["CustomLogo"] = "custom-logo";
|
|
42
42
|
// Applications
|
|
43
43
|
Feature["CustomApplications"] = "custom-applications";
|
|
44
|
-
Feature["QuickApps"] = "quick-apps";
|
|
45
44
|
Feature["CodeApps"] = "code-apps";
|
|
46
45
|
// Marketplace
|
|
47
46
|
Feature["Marketplace"] = "marketplace";
|
package/package.json
CHANGED
package/src/types/features.d.ts
CHANGED
|
@@ -30,7 +30,6 @@ export declare enum Feature {
|
|
|
30
30
|
HideUserSettings = "hide-user-settings",// Hide user settings
|
|
31
31
|
CustomLogo = "custom-logo",// Enable setting for custom logo feature
|
|
32
32
|
CustomApplications = "custom-applications",// custom applications
|
|
33
|
-
QuickApps = "quick-apps",// Enable Quick apps
|
|
34
33
|
CodeApps = "code-apps",// Enable Code apps
|
|
35
34
|
Marketplace = "marketplace",// Enable Marketplace
|
|
36
35
|
MarketplaceTableView = "marketplace-table-view"
|