@n8n/api-types 1.30.3 → 1.31.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.
Files changed (95) hide show
  1. package/dist/agent-builder-interactive.d.ts +5 -182
  2. package/dist/agent-builder-interactive.js +6 -50
  3. package/dist/agent-builder-interactive.js.map +1 -1
  4. package/dist/agents/agent-interaction.schema.d.ts +262 -0
  5. package/dist/agents/agent-interaction.schema.js +56 -0
  6. package/dist/agents/agent-interaction.schema.js.map +1 -0
  7. package/dist/agents/agent-json-config.schema.d.ts +1878 -752
  8. package/dist/agents/agent-json-config.schema.js +82 -1
  9. package/dist/agents/agent-json-config.schema.js.map +1 -1
  10. package/dist/agents/dto.d.ts +232 -103
  11. package/dist/agents/dto.js +8 -3
  12. package/dist/agents/dto.js.map +1 -1
  13. package/dist/agents/index.d.ts +2 -1
  14. package/dist/agents/index.js +2 -11
  15. package/dist/agents/index.js.map +1 -1
  16. package/dist/agents/rich-card.schema.d.ts +108 -108
  17. package/dist/agents/types.d.ts +39 -8
  18. package/dist/agents/types.js.map +1 -1
  19. package/dist/build.tsbuildinfo +1 -1
  20. package/dist/chat-hub.d.ts +85 -85
  21. package/dist/dto/ai/ai-ask-request.dto.d.ts +13 -13
  22. package/dist/dto/ai/ai-build-request.dto.d.ts +3 -3
  23. package/dist/dto/ai/ai-truncate-messages-request.dto.d.ts +1 -1
  24. package/dist/dto/api-keys/list-api-keys-query.dto.d.ts +1 -1
  25. package/dist/dto/data-table/list-data-table-query.dto.d.ts +4 -4
  26. package/dist/dto/dynamic-node-parameters/action-result-request.dto.d.ts +1 -1
  27. package/dist/dto/dynamic-node-parameters/base-dynamic-parameters-request.dto.d.ts +1 -1
  28. package/dist/dto/dynamic-node-parameters/options-request.dto.d.ts +1 -1
  29. package/dist/dto/dynamic-node-parameters/resource-locator-request.dto.d.ts +1 -1
  30. package/dist/dto/dynamic-node-parameters/resource-mapper-fields-request.dto.d.ts +1 -1
  31. package/dist/dto/evaluations/evaluation-config.dto.d.ts +78 -78
  32. package/dist/dto/folders/list-folder-query.dto.d.ts +2 -2
  33. package/dist/dto/index.d.ts +2 -0
  34. package/dist/dto/index.js +7 -3
  35. package/dist/dto/index.js.map +1 -1
  36. package/dist/dto/insights/list-workflow-query.dto.d.ts +1 -1
  37. package/dist/dto/instance-ai/instance-ai-confirm-request.dto.d.ts +8 -8
  38. package/dist/dto/instance-ai/instance-ai-rename-thread-request.dto.d.ts +1 -1
  39. package/dist/dto/oauth/oauth-client.dto.d.ts +4 -4
  40. package/dist/dto/oidc/config.dto.d.ts +1 -1
  41. package/dist/dto/packages/import-package-request.dto.d.ts +11 -5
  42. package/dist/dto/packages/import-package-request.dto.js +19 -19
  43. package/dist/dto/packages/import-package-request.dto.js.map +1 -1
  44. package/dist/dto/project/update-project.dto.d.ts +2 -2
  45. package/dist/dto/roles/role-member.schema.d.ts +2 -2
  46. package/dist/dto/roles/role-members-response.dto.d.ts +3 -3
  47. package/dist/dto/roles/role-project-members-response.dto.d.ts +3 -3
  48. package/dist/dto/roles/update-role.dto.d.ts +1 -1
  49. package/dist/dto/security-settings/security-policy.dto.d.ts +32 -0
  50. package/dist/dto/security-settings/security-policy.dto.js +17 -0
  51. package/dist/dto/security-settings/security-policy.dto.js.map +1 -0
  52. package/dist/dto/security-settings/security-settings.dto.d.ts +20 -0
  53. package/dist/dto/security-settings/security-settings.dto.js +4 -0
  54. package/dist/dto/security-settings/security-settings.dto.js.map +1 -1
  55. package/dist/dto/source-control/push-work-folder-request.dto.d.ts +9 -9
  56. package/dist/dto/variables/update-variable-request.dto.d.ts +1 -1
  57. package/dist/dto/workflow-history/update-workflow-history-version.dto.d.ts +1 -1
  58. package/dist/dto/workflows/activate-workflow.dto.d.ts +1 -1
  59. package/dist/dto/workflows/base-workflow.dto.d.ts +7 -7
  60. package/dist/dto/workflows/create-workflow.dto.d.ts +8 -8
  61. package/dist/dto/workflows/get-resource-dependencies.dto.d.ts +1 -1
  62. package/dist/dto/workflows/get-resource-dependency-counts.dto.d.ts +1 -1
  63. package/dist/dto/workflows/manual-run.dto.d.ts +112 -0
  64. package/dist/dto/workflows/manual-run.dto.js +51 -0
  65. package/dist/dto/workflows/manual-run.dto.js.map +1 -0
  66. package/dist/dto/workflows/update-workflow.dto.d.ts +8 -8
  67. package/dist/frontend-settings.d.ts +4 -0
  68. package/dist/index.d.ts +5 -3
  69. package/dist/index.js +8 -3
  70. package/dist/index.js.map +1 -1
  71. package/dist/instance-registry-types.d.ts +16 -16
  72. package/dist/schemas/agent-run-reducer.js +61 -1
  73. package/dist/schemas/agent-run-reducer.js.map +1 -1
  74. package/dist/schemas/breaking-changes.schema.d.ts +128 -128
  75. package/dist/schemas/credential-resolver.schema.d.ts +8 -8
  76. package/dist/schemas/credential-response.schema.d.ts +2 -2
  77. package/dist/schemas/data-table.schema.d.ts +6 -6
  78. package/dist/schemas/encryption-key.schema.d.ts +6 -6
  79. package/dist/schemas/eval-collections.schema.d.ts +3 -3
  80. package/dist/schemas/favorites.schema.d.ts +2 -2
  81. package/dist/schemas/favorites.schema.js +7 -1
  82. package/dist/schemas/favorites.schema.js.map +1 -1
  83. package/dist/schemas/insights.schema.d.ts +22 -22
  84. package/dist/schemas/instance-ai.schema.d.ts +599 -419
  85. package/dist/schemas/instance-ai.schema.js +55 -8
  86. package/dist/schemas/instance-ai.schema.js.map +1 -1
  87. package/dist/schemas/secrets-provider.schema.d.ts +16 -16
  88. package/dist/schemas/source-controlled-file.schema.d.ts +6 -6
  89. package/dist/schemas/user.schema.d.ts +18 -18
  90. package/dist/schemas/workflow-execution-status.schema.d.ts +4 -4
  91. package/dist/schemas/workflow-publication-status.schema.d.ts +2 -2
  92. package/dist/workflow-reviews-policy.d.ts +9 -0
  93. package/dist/workflow-reviews-policy.js +8 -0
  94. package/dist/workflow-reviews-policy.js.map +1 -0
  95. package/package.json +9 -8
