UNPKG

n8n-nodes-megaapi

Version:

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

36 lines 960 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.pairingCodeProperties = void 0; exports.pairingCodeProperties = [ { displayName: 'Phone Number', name: 'phoneNumber', type: 'string', required: true, displayOptions: { show: { resource: ['instance'], operation: ['generatePairingCode'], }, }, default: '', placeholder: '5561995562618', description: 'Phone number with country code (no + or spaces)', }, { displayName: 'Informações', name: 'notice', type: 'notice', default: '', displayOptions: { show: { resource: ['instance'], operation: ['generatePairingCode'], }, }, typeOptions: { theme: 'info', }, }, ]; //# sourceMappingURL=pairingCode.js.map