@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.
Files changed (120) hide show
  1. package/dist/binary-data/binary-data.config.js +0 -1
  2. package/dist/binary-data/binary-data.service.js +0 -1
  3. package/dist/binary-data/file-system.manager.js +0 -1
  4. package/dist/binary-data/index.js +0 -1
  5. package/dist/binary-data/object-store/object-store.config.js +0 -1
  6. package/dist/binary-data/object-store/object-store.service.ee.js +0 -1
  7. package/dist/binary-data/object-store/types.js +0 -1
  8. package/dist/binary-data/object-store.manager.js +0 -1
  9. package/dist/binary-data/types.js +0 -1
  10. package/dist/binary-data/utils.js +0 -1
  11. package/dist/build.tsbuildinfo +1 -1
  12. package/dist/constants.js +0 -1
  13. package/dist/credentials.js +0 -1
  14. package/dist/data-deduplication-service.js +0 -1
  15. package/dist/encryption/cipher.js +0 -1
  16. package/dist/encryption/index.js +0 -1
  17. package/dist/errors/abstract/binary-data.error.js +0 -1
  18. package/dist/errors/abstract/filesystem.error.js +0 -1
  19. package/dist/errors/binary-data-file-not-found.error.js +0 -1
  20. package/dist/errors/disallowed-filepath.error.js +0 -1
  21. package/dist/errors/error-reporter.js +0 -1
  22. package/dist/errors/file-not-found.error.js +0 -1
  23. package/dist/errors/file-too-large.error.js +0 -1
  24. package/dist/errors/index.js +0 -1
  25. package/dist/errors/invalid-execution-metadata.error.js +0 -1
  26. package/dist/errors/invalid-manager.error.js +0 -1
  27. package/dist/errors/invalid-source-type.error.js +0 -1
  28. package/dist/errors/missing-source-id.error.js +0 -1
  29. package/dist/errors/unrecognized-credential-type.error.js +0 -1
  30. package/dist/errors/unrecognized-node-type.error.js +0 -1
  31. package/dist/errors/workflow-has-issues.error.js +0 -1
  32. package/dist/execution-engine/active-workflows.js +0 -1
  33. package/dist/execution-engine/execution-context-hook-registry.service.js +0 -1
  34. package/dist/execution-engine/execution-context.js +0 -1
  35. package/dist/execution-engine/execution-context.service.js +0 -1
  36. package/dist/execution-engine/execution-lifecycle-hooks.js +0 -1
  37. package/dist/execution-engine/external-secrets-proxy.js +0 -1
  38. package/dist/execution-engine/index.js +0 -1
  39. package/dist/execution-engine/interfaces.js +0 -1
  40. package/dist/execution-engine/node-execution-context/base-execute-context.js +0 -1
  41. package/dist/execution-engine/node-execution-context/credentials-test-context.js +0 -1
  42. package/dist/execution-engine/node-execution-context/execute-context.js +0 -1
  43. package/dist/execution-engine/node-execution-context/execute-single-context.js +0 -1
  44. package/dist/execution-engine/node-execution-context/hook-context.js +0 -1
  45. package/dist/execution-engine/node-execution-context/index.js +0 -1
  46. package/dist/execution-engine/node-execution-context/load-options-context.js +0 -1
  47. package/dist/execution-engine/node-execution-context/local-load-options-context.js +0 -1
  48. package/dist/execution-engine/node-execution-context/node-execution-context.js +0 -1
  49. package/dist/execution-engine/node-execution-context/poll-context.js +0 -1
  50. package/dist/execution-engine/node-execution-context/supply-data-context.js +0 -1
  51. package/dist/execution-engine/node-execution-context/trigger-context.js +0 -1
  52. package/dist/execution-engine/node-execution-context/utils/binary-helper-functions.js +0 -1
  53. package/dist/execution-engine/node-execution-context/utils/cleanup-parameter-data.js +0 -1
  54. package/dist/execution-engine/node-execution-context/utils/construct-execution-metadata.js +0 -1
  55. package/dist/execution-engine/node-execution-context/utils/copy-input-items.js +0 -1
  56. package/dist/execution-engine/node-execution-context/utils/create-node-as-tool.js +0 -1
  57. package/dist/execution-engine/node-execution-context/utils/data-table-helper-functions.js +0 -1
  58. package/dist/execution-engine/node-execution-context/utils/deduplication-helper-functions.js +0 -1
  59. package/dist/execution-engine/node-execution-context/utils/ensure-type.js +0 -1
  60. package/dist/execution-engine/node-execution-context/utils/execution-metadata.js +0 -1
  61. package/dist/execution-engine/node-execution-context/utils/extract-value.js +0 -1
  62. package/dist/execution-engine/node-execution-context/utils/file-system-helper-functions.js +0 -1
  63. package/dist/execution-engine/node-execution-context/utils/get-additional-keys.js +0 -1
  64. package/dist/execution-engine/node-execution-context/utils/get-input-connection-data.js +0 -1
  65. package/dist/execution-engine/node-execution-context/utils/get-secrets-proxy.js +0 -1
  66. package/dist/execution-engine/node-execution-context/utils/normalize-items.js +0 -1
  67. package/dist/execution-engine/node-execution-context/utils/parse-incoming-message.js +0 -1
  68. package/dist/execution-engine/node-execution-context/utils/request-helper-functions.js +0 -1
  69. package/dist/execution-engine/node-execution-context/utils/return-json-array.js +0 -1
  70. package/dist/execution-engine/node-execution-context/utils/scheduling-helper-functions.js +0 -1
  71. package/dist/execution-engine/node-execution-context/utils/ssh-tunnel-helper-functions.js +0 -1
  72. package/dist/execution-engine/node-execution-context/utils/validate-value-against-schema.js +0 -1
  73. package/dist/execution-engine/node-execution-context/utils/webhook-helper-functions.js +0 -1
  74. package/dist/execution-engine/node-execution-context/webhook-context.js +0 -1
  75. package/dist/execution-engine/node-execution-context/workflow-node-context.js +0 -1
  76. package/dist/execution-engine/partial-execution-utils/clean-run-data.js +0 -1
  77. package/dist/execution-engine/partial-execution-utils/directed-graph.js +0 -1
  78. package/dist/execution-engine/partial-execution-utils/filter-disabled-nodes.js +0 -1
  79. package/dist/execution-engine/partial-execution-utils/find-start-nodes.js +0 -1
  80. package/dist/execution-engine/partial-execution-utils/find-subgraph.js +0 -1
  81. package/dist/execution-engine/partial-execution-utils/find-trigger-for-partial-execution.js +0 -1
  82. package/dist/execution-engine/partial-execution-utils/get-incoming-data.js +0 -1
  83. package/dist/execution-engine/partial-execution-utils/get-source-data-groups.js +0 -1
  84. package/dist/execution-engine/partial-execution-utils/handle-cycles.js +0 -1
  85. package/dist/execution-engine/partial-execution-utils/index.js +0 -1
  86. package/dist/execution-engine/partial-execution-utils/recreate-node-execution-stack.js +0 -1
  87. package/dist/execution-engine/partial-execution-utils/rewire-graph.js +0 -1
  88. package/dist/execution-engine/partial-execution-utils/run-data-utils.js +0 -1
  89. package/dist/execution-engine/requests-response.js +0 -1
  90. package/dist/execution-engine/routing-node.js +0 -1
  91. package/dist/execution-engine/scheduled-task-manager.js +0 -1
  92. package/dist/execution-engine/ssh-clients-manager.js +0 -1
  93. package/dist/execution-engine/triggers-and-pollers.js +0 -1
  94. package/dist/execution-engine/workflow-execute.js +0 -1
  95. package/dist/html-sandbox.js +0 -1
  96. package/dist/http-proxy.js +0 -1
  97. package/dist/index.js +0 -1
  98. package/dist/instance-settings/index.js +0 -1
  99. package/dist/instance-settings/instance-settings.js +0 -1
  100. package/dist/instance-settings/worker-missing-encryption-key.error.js +0 -1
  101. package/dist/interfaces.js +0 -1
  102. package/dist/node-execute-functions.js +0 -1
  103. package/dist/nodes-loader/constants.js +0 -1
  104. package/dist/nodes-loader/custom-directory-loader.js +0 -1
  105. package/dist/nodes-loader/directory-loader.d.ts +1 -0
  106. package/dist/nodes-loader/directory-loader.js +3 -1
  107. package/dist/nodes-loader/index.js +0 -1
  108. package/dist/nodes-loader/lazy-package-directory-loader.js +0 -1
  109. package/dist/nodes-loader/load-class-in-isolation.js +0 -1
  110. package/dist/nodes-loader/package-directory-loader.d.ts +2 -0
  111. package/dist/nodes-loader/package-directory-loader.js +6 -3
  112. package/dist/nodes-loader/types.d.ts +1 -0
  113. package/dist/nodes-loader/types.js +0 -1
  114. package/dist/utils/assertions.js +0 -1
  115. package/dist/utils/deep-merge.js +0 -1
  116. package/dist/utils/index.js +0 -1
  117. package/dist/utils/is-json-compatible.js +0 -1
  118. package/dist/utils/serialized-buffer.js +0 -1
  119. package/dist/utils/signature-helpers.js +0 -1
  120. package/package.json +10 -10
