n8n
Version:
n8n Workflow Automation Tool
10 lines • 367 B
JavaScript
;
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,
n8n_workflow_1.FORM_TRIGGER_NODE_TYPE,
n8n_workflow_1.FORM_NODE_TYPE,
]);
//# sourceMappingURL=constants.js.map