feature(chatwoot): add merge_brazil_contacts function to solve nine digit in brazilian numbers

This commit is contained in:
Deivison Lincoln
2024-05-08 15:03:37 -03:00
parent 7a0149ee23
commit dcc32479ff
8 changed files with 53 additions and 3 deletions

View File

@@ -27,6 +27,7 @@ export class InstanceDto {
chatwoot_sign_msg?: boolean;
chatwoot_reopen_conversation?: boolean;
chatwoot_conversation_pending?: boolean;
chatwoot_merge_brazil_contacts?: boolean;
chatwoot_import_contacts?: boolean;
chatwoot_import_messages?: boolean;
chatwoot_days_limit_import_messages?: number;