UNPKG

n8n-nodes-megaapi

Version:

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

19 lines 614 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.restartProperties = void 0; exports.restartProperties = [ { displayName: 'Confirmation', name: 'confirmation', type: 'notice', displayOptions: { show: { resource: ['instance'], operation: ['restart'], }, }, default: '', description: '⚠️ This will restart your WhatsApp instance. All active connections will be terminated and the instance will need to reconnect.', }, ]; //# sourceMappingURL=restart.js.map