package/dist/constants.js CHANGED
@@ -20,4 +20,3 @@ exports.CREDENTIAL_ERRORS = {
20
20
  INVALID_DATA: 'Credentials data is not in a valid format.',
21
21
  };
22
22
  exports.WAITING_TOKEN_QUERY_PARAM = 'signature';
23
- //# sourceMappingURL=constants.js.map
@@ -96,4 +96,3 @@ class Credentials extends n8n_workflow_1.ICredentials {
96
96
  }
97
97
  }
98
98
  exports.Credentials = Credentials;
99
- //# sourceMappingURL=credentials.js.map
@@ -92,4 +92,3 @@ class DataDeduplicationService {
92
92
  }
93
93
  }
94
94
  exports.DataDeduplicationService = DataDeduplicationService;
95
- //# sourceMappingURL=data-deduplication-service.js.map
@@ -54,4 +54,3 @@ exports.Cipher = Cipher = __decorate([
54
54
  (0, di_1.Service)(),
55
55
  __metadata("design:paramtypes", [instance_settings_1.InstanceSettings])
56
56
  ], Cipher);
57
- //# sourceMappingURL=cipher.js.map
@@ -3,4 +3,3 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.Cipher = void 0;
4
4
  var cipher_1 = require("./cipher");
5
5
  Object.defineProperty(exports, "Cipher", { enumerable: true, get: function () { return cipher_1.Cipher; } });
