UNPKG

@wppconnect-team/wppconnect

Version:

WPPConnect is an open source project developed by the JavaScript community with the aim of exporting functions from WhatsApp Web to the node, which can be used to support the creation of any interaction, such as customer service, media sending, intelligen

39 lines (38 loc) 738 B
export declare enum InterfaceMode { /** * QR code page. */ QR = "QR", /** * Chat page. */ MAIN = "MAIN", /** * Loading page, waiting data from smartphone. */ SYNCING = "SYNCING", /** * Offline page, when there are no internet. */ OFFLINE = "OFFLINE", /** * Conflic page, when there are another whatsapp web openned. */ CONFLICT = "CONFLICT", /** * Blocked page, by proxy. */ PROXYBLOCK = "PROXYBLOCK", /** * Blocked page. */ TOS_BLOCK = "TOS_BLOCK", /** * Blocked page. */ SMB_TOS_BLOCK = "SMB_TOS_BLOCK", /** * Deprecated page. */ DEPRECATED_VERSION = "DEPRECATED_VERSION" }