Declares instanceDto.chatwootAutoCreate

This commit is contained in:
Júlio Paulillo 2024-09-03 12:13:30 -03:00
parent fed49c2072
commit 1db339c65f

View File

@ -23,6 +23,7 @@ export class InstanceDto extends IntegrationDto {
proxyProtocol?: string; proxyProtocol?: string;
proxyUsername?: string; proxyUsername?: string;
proxyPassword?: string; proxyPassword?: string;
chatwootAutoCreate?: boolean;
} }
export class SetPresenceDto { export class SetPresenceDto {