feat: Organization configuration and logo in chatwoot bot contact

This commit is contained in:
Davidson Gomes
2024-06-11 10:09:04 -03:00
parent a8937bd8b1
commit 31258a9b85
10 changed files with 24 additions and 18 deletions

View File

@@ -14,4 +14,6 @@ export class ChatwootDto {
importMessages?: boolean;
daysLimitImportMessages?: number;
autoCreate?: boolean;
organization?: string;
logo?: string;
}