@@ -21,13 +21,13 @@ declare const instanceIssueSchema: z.ZodObject<{
21
21
  description: z.ZodString;
22
22
  level: z.ZodEnum<["info", "warning", "error"]>;
23
23
  }, "strip", z.ZodTypeAny, {
24
- description: string;
25
24
  title: string;
26
- level: "error" | "info" | "warning";
27
- }, {
28
25
  description: string;
26
+ level: "error" | "warning" | "info";
27
+ }, {
29
28
  title: string;
30
- level: "error" | "info" | "warning";
29
+ description: string;
30
+ level: "error" | "warning" | "info";
31
31
  }>;
32
32
  export type BreakingChangeInstanceIssue = z.infer<typeof instanceIssueSchema>;
33
33
  declare const workflowIssueSchema: z.ZodObject<{
@@ -38,15 +38,15 @@ declare const workflowIssueSchema: z.ZodObject<{
38
38
  nodeId: z.ZodOptional<z.ZodString>;
39
39
  nodeName: z.ZodOptional<z.ZodString>;
40
40
  }, "strip", z.ZodTypeAny, {
41
- description: string;
42
41
  title: string;
43
- level: "error" | "info" | "warning";
42
+ description: string;
43
+ level: "error" | "warning" | "info";
44
44
  nodeName?: string | undefined;
45
45
  nodeId?: string | undefined;
46
46
  }, {
47
- description: string;
48
47
  title: string;
49
- level: "error" | "info" | "warning";
48
+ description: string;
49
+ level: "error" | "warning" | "info";
50
50
  nodeName?: string | undefined;
51
51
  nodeId?: string | undefined;
52
52
  }>;
@@ -66,43 +66,43 @@ declare const affectedWorkflowSchema: z.ZodObject<{
66
66
  nodeId: z.ZodOptional<z.ZodString>;
67
67
  nodeName: z.ZodOptional<z.ZodString>;
68
68
  }, "strip", z.ZodTypeAny, {
69
- description: string;
70
69
  title: string;
71
- level: "error" | "info" | "warning";
70
+ description: string;
71
+ level: "error" | "warning" | "info";
72
72
  nodeName?: string | undefined;
73
73
  nodeId?: string | undefined;
74
74
  }, {
75
- description: string;
76
75
  title: string;
77
- level: "error" | "info" | "warning";
76
+ description: string;
77
+ level: "error" | "warning" | "info";
78
78
  nodeName?: string | undefined;
79
79
  nodeId?: string | undefined;
80
80
  }>, "many">;
81
81
  }, "strip", z.ZodTypeAny, {
82
82
  issues: {
83
- description: string;
84
83
  title: string;
85
- level: "error" | "info" | "warning";
84
+ description: string;
85
+ level: "error" | "warning" | "info";
86
86
  nodeName?: string | undefined;
87
87
  nodeId?: string | undefined;
88
88
  }[];
89
- name: string;
90
- id: string;
91
89
  active: boolean;
90
+ id: string;
91
+ name: string;
92
92
  numberOfExecutions: number;
93
93
  lastUpdatedAt: Date;
94
94
  lastExecutedAt?: Date | undefined;
95
95
  }, {
96
96
  issues: {
97
- description: string;
98
97
  title: string;
99
- level: "error" | "info" | "warning";
98
+ description: string;
99
+ level: "error" | "warning" | "info";
100
100
  nodeName?: string | undefined;
101
101
  nodeId?: string | undefined;
102
102
  }[];
103
- name: string;
104
- id: string;
105
103
  active: boolean;
104
+ id: string;
105
+ name: string;
106
106
  numberOfExecutions: number;
107
107
  lastUpdatedAt: Date;
108
108
  lastExecutedAt?: Date | undefined;
@@ -130,13 +130,13 @@ declare const instanceRuleResultsSchema: z.ZodObject<{
130
130
  description: z.ZodString;
131
131
  level: z.ZodEnum<["info", "warning", "error"]>;
132
132
  }, "strip", z.ZodTypeAny, {
133
- description: string;
134
133
  title: string;
135
- level: "error" | "info" | "warning";
136
- }, {
137
134
  description: string;
135
+ level: "error" | "warning" | "info";
136
+ }, {
138
137
  title: string;
139
- level: "error" | "info" | "warning";
138
+ description: string;
139
+ level: "error" | "warning" | "info";
140
140
  }>, "many">;
141
141
  }, "strip", z.ZodTypeAny, {
142
142
  ruleId: string;
@@ -148,9 +148,9 @@ declare const instanceRuleResultsSchema: z.ZodObject<{
148
148
  action: string;
149
149
  }[];
150
150
  instanceIssues: {
151
- description: string;
152
151
  title: string;
153
- level: "error" | "info" | "warning";
152
+ description: string;
153
+ level: "error" | "warning" | "info";
154
154
  }[];
155
155
  ruleDocumentationUrl?: string | undefined;
156
156
  }, {
@@ -163,9 +163,9 @@ declare const instanceRuleResultsSchema: z.ZodObject<{
163
163
  action: string;
164
164
  }[];
165
165
  instanceIssues: {
166
- description: string;
167
166
  title: string;
168
- level: "error" | "info" | "warning";
167
+ description: string;
168
+ level: "error" | "warning" | "info";
169
169
  }[];
170
170
  ruleDocumentationUrl?: string | undefined;
171
171
  }>;
