UNPKG

n8n-nodes-evolution-api

Version:
30 lines 804 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.eventsOperationsOptions = void 0; exports.eventsOperationsOptions = { displayName: 'Operação', name: 'operation', type: 'options', noDataExpression: true, displayOptions: { show: { resource: ['events-api'], }, }, options: [ { name: 'Webhook', action: 'Webhook', description: 'Define/Busca integração com Webhook', value: 'webhook', }, { name: 'RabbitMQ', action: 'Rabbitmq', description: 'Define/Busca integração com RabbitMQ', value: 'rabbitmq', }, ], default: 'webhook', }; //# sourceMappingURL=events.operations.js.map