6
- //# sourceMappingURL=index.js.map
@@ -5,4 +5,3 @@ const errors_1 = require("@n8n/errors");
5
5
  class BinaryDataError extends errors_1.ApplicationError {
6
6
  }
7
7
  exports.BinaryDataError = BinaryDataError;
8
- //# sourceMappingURL=binary-data.error.js.map
@@ -8,4 +8,3 @@ class FileSystemError extends errors_1.ApplicationError {
8
8
  }
9
9
  }
10
10
  exports.FileSystemError = FileSystemError;
11
- //# sourceMappingURL=filesystem.error.js.map
@@ -8,4 +8,3 @@ class BinaryDataFileNotFoundError extends n8n_workflow_1.UnexpectedError {
8
8
  }
9
9
  }
10
10
  exports.BinaryDataFileNotFoundError = BinaryDataFileNotFoundError;
11
- //# sourceMappingURL=binary-data-file-not-found.error.js.map
@@ -8,4 +8,3 @@ class DisallowedFilepathError extends filesystem_error_1.FileSystemError {
8
8
  }
9
9
  }
10
10
  exports.DisallowedFilepathError = DisallowedFilepathError;
11
- //# sourceMappingURL=disallowed-filepath.error.js.map
@@ -253,4 +253,3 @@ exports.ErrorReporter = ErrorReporter = __decorate([
253
253
  (0, di_1.Service)(),
254
254
  __metadata("design:paramtypes", [backend_common_1.Logger])
255
255
  ], ErrorReporter);
