@atom8n/n8n-core 2.2.9 → 2.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/binary-data/binary-data.config.js +0 -1
- package/dist/binary-data/binary-data.service.js +0 -1
- package/dist/binary-data/file-system.manager.js +0 -1
- package/dist/binary-data/index.js +0 -1
- package/dist/binary-data/object-store/object-store.config.js +0 -1
- package/dist/binary-data/object-store/object-store.service.ee.js +0 -1
- package/dist/binary-data/object-store/types.js +0 -1
- package/dist/binary-data/object-store.manager.js +0 -1
- package/dist/binary-data/types.js +0 -1
- package/dist/binary-data/utils.js +0 -1
- package/dist/build.tsbuildinfo +1 -1
- package/dist/constants.js +0 -1
- package/dist/credentials.js +0 -1
- package/dist/data-deduplication-service.js +0 -1
- package/dist/encryption/cipher.js +0 -1
- package/dist/encryption/index.js +0 -1
- package/dist/errors/abstract/binary-data.error.js +0 -1
- package/dist/errors/abstract/filesystem.error.js +0 -1
- package/dist/errors/binary-data-file-not-found.error.js +0 -1
- package/dist/errors/disallowed-filepath.error.js +0 -1
- package/dist/errors/error-reporter.js +0 -1
- package/dist/errors/file-not-found.error.js +0 -1
- package/dist/errors/file-too-large.error.js +0 -1
- package/dist/errors/index.js +0 -1
- package/dist/errors/invalid-execution-metadata.error.js +0 -1
- package/dist/errors/invalid-manager.error.js +0 -1
- package/dist/errors/invalid-source-type.error.js +0 -1
- package/dist/errors/missing-source-id.error.js +0 -1
- package/dist/errors/unrecognized-credential-type.error.js +0 -1
- package/dist/errors/unrecognized-node-type.error.js +0 -1
- package/dist/errors/workflow-has-issues.error.js +0 -1
- package/dist/execution-engine/active-workflows.js +0 -1
- package/dist/execution-engine/execution-context-hook-registry.service.js +0 -1
- package/dist/execution-engine/execution-context.js +0 -1
- package/dist/execution-engine/execution-context.service.js +0 -1
- package/dist/execution-engine/execution-lifecycle-hooks.js +0 -1
- package/dist/execution-engine/external-secrets-proxy.js +0 -1
- package/dist/execution-engine/index.js +0 -1
- package/dist/execution-engine/interfaces.js +0 -1
- package/dist/execution-engine/node-execution-context/base-execute-context.js +0 -1
- package/dist/execution-engine/node-execution-context/credentials-test-context.js +0 -1
- package/dist/execution-engine/node-execution-context/execute-context.js +0 -1
- package/dist/execution-engine/node-execution-context/execute-single-context.js +0 -1
- package/dist/execution-engine/node-execution-context/hook-context.js +0 -1
- package/dist/execution-engine/node-execution-context/index.js +0 -1
- package/dist/execution-engine/node-execution-context/load-options-context.js +0 -1
- package/dist/execution-engine/node-execution-context/local-load-options-context.js +0 -1
- package/dist/execution-engine/node-execution-context/node-execution-context.js +0 -1
- package/dist/execution-engine/node-execution-context/poll-context.js +0 -1
- package/dist/execution-engine/node-execution-context/supply-data-context.js +0 -1
- package/dist/execution-engine/node-execution-context/trigger-context.js +0 -1
- package/dist/execution-engine/node-execution-context/utils/binary-helper-functions.js +0 -1
- package/dist/execution-engine/node-execution-context/utils/cleanup-parameter-data.js +0 -1
- package/dist/execution-engine/node-execution-context/utils/construct-execution-metadata.js +0 -1
- package/dist/execution-engine/node-execution-context/utils/copy-input-items.js +0 -1
- package/dist/execution-engine/node-execution-context/utils/create-node-as-tool.js +0 -1
- package/dist/execution-engine/node-execution-context/utils/data-table-helper-functions.js +0 -1
- package/dist/execution-engine/node-execution-context/utils/deduplication-helper-functions.js +0 -1
- package/dist/execution-engine/node-execution-context/utils/ensure-type.js +0 -1
- package/dist/execution-engine/node-execution-context/utils/execution-metadata.js +0 -1
- package/dist/execution-engine/node-execution-context/utils/extract-value.js +0 -1
- package/dist/execution-engine/node-execution-context/utils/file-system-helper-functions.js +0 -1
- package/dist/execution-engine/node-execution-context/utils/get-additional-keys.js +0 -1
- package/dist/execution-engine/node-execution-context/utils/get-input-connection-data.js +0 -1
- package/dist/execution-engine/node-execution-context/utils/get-secrets-proxy.js +0 -1
- package/dist/execution-engine/node-execution-context/utils/normalize-items.js +0 -1
- package/dist/execution-engine/node-execution-context/utils/parse-incoming-message.js +0 -1
- package/dist/execution-engine/node-execution-context/utils/request-helper-functions.js +0 -1
- package/dist/execution-engine/node-execution-context/utils/return-json-array.js +0 -1
- package/dist/execution-engine/node-execution-context/utils/scheduling-helper-functions.js +0 -1
- package/dist/execution-engine/node-execution-context/utils/ssh-tunnel-helper-functions.js +0 -1
- package/dist/execution-engine/node-execution-context/utils/validate-value-against-schema.js +0 -1
- package/dist/execution-engine/node-execution-context/utils/webhook-helper-functions.js +0 -1
- package/dist/execution-engine/node-execution-context/webhook-context.js +0 -1
- package/dist/execution-engine/node-execution-context/workflow-node-context.js +0 -1
- package/dist/execution-engine/partial-execution-utils/clean-run-data.js +0 -1
- package/dist/execution-engine/partial-execution-utils/directed-graph.js +0 -1
- package/dist/execution-engine/partial-execution-utils/filter-disabled-nodes.js +0 -1
- package/dist/execution-engine/partial-execution-utils/find-start-nodes.js +0 -1
- package/dist/execution-engine/partial-execution-utils/find-subgraph.js +0 -1
- package/dist/execution-engine/partial-execution-utils/find-trigger-for-partial-execution.js +0 -1
- package/dist/execution-engine/partial-execution-utils/get-incoming-data.js +0 -1
- package/dist/execution-engine/partial-execution-utils/get-source-data-groups.js +0 -1
- package/dist/execution-engine/partial-execution-utils/handle-cycles.js +0 -1
- package/dist/execution-engine/partial-execution-utils/index.js +0 -1
- package/dist/execution-engine/partial-execution-utils/recreate-node-execution-stack.js +0 -1
- package/dist/execution-engine/partial-execution-utils/rewire-graph.js +0 -1
- package/dist/execution-engine/partial-execution-utils/run-data-utils.js +0 -1
- package/dist/execution-engine/requests-response.js +0 -1
- package/dist/execution-engine/routing-node.js +0 -1
- package/dist/execution-engine/scheduled-task-manager.js +0 -1
- package/dist/execution-engine/ssh-clients-manager.js +0 -1
- package/dist/execution-engine/triggers-and-pollers.js +0 -1
- package/dist/execution-engine/workflow-execute.js +0 -1
- package/dist/html-sandbox.js +0 -1
- package/dist/http-proxy.js +0 -1
- package/dist/index.js +0 -1
- package/dist/instance-settings/index.js +0 -1
- package/dist/instance-settings/instance-settings.js +0 -1
- package/dist/instance-settings/worker-missing-encryption-key.error.js +0 -1
- package/dist/interfaces.js +0 -1
- package/dist/node-execute-functions.js +0 -1
- package/dist/nodes-loader/constants.js +0 -1
- package/dist/nodes-loader/custom-directory-loader.js +0 -1
- package/dist/nodes-loader/directory-loader.d.ts +1 -0
- package/dist/nodes-loader/directory-loader.js +3 -1
- package/dist/nodes-loader/index.js +0 -1
- package/dist/nodes-loader/lazy-package-directory-loader.js +0 -1
- package/dist/nodes-loader/load-class-in-isolation.js +0 -1
- package/dist/nodes-loader/package-directory-loader.d.ts +2 -0
- package/dist/nodes-loader/package-directory-loader.js +6 -3
- package/dist/nodes-loader/types.d.ts +1 -0
- package/dist/nodes-loader/types.js +0 -1
- package/dist/utils/assertions.js +0 -1
- package/dist/utils/deep-merge.js +0 -1
- package/dist/utils/index.js +0 -1
- package/dist/utils/is-json-compatible.js +0 -1
- package/dist/utils/serialized-buffer.js +0 -1
- package/dist/utils/signature-helpers.js +0 -1
- package/package.json +10 -10
package/dist/constants.js
CHANGED
package/dist/credentials.js
CHANGED
package/dist/encryption/index.js
CHANGED
package/dist/errors/index.js
CHANGED
|
@@ -23,4 +23,3 @@ var unrecognized_node_type_error_1 = require("./unrecognized-node-type.error");
|
|
|
23
23
|
Object.defineProperty(exports, "UnrecognizedNodeTypeError", { enumerable: true, get: function () { return unrecognized_node_type_error_1.UnrecognizedNodeTypeError; } });
|
|
24
24
|
var error_reporter_1 = require("./error-reporter");
|
|
25
25
|
Object.defineProperty(exports, "ErrorReporter", { enumerable: true, get: function () { return error_reporter_1.ErrorReporter; } });
|
|
26
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -66,4 +66,3 @@ exports.ExecutionContextHookRegistry = ExecutionContextHookRegistry = __decorate
|
|
|
66
66
|
__metadata("design:paramtypes", [decorators_1.ContextEstablishmentHookMetadata,
|
|
67
67
|
backend_common_1.Logger])
|
|
68
68
|
], ExecutionContextHookRegistry);
|
|
69
|
-
//# sourceMappingURL=execution-context-hook-registry.service.js.map
|
|
@@ -28,4 +28,3 @@ var external_secrets_proxy_1 = require("./external-secrets-proxy");
|
|
|
28
28
|
Object.defineProperty(exports, "ExternalSecretsProxy", { enumerable: true, get: function () { return external_secrets_proxy_1.ExternalSecretsProxy; } });
|
|
29
29
|
var requests_response_1 = require("./requests-response");
|
|
30
30
|
Object.defineProperty(exports, "isEngineRequest", { enumerable: true, get: function () { return requests_response_1.isEngineRequest; } });
|
|
31
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -48,4 +48,3 @@ Object.defineProperty(exports, "parseRequestObject", { enumerable: true, get: fu
|
|
|
48
48
|
var return_json_array_1 = require("./utils/return-json-array");
|
|
49
49
|
Object.defineProperty(exports, "returnJsonArray", { enumerable: true, get: function () { return return_json_array_1.returnJsonArray; } });
|
|
50
50
|
__exportStar(require("./utils/binary-helper-functions"), exports);
|
|
51
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -10,4 +10,3 @@ function getDataTableHelperFunctions(additionalData, workflow, node) {
|
|
|
10
10
|
getDataTableProxy: async (dataTableId) => await dataTableProxyProvider.getDataTableProxy(workflow, node, dataTableId, additionalData.dataTableProjectId),
|
|
11
11
|
};
|
|
12
12
|
}
|
|
13
|
-
//# sourceMappingURL=data-table-helper-functions.js.map
|
|
@@ -28,4 +28,3 @@ function getNodeWebhookUrl(name, workflow, node, additionalData, mode, additiona
|
|
|
28
28
|
const isFullPath = workflow.expression.getSimpleParameterValue(node, webhookDescription.isFullPath, mode, additionalKeys, undefined, false);
|
|
29
29
|
return n8n_workflow_1.NodeHelpers.getNodeWebhookUrl(baseUrl, workflow.id, node, path.toString(), isFullPath);
|
|
30
30
|
}
|
|
31
|
-
//# sourceMappingURL=webhook-helper-functions.js.map
|
|
@@ -99,4 +99,3 @@ function findTriggerForPartialExecution(workflow, destinationNodeName, runData)
|
|
|
99
99
|
const webhookTriggers = parentTriggers.filter((trigger) => trigger.type.endsWith('webhook'));
|
|
100
100
|
return webhookTriggers.length > 0 ? webhookTriggers[0] : parentTriggers[0];
|
|
101
101
|
}
|
|
102
|
-
//# sourceMappingURL=find-trigger-for-partial-execution.js.map
|
|
@@ -22,4 +22,3 @@ var rewire_graph_1 = require("./rewire-graph");
|
|
|
22
22
|
Object.defineProperty(exports, "rewireGraph", { enumerable: true, get: function () { return rewire_graph_1.rewireGraph; } });
|
|
23
23
|
var run_data_utils_1 = require("./run-data-utils");
|
|
24
24
|
Object.defineProperty(exports, "getNextExecutionIndex", { enumerable: true, get: function () { return run_data_utils_1.getNextExecutionIndex; } });
|
|
25
|
-
//# sourceMappingURL=index.js.map
|
package/dist/html-sandbox.js
CHANGED
|
@@ -16,4 +16,3 @@ const isHtmlRenderedContentType = (contentType) => {
|
|
|
16
16
|
return (contentTypeLower.startsWith('text/html') || contentTypeLower.startsWith('application/xhtml+xml'));
|
|
17
17
|
};
|
|
18
18
|
exports.isHtmlRenderedContentType = isHtmlRenderedContentType;
|
|
19
|
-
//# sourceMappingURL=html-sandbox.js.map
|
package/dist/http-proxy.js
CHANGED
package/dist/index.js
CHANGED
|
@@ -54,4 +54,3 @@ __exportStar(require("./http-proxy"), exports);
|
|
|
54
54
|
var workflow_has_issues_error_1 = require("./errors/workflow-has-issues.error");
|
|
55
55
|
Object.defineProperty(exports, "WorkflowHasIssuesError", { enumerable: true, get: function () { return workflow_has_issues_error_1.WorkflowHasIssuesError; } });
|
|
56
56
|
__exportStar(require("./node-execute-functions"), exports);
|
|
57
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -3,4 +3,3 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.InstanceSettings = void 0;
|
|
4
4
|
var instance_settings_1 = require("./instance-settings");
|
|
5
5
|
Object.defineProperty(exports, "InstanceSettings", { enumerable: true, get: function () { return instance_settings_1.InstanceSettings; } });
|
|
6
|
-
//# sourceMappingURL=index.js.map
|
package/dist/interfaces.js
CHANGED
|
@@ -9,4 +9,3 @@ function getExecutePollFunctions(workflow, node, additionalData, mode, activatio
|
|
|
9
9
|
function getExecuteTriggerFunctions(workflow, node, additionalData, mode, activation) {
|
|
10
10
|
return new node_execution_context_1.TriggerContext(workflow, node, additionalData, mode, activation);
|
|
11
11
|
}
|
|
12
|
-
//# sourceMappingURL=node-execute-functions.js.map
|
|
@@ -19,6 +19,7 @@ export declare abstract class DirectoryLoader {
|
|
|
19
19
|
protected removeNonIncludedNodes: boolean;
|
|
20
20
|
constructor(directory: string, excludeNodes?: string[], includeNodes?: string[]);
|
|
21
21
|
abstract packageName: string;
|
|
22
|
+
get nodeTypePrefix(): string;
|
|
22
23
|
abstract loadAll(): Promise<void>;
|
|
23
24
|
reset(): void;
|
|
24
25
|
protected resolvePath(file: string): string;
|