feat: Added rabbitmq to send events

This commit is contained in:
Davidson Gomes
2023-08-02 17:41:15 -03:00
parent 55f8e179af
commit f1571b5f66
2 changed files with 57 additions and 1 deletions

View File

@@ -20,4 +20,6 @@ export class InstanceDto {
chatwoot_conversation_pending?: boolean;
websocket_enabled?: boolean;
websocket_events?: string[];
rabbitmq_enabled?: boolean;
rabbitmq_events?: string[];
}