256
- //# sourceMappingURL=error-reporter.js.map
@@ -8,4 +8,3 @@ class FileNotFoundError extends filesystem_error_1.FileSystemError {
8
8
  }
9
9
  }
10
10
  exports.FileNotFoundError = FileNotFoundError;
11
- //# sourceMappingURL=file-not-found.error.js.map
@@ -10,4 +10,3 @@ class FileTooLargeError extends n8n_workflow_1.UserError {
10
10
  }
11
11
  }
12
12
  exports.FileTooLargeError = FileTooLargeError;
13
- //# sourceMappingURL=file-too-large.error.js.map
@@ -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
@@ -9,4 +9,3 @@ class InvalidExecutionMetadataError extends errors_1.ApplicationError {
9
9
  }
10
10
  }
11
11
  exports.InvalidExecutionMetadataError = InvalidExecutionMetadataError;
12
- //# sourceMappingURL=invalid-execution-metadata.error.js.map
@@ -8,4 +8,3 @@ class InvalidManagerError extends binary_data_error_1.BinaryDataError {
8
8
  }
9
9
  }
10
10
  exports.InvalidManagerError = InvalidManagerError;
11
- //# sourceMappingURL=invalid-manager.error.js.map
@@ -8,4 +8,3 @@ class InvalidSourceTypeError extends n8n_workflow_1.UnexpectedError {
8
8
  }
9
9
  }
10
10
  exports.InvalidSourceTypeError = InvalidSourceTypeError;
11
- //# sourceMappingURL=invalid-source-type.error.js.map
@@ -8,4 +8,3 @@ class MissingSourceIdError extends n8n_workflow_1.UnexpectedError {
8
8
  }
9
9
  }
10
10
  exports.MissingSourceIdError = MissingSourceIdError;
11
- //# sourceMappingURL=missing-source-id.error.js.map
@@ -8,4 +8,3 @@ class UnrecognizedCredentialTypeError extends n8n_workflow_1.UserError {
8
8
  }
9
9
  }
10
10
  exports.UnrecognizedCredentialTypeError = UnrecognizedCredentialTypeError;
11
- //# sourceMappingURL=unrecognized-credential-type.error.js.map
@@ -8,4 +8,3 @@ class UnrecognizedNodeTypeError extends n8n_workflow_1.UserError {
8
8
  }
9
9
  }
10
10
  exports.UnrecognizedNodeTypeError = UnrecognizedNodeTypeError;
11
- //# sourceMappingURL=unrecognized-node-type.error.js.map
@@ -8,4 +8,3 @@ class WorkflowHasIssuesError extends n8n_workflow_1.WorkflowOperationError {
8
8
  }
9
9
  }
10
10
  exports.WorkflowHasIssuesError = WorkflowHasIssuesError;
11
- //# sourceMappingURL=workflow-has-issues.error.js.map
@@ -150,4 +150,3 @@ exports.ActiveWorkflows = ActiveWorkflows = __decorate([
150
150
  triggers_and_pollers_1.TriggersAndPollers,
151
151
  error_reporter_1.ErrorReporter])
152
152
  ], ActiveWorkflows);
153
- //# sourceMappingURL=active-workflows.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
@@ -53,4 +53,3 @@ const establishExecutionContext = async (workflow, runExecutionData, additionalD
53
53
  }
54
54
  };
55
55
  exports.establishExecutionContext = establishExecutionContext;
56
- //# sourceMappingURL=execution-context.js.map
@@ -105,4 +105,3 @@ exports.ExecutionContextService = ExecutionContextService = __decorate([
105
105
  execution_context_hook_registry_service_1.ExecutionContextHookRegistry,
106
106
  encryption_1.Cipher])
