feat: add ChannelID to conversation model and update related services and responses
This commit is contained in:
@@ -108,6 +108,7 @@ export type ConversationParticipant = {
|
||||
|
||||
export type AdminConversation = {
|
||||
id: number
|
||||
channelId: number
|
||||
externalSource: string
|
||||
externalId: string
|
||||
subject: string
|
||||
|
||||
@@ -35,6 +35,7 @@ export type AgentConversationParticipant = {
|
||||
export type AgentConversation = {
|
||||
id: number
|
||||
aiAgentId?: number
|
||||
channelId?: number
|
||||
customerId?: number
|
||||
externalSource: string
|
||||
externalId: string
|
||||
|
||||
@@ -33,6 +33,7 @@ export type ImConversationParticipant = {
|
||||
|
||||
export type ImConversation = {
|
||||
id: number
|
||||
channelId: number
|
||||
externalSource: string
|
||||
externalId: string
|
||||
subject: string
|
||||
|
||||
Reference in New Issue
Block a user