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
6
Versions
877
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.7.0-rc.9 to 0.7.0-rc.10

2

package.json

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

"homepage": "https://epam-rail.com",
"version": "0.7.0-rc.9",
"version": "0.7.0-rc.10",
"dependencies": {},

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

@@ -0,1 +1,2 @@

import { Feature } from './features';
export interface OverlayRequest {

@@ -6,1 +7,20 @@ type: string;

}
export interface ChatOverlayOptions {
domain: string;
hostDomain: string;
theme?: string;
modelId?: string;
enabledFeatures?: Feature[] | string;
requestTimeout?: number;
loaderStyles?: Styles;
loaderClass?: string;
signInOptions?: OverlaySignInOptions;
}
interface OverlaySignInOptions {
autoSignIn: boolean;
signInProvider?: string;
}
export type Styles = {
[property in keyof CSSStyleDeclaration]?: string;
};
export {};
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