107
107
  ], ExecutionContextService);
108
- //# sourceMappingURL=execution-context.service.js.map
@@ -28,4 +28,3 @@ class ExecutionLifecycleHooks {
28
28
  }
29
29
  }
30
30
  exports.ExecutionLifecycleHooks = ExecutionLifecycleHooks;
31
- //# sourceMappingURL=execution-lifecycle-hooks.js.map
@@ -35,4 +35,3 @@ exports.ExternalSecretsProxy = ExternalSecretsProxy;
35
35
  exports.ExternalSecretsProxy = ExternalSecretsProxy = __decorate([
36
36
  (0, di_1.Service)()
37
37
  ], ExternalSecretsProxy);
38
- //# sourceMappingURL=external-secrets-proxy.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
@@ -1,3 +1,2 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=interfaces.js.map
@@ -147,4 +147,3 @@ class BaseExecuteContext extends node_execution_context_1.NodeExecutionContext {
147
147
  }
148
148
  }
149
149
  exports.BaseExecuteContext = BaseExecuteContext;
150
- //# sourceMappingURL=base-execute-context.js.map
@@ -34,4 +34,3 @@ __decorate([
34
34
  __metadata("design:type", Object),
35
35
  __metadata("design:paramtypes", [])
36
36
  ], CredentialTestContext.prototype, "logger", null);
37
- //# sourceMappingURL=credentials-test-context.js.map
@@ -105,4 +105,3 @@ class ExecuteContext extends base_execute_context_1.BaseExecuteContext {
105
105
  }
106
106
  }
107
107
  exports.ExecuteContext = ExecuteContext;
108
- //# sourceMappingURL=execute-context.js.map
@@ -50,4 +50,3 @@ class ExecuteSingleContext extends base_execute_context_1.BaseExecuteContext {
50
50
  }
51
51
  }
52
52
  exports.ExecuteSingleContext = ExecuteSingleContext;
53
- //# sourceMappingURL=execute-single-context.js.map
@@ -32,4 +32,3 @@ class HookContext extends node_execution_context_1.NodeExecutionContext {
32
32
  }
33
33
  }
34
34
  exports.HookContext = HookContext;
35
- //# sourceMappingURL=hook-context.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
@@ -40,4 +40,3 @@ class LoadOptionsContext extends node_execution_context_1.NodeExecutionContext {
40
40
  }
41
41
  }
42
42
  exports.LoadOptionsContext = LoadOptionsContext;
43
- //# sourceMappingURL=load-options-context.js.map
@@ -48,4 +48,3 @@ class LocalLoadOptionsContext {
48
48
  }
49
49
  }
50
50
  exports.LocalLoadOptionsContext = LocalLoadOptionsContext;
51
- //# sourceMappingURL=local-load-options-context.js.map
@@ -321,4 +321,3 @@ __decorate([
321
321
  __metadata("design:type", Object),
322
322
  __metadata("design:paramtypes", [])
323
323
  ], NodeExecutionContext.prototype, "additionalKeys", null);
324
- //# sourceMappingURL=node-execution-context.js.map
@@ -35,4 +35,3 @@ class PollContext extends node_execution_context_1.NodeExecutionContext {
35
35
  }
36
36
  }
37
37
  exports.PollContext = PollContext;
38
- //# sourceMappingURL=poll-context.js.map
@@ -178,4 +178,3 @@ class SupplyDataContext extends base_execute_context_1.BaseExecuteContext {
178
178
  }
179
179
  }
180
180
  exports.SupplyDataContext = SupplyDataContext;
181
- //# sourceMappingURL=supply-data-context.js.map
@@ -37,4 +37,3 @@ class TriggerContext extends node_execution_context_1.NodeExecutionContext {
37
37
  }
38
38
  }
39
39
  exports.TriggerContext = TriggerContext;
40
- //# sourceMappingURL=trigger-context.js.map
@@ -210,4 +210,3 @@ const getBinaryHelperFunctions = ({ executionId, restApiUrl }, workflowId) => ({
210
210
  },
211
211
  });
