@epam/ai-dial-shared 0.47.0-dev.99 → 0.48.0-dev.7
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 +1 -0
- package/package.json +1 -1
- package/src/types/features.d.ts +1 -0
package/index.esm.js
CHANGED
|
@@ -74,6 +74,7 @@ var Feature;
|
|
|
74
74
|
// Marketplace
|
|
75
75
|
Feature["Marketplace"] = "marketplace";
|
|
76
76
|
Feature["MarketplaceTableView"] = "marketplace-table-view";
|
|
77
|
+
Feature["MarketplaceHideMyApps"] = "marketplace-hide-my-apps";
|
|
77
78
|
//Toolsets
|
|
78
79
|
Feature["Toolsets"] = "toolsets";
|
|
79
80
|
// Voice input
|
package/package.json
CHANGED
package/src/types/features.d.ts
CHANGED
|
@@ -55,6 +55,7 @@ export declare enum Feature {
|
|
|
55
55
|
CodeInterpreter = "code-interpreter",// Enable Code Interpreter feature
|
|
56
56
|
Marketplace = "marketplace",// Enable Marketplace
|
|
57
57
|
MarketplaceTableView = "marketplace-table-view",// Enable table view in Marketplace
|
|
58
|
+
MarketplaceHideMyApps = "marketplace-hide-my-apps",// Hide user-created and shared-with-me entities in Marketplace
|
|
58
59
|
Toolsets = "toolsets",//Enable toolsets
|
|
59
60
|
VoiceInput = "voice-input"
|
|
60
61
|
}
|