@epam/ai-dial-shared 0.37.0-rc.11 → 0.37.0-rc.13

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/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://epam-rail.com",
5
- "version": "0.37.0-rc.11",
5
+ "version": "0.37.0-rc.13",
6
6
  "dependencies": {},
7
7
  "type": "module",
8
8
  "bugs": {
@@ -134,7 +134,7 @@ export interface Playback {
134
134
  isPlayback?: boolean;
135
135
  messagesStack: Message[];
136
136
  activePlaybackIndex: number;
137
- customViewState?: Record<string, any>;
137
+ customViewState?: Record<string, unknown>;
138
138
  }
139
139
  export interface Conversation extends ShareEntity, ConversationInfo {
140
140
  messages: Message[];
@@ -146,5 +146,5 @@ export interface Conversation extends ShareEntity, ConversationInfo {
146
146
  selectedAddons: string[];
147
147
  assistantModelId?: string;
148
148
  isMessageStreaming?: boolean;
149
- customViewState?: Record<string, any>;
149
+ customViewState?: Record<string, unknown>;
150
150
  }
@@ -24,6 +24,7 @@ interface OverlaySignInOptions {
24
24
  autoSignIn: boolean;
25
25
  signInProvider?: string;
26
26
  signInInNewWindow?: boolean;
27
+ validationUserEmail?: string;
27
28
  }
28
29
  export declare enum MessageButtonPlacement {
29
30
  PREPEND_DEFAULT_BUTTONS = "PREPEND_DEFAULT_BUTTONS",// Buttons to show before default buttons