@n8n/api-types 1.25.2 → 1.26.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/agent-builder-interactive.d.ts +27 -6
- package/dist/agent-builder-interactive.js +8 -2
- package/dist/agent-builder-interactive.js.map +1 -1
- package/dist/agent-builder-tool-node-types.d.ts +2 -0
- package/dist/agent-builder-tool-node-types.js +15 -0
- package/dist/agent-builder-tool-node-types.js.map +1 -0
- package/dist/agent-sse.d.ts +8 -0
- package/dist/agents/agent-integration.schema.d.ts +54 -1
- package/dist/agents/agent-integration.schema.js +18 -1
- package/dist/agents/agent-integration.schema.js.map +1 -1
- package/dist/agents/agent-json-config.schema.d.ts +635 -425
- package/dist/agents/agent-json-config.schema.js +39 -16
- package/dist/agents/agent-json-config.schema.js.map +1 -1
- package/dist/agents/dto.d.ts +23 -0
- package/dist/agents/dto.js +8 -1
- package/dist/agents/dto.js.map +1 -1
- package/dist/agents/index.d.ts +5 -1
- package/dist/agents/index.js +9 -1
- package/dist/agents/index.js.map +1 -1
- package/dist/agents/model-providers.d.ts +3 -0
- package/dist/agents/model-providers.js +24 -0
- package/dist/agents/model-providers.js.map +1 -0
- package/dist/agents/sanitize-agent-json-config.d.ts +1 -0
- package/dist/agents/sanitize-agent-json-config.js +154 -0
- package/dist/agents/sanitize-agent-json-config.js.map +1 -0
- package/dist/agents/sub-agent.schema.d.ts +27 -0
- package/dist/agents/sub-agent.schema.js +7 -0
- package/dist/agents/sub-agent.schema.js.map +1 -0
- package/dist/agents/types.d.ts +3 -0
- package/dist/agents/types.js.map +1 -1
- package/dist/api-keys.d.ts +16 -1
- package/dist/build.tsbuildinfo +1 -1
- package/dist/chat-hub.d.ts +25 -25
- package/dist/dto/ai/ai-ask-request.dto.d.ts +11 -11
- package/dist/dto/ai/ai-build-request.dto.d.ts +0 -12
- package/dist/dto/ai/ai-build-request.dto.js +0 -2
- package/dist/dto/ai/ai-build-request.dto.js.map +1 -1
- package/dist/dto/api-keys/list-api-keys-query.dto.d.ts +19 -0
- package/dist/dto/api-keys/list-api-keys-query.dto.js +25 -0
- package/dist/dto/api-keys/list-api-keys-query.dto.js.map +1 -0
- package/dist/dto/api-keys/update-api-key-request.dto.js +3 -1
- package/dist/dto/api-keys/update-api-key-request.dto.js.map +1 -1
- package/dist/dto/data-table/list-data-table-query.dto.d.ts +6 -6
- package/dist/dto/evaluations/evaluation-config.dto.d.ts +720 -100
- package/dist/dto/evaluations/evaluation-config.dto.js +37 -2
- package/dist/dto/evaluations/evaluation-config.dto.js.map +1 -1
- package/dist/dto/evaluations/evaluation-error-code.d.ts +1 -0
- package/dist/dto/evaluations/evaluation-error-code.js +1 -0
- package/dist/dto/evaluations/evaluation-error-code.js.map +1 -1
- package/dist/dto/folders/list-folder-query.dto.d.ts +3 -3
- package/dist/dto/index.d.ts +3 -0
- package/dist/dto/index.js +11 -3
- package/dist/dto/index.js.map +1 -1
- package/dist/dto/instance-ai/instance-ai-mcp-create-connection-request.dto.d.ts +11 -0
- package/dist/dto/instance-ai/instance-ai-mcp-create-connection-request.dto.js +12 -0
- package/dist/dto/instance-ai/instance-ai-mcp-create-connection-request.dto.js.map +1 -0
- package/dist/dto/instance-ai/instance-ai-mcp-update-connection-request.dto.d.ts +13 -0
- package/dist/dto/instance-ai/instance-ai-mcp-update-connection-request.dto.js +13 -0
- package/dist/dto/instance-ai/instance-ai-mcp-update-connection-request.dto.js.map +1 -0
- package/dist/dto/log-streaming/create-destination.dto.d.ts +96 -96
- package/dist/dto/oauth/oauth-client.dto.d.ts +4 -4
- package/dist/dto/oidc/config.dto.d.ts +3 -1
- package/dist/dto/oidc/config.dto.js +1 -0
- package/dist/dto/oidc/config.dto.js.map +1 -1
- package/dist/dto/owner/owner-setup-request.dto.d.ts +1 -1
- package/dist/dto/packages/import-package-request.dto.d.ts +7 -1
- package/dist/dto/packages/import-package-request.dto.js +10 -1
- package/dist/dto/packages/import-package-request.dto.js.map +1 -1
- package/dist/dto/project/update-project.dto.js +1 -1
- package/dist/dto/project/update-project.dto.js.map +1 -1
- package/dist/dto/roles/role-project-members-response.dto.d.ts +5 -5
- package/dist/dto/source-control/push-work-folder-request.dto.d.ts +6 -6
- package/dist/dto/user/user-update-request.dto.js +2 -2
- package/dist/dto/user/user-update-request.dto.js.map +1 -1
- package/dist/dto/user/users-list-filter.dto.d.ts +3 -3
- package/dist/dto/workflows/base-workflow.dto.d.ts +9 -9
- package/dist/dto/workflows/base-workflow.dto.js +4 -4
- package/dist/dto/workflows/base-workflow.dto.js.map +1 -1
- package/dist/dto/workflows/create-workflow.dto.d.ts +9 -9
- package/dist/dto/workflows/update-workflow.dto.d.ts +9 -9
- package/dist/frontend-settings.d.ts +4 -0
- package/dist/index.d.ts +3 -2
- package/dist/index.js +4 -3
- package/dist/index.js.map +1 -1
- package/dist/instance-registry-types.d.ts +22 -22
- package/dist/redaction-enforcement.d.ts +2 -16
- package/dist/redaction-enforcement.js +2 -12
- package/dist/redaction-enforcement.js.map +1 -1
- package/dist/schemas/breaking-changes.schema.d.ts +92 -92
- package/dist/schemas/credential-resolver.schema.d.ts +12 -12
- package/dist/schemas/credential-response.schema.d.ts +2 -2
- package/dist/schemas/data-table.schema.d.ts +2 -2
- package/dist/schemas/encryption-key.schema.d.ts +6 -6
- package/dist/schemas/evaluations.schema.d.ts +10 -0
- package/dist/schemas/evaluations.schema.js +2 -0
- package/dist/schemas/evaluations.schema.js.map +1 -1
- package/dist/schemas/instance-ai.schema.d.ts +332 -279
- package/dist/schemas/instance-ai.schema.js +12 -13
- package/dist/schemas/instance-ai.schema.js.map +1 -1
- package/dist/schemas/mcp-registry.schema.d.ts +29 -0
- package/dist/schemas/mcp-registry.schema.js +3 -0
- package/dist/schemas/mcp-registry.schema.js.map +1 -0
- package/dist/schemas/secrets-provider.schema.d.ts +12 -12
- package/dist/schemas/source-controlled-file.schema.d.ts +4 -4
- package/dist/schemas/usage.schema.d.ts +14 -14
- package/dist/schemas/user.schema.d.ts +18 -18
- package/package.json +7 -6
|
@@ -23,11 +23,11 @@ declare const instanceIssueSchema: z.ZodObject<{
|
|
|
23
23
|
}, "strip", z.ZodTypeAny, {
|
|
24
24
|
description: string;
|
|
25
25
|
title: string;
|
|
26
|
-
level: "
|
|
26
|
+
level: "warning" | "info" | "error";
|
|
27
27
|
}, {
|
|
28
28
|
description: string;
|
|
29
29
|
title: string;
|
|
30
|
-
level: "
|
|
30
|
+
level: "warning" | "info" | "error";
|
|
31
31
|
}>;
|
|
32
32
|
export type BreakingChangeInstanceIssue = z.infer<typeof instanceIssueSchema>;
|
|
33
33
|
declare const workflowIssueSchema: z.ZodObject<{
|
|
@@ -40,13 +40,13 @@ declare const workflowIssueSchema: z.ZodObject<{
|
|
|
40
40
|
}, "strip", z.ZodTypeAny, {
|
|
41
41
|
description: string;
|
|
42
42
|
title: string;
|
|
43
|
-
level: "
|
|
43
|
+
level: "warning" | "info" | "error";
|
|
44
44
|
nodeName?: string | undefined;
|
|
45
45
|
nodeId?: string | undefined;
|
|
46
46
|
}, {
|
|
47
47
|
description: string;
|
|
48
48
|
title: string;
|
|
49
|
-
level: "
|
|
49
|
+
level: "warning" | "info" | "error";
|
|
50
50
|
nodeName?: string | undefined;
|
|
51
51
|
nodeId?: string | undefined;
|
|
52
52
|
}>;
|
|
@@ -68,13 +68,13 @@ declare const affectedWorkflowSchema: z.ZodObject<{
|
|
|
68
68
|
}, "strip", z.ZodTypeAny, {
|
|
69
69
|
description: string;
|
|
70
70
|
title: string;
|
|
71
|
-
level: "
|
|
71
|
+
level: "warning" | "info" | "error";
|
|
72
72
|
nodeName?: string | undefined;
|
|
73
73
|
nodeId?: string | undefined;
|
|
74
74
|
}, {
|
|
75
75
|
description: string;
|
|
76
76
|
title: string;
|
|
77
|
-
level: "
|
|
77
|
+
level: "warning" | "info" | "error";
|
|
78
78
|
nodeName?: string | undefined;
|
|
79
79
|
nodeId?: string | undefined;
|
|
80
80
|
}>, "many">;
|
|
@@ -82,12 +82,12 @@ declare const affectedWorkflowSchema: z.ZodObject<{
|
|
|
82
82
|
issues: {
|
|
83
83
|
description: string;
|
|
84
84
|
title: string;
|
|
85
|
-
level: "
|
|
85
|
+
level: "warning" | "info" | "error";
|
|
86
86
|
nodeName?: string | undefined;
|
|
87
87
|
nodeId?: string | undefined;
|
|
88
88
|
}[];
|
|
89
|
-
id: string;
|
|
90
89
|
name: string;
|
|
90
|
+
id: string;
|
|
91
91
|
active: boolean;
|
|
92
92
|
numberOfExecutions: number;
|
|
93
93
|
lastUpdatedAt: Date;
|
|
@@ -96,12 +96,12 @@ declare const affectedWorkflowSchema: z.ZodObject<{
|
|
|
96
96
|
issues: {
|
|
97
97
|
description: string;
|
|
98
98
|
title: string;
|
|
99
|
-
level: "
|
|
99
|
+
level: "warning" | "info" | "error";
|
|
100
100
|
nodeName?: string | undefined;
|
|
101
101
|
nodeId?: string | undefined;
|
|
102
102
|
}[];
|
|
103
|
-
id: string;
|
|
104
103
|
name: string;
|
|
104
|
+
id: string;
|
|
105
105
|
active: boolean;
|
|
106
106
|
numberOfExecutions: number;
|
|
107
107
|
lastUpdatedAt: Date;
|
|
@@ -132,17 +132,17 @@ declare const instanceRuleResultsSchema: z.ZodObject<{
|
|
|
132
132
|
}, "strip", z.ZodTypeAny, {
|
|
133
133
|
description: string;
|
|
134
134
|
title: string;
|
|
135
|
-
level: "
|
|
135
|
+
level: "warning" | "info" | "error";
|
|
136
136
|
}, {
|
|
137
137
|
description: string;
|
|
138
138
|
title: string;
|
|
139
|
-
level: "
|
|
139
|
+
level: "warning" | "info" | "error";
|
|
140
140
|
}>, "many">;
|
|
141
141
|
}, "strip", z.ZodTypeAny, {
|
|
142
142
|
ruleId: string;
|
|
143
143
|
ruleTitle: string;
|
|
144
144
|
ruleDescription: string;
|
|
145
|
-
ruleSeverity: "
|
|
145
|
+
ruleSeverity: "low" | "medium" | "critical";
|
|
146
146
|
recommendations: {
|
|
147
147
|
description: string;
|
|
148
148
|
action: string;
|
|
@@ -150,14 +150,14 @@ declare const instanceRuleResultsSchema: z.ZodObject<{
|
|
|
150
150
|
instanceIssues: {
|
|
151
151
|
description: string;
|
|
152
152
|
title: string;
|
|
153
|
-
level: "
|
|
153
|
+
level: "warning" | "info" | "error";
|
|
154
154
|
}[];
|
|
155
155
|
ruleDocumentationUrl?: string | undefined;
|
|
156
156
|
}, {
|
|
157
157
|
ruleId: string;
|
|
158
158
|
ruleTitle: string;
|
|
159
159
|
ruleDescription: string;
|
|
160
|
-
ruleSeverity: "
|
|
160
|
+
ruleSeverity: "low" | "medium" | "critical";
|
|
161
161
|
recommendations: {
|
|
162
162
|
description: string;
|
|
163
163
|
action: string;
|
|
@@ -165,7 +165,7 @@ declare const instanceRuleResultsSchema: z.ZodObject<{
|
|
|
165
165
|
instanceIssues: {
|
|
166
166
|
description: string;
|
|
167
167
|
title: string;
|
|
168
|
-
level: "
|
|
168
|
+
level: "warning" | "info" | "error";
|
|
169
169
|
}[];
|
|
170
170
|
ruleDocumentationUrl?: string | undefined;
|
|
171
171
|
}>;
|
|
@@ -204,13 +204,13 @@ declare const workflowRuleResultsSchema: z.ZodObject<{
|
|
|
204
204
|
}, "strip", z.ZodTypeAny, {
|
|
205
205
|
description: string;
|
|
206
206
|
title: string;
|
|
207
|
-
level: "
|
|
207
|
+
level: "warning" | "info" | "error";
|
|
208
208
|
nodeName?: string | undefined;
|
|
209
209
|
nodeId?: string | undefined;
|
|
210
210
|
}, {
|
|
211
211
|
description: string;
|
|
212
212
|
title: string;
|
|
213
|
-
level: "
|
|
213
|
+
level: "warning" | "info" | "error";
|
|
214
214
|
nodeName?: string | undefined;
|
|
215
215
|
nodeId?: string | undefined;
|
|
216
216
|
}>, "many">;
|
|
@@ -218,12 +218,12 @@ declare const workflowRuleResultsSchema: z.ZodObject<{
|
|
|
218
218
|
issues: {
|
|
219
219
|
description: string;
|
|
220
220
|
title: string;
|
|
221
|
-
level: "
|
|
221
|
+
level: "warning" | "info" | "error";
|
|
222
222
|
nodeName?: string | undefined;
|
|
223
223
|
nodeId?: string | undefined;
|
|
224
224
|
}[];
|
|
225
|
-
id: string;
|
|
226
225
|
name: string;
|
|
226
|
+
id: string;
|
|
227
227
|
active: boolean;
|
|
228
228
|
numberOfExecutions: number;
|
|
229
229
|
lastUpdatedAt: Date;
|
|
@@ -232,12 +232,12 @@ declare const workflowRuleResultsSchema: z.ZodObject<{
|
|
|
232
232
|
issues: {
|
|
233
233
|
description: string;
|
|
234
234
|
title: string;
|
|
235
|
-
level: "
|
|
235
|
+
level: "warning" | "info" | "error";
|
|
236
236
|
nodeName?: string | undefined;
|
|
237
237
|
nodeId?: string | undefined;
|
|
238
238
|
}[];
|
|
239
|
-
id: string;
|
|
240
239
|
name: string;
|
|
240
|
+
id: string;
|
|
241
241
|
active: boolean;
|
|
242
242
|
numberOfExecutions: number;
|
|
243
243
|
lastUpdatedAt: Date;
|
|
@@ -247,7 +247,7 @@ declare const workflowRuleResultsSchema: z.ZodObject<{
|
|
|
247
247
|
ruleId: string;
|
|
248
248
|
ruleTitle: string;
|
|
249
249
|
ruleDescription: string;
|
|
250
|
-
ruleSeverity: "
|
|
250
|
+
ruleSeverity: "low" | "medium" | "critical";
|
|
251
251
|
recommendations: {
|
|
252
252
|
description: string;
|
|
253
253
|
action: string;
|
|
@@ -256,12 +256,12 @@ declare const workflowRuleResultsSchema: z.ZodObject<{
|
|
|
256
256
|
issues: {
|
|
257
257
|
description: string;
|
|
258
258
|
title: string;
|
|
259
|
-
level: "
|
|
259
|
+
level: "warning" | "info" | "error";
|
|
260
260
|
nodeName?: string | undefined;
|
|
261
261
|
nodeId?: string | undefined;
|
|
262
262
|
}[];
|
|
263
|
-
id: string;
|
|
264
263
|
name: string;
|
|
264
|
+
id: string;
|
|
265
265
|
active: boolean;
|
|
266
266
|
numberOfExecutions: number;
|
|
267
267
|
lastUpdatedAt: Date;
|
|
@@ -272,7 +272,7 @@ declare const workflowRuleResultsSchema: z.ZodObject<{
|
|
|
272
272
|
ruleId: string;
|
|
273
273
|
ruleTitle: string;
|
|
274
274
|
ruleDescription: string;
|
|
275
|
-
ruleSeverity: "
|
|
275
|
+
ruleSeverity: "low" | "medium" | "critical";
|
|
276
276
|
recommendations: {
|
|
277
277
|
description: string;
|
|
278
278
|
action: string;
|
|
@@ -281,12 +281,12 @@ declare const workflowRuleResultsSchema: z.ZodObject<{
|
|
|
281
281
|
issues: {
|
|
282
282
|
description: string;
|
|
283
283
|
title: string;
|
|
284
|
-
level: "
|
|
284
|
+
level: "warning" | "info" | "error";
|
|
285
285
|
nodeName?: string | undefined;
|
|
286
286
|
nodeId?: string | undefined;
|
|
287
287
|
}[];
|
|
288
|
-
id: string;
|
|
289
288
|
name: string;
|
|
289
|
+
id: string;
|
|
290
290
|
active: boolean;
|
|
291
291
|
numberOfExecutions: number;
|
|
292
292
|
lastUpdatedAt: Date;
|
|
@@ -324,17 +324,17 @@ declare const breakingChangeReportResultDataSchema: z.ZodObject<{
|
|
|
324
324
|
}, "strip", z.ZodTypeAny, {
|
|
325
325
|
description: string;
|
|
326
326
|
title: string;
|
|
327
|
-
level: "
|
|
327
|
+
level: "warning" | "info" | "error";
|
|
328
328
|
}, {
|
|
329
329
|
description: string;
|
|
330
330
|
title: string;
|
|
331
|
-
level: "
|
|
331
|
+
level: "warning" | "info" | "error";
|
|
332
332
|
}>, "many">;
|
|
333
333
|
}, "strip", z.ZodTypeAny, {
|
|
334
334
|
ruleId: string;
|
|
335
335
|
ruleTitle: string;
|
|
336
336
|
ruleDescription: string;
|
|
337
|
-
ruleSeverity: "
|
|
337
|
+
ruleSeverity: "low" | "medium" | "critical";
|
|
338
338
|
recommendations: {
|
|
339
339
|
description: string;
|
|
340
340
|
action: string;
|
|
@@ -342,14 +342,14 @@ declare const breakingChangeReportResultDataSchema: z.ZodObject<{
|
|
|
342
342
|
instanceIssues: {
|
|
343
343
|
description: string;
|
|
344
344
|
title: string;
|
|
345
|
-
level: "
|
|
345
|
+
level: "warning" | "info" | "error";
|
|
346
346
|
}[];
|
|
347
347
|
ruleDocumentationUrl?: string | undefined;
|
|
348
348
|
}, {
|
|
349
349
|
ruleId: string;
|
|
350
350
|
ruleTitle: string;
|
|
351
351
|
ruleDescription: string;
|
|
352
|
-
ruleSeverity: "
|
|
352
|
+
ruleSeverity: "low" | "medium" | "critical";
|
|
353
353
|
recommendations: {
|
|
354
354
|
description: string;
|
|
355
355
|
action: string;
|
|
@@ -357,7 +357,7 @@ declare const breakingChangeReportResultDataSchema: z.ZodObject<{
|
|
|
357
357
|
instanceIssues: {
|
|
358
358
|
description: string;
|
|
359
359
|
title: string;
|
|
360
|
-
level: "
|
|
360
|
+
level: "warning" | "info" | "error";
|
|
361
361
|
}[];
|
|
362
362
|
ruleDocumentationUrl?: string | undefined;
|
|
363
363
|
}>, "many">;
|
|
@@ -395,13 +395,13 @@ declare const breakingChangeReportResultDataSchema: z.ZodObject<{
|
|
|
395
395
|
}, "strip", z.ZodTypeAny, {
|
|
396
396
|
description: string;
|
|
397
397
|
title: string;
|
|
398
|
-
level: "
|
|
398
|
+
level: "warning" | "info" | "error";
|
|
399
399
|
nodeName?: string | undefined;
|
|
400
400
|
nodeId?: string | undefined;
|
|
401
401
|
}, {
|
|
402
402
|
description: string;
|
|
403
403
|
title: string;
|
|
404
|
-
level: "
|
|
404
|
+
level: "warning" | "info" | "error";
|
|
405
405
|
nodeName?: string | undefined;
|
|
406
406
|
nodeId?: string | undefined;
|
|
407
407
|
}>, "many">;
|
|
@@ -409,12 +409,12 @@ declare const breakingChangeReportResultDataSchema: z.ZodObject<{
|
|
|
409
409
|
issues: {
|
|
410
410
|
description: string;
|
|
411
411
|
title: string;
|
|
412
|
-
level: "
|
|
412
|
+
level: "warning" | "info" | "error";
|
|
413
413
|
nodeName?: string | undefined;
|
|
414
414
|
nodeId?: string | undefined;
|
|
415
415
|
}[];
|
|
416
|
-
id: string;
|
|
417
416
|
name: string;
|
|
417
|
+
id: string;
|
|
418
418
|
active: boolean;
|
|
419
419
|
numberOfExecutions: number;
|
|
420
420
|
lastUpdatedAt: Date;
|
|
@@ -423,12 +423,12 @@ declare const breakingChangeReportResultDataSchema: z.ZodObject<{
|
|
|
423
423
|
issues: {
|
|
424
424
|
description: string;
|
|
425
425
|
title: string;
|
|
426
|
-
level: "
|
|
426
|
+
level: "warning" | "info" | "error";
|
|
427
427
|
nodeName?: string | undefined;
|
|
428
428
|
nodeId?: string | undefined;
|
|
429
429
|
}[];
|
|
430
|
-
id: string;
|
|
431
430
|
name: string;
|
|
431
|
+
id: string;
|
|
432
432
|
active: boolean;
|
|
433
433
|
numberOfExecutions: number;
|
|
434
434
|
lastUpdatedAt: Date;
|
|
@@ -438,7 +438,7 @@ declare const breakingChangeReportResultDataSchema: z.ZodObject<{
|
|
|
438
438
|
ruleId: string;
|
|
439
439
|
ruleTitle: string;
|
|
440
440
|
ruleDescription: string;
|
|
441
|
-
ruleSeverity: "
|
|
441
|
+
ruleSeverity: "low" | "medium" | "critical";
|
|
442
442
|
recommendations: {
|
|
443
443
|
description: string;
|
|
444
444
|
action: string;
|
|
@@ -447,12 +447,12 @@ declare const breakingChangeReportResultDataSchema: z.ZodObject<{
|
|
|
447
447
|
issues: {
|
|
448
448
|
description: string;
|
|
449
449
|
title: string;
|
|
450
|
-
level: "
|
|
450
|
+
level: "warning" | "info" | "error";
|
|
451
451
|
nodeName?: string | undefined;
|
|
452
452
|
nodeId?: string | undefined;
|
|
453
453
|
}[];
|
|
454
|
-
id: string;
|
|
455
454
|
name: string;
|
|
455
|
+
id: string;
|
|
456
456
|
active: boolean;
|
|
457
457
|
numberOfExecutions: number;
|
|
458
458
|
lastUpdatedAt: Date;
|
|
@@ -463,7 +463,7 @@ declare const breakingChangeReportResultDataSchema: z.ZodObject<{
|
|
|
463
463
|
ruleId: string;
|
|
464
464
|
ruleTitle: string;
|
|
465
465
|
ruleDescription: string;
|
|
466
|
-
ruleSeverity: "
|
|
466
|
+
ruleSeverity: "low" | "medium" | "critical";
|
|
467
467
|
recommendations: {
|
|
468
468
|
description: string;
|
|
469
469
|
action: string;
|
|
@@ -472,12 +472,12 @@ declare const breakingChangeReportResultDataSchema: z.ZodObject<{
|
|
|
472
472
|
issues: {
|
|
473
473
|
description: string;
|
|
474
474
|
title: string;
|
|
475
|
-
level: "
|
|
475
|
+
level: "warning" | "info" | "error";
|
|
476
476
|
nodeName?: string | undefined;
|
|
477
477
|
nodeId?: string | undefined;
|
|
478
478
|
}[];
|
|
479
|
-
id: string;
|
|
480
479
|
name: string;
|
|
480
|
+
id: string;
|
|
481
481
|
active: boolean;
|
|
482
482
|
numberOfExecutions: number;
|
|
483
483
|
lastUpdatedAt: Date;
|
|
@@ -493,7 +493,7 @@ declare const breakingChangeReportResultDataSchema: z.ZodObject<{
|
|
|
493
493
|
ruleId: string;
|
|
494
494
|
ruleTitle: string;
|
|
495
495
|
ruleDescription: string;
|
|
496
|
-
ruleSeverity: "
|
|
496
|
+
ruleSeverity: "low" | "medium" | "critical";
|
|
497
497
|
recommendations: {
|
|
498
498
|
description: string;
|
|
499
499
|
action: string;
|
|
@@ -501,7 +501,7 @@ declare const breakingChangeReportResultDataSchema: z.ZodObject<{
|
|
|
501
501
|
instanceIssues: {
|
|
502
502
|
description: string;
|
|
503
503
|
title: string;
|
|
504
|
-
level: "
|
|
504
|
+
level: "warning" | "info" | "error";
|
|
505
505
|
}[];
|
|
506
506
|
ruleDocumentationUrl?: string | undefined;
|
|
507
507
|
}[];
|
|
@@ -509,7 +509,7 @@ declare const breakingChangeReportResultDataSchema: z.ZodObject<{
|
|
|
509
509
|
ruleId: string;
|
|
510
510
|
ruleTitle: string;
|
|
511
511
|
ruleDescription: string;
|
|
512
|
-
ruleSeverity: "
|
|
512
|
+
ruleSeverity: "low" | "medium" | "critical";
|
|
513
513
|
recommendations: {
|
|
514
514
|
description: string;
|
|
515
515
|
action: string;
|
|
@@ -518,12 +518,12 @@ declare const breakingChangeReportResultDataSchema: z.ZodObject<{
|
|
|
518
518
|
issues: {
|
|
519
519
|
description: string;
|
|
520
520
|
title: string;
|
|
521
|
-
level: "
|
|
521
|
+
level: "warning" | "info" | "error";
|
|
522
522
|
nodeName?: string | undefined;
|
|
523
523
|
nodeId?: string | undefined;
|
|
524
524
|
}[];
|
|
525
|
-
id: string;
|
|
526
525
|
name: string;
|
|
526
|
+
id: string;
|
|
527
527
|
active: boolean;
|
|
528
528
|
numberOfExecutions: number;
|
|
529
529
|
lastUpdatedAt: Date;
|
|
@@ -539,7 +539,7 @@ declare const breakingChangeReportResultDataSchema: z.ZodObject<{
|
|
|
539
539
|
ruleId: string;
|
|
540
540
|
ruleTitle: string;
|
|
541
541
|
ruleDescription: string;
|
|
542
|
-
ruleSeverity: "
|
|
542
|
+
ruleSeverity: "low" | "medium" | "critical";
|
|
543
543
|
recommendations: {
|
|
544
544
|
description: string;
|
|
545
545
|
action: string;
|
|
@@ -547,7 +547,7 @@ declare const breakingChangeReportResultDataSchema: z.ZodObject<{
|
|
|
547
547
|
instanceIssues: {
|
|
548
548
|
description: string;
|
|
549
549
|
title: string;
|
|
550
|
-
level: "
|
|
550
|
+
level: "warning" | "info" | "error";
|
|
551
551
|
}[];
|
|
552
552
|
ruleDocumentationUrl?: string | undefined;
|
|
553
553
|
}[];
|
|
@@ -555,7 +555,7 @@ declare const breakingChangeReportResultDataSchema: z.ZodObject<{
|
|
|
555
555
|
ruleId: string;
|
|
556
556
|
ruleTitle: string;
|
|
557
557
|
ruleDescription: string;
|
|
558
|
-
ruleSeverity: "
|
|
558
|
+
ruleSeverity: "low" | "medium" | "critical";
|
|
559
559
|
recommendations: {
|
|
560
560
|
description: string;
|
|
561
561
|
action: string;
|
|
@@ -564,12 +564,12 @@ declare const breakingChangeReportResultDataSchema: z.ZodObject<{
|
|
|
564
564
|
issues: {
|
|
565
565
|
description: string;
|
|
566
566
|
title: string;
|
|
567
|
-
level: "
|
|
567
|
+
level: "warning" | "info" | "error";
|
|
568
568
|
nodeName?: string | undefined;
|
|
569
569
|
nodeId?: string | undefined;
|
|
570
570
|
}[];
|
|
571
|
-
id: string;
|
|
572
571
|
name: string;
|
|
572
|
+
id: string;
|
|
573
573
|
active: boolean;
|
|
574
574
|
numberOfExecutions: number;
|
|
575
575
|
lastUpdatedAt: Date;
|
|
@@ -589,7 +589,7 @@ declare const breakingChangeReportResultDataSchema: z.ZodObject<{
|
|
|
589
589
|
ruleId: string;
|
|
590
590
|
ruleTitle: string;
|
|
591
591
|
ruleDescription: string;
|
|
592
|
-
ruleSeverity: "
|
|
592
|
+
ruleSeverity: "low" | "medium" | "critical";
|
|
593
593
|
recommendations: {
|
|
594
594
|
description: string;
|
|
595
595
|
action: string;
|
|
@@ -597,7 +597,7 @@ declare const breakingChangeReportResultDataSchema: z.ZodObject<{
|
|
|
597
597
|
instanceIssues: {
|
|
598
598
|
description: string;
|
|
599
599
|
title: string;
|
|
600
|
-
level: "
|
|
600
|
+
level: "warning" | "info" | "error";
|
|
601
601
|
}[];
|
|
602
602
|
ruleDocumentationUrl?: string | undefined;
|
|
603
603
|
}[];
|
|
@@ -605,7 +605,7 @@ declare const breakingChangeReportResultDataSchema: z.ZodObject<{
|
|
|
605
605
|
ruleId: string;
|
|
606
606
|
ruleTitle: string;
|
|
607
607
|
ruleDescription: string;
|
|
608
|
-
ruleSeverity: "
|
|
608
|
+
ruleSeverity: "low" | "medium" | "critical";
|
|
609
609
|
recommendations: {
|
|
610
610
|
description: string;
|
|
611
611
|
action: string;
|
|
@@ -614,12 +614,12 @@ declare const breakingChangeReportResultDataSchema: z.ZodObject<{
|
|
|
614
614
|
issues: {
|
|
615
615
|
description: string;
|
|
616
616
|
title: string;
|
|
617
|
-
level: "
|
|
617
|
+
level: "warning" | "info" | "error";
|
|
618
618
|
nodeName?: string | undefined;
|
|
619
619
|
nodeId?: string | undefined;
|
|
620
620
|
}[];
|
|
621
|
-
id: string;
|
|
622
621
|
name: string;
|
|
622
|
+
id: string;
|
|
623
623
|
active: boolean;
|
|
624
624
|
numberOfExecutions: number;
|
|
625
625
|
lastUpdatedAt: Date;
|
|
@@ -639,7 +639,7 @@ declare const breakingChangeReportResultDataSchema: z.ZodObject<{
|
|
|
639
639
|
ruleId: string;
|
|
640
640
|
ruleTitle: string;
|
|
641
641
|
ruleDescription: string;
|
|
642
|
-
ruleSeverity: "
|
|
642
|
+
ruleSeverity: "low" | "medium" | "critical";
|
|
643
643
|
recommendations: {
|
|
644
644
|
description: string;
|
|
645
645
|
action: string;
|
|
@@ -647,7 +647,7 @@ declare const breakingChangeReportResultDataSchema: z.ZodObject<{
|
|
|
647
647
|
instanceIssues: {
|
|
648
648
|
description: string;
|
|
649
649
|
title: string;
|
|
650
|
-
level: "
|
|
650
|
+
level: "warning" | "info" | "error";
|
|
651
651
|
}[];
|
|
652
652
|
ruleDocumentationUrl?: string | undefined;
|
|
653
653
|
}[];
|
|
@@ -655,7 +655,7 @@ declare const breakingChangeReportResultDataSchema: z.ZodObject<{
|
|
|
655
655
|
ruleId: string;
|
|
656
656
|
ruleTitle: string;
|
|
657
657
|
ruleDescription: string;
|
|
658
|
-
ruleSeverity: "
|
|
658
|
+
ruleSeverity: "low" | "medium" | "critical";
|
|
659
659
|
recommendations: {
|
|
660
660
|
description: string;
|
|
661
661
|
action: string;
|
|
@@ -664,12 +664,12 @@ declare const breakingChangeReportResultDataSchema: z.ZodObject<{
|
|
|
664
664
|
issues: {
|
|
665
665
|
description: string;
|
|
666
666
|
title: string;
|
|
667
|
-
level: "
|
|
667
|
+
level: "warning" | "info" | "error";
|
|
668
668
|
nodeName?: string | undefined;
|
|
669
669
|
nodeId?: string | undefined;
|
|
670
670
|
}[];
|
|
671
|
-
id: string;
|
|
672
671
|
name: string;
|
|
672
|
+
id: string;
|
|
673
673
|
active: boolean;
|
|
674
674
|
numberOfExecutions: number;
|
|
675
675
|
lastUpdatedAt: Date;
|
|
@@ -711,17 +711,17 @@ declare const breakingChangeLightReportResultDataSchema: z.ZodObject<{
|
|
|
711
711
|
}, "strip", z.ZodTypeAny, {
|
|
712
712
|
description: string;
|
|
713
713
|
title: string;
|
|
714
|
-
level: "
|
|
714
|
+
level: "warning" | "info" | "error";
|
|
715
715
|
}, {
|
|
716
716
|
description: string;
|
|
717
717
|
title: string;
|
|
718
|
-
level: "
|
|
718
|
+
level: "warning" | "info" | "error";
|
|
719
719
|
}>, "many">;
|
|
720
720
|
}, "strip", z.ZodTypeAny, {
|
|
721
721
|
ruleId: string;
|
|
722
722
|
ruleTitle: string;
|
|
723
723
|
ruleDescription: string;
|
|
724
|
-
ruleSeverity: "
|
|
724
|
+
ruleSeverity: "low" | "medium" | "critical";
|
|
725
725
|
recommendations: {
|
|
726
726
|
description: string;
|
|
727
727
|
action: string;
|
|
@@ -729,14 +729,14 @@ declare const breakingChangeLightReportResultDataSchema: z.ZodObject<{
|
|
|
729
729
|
instanceIssues: {
|
|
730
730
|
description: string;
|
|
731
731
|
title: string;
|
|
732
|
-
level: "
|
|
732
|
+
level: "warning" | "info" | "error";
|
|
733
733
|
}[];
|
|
734
734
|
ruleDocumentationUrl?: string | undefined;
|
|
735
735
|
}, {
|
|
736
736
|
ruleId: string;
|
|
737
737
|
ruleTitle: string;
|
|
738
738
|
ruleDescription: string;
|
|
739
|
-
ruleSeverity: "
|
|
739
|
+
ruleSeverity: "low" | "medium" | "critical";
|
|
740
740
|
recommendations: {
|
|
741
741
|
description: string;
|
|
742
742
|
action: string;
|
|
@@ -744,7 +744,7 @@ declare const breakingChangeLightReportResultDataSchema: z.ZodObject<{
|
|
|
744
744
|
instanceIssues: {
|
|
745
745
|
description: string;
|
|
746
746
|
title: string;
|
|
747
|
-
level: "
|
|
747
|
+
level: "warning" | "info" | "error";
|
|
748
748
|
}[];
|
|
749
749
|
ruleDocumentationUrl?: string | undefined;
|
|
750
750
|
}>, "many">;
|
|
@@ -782,13 +782,13 @@ declare const breakingChangeLightReportResultDataSchema: z.ZodObject<{
|
|
|
782
782
|
}, "strip", z.ZodTypeAny, {
|
|
783
783
|
description: string;
|
|
784
784
|
title: string;
|
|
785
|
-
level: "
|
|
785
|
+
level: "warning" | "info" | "error";
|
|
786
786
|
nodeName?: string | undefined;
|
|
787
787
|
nodeId?: string | undefined;
|
|
788
788
|
}, {
|
|
789
789
|
description: string;
|
|
790
790
|
title: string;
|
|
791
|
-
level: "
|
|
791
|
+
level: "warning" | "info" | "error";
|
|
792
792
|
nodeName?: string | undefined;
|
|
793
793
|
nodeId?: string | undefined;
|
|
794
794
|
}>, "many">;
|
|
@@ -796,12 +796,12 @@ declare const breakingChangeLightReportResultDataSchema: z.ZodObject<{
|
|
|
796
796
|
issues: {
|
|
797
797
|
description: string;
|
|
798
798
|
title: string;
|
|
799
|
-
level: "
|
|
799
|
+
level: "warning" | "info" | "error";
|
|
800
800
|
nodeName?: string | undefined;
|
|
801
801
|
nodeId?: string | undefined;
|
|
802
802
|
}[];
|
|
803
|
-
id: string;
|
|
804
803
|
name: string;
|
|
804
|
+
id: string;
|
|
805
805
|
active: boolean;
|
|
806
806
|
numberOfExecutions: number;
|
|
807
807
|
lastUpdatedAt: Date;
|
|
@@ -810,12 +810,12 @@ declare const breakingChangeLightReportResultDataSchema: z.ZodObject<{
|
|
|
810
810
|
issues: {
|
|
811
811
|
description: string;
|
|
812
812
|
title: string;
|
|
813
|
-
level: "
|
|
813
|
+
level: "warning" | "info" | "error";
|
|
814
814
|
nodeName?: string | undefined;
|
|
815
815
|
nodeId?: string | undefined;
|
|
816
816
|
}[];
|
|
817
|
-
id: string;
|
|
818
817
|
name: string;
|
|
818
|
+
id: string;
|
|
819
819
|
active: boolean;
|
|
820
820
|
numberOfExecutions: number;
|
|
821
821
|
lastUpdatedAt: Date;
|
|
@@ -827,7 +827,7 @@ declare const breakingChangeLightReportResultDataSchema: z.ZodObject<{
|
|
|
827
827
|
ruleId: string;
|
|
828
828
|
ruleTitle: string;
|
|
829
829
|
ruleDescription: string;
|
|
830
|
-
ruleSeverity: "
|
|
830
|
+
ruleSeverity: "low" | "medium" | "critical";
|
|
831
831
|
recommendations: {
|
|
832
832
|
description: string;
|
|
833
833
|
action: string;
|
|
@@ -838,7 +838,7 @@ declare const breakingChangeLightReportResultDataSchema: z.ZodObject<{
|
|
|
838
838
|
ruleId: string;
|
|
839
839
|
ruleTitle: string;
|
|
840
840
|
ruleDescription: string;
|
|
841
|
-
ruleSeverity: "
|
|
841
|
+
ruleSeverity: "low" | "medium" | "critical";
|
|
842
842
|
recommendations: {
|
|
843
843
|
description: string;
|
|
844
844
|
action: string;
|
|
@@ -854,7 +854,7 @@ declare const breakingChangeLightReportResultDataSchema: z.ZodObject<{
|
|
|
854
854
|
ruleId: string;
|
|
855
855
|
ruleTitle: string;
|
|
856
856
|
ruleDescription: string;
|
|
857
|
-
ruleSeverity: "
|
|
857
|
+
ruleSeverity: "low" | "medium" | "critical";
|
|
858
858
|
recommendations: {
|
|
859
859
|
description: string;
|
|
860
860
|
action: string;
|
|
@@ -862,7 +862,7 @@ declare const breakingChangeLightReportResultDataSchema: z.ZodObject<{
|
|
|
862
862
|
instanceIssues: {
|
|
863
863
|
description: string;
|
|
864
864
|
title: string;
|
|
865
|
-
level: "
|
|
865
|
+
level: "warning" | "info" | "error";
|
|
866
866
|
}[];
|
|
867
867
|
ruleDocumentationUrl?: string | undefined;
|
|
868
868
|
}[];
|
|
@@ -870,7 +870,7 @@ declare const breakingChangeLightReportResultDataSchema: z.ZodObject<{
|
|
|
870
870
|
ruleId: string;
|
|
871
871
|
ruleTitle: string;
|
|
872
872
|
ruleDescription: string;
|
|
873
|
-
ruleSeverity: "
|
|
873
|
+
ruleSeverity: "low" | "medium" | "critical";
|
|
874
874
|
recommendations: {
|
|
875
875
|
description: string;
|
|
876
876
|
action: string;
|
|
@@ -886,7 +886,7 @@ declare const breakingChangeLightReportResultDataSchema: z.ZodObject<{
|
|
|
886
886
|
ruleId: string;
|
|
887
887
|
ruleTitle: string;
|
|
888
888
|
ruleDescription: string;
|
|
889
|
-
ruleSeverity: "
|
|
889
|
+
ruleSeverity: "low" | "medium" | "critical";
|
|
890
890
|
recommendations: {
|
|
891
891
|
description: string;
|
|
892
892
|
action: string;
|
|
@@ -894,7 +894,7 @@ declare const breakingChangeLightReportResultDataSchema: z.ZodObject<{
|
|
|
894
894
|
instanceIssues: {
|
|
895
895
|
description: string;
|
|
896
896
|
title: string;
|
|
897
|
-
level: "
|
|
897
|
+
level: "warning" | "info" | "error";
|
|
898
898
|
}[];
|
|
899
899
|
ruleDocumentationUrl?: string | undefined;
|
|
900
900
|
}[];
|
|
@@ -902,7 +902,7 @@ declare const breakingChangeLightReportResultDataSchema: z.ZodObject<{
|
|
|
902
902
|
ruleId: string;
|
|
903
903
|
ruleTitle: string;
|
|
904
904
|
ruleDescription: string;
|
|
905
|
-
ruleSeverity: "
|
|
905
|
+
ruleSeverity: "low" | "medium" | "critical";
|
|
906
906
|
recommendations: {
|
|
907
907
|
description: string;
|
|
908
908
|
action: string;
|
|
@@ -922,7 +922,7 @@ declare const breakingChangeLightReportResultDataSchema: z.ZodObject<{
|
|
|
922
922
|
ruleId: string;
|
|
923
923
|
ruleTitle: string;
|
|
924
924
|
ruleDescription: string;
|
|
925
|
-
ruleSeverity: "
|
|
925
|
+
ruleSeverity: "low" | "medium" | "critical";
|
|
926
926
|
recommendations: {
|
|
927
927
|
description: string;
|
|
928
928
|
action: string;
|
|
@@ -930,7 +930,7 @@ declare const breakingChangeLightReportResultDataSchema: z.ZodObject<{
|
|
|
930
930
|
instanceIssues: {
|
|
931
931
|
description: string;
|
|
932
932
|
title: string;
|
|
933
|
-
level: "
|
|
933
|
+
level: "warning" | "info" | "error";
|
|
934
934
|
}[];
|
|
935
935
|
ruleDocumentationUrl?: string | undefined;
|
|
936
936
|
}[];
|
|
@@ -938,7 +938,7 @@ declare const breakingChangeLightReportResultDataSchema: z.ZodObject<{
|
|
|
938
938
|
ruleId: string;
|
|
939
939
|
ruleTitle: string;
|
|
940
940
|
ruleDescription: string;
|
|
941
|
-
ruleSeverity: "
|
|
941
|
+
ruleSeverity: "low" | "medium" | "critical";
|
|
942
942
|
recommendations: {
|
|
943
943
|
description: string;
|
|
944
944
|
action: string;
|
|
@@ -958,7 +958,7 @@ declare const breakingChangeLightReportResultDataSchema: z.ZodObject<{
|
|
|
958
958
|
ruleId: string;
|
|
959
959
|
ruleTitle: string;
|
|
960
960
|
ruleDescription: string;
|
|
961
|
-
ruleSeverity: "
|
|
961
|
+
ruleSeverity: "low" | "medium" | "critical";
|
|
962
962
|
recommendations: {
|
|
963
963
|
description: string;
|
|
964
964
|
action: string;
|
|
@@ -966,7 +966,7 @@ declare const breakingChangeLightReportResultDataSchema: z.ZodObject<{
|
|
|
966
966
|
instanceIssues: {
|
|
967
967
|
description: string;
|
|
968
968
|
title: string;
|
|
969
|
-
level: "
|
|
969
|
+
level: "warning" | "info" | "error";
|
|
970
970
|
}[];
|
|
971
971
|
ruleDocumentationUrl?: string | undefined;
|
|
972
972
|
}[];
|
|
@@ -974,7 +974,7 @@ declare const breakingChangeLightReportResultDataSchema: z.ZodObject<{
|
|
|
974
974
|
ruleId: string;
|
|
975
975
|
ruleTitle: string;
|
|
976
976
|
ruleDescription: string;
|
|
977
|
-
ruleSeverity: "
|
|
977
|
+
ruleSeverity: "low" | "medium" | "critical";
|
|
978
978
|
recommendations: {
|
|
979
979
|
description: string;
|
|
980
980
|
action: string;
|