feat: Added ignoreJids in chatwoot settings

This commit is contained in:
Davidson Gomes
2024-08-14 14:59:47 -03:00
parent daa4c76967
commit b3991cf6bb
12 changed files with 264 additions and 63 deletions

View File

@@ -16,4 +16,5 @@ export class ChatwootDto {
autoCreate?: boolean;
organization?: string;
logo?: string;
ignoreJids?: string[];
}