UNPKG

n8n

Version:

n8n Workflow Automation Tool

8 lines 515 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SYSTEM_RESOLVER_TYPE = exports.SYSTEM_RESOLVER_NAME = exports.SYSTEM_RESOLVER_ID = void 0; var api_types_1 = require("@n8n/api-types"); Object.defineProperty(exports, "SYSTEM_RESOLVER_ID", { enumerable: true, get: function () { return api_types_1.SYSTEM_RESOLVER_ID; } }); exports.SYSTEM_RESOLVER_NAME = 'n8n private credentials'; exports.SYSTEM_RESOLVER_TYPE = 'credential-resolver.n8n-1.0'; //# sourceMappingURL=constants.js.map