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