UNPKG

n8n

Version:

n8n Workflow Automation Tool

6 lines 282 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.authAllowlistedNodes = void 0; const n8n_workflow_1 = require("n8n-workflow"); exports.authAllowlistedNodes = new Set([n8n_workflow_1.CHAT_TRIGGER_NODE_TYPE]); //# sourceMappingURL=constants.js.map