Added connection functionality via pairing code

This commit is contained in:
Davidson Gomes
2023-07-21 20:37:58 -03:00
parent 93a5d07f9a
commit 8f4d44a212
8 changed files with 41 additions and 5 deletions

View File

@@ -4,6 +4,7 @@ export class InstanceDto {
webhook_by_events?: boolean;
events?: string[];
qrcode?: boolean;
number?: string;
token?: string;
chatwoot_account_id?: string;
chatwoot_token?: string;