UNPKG

whatsapp-crm-common

Version:

Componentes compartidos para servicios de WhatsApp CRM - Common utilities and types for WhatsApp CRM system

15 lines 472 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.defaultWhatsAppConfig = void 0; exports.defaultWhatsAppConfig = { maxReconnectAttempts: 5, reconnectDelayMs: 5000, qrTimeoutMs: 60000, connectTimeoutMs: 60000, retryRequestDelayMs: 2000, syncFullHistory: false, printQRInTerminal: true, maxConcurrentSessions: 50, browser: ["Ubuntu", "Chrome", "20.0.04"], }; //# sourceMappingURL=whatsapp-config.js.map