212
212
  exports.getBinaryHelperFunctions = getBinaryHelperFunctions;
213
- //# sourceMappingURL=binary-helper-functions.js.map
@@ -24,4 +24,3 @@ function cleanupParameterData(inputData) {
24
24
  });
25
25
  }
26
26
  }
27
- //# sourceMappingURL=cleanup-parameter-data.js.map
@@ -8,4 +8,3 @@ function constructExecutionMetaData(inputData, options) {
8
8
  return { json, pairedItem: itemData, ...rest };
9
9
  });
10
10
  }
11
- //# sourceMappingURL=construct-execution-metadata.js.map
@@ -16,4 +16,3 @@ function copyInputItems(items, properties) {
16
16
  return newItem;
17
17
  });
18
18
  }
19
- //# sourceMappingURL=copy-input-items.js.map
@@ -62,4 +62,3 @@ function createTool(options) {
62
62
  function createNodeAsTool(options) {
63
63
  return { response: createTool(options) };
64
64
  }
65
- //# sourceMappingURL=create-node-as-tool.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
@@ -35,4 +35,3 @@ const getDeduplicationHelperFunctions = (workflow, node) => ({
35
35
  },
36
36
  });
37
37
  exports.getDeduplicationHelperFunctions = getDeduplicationHelperFunctions;
38
- //# sourceMappingURL=deduplication-helper-functions.js.map
@@ -72,4 +72,3 @@ function ensureType(toType, parameterValue, parameterName, errorOptions) {
72
72
  }
73
73
  return returnData;
74
74
  }
75
- //# sourceMappingURL=ensure-type.js.map
@@ -54,4 +54,3 @@ function getAllWorkflowExecutionMetadata(executionData) {
54
54
  function getWorkflowExecutionMetadata(executionData, key) {
55
55
  return getAllWorkflowExecutionMetadata(executionData)[String(key).slice(0, 50)];
56
56
  }
57
- //# sourceMappingURL=execution-metadata.js.map
@@ -132,4 +132,3 @@ function extractValue(value, parameterName, node, nodeType, itemIndex = 0) {
132
132
  throw new n8n_workflow_1.NodeOperationError(node, error, { description: (0, get_1.default)(error, 'description') });
133
133
  }
134
134
  }
135
- //# sourceMappingURL=extract-value.js.map
@@ -141,4 +141,3 @@ function getN8nRestrictedPaths() {
141
141
  }
142
142
  return restrictedPaths;
143
143
  }
144
- //# sourceMappingURL=file-system-helper-functions.js.map
@@ -54,4 +54,3 @@ function getAdditionalKeys(additionalData, mode, runExecutionData, options) {
54
54
  $resumeWebhookUrl: resumeUrl,
55
55
  };
56
56
  }
57
- //# sourceMappingURL=get-additional-keys.js.map
@@ -208,4 +208,3 @@ async function getInputConnectionData(workflow, runExecutionData, parentRunIndex
208
208
  }
209
209
  return maxConnections === 1 ? (nodes || [])[0]?.response : nodes.map((node) => node.response);
210
210
  }
211
- //# sourceMappingURL=get-input-connection-data.js.map
@@ -65,4 +65,3 @@ function getSecretsProxy(additionalData) {
65
65
  },
66
66
  });
67
67
  }
68
- //# sourceMappingURL=get-secrets-proxy.js.map
@@ -33,4 +33,3 @@ function normalizeItems(executionData) {
33
33
  return { json: item };
34
34
  });
35
35
  }
36
- //# sourceMappingURL=normalize-items.js.map
@@ -54,4 +54,3 @@ function parseIncomingMessage(message) {
54
54
  message.contentDisposition = contentDisposition;
55
55
  }
56
56
  }
57
- //# sourceMappingURL=parse-incoming-message.js.map
@@ -1210,4 +1210,3 @@ const getRequestHelperFunctions = (workflow, node, additionalData, runExecutionD
1210
1210
  };
