Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@epam/ai-dial-shared

Package Overview
Dependencies
Maintainers
0
Versions
874
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@epam/ai-dial-shared - npm Package Compare versions

Comparing version 0.22.0-rc.36 to 0.22.0-rc.37

6

index.esm.js

@@ -9,3 +9,5 @@ var Feature;

Feature["TopChatModelSettings"] = "top-chat-model-settings";
Feature["HideTopContextMenu"] = "hide-top-context-menu";
Feature["EmptyChatSettings"] = "empty-chat-settings";
Feature["HideEmptyChatChangeAgent"] = "hide-empty-chat-change-agent";
Feature["Header"] = "header";

@@ -30,2 +32,3 @@ Feature["Footer"] = "footer";

Feature["CodeApps"] = "code-apps";
Feature["DisallowChangeAgent"] = "disallow-change-agent";
})(Feature || (Feature = {}));

@@ -39,3 +42,5 @@ const availableFeatures = {

[Feature.TopChatModelSettings]: true,
[Feature.HideTopContextMenu]: false,
[Feature.EmptyChatSettings]: true,
[Feature.HideEmptyChatChangeAgent]: false,
[Feature.Header]: true,

@@ -60,2 +65,3 @@ [Feature.Footer]: true,

[Feature.CodeApps]: true,
[Feature.DisallowChangeAgent]: true,
};

@@ -62,0 +68,0 @@

2

package.json

@@ -5,3 +5,3 @@ {

"homepage": "https://epam-rail.com",
"version": "0.22.0-rc.36",
"version": "0.22.0-rc.37",
"dependencies": {},

@@ -8,0 +8,0 @@ "type": "module",

@@ -8,3 +8,5 @@ export declare enum Feature {

TopChatModelSettings = "top-chat-model-settings",
HideTopContextMenu = "hide-top-context-menu",
EmptyChatSettings = "empty-chat-settings",
HideEmptyChatChangeAgent = "hide-empty-chat-change-agent",
Header = "header",

@@ -28,4 +30,5 @@ Footer = "footer",

QuickApps = "quick-apps",
CodeApps = "code-apps"
CodeApps = "code-apps",
DisallowChangeAgent = "disallow-change-agent"
}
export declare const availableFeatures: Record<Feature, boolean>;
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc