UNPKG

n8n-nodes-megaapi

Version:

N8N Community Node for MegaAPI WhatsApp automation - Complete WhatsApp integration with messaging, groups, media, and more

21 lines 518 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.qrCodeProperties = void 0; exports.qrCodeProperties = [ { displayName: 'Informações', name: 'notice', type: 'notice', default: '', displayOptions: { show: { resource: ['instance'], operation: ['generateQrCode'], }, }, typeOptions: { theme: 'info', }, }, ]; //# sourceMappingURL=qrCode.js.map