feat: add WhatsApp config fields and IngestJobData type
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -38,3 +38,13 @@ export interface SyncRoute {
|
||||
targetGroupId: string;
|
||||
isActive: boolean;
|
||||
}
|
||||
|
||||
export interface IngestJobData {
|
||||
platformMsgId: string;
|
||||
platform: Platform;
|
||||
sourceGroupId: string;
|
||||
senderJid: string;
|
||||
senderName?: string;
|
||||
content: string;
|
||||
tags: string[];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user