UNPKG

n8n

Version:

n8n Workflow Automation Tool

21 lines 681 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.RPC_ALLOW_LIST = void 0; exports.RPC_ALLOW_LIST = [ 'logNodeOutput', 'helpers.httpRequestWithAuthentication', 'helpers.requestWithAuthenticationPaginated', 'helpers.getBinaryDataBuffer', 'helpers.getSSHClient', 'helpers.createReadStream', 'helpers.writeContentToFile', 'helpers.prepareBinaryData', 'helpers.setBinaryDataBuffer', 'helpers.copyBinaryFile', 'helpers.binaryToBuffer', 'helpers.getBinaryStream', 'helpers.getBinaryMetadata', 'helpers.createDeferredPromise', 'helpers.httpRequest', ]; //# sourceMappingURL=runner-types.js.map