UNPKG

n8n-nodes-base

Version:

Base nodes of n8n

26 lines 723 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.firedAlertOperations = void 0; exports.firedAlertOperations = [ { displayName: 'Operation', name: 'operation', type: 'options', noDataExpression: true, displayOptions: { show: { resource: ['firedAlert'], }, }, options: [ { name: 'Get Report', value: 'getReport', description: 'Retrieve a fired alerts report', action: 'Get a fired alerts report', }, ], default: 'getReport', }, ]; //# sourceMappingURL=FiredAlertDescription.js.map