1211
1211
  };
1212
1212
  exports.getRequestHelperFunctions = getRequestHelperFunctions;
1213
- //# sourceMappingURL=request-helper-functions.js.map
@@ -16,4 +16,3 @@ function returnJsonArray(jsonData) {
16
16
  });
17
17
  return returnData;
18
18
  }
19
- //# sourceMappingURL=return-json-array.js.map
@@ -19,4 +19,3 @@ const getSchedulingFunctions = (workflowId, timezone, nodeId) => {
19
19
  };
20
20
  };
21
21
  exports.getSchedulingFunctions = getSchedulingFunctions;
22
- //# sourceMappingURL=scheduling-helper-functions.js.map
@@ -11,4 +11,3 @@ const getSSHTunnelFunctions = () => {
11
11
  };
12
12
  };
13
13
  exports.getSSHTunnelFunctions = getSSHTunnelFunctions;
14
- //# sourceMappingURL=ssh-tunnel-helper-functions.js.map
@@ -129,4 +129,3 @@ const validateValueAgainstSchema = (node, nodeType, parameterValue, parameterNam
129
129
  return validationResult.newValue;
130
130
  };
131
131
  exports.validateValueAgainstSchema = validateValueAgainstSchema;
132
- //# sourceMappingURL=validate-value-against-schema.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
@@ -84,4 +84,3 @@ class WebhookContext extends node_execution_context_1.NodeExecutionContext {
84
84
  }
85
85
  }
86
86
  exports.WebhookContext = WebhookContext;
87
- //# sourceMappingURL=webhook-context.js.map
@@ -11,4 +11,3 @@ class LoadWorkflowNodeContext extends node_execution_context_1.NodeExecutionCont
11
11
  }
12
12
  }
13
13
  exports.LoadWorkflowNodeContext = LoadWorkflowNodeContext;
14
- //# sourceMappingURL=workflow-node-context.js.map
@@ -25,4 +25,3 @@ function cleanRunData(runData, graph, nodesToClean) {
25
25
  }
26
26
  return newRunData;
27
27
  }
28
- //# sourceMappingURL=clean-run-data.js.map
@@ -367,4 +367,3 @@ class DirectedGraph {
367
367
  }
368
368
  }
369
369
  exports.DirectedGraph = DirectedGraph;
370
- //# sourceMappingURL=directed-graph.js.map
@@ -14,4 +14,3 @@ function filterDisabledNodes(graph) {
14
14
  }
15
15
  return filteredGraph;
16
16
  }
17
- //# sourceMappingURL=filter-disabled-nodes.js.map
@@ -71,4 +71,3 @@ function findStartNodes(options) {
71
71
  const startNodes = findStartNodesRecursive(graph, trigger, destination, runData, pinData, new Set(), new Set());
72
72
  return startNodes;
73
73
  }
74
- //# sourceMappingURL=find-start-nodes.js.map
@@ -56,4 +56,3 @@ function findSubgraph(options) {
56
56
  }
57
57
  return subgraph;
58
58
  }
59
- //# sourceMappingURL=find-subgraph.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
@@ -18,4 +18,3 @@ function getIncomingDataFromAnyRun(runData, nodeName, connectionType, outputInde
18
18
  }
19
19
  return undefined;
20
20
  }
21
- //# sourceMappingURL=get-incoming-data.js.map
@@ -62,4 +62,3 @@ function getSourceDataGroups(graph, node, runData, pinnedData) {
62
62
  groups.push(currentGroup);
63
63
  return groups;
64
64
  }
65
- //# sourceMappingURL=get-source-data-groups.js.map
@@ -57,4 +57,3 @@ function handleCycles(graph, startNodes, trigger) {
57
57
  }
58
58
  return newStartNodes;
59
59
  }
60
- //# sourceMappingURL=handle-cycles.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
@@ -143,4 +143,3 @@ function recreateNodeExecutionStack(graph, startNodes, runData, pinData) {
143
143
  waitingExecutionSource,
144
144
  };
