@n8n/db 1.32.2 → 1.34.0
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/build.tsbuildinfo +1 -1
- package/dist/connection/db-connection.d.ts +1 -0
- package/dist/connection/db-connection.js +28 -2
- package/dist/connection/db-connection.js.map +1 -1
- package/dist/entities/agent-eval-dataset.ee.d.ts +12 -0
- package/dist/entities/agent-eval-dataset.ee.js +50 -0
- package/dist/entities/agent-eval-dataset.ee.js.map +1 -0
- package/dist/entities/agent-eval-rating.ee.d.ts +13 -0
- package/dist/entities/agent-eval-rating.ee.js +47 -0
- package/dist/entities/agent-eval-rating.ee.js.map +1 -0
- package/dist/entities/agent-eval-result.ee.d.ts +22 -0
- package/dist/entities/agent-eval-result.ee.js +79 -0
- package/dist/entities/agent-eval-result.ee.js.map +1 -0
- package/dist/entities/agent-eval-run.ee.d.ts +21 -0
- package/dist/entities/agent-eval-run.ee.js +75 -0
- package/dist/entities/agent-eval-run.ee.js.map +1 -0
- package/dist/entities/binary-data-file.d.ts +1 -1
- package/dist/entities/binary-data-file.js +6 -1
- package/dist/entities/binary-data-file.js.map +1 -1
- package/dist/entities/credentials-entity.d.ts +2 -0
- package/dist/entities/credentials-entity.js +4 -0
- package/dist/entities/credentials-entity.js.map +1 -1
- package/dist/entities/execution-entity.js +1 -1
- package/dist/entities/execution-entity.js.map +1 -1
- package/dist/entities/index.d.ts +21 -3
- package/dist/entities/index.js +34 -2
- package/dist/entities/index.js.map +1 -1
- package/dist/entities/instance-credential-assignment.d.ts +8 -0
- package/dist/entities/instance-credential-assignment.js +35 -0
- package/dist/entities/instance-credential-assignment.js.map +1 -0
- package/dist/entities/scheduled-job.d.ts +4 -0
- package/dist/entities/scheduled-job.js +15 -4
- package/dist/entities/scheduled-job.js.map +1 -1
- package/dist/entities/scheduled-task.d.ts +1 -0
- package/dist/entities/scheduled-task.js +6 -1
- package/dist/entities/scheduled-task.js.map +1 -1
- package/dist/entities/types-db.d.ts +2 -1
- package/dist/entities/types-db.js.map +1 -1
- package/dist/entities/workflow-publication-trigger-status.js.map +1 -1
- package/dist/entities/workflow-review-request-author.ee.d.ts +4 -0
- package/dist/entities/workflow-review-request-author.ee.js +28 -0
- package/dist/entities/workflow-review-request-author.ee.js.map +1 -0
- package/dist/entities/workflow-review-request-reviewer.ee.d.ts +4 -0
- package/dist/entities/workflow-review-request-reviewer.ee.js +29 -0
- package/dist/entities/workflow-review-request-reviewer.ee.js.map +1 -0
- package/dist/entities/workflow-review-request-workflow.ee.d.ts +6 -0
- package/dist/entities/workflow-review-request-workflow.ee.js +41 -0
- package/dist/entities/workflow-review-request-workflow.ee.js.map +1 -0
- package/dist/entities/workflow-review-request.ee.d.ts +26 -0
- package/dist/entities/workflow-review-request.ee.js +69 -0
- package/dist/entities/workflow-review-request.ee.js.map +1 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +3 -1
- package/dist/index.js.map +1 -1
- package/dist/migrations/common/1630330987096-UpdateWorkflowCredentials.js.map +1 -1
- package/dist/migrations/common/1784000000052-CreateWorkflowReviewRequestTables.d.ts +11 -0
- package/dist/migrations/common/1784000000052-CreateWorkflowReviewRequestTables.js +138 -0
- package/dist/migrations/common/1784000000052-CreateWorkflowReviewRequestTables.js.map +1 -0
- package/dist/migrations/common/1784815940110-AddStoredAtToAgentExecution.d.ts +5 -0
- package/dist/migrations/common/1784815940110-AddStoredAtToAgentExecution.js +18 -0
- package/dist/migrations/common/1784815940110-AddStoredAtToAgentExecution.js.map +1 -0
- package/dist/migrations/common/1784815940111-AddInstanceCredentials.d.ts +5 -0
- package/dist/migrations/common/1784815940111-AddInstanceCredentials.js +36 -0
- package/dist/migrations/common/1784815940111-AddInstanceCredentials.js.map +1 -0
- package/dist/migrations/common/1784815940112-CreateAgentEvalTables.d.ts +5 -0
- package/dist/migrations/common/1784815940112-CreateAgentEvalTables.js +87 -0
- package/dist/migrations/common/1784815940112-CreateAgentEvalTables.js.map +1 -0
- package/dist/migrations/common/1784897791636-AddAvailableInMcpToAgents.d.ts +5 -0
- package/dist/migrations/common/1784897791636-AddAvailableInMcpToAgents.js +17 -0
- package/dist/migrations/common/1784897791636-AddAvailableInMcpToAgents.js.map +1 -0
- package/dist/migrations/common/1785162364001-AddIsFirstPartyToOAuthClients.d.ts +5 -0
- package/dist/migrations/common/1785162364001-AddIsFirstPartyToOAuthClients.js +19 -0
- package/dist/migrations/common/1785162364001-AddIsFirstPartyToOAuthClients.js.map +1 -0
- package/dist/migrations/common/1785186578138-AddAgentFileStorageColumns.d.ts +7 -0
- package/dist/migrations/common/1785186578138-AddAgentFileStorageColumns.js +55 -0
- package/dist/migrations/common/1785186578138-AddAgentFileStorageColumns.js.map +1 -0
- package/dist/migrations/common/1785247194306-CrashStaleEnqueuedExecutions.d.ts +4 -0
- package/dist/migrations/common/1785247194306-CrashStaleEnqueuedExecutions.js +32 -0
- package/dist/migrations/common/1785247194306-CrashStaleEnqueuedExecutions.js.map +1 -0
- package/dist/migrations/common/1785247194307-AddMisfirePolicyToScheduler.d.ts +8 -0
- package/dist/migrations/common/1785247194307-AddMisfirePolicyToScheduler.js +71 -0
- package/dist/migrations/common/1785247194307-AddMisfirePolicyToScheduler.js.map +1 -0
- package/dist/migrations/common/1785255306000-CreateAgentChatAttachmentsTable.d.ts +6 -0
- package/dist/migrations/common/1785255306000-CreateAgentChatAttachmentsTable.js +56 -0
- package/dist/migrations/common/1785255306000-CreateAgentChatAttachmentsTable.js.map +1 -0
- package/dist/migrations/common/1785500832626-AddSetupCompletedAtToAgents.d.ts +5 -0
- package/dist/migrations/common/1785500832626-AddSetupCompletedAtToAgents.js +17 -0
- package/dist/migrations/common/1785500832626-AddSetupCompletedAtToAgents.js.map +1 -0
- package/dist/migrations/postgresdb/1785162364000-ChangeInstalledNodeVersionType.d.ts +4 -0
- package/dist/migrations/postgresdb/1785162364000-ChangeInstalledNodeVersionType.js +10 -0
- package/dist/migrations/postgresdb/1785162364000-ChangeInstalledNodeVersionType.js.map +1 -0
- package/dist/migrations/postgresdb/index.js +24 -0
- package/dist/migrations/postgresdb/index.js.map +1 -1
- package/dist/migrations/sqlite/1784897791636-AddAvailableInMcpToAgents.d.ts +4 -0
- package/dist/migrations/sqlite/1784897791636-AddAvailableInMcpToAgents.js +12 -0
- package/dist/migrations/sqlite/1784897791636-AddAvailableInMcpToAgents.js.map +1 -0
- package/dist/migrations/sqlite/1785162364000-ChangeInstalledNodeVersionType.d.ts +4 -0
- package/dist/migrations/sqlite/1785162364000-ChangeInstalledNodeVersionType.js +38 -0
- package/dist/migrations/sqlite/1785162364000-ChangeInstalledNodeVersionType.js.map +1 -0
- package/dist/migrations/sqlite/1785162364001-AddIsFirstPartyToOAuthClients.d.ts +6 -0
- package/dist/migrations/sqlite/1785162364001-AddIsFirstPartyToOAuthClients.js +22 -0
- package/dist/migrations/sqlite/1785162364001-AddIsFirstPartyToOAuthClients.js.map +1 -0
- package/dist/migrations/sqlite/1785247194307-AddMisfirePolicyToScheduler.d.ts +4 -0
- package/dist/migrations/sqlite/1785247194307-AddMisfirePolicyToScheduler.js +12 -0
- package/dist/migrations/sqlite/1785247194307-AddMisfirePolicyToScheduler.js.map +1 -0
- package/dist/migrations/sqlite/1785500832626-AddSetupCompletedAtToAgents.d.ts +4 -0
- package/dist/migrations/sqlite/1785500832626-AddSetupCompletedAtToAgents.js +12 -0
- package/dist/migrations/sqlite/1785500832626-AddSetupCompletedAtToAgents.js.map +1 -0
- package/dist/migrations/sqlite/index.js +24 -0
- package/dist/migrations/sqlite/index.js.map +1 -1
- package/dist/repositories/agent-eval-dataset.repository.ee.d.ts +28 -0
- package/dist/repositories/agent-eval-dataset.repository.ee.js +62 -0
- package/dist/repositories/agent-eval-dataset.repository.ee.js.map +1 -0
- package/dist/repositories/agent-eval-rating.repository.ee.d.ts +18 -0
- package/dist/repositories/agent-eval-rating.repository.ee.js +71 -0
- package/dist/repositories/agent-eval-rating.repository.ee.js.map +1 -0
- package/dist/repositories/agent-eval-result.repository.ee.d.ts +27 -0
- package/dist/repositories/agent-eval-result.repository.ee.js +84 -0
- package/dist/repositories/agent-eval-result.repository.ee.js.map +1 -0
- package/dist/repositories/agent-eval-run.repository.ee.d.ts +24 -0
- package/dist/repositories/agent-eval-run.repository.ee.js +99 -0
- package/dist/repositories/agent-eval-run.repository.ee.js.map +1 -0
- package/dist/repositories/base-repository.d.ts +6 -0
- package/dist/repositories/base-repository.js +19 -0
- package/dist/repositories/base-repository.js.map +1 -0
- package/dist/repositories/binary-data.repository.d.ts +2 -0
- package/dist/repositories/binary-data.repository.js +9 -0
- package/dist/repositories/binary-data.repository.js.map +1 -1
- package/dist/repositories/credentials.repository.d.ts +22 -4
- package/dist/repositories/credentials.repository.js +84 -10
- package/dist/repositories/credentials.repository.js.map +1 -1
- package/dist/repositories/evaluation-collection.repository.d.ts +1 -0
- package/dist/repositories/evaluation-collection.repository.js +5 -0
- package/dist/repositories/evaluation-collection.repository.js.map +1 -1
- package/dist/repositories/execution.repository.d.ts +1 -0
- package/dist/repositories/execution.repository.js +10 -5
- package/dist/repositories/execution.repository.js.map +1 -1
- package/dist/repositories/index.d.ts +10 -0
- package/dist/repositories/index.js +22 -1
- package/dist/repositories/index.js.map +1 -1
- package/dist/repositories/instance-credential-assignment.repository.d.ts +17 -0
- package/dist/repositories/instance-credential-assignment.repository.js +96 -0
- package/dist/repositories/instance-credential-assignment.repository.js.map +1 -0
- package/dist/repositories/role.repository.d.ts +1 -0
- package/dist/repositories/role.repository.js +24 -0
- package/dist/repositories/role.repository.js.map +1 -1
- package/dist/repositories/scheduled-job.repository.d.ts +5 -2
- package/dist/repositories/scheduled-job.repository.js +15 -0
- package/dist/repositories/scheduled-job.repository.js.map +1 -1
- package/dist/repositories/scheduled-task.repository.d.ts +11 -0
- package/dist/repositories/scheduled-task.repository.js +85 -2
- package/dist/repositories/scheduled-task.repository.js.map +1 -1
- package/dist/repositories/settings.repository.d.ts +6 -2
- package/dist/repositories/settings.repository.js +8 -1
- package/dist/repositories/settings.repository.js.map +1 -1
- package/dist/repositories/shared-workflow.repository.d.ts +1 -0
- package/dist/repositories/shared-workflow.repository.js +7 -0
- package/dist/repositories/shared-workflow.repository.js.map +1 -1
- package/dist/repositories/tag.repository.d.ts +1 -0
- package/dist/repositories/tag.repository.js +6 -0
- package/dist/repositories/tag.repository.js.map +1 -1
- package/dist/repositories/test-case-execution.repository.ee.d.ts +5 -2
- package/dist/repositories/test-case-execution.repository.ee.js +3 -2
- package/dist/repositories/test-case-execution.repository.ee.js.map +1 -1
- package/dist/repositories/user.repository.d.ts +5 -0
- package/dist/repositories/user.repository.js +19 -0
- package/dist/repositories/user.repository.js.map +1 -1
- package/dist/repositories/webhook.repository.d.ts +2 -0
- package/dist/repositories/webhook.repository.js +6 -0
- package/dist/repositories/webhook.repository.js.map +1 -1
- package/dist/repositories/workflow-publication-outbox.repository.d.ts +3 -3
- package/dist/repositories/workflow-publication-outbox.repository.js +73 -53
- package/dist/repositories/workflow-publication-outbox.repository.js.map +1 -1
- package/dist/repositories/workflow-publish-history.repository.d.ts +2 -0
- package/dist/repositories/workflow-publish-history.repository.js +47 -0
- package/dist/repositories/workflow-publish-history.repository.js.map +1 -1
- package/dist/repositories/workflow-review-request-author.repository.d.ts +20 -0
- package/dist/repositories/workflow-review-request-author.repository.js +61 -0
- package/dist/repositories/workflow-review-request-author.repository.js.map +1 -0
- package/dist/repositories/workflow-review-request-reviewer.repository.d.ts +13 -0
- package/dist/repositories/workflow-review-request-reviewer.repository.js +69 -0
- package/dist/repositories/workflow-review-request-reviewer.repository.js.map +1 -0
- package/dist/repositories/workflow-review-request-workflow.repository.d.ts +29 -0
- package/dist/repositories/workflow-review-request-workflow.repository.js +82 -0
- package/dist/repositories/workflow-review-request-workflow.repository.js.map +1 -0
- package/dist/repositories/workflow-review-request.repository.d.ts +53 -0
- package/dist/repositories/workflow-review-request.repository.js +129 -0
- package/dist/repositories/workflow-review-request.repository.js.map +1 -0
- package/dist/repositories/workflow-statistics.repository.js +1 -1
- package/dist/repositories/workflow-statistics.repository.js.map +1 -1
- package/dist/repositories/workflow.repository.d.ts +6 -0
- package/dist/repositories/workflow.repository.js +6 -0
- package/dist/repositories/workflow.repository.js.map +1 -1
- package/dist/services/db-lock.service.d.ts +20 -2
- package/dist/services/db-lock.service.js +39 -18
- package/dist/services/db-lock.service.js.map +1 -1
- package/dist/services/transaction.d.ts +15 -0
- package/dist/services/transaction.js +16 -0
- package/dist/services/transaction.js.map +1 -0
- package/dist/services/typeorm-transaction.d.ts +15 -0
- package/dist/services/typeorm-transaction.js +70 -0
- package/dist/services/typeorm-transaction.js.map +1 -0
- package/dist/utils/dialect-time.d.ts +2 -0
- package/dist/utils/dialect-time.js +18 -0
- package/dist/utils/dialect-time.js.map +1 -1
- package/dist/utils/transaction.js.map +1 -1
- package/package.json +14 -14
package/dist/entities/index.js
CHANGED
|
@@ -1,7 +1,15 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.entities = exports.SecretsProviderConnection = exports.ProjectSecretsProviderAccess = exports.ExecutionEntity = exports.TestCaseExecution = exports.TestRun = void 0;
|
|
3
|
+
exports.WorkflowPublishedVersion = exports.WorkflowPublicationTriggerStatus = exports.UNPUBLISH_VERSION_SENTINEL = exports.WorkflowPublicationOutboxStatus = exports.WorkflowPublicationOutbox = exports.WorkflowHistory = exports.AuthProviderSyncHistory = exports.FolderTagMapping = exports.WorkflowTagMapping = exports.WorkflowStatistics = exports.WorkflowEntity = exports.WorkflowDependency = exports.User = exports.TagEntity = exports.SharedWorkflow = exports.SharedCredentials = exports.Scope = exports.TerminalTaskStatusList = exports.ScheduledTaskStatusList = exports.ScheduledTaskStatus = exports.ScheduledTask = exports.ScheduledJobMisfirePolicy = exports.ScheduledJobKindList = exports.ScheduledJobKind = exports.ScheduledJob = exports.Role = exports.RoleMappingRule = exports.ProjectRelation = exports.Project = exports.Folder = exports.EvaluationConfig = exports.EvaluationCollection = exports.DeploymentKey = exports.CredentialDependency = exports.CredentialsEntity = exports.AuthIdentity = exports.WebhookEntity = exports.SourceTypeSchema = exports.BinaryDataFile = exports.ApiKey = exports.Variables = exports.Settings = exports.ProcessedData = exports.AiBuilderTemporaryWorkflow = exports.InstanceCredentialAssignment = exports.InvalidAuthToken = exports.AgentEvalRating = exports.AgentEvalResult = exports.AgentEvalRun = exports.AgentEvalDataset = void 0;
|
|
4
|
+
exports.entities = exports.SecretsProviderConnection = exports.ProjectSecretsProviderAccess = exports.ExecutionEntity = exports.TestCaseExecution = exports.TestRun = exports.AnnotationTagMapping = exports.ExecutionAnnotation = exports.AnnotationTagEntity = exports.ExecutionMetadata = exports.ExecutionData = exports.WorkflowReviewRequestAuthor = exports.WorkflowReviewRequestReviewer = exports.WorkflowReviewRequestWorkflow = exports.WorkflowReviewRequestDecisionList = exports.WorkflowReviewRequestDecision = exports.WorkflowReviewRequestStateList = exports.WorkflowReviewRequestState = exports.WorkflowReviewRequest = exports.WorkflowPublishHistory = void 0;
|
|
5
|
+
const agent_eval_dataset_ee_1 = require("./agent-eval-dataset.ee");
|
|
6
|
+
Object.defineProperty(exports, "AgentEvalDataset", { enumerable: true, get: function () { return agent_eval_dataset_ee_1.AgentEvalDataset; } });
|
|
7
|
+
const agent_eval_rating_ee_1 = require("./agent-eval-rating.ee");
|
|
8
|
+
Object.defineProperty(exports, "AgentEvalRating", { enumerable: true, get: function () { return agent_eval_rating_ee_1.AgentEvalRating; } });
|
|
9
|
+
const agent_eval_result_ee_1 = require("./agent-eval-result.ee");
|
|
10
|
+
Object.defineProperty(exports, "AgentEvalResult", { enumerable: true, get: function () { return agent_eval_result_ee_1.AgentEvalResult; } });
|
|
11
|
+
const agent_eval_run_ee_1 = require("./agent-eval-run.ee");
|
|
12
|
+
Object.defineProperty(exports, "AgentEvalRun", { enumerable: true, get: function () { return agent_eval_run_ee_1.AgentEvalRun; } });
|
|
5
13
|
const ai_builder_temporary_workflow_1 = require("./ai-builder-temporary-workflow");
|
|
6
14
|
Object.defineProperty(exports, "AiBuilderTemporaryWorkflow", { enumerable: true, get: function () { return ai_builder_temporary_workflow_1.AiBuilderTemporaryWorkflow; } });
|
|
7
15
|
const annotation_tag_entity_ee_1 = require("./annotation-tag-entity.ee");
|
|
@@ -39,6 +47,8 @@ const folder_1 = require("./folder");
|
|
|
39
47
|
Object.defineProperty(exports, "Folder", { enumerable: true, get: function () { return folder_1.Folder; } });
|
|
40
48
|
const folder_tag_mapping_1 = require("./folder-tag-mapping");
|
|
41
49
|
Object.defineProperty(exports, "FolderTagMapping", { enumerable: true, get: function () { return folder_tag_mapping_1.FolderTagMapping; } });
|
|
50
|
+
const instance_credential_assignment_1 = require("./instance-credential-assignment");
|
|
51
|
+
Object.defineProperty(exports, "InstanceCredentialAssignment", { enumerable: true, get: function () { return instance_credential_assignment_1.InstanceCredentialAssignment; } });
|
|
42
52
|
const invalid_auth_token_1 = require("./invalid-auth-token");
|
|
43
53
|
Object.defineProperty(exports, "InvalidAuthToken", { enumerable: true, get: function () { return invalid_auth_token_1.InvalidAuthToken; } });
|
|
44
54
|
const processed_data_1 = require("./processed-data");
|
|
@@ -57,6 +67,7 @@ const scheduled_job_1 = require("./scheduled-job");
|
|
|
57
67
|
Object.defineProperty(exports, "ScheduledJob", { enumerable: true, get: function () { return scheduled_job_1.ScheduledJob; } });
|
|
58
68
|
Object.defineProperty(exports, "ScheduledJobKind", { enumerable: true, get: function () { return scheduled_job_1.ScheduledJobKind; } });
|
|
59
69
|
Object.defineProperty(exports, "ScheduledJobKindList", { enumerable: true, get: function () { return scheduled_job_1.ScheduledJobKindList; } });
|
|
70
|
+
Object.defineProperty(exports, "ScheduledJobMisfirePolicy", { enumerable: true, get: function () { return scheduled_job_1.ScheduledJobMisfirePolicy; } });
|
|
60
71
|
const scheduled_task_1 = require("./scheduled-task");
|
|
61
72
|
Object.defineProperty(exports, "ScheduledTask", { enumerable: true, get: function () { return scheduled_task_1.ScheduledTask; } });
|
|
62
73
|
Object.defineProperty(exports, "ScheduledTaskStatus", { enumerable: true, get: function () { return scheduled_task_1.ScheduledTaskStatus; } });
|
|
@@ -100,12 +111,29 @@ const workflow_publish_history_1 = require("./workflow-publish-history");
|
|
|
100
111
|
Object.defineProperty(exports, "WorkflowPublishHistory", { enumerable: true, get: function () { return workflow_publish_history_1.WorkflowPublishHistory; } });
|
|
101
112
|
const workflow_published_version_1 = require("./workflow-published-version");
|
|
102
113
|
Object.defineProperty(exports, "WorkflowPublishedVersion", { enumerable: true, get: function () { return workflow_published_version_1.WorkflowPublishedVersion; } });
|
|
114
|
+
const workflow_review_request_author_ee_1 = require("./workflow-review-request-author.ee");
|
|
115
|
+
Object.defineProperty(exports, "WorkflowReviewRequestAuthor", { enumerable: true, get: function () { return workflow_review_request_author_ee_1.WorkflowReviewRequestAuthor; } });
|
|
116
|
+
const workflow_review_request_reviewer_ee_1 = require("./workflow-review-request-reviewer.ee");
|
|
117
|
+
Object.defineProperty(exports, "WorkflowReviewRequestReviewer", { enumerable: true, get: function () { return workflow_review_request_reviewer_ee_1.WorkflowReviewRequestReviewer; } });
|
|
118
|
+
const workflow_review_request_workflow_ee_1 = require("./workflow-review-request-workflow.ee");
|
|
119
|
+
Object.defineProperty(exports, "WorkflowReviewRequestWorkflow", { enumerable: true, get: function () { return workflow_review_request_workflow_ee_1.WorkflowReviewRequestWorkflow; } });
|
|
120
|
+
const workflow_review_request_ee_1 = require("./workflow-review-request.ee");
|
|
121
|
+
Object.defineProperty(exports, "WorkflowReviewRequest", { enumerable: true, get: function () { return workflow_review_request_ee_1.WorkflowReviewRequest; } });
|
|
122
|
+
Object.defineProperty(exports, "WorkflowReviewRequestDecision", { enumerable: true, get: function () { return workflow_review_request_ee_1.WorkflowReviewRequestDecision; } });
|
|
123
|
+
Object.defineProperty(exports, "WorkflowReviewRequestDecisionList", { enumerable: true, get: function () { return workflow_review_request_ee_1.WorkflowReviewRequestDecisionList; } });
|
|
124
|
+
Object.defineProperty(exports, "WorkflowReviewRequestState", { enumerable: true, get: function () { return workflow_review_request_ee_1.WorkflowReviewRequestState; } });
|
|
125
|
+
Object.defineProperty(exports, "WorkflowReviewRequestStateList", { enumerable: true, get: function () { return workflow_review_request_ee_1.WorkflowReviewRequestStateList; } });
|
|
103
126
|
const workflow_statistics_1 = require("./workflow-statistics");
|
|
104
127
|
Object.defineProperty(exports, "WorkflowStatistics", { enumerable: true, get: function () { return workflow_statistics_1.WorkflowStatistics; } });
|
|
105
128
|
const workflow_tag_mapping_1 = require("./workflow-tag-mapping");
|
|
106
129
|
Object.defineProperty(exports, "WorkflowTagMapping", { enumerable: true, get: function () { return workflow_tag_mapping_1.WorkflowTagMapping; } });
|
|
107
130
|
exports.entities = {
|
|
131
|
+
AgentEvalDataset: agent_eval_dataset_ee_1.AgentEvalDataset,
|
|
132
|
+
AgentEvalRun: agent_eval_run_ee_1.AgentEvalRun,
|
|
133
|
+
AgentEvalResult: agent_eval_result_ee_1.AgentEvalResult,
|
|
134
|
+
AgentEvalRating: agent_eval_rating_ee_1.AgentEvalRating,
|
|
108
135
|
InvalidAuthToken: invalid_auth_token_1.InvalidAuthToken,
|
|
136
|
+
InstanceCredentialAssignment: instance_credential_assignment_1.InstanceCredentialAssignment,
|
|
109
137
|
AiBuilderTemporaryWorkflow: ai_builder_temporary_workflow_1.AiBuilderTemporaryWorkflow,
|
|
110
138
|
ProcessedData: processed_data_1.ProcessedData,
|
|
111
139
|
Settings: settings_1.Settings,
|
|
@@ -139,6 +167,10 @@ exports.entities = {
|
|
|
139
167
|
WorkflowPublicationTriggerStatus: workflow_publication_trigger_status_1.WorkflowPublicationTriggerStatus,
|
|
140
168
|
WorkflowPublishedVersion: workflow_published_version_1.WorkflowPublishedVersion,
|
|
141
169
|
WorkflowPublishHistory: workflow_publish_history_1.WorkflowPublishHistory,
|
|
170
|
+
WorkflowReviewRequest: workflow_review_request_ee_1.WorkflowReviewRequest,
|
|
171
|
+
WorkflowReviewRequestWorkflow: workflow_review_request_workflow_ee_1.WorkflowReviewRequestWorkflow,
|
|
172
|
+
WorkflowReviewRequestReviewer: workflow_review_request_reviewer_ee_1.WorkflowReviewRequestReviewer,
|
|
173
|
+
WorkflowReviewRequestAuthor: workflow_review_request_author_ee_1.WorkflowReviewRequestAuthor,
|
|
142
174
|
ExecutionData: execution_data_1.ExecutionData,
|
|
143
175
|
ExecutionMetadata: execution_metadata_1.ExecutionMetadata,
|
|
144
176
|
AnnotationTagEntity: annotation_tag_entity_ee_1.AnnotationTagEntity,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/entities/index.ts"],"names":[],"mappings":";;;;AAAA,mFAA6E;2GAApE,0DAA0B;AACnC,yEAAiE;oGAAxD,8CAAmB;AAC5B,2EAAmE;qGAA1D,gDAAoB;AAC7B,uCAAmC;uFAA1B,gBAAM;AACf,mDAA+C;6FAAtC,4BAAY;AACrB,6EAAuE;wGAA9D,oDAAuB;AAChC,yDAAuF;+FAA9E,iCAAc;iGAAE,mCAAgB;AACzC,iFAGwC;qGAFvC,mDAAoB;AAGrB,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/entities/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { Relation } from '@n8n/typeorm';
|
|
2
|
+
import { WithTimestamps } from './abstract-entity';
|
|
3
|
+
import type { CredentialsEntity } from './credentials-entity';
|
|
4
|
+
export declare class InstanceCredentialAssignment extends WithTimestamps {
|
|
5
|
+
credentialUseId: string;
|
|
6
|
+
credentialId: string;
|
|
7
|
+
credential: Relation<CredentialsEntity>;
|
|
8
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
3
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
5
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
6
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7
|
+
};
|
|
8
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
9
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.InstanceCredentialAssignment = void 0;
|
|
13
|
+
const typeorm_1 = require("@n8n/typeorm");
|
|
14
|
+
const abstract_entity_1 = require("./abstract-entity");
|
|
15
|
+
let InstanceCredentialAssignment = class InstanceCredentialAssignment extends abstract_entity_1.WithTimestamps {
|
|
16
|
+
};
|
|
17
|
+
exports.InstanceCredentialAssignment = InstanceCredentialAssignment;
|
|
18
|
+
__decorate([
|
|
19
|
+
(0, typeorm_1.PrimaryColumn)({ type: 'varchar', length: 128 }),
|
|
20
|
+
__metadata("design:type", String)
|
|
21
|
+
], InstanceCredentialAssignment.prototype, "credentialUseId", void 0);
|
|
22
|
+
__decorate([
|
|
23
|
+
(0, typeorm_1.Column)({ type: 'varchar', length: 36 }),
|
|
24
|
+
(0, typeorm_1.Index)(),
|
|
25
|
+
__metadata("design:type", String)
|
|
26
|
+
], InstanceCredentialAssignment.prototype, "credentialId", void 0);
|
|
27
|
+
__decorate([
|
|
28
|
+
(0, typeorm_1.ManyToOne)('CredentialsEntity', { onDelete: 'RESTRICT' }),
|
|
29
|
+
(0, typeorm_1.JoinColumn)({ name: 'credentialId' }),
|
|
30
|
+
__metadata("design:type", Object)
|
|
31
|
+
], InstanceCredentialAssignment.prototype, "credential", void 0);
|
|
32
|
+
exports.InstanceCredentialAssignment = InstanceCredentialAssignment = __decorate([
|
|
33
|
+
(0, typeorm_1.Entity)({ name: 'instance_credential_assignment' })
|
|
34
|
+
], InstanceCredentialAssignment);
|
|
35
|
+
//# sourceMappingURL=instance-credential-assignment.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"instance-credential-assignment.js","sourceRoot":"","sources":["../../src/entities/instance-credential-assignment.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,0CAQsB;AAEtB,uDAAmD;AAI5C,IAAM,4BAA4B,GAAlC,MAAM,4BAA6B,SAAQ,gCAAc;CAW/D,CAAA;;AATA;IADC,IAAA,uBAAa,EAAC,EAAE,IAAI,EAAE,SAAS,EAAE,MAAM,EAAE,GAAG,EAAE,CAAC;;qEACxB;AAIxB;IAFC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,SAAS,EAAE,MAAM,EAAE,EAAE,EAAE,CAAC;IACvC,IAAA,eAAK,GAAE;;kEACa;AAIrB;IAFC,IAAA,mBAAS,EAAC,mBAAmB,EAAE,EAAE,QAAQ,EAAE,UAAU,EAAE,CAAC;IACxD,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,cAAc,EAAE,CAAC;;gEACG;uCAV5B,4BAA4B;IADxC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,gCAAgC,EAAE,CAAC;GACtC,4BAA4B,CAWxC"}
|
|
@@ -1,6 +1,8 @@
|
|
|
1
|
+
import { ScheduledJobMisfirePolicy } from '@n8n/constants';
|
|
1
2
|
import type { ScheduledJobKind, RecurringCronUnit } from '@n8n/constants';
|
|
2
3
|
import { WithTimestamps } from './abstract-entity';
|
|
3
4
|
export { ScheduledJobKind, ScheduledJobKindList } from '@n8n/constants';
|
|
5
|
+
export { ScheduledJobMisfirePolicy } from '@n8n/constants';
|
|
4
6
|
export declare class ScheduledJob extends WithTimestamps {
|
|
5
7
|
id: number;
|
|
6
8
|
name: string;
|
|
@@ -19,4 +21,6 @@ export declare class ScheduledJob extends WithTimestamps {
|
|
|
19
21
|
nextRunAt: Date | null;
|
|
20
22
|
lastFiredAt: Date | null;
|
|
21
23
|
maxAttempts: number;
|
|
24
|
+
misfirePolicy: ScheduledJobMisfirePolicy;
|
|
25
|
+
misfireGraceSeconds: number;
|
|
22
26
|
}
|
|
@@ -9,12 +9,15 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
|
9
9
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
10
|
};
|
|
11
11
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
-
exports.ScheduledJob = exports.ScheduledJobKindList = exports.ScheduledJobKind = void 0;
|
|
12
|
+
exports.ScheduledJob = exports.ScheduledJobMisfirePolicy = exports.ScheduledJobKindList = exports.ScheduledJobKind = void 0;
|
|
13
|
+
const constants_1 = require("@n8n/constants");
|
|
13
14
|
const typeorm_1 = require("@n8n/typeorm");
|
|
14
15
|
const abstract_entity_1 = require("./abstract-entity");
|
|
15
|
-
var
|
|
16
|
-
Object.defineProperty(exports, "ScheduledJobKind", { enumerable: true, get: function () { return
|
|
17
|
-
Object.defineProperty(exports, "ScheduledJobKindList", { enumerable: true, get: function () { return
|
|
16
|
+
var constants_2 = require("@n8n/constants");
|
|
17
|
+
Object.defineProperty(exports, "ScheduledJobKind", { enumerable: true, get: function () { return constants_2.ScheduledJobKind; } });
|
|
18
|
+
Object.defineProperty(exports, "ScheduledJobKindList", { enumerable: true, get: function () { return constants_2.ScheduledJobKindList; } });
|
|
19
|
+
var constants_3 = require("@n8n/constants");
|
|
20
|
+
Object.defineProperty(exports, "ScheduledJobMisfirePolicy", { enumerable: true, get: function () { return constants_3.ScheduledJobMisfirePolicy; } });
|
|
18
21
|
let ScheduledJob = class ScheduledJob extends abstract_entity_1.WithTimestamps {
|
|
19
22
|
};
|
|
20
23
|
exports.ScheduledJob = ScheduledJob;
|
|
@@ -86,6 +89,14 @@ __decorate([
|
|
|
86
89
|
(0, typeorm_1.Column)({ type: 'int', default: 1 }),
|
|
87
90
|
__metadata("design:type", Number)
|
|
88
91
|
], ScheduledJob.prototype, "maxAttempts", void 0);
|
|
92
|
+
__decorate([
|
|
93
|
+
(0, typeorm_1.Column)({ type: 'varchar', length: 16, default: constants_1.ScheduledJobMisfirePolicy.Coalesce }),
|
|
94
|
+
__metadata("design:type", String)
|
|
95
|
+
], ScheduledJob.prototype, "misfirePolicy", void 0);
|
|
96
|
+
__decorate([
|
|
97
|
+
(0, typeorm_1.Column)({ type: 'int', default: 60 }),
|
|
98
|
+
__metadata("design:type", Number)
|
|
99
|
+
], ScheduledJob.prototype, "misfireGraceSeconds", void 0);
|
|
89
100
|
exports.ScheduledJob = ScheduledJob = __decorate([
|
|
90
101
|
(0, typeorm_1.Entity)({ name: 'scheduled_job' }),
|
|
91
102
|
(0, typeorm_1.Index)(['nextRunAt'], {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"scheduled-job.js","sourceRoot":"","sources":["../../src/entities/scheduled-job.ts"],"names":[],"mappings":";;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"scheduled-job.js","sourceRoot":"","sources":["../../src/entities/scheduled-job.ts"],"names":[],"mappings":"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"}
|
|
@@ -89,11 +89,16 @@ __decorate([
|
|
|
89
89
|
(0, typeorm_1.Column)({ type: 'text', nullable: true }),
|
|
90
90
|
__metadata("design:type", Object)
|
|
91
91
|
], ScheduledTask.prototype, "errorMessage", void 0);
|
|
92
|
+
__decorate([
|
|
93
|
+
(0, abstract_entity_1.DateTimeColumn)({ nullable: true }),
|
|
94
|
+
__metadata("design:type", Object)
|
|
95
|
+
], ScheduledTask.prototype, "missedAfter", void 0);
|
|
92
96
|
exports.ScheduledTask = ScheduledTask = __decorate([
|
|
93
97
|
(0, typeorm_1.Entity)({ name: 'scheduled_task' }),
|
|
94
98
|
(0, typeorm_1.Index)(['jobId', 'scheduledFor'], { unique: true }),
|
|
95
99
|
(0, typeorm_1.Index)(['runAt'], { where: '"status" = \'pending\'' }),
|
|
96
100
|
(0, typeorm_1.Index)(['leaseExpiresAt'], { where: '"status" = \'running\'' }),
|
|
97
|
-
(0, typeorm_1.Index)(['finishedAt'], { where: '"finishedAt" IS NOT NULL' })
|
|
101
|
+
(0, typeorm_1.Index)(['finishedAt'], { where: '"finishedAt" IS NOT NULL' }),
|
|
102
|
+
(0, typeorm_1.Index)(['missedAfter'], { where: '"status" = \'pending\' AND "missedAfter" IS NOT NULL' })
|
|
98
103
|
], ScheduledTask);
|
|
99
104
|
//# sourceMappingURL=scheduled-task.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"scheduled-task.js","sourceRoot":"","sources":["../../src/entities/scheduled-task.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,8CAAqD;AACrD,0CAA+E;AAE/E,uDAAsF;AACtF,wDAAsD;AAItD,4CAKwB;AAJvB,gHAAA,mBAAmB,OAAA;AACnB,oHAAA,uBAAuB,OAAA;AAEvB,mHAAA,sBAAsB,OAAA;
|
|
1
|
+
{"version":3,"file":"scheduled-task.js","sourceRoot":"","sources":["../../src/entities/scheduled-task.ts"],"names":[],"mappings":"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"}
|
|
@@ -3,7 +3,7 @@ import type { FindOperator } from '@n8n/typeorm';
|
|
|
3
3
|
import type express from 'express';
|
|
4
4
|
import type { ICredentialsEncrypted, IRunExecutionData, IWorkflowBase, WorkflowExecuteMode, ExecutionStatus, FeatureFlags, IUserSettings, AnnotationVote, ExecutionSummary, IUser, IDataObject, IBinaryKeyData, IPairedItemData } from 'n8n-workflow';
|
|
5
5
|
import { z } from 'zod';
|
|
6
|
-
import type { CredentialsEntity } from './credentials-entity';
|
|
6
|
+
import type { CredentialUsageScope, CredentialsEntity } from './credentials-entity';
|
|
7
7
|
import type { ExecutionDataStorageLocation } from './execution-entity';
|
|
8
8
|
import type { Folder } from './folder';
|
|
9
9
|
import type { Project } from './project';
|
|
@@ -71,6 +71,7 @@ export interface ICredentialsDb extends ICredentialsBase, ICredentialsEncrypted
|
|
|
71
71
|
isGlobal?: boolean;
|
|
72
72
|
isResolvable?: boolean;
|
|
73
73
|
isManaged?: boolean;
|
|
74
|
+
usageScope?: CredentialUsageScope;
|
|
74
75
|
}
|
|
75
76
|
export interface IExecutionResponse extends IExecutionBase {
|
|
76
77
|
id: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types-db.js","sourceRoot":"","sources":["../../src/entities/types-db.ts"],"names":[],"mappings":";;;;;AAkBA,6BAAwB;
|
|
1
|
+
{"version":3,"file":"types-db.js","sourceRoot":"","sources":["../../src/entities/types-db.ts"],"names":[],"mappings":";;;;;AAkBA,6BAAwB;AAoTxB,IAAkB,eAMjB;AAND,WAAkB,eAAe;IAChC,2DAAwC,CAAA;IACxC,uDAAoC,CAAA;IACpC,mDAAgC,CAAA;IAChC,+CAA4B,CAAA;IAC5B,6CAA0B,CAAA;AAC3B,CAAC,EANiB,eAAe,aAAf,eAAe,GAAf,eAAe,QAMhC;AAED,MAAM,kBAAkB,GAAG,OAAC,CAAC,IAAI,CAAC,CAAC,MAAM,EAAE,OAAO,EAAE,MAAM,EAAE,MAAM,EAAE,gBAAgB,CAAC,CAAC,CAAC;AAIvF,4BAAmC,KAAa;IAC/C,OAAO,kBAAkB,CAAC,SAAS,CAAC,KAAK,CAAC,CAAC,OAAO,CAAC;AACpD,CAAC;AAaY,QAAA,gBAAgB,GAAG;IAC/B,oBAAoB,EAAE,sBAAsB;IAC5C,WAAW,EAAE,aAAa;IAC1B,aAAa,EAAE,eAAe;IAC9B,4BAA4B,EAAE,8BAA8B;IAC5D,iCAAiC,EAAE,mCAAmC;IACtE,2BAA2B,EAAE,6BAA6B;IAC1D,2BAA2B,EAAE,6BAA6B;IAC1D,kBAAkB,EAAE,oBAAoB;IACxC,+BAA+B,EAAE,iCAAiC;IAClE,0BAA0B,EAAE,4BAA4B;IACxD,+BAA+B,EAAE,iCAAiC;IAClE,qBAAqB,EAAE,uBAAuB;CACrC,CAAC;AAIE,QAAA,0BAA0B,GAAG;IACzC,oBAAoB,EAAE,sBAAsB;IAC5C,qBAAqB,EAAE,uBAAuB;IAC9C,0BAA0B,EAAE,4BAA4B;IACxD,eAAe,EAAE,iBAAiB;IAClC,aAAa,EAAE,eAAe;CACrB,CAAC;AAoGX,gCAAuC,GAAoB;IAC1D,OAAO,MAAM,IAAI,GAAG,IAAI,MAAM,CAAC,MAAM,CAAC,GAAG,EAAE,MAAM,CAAC,IAAI,GAAG,CAAC,IAAI,KAAK,IAAI,CAAC;AACzE,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"workflow-publication-trigger-status.js","sourceRoot":"","sources":["../../src/entities/workflow-publication-trigger-status.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,0CAA8F;AAE9F,uDAAmD;
|
|
1
|
+
{"version":3,"file":"workflow-publication-trigger-status.js","sourceRoot":"","sources":["../../src/entities/workflow-publication-trigger-status.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,0CAA8F;AAE9F,uDAAmD;AAwB5C,IAAM,gCAAgC,GAAtC,MAAM,gCAAiC,SAAQ,gCAAc;CA2BnE,CAAA;;AAzBA;IADC,IAAA,uBAAa,EAAC,EAAE,IAAI,EAAE,SAAS,EAAE,MAAM,EAAE,EAAE,EAAE,CAAC;;oEAC5B;AAGnB;IADC,IAAA,uBAAa,EAAC,EAAE,IAAI,EAAE,SAAS,EAAE,MAAM,EAAE,EAAE,EAAE,CAAC;;gEAChC;AAIf;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,SAAS,EAAE,MAAM,EAAE,EAAE,EAAE,CAAC;;mEACtB;AAGlB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,SAAS,EAAE,MAAM,EAAE,EAAE,EAAE,CAAC;;gEACK;AAG7C;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,SAAS,EAAE,MAAM,EAAE,EAAE,EAAE,CAAC;;qEACI;AAG5C;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;sEACb;AAI5B;IAFC,IAAA,mBAAS,EAAC,gBAAgB,EAAE,EAAE,QAAQ,EAAE,SAAS,EAAE,CAAC;IACpD,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,YAAY,EAAE,CAAC;;kEACA;AAInC;IAFC,IAAA,mBAAS,EAAC,iBAAiB,EAAE,EAAE,QAAQ,EAAE,SAAS,EAAE,CAAC;IACrD,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,WAAW,EAAE,oBAAoB,EAAE,WAAW,EAAE,CAAC;;0EACzB;2CA1BhC,gCAAgC;IAD5C,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,qCAAqC,EAAE,CAAC;GAC3C,gCAAgC,CA2B5C"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
3
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
5
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
6
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7
|
+
};
|
|
8
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
9
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.WorkflowReviewRequestAuthor = void 0;
|
|
13
|
+
const typeorm_1 = require("@n8n/typeorm");
|
|
14
|
+
let WorkflowReviewRequestAuthor = class WorkflowReviewRequestAuthor {
|
|
15
|
+
};
|
|
16
|
+
exports.WorkflowReviewRequestAuthor = WorkflowReviewRequestAuthor;
|
|
17
|
+
__decorate([
|
|
18
|
+
(0, typeorm_1.PrimaryColumn)({ type: 'varchar', length: 36 }),
|
|
19
|
+
__metadata("design:type", String)
|
|
20
|
+
], WorkflowReviewRequestAuthor.prototype, "workflowReviewRequestId", void 0);
|
|
21
|
+
__decorate([
|
|
22
|
+
(0, typeorm_1.PrimaryColumn)({ type: 'uuid' }),
|
|
23
|
+
__metadata("design:type", String)
|
|
24
|
+
], WorkflowReviewRequestAuthor.prototype, "userId", void 0);
|
|
25
|
+
exports.WorkflowReviewRequestAuthor = WorkflowReviewRequestAuthor = __decorate([
|
|
26
|
+
(0, typeorm_1.Entity)({ name: 'workflow_review_request_authors' })
|
|
27
|
+
], WorkflowReviewRequestAuthor);
|
|
28
|
+
//# sourceMappingURL=workflow-review-request-author.ee.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"workflow-review-request-author.ee.js","sourceRoot":"","sources":["../../src/entities/workflow-review-request-author.ee.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,0CAAqD;AAG9C,IAAM,2BAA2B,GAAjC,MAAM,2BAA2B;CAMvC,CAAA;;AAJA;IADC,IAAA,uBAAa,EAAC,EAAE,IAAI,EAAE,SAAS,EAAE,MAAM,EAAE,EAAE,EAAE,CAAC;;4EACf;AAGhC;IADC,IAAA,uBAAa,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,CAAC;;2DACjB;sCALH,2BAA2B;IADvC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,iCAAiC,EAAE,CAAC;GACvC,2BAA2B,CAMvC"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
3
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
5
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
6
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7
|
+
};
|
|
8
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
9
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.WorkflowReviewRequestReviewer = void 0;
|
|
13
|
+
const typeorm_1 = require("@n8n/typeorm");
|
|
14
|
+
let WorkflowReviewRequestReviewer = class WorkflowReviewRequestReviewer {
|
|
15
|
+
};
|
|
16
|
+
exports.WorkflowReviewRequestReviewer = WorkflowReviewRequestReviewer;
|
|
17
|
+
__decorate([
|
|
18
|
+
(0, typeorm_1.PrimaryColumn)({ type: 'varchar', length: 36 }),
|
|
19
|
+
__metadata("design:type", String)
|
|
20
|
+
], WorkflowReviewRequestReviewer.prototype, "workflowReviewRequestId", void 0);
|
|
21
|
+
__decorate([
|
|
22
|
+
(0, typeorm_1.PrimaryColumn)({ type: 'uuid' }),
|
|
23
|
+
__metadata("design:type", String)
|
|
24
|
+
], WorkflowReviewRequestReviewer.prototype, "userId", void 0);
|
|
25
|
+
exports.WorkflowReviewRequestReviewer = WorkflowReviewRequestReviewer = __decorate([
|
|
26
|
+
(0, typeorm_1.Entity)({ name: 'workflow_review_request_reviewers' }),
|
|
27
|
+
(0, typeorm_1.Index)('IDX_workflow_review_request_reviewers_user', ['userId', 'workflowReviewRequestId'])
|
|
28
|
+
], WorkflowReviewRequestReviewer);
|
|
29
|
+
//# sourceMappingURL=workflow-review-request-reviewer.ee.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"workflow-review-request-reviewer.ee.js","sourceRoot":"","sources":["../../src/entities/workflow-review-request-reviewer.ee.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,0CAA4D;AAIrD,IAAM,6BAA6B,GAAnC,MAAM,6BAA6B;CAMzC,CAAA;;AAJA;IADC,IAAA,uBAAa,EAAC,EAAE,IAAI,EAAE,SAAS,EAAE,MAAM,EAAE,EAAE,EAAE,CAAC;;8EACf;AAGhC;IADC,IAAA,uBAAa,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,CAAC;;6DACjB;wCALH,6BAA6B;IAFzC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,mCAAmC,EAAE,CAAC;IACrD,IAAA,eAAK,EAAC,4CAA4C,EAAE,CAAC,QAAQ,EAAE,yBAAyB,CAAC,CAAC;GAC9E,6BAA6B,CAMzC"}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
3
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
5
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
6
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7
|
+
};
|
|
8
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
9
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.WorkflowReviewRequestWorkflow = void 0;
|
|
13
|
+
const typeorm_1 = require("@n8n/typeorm");
|
|
14
|
+
const abstract_entity_1 = require("./abstract-entity");
|
|
15
|
+
let WorkflowReviewRequestWorkflow = class WorkflowReviewRequestWorkflow extends abstract_entity_1.WithStringId {
|
|
16
|
+
};
|
|
17
|
+
exports.WorkflowReviewRequestWorkflow = WorkflowReviewRequestWorkflow;
|
|
18
|
+
__decorate([
|
|
19
|
+
(0, typeorm_1.Column)({ type: 'varchar', length: 36 }),
|
|
20
|
+
__metadata("design:type", String)
|
|
21
|
+
], WorkflowReviewRequestWorkflow.prototype, "workflowReviewRequestId", void 0);
|
|
22
|
+
__decorate([
|
|
23
|
+
(0, typeorm_1.Column)({ type: 'varchar', length: 36 }),
|
|
24
|
+
__metadata("design:type", String)
|
|
25
|
+
], WorkflowReviewRequestWorkflow.prototype, "workflowId", void 0);
|
|
26
|
+
__decorate([
|
|
27
|
+
(0, typeorm_1.Column)({ type: 'varchar', length: 36, nullable: true }),
|
|
28
|
+
__metadata("design:type", Object)
|
|
29
|
+
], WorkflowReviewRequestWorkflow.prototype, "workflowVersionId", void 0);
|
|
30
|
+
exports.WorkflowReviewRequestWorkflow = WorkflowReviewRequestWorkflow = __decorate([
|
|
31
|
+
(0, typeorm_1.Entity)({ name: 'workflow_review_request_workflow' }),
|
|
32
|
+
(0, typeorm_1.Unique)('UQ_workflow_review_request_workflow_request_workflow', [
|
|
33
|
+
'workflowReviewRequestId',
|
|
34
|
+
'workflowId',
|
|
35
|
+
]),
|
|
36
|
+
(0, typeorm_1.Index)('IDX_workflow_review_request_workflow_workflow_request', [
|
|
37
|
+
'workflowId',
|
|
38
|
+
'workflowReviewRequestId',
|
|
39
|
+
])
|
|
40
|
+
], WorkflowReviewRequestWorkflow);
|
|
41
|
+
//# sourceMappingURL=workflow-review-request-workflow.ee.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"workflow-review-request-workflow.ee.js","sourceRoot":"","sources":["../../src/entities/workflow-review-request-workflow.ee.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,0CAA6D;AAE7D,uDAAiD;AAW1C,IAAM,6BAA6B,GAAnC,MAAM,6BAA8B,SAAQ,8BAAY;CAS9D,CAAA;;AAPA;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,SAAS,EAAE,MAAM,EAAE,EAAE,EAAE,CAAC;;8EACR;AAGhC;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,SAAS,EAAE,MAAM,EAAE,EAAE,EAAE,CAAC;;iEACrB;AAGnB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,SAAS,EAAE,MAAM,EAAE,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;wEACvB;wCARrB,6BAA6B;IATzC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,kCAAkC,EAAE,CAAC;IACpD,IAAA,gBAAM,EAAC,sDAAsD,EAAE;QAC/D,yBAAyB;QACzB,YAAY;KACZ,CAAC;IACD,IAAA,eAAK,EAAC,uDAAuD,EAAE;QAC/D,YAAY;QACZ,yBAAyB;KACzB,CAAC;GACW,6BAA6B,CASzC"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import type { WorkflowReviewRequestDecision as WorkflowReviewRequestDecisionType, WorkflowReviewRequestState as WorkflowReviewRequestStateType } from '@n8n/api-types';
|
|
2
|
+
import { WithTimestampsAndStringId } from './abstract-entity';
|
|
3
|
+
export type WorkflowReviewRequestState = WorkflowReviewRequestStateType;
|
|
4
|
+
export type WorkflowReviewRequestDecision = WorkflowReviewRequestDecisionType;
|
|
5
|
+
export declare const WorkflowReviewRequestState: {
|
|
6
|
+
readonly Open: 'open';
|
|
7
|
+
readonly Closed: 'closed';
|
|
8
|
+
};
|
|
9
|
+
export declare const WorkflowReviewRequestStateList: ("closed" | "open")[];
|
|
10
|
+
export declare const WorkflowReviewRequestDecision: {
|
|
11
|
+
readonly Pending: 'pending';
|
|
12
|
+
readonly ChangesRequested: 'changes_requested';
|
|
13
|
+
readonly Approved: 'approved';
|
|
14
|
+
};
|
|
15
|
+
export declare const WorkflowReviewRequestDecisionList: ("approved" | "changes_requested" | "pending")[];
|
|
16
|
+
export declare class WorkflowReviewRequest extends WithTimestampsAndStringId {
|
|
17
|
+
projectId: string;
|
|
18
|
+
state: WorkflowReviewRequestStateType;
|
|
19
|
+
decision: WorkflowReviewRequestDecisionType;
|
|
20
|
+
title: string;
|
|
21
|
+
description: string | null;
|
|
22
|
+
createdById: string | null;
|
|
23
|
+
updatedById: string | null;
|
|
24
|
+
closedById: string | null;
|
|
25
|
+
approvedAt: Date | null;
|
|
26
|
+
}
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
3
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
5
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
6
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7
|
+
};
|
|
8
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
9
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.WorkflowReviewRequest = exports.WorkflowReviewRequestDecisionList = exports.WorkflowReviewRequestDecision = exports.WorkflowReviewRequestStateList = exports.WorkflowReviewRequestState = void 0;
|
|
13
|
+
const typeorm_1 = require("@n8n/typeorm");
|
|
14
|
+
const abstract_entity_1 = require("./abstract-entity");
|
|
15
|
+
exports.WorkflowReviewRequestState = {
|
|
16
|
+
Open: 'open',
|
|
17
|
+
Closed: 'closed',
|
|
18
|
+
};
|
|
19
|
+
exports.WorkflowReviewRequestStateList = Object.values(exports.WorkflowReviewRequestState);
|
|
20
|
+
exports.WorkflowReviewRequestDecision = {
|
|
21
|
+
Pending: 'pending',
|
|
22
|
+
ChangesRequested: 'changes_requested',
|
|
23
|
+
Approved: 'approved',
|
|
24
|
+
};
|
|
25
|
+
exports.WorkflowReviewRequestDecisionList = Object.values(exports.WorkflowReviewRequestDecision);
|
|
26
|
+
let WorkflowReviewRequest = class WorkflowReviewRequest extends abstract_entity_1.WithTimestampsAndStringId {
|
|
27
|
+
};
|
|
28
|
+
exports.WorkflowReviewRequest = WorkflowReviewRequest;
|
|
29
|
+
__decorate([
|
|
30
|
+
(0, typeorm_1.Column)({ type: 'varchar', length: 36 }),
|
|
31
|
+
__metadata("design:type", String)
|
|
32
|
+
], WorkflowReviewRequest.prototype, "projectId", void 0);
|
|
33
|
+
__decorate([
|
|
34
|
+
(0, typeorm_1.Column)({ type: 'varchar', length: 16 }),
|
|
35
|
+
__metadata("design:type", String)
|
|
36
|
+
], WorkflowReviewRequest.prototype, "state", void 0);
|
|
37
|
+
__decorate([
|
|
38
|
+
(0, typeorm_1.Column)({ type: 'varchar', length: 50 }),
|
|
39
|
+
__metadata("design:type", String)
|
|
40
|
+
], WorkflowReviewRequest.prototype, "decision", void 0);
|
|
41
|
+
__decorate([
|
|
42
|
+
(0, typeorm_1.Column)({ type: 'varchar', length: 255 }),
|
|
43
|
+
__metadata("design:type", String)
|
|
44
|
+
], WorkflowReviewRequest.prototype, "title", void 0);
|
|
45
|
+
__decorate([
|
|
46
|
+
(0, typeorm_1.Column)({ type: 'text', nullable: true }),
|
|
47
|
+
__metadata("design:type", Object)
|
|
48
|
+
], WorkflowReviewRequest.prototype, "description", void 0);
|
|
49
|
+
__decorate([
|
|
50
|
+
(0, typeorm_1.Column)({ type: 'uuid', nullable: true }),
|
|
51
|
+
__metadata("design:type", Object)
|
|
52
|
+
], WorkflowReviewRequest.prototype, "createdById", void 0);
|
|
53
|
+
__decorate([
|
|
54
|
+
(0, typeorm_1.Column)({ type: 'uuid', nullable: true }),
|
|
55
|
+
__metadata("design:type", Object)
|
|
56
|
+
], WorkflowReviewRequest.prototype, "updatedById", void 0);
|
|
57
|
+
__decorate([
|
|
58
|
+
(0, typeorm_1.Column)({ type: 'uuid', nullable: true }),
|
|
59
|
+
__metadata("design:type", Object)
|
|
60
|
+
], WorkflowReviewRequest.prototype, "closedById", void 0);
|
|
61
|
+
__decorate([
|
|
62
|
+
(0, abstract_entity_1.DateTimeColumn)({ nullable: true }),
|
|
63
|
+
__metadata("design:type", Object)
|
|
64
|
+
], WorkflowReviewRequest.prototype, "approvedAt", void 0);
|
|
65
|
+
exports.WorkflowReviewRequest = WorkflowReviewRequest = __decorate([
|
|
66
|
+
(0, typeorm_1.Entity)({ name: 'workflow_review_request' }),
|
|
67
|
+
(0, typeorm_1.Index)('IDX_workflow_review_request_project_state', ['projectId', 'state'])
|
|
68
|
+
], WorkflowReviewRequest);
|
|
69
|
+
//# sourceMappingURL=workflow-review-request.ee.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"workflow-review-request.ee.js","sourceRoot":"","sources":["../../src/entities/workflow-review-request.ee.ts"],"names":[],"mappings":";;;;;;;;;;;;AAIA,0CAAqD;AAErD,uDAA8E;AAKjE,QAAA,0BAA0B,GAAG;IACzC,IAAI,EAAE,MAAM;IACZ,MAAM,EAAE,QAAQ;CACkD,CAAC;AAEvD,QAAA,8BAA8B,GAAG,MAAM,CAAC,MAAM,CAAC,QAAA,0BAA0B,CAAC,CAAC;AAE3E,QAAA,6BAA6B,GAAG;IAC5C,OAAO,EAAE,SAAS;IAClB,gBAAgB,EAAE,mBAAmB;IACrC,QAAQ,EAAE,UAAU;CACiD,CAAC;AAE1D,QAAA,iCAAiC,GAAG,MAAM,CAAC,MAAM,CAAC,QAAA,6BAA6B,CAAC,CAAC;AAIvF,IAAM,qBAAqB,GAA3B,MAAM,qBAAsB,SAAQ,2CAAyB;CA2BnE,CAAA;;AAzBA;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,SAAS,EAAE,MAAM,EAAE,EAAE,EAAE,CAAC;;wDACtB;AAGlB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,SAAS,EAAE,MAAM,EAAE,EAAE,EAAE,CAAC;;oDACF;AAGtC;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,SAAS,EAAE,MAAM,EAAE,EAAE,EAAE,CAAC;;uDACI;AAG5C;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,SAAS,EAAE,MAAM,EAAE,GAAG,EAAE,CAAC;;oDAC3B;AAGd;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;0DACd;AAG3B;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;0DACd;AAG3B;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;0DACd;AAG3B;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;yDACf;AAG1B;IADC,IAAA,gCAAc,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;yDACX;gCA1BZ,qBAAqB;IAFjC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,yBAAyB,EAAE,CAAC;IAC3C,IAAA,eAAK,EAAC,2CAA2C,EAAE,CAAC,WAAW,EAAE,OAAO,CAAC,CAAC;GAC9D,qBAAqB,CA2BjC"}
|
package/dist/index.d.ts
CHANGED
|
@@ -28,6 +28,8 @@ export { DbConnectionOptions } from './connection/db-connection-options';
|
|
|
28
28
|
export type { DbPoolStats } from './connection/db-pool-stats';
|
|
29
29
|
export { AuthRolesService } from './services/auth.roles.service';
|
|
30
30
|
export { DbLock, DbLockService } from './services/db-lock.service';
|
|
31
|
+
export { TransactionRunner } from './services/transaction';
|
|
32
|
+
export type { Transaction, OperationContext, IsolationLevel, RunOptions, } from './services/transaction';
|
|
31
33
|
export { In, Like, MoreThanOrEqual, Not, DataSource } from '@n8n/typeorm';
|
|
32
34
|
export type { FindManyOptions, FindOptionsWhere } from '@n8n/typeorm';
|
|
33
35
|
export type { EntityManager } from '@n8n/typeorm';
|
package/dist/index.js
CHANGED
|
@@ -14,7 +14,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
exports.DataSource = exports.Not = exports.MoreThanOrEqual = exports.Like = exports.In = exports.DbLockService = exports.DbLock = exports.AuthRolesService = exports.DbConnectionOptions = exports.DbConnectionMetrics = exports.DbConnection = exports.wrapMigration = exports.postgresMigrations = exports.sqliteMigrations = exports.CreateTable = exports.DslColumn = exports.NoUrl = exports.NoXss = exports.withTransaction = exports.sqlite = exports.objectRetriever = exports.lowerCaser = exports.idStringifier = exports.sql = exports.separate = exports.isValidEmail = exports.isUniqueConstraintError = exports.isStringArray = exports.generateHostInstanceId = exports.parseDbTime = exports.dbNowPlusMsLiteral = exports.dbNowLiteral = exports.generateNanoId = exports.DateTimeColumn = exports.JsonColumn = exports.dbType = exports.datetimeColumnType = exports.jsonColumnType = exports.WithTimestampsAndStringId = exports.WithTimestamps = exports.WithCreatedAt = exports.WithStringId = void 0;
|
|
17
|
+
exports.DataSource = exports.Not = exports.MoreThanOrEqual = exports.Like = exports.In = exports.TransactionRunner = exports.DbLockService = exports.DbLock = exports.AuthRolesService = exports.DbConnectionOptions = exports.DbConnectionMetrics = exports.DbConnection = exports.wrapMigration = exports.postgresMigrations = exports.sqliteMigrations = exports.CreateTable = exports.DslColumn = exports.NoUrl = exports.NoXss = exports.withTransaction = exports.sqlite = exports.objectRetriever = exports.lowerCaser = exports.idStringifier = exports.sql = exports.separate = exports.isValidEmail = exports.isUniqueConstraintError = exports.isStringArray = exports.generateHostInstanceId = exports.parseDbTime = exports.dbNowPlusMsLiteral = exports.dbNowLiteral = exports.generateNanoId = exports.DateTimeColumn = exports.JsonColumn = exports.dbType = exports.datetimeColumnType = exports.jsonColumnType = exports.WithTimestampsAndStringId = exports.WithTimestamps = exports.WithCreatedAt = exports.WithStringId = void 0;
|
|
18
18
|
var abstract_entity_1 = require("./entities/abstract-entity");
|
|
19
19
|
Object.defineProperty(exports, "WithStringId", { enumerable: true, get: function () { return abstract_entity_1.WithStringId; } });
|
|
20
20
|
Object.defineProperty(exports, "WithCreatedAt", { enumerable: true, get: function () { return abstract_entity_1.WithCreatedAt; } });
|
|
@@ -81,6 +81,8 @@ Object.defineProperty(exports, "AuthRolesService", { enumerable: true, get: func
|
|
|
81
81
|
var db_lock_service_1 = require("./services/db-lock.service");
|
|
82
82
|
Object.defineProperty(exports, "DbLock", { enumerable: true, get: function () { return db_lock_service_1.DbLock; } });
|
|
83
83
|
Object.defineProperty(exports, "DbLockService", { enumerable: true, get: function () { return db_lock_service_1.DbLockService; } });
|
|
84
|
+
var transaction_2 = require("./services/transaction");
|
|
85
|
+
Object.defineProperty(exports, "TransactionRunner", { enumerable: true, get: function () { return transaction_2.TransactionRunner; } });
|
|
84
86
|
var typeorm_1 = require("@n8n/typeorm");
|
|
85
87
|
Object.defineProperty(exports, "In", { enumerable: true, get: function () { return typeorm_1.In; } });
|
|
86
88
|
Object.defineProperty(exports, "Like", { enumerable: true, get: function () { return typeorm_1.Like; } });
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,8DAUoC;AATnC,+GAAA,YAAY,OAAA;AACZ,gHAAA,aAAa,OAAA;AACb,iHAAA,cAAc,OAAA;AACd,4HAAA,yBAAyB,OAAA;AACzB,iHAAA,cAAc,OAAA;AACd,qHAAA,kBAAkB,OAAA;AAClB,yGAAA,MAAM,OAAA;AACN,6GAAA,UAAU,OAAA;AACV,iHAAA,cAAc,OAAA;AAGf,gEAA6D;AAApD,kHAAA,cAAc,OAAA;AACvB,qDAAqF;AAA5E,4GAAA,YAAY,OAAA;AAAE,kHAAA,kBAAkB,OAAA;AAAE,2GAAA,WAAW,OAAA;AACtD,iDAA4D;AAAnD,oHAAA,sBAAsB,OAAA;AAC/B,2DAAwD;AAA/C,gHAAA,aAAa,OAAA;AACtB,iFAA6E;AAApE,qIAAA,uBAAuB,OAAA;AAChC,yDAAsD;AAA7C,8GAAA,YAAY,OAAA;AACrB,6CAA4C;AAAnC,oGAAA,QAAQ,OAAA;AACjB,mCAAkC;AAAzB,0FAAA,GAAG,OAAA;AACZ,qDAA0F;AAAjF,6GAAA,aAAa,OAAA;AAAE,0GAAA,UAAU,OAAA;AAAE,+GAAA,eAAe,OAAA;AAAE,sGAAA,MAAM,OAAA;AAC3D,mDAAsD;AAA7C,8GAAA,eAAe,OAAA;AAExB,8CAA4B;AAC5B,6CAA2B;AAC3B,sDAAoC;AACpC,wEAA4D;AAAnD,yGAAA,KAAK,OAAA;AACd,wEAA4D;AAAnD,yGAAA,KAAK,OAAA;AAEd,iDAA+B;AAC/B,gDAA8B;AAE9B,kDAA8D;AAArD,mGAAA,MAAM,OAAa;AAC5B,gDAAqD;AAA5C,oGAAA,WAAW,OAAA;AACpB,8CAAuD;AAA9C,0GAAA,gBAAgB,OAAA;AACzB,sDAA6D;AAApD,gHAAA,kBAAkB,OAAA;AAE3B,oEAA+D;AAAtD,kHAAA,aAAa,OAAA;AACtB,+DAA6C;AAC7C,4DAA0D;AAAjD,6GAAA,YAAY,OAAA;AACrB,4EAAyE;AAAhE,4HAAA,mBAAmB,OAAA;AAC5B,4EAAyE;AAAhE,4HAAA,mBAAmB,OAAA;AAG5B,oEAAiE;AAAxD,sHAAA,gBAAgB,OAAA;AACzB,8DAAmE;AAA1D,yGAAA,MAAM,OAAA;AAAE,gHAAA,aAAa,OAAA;AAE9B,wCAA0E;AAAjE,6FAAA,EAAE,OAAA;AAAE,+FAAA,IAAI,OAAA;AAAE,0GAAA,eAAe,OAAA;AAAE,8FAAA,GAAG,OAAA;AAAE,qGAAA,UAAU,OAAA"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,8DAUoC;AATnC,+GAAA,YAAY,OAAA;AACZ,gHAAA,aAAa,OAAA;AACb,iHAAA,cAAc,OAAA;AACd,4HAAA,yBAAyB,OAAA;AACzB,iHAAA,cAAc,OAAA;AACd,qHAAA,kBAAkB,OAAA;AAClB,yGAAA,MAAM,OAAA;AACN,6GAAA,UAAU,OAAA;AACV,iHAAA,cAAc,OAAA;AAGf,gEAA6D;AAApD,kHAAA,cAAc,OAAA;AACvB,qDAAqF;AAA5E,4GAAA,YAAY,OAAA;AAAE,kHAAA,kBAAkB,OAAA;AAAE,2GAAA,WAAW,OAAA;AACtD,iDAA4D;AAAnD,oHAAA,sBAAsB,OAAA;AAC/B,2DAAwD;AAA/C,gHAAA,aAAa,OAAA;AACtB,iFAA6E;AAApE,qIAAA,uBAAuB,OAAA;AAChC,yDAAsD;AAA7C,8GAAA,YAAY,OAAA;AACrB,6CAA4C;AAAnC,oGAAA,QAAQ,OAAA;AACjB,mCAAkC;AAAzB,0FAAA,GAAG,OAAA;AACZ,qDAA0F;AAAjF,6GAAA,aAAa,OAAA;AAAE,0GAAA,UAAU,OAAA;AAAE,+GAAA,eAAe,OAAA;AAAE,sGAAA,MAAM,OAAA;AAC3D,mDAAsD;AAA7C,8GAAA,eAAe,OAAA;AAExB,8CAA4B;AAC5B,6CAA2B;AAC3B,sDAAoC;AACpC,wEAA4D;AAAnD,yGAAA,KAAK,OAAA;AACd,wEAA4D;AAAnD,yGAAA,KAAK,OAAA;AAEd,iDAA+B;AAC/B,gDAA8B;AAE9B,kDAA8D;AAArD,mGAAA,MAAM,OAAa;AAC5B,gDAAqD;AAA5C,oGAAA,WAAW,OAAA;AACpB,8CAAuD;AAA9C,0GAAA,gBAAgB,OAAA;AACzB,sDAA6D;AAApD,gHAAA,kBAAkB,OAAA;AAE3B,oEAA+D;AAAtD,kHAAA,aAAa,OAAA;AACtB,+DAA6C;AAC7C,4DAA0D;AAAjD,6GAAA,YAAY,OAAA;AACrB,4EAAyE;AAAhE,4HAAA,mBAAmB,OAAA;AAC5B,4EAAyE;AAAhE,4HAAA,mBAAmB,OAAA;AAG5B,oEAAiE;AAAxD,sHAAA,gBAAgB,OAAA;AACzB,8DAAmE;AAA1D,yGAAA,MAAM,OAAA;AAAE,gHAAA,aAAa,OAAA;AAE9B,sDAA2D;AAAlD,gHAAA,iBAAiB,OAAA;AAQ1B,wCAA0E;AAAjE,6FAAA,EAAE,OAAA;AAAE,+FAAA,IAAI,OAAA;AAAE,0GAAA,eAAe,OAAA;AAAE,8FAAA,GAAG,OAAA;AAAE,qGAAA,UAAU,OAAA"}
|