@ampsec/platform-client 81.2.0 → 81.3.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.
|
@@ -866,6 +866,29 @@ export declare const _FlowActionButton: z.ZodObject<{
|
|
|
866
866
|
findingStatus: FindingStatus | null;
|
|
867
867
|
actionLabel: string;
|
|
868
868
|
}>;
|
|
869
|
+
export declare const _FlowLaunchAction: z.ZodObject<{
|
|
870
|
+
id: z.ZodString;
|
|
871
|
+
actions: z.ZodArray<z.ZodObject<{
|
|
872
|
+
actionId: z.ZodNullable<z.ZodString>;
|
|
873
|
+
}, "strip", z.ZodTypeAny, {
|
|
874
|
+
actionId: string | null;
|
|
875
|
+
}, {
|
|
876
|
+
actionId: string | null;
|
|
877
|
+
}>, "many">;
|
|
878
|
+
findingStatus: z.ZodNullable<z.ZodNativeEnum<typeof FindingStatus>>;
|
|
879
|
+
}, "strip", z.ZodTypeAny, {
|
|
880
|
+
id: string;
|
|
881
|
+
actions: {
|
|
882
|
+
actionId: string | null;
|
|
883
|
+
}[];
|
|
884
|
+
findingStatus: FindingStatus | null;
|
|
885
|
+
}, {
|
|
886
|
+
id: string;
|
|
887
|
+
actions: {
|
|
888
|
+
actionId: string | null;
|
|
889
|
+
}[];
|
|
890
|
+
findingStatus: FindingStatus | null;
|
|
891
|
+
}>;
|
|
869
892
|
export type FlowActionButton = z.infer<typeof _FlowActionButton>;
|
|
870
893
|
export declare const _FlowActions: z.ZodObject<{
|
|
871
894
|
includeInstructions: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -938,6 +961,29 @@ export declare const _FlowActions: z.ZodObject<{
|
|
|
938
961
|
findingStatus?: FindingStatus | null | undefined;
|
|
939
962
|
responseMessage?: string | undefined;
|
|
940
963
|
}>>;
|
|
964
|
+
launchActionsV2: z.ZodOptional<z.ZodObject<{
|
|
965
|
+
id: z.ZodString;
|
|
966
|
+
actions: z.ZodArray<z.ZodObject<{
|
|
967
|
+
actionId: z.ZodNullable<z.ZodString>;
|
|
968
|
+
}, "strip", z.ZodTypeAny, {
|
|
969
|
+
actionId: string | null;
|
|
970
|
+
}, {
|
|
971
|
+
actionId: string | null;
|
|
972
|
+
}>, "many">;
|
|
973
|
+
findingStatus: z.ZodNullable<z.ZodNativeEnum<typeof FindingStatus>>;
|
|
974
|
+
}, "strip", z.ZodTypeAny, {
|
|
975
|
+
id: string;
|
|
976
|
+
actions: {
|
|
977
|
+
actionId: string | null;
|
|
978
|
+
}[];
|
|
979
|
+
findingStatus: FindingStatus | null;
|
|
980
|
+
}, {
|
|
981
|
+
id: string;
|
|
982
|
+
actions: {
|
|
983
|
+
actionId: string | null;
|
|
984
|
+
}[];
|
|
985
|
+
findingStatus: FindingStatus | null;
|
|
986
|
+
}>>;
|
|
941
987
|
actionButtons: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
942
988
|
id: z.ZodString;
|
|
943
989
|
actions: z.ZodArray<z.ZodObject<{
|
|
@@ -991,6 +1037,13 @@ export declare const _FlowActions: z.ZodObject<{
|
|
|
991
1037
|
findingStatus?: FindingStatus | null | undefined;
|
|
992
1038
|
responseMessage?: string | undefined;
|
|
993
1039
|
} | undefined;
|
|
1040
|
+
launchActionsV2?: {
|
|
1041
|
+
id: string;
|
|
1042
|
+
actions: {
|
|
1043
|
+
actionId: string | null;
|
|
1044
|
+
}[];
|
|
1045
|
+
findingStatus: FindingStatus | null;
|
|
1046
|
+
} | undefined;
|
|
994
1047
|
actionButtons?: {
|
|
995
1048
|
id: string;
|
|
996
1049
|
actions: {
|
|
@@ -1026,6 +1079,13 @@ export declare const _FlowActions: z.ZodObject<{
|
|
|
1026
1079
|
findingStatus?: FindingStatus | null | undefined;
|
|
1027
1080
|
responseMessage?: string | undefined;
|
|
1028
1081
|
} | undefined;
|
|
1082
|
+
launchActionsV2?: {
|
|
1083
|
+
id: string;
|
|
1084
|
+
actions: {
|
|
1085
|
+
actionId: string | null;
|
|
1086
|
+
}[];
|
|
1087
|
+
findingStatus: FindingStatus | null;
|
|
1088
|
+
} | undefined;
|
|
1029
1089
|
actionButtons?: {
|
|
1030
1090
|
id: string;
|
|
1031
1091
|
actions: {
|
|
@@ -1388,6 +1448,29 @@ export declare const _FlowSpecDto: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
1388
1448
|
findingStatus?: FindingStatus | null | undefined;
|
|
1389
1449
|
responseMessage?: string | undefined;
|
|
1390
1450
|
}>>;
|
|
1451
|
+
launchActionsV2: z.ZodOptional<z.ZodObject<{
|
|
1452
|
+
id: z.ZodString;
|
|
1453
|
+
actions: z.ZodArray<z.ZodObject<{
|
|
1454
|
+
actionId: z.ZodNullable<z.ZodString>;
|
|
1455
|
+
}, "strip", z.ZodTypeAny, {
|
|
1456
|
+
actionId: string | null;
|
|
1457
|
+
}, {
|
|
1458
|
+
actionId: string | null;
|
|
1459
|
+
}>, "many">;
|
|
1460
|
+
findingStatus: z.ZodNullable<z.ZodNativeEnum<typeof FindingStatus>>;
|
|
1461
|
+
}, "strip", z.ZodTypeAny, {
|
|
1462
|
+
id: string;
|
|
1463
|
+
actions: {
|
|
1464
|
+
actionId: string | null;
|
|
1465
|
+
}[];
|
|
1466
|
+
findingStatus: FindingStatus | null;
|
|
1467
|
+
}, {
|
|
1468
|
+
id: string;
|
|
1469
|
+
actions: {
|
|
1470
|
+
actionId: string | null;
|
|
1471
|
+
}[];
|
|
1472
|
+
findingStatus: FindingStatus | null;
|
|
1473
|
+
}>>;
|
|
1391
1474
|
actionButtons: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1392
1475
|
id: z.ZodString;
|
|
1393
1476
|
actions: z.ZodArray<z.ZodObject<{
|
|
@@ -1441,6 +1524,13 @@ export declare const _FlowSpecDto: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
1441
1524
|
findingStatus?: FindingStatus | null | undefined;
|
|
1442
1525
|
responseMessage?: string | undefined;
|
|
1443
1526
|
} | undefined;
|
|
1527
|
+
launchActionsV2?: {
|
|
1528
|
+
id: string;
|
|
1529
|
+
actions: {
|
|
1530
|
+
actionId: string | null;
|
|
1531
|
+
}[];
|
|
1532
|
+
findingStatus: FindingStatus | null;
|
|
1533
|
+
} | undefined;
|
|
1444
1534
|
actionButtons?: {
|
|
1445
1535
|
id: string;
|
|
1446
1536
|
actions: {
|
|
@@ -1476,6 +1566,13 @@ export declare const _FlowSpecDto: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
1476
1566
|
findingStatus?: FindingStatus | null | undefined;
|
|
1477
1567
|
responseMessage?: string | undefined;
|
|
1478
1568
|
} | undefined;
|
|
1569
|
+
launchActionsV2?: {
|
|
1570
|
+
id: string;
|
|
1571
|
+
actions: {
|
|
1572
|
+
actionId: string | null;
|
|
1573
|
+
}[];
|
|
1574
|
+
findingStatus: FindingStatus | null;
|
|
1575
|
+
} | undefined;
|
|
1479
1576
|
actionButtons?: {
|
|
1480
1577
|
id: string;
|
|
1481
1578
|
actions: {
|
|
@@ -1665,6 +1762,13 @@ export declare const _FlowSpecDto: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
1665
1762
|
findingStatus?: FindingStatus | null | undefined;
|
|
1666
1763
|
responseMessage?: string | undefined;
|
|
1667
1764
|
} | undefined;
|
|
1765
|
+
launchActionsV2?: {
|
|
1766
|
+
id: string;
|
|
1767
|
+
actions: {
|
|
1768
|
+
actionId: string | null;
|
|
1769
|
+
}[];
|
|
1770
|
+
findingStatus: FindingStatus | null;
|
|
1771
|
+
} | undefined;
|
|
1668
1772
|
actionButtons?: {
|
|
1669
1773
|
id: string;
|
|
1670
1774
|
actions: {
|
|
@@ -1807,6 +1911,13 @@ export declare const _FlowSpecDto: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
1807
1911
|
findingStatus?: FindingStatus | null | undefined;
|
|
1808
1912
|
responseMessage?: string | undefined;
|
|
1809
1913
|
} | undefined;
|
|
1914
|
+
launchActionsV2?: {
|
|
1915
|
+
id: string;
|
|
1916
|
+
actions: {
|
|
1917
|
+
actionId: string | null;
|
|
1918
|
+
}[];
|
|
1919
|
+
findingStatus: FindingStatus | null;
|
|
1920
|
+
} | undefined;
|
|
1810
1921
|
actionButtons?: {
|
|
1811
1922
|
id: string;
|
|
1812
1923
|
actions: {
|
|
@@ -2165,6 +2276,29 @@ export declare const _FlowSpecUpsertDto: z.ZodObject<z.objectUtil.extendShape<Om
|
|
|
2165
2276
|
findingStatus?: FindingStatus | null | undefined;
|
|
2166
2277
|
responseMessage?: string | undefined;
|
|
2167
2278
|
}>>;
|
|
2279
|
+
launchActionsV2: z.ZodOptional<z.ZodObject<{
|
|
2280
|
+
id: z.ZodString;
|
|
2281
|
+
actions: z.ZodArray<z.ZodObject<{
|
|
2282
|
+
actionId: z.ZodNullable<z.ZodString>;
|
|
2283
|
+
}, "strip", z.ZodTypeAny, {
|
|
2284
|
+
actionId: string | null;
|
|
2285
|
+
}, {
|
|
2286
|
+
actionId: string | null;
|
|
2287
|
+
}>, "many">;
|
|
2288
|
+
findingStatus: z.ZodNullable<z.ZodNativeEnum<typeof FindingStatus>>;
|
|
2289
|
+
}, "strip", z.ZodTypeAny, {
|
|
2290
|
+
id: string;
|
|
2291
|
+
actions: {
|
|
2292
|
+
actionId: string | null;
|
|
2293
|
+
}[];
|
|
2294
|
+
findingStatus: FindingStatus | null;
|
|
2295
|
+
}, {
|
|
2296
|
+
id: string;
|
|
2297
|
+
actions: {
|
|
2298
|
+
actionId: string | null;
|
|
2299
|
+
}[];
|
|
2300
|
+
findingStatus: FindingStatus | null;
|
|
2301
|
+
}>>;
|
|
2168
2302
|
actionButtons: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2169
2303
|
id: z.ZodString;
|
|
2170
2304
|
actions: z.ZodArray<z.ZodObject<{
|
|
@@ -2218,6 +2352,13 @@ export declare const _FlowSpecUpsertDto: z.ZodObject<z.objectUtil.extendShape<Om
|
|
|
2218
2352
|
findingStatus?: FindingStatus | null | undefined;
|
|
2219
2353
|
responseMessage?: string | undefined;
|
|
2220
2354
|
} | undefined;
|
|
2355
|
+
launchActionsV2?: {
|
|
2356
|
+
id: string;
|
|
2357
|
+
actions: {
|
|
2358
|
+
actionId: string | null;
|
|
2359
|
+
}[];
|
|
2360
|
+
findingStatus: FindingStatus | null;
|
|
2361
|
+
} | undefined;
|
|
2221
2362
|
actionButtons?: {
|
|
2222
2363
|
id: string;
|
|
2223
2364
|
actions: {
|
|
@@ -2253,6 +2394,13 @@ export declare const _FlowSpecUpsertDto: z.ZodObject<z.objectUtil.extendShape<Om
|
|
|
2253
2394
|
findingStatus?: FindingStatus | null | undefined;
|
|
2254
2395
|
responseMessage?: string | undefined;
|
|
2255
2396
|
} | undefined;
|
|
2397
|
+
launchActionsV2?: {
|
|
2398
|
+
id: string;
|
|
2399
|
+
actions: {
|
|
2400
|
+
actionId: string | null;
|
|
2401
|
+
}[];
|
|
2402
|
+
findingStatus: FindingStatus | null;
|
|
2403
|
+
} | undefined;
|
|
2256
2404
|
actionButtons?: {
|
|
2257
2405
|
id: string;
|
|
2258
2406
|
actions: {
|
|
@@ -2447,6 +2595,13 @@ export declare const _FlowSpecUpsertDto: z.ZodObject<z.objectUtil.extendShape<Om
|
|
|
2447
2595
|
findingStatus?: FindingStatus | null | undefined;
|
|
2448
2596
|
responseMessage?: string | undefined;
|
|
2449
2597
|
} | undefined;
|
|
2598
|
+
launchActionsV2?: {
|
|
2599
|
+
id: string;
|
|
2600
|
+
actions: {
|
|
2601
|
+
actionId: string | null;
|
|
2602
|
+
}[];
|
|
2603
|
+
findingStatus: FindingStatus | null;
|
|
2604
|
+
} | undefined;
|
|
2450
2605
|
actionButtons?: {
|
|
2451
2606
|
id: string;
|
|
2452
2607
|
actions: {
|
|
@@ -2581,6 +2736,13 @@ export declare const _FlowSpecUpsertDto: z.ZodObject<z.objectUtil.extendShape<Om
|
|
|
2581
2736
|
findingStatus?: FindingStatus | null | undefined;
|
|
2582
2737
|
responseMessage?: string | undefined;
|
|
2583
2738
|
} | undefined;
|
|
2739
|
+
launchActionsV2?: {
|
|
2740
|
+
id: string;
|
|
2741
|
+
actions: {
|
|
2742
|
+
actionId: string | null;
|
|
2743
|
+
}[];
|
|
2744
|
+
findingStatus: FindingStatus | null;
|
|
2745
|
+
} | undefined;
|
|
2584
2746
|
actionButtons?: {
|
|
2585
2747
|
id: string;
|
|
2586
2748
|
actions: {
|
|
@@ -2742,6 +2904,29 @@ export declare const _FlowSpecFilter: z.ZodObject<z.objectUtil.extendShape<z.obj
|
|
|
2742
2904
|
findingStatus?: FindingStatus | null | undefined;
|
|
2743
2905
|
responseMessage?: string | undefined;
|
|
2744
2906
|
}>>;
|
|
2907
|
+
launchActionsV2: z.ZodOptional<z.ZodObject<{
|
|
2908
|
+
id: z.ZodString;
|
|
2909
|
+
actions: z.ZodArray<z.ZodObject<{
|
|
2910
|
+
actionId: z.ZodNullable<z.ZodString>;
|
|
2911
|
+
}, "strip", z.ZodTypeAny, {
|
|
2912
|
+
actionId: string | null;
|
|
2913
|
+
}, {
|
|
2914
|
+
actionId: string | null;
|
|
2915
|
+
}>, "many">;
|
|
2916
|
+
findingStatus: z.ZodNullable<z.ZodNativeEnum<typeof FindingStatus>>;
|
|
2917
|
+
}, "strip", z.ZodTypeAny, {
|
|
2918
|
+
id: string;
|
|
2919
|
+
actions: {
|
|
2920
|
+
actionId: string | null;
|
|
2921
|
+
}[];
|
|
2922
|
+
findingStatus: FindingStatus | null;
|
|
2923
|
+
}, {
|
|
2924
|
+
id: string;
|
|
2925
|
+
actions: {
|
|
2926
|
+
actionId: string | null;
|
|
2927
|
+
}[];
|
|
2928
|
+
findingStatus: FindingStatus | null;
|
|
2929
|
+
}>>;
|
|
2745
2930
|
actionButtons: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2746
2931
|
id: z.ZodString;
|
|
2747
2932
|
actions: z.ZodArray<z.ZodObject<{
|
|
@@ -2795,6 +2980,13 @@ export declare const _FlowSpecFilter: z.ZodObject<z.objectUtil.extendShape<z.obj
|
|
|
2795
2980
|
findingStatus?: FindingStatus | null | undefined;
|
|
2796
2981
|
responseMessage?: string | undefined;
|
|
2797
2982
|
} | undefined;
|
|
2983
|
+
launchActionsV2?: {
|
|
2984
|
+
id: string;
|
|
2985
|
+
actions: {
|
|
2986
|
+
actionId: string | null;
|
|
2987
|
+
}[];
|
|
2988
|
+
findingStatus: FindingStatus | null;
|
|
2989
|
+
} | undefined;
|
|
2798
2990
|
actionButtons?: {
|
|
2799
2991
|
id: string;
|
|
2800
2992
|
actions: {
|
|
@@ -2830,6 +3022,13 @@ export declare const _FlowSpecFilter: z.ZodObject<z.objectUtil.extendShape<z.obj
|
|
|
2830
3022
|
findingStatus?: FindingStatus | null | undefined;
|
|
2831
3023
|
responseMessage?: string | undefined;
|
|
2832
3024
|
} | undefined;
|
|
3025
|
+
launchActionsV2?: {
|
|
3026
|
+
id: string;
|
|
3027
|
+
actions: {
|
|
3028
|
+
actionId: string | null;
|
|
3029
|
+
}[];
|
|
3030
|
+
findingStatus: FindingStatus | null;
|
|
3031
|
+
} | undefined;
|
|
2833
3032
|
actionButtons?: {
|
|
2834
3033
|
id: string;
|
|
2835
3034
|
actions: {
|
|
@@ -3114,6 +3313,13 @@ export declare const _FlowSpecFilter: z.ZodObject<z.objectUtil.extendShape<z.obj
|
|
|
3114
3313
|
findingStatus?: FindingStatus | null | undefined;
|
|
3115
3314
|
responseMessage?: string | undefined;
|
|
3116
3315
|
} | undefined;
|
|
3316
|
+
launchActionsV2?: {
|
|
3317
|
+
id: string;
|
|
3318
|
+
actions: {
|
|
3319
|
+
actionId: string | null;
|
|
3320
|
+
}[];
|
|
3321
|
+
findingStatus: FindingStatus | null;
|
|
3322
|
+
} | undefined;
|
|
3117
3323
|
actionButtons?: {
|
|
3118
3324
|
id: string;
|
|
3119
3325
|
actions: {
|
|
@@ -3241,6 +3447,13 @@ export declare const _FlowSpecFilter: z.ZodObject<z.objectUtil.extendShape<z.obj
|
|
|
3241
3447
|
findingStatus?: FindingStatus | null | undefined;
|
|
3242
3448
|
responseMessage?: string | undefined;
|
|
3243
3449
|
} | undefined;
|
|
3450
|
+
launchActionsV2?: {
|
|
3451
|
+
id: string;
|
|
3452
|
+
actions: {
|
|
3453
|
+
actionId: string | null;
|
|
3454
|
+
}[];
|
|
3455
|
+
findingStatus: FindingStatus | null;
|
|
3456
|
+
} | undefined;
|
|
3244
3457
|
actionButtons?: {
|
|
3245
3458
|
id: string;
|
|
3246
3459
|
actions: {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports._ActiveEngagementFilterCriteria = exports._ActiveEngagement = exports._EngagementState = exports.EngagementState = exports._FlowSpecFilter = exports._FlowSpecUpsertDto = exports._FlowSpecDto = exports._TeamsChannelRedirection = exports._SlackChannelRedirection = exports.EngagementRedirectionKind = exports._EngagementEscalationConfig = exports._FlowRewardsConfig = exports._FlowActions = exports._FlowActionButton = exports._FlowInterval = exports._FlowFilter = exports._AmplifierCohortDto = exports.CohortKind = exports._FlowTriggerFilter = exports._FlowSpecCreateDto = exports._FlowStateFilter = exports._FlowStateUpsertDto = exports._FlowStateDto = exports._FlowStateStatusDto = exports._FlowHistoryEntry = exports._FlowSystemEventDto = exports._FlowTriggerEventDto = exports.FlowSpecStatusKind = exports.CUSTOM_FINDINGS_CID = exports.EMAIL_CID = void 0;
|
|
3
|
+
exports._ActiveEngagementFilterCriteria = exports._ActiveEngagement = exports._EngagementState = exports.EngagementState = exports._FlowSpecFilter = exports._FlowSpecUpsertDto = exports._FlowSpecDto = exports._TeamsChannelRedirection = exports._SlackChannelRedirection = exports.EngagementRedirectionKind = exports._EngagementEscalationConfig = exports._FlowRewardsConfig = exports._FlowActions = exports._FlowLaunchAction = exports._FlowActionButton = exports._FlowInterval = exports._FlowFilter = exports._AmplifierCohortDto = exports.CohortKind = exports._FlowTriggerFilter = exports._FlowSpecCreateDto = exports._FlowStateFilter = exports._FlowStateUpsertDto = exports._FlowStateDto = exports._FlowStateStatusDto = exports._FlowHistoryEntry = exports._FlowSystemEventDto = exports._FlowTriggerEventDto = exports.FlowSpecStatusKind = exports.CUSTOM_FINDINGS_CID = exports.EMAIL_CID = void 0;
|
|
4
4
|
const zod_1 = require("zod");
|
|
5
5
|
const base_dto_1 = require("./base.dto");
|
|
6
6
|
const FilterCriteria_1 = require("../FilterCriteria");
|
|
@@ -129,6 +129,16 @@ exports._FlowActionButton = zod_1.z.object({
|
|
|
129
129
|
findingStatus: zod_1.z.nativeEnum(enums_1.FindingStatus).nullable(),
|
|
130
130
|
actionLabel: zod_1.z.string().max(24),
|
|
131
131
|
});
|
|
132
|
+
exports._FlowLaunchAction = zod_1.z.object({
|
|
133
|
+
id: zod_1.z.string(),
|
|
134
|
+
actions: zod_1.z
|
|
135
|
+
.object({
|
|
136
|
+
actionId: zod_1.z.string().nullable(),
|
|
137
|
+
})
|
|
138
|
+
.array()
|
|
139
|
+
.max(6),
|
|
140
|
+
findingStatus: zod_1.z.nativeEnum(enums_1.FindingStatus).nullable(),
|
|
141
|
+
});
|
|
132
142
|
const _FlowActionDetails = zod_1.z.object({
|
|
133
143
|
actionId: zod_1.z.string().nullable(),
|
|
134
144
|
findingStatus: zod_1.z.nativeEnum(enums_1.FindingStatus).optional().nullable(),
|
|
@@ -158,6 +168,7 @@ exports._FlowActions = zod_1.z.object({
|
|
|
158
168
|
resolveNowAction: _FlowActionDetails.optional(),
|
|
159
169
|
scheduleResolutionAction: _FlowActionDetails.optional(),
|
|
160
170
|
launchAction: _FlowActionDetails.optional(),
|
|
171
|
+
launchActionsV2: exports._FlowLaunchAction.optional(),
|
|
161
172
|
// TODO: validate and adjust max actions supported after v0
|
|
162
173
|
actionButtons: zod_1.z.array(exports._FlowActionButton).max(6).optional(),
|
|
163
174
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"flows.dto.js","sourceRoot":"","sources":["../../../src/dto/flows.dto.ts"],"names":[],"mappings":";;;AAAA,6BAAsB;AACtB,yCAAoD;AACpD,sDAAiE;AACjE,mCAAsC;AAEzB,QAAA,SAAS,GAAG,cAAc,CAAC;AAC3B,QAAA,mBAAmB,GAAG,cAAc,CAAC;AAElD,IAAY,kBAMX;AAND,WAAY,kBAAkB;IAC5B,uCAAiB,CAAA;IACjB,uCAAiB,CAAA;IACjB,qCAAe,CAAA;IACf,qCAAe,CAAA;IACf,yCAAmB,CAAA;AACrB,CAAC,EANW,kBAAkB,kCAAlB,kBAAkB,QAM7B;AAED;;;;GAIG;AACU,QAAA,oBAAoB,GAAG,OAAC,CAAC,MAAM,CAAC;IAC3C,IAAI,EAAE,OAAC,CAAC,MAAM,EAAE;IAChB,GAAG,EAAE,OAAC,CAAC,MAAM,EAAE;IACf,aAAa,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACpC,GAAG,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC1B,IAAI,EAAE,OAAC;SACJ,MAAM,CAAC;QACN,GAAG,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;QAC1B,KAAK,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;KAC7B,CAAC;SACD,QAAQ,EAAE;IACb,MAAM,EAAE,OAAC;SACN,MAAM,CAAC;QACN,GAAG,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;QAC1B,EAAE,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;QACzB,GAAG,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;KAC3B,CAAC;SACD,QAAQ,EAAE;IACb,OAAO,EAAE,OAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;CAChC,CAAC,CAAC;AAIU,QAAA,mBAAmB,GAAG,OAAC,CAAC,MAAM,CAAC;IAC1C,IAAI,EAAE,OAAC,CAAC,MAAM,EAAE;IAChB,MAAM,EAAE,OAAC,CAAC,MAAM,EAAE;IAClB,aAAa,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACpC,OAAO,EAAE,OAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;IAC/B,KAAK,EAAE,OAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;CAC9B,CAAC,CAAC;AAIU,QAAA,iBAAiB,GAAG,OAAC,CAAC,MAAM,CAAC;IACxC,QAAQ,EAAE,OAAC,CAAC,MAAM,EAAE;IACpB,EAAE,EAAE,OAAC,CAAC,MAAM,EAAE;IACd,CAAC,EAAE,4BAAoB,CAAC,KAAK,CAAC,2BAAmB,CAAC,CAAC,OAAO,EAAE;CAC7D,CAAC,CAAC;AAGH;;;;GAIG;AACU,QAAA,mBAAmB,GAAG,OAAC,CAAC,IAAI,CAAC,CAAC,SAAS,EAAE,OAAO,EAAE,SAAS,EAAE,WAAW,EAAE,SAAS,CAAC,CAAC,CAAC;AAGtF,QAAA,aAAa,GAAG,mBAAQ,CAAC,MAAM,CAAC;IAC3C,kCAAkC;IAClC,MAAM,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC7B,GAAG,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC1B,GAAG,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC1B,MAAM,EAAE,2BAAmB;IAC3B,UAAU,EAAE,OAAC,CAAC,UAAU,CAAC,kBAAkB,CAAC,CAAC,QAAQ,EAAE;IACvD,QAAQ,EAAE,OAAC,CAAC,MAAM,EAAE;IACpB,UAAU,EAAE,OAAC,CAAC,MAAM,EAAE;IACtB,WAAW,EAAE,OAAC,CAAC,MAAM,EAAE;IACvB,OAAO,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC9B,OAAO,EAAE,OAAC,CAAC,KAAK,CAAC,yBAAiB,CAAC;IACnC,SAAS,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;CACjC,CAAC,CAAC;AAIU,QAAA,mBAAmB,GAAG,qBAAa,CAAC,KAAK,CAAC,yBAAc,CAAC,CAAC;AAG1D,QAAA,gBAAgB,GAAG,qBAAa,CAAC,IAAI,CAAC,EAAC,OAAO,EAAE,IAAI,EAAC,CAAC,CAAC,OAAO,EAAE,CAAC,KAAK,CAAC,kCAAiB,CAAC,CAAC,KAAK,CAAC,4BAAW,CAAC,CAAC;AAG1H;;;;GAIG;AACU,QAAA,kBAAkB,GAAG,OAAC,CAAC,MAAM,CAAC;IACzC,IAAI,EAAE,OAAC,CAAC,MAAM,EAAE;IAChB,WAAW,EAAE,OAAC,CAAC,MAAM,EAAE;CACxB,CAAC,CAAC;AAGH,MAAM,YAAY,GAAG,OAAC,CAAC,MAAM,CAAC;IAC5B,EAAE,EAAE,OAAC,CAAC,MAAM,EAAE;IACd,YAAY,EAAE,OAAC,CAAC,MAAM,EAAE;IACxB,GAAG,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC1B,SAAS,EAAE,OAAC,CAAC,MAAM,EAAE;CACtB,CAAC,CAAC;AAIU,QAAA,kBAAkB,GAAG,OAAC,CAAC,MAAM,CAAC;IACzC,OAAO,EAAE,OAAC,CAAC,KAAK,CAAC,YAAY,CAAC;IAC9B,MAAM,EAAE,OAAC,CAAC,MAAM,CAAC,OAAC,CAAC,OAAO,EAAE,CAAC,CAAC,QAAQ,EAAE;CACzC,CAAC,CAAC;AAGH,IAAY,UAKX;AALD,WAAY,UAAU;IACpB,2CAA6B,CAAA;IAC7B,uCAAyB,CAAA;IACzB,2BAAa,CAAA;IACb,mDAAqC,CAAA;AACvC,CAAC,EALW,UAAU,0BAAV,UAAU,QAKrB;AACY,QAAA,mBAAmB,GAAG,OAAC,CAAC,MAAM,CAAC;IAC1C,EAAE,EAAE,OAAC,CAAC,MAAM,EAAE;IACd,IAAI,EAAE,OAAC,CAAC,UAAU,CAAC,UAAU,CAAC;IAC9B,YAAY,EAAE,OAAC,CAAC,MAAM,EAAE;IACxB,KAAK,EAAE,OAAC,CAAC,MAAM,EAAE;IACjB,SAAS,EAAE,OAAC,CAAC,OAAO,EAAE;CACvB,CAAC,CAAC;AAEU,QAAA,WAAW,GAAG,OAAC,CAAC,MAAM,CAAC;IAClC,OAAO,EAAE,OAAC,CAAC,KAAK,CAAC,2BAAmB,CAAC,QAAQ,EAAE,CAAC;IAChD,MAAM,EAAE,OAAC,CAAC,MAAM,CAAC,OAAC,CAAC,OAAO,EAAE,CAAC,CAAC,QAAQ,EAAE;CACzC,CAAC,CAAC;AACH,MAAM,SAAS,GAAG,OAAC,CAAC,MAAM,CAAC;IACzB,IAAI,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;CAC5B,CAAC,CAAC;AACU,QAAA,aAAa,GAAG,OAAC,CAAC,MAAM,CAAC;IACpC,OAAO,EAAE,OAAC,CAAC,MAAM,EAAE;IACnB,KAAK,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC5B,KAAK,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;CAC7B,CAAC,CAAC;AAGU,QAAA,iBAAiB,GAAG,OAAC,CAAC,MAAM,CAAC;IACxC,EAAE,EAAE,OAAC,CAAC,MAAM,EAAE;IACd,OAAO,EAAE,OAAC;SACP,MAAM,CAAC;QACN,QAAQ,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;KAChC,CAAC;SACD,KAAK,EAAE;IACV,aAAa,EAAE,OAAC,CAAC,UAAU,CAAC,qBAAa,CAAC,CAAC,QAAQ,EAAE;IACrD,WAAW,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,EAAE,CAAC;CAChC,CAAC,CAAC;AAIH,MAAM,kBAAkB,GAAG,OAAC,CAAC,MAAM,CAAC;IAClC,QAAQ,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC/B,aAAa,EAAE,OAAC,CAAC,UAAU,CAAC,qBAAa,CAAC,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE;IAChE,eAAe,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;CACvC,CAAC,CAAC;AAEU,QAAA,YAAY,GAAG,OAAC,CAAC,MAAM,CAAC;IACnC,mBAAmB,EAAE,OAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;IAC3C,mBAAmB,EAAE,OAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;IAC3C,uCAAuC;IACvC;;OAEG;IACH,kBAAkB,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACzC,gBAAgB,EAAE,kBAAkB,CAAC,QAAQ,EAAE;IAC/C;;OAEG;IACH,oBAAoB,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC3C;;OAEG;IACH,mBAAmB,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAE1C;;OAEG;IACH,kBAAkB,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACzC,gBAAgB,EAAE,kBAAkB,CAAC,QAAQ,EAAE;IAE/C,wBAAwB,EAAE,kBAAkB,CAAC,QAAQ,EAAE;
|
|
1
|
+
{"version":3,"file":"flows.dto.js","sourceRoot":"","sources":["../../../src/dto/flows.dto.ts"],"names":[],"mappings":"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"}
|
|
@@ -256,6 +256,29 @@ export declare const _PlatformFlowSpecUpsertDto: z.ZodObject<z.objectUtil.extend
|
|
|
256
256
|
findingStatus?: import("..").FindingStatus | null | undefined;
|
|
257
257
|
responseMessage?: string | undefined;
|
|
258
258
|
}>>;
|
|
259
|
+
launchActionsV2: z.ZodOptional<z.ZodObject<{
|
|
260
|
+
id: z.ZodString;
|
|
261
|
+
actions: z.ZodArray<z.ZodObject<{
|
|
262
|
+
actionId: z.ZodNullable<z.ZodString>;
|
|
263
|
+
}, "strip", z.ZodTypeAny, {
|
|
264
|
+
actionId: string | null;
|
|
265
|
+
}, {
|
|
266
|
+
actionId: string | null;
|
|
267
|
+
}>, "many">;
|
|
268
|
+
findingStatus: z.ZodNullable<z.ZodNativeEnum<typeof import("..").FindingStatus>>;
|
|
269
|
+
}, "strip", z.ZodTypeAny, {
|
|
270
|
+
id: string;
|
|
271
|
+
actions: {
|
|
272
|
+
actionId: string | null;
|
|
273
|
+
}[];
|
|
274
|
+
findingStatus: import("..").FindingStatus | null;
|
|
275
|
+
}, {
|
|
276
|
+
id: string;
|
|
277
|
+
actions: {
|
|
278
|
+
actionId: string | null;
|
|
279
|
+
}[];
|
|
280
|
+
findingStatus: import("..").FindingStatus | null;
|
|
281
|
+
}>>;
|
|
259
282
|
actionButtons: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
260
283
|
id: z.ZodString;
|
|
261
284
|
actions: z.ZodArray<z.ZodObject<{
|
|
@@ -309,6 +332,13 @@ export declare const _PlatformFlowSpecUpsertDto: z.ZodObject<z.objectUtil.extend
|
|
|
309
332
|
findingStatus?: import("..").FindingStatus | null | undefined;
|
|
310
333
|
responseMessage?: string | undefined;
|
|
311
334
|
} | undefined;
|
|
335
|
+
launchActionsV2?: {
|
|
336
|
+
id: string;
|
|
337
|
+
actions: {
|
|
338
|
+
actionId: string | null;
|
|
339
|
+
}[];
|
|
340
|
+
findingStatus: import("..").FindingStatus | null;
|
|
341
|
+
} | undefined;
|
|
312
342
|
actionButtons?: {
|
|
313
343
|
id: string;
|
|
314
344
|
actions: {
|
|
@@ -344,6 +374,13 @@ export declare const _PlatformFlowSpecUpsertDto: z.ZodObject<z.objectUtil.extend
|
|
|
344
374
|
findingStatus?: import("..").FindingStatus | null | undefined;
|
|
345
375
|
responseMessage?: string | undefined;
|
|
346
376
|
} | undefined;
|
|
377
|
+
launchActionsV2?: {
|
|
378
|
+
id: string;
|
|
379
|
+
actions: {
|
|
380
|
+
actionId: string | null;
|
|
381
|
+
}[];
|
|
382
|
+
findingStatus: import("..").FindingStatus | null;
|
|
383
|
+
} | undefined;
|
|
347
384
|
actionButtons?: {
|
|
348
385
|
id: string;
|
|
349
386
|
actions: {
|
|
@@ -535,6 +572,13 @@ export declare const _PlatformFlowSpecUpsertDto: z.ZodObject<z.objectUtil.extend
|
|
|
535
572
|
findingStatus?: import("..").FindingStatus | null | undefined;
|
|
536
573
|
responseMessage?: string | undefined;
|
|
537
574
|
} | undefined;
|
|
575
|
+
launchActionsV2?: {
|
|
576
|
+
id: string;
|
|
577
|
+
actions: {
|
|
578
|
+
actionId: string | null;
|
|
579
|
+
}[];
|
|
580
|
+
findingStatus: import("..").FindingStatus | null;
|
|
581
|
+
} | undefined;
|
|
538
582
|
actionButtons?: {
|
|
539
583
|
id: string;
|
|
540
584
|
actions: {
|
|
@@ -669,6 +713,13 @@ export declare const _PlatformFlowSpecUpsertDto: z.ZodObject<z.objectUtil.extend
|
|
|
669
713
|
findingStatus?: import("..").FindingStatus | null | undefined;
|
|
670
714
|
responseMessage?: string | undefined;
|
|
671
715
|
} | undefined;
|
|
716
|
+
launchActionsV2?: {
|
|
717
|
+
id: string;
|
|
718
|
+
actions: {
|
|
719
|
+
actionId: string | null;
|
|
720
|
+
}[];
|
|
721
|
+
findingStatus: import("..").FindingStatus | null;
|
|
722
|
+
} | undefined;
|
|
672
723
|
actionButtons?: {
|
|
673
724
|
id: string;
|
|
674
725
|
actions: {
|
|
@@ -1006,6 +1057,29 @@ export declare const _PlatformFlowSpecDto: z.ZodObject<z.objectUtil.extendShape<
|
|
|
1006
1057
|
findingStatus?: import("..").FindingStatus | null | undefined;
|
|
1007
1058
|
responseMessage?: string | undefined;
|
|
1008
1059
|
}>>;
|
|
1060
|
+
launchActionsV2: z.ZodOptional<z.ZodObject<{
|
|
1061
|
+
id: z.ZodString;
|
|
1062
|
+
actions: z.ZodArray<z.ZodObject<{
|
|
1063
|
+
actionId: z.ZodNullable<z.ZodString>;
|
|
1064
|
+
}, "strip", z.ZodTypeAny, {
|
|
1065
|
+
actionId: string | null;
|
|
1066
|
+
}, {
|
|
1067
|
+
actionId: string | null;
|
|
1068
|
+
}>, "many">;
|
|
1069
|
+
findingStatus: z.ZodNullable<z.ZodNativeEnum<typeof import("..").FindingStatus>>;
|
|
1070
|
+
}, "strip", z.ZodTypeAny, {
|
|
1071
|
+
id: string;
|
|
1072
|
+
actions: {
|
|
1073
|
+
actionId: string | null;
|
|
1074
|
+
}[];
|
|
1075
|
+
findingStatus: import("..").FindingStatus | null;
|
|
1076
|
+
}, {
|
|
1077
|
+
id: string;
|
|
1078
|
+
actions: {
|
|
1079
|
+
actionId: string | null;
|
|
1080
|
+
}[];
|
|
1081
|
+
findingStatus: import("..").FindingStatus | null;
|
|
1082
|
+
}>>;
|
|
1009
1083
|
actionButtons: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1010
1084
|
id: z.ZodString;
|
|
1011
1085
|
actions: z.ZodArray<z.ZodObject<{
|
|
@@ -1059,6 +1133,13 @@ export declare const _PlatformFlowSpecDto: z.ZodObject<z.objectUtil.extendShape<
|
|
|
1059
1133
|
findingStatus?: import("..").FindingStatus | null | undefined;
|
|
1060
1134
|
responseMessage?: string | undefined;
|
|
1061
1135
|
} | undefined;
|
|
1136
|
+
launchActionsV2?: {
|
|
1137
|
+
id: string;
|
|
1138
|
+
actions: {
|
|
1139
|
+
actionId: string | null;
|
|
1140
|
+
}[];
|
|
1141
|
+
findingStatus: import("..").FindingStatus | null;
|
|
1142
|
+
} | undefined;
|
|
1062
1143
|
actionButtons?: {
|
|
1063
1144
|
id: string;
|
|
1064
1145
|
actions: {
|
|
@@ -1094,6 +1175,13 @@ export declare const _PlatformFlowSpecDto: z.ZodObject<z.objectUtil.extendShape<
|
|
|
1094
1175
|
findingStatus?: import("..").FindingStatus | null | undefined;
|
|
1095
1176
|
responseMessage?: string | undefined;
|
|
1096
1177
|
} | undefined;
|
|
1178
|
+
launchActionsV2?: {
|
|
1179
|
+
id: string;
|
|
1180
|
+
actions: {
|
|
1181
|
+
actionId: string | null;
|
|
1182
|
+
}[];
|
|
1183
|
+
findingStatus: import("..").FindingStatus | null;
|
|
1184
|
+
} | undefined;
|
|
1097
1185
|
actionButtons?: {
|
|
1098
1186
|
id: string;
|
|
1099
1187
|
actions: {
|
|
@@ -1280,6 +1368,13 @@ export declare const _PlatformFlowSpecDto: z.ZodObject<z.objectUtil.extendShape<
|
|
|
1280
1368
|
findingStatus?: import("..").FindingStatus | null | undefined;
|
|
1281
1369
|
responseMessage?: string | undefined;
|
|
1282
1370
|
} | undefined;
|
|
1371
|
+
launchActionsV2?: {
|
|
1372
|
+
id: string;
|
|
1373
|
+
actions: {
|
|
1374
|
+
actionId: string | null;
|
|
1375
|
+
}[];
|
|
1376
|
+
findingStatus: import("..").FindingStatus | null;
|
|
1377
|
+
} | undefined;
|
|
1283
1378
|
actionButtons?: {
|
|
1284
1379
|
id: string;
|
|
1285
1380
|
actions: {
|
|
@@ -1422,6 +1517,13 @@ export declare const _PlatformFlowSpecDto: z.ZodObject<z.objectUtil.extendShape<
|
|
|
1422
1517
|
findingStatus?: import("..").FindingStatus | null | undefined;
|
|
1423
1518
|
responseMessage?: string | undefined;
|
|
1424
1519
|
} | undefined;
|
|
1520
|
+
launchActionsV2?: {
|
|
1521
|
+
id: string;
|
|
1522
|
+
actions: {
|
|
1523
|
+
actionId: string | null;
|
|
1524
|
+
}[];
|
|
1525
|
+
findingStatus: import("..").FindingStatus | null;
|
|
1526
|
+
} | undefined;
|
|
1425
1527
|
actionButtons?: {
|
|
1426
1528
|
id: string;
|
|
1427
1529
|
actions: {
|
package/package.json
CHANGED
package/src/dto/flows.dto.ts
CHANGED
|
@@ -155,6 +155,17 @@ export const _FlowActionButton = z.object({
|
|
|
155
155
|
actionLabel: z.string().max(24),
|
|
156
156
|
});
|
|
157
157
|
|
|
158
|
+
export const _FlowLaunchAction = z.object({
|
|
159
|
+
id: z.string(),
|
|
160
|
+
actions: z
|
|
161
|
+
.object({
|
|
162
|
+
actionId: z.string().nullable(),
|
|
163
|
+
})
|
|
164
|
+
.array()
|
|
165
|
+
.max(6),
|
|
166
|
+
findingStatus: z.nativeEnum(FindingStatus).nullable(),
|
|
167
|
+
});
|
|
168
|
+
|
|
158
169
|
export type FlowActionButton = z.infer<typeof _FlowActionButton>;
|
|
159
170
|
|
|
160
171
|
const _FlowActionDetails = z.object({
|
|
@@ -188,8 +199,8 @@ export const _FlowActions = z.object({
|
|
|
188
199
|
resolveNowAction: _FlowActionDetails.optional(),
|
|
189
200
|
|
|
190
201
|
scheduleResolutionAction: _FlowActionDetails.optional(),
|
|
191
|
-
|
|
192
202
|
launchAction: _FlowActionDetails.optional(),
|
|
203
|
+
launchActionsV2: _FlowLaunchAction.optional(),
|
|
193
204
|
// TODO: validate and adjust max actions supported after v0
|
|
194
205
|
actionButtons: z.array(_FlowActionButton).max(6).optional(),
|
|
195
206
|
});
|