@n8n/api-types 1.36.3 → 1.37.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/agents/agent-config-validation.schema.d.ts +8 -0
- package/dist/agents/agent-config-validation.schema.js +1 -0
- package/dist/agents/agent-config-validation.schema.js.map +1 -1
- package/dist/agents/agent-integration.schema.d.ts +43 -0
- package/dist/agents/agent-integration.schema.js +18 -4
- package/dist/agents/agent-integration.schema.js.map +1 -1
- package/dist/agents/agent-interaction.schema.d.ts +5 -0
- package/dist/agents/agent-json-config.schema.d.ts +307 -0
- package/dist/agents/agent-json-config.schema.js +15 -1
- package/dist/agents/agent-json-config.schema.js.map +1 -1
- package/dist/agents/agent-task.schema.d.ts +3 -0
- package/dist/agents/agent-task.schema.js +2 -0
- package/dist/agents/agent-task.schema.js.map +1 -1
- package/dist/agents/dto.d.ts +26 -0
- package/dist/agents/dto.js +32 -1
- package/dist/agents/dto.js.map +1 -1
- package/dist/agents/index.d.ts +1 -0
- package/dist/agents/index.js +1 -0
- package/dist/agents/index.js.map +1 -1
- package/dist/agents/inline-agent-config.schema.d.ts +276 -0
- package/dist/agents/sanitize-agent-tool-name.d.ts +1 -0
- package/dist/agents/sanitize-agent-tool-name.js +15 -0
- package/dist/agents/sanitize-agent-tool-name.js.map +1 -0
- package/dist/agents/slack/types.d.ts +3 -0
- package/dist/agents/types.d.ts +15 -93
- package/dist/agents/types.js +28 -17
- package/dist/agents/types.js.map +1 -1
- package/dist/build.tsbuildinfo +1 -1
- package/dist/constants/role-mapping.d.ts +2 -0
- package/dist/constants/role-mapping.js +3 -1
- package/dist/constants/role-mapping.js.map +1 -1
- package/dist/dto/data-table/create-data-table.dto.d.ts +1 -1
- package/dist/dto/data-table/public-api-create-data-table.dto.d.ts +1 -1
- package/dist/dto/executions/delete-executions.dto.d.ts +13 -0
- package/dist/dto/executions/delete-executions.dto.js +13 -0
- package/dist/dto/executions/delete-executions.dto.js.map +1 -0
- package/dist/dto/git-connections/git-connections.dto.d.ts +331 -0
- package/dist/dto/git-connections/git-connections.dto.js +94 -0
- package/dist/dto/git-connections/git-connections.dto.js.map +1 -0
- package/dist/dto/index.d.ts +10 -3
- package/dist/dto/index.js +37 -4
- package/dist/dto/index.js.map +1 -1
- package/dist/dto/packages/export-package-request.dto.d.ts +2 -0
- package/dist/dto/packages/export-package-request.dto.js +4 -0
- package/dist/dto/packages/export-package-request.dto.js.map +1 -1
- package/dist/dto/packages/import-package-request.dto.d.ts +5 -3
- package/dist/dto/packages/import-package-request.dto.js +3 -1
- package/dist/dto/packages/import-package-request.dto.js.map +1 -1
- package/dist/dto/roles/role-mapping-rule-public.dto.d.ts +84 -0
- package/dist/dto/roles/role-mapping-rule-public.dto.js +18 -3
- package/dist/dto/roles/role-mapping-rule-public.dto.js.map +1 -1
- package/dist/dto/roles/role-public.dto.d.ts +2 -2
- package/dist/dto/roles/update-role-mapping-rule-public.dto.d.ts +13 -0
- package/dist/dto/roles/update-role-mapping-rule-public.dto.js +13 -0
- package/dist/dto/roles/update-role-mapping-rule-public.dto.js.map +1 -0
- package/dist/dto/saml/saml-preferences.dto.d.ts +1 -1
- package/dist/dto/workflow-history/list-workflow-history-query.dto.d.ts +0 -2
- package/dist/dto/workflow-history/list-workflow-history-query.dto.js +1 -1
- package/dist/dto/workflow-history/list-workflow-history-query.dto.js.map +1 -1
- package/dist/dto/workflow-reviews/get-workflow-review-request-detail.dto.d.ts +1 -0
- package/dist/dto/workflow-reviews/list-workflow-review-requests-query.dto.d.ts +2 -2
- package/dist/dto/workflows/create-workflow-public.dto.d.ts +373 -0
- package/dist/dto/workflows/create-workflow-public.dto.js +167 -0
- package/dist/dto/workflows/create-workflow-public.dto.js.map +1 -0
- package/dist/dto/workflows/publish-workflow-public.dto.d.ts +27 -0
- package/dist/dto/workflows/publish-workflow-public.dto.js +23 -0
- package/dist/dto/workflows/publish-workflow-public.dto.js.map +1 -0
- package/dist/dto/workflows/transfer-workflow-public.dto.d.ts +9 -0
- package/dist/dto/workflows/transfer-workflow-public.dto.js +11 -0
- package/dist/dto/workflows/transfer-workflow-public.dto.js.map +1 -0
- package/dist/dto/workflows/workflow-public.dto.d.ts +1343 -0
- package/dist/dto/workflows/workflow-public.dto.js +40 -11
- package/dist/dto/workflows/workflow-public.dto.js.map +1 -1
- package/dist/dto/workflows/workflow-public.openapi.d.ts +217 -0
- package/dist/dto/workflows/workflow-public.openapi.js +390 -0
- package/dist/dto/workflows/workflow-public.openapi.js.map +1 -0
- package/dist/dto/workflows/workflow-publish-blocked-error-public.dto.d.ts +26 -0
- package/dist/dto/workflows/workflow-publish-blocked-error-public.dto.js +14 -0
- package/dist/dto/workflows/workflow-publish-blocked-error-public.dto.js.map +1 -0
- package/dist/frontend-settings.d.ts +1 -1
- package/dist/index.d.ts +4 -4
- package/dist/index.js +9 -3
- package/dist/index.js.map +1 -1
- package/dist/openapi-extend.d.ts +1 -0
- package/dist/openapi-extend.js +6 -0
- package/dist/openapi-extend.js.map +1 -0
- package/dist/push/execution.d.ts +27 -1
- package/dist/push/index.d.ts +1 -0
- package/dist/schemas/agent-evals.schema.d.ts +4 -4
- package/dist/schemas/agent-evals.schema.js +2 -9
- package/dist/schemas/agent-evals.schema.js.map +1 -1
- package/dist/schemas/agent-run-reducer.js +1 -0
- package/dist/schemas/agent-run-reducer.js.map +1 -1
- package/dist/schemas/instance-ai.schema.d.ts +333 -0
- package/dist/schemas/instance-ai.schema.js +18 -4
- package/dist/schemas/instance-ai.schema.js.map +1 -1
- package/dist/schemas/json-value.schema.d.ts +3 -0
- package/dist/schemas/json-value.schema.js +13 -0
- package/dist/schemas/json-value.schema.js.map +1 -0
- package/dist/schemas/mcp.schema.d.ts +1 -0
- package/dist/schemas/mcp.schema.js +4 -0
- package/dist/schemas/mcp.schema.js.map +1 -1
- package/dist/workflow-review-activity.d.ts +33 -6
- package/dist/workflow-review-activity.js +11 -6
- package/dist/workflow-review-activity.js.map +1 -1
- package/dist/zod-class.d.ts +4 -2
- package/dist/zod-class.js +3 -3
- package/dist/zod-class.js.map +1 -1
- package/package.json +5 -4
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.BLOCK_ACCESS_ASSIGNMENT = void 0;
|
|
3
|
+
exports.SSO_ERROR_ACCESS_DENIED = exports.SSO_ERROR_QUERY_PARAM = exports.BLOCK_ACCESS_ASSIGNMENT = void 0;
|
|
4
4
|
exports.BLOCK_ACCESS_ASSIGNMENT = 'block:access';
|
|
5
|
+
exports.SSO_ERROR_QUERY_PARAM = 'ssoError';
|
|
6
|
+
exports.SSO_ERROR_ACCESS_DENIED = 'access-denied';
|
|
5
7
|
//# sourceMappingURL=role-mapping.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"role-mapping.js","sourceRoot":"","sources":["../../src/constants/role-mapping.ts"],"names":[],"mappings":";;;AAQa,QAAA,uBAAuB,GAAG,cAAc,CAAC"}
|
|
1
|
+
{"version":3,"file":"role-mapping.js","sourceRoot":"","sources":["../../src/constants/role-mapping.ts"],"names":[],"mappings":";;;AAQa,QAAA,uBAAuB,GAAG,cAAc,CAAC;AAOzC,QAAA,qBAAqB,GAAG,UAAU,CAAC;AAEnC,QAAA,uBAAuB,GAAG,eAAe,CAAC"}
|
|
@@ -14,7 +14,7 @@ declare const CreateDataTableDto_base: import("../../zod-class").ZodClass<{
|
|
|
14
14
|
name: z.ZodString;
|
|
15
15
|
type: z.ZodEnum<["string", "number", "boolean", "date"]>;
|
|
16
16
|
csvColumnName: z.ZodOptional<z.ZodString>;
|
|
17
|
-
},
|
|
17
|
+
}, "strict" | "strip", z.ZodTypeAny, {
|
|
18
18
|
name: string;
|
|
19
19
|
type: "boolean" | "date" | "number" | "string";
|
|
20
20
|
csvColumnName?: string | undefined;
|
|
@@ -15,7 +15,7 @@ declare const PublicApiCreateDataTableDto_base: import("../../zod-class").ZodCla
|
|
|
15
15
|
name: z.ZodString;
|
|
16
16
|
type: z.ZodEnum<["string", "number", "boolean", "date"]>;
|
|
17
17
|
csvColumnName: z.ZodOptional<z.ZodString>;
|
|
18
|
-
},
|
|
18
|
+
}, "strict" | "strip", z.ZodTypeAny, {
|
|
19
19
|
name: string;
|
|
20
20
|
type: "boolean" | "date" | "number" | "string";
|
|
21
21
|
csvColumnName?: string | undefined;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
declare const DeleteExecutionsDto_base: import("../../zod-class").ZodClass<{
|
|
3
|
+
deleteBefore?: Date | undefined;
|
|
4
|
+
filters?: z.objectOutputType<{}, z.ZodAny, "strip"> | undefined;
|
|
5
|
+
ids?: string[] | undefined;
|
|
6
|
+
}, {
|
|
7
|
+
deleteBefore: z.ZodOptional<z.ZodDate>;
|
|
8
|
+
filters: z.ZodOptional<z.ZodObject<{}, "strip", z.ZodAny, z.objectOutputType<{}, z.ZodAny, "strip">, z.objectInputType<{}, z.ZodAny, "strip">>>;
|
|
9
|
+
ids: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
10
|
+
}>;
|
|
11
|
+
export declare class DeleteExecutionsDto extends DeleteExecutionsDto_base {
|
|
12
|
+
}
|
|
13
|
+
export {};
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DeleteExecutionsDto = void 0;
|
|
4
|
+
const zod_1 = require("zod");
|
|
5
|
+
const zod_class_1 = require("../../zod-class");
|
|
6
|
+
class DeleteExecutionsDto extends zod_class_1.Z.class({
|
|
7
|
+
deleteBefore: zod_1.z.coerce.date().optional(),
|
|
8
|
+
filters: zod_1.z.object({}).catchall(zod_1.z.any()).optional(),
|
|
9
|
+
ids: zod_1.z.array(zod_1.z.string()).optional(),
|
|
10
|
+
}) {
|
|
11
|
+
}
|
|
12
|
+
exports.DeleteExecutionsDto = DeleteExecutionsDto;
|
|
13
|
+
//# sourceMappingURL=delete-executions.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-executions.dto.js","sourceRoot":"","sources":["../../../src/dto/executions/delete-executions.dto.ts"],"names":[],"mappings":";;;AACA,6BAAwB;AAExB,+CAAoC;AAEpC,yBAAiC,SAAQ,aAAC,CAAC,KAAK,CAAC;IAChD,YAAY,EAAE,OAAC,CAAC,MAAM,CAAC,IAAI,EAAE,CAAC,QAAQ,EAAE;IAExC,OAAO,EAAG,OAAC,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC,QAAQ,CAAC,OAAC,CAAC,GAAG,EAAE,CAAmC,CAAC,QAAQ,EAAE;IACrF,GAAG,EAAE,OAAC,CAAC,KAAK,CAAC,OAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;CACnC,CAAC;CAAG"}
|
|
@@ -0,0 +1,331 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
export declare const gitConnectionTypeSchema: z.ZodEnum<["ssh", "https"]>;
|
|
3
|
+
export declare const gitKeyGeneratorTypeSchema: z.ZodEnum<["ed25519", "rsa"]>;
|
|
4
|
+
export type GitConnectionType = z.infer<typeof gitConnectionTypeSchema>;
|
|
5
|
+
export type GitKeyGeneratorType = z.infer<typeof gitKeyGeneratorTypeSchema>;
|
|
6
|
+
declare const CreateGitConnectionDto_base: import("../../zod-class").ZodClass<{
|
|
7
|
+
name: string;
|
|
8
|
+
repositoryUrl: string;
|
|
9
|
+
branchName?: string | undefined;
|
|
10
|
+
connectionType: "https" | "ssh";
|
|
11
|
+
keyGeneratorType?: "ed25519" | "rsa" | undefined;
|
|
12
|
+
username?: string | undefined;
|
|
13
|
+
password?: string | undefined;
|
|
14
|
+
}, {
|
|
15
|
+
name: z.ZodString;
|
|
16
|
+
repositoryUrl: z.ZodString;
|
|
17
|
+
branchName: z.ZodOptional<z.ZodString>;
|
|
18
|
+
connectionType: z.ZodEnum<["ssh", "https"]>;
|
|
19
|
+
keyGeneratorType: z.ZodOptional<z.ZodEnum<["ed25519", "rsa"]>>;
|
|
20
|
+
username: z.ZodOptional<z.ZodString>;
|
|
21
|
+
password: z.ZodOptional<z.ZodString>;
|
|
22
|
+
}>;
|
|
23
|
+
export declare class CreateGitConnectionDto extends CreateGitConnectionDto_base {
|
|
24
|
+
}
|
|
25
|
+
declare const UpdateGitConnectionDto_base: import("../../zod-class").ZodClass<{
|
|
26
|
+
name?: string | undefined;
|
|
27
|
+
repositoryUrl?: string | undefined;
|
|
28
|
+
branchName?: string | undefined;
|
|
29
|
+
connectionType?: "https" | "ssh" | undefined;
|
|
30
|
+
keyGeneratorType?: "ed25519" | "rsa" | undefined;
|
|
31
|
+
username?: string | undefined;
|
|
32
|
+
password?: string | undefined;
|
|
33
|
+
}, {
|
|
34
|
+
name: z.ZodOptional<z.ZodString>;
|
|
35
|
+
repositoryUrl: z.ZodOptional<z.ZodString>;
|
|
36
|
+
branchName: z.ZodOptional<z.ZodString>;
|
|
37
|
+
connectionType: z.ZodOptional<z.ZodEnum<["ssh", "https"]>>;
|
|
38
|
+
keyGeneratorType: z.ZodOptional<z.ZodEnum<["ed25519", "rsa"]>>;
|
|
39
|
+
username: z.ZodOptional<z.ZodString>;
|
|
40
|
+
password: z.ZodOptional<z.ZodString>;
|
|
41
|
+
}>;
|
|
42
|
+
export declare class UpdateGitConnectionDto extends UpdateGitConnectionDto_base {
|
|
43
|
+
}
|
|
44
|
+
declare const CloneGitConnectionDto_base: import("../../zod-class").ZodClass<{
|
|
45
|
+
branchName?: string | undefined;
|
|
46
|
+
}, {
|
|
47
|
+
branchName: z.ZodOptional<z.ZodString>;
|
|
48
|
+
}>;
|
|
49
|
+
export declare class CloneGitConnectionDto extends CloneGitConnectionDto_base {
|
|
50
|
+
}
|
|
51
|
+
declare const ListGitConnectionsQueryDto_base: import("../../zod-class").ZodClass<{
|
|
52
|
+
limit: number;
|
|
53
|
+
cursor?: string | undefined;
|
|
54
|
+
}, {
|
|
55
|
+
limit: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodOptional<z.ZodString>, number, string | undefined>, number, string | undefined>, number, string | undefined>, number, string | undefined>;
|
|
56
|
+
cursor: z.ZodOptional<z.ZodString>;
|
|
57
|
+
}>;
|
|
58
|
+
export declare class ListGitConnectionsQueryDto extends ListGitConnectionsQueryDto_base {
|
|
59
|
+
}
|
|
60
|
+
export declare const gitConnectionPublicSchema: z.ZodObject<{
|
|
61
|
+
id: z.ZodString;
|
|
62
|
+
name: z.ZodString;
|
|
63
|
+
repositoryUrl: z.ZodString;
|
|
64
|
+
branchName: z.ZodNullable<z.ZodString>;
|
|
65
|
+
connectionType: z.ZodEnum<["ssh", "https"]>;
|
|
66
|
+
publicKey: z.ZodNullable<z.ZodString>;
|
|
67
|
+
keyGeneratorType: z.ZodNullable<z.ZodEnum<["ed25519", "rsa"]>>;
|
|
68
|
+
baseCommit: z.ZodNullable<z.ZodString>;
|
|
69
|
+
createdAt: z.ZodString;
|
|
70
|
+
updatedAt: z.ZodString;
|
|
71
|
+
}, "strip", z.ZodTypeAny, {
|
|
72
|
+
id: string;
|
|
73
|
+
name: string;
|
|
74
|
+
repositoryUrl: string;
|
|
75
|
+
branchName: string | null;
|
|
76
|
+
connectionType: "https" | "ssh";
|
|
77
|
+
publicKey: string | null;
|
|
78
|
+
keyGeneratorType: "ed25519" | "rsa" | null;
|
|
79
|
+
baseCommit: string | null;
|
|
80
|
+
createdAt: string;
|
|
81
|
+
updatedAt: string;
|
|
82
|
+
}, {
|
|
83
|
+
id: string;
|
|
84
|
+
name: string;
|
|
85
|
+
repositoryUrl: string;
|
|
86
|
+
branchName: string | null;
|
|
87
|
+
connectionType: "https" | "ssh";
|
|
88
|
+
publicKey: string | null;
|
|
89
|
+
keyGeneratorType: "ed25519" | "rsa" | null;
|
|
90
|
+
baseCommit: string | null;
|
|
91
|
+
createdAt: string;
|
|
92
|
+
updatedAt: string;
|
|
93
|
+
}>;
|
|
94
|
+
declare const GitConnectionPublicDto_base: import("../../zod-class").ZodClass<{
|
|
95
|
+
id: string;
|
|
96
|
+
name: string;
|
|
97
|
+
repositoryUrl: string;
|
|
98
|
+
branchName: string | null;
|
|
99
|
+
connectionType: "https" | "ssh";
|
|
100
|
+
publicKey: string | null;
|
|
101
|
+
keyGeneratorType: "ed25519" | "rsa" | null;
|
|
102
|
+
baseCommit: string | null;
|
|
103
|
+
createdAt: string;
|
|
104
|
+
updatedAt: string;
|
|
105
|
+
}, {
|
|
106
|
+
id: z.ZodString;
|
|
107
|
+
name: z.ZodString;
|
|
108
|
+
repositoryUrl: z.ZodString;
|
|
109
|
+
branchName: z.ZodNullable<z.ZodString>;
|
|
110
|
+
connectionType: z.ZodEnum<["ssh", "https"]>;
|
|
111
|
+
publicKey: z.ZodNullable<z.ZodString>;
|
|
112
|
+
keyGeneratorType: z.ZodNullable<z.ZodEnum<["ed25519", "rsa"]>>;
|
|
113
|
+
baseCommit: z.ZodNullable<z.ZodString>;
|
|
114
|
+
createdAt: z.ZodString;
|
|
115
|
+
updatedAt: z.ZodString;
|
|
116
|
+
}>;
|
|
117
|
+
export declare class GitConnectionPublicDto extends GitConnectionPublicDto_base {
|
|
118
|
+
}
|
|
119
|
+
export declare const gitConnectionExportCountsSchema: z.ZodObject<{
|
|
120
|
+
workflows: z.ZodNumber;
|
|
121
|
+
folders: z.ZodNumber;
|
|
122
|
+
credentials: z.ZodNumber;
|
|
123
|
+
dataTables: z.ZodNumber;
|
|
124
|
+
variables: z.ZodNumber;
|
|
125
|
+
tags: z.ZodNumber;
|
|
126
|
+
}, "strip", z.ZodTypeAny, {
|
|
127
|
+
workflows: number;
|
|
128
|
+
folders: number;
|
|
129
|
+
credentials: number;
|
|
130
|
+
dataTables: number;
|
|
131
|
+
variables: number;
|
|
132
|
+
tags: number;
|
|
133
|
+
}, {
|
|
134
|
+
workflows: number;
|
|
135
|
+
folders: number;
|
|
136
|
+
credentials: number;
|
|
137
|
+
dataTables: number;
|
|
138
|
+
variables: number;
|
|
139
|
+
tags: number;
|
|
140
|
+
}>;
|
|
141
|
+
export declare const gitConnectionPushResultSchema: z.ZodObject<{
|
|
142
|
+
connectionId: z.ZodString;
|
|
143
|
+
counts: z.ZodObject<{
|
|
144
|
+
workflows: z.ZodNumber;
|
|
145
|
+
folders: z.ZodNumber;
|
|
146
|
+
credentials: z.ZodNumber;
|
|
147
|
+
dataTables: z.ZodNumber;
|
|
148
|
+
variables: z.ZodNumber;
|
|
149
|
+
tags: z.ZodNumber;
|
|
150
|
+
}, "strip", z.ZodTypeAny, {
|
|
151
|
+
workflows: number;
|
|
152
|
+
folders: number;
|
|
153
|
+
credentials: number;
|
|
154
|
+
dataTables: number;
|
|
155
|
+
variables: number;
|
|
156
|
+
tags: number;
|
|
157
|
+
}, {
|
|
158
|
+
workflows: number;
|
|
159
|
+
folders: number;
|
|
160
|
+
credentials: number;
|
|
161
|
+
dataTables: number;
|
|
162
|
+
variables: number;
|
|
163
|
+
tags: number;
|
|
164
|
+
}>;
|
|
165
|
+
}, "strip", z.ZodTypeAny, {
|
|
166
|
+
connectionId: string;
|
|
167
|
+
counts: {
|
|
168
|
+
workflows: number;
|
|
169
|
+
folders: number;
|
|
170
|
+
credentials: number;
|
|
171
|
+
dataTables: number;
|
|
172
|
+
variables: number;
|
|
173
|
+
tags: number;
|
|
174
|
+
};
|
|
175
|
+
}, {
|
|
176
|
+
connectionId: string;
|
|
177
|
+
counts: {
|
|
178
|
+
workflows: number;
|
|
179
|
+
folders: number;
|
|
180
|
+
credentials: number;
|
|
181
|
+
dataTables: number;
|
|
182
|
+
variables: number;
|
|
183
|
+
tags: number;
|
|
184
|
+
};
|
|
185
|
+
}>;
|
|
186
|
+
declare const GitConnectionPushResultDto_base: import("../../zod-class").ZodClass<{
|
|
187
|
+
connectionId: string;
|
|
188
|
+
counts: {
|
|
189
|
+
workflows: number;
|
|
190
|
+
folders: number;
|
|
191
|
+
credentials: number;
|
|
192
|
+
dataTables: number;
|
|
193
|
+
variables: number;
|
|
194
|
+
tags: number;
|
|
195
|
+
};
|
|
196
|
+
}, {
|
|
197
|
+
connectionId: z.ZodString;
|
|
198
|
+
counts: z.ZodObject<{
|
|
199
|
+
workflows: z.ZodNumber;
|
|
200
|
+
folders: z.ZodNumber;
|
|
201
|
+
credentials: z.ZodNumber;
|
|
202
|
+
dataTables: z.ZodNumber;
|
|
203
|
+
variables: z.ZodNumber;
|
|
204
|
+
tags: z.ZodNumber;
|
|
205
|
+
}, "strip", z.ZodTypeAny, {
|
|
206
|
+
workflows: number;
|
|
207
|
+
folders: number;
|
|
208
|
+
credentials: number;
|
|
209
|
+
dataTables: number;
|
|
210
|
+
variables: number;
|
|
211
|
+
tags: number;
|
|
212
|
+
}, {
|
|
213
|
+
workflows: number;
|
|
214
|
+
folders: number;
|
|
215
|
+
credentials: number;
|
|
216
|
+
dataTables: number;
|
|
217
|
+
variables: number;
|
|
218
|
+
tags: number;
|
|
219
|
+
}>;
|
|
220
|
+
}>;
|
|
221
|
+
export declare class GitConnectionPushResultDto extends GitConnectionPushResultDto_base {
|
|
222
|
+
}
|
|
223
|
+
export declare const gitConnectionSummarySchema: z.ZodObject<Omit<{
|
|
224
|
+
id: z.ZodString;
|
|
225
|
+
name: z.ZodString;
|
|
226
|
+
repositoryUrl: z.ZodString;
|
|
227
|
+
branchName: z.ZodNullable<z.ZodString>;
|
|
228
|
+
connectionType: z.ZodEnum<["ssh", "https"]>;
|
|
229
|
+
publicKey: z.ZodNullable<z.ZodString>;
|
|
230
|
+
keyGeneratorType: z.ZodNullable<z.ZodEnum<["ed25519", "rsa"]>>;
|
|
231
|
+
baseCommit: z.ZodNullable<z.ZodString>;
|
|
232
|
+
createdAt: z.ZodString;
|
|
233
|
+
updatedAt: z.ZodString;
|
|
234
|
+
}, "publicKey">, "strip", z.ZodTypeAny, {
|
|
235
|
+
id: string;
|
|
236
|
+
name: string;
|
|
237
|
+
repositoryUrl: string;
|
|
238
|
+
branchName: string | null;
|
|
239
|
+
connectionType: "https" | "ssh";
|
|
240
|
+
keyGeneratorType: "ed25519" | "rsa" | null;
|
|
241
|
+
baseCommit: string | null;
|
|
242
|
+
createdAt: string;
|
|
243
|
+
updatedAt: string;
|
|
244
|
+
}, {
|
|
245
|
+
id: string;
|
|
246
|
+
name: string;
|
|
247
|
+
repositoryUrl: string;
|
|
248
|
+
branchName: string | null;
|
|
249
|
+
connectionType: "https" | "ssh";
|
|
250
|
+
keyGeneratorType: "ed25519" | "rsa" | null;
|
|
251
|
+
baseCommit: string | null;
|
|
252
|
+
createdAt: string;
|
|
253
|
+
updatedAt: string;
|
|
254
|
+
}>;
|
|
255
|
+
declare const GitConnectionListPublicDto_base: import("../../zod-class").ZodClass<{
|
|
256
|
+
data: {
|
|
257
|
+
id: string;
|
|
258
|
+
name: string;
|
|
259
|
+
repositoryUrl: string;
|
|
260
|
+
branchName: string | null;
|
|
261
|
+
connectionType: "https" | "ssh";
|
|
262
|
+
keyGeneratorType: "ed25519" | "rsa" | null;
|
|
263
|
+
baseCommit: string | null;
|
|
264
|
+
createdAt: string;
|
|
265
|
+
updatedAt: string;
|
|
266
|
+
}[];
|
|
267
|
+
nextCursor: string | null;
|
|
268
|
+
}, {
|
|
269
|
+
data: z.ZodArray<z.ZodObject<Omit<{
|
|
270
|
+
id: z.ZodString;
|
|
271
|
+
name: z.ZodString;
|
|
272
|
+
repositoryUrl: z.ZodString;
|
|
273
|
+
branchName: z.ZodNullable<z.ZodString>;
|
|
274
|
+
connectionType: z.ZodEnum<["ssh", "https"]>;
|
|
275
|
+
publicKey: z.ZodNullable<z.ZodString>;
|
|
276
|
+
keyGeneratorType: z.ZodNullable<z.ZodEnum<["ed25519", "rsa"]>>;
|
|
277
|
+
baseCommit: z.ZodNullable<z.ZodString>;
|
|
278
|
+
createdAt: z.ZodString;
|
|
279
|
+
updatedAt: z.ZodString;
|
|
280
|
+
}, "publicKey">, "strip", z.ZodTypeAny, {
|
|
281
|
+
id: string;
|
|
282
|
+
name: string;
|
|
283
|
+
repositoryUrl: string;
|
|
284
|
+
branchName: string | null;
|
|
285
|
+
connectionType: "https" | "ssh";
|
|
286
|
+
keyGeneratorType: "ed25519" | "rsa" | null;
|
|
287
|
+
baseCommit: string | null;
|
|
288
|
+
createdAt: string;
|
|
289
|
+
updatedAt: string;
|
|
290
|
+
}, {
|
|
291
|
+
id: string;
|
|
292
|
+
name: string;
|
|
293
|
+
repositoryUrl: string;
|
|
294
|
+
branchName: string | null;
|
|
295
|
+
connectionType: "https" | "ssh";
|
|
296
|
+
keyGeneratorType: "ed25519" | "rsa" | null;
|
|
297
|
+
baseCommit: string | null;
|
|
298
|
+
createdAt: string;
|
|
299
|
+
updatedAt: string;
|
|
300
|
+
}>, "many">;
|
|
301
|
+
nextCursor: z.ZodNullable<z.ZodString>;
|
|
302
|
+
}>;
|
|
303
|
+
export declare class GitConnectionListPublicDto extends GitConnectionListPublicDto_base {
|
|
304
|
+
}
|
|
305
|
+
export declare const gitConnectionProjectPublicSchema: z.ZodObject<{
|
|
306
|
+
projectId: z.ZodString;
|
|
307
|
+
gitConnectionId: z.ZodString;
|
|
308
|
+
}, "strip", z.ZodTypeAny, {
|
|
309
|
+
projectId: string;
|
|
310
|
+
gitConnectionId: string;
|
|
311
|
+
}, {
|
|
312
|
+
projectId: string;
|
|
313
|
+
gitConnectionId: string;
|
|
314
|
+
}>;
|
|
315
|
+
declare const GitConnectionProjectPublicDto_base: import("../../zod-class").ZodClass<{
|
|
316
|
+
projectId: string;
|
|
317
|
+
gitConnectionId: string;
|
|
318
|
+
}, {
|
|
319
|
+
projectId: z.ZodString;
|
|
320
|
+
gitConnectionId: z.ZodString;
|
|
321
|
+
}>;
|
|
322
|
+
export declare class GitConnectionProjectPublicDto extends GitConnectionProjectPublicDto_base {
|
|
323
|
+
}
|
|
324
|
+
declare const GitConnectionProjectListPublicDto_base: import("../../zod-class").ZodClass<{
|
|
325
|
+
projectIds: string[];
|
|
326
|
+
}, {
|
|
327
|
+
projectIds: z.ZodArray<z.ZodString, "many">;
|
|
328
|
+
}>;
|
|
329
|
+
export declare class GitConnectionProjectListPublicDto extends GitConnectionProjectListPublicDto_base {
|
|
330
|
+
}
|
|
331
|
+
export {};
|
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.GitConnectionProjectListPublicDto = exports.GitConnectionProjectPublicDto = exports.gitConnectionProjectPublicSchema = exports.GitConnectionListPublicDto = exports.gitConnectionSummarySchema = exports.GitConnectionPushResultDto = exports.gitConnectionPushResultSchema = exports.gitConnectionExportCountsSchema = exports.GitConnectionPublicDto = exports.gitConnectionPublicSchema = exports.ListGitConnectionsQueryDto = exports.CloneGitConnectionDto = exports.UpdateGitConnectionDto = exports.CreateGitConnectionDto = exports.gitKeyGeneratorTypeSchema = exports.gitConnectionTypeSchema = void 0;
|
|
4
|
+
const zod_1 = require("zod");
|
|
5
|
+
const zod_class_1 = require("../../zod-class");
|
|
6
|
+
const pagination_dto_1 = require("../pagination/pagination.dto");
|
|
7
|
+
exports.gitConnectionTypeSchema = zod_1.z.enum(['ssh', 'https']);
|
|
8
|
+
exports.gitKeyGeneratorTypeSchema = zod_1.z.enum(['ed25519', 'rsa']);
|
|
9
|
+
const nameSchema = zod_1.z.string().trim().min(1).max(128);
|
|
10
|
+
const repositoryUrlSchema = zod_1.z.string().trim().min(1);
|
|
11
|
+
const branchNameSchema = zod_1.z.string().trim().min(1).max(255);
|
|
12
|
+
class CreateGitConnectionDto extends zod_class_1.Z.class({
|
|
13
|
+
name: nameSchema,
|
|
14
|
+
repositoryUrl: repositoryUrlSchema,
|
|
15
|
+
branchName: branchNameSchema.optional(),
|
|
16
|
+
connectionType: exports.gitConnectionTypeSchema,
|
|
17
|
+
keyGeneratorType: exports.gitKeyGeneratorTypeSchema.optional(),
|
|
18
|
+
username: zod_1.z.string().min(1).optional(),
|
|
19
|
+
password: zod_1.z.string().min(1).optional(),
|
|
20
|
+
}) {
|
|
21
|
+
}
|
|
22
|
+
exports.CreateGitConnectionDto = CreateGitConnectionDto;
|
|
23
|
+
class UpdateGitConnectionDto extends zod_class_1.Z.class({
|
|
24
|
+
name: nameSchema.optional(),
|
|
25
|
+
repositoryUrl: repositoryUrlSchema.optional(),
|
|
26
|
+
branchName: branchNameSchema.optional(),
|
|
27
|
+
connectionType: exports.gitConnectionTypeSchema.optional(),
|
|
28
|
+
keyGeneratorType: exports.gitKeyGeneratorTypeSchema.optional(),
|
|
29
|
+
username: zod_1.z.string().min(1).optional(),
|
|
30
|
+
password: zod_1.z.string().min(1).optional(),
|
|
31
|
+
}) {
|
|
32
|
+
}
|
|
33
|
+
exports.UpdateGitConnectionDto = UpdateGitConnectionDto;
|
|
34
|
+
class CloneGitConnectionDto extends zod_class_1.Z.class({
|
|
35
|
+
branchName: branchNameSchema.optional(),
|
|
36
|
+
}) {
|
|
37
|
+
}
|
|
38
|
+
exports.CloneGitConnectionDto = CloneGitConnectionDto;
|
|
39
|
+
class ListGitConnectionsQueryDto extends zod_class_1.Z.class({
|
|
40
|
+
limit: pagination_dto_1.publicApiPaginationSchema.limit,
|
|
41
|
+
cursor: zod_1.z.string().optional(),
|
|
42
|
+
}) {
|
|
43
|
+
}
|
|
44
|
+
exports.ListGitConnectionsQueryDto = ListGitConnectionsQueryDto;
|
|
45
|
+
exports.gitConnectionPublicSchema = zod_1.z.object({
|
|
46
|
+
id: zod_1.z.string(),
|
|
47
|
+
name: zod_1.z.string(),
|
|
48
|
+
repositoryUrl: zod_1.z.string(),
|
|
49
|
+
branchName: zod_1.z.string().nullable(),
|
|
50
|
+
connectionType: exports.gitConnectionTypeSchema,
|
|
51
|
+
publicKey: zod_1.z.string().nullable(),
|
|
52
|
+
keyGeneratorType: exports.gitKeyGeneratorTypeSchema.nullable(),
|
|
53
|
+
baseCommit: zod_1.z.string().nullable(),
|
|
54
|
+
createdAt: zod_1.z.string().datetime(),
|
|
55
|
+
updatedAt: zod_1.z.string().datetime(),
|
|
56
|
+
});
|
|
57
|
+
class GitConnectionPublicDto extends zod_class_1.Z.class(exports.gitConnectionPublicSchema.shape) {
|
|
58
|
+
}
|
|
59
|
+
exports.GitConnectionPublicDto = GitConnectionPublicDto;
|
|
60
|
+
exports.gitConnectionExportCountsSchema = zod_1.z.object({
|
|
61
|
+
workflows: zod_1.z.number().int().nonnegative(),
|
|
62
|
+
folders: zod_1.z.number().int().nonnegative(),
|
|
63
|
+
credentials: zod_1.z.number().int().nonnegative(),
|
|
64
|
+
dataTables: zod_1.z.number().int().nonnegative(),
|
|
65
|
+
variables: zod_1.z.number().int().nonnegative(),
|
|
66
|
+
tags: zod_1.z.number().int().nonnegative(),
|
|
67
|
+
});
|
|
68
|
+
exports.gitConnectionPushResultSchema = zod_1.z.object({
|
|
69
|
+
connectionId: zod_1.z.string(),
|
|
70
|
+
counts: exports.gitConnectionExportCountsSchema,
|
|
71
|
+
});
|
|
72
|
+
class GitConnectionPushResultDto extends zod_class_1.Z.class(exports.gitConnectionPushResultSchema.shape) {
|
|
73
|
+
}
|
|
74
|
+
exports.GitConnectionPushResultDto = GitConnectionPushResultDto;
|
|
75
|
+
exports.gitConnectionSummarySchema = exports.gitConnectionPublicSchema.omit({ publicKey: true });
|
|
76
|
+
class GitConnectionListPublicDto extends zod_class_1.Z.class({
|
|
77
|
+
data: zod_1.z.array(exports.gitConnectionSummarySchema),
|
|
78
|
+
nextCursor: zod_1.z.string().nullable(),
|
|
79
|
+
}) {
|
|
80
|
+
}
|
|
81
|
+
exports.GitConnectionListPublicDto = GitConnectionListPublicDto;
|
|
82
|
+
exports.gitConnectionProjectPublicSchema = zod_1.z.object({
|
|
83
|
+
projectId: zod_1.z.string(),
|
|
84
|
+
gitConnectionId: zod_1.z.string(),
|
|
85
|
+
});
|
|
86
|
+
class GitConnectionProjectPublicDto extends zod_class_1.Z.class(exports.gitConnectionProjectPublicSchema.shape) {
|
|
87
|
+
}
|
|
88
|
+
exports.GitConnectionProjectPublicDto = GitConnectionProjectPublicDto;
|
|
89
|
+
class GitConnectionProjectListPublicDto extends zod_class_1.Z.class({
|
|
90
|
+
projectIds: zod_1.z.array(zod_1.z.string()),
|
|
91
|
+
}) {
|
|
92
|
+
}
|
|
93
|
+
exports.GitConnectionProjectListPublicDto = GitConnectionProjectListPublicDto;
|
|
94
|
+
//# sourceMappingURL=git-connections.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"git-connections.dto.js","sourceRoot":"","sources":["../../../src/dto/git-connections/git-connections.dto.ts"],"names":[],"mappings":"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"}
|
package/dist/dto/index.d.ts
CHANGED
|
@@ -62,6 +62,7 @@ export { CommunityRegisteredRequestDto } from './license/community-registered-re
|
|
|
62
62
|
export { PullWorkFolderRequestDto, AUTO_PUBLISH_MODE, } from './source-control/pull-work-folder-request.dto';
|
|
63
63
|
export { PushWorkFolderRequestDto } from './source-control/push-work-folder-request.dto';
|
|
64
64
|
export { type GitCommitInfo } from './source-control/push-work-folder-response.dto';
|
|
65
|
+
export { CloneGitConnectionDto, CreateGitConnectionDto, GitConnectionListPublicDto, GitConnectionProjectListPublicDto, GitConnectionProjectPublicDto, GitConnectionPublicDto, GitConnectionPushResultDto, ListGitConnectionsQueryDto, UpdateGitConnectionDto, gitConnectionTypeSchema, gitKeyGeneratorTypeSchema, type GitConnectionType, type GitKeyGeneratorType, } from './git-connections/git-connections.dto';
|
|
65
66
|
export { CreateCredentialDto } from './credentials/create-credential.dto';
|
|
66
67
|
export { VariableListRequestDto } from './variables/variables-list-request.dto';
|
|
67
68
|
export { CreateVariableRequestDto, NEW_VARIABLE_KEY_REGEX, } from './variables/create-variable-request.dto';
|
|
@@ -77,15 +78,19 @@ export { UpdateWorkflowDto } from './workflows/update-workflow.dto';
|
|
|
77
78
|
export { ManualRunDto, type ManualRunPayload, type FullManualExecutionFromKnownTriggerPayload, type FullManualExecutionFromUnknownTriggerPayload, type PartialManualExecutionToDestinationPayload, } from './workflows/manual-run.dto';
|
|
78
79
|
export { ImportWorkflowFromUrlDto } from './workflows/import-workflow-from-url.dto';
|
|
79
80
|
export { TransferWorkflowBodyDto } from './workflows/transfer.dto';
|
|
81
|
+
export { TransferWorkflowPublicDto } from './workflows/transfer-workflow-public.dto';
|
|
80
82
|
export { ActivateWorkflowDto } from './workflows/activate-workflow.dto';
|
|
81
83
|
export { DeactivateWorkflowDto } from './workflows/deactivate-workflow.dto';
|
|
82
84
|
export { ArchiveWorkflowDto } from './workflows/archive-workflow.dto';
|
|
83
85
|
export { GetResourceDependencyCountsDto } from './workflows/get-resource-dependency-counts.dto';
|
|
84
86
|
export { GetResourceDependenciesDto } from './workflows/get-resource-dependencies.dto';
|
|
85
87
|
export { TagIdsPublicDto, WorkflowTagsPublicDto } from './workflows/workflow-tags-public.dto';
|
|
88
|
+
export { CreateWorkflowPublicDto } from './workflows/create-workflow-public.dto';
|
|
86
89
|
export { GetWorkflowQueryDto } from './workflows/get-workflow-query.dto';
|
|
87
90
|
export { ListWorkflowsQueryDto } from './workflows/list-workflows-query.dto';
|
|
88
|
-
export { WorkflowPublicDto, WorkflowListPublicDto, workflowPublicSchema, workflowListItemPublicSchema, sharedWorkflowPublicSchema, activeWorkflowVersionPublicSchema, } from './workflows/workflow-public.dto';
|
|
91
|
+
export { WorkflowPublicDto, CreatedWorkflowPublicDto, WorkflowListPublicDto, WorkflowPublishPublicDto, workflowPublicSchema, createdWorkflowPublicSchema, workflowPublishPublicSchema, workflowListItemPublicSchema, sharedWorkflowPublicSchema, activeWorkflowVersionPublicSchema, workflowParentFolderPublicSchema, } from './workflows/workflow-public.dto';
|
|
92
|
+
export { PublishWorkflowPublicDto, publishWorkflowPublicSchema, } from './workflows/publish-workflow-public.dto';
|
|
93
|
+
export { WorkflowPublishBlockedErrorPublicDto, workflowPublishBlockedErrorPublicSchema, } from './workflows/workflow-publish-blocked-error-public.dto';
|
|
89
94
|
export { CreateOrUpdateTagRequestDto } from './tag/create-or-update-tag-request.dto';
|
|
90
95
|
export { RetrieveTagQueryDto } from './tag/retrieve-tag-query.dto';
|
|
91
96
|
export { ListTagsQueryDto } from './tag/list-tags-query.dto';
|
|
@@ -112,8 +117,9 @@ export { UpdateRolePublicDto } from './roles/update-role-public.dto';
|
|
|
112
117
|
export { CreateRoleDto } from './roles/create-role.dto';
|
|
113
118
|
export { RolePublicDto, RoleListPublicDto, RoleListQueryPublicDto, RoleGetPublicDto, } from './roles/role-public.dto';
|
|
114
119
|
export { CreateRoleMappingRuleDto } from './roles/create-role-mapping-rule.dto';
|
|
115
|
-
export { RoleMappingRulePublicDto } from './roles/role-mapping-rule-public.dto';
|
|
120
|
+
export { RoleMappingRulePublicDto, RoleMappingRuleListPublicDto, RoleMappingRuleListQueryPublicDto, } from './roles/role-mapping-rule-public.dto';
|
|
116
121
|
export { PatchRoleMappingRuleDto, type PatchRoleMappingRuleInput, } from './roles/patch-role-mapping-rule.dto';
|
|
122
|
+
export { UpdateRoleMappingRulePublicDto } from './roles/update-role-mapping-rule-public.dto';
|
|
117
123
|
export { MoveRoleMappingRuleDto } from './roles/move-role-mapping-rule.dto';
|
|
118
124
|
export { ListRoleMappingRuleQueryDto, type ListRoleMappingRuleQueryInput, } from './roles/list-role-mapping-rule-query.dto';
|
|
119
125
|
export { RoleListQueryDto } from './roles/role-list-query.dto';
|
|
@@ -159,6 +165,7 @@ export { TestSecretsProviderConnectionDto } from './secrets-provider/test-secret
|
|
|
159
165
|
export { UpdateSecretsProviderConnectionDto } from './secrets-provider/update-secrets-provider-connection.dto';
|
|
160
166
|
export { GetQuickConnectApiKeyDto } from './quick-connect/create-quick-connect-credential.dto';
|
|
161
167
|
export { ExecutionRedactionQueryDtoSchema, type ExecutionRedactionQueryDto, } from './executions/execution-redaction-query.dto';
|
|
168
|
+
export { DeleteExecutionsDto } from './executions/delete-executions.dto';
|
|
162
169
|
export { VersionSinceDateQueryDto } from './instance-version-history/version-since-date-query.dto';
|
|
163
170
|
export { VersionQueryDto } from './instance-version-history/version-query.dto';
|
|
164
171
|
export { CreateEncryptionKeyDto } from './encryption/create-encryption-key.dto';
|
|
@@ -167,7 +174,7 @@ export type { EncryptionKeyResponseDto } from './encryption/encryption-key-respo
|
|
|
167
174
|
export { CreateWorkflowReviewRequestDto } from './workflow-reviews/create-workflow-review-request.dto';
|
|
168
175
|
export { DecideWorkflowReviewRequestDto } from './workflow-reviews/decide-workflow-review-request.dto';
|
|
169
176
|
export { GetWorkflowReviewEligibleReviewersQueryDto } from './workflow-reviews/get-eligible-reviewers-query.dto';
|
|
170
|
-
export { ListWorkflowReviewRequestsQueryDto, type
|
|
177
|
+
export { ListWorkflowReviewRequestsQueryDto, type WorkflowReviewRequestForWorkflow, type WorkflowReviewRequestList, } from './workflow-reviews/list-workflow-review-requests-query.dto';
|
|
171
178
|
export { UpdateWorkflowReviewRequestVersionDto } from './workflow-reviews/update-workflow-review-request-version.dto';
|
|
172
179
|
export * from './workflow-reviews/list-workflow-review-inbox.dto';
|
|
173
180
|
export type * from './workflow-reviews/get-workflow-review-request-detail.dto';
|