@epam/ai-dial-shared 0.45.0-rc.37 → 0.45.0-rc.39

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
@@ -71,6 +71,8 @@ var Feature;
71
71
  Feature["MarketplaceTableView"] = "marketplace-table-view";
72
72
  //Toolsets
73
73
  Feature["Toolsets"] = "toolsets";
74
+ // Voice input
75
+ Feature["VoiceInput"] = "voice-input";
74
76
  })(Feature || (Feature = {}));
75
77
 
76
78
  var Role;
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.37",
5
+ "version": "0.45.0-rc.39",
6
6
  "dependencies": {},
7
7
  "type": "module",
8
8
  "bugs": {
@@ -50,7 +50,8 @@ export declare enum Feature {
50
50
  CodeInterpreter = "code-interpreter",// Enable Code Interpreter feature
51
51
  Marketplace = "marketplace",// Enable Marketplace
52
52
  MarketplaceTableView = "marketplace-table-view",// Enable table view in Marketplace
53
- Toolsets = "toolsets"
53
+ Toolsets = "toolsets",//Enable toolsets
54
+ VoiceInput = "voice-input"
54
55
  }
55
56
  export interface FeatureData {
56
57
  description?: string;