Skip to content

Commit

Permalink
fix(overlay): reexport conversation types to overlay library (#2273)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikitabut authored Oct 2, 2024
1 parent 2cde169 commit d0e3841
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions libs/overlay/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,24 @@ export {
type SelectedConversationLoadedResponse,
type overlayAppName,
OverlayEvents,

// Conversation and messages specific exports
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';

0 comments on commit d0e3841

Please sign in to comment.