@epam/ai-dial-shared
Advanced tools
Comparing version 0.7.0-rc.67 to 0.7.0-rc.68
@@ -51,3 +51,3 @@ var Feature; | ||
// TODO: use this actively in overlay | ||
const overlayAppName = '@DIAL_OVERLAY'; | ||
var OverlayRequests; | ||
@@ -62,3 +62,5 @@ (function (OverlayRequests) { | ||
(function (OverlayEvents) { | ||
OverlayEvents["initReady"] = "INIT_READY"; | ||
OverlayEvents["ready"] = "READY"; | ||
OverlayEvents["readyToInteract"] = "READY_TO_INTERACT"; | ||
OverlayEvents["gptStartGenerating"] = "GPT_START_GENERATING"; | ||
@@ -68,2 +70,2 @@ OverlayEvents["gptEndGenerating"] = "GPT_END_GENERATING"; | ||
export { Feature, OverlayEvents, OverlayRequests, availableFeatures, validateFeature }; | ||
export { Feature, OverlayEvents, OverlayRequests, availableFeatures, overlayAppName, validateFeature }; |
@@ -5,3 +5,3 @@ { | ||
"homepage": "https://epam-rail.com", | ||
"version": "0.7.0-rc.67", | ||
"version": "0.7.0-rc.68", | ||
"dependencies": {}, | ||
@@ -8,0 +8,0 @@ "type": "module", |
@@ -0,1 +1,2 @@ | ||
export declare const overlayAppName = "@DIAL_OVERLAY"; | ||
export declare enum OverlayRequests { | ||
@@ -8,5 +9,7 @@ getMessages = "GET_MESSAGES", | ||
export declare enum OverlayEvents { | ||
initReady = "INIT_READY", | ||
ready = "READY", | ||
readyToInteract = "READY_TO_INTERACT", | ||
gptStartGenerating = "GPT_START_GENERATING", | ||
gptEndGenerating = "GPT_END_GENERATING" | ||
} |
@@ -16,2 +16,3 @@ import { Feature } from './features'; | ||
loaderClass?: string; | ||
loaderInnerHTML?: string; | ||
signInOptions?: OverlaySignInOptions; | ||
@@ -18,0 +19,0 @@ } |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
17032
137