mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2026-01-13 23:32:22 -06:00
refactor: integrations folder structure
This commit is contained in:
20
src/api/integrations/chatbot/chatwoot/dto/chatwoot.dto.ts
Normal file
20
src/api/integrations/chatbot/chatwoot/dto/chatwoot.dto.ts
Normal file
@@ -0,0 +1,20 @@
|
||||
export class ChatwootDto {
|
||||
enabled?: boolean;
|
||||
accountId?: string;
|
||||
token?: string;
|
||||
url?: string;
|
||||
nameInbox?: string;
|
||||
signMsg?: boolean;
|
||||
signDelimiter?: string;
|
||||
number?: string;
|
||||
reopenConversation?: boolean;
|
||||
conversationPending?: boolean;
|
||||
mergeBrazilContacts?: boolean;
|
||||
importContacts?: boolean;
|
||||
importMessages?: boolean;
|
||||
daysLimitImportMessages?: number;
|
||||
autoCreate?: boolean;
|
||||
organization?: string;
|
||||
logo?: string;
|
||||
ignoreJids?: string[];
|
||||
}
|
||||
Reference in New Issue
Block a user