@@ -202,43 +202,43 @@ declare const workflowRuleResultsSchema: z.ZodObject<{
202
202
  nodeId: z.ZodOptional<z.ZodString>;
203
203
  nodeName: z.ZodOptional<z.ZodString>;
204
204
  }, "strip", z.ZodTypeAny, {
205
- description: string;
206
205
  title: string;
207
- level: "error" | "info" | "warning";
206
+ description: string;
207
+ level: "error" | "warning" | "info";
208
208
  nodeName?: string | undefined;
209
209
  nodeId?: string | undefined;
210
210
  }, {
211
- description: string;
212
211
  title: string;
213
- level: "error" | "info" | "warning";
212
+ description: string;
213
+ level: "error" | "warning" | "info";
214
214
  nodeName?: string | undefined;
215
215
  nodeId?: string | undefined;
216
216
  }>, "many">;
217
217
  }, "strip", z.ZodTypeAny, {
218
218
  issues: {
219
- description: string;
220
219
  title: string;
221
- level: "error" | "info" | "warning";
220
+ description: string;
221
+ level: "error" | "warning" | "info";
222
222
  nodeName?: string | undefined;
223
223
  nodeId?: string | undefined;
224
224
  }[];
225
- name: string;
226
- id: string;
227
225
  active: boolean;
226
+ id: string;
227
+ name: string;
228
228
  numberOfExecutions: number;
229
229
  lastUpdatedAt: Date;
230
230
  lastExecutedAt?: Date | undefined;
231
231
  }, {
232
232
  issues: {
233
- description: string;
234
233
  title: string;
235
- level: "error" | "info" | "warning";
234
+ description: string;
235
+ level: "error" | "warning" | "info";
236
236
  nodeName?: string | undefined;
237
237
  nodeId?: string | undefined;
238
238
  }[];
239
- name: string;
240
- id: string;
241
239
  active: boolean;
240
+ id: string;
241
+ name: string;
242
242
  numberOfExecutions: number;
243
243
  lastUpdatedAt: Date;
244
244
  lastExecutedAt?: Date | undefined;
@@ -254,15 +254,15 @@ declare const workflowRuleResultsSchema: z.ZodObject<{
254
254
  }[];
255
255
  affectedWorkflows: {
256
256
  issues: {
257
- description: string;
258
257
  title: string;
259
- level: "error" | "info" | "warning";
258
+ description: string;
259
+ level: "error" | "warning" | "info";
260
260
  nodeName?: string | undefined;
261
261
  nodeId?: string | undefined;
262
262
  }[];
263
- name: string;
264
- id: string;
265
263
  active: boolean;
264
+ id: string;
265
+ name: string;
266
266
  numberOfExecutions: number;
267
267
  lastUpdatedAt: Date;
268
268
  lastExecutedAt?: Date | undefined;
@@ -279,15 +279,15 @@ declare const workflowRuleResultsSchema: z.ZodObject<{
279
279
  }[];
280
280
  affectedWorkflows: {
281
281
  issues: {
282
- description: string;
283
282
  title: string;
284
- level: "error" | "info" | "warning";
283
+ description: string;
284
+ level: "error" | "warning" | "info";
285
285
  nodeName?: string | undefined;
286
286
  nodeId?: string | undefined;
287
287
  }[];
288
- name: string;
289
- id: string;
290
288
  active: boolean;
289
+ id: string;
290
+ name: string;
291
291
  numberOfExecutions: number;
292
292
  lastUpdatedAt: Date;
293
293
  lastExecutedAt?: Date | undefined;
@@ -322,13 +322,13 @@ declare const breakingChangeReportResultDataSchema: z.ZodObject<{
322
322
  description: z.ZodString;
323
323
  level: z.ZodEnum<["info", "warning", "error"]>;
324
324
  }, "strip", z.ZodTypeAny, {
325
- description: string;
326
325
  title: string;
327
- level: "error" | "info" | "warning";
328
- }, {
329
326
  description: string;
327
+ level: "error" | "warning" | "info";
328
+ }, {
330
329
  title: string;
331
- level: "error" | "info" | "warning";
330
+ description: string;
331
+ level: "error" | "warning" | "info";
332
332
  }>, "many">;
333
333
  }, "strip", z.ZodTypeAny, {
334
334
  ruleId: string;
@@ -340,9 +340,9 @@ declare const breakingChangeReportResultDataSchema: z.ZodObject<{
340
340
  action: string;
341
341
  }[];
342
342
  instanceIssues: {
343
- description: string;
344
343
  title: string;
345
- level: "error" | "info" | "warning";
344
+ description: string;
345
+ level: "error" | "warning" | "info";
346
346
  }[];
347
347
  ruleDocumentationUrl?: string | undefined;
348
348
  }, {
@@ -355,9 +355,9 @@ declare const breakingChangeReportResultDataSchema: z.ZodObject<{
355
355
  action: string;
356
356
  }[];
357
357
  instanceIssues: {
358
- description: string;
359
358
  title: string;
360
- level: "error" | "info" | "warning";
359
+ description: string;
360
+ level: "error" | "warning" | "info";
361
361
  }[];
362
362
  ruleDocumentationUrl?: string | undefined;
363
363
  }>, "many">;
@@ -393,43 +393,43 @@ declare const breakingChangeReportResultDataSchema: z.ZodObject<{
393
393
  nodeId: z.ZodOptional<z.ZodString>;
394
394
  nodeName: z.ZodOptional<z.ZodString>;
395
395
  }, "strip", z.ZodTypeAny, {
396
- description: string;
397
396
  title: string;
398
- level: "error" | "info" | "warning";
397
+ description: string;
398
+ level: "error" | "warning" | "info";
399
399
  nodeName?: string | undefined;
400
400
  nodeId?: string | undefined;
401
401
  }, {
402
- description: string;
403
402
  title: string;
404
- level: "error" | "info" | "warning";
403
+ description: string;
404
+ level: "error" | "warning" | "info";
405
405
  nodeName?: string | undefined;
406
406
  nodeId?: string | undefined;
407
407
  }>, "many">;
408
408
  }, "strip", z.ZodTypeAny, {
409
409
  issues: {
410
- description: string;
411
410
  title: string;
412
- level: "error" | "info" | "warning";
411
+ description: string;
412
+ level: "error" | "warning" | "info";
413
413
  nodeName?: string | undefined;
414
414
  nodeId?: string | undefined;
415
415
  }[];
416
- name: string;
417
- id: string;
418
416
  active: boolean;
417
+ id: string;
418
+ name: string;
419
419
  numberOfExecutions: number;
420
420
  lastUpdatedAt: Date;
421
421
  lastExecutedAt?: Date | undefined;
422
422
  }, {
423
423
  issues: {
424
- description: string;
425
424
  title: string;
426
- level: "error" | "info" | "warning";
425
+ description: string;
426
+ level: "error" | "warning" | "info";
427
427
  nodeName?: string | undefined;
428
428
  nodeId?: string | undefined;
429
429
  }[];
430
- name: string;
431
- id: string;
432
430
  active: boolean;
431
+ id: string;
432
+ name: string;
433
433
  numberOfExecutions: number;
434
434
  lastUpdatedAt: Date;
435
435
  lastExecutedAt?: Date | undefined;
@@ -445,15 +445,15 @@ declare const breakingChangeReportResultDataSchema: z.ZodObject<{
445
445
  }[];
446
446
  affectedWorkflows: {
447
447
  issues: {
448
- description: string;
449
448
  title: string;
450
- level: "error" | "info" | "warning";
449
+ description: string;
450
+ level: "error" | "warning" | "info";
451
451
  nodeName?: string | undefined;
452
452
  nodeId?: string | undefined;
453
453
  }[];
454
- name: string;
455
- id: string;
456
454
  active: boolean;
455
+ id: string;
456
+ name: string;
457
457
  numberOfExecutions: number;
458
458
  lastUpdatedAt: Date;
459
459
  lastExecutedAt?: Date | undefined;
@@ -470,15 +470,15 @@ declare const breakingChangeReportResultDataSchema: z.ZodObject<{
470
470
  }[];
471
471
  affectedWorkflows: {
472
472
  issues: {
473
- description: string;
474
473
  title: string;
475
- level: "error" | "info" | "warning";
474
+ description: string;
475
+ level: "error" | "warning" | "info";
476
476
  nodeName?: string | undefined;
477
477
  nodeId?: string | undefined;
478
478
  }[];
479
- name: string;
480
- id: string;
481
479
  active: boolean;
480
+ id: string;
481
+ name: string;
482
482
  numberOfExecutions: number;
483
483
  lastUpdatedAt: Date;
484
484
  lastExecutedAt?: Date | undefined;
@@ -499,9 +499,9 @@ declare const breakingChangeReportResultDataSchema: z.ZodObject<{
499
499
  action: string;
500
500
  }[];
501
501
  instanceIssues: {
502
- description: string;
503
502
  title: string;
504
- level: "error" | "info" | "warning";
503
+ description: string;
504
+ level: "error" | "warning" | "info";
505
505
  }[];
506
506
  ruleDocumentationUrl?: string | undefined;
507
507
  }[];
@@ -516,15 +516,15 @@ declare const breakingChangeReportResultDataSchema: z.ZodObject<{
516
516
  }[];
517
517
  affectedWorkflows: {
518
518
  issues: {
519
- description: string;
520
519
  title: string;
521
- level: "error" | "info" | "warning";
520
+ description: string;
521
+ level: "error" | "warning" | "info";
522
522
  nodeName?: string | undefined;
523
523
  nodeId?: string | undefined;
524
524
  }[];
525
- name: string;
526
- id: string;
527
525
  active: boolean;
526
+ id: string;
527
+ name: string;
528
528
  numberOfExecutions: number;
529
529
  lastUpdatedAt: Date;
530
530
  lastExecutedAt?: Date | undefined;
@@ -545,9 +545,9 @@ declare const breakingChangeReportResultDataSchema: z.ZodObject<{
545
545
  action: string;
546
546
  }[];
547
547
  instanceIssues: {
548
- description: string;
549
548
  title: string;
550
- level: "error" | "info" | "warning";
549
+ description: string;
550
+ level: "error" | "warning" | "info";
551
551
  }[];
552
552
  ruleDocumentationUrl?: string | undefined;
553
553
  }[];
@@ -562,15 +562,15 @@ declare const breakingChangeReportResultDataSchema: z.ZodObject<{
562
562
  }[];
563
563
  affectedWorkflows: {
564
564
  issues: {
565
- description: string;
566
565
  title: string;
567
- level: "error" | "info" | "warning";
566
+ description: string;
567
+ level: "error" | "warning" | "info";
568
568
  nodeName?: string | undefined;
569
569
  nodeId?: string | undefined;
570
570
  }[];
571
- name: string;
572
- id: string;
573
571
  active: boolean;
572
+ id: string;
573
+ name: string;
574
574
  numberOfExecutions: number;
575
575
  lastUpdatedAt: Date;
576
576
  lastExecutedAt?: Date | undefined;
@@ -595,9 +595,9 @@ declare const breakingChangeReportResultDataSchema: z.ZodObject<{
595
595
  action: string;
596
596
  }[];
597
597
  instanceIssues: {
598
- description: string;
599
598
  title: string;
600
- level: "error" | "info" | "warning";
599
+ description: string;
600
+ level: "error" | "warning" | "info";
601
601
  }[];
602
602
  ruleDocumentationUrl?: string | undefined;
603
603
  }[];
@@ -612,15 +612,15 @@ declare const breakingChangeReportResultDataSchema: z.ZodObject<{
612
612
  }[];
613
613
  affectedWorkflows: {
614
614
  issues: {
615
- description: string;
616
615
  title: string;
617
- level: "error" | "info" | "warning";
616
+ description: string;
617
+ level: "error" | "warning" | "info";
618
618
  nodeName?: string | undefined;
619
619
  nodeId?: string | undefined;
620
620
  }[];
621
- name: string;
622
- id: string;
623
621
  active: boolean;
622
+ id: string;
623
+ name: string;
624
624
  numberOfExecutions: number;
625
625
  lastUpdatedAt: Date;
626
626
  lastExecutedAt?: Date | undefined;
@@ -645,9 +645,9 @@ declare const breakingChangeReportResultDataSchema: z.ZodObject<{
645
645
  action: string;
646
646
  }[];
647
647
  instanceIssues: {
648
- description: string;
649
648
  title: string;
650
- level: "error" | "info" | "warning";
649
+ description: string;
650
+ level: "error" | "warning" | "info";
651
651
  }[];
652
652
  ruleDocumentationUrl?: string | undefined;
653
653
  }[];
@@ -662,15 +662,15 @@ declare const breakingChangeReportResultDataSchema: z.ZodObject<{
662
662
  }[];
663
663
  affectedWorkflows: {
664
664
  issues: {
665
- description: string;
666
665
  title: string;
667
- level: "error" | "info" | "warning";
666
+ description: string;
667
+ level: "error" | "warning" | "info";
668
668
  nodeName?: string | undefined;
669
669
  nodeId?: string | undefined;
670
670
  }[];
671
- name: string;
672
- id: string;
673
671
  active: boolean;
672
+ id: string;
673
+ name: string;
674
674
  numberOfExecutions: number;
675
675
  lastUpdatedAt: Date;
676
676
  lastExecutedAt?: Date | undefined;
@@ -709,13 +709,13 @@ declare const breakingChangeLightReportResultDataSchema: z.ZodObject<{
709
709
  description: z.ZodString;
710
710
  level: z.ZodEnum<["info", "warning", "error"]>;
711
711
  }, "strip", z.ZodTypeAny, {
712
- description: string;
713
712
  title: string;
714
- level: "error" | "info" | "warning";
715
- }, {
716
713
  description: string;
714
+ level: "error" | "warning" | "info";
715
+ }, {
717
716
  title: string;
718
- level: "error" | "info" | "warning";
717
+ description: string;
718
+ level: "error" | "warning" | "info";
719
719
  }>, "many">;
720
720
  }, "strip", z.ZodTypeAny, {
721
721
  ruleId: string;
@@ -727,9 +727,9 @@ declare const breakingChangeLightReportResultDataSchema: z.ZodObject<{
727
727
  action: string;
728
728
  }[];
729
729
  instanceIssues: {
730
- description: string;
731
730
  title: string;
732
- level: "error" | "info" | "warning";
731
+ description: string;
732
+ level: "error" | "warning" | "info";
733
733
  }[];
734
734
  ruleDocumentationUrl?: string | undefined;
735
735
  }, {
@@ -742,9 +742,9 @@ declare const breakingChangeLightReportResultDataSchema: z.ZodObject<{
742
742
  action: string;
743
743
  }[];
744
744
  instanceIssues: {
745
- description: string;
746
745
  title: string;
747
- level: "error" | "info" | "warning";
746
+ description: string;
747
+ level: "error" | "warning" | "info";
748
748
  }[];
749
749
  ruleDocumentationUrl?: string | undefined;
750
750
  }>, "many">;
@@ -780,43 +780,43 @@ declare const breakingChangeLightReportResultDataSchema: z.ZodObject<{
780
780
  nodeId: z.ZodOptional<z.ZodString>;
781
781
  nodeName: z.ZodOptional<z.ZodString>;
782
782
  }, "strip", z.ZodTypeAny, {
783
- description: string;
784
783
  title: string;
785
- level: "error" | "info" | "warning";
784
+ description: string;
785
+ level: "error" | "warning" | "info";
786
786
  nodeName?: string | undefined;
787
787
  nodeId?: string | undefined;
788
788
  }, {
789
- description: string;
790
789
  title: string;
791
- level: "error" | "info" | "warning";
790
+ description: string;
791
+ level: "error" | "warning" | "info";
792
792
  nodeName?: string | undefined;
793
793
  nodeId?: string | undefined;
794
794
  }>, "many">;
795
795
  }, "strip", z.ZodTypeAny, {
796
796
  issues: {
797
- description: string;
798
797
  title: string;
799
- level: "error" | "info" | "warning";
798
+ description: string;
799
+ level: "error" | "warning" | "info";
800
800
  nodeName?: string | undefined;
801
801
  nodeId?: string | undefined;
802
802
  }[];
803
- name: string;
804
- id: string;
805
803
  active: boolean;
804
+ id: string;
805
+ name: string;
806
806
  numberOfExecutions: number;
807
807
  lastUpdatedAt: Date;
808
808
  lastExecutedAt?: Date | undefined;
809
809
  }, {
810
810
  issues: {
811
- description: string;
812
811
  title: string;
813
- level: "error" | "info" | "warning";
812
+ description: string;
813
+ level: "error" | "warning" | "info";
814
814
  nodeName?: string | undefined;
815
815
  nodeId?: string | undefined;
816
816
  }[];
817
- name: string;
818
- id: string;
819
817
  active: boolean;
818
+ id: string;
819
+ name: string;
820
820
  numberOfExecutions: number;
821
821
  lastUpdatedAt: Date;
822
822
  lastExecutedAt?: Date | undefined;
@@ -860,9 +860,9 @@ declare const breakingChangeLightReportResultDataSchema: z.ZodObject<{
860
860
  action: string;
861
861
  }[];
862
862
  instanceIssues: {
863
- description: string;
864
863
  title: string;
865
- level: "error" | "info" | "warning";
864
+ description: string;
865
+ level: "error" | "warning" | "info";
866
866
  }[];
867
867
  ruleDocumentationUrl?: string | undefined;
868
868
  }[];
@@ -892,9 +892,9 @@ declare const breakingChangeLightReportResultDataSchema: z.ZodObject<{
892
892
  action: string;
893
893
  }[];
894
894
  instanceIssues: {
895
- description: string;
896
895
  title: string;
897
- level: "error" | "info" | "warning";
896
+ description: string;
897
+ level: "error" | "warning" | "info";
898
898
  }[];
899
899
  ruleDocumentationUrl?: string | undefined;
900
900
  }[];
@@ -928,9 +928,9 @@ declare const breakingChangeLightReportResultDataSchema: z.ZodObject<{
928
928
  action: string;
929
929
  }[];
930
930
  instanceIssues: {
931
- description: string;
932
931
  title: string;
933
- level: "error" | "info" | "warning";
932
+ description: string;
933
+ level: "error" | "warning" | "info";
934
934
  }[];
935
935
  ruleDocumentationUrl?: string | undefined;
936
936
  }[];
@@ -964,9 +964,9 @@ declare const breakingChangeLightReportResultDataSchema: z.ZodObject<{
964
964
  action: string;
965
965
  }[];
966
966
  instanceIssues: {
967
- description: string;
968
967
  title: string;
969
- level: "error" | "info" | "warning";
968
+ description: string;
969
+ level: "error" | "warning" | "info";
970
970
  }[];
971
971
  ruleDocumentationUrl?: string | undefined;
972
972
  }[];