145
145
  }
146
- //# sourceMappingURL=recreate-node-execution-stack.js.map
@@ -69,4 +69,3 @@ function rewireGraph(tool, graph, agentRequest) {
69
69
  modifiedGraph.removeNode(rootNode);
70
70
  return modifiedGraph;
71
71
  }
72
- //# sourceMappingURL=rewire-graph.js.map
@@ -12,4 +12,3 @@ function getNextExecutionIndex(runData = {}) {
12
12
  return 0;
13
13
  return Math.max(...previousIndices) + 1;
14
14
  }
15
- //# sourceMappingURL=run-data-utils.js.map
@@ -125,4 +125,3 @@ function isEngineRequest(responseOrRequest) {
125
125
  function makeEngineResponse() {
126
126
  return { actionResponses: [], metadata: {} };
127
127
  }
128
- //# sourceMappingURL=requests-response.js.map
@@ -568,4 +568,3 @@ class RoutingNode {
568
568
  }
569
569
  }
570
570
  exports.RoutingNode = RoutingNode;
571
- //# sourceMappingURL=routing-node.js.map
@@ -137,4 +137,3 @@ exports.ScheduledTaskManager = ScheduledTaskManager = __decorate([
137
137
  config_1.CronLoggingConfig,
138
138
  errors_1.ErrorReporter])
139
139
  ], ScheduledTaskManager);
140
- //# sourceMappingURL=scheduled-task-manager.js.map
@@ -167,4 +167,3 @@ exports.SSHClientsManager = SSHClientsManager = __decorate([
167
167
  __metadata("design:paramtypes", [SSHClientsConfig,
168
168
  backend_common_1.Logger])
169
169
  ], SSHClientsManager);
170
- //# sourceMappingURL=ssh-clients-manager.js.map
@@ -63,4 +63,3 @@ exports.TriggersAndPollers = TriggersAndPollers;
63
63
  exports.TriggersAndPollers = TriggersAndPollers = __decorate([
64
64
  (0, di_1.Service)()
65
65
  ], TriggersAndPollers);
66
- //# sourceMappingURL=triggers-and-pollers.js.map
@@ -1487,4 +1487,3 @@ class WorkflowExecute {
1487
1487
  }
1488
1488
  }
1489
1489
  exports.WorkflowExecute = WorkflowExecute;
1490
- //# sourceMappingURL=workflow-execute.js.map
@@ -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
@@ -106,4 +106,3 @@ function uninstallGlobalProxyAgent() {
106
106
  http_1.default.globalAgent = new http_1.default.Agent();
107
107
  https_1.default.globalAgent = new https_1.default.Agent();
108
108
  }
109
- //# sourceMappingURL=http-proxy.js.map
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
@@ -207,4 +207,3 @@ exports.InstanceSettings = InstanceSettings = __decorate([
207
207
  __metadata("design:paramtypes", [config_1.InstanceSettingsConfig,
208
208
  backend_common_1.Logger])
209
209
  ], InstanceSettings);
210
- //# sourceMappingURL=instance-settings.js.map
@@ -12,4 +12,3 @@ class WorkerMissingEncryptionKey extends n8n_workflow_1.UserError {
12
12
  }
13
13
  }
14
14
  exports.WorkerMissingEncryptionKey = WorkerMissingEncryptionKey;
15
- //# sourceMappingURL=worker-missing-encryption-key.error.js.map
@@ -1,3 +1,2 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=interfaces.js.map
@@ -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
@@ -103,4 +103,3 @@ exports.commonDeclarativeNodeOptionParameters = {
103
103
  },
104
104
  ],
105
105
  };
106
- //# sourceMappingURL=constants.js.map
@@ -31,4 +31,3 @@ class CustomDirectoryLoader extends directory_loader_1.DirectoryLoader {
31
31
  }
32
32
  }
33
33
  exports.CustomDirectoryLoader = CustomDirectoryLoader;
34
- //# sourceMappingURL=custom-directory-loader.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;