@epam/ai-dial-overlay 0.19.0-rc.8 → 0.19.0

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
@@ -1,5 +1,5 @@
1
1
  import { overlayAppName, OverlayEvents, Task, setStyles, overlayLibName, DeferredRequest, OverlayRequests } from '@epam/ai-dial-shared';
2
- export { Feature, OverlayEvents } from '@epam/ai-dial-shared';
2
+ export { Feature, LikeState, OverlayEvents, PublishActions, Role, UploadStatus, overlayAppName } from '@epam/ai-dial-shared';
3
3
 
4
4
  /******************************************************************************
5
5
  Copyright (c) Microsoft Corporation.
package/package.json CHANGED
@@ -2,9 +2,9 @@
2
2
  "name": "@epam/ai-dial-overlay",
3
3
  "description": "Package for opening dial in overlay",
4
4
  "homepage": "https://epam-rail.com",
5
- "version": "0.19.0-rc.8",
5
+ "version": "0.19.0",
6
6
  "dependencies": {
7
- "@epam/ai-dial-shared": "0.19.0-rc.8"
7
+ "@epam/ai-dial-shared": "0.19.0"
8
8
  },
9
9
  "type": "module",
10
10
  "bugs": {
package/src/index.d.ts CHANGED
@@ -1,3 +1,4 @@
1
1
  export * from './lib/ChatOverlay';
2
2
  export * from './lib/ChatOverlayManager';
3
- export { Feature, type ChatOverlayOptions, type OverlayConversation, type SendMessageResponse, type SetSystemPromptResponse, type GetMessagesResponse, type GetConversationsResponse, type CreateConversationResponse, type SelectConversationResponse, type SelectedConversationLoadedResponse, type overlayAppName, OverlayEvents, type Role, type ImageMIMEType, type MIMEType, type Attachment, type StageStatus, type Stage, type LikeState, type MessageSettings, type ConversationEntityModel, type Message, type UploadStatus, type Entity, type PublishActions, type EntityPublicationInfo, type ShareInterface, type ShareEntity, type ConversationInfo, type TemplateMapping, } from '@epam/ai-dial-shared';
3
+ export { Feature, overlayAppName, OverlayEvents, Role, LikeState, UploadStatus, PublishActions, } from '@epam/ai-dial-shared';
4
+ export type { ChatOverlayOptions, OverlayConversation, SendMessageResponse, SetSystemPromptResponse, GetMessagesResponse, GetConversationsResponse, CreateConversationResponse, SelectConversationResponse, SelectedConversationLoadedResponse, ImageMIMEType, MIMEType, Attachment, StageStatus, Stage, MessageSettings, ConversationEntityModel, Entity, EntityPublicationInfo, ShareInterface, ShareEntity, ConversationInfo, TemplateMapping, Message, } from '@epam/ai-dial-shared';