@ampsec/platform-client 77.0.0 → 78.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/src/dto/coverage.dto.d.ts +0 -9
- package/build/src/dto/flows.dto.d.ts +122 -0
- package/build/src/dto/flows.dto.js +1 -0
- package/build/src/dto/flows.dto.js.map +1 -1
- package/build/src/dto/platform/platform.flows.dto.d.ts +66 -0
- package/build/src/dto/platform/platform.saasAssets.dto.d.ts +0 -7
- package/build/src/dto/saasAssets.dto.d.ts +0 -19
- package/build/src/dto/saasAssets.dto.js +1 -1
- package/build/src/dto/saasAssets.dto.js.map +1 -1
- package/package.json +1 -1
- package/src/dto/flows.dto.ts +2 -0
- package/src/dto/saasAssets.dto.ts +1 -1
|
@@ -802,7 +802,6 @@ export declare const _UserCoverageReport: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
802
802
|
deviceName: z.ZodOptional<z.ZodString>;
|
|
803
803
|
hostNames: z.ZodArray<z.ZodString, "many">;
|
|
804
804
|
lastActivityTime: z.ZodOptional<z.ZodString>;
|
|
805
|
-
activeStatus: z.ZodOptional<z.ZodNativeEnum<typeof import("./saasAssets.dto").SaasAssetActiveStatus>>;
|
|
806
805
|
operatingSystems: z.ZodArray<z.ZodObject<{
|
|
807
806
|
displayValue: z.ZodString;
|
|
808
807
|
version: z.ZodOptional<z.ZodString>;
|
|
@@ -840,7 +839,6 @@ export declare const _UserCoverageReport: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
840
839
|
lastActivityTime?: string | undefined;
|
|
841
840
|
active?: boolean | undefined;
|
|
842
841
|
deviceName?: string | undefined;
|
|
843
|
-
activeStatus?: import("./saasAssets.dto").SaasAssetActiveStatus | undefined;
|
|
844
842
|
owner?: {
|
|
845
843
|
email?: string | undefined;
|
|
846
844
|
} | undefined;
|
|
@@ -859,7 +857,6 @@ export declare const _UserCoverageReport: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
859
857
|
lastActivityTime?: string | undefined;
|
|
860
858
|
active?: boolean | undefined;
|
|
861
859
|
deviceName?: string | undefined;
|
|
862
|
-
activeStatus?: import("./saasAssets.dto").SaasAssetActiveStatus | undefined;
|
|
863
860
|
owner?: {
|
|
864
861
|
email?: string | undefined;
|
|
865
862
|
} | undefined;
|
|
@@ -881,7 +878,6 @@ export declare const _UserCoverageReport: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
881
878
|
lastActivityTime?: string | undefined;
|
|
882
879
|
active?: boolean | undefined;
|
|
883
880
|
deviceName?: string | undefined;
|
|
884
|
-
activeStatus?: import("./saasAssets.dto").SaasAssetActiveStatus | undefined;
|
|
885
881
|
owner?: {
|
|
886
882
|
email?: string | undefined;
|
|
887
883
|
} | undefined;
|
|
@@ -903,7 +899,6 @@ export declare const _UserCoverageReport: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
903
899
|
lastActivityTime?: string | undefined;
|
|
904
900
|
active?: boolean | undefined;
|
|
905
901
|
deviceName?: string | undefined;
|
|
906
|
-
activeStatus?: import("./saasAssets.dto").SaasAssetActiveStatus | undefined;
|
|
907
902
|
owner?: {
|
|
908
903
|
email?: string | undefined;
|
|
909
904
|
} | undefined;
|
|
@@ -948,7 +943,6 @@ export declare const _UserCoverageReport: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
948
943
|
lastActivityTime?: string | undefined;
|
|
949
944
|
active?: boolean | undefined;
|
|
950
945
|
deviceName?: string | undefined;
|
|
951
|
-
activeStatus?: import("./saasAssets.dto").SaasAssetActiveStatus | undefined;
|
|
952
946
|
owner?: {
|
|
953
947
|
email?: string | undefined;
|
|
954
948
|
} | undefined;
|
|
@@ -987,7 +981,6 @@ export declare const _UserCoverageReport: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
987
981
|
lastActivityTime?: string | undefined;
|
|
988
982
|
active?: boolean | undefined;
|
|
989
983
|
deviceName?: string | undefined;
|
|
990
|
-
activeStatus?: import("./saasAssets.dto").SaasAssetActiveStatus | undefined;
|
|
991
984
|
owner?: {
|
|
992
985
|
email?: string | undefined;
|
|
993
986
|
} | undefined;
|
|
@@ -1096,7 +1089,6 @@ export declare const _UserCoverageReport: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
1096
1089
|
lastActivityTime?: string | undefined;
|
|
1097
1090
|
active?: boolean | undefined;
|
|
1098
1091
|
deviceName?: string | undefined;
|
|
1099
|
-
activeStatus?: import("./saasAssets.dto").SaasAssetActiveStatus | undefined;
|
|
1100
1092
|
owner?: {
|
|
1101
1093
|
email?: string | undefined;
|
|
1102
1094
|
} | undefined;
|
|
@@ -1207,7 +1199,6 @@ export declare const _UserCoverageReport: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
1207
1199
|
lastActivityTime?: string | undefined;
|
|
1208
1200
|
active?: boolean | undefined;
|
|
1209
1201
|
deviceName?: string | undefined;
|
|
1210
|
-
activeStatus?: import("./saasAssets.dto").SaasAssetActiveStatus | undefined;
|
|
1211
1202
|
owner?: {
|
|
1212
1203
|
email?: string | undefined;
|
|
1213
1204
|
} | undefined;
|
|
@@ -897,6 +897,19 @@ export declare const _FlowActions: z.ZodObject<{
|
|
|
897
897
|
findingStatus?: FindingStatus | null | undefined;
|
|
898
898
|
responseMessage?: string | undefined;
|
|
899
899
|
}>>;
|
|
900
|
+
launchAction: z.ZodOptional<z.ZodObject<{
|
|
901
|
+
actionId: z.ZodNullable<z.ZodString>;
|
|
902
|
+
findingStatus: z.ZodNullable<z.ZodOptional<z.ZodNativeEnum<typeof FindingStatus>>>;
|
|
903
|
+
responseMessage: z.ZodOptional<z.ZodString>;
|
|
904
|
+
}, "strip", z.ZodTypeAny, {
|
|
905
|
+
actionId: string | null;
|
|
906
|
+
findingStatus?: FindingStatus | null | undefined;
|
|
907
|
+
responseMessage?: string | undefined;
|
|
908
|
+
}, {
|
|
909
|
+
actionId: string | null;
|
|
910
|
+
findingStatus?: FindingStatus | null | undefined;
|
|
911
|
+
responseMessage?: string | undefined;
|
|
912
|
+
}>>;
|
|
900
913
|
}, "strip", z.ZodTypeAny, {
|
|
901
914
|
includeInstructions?: boolean | undefined;
|
|
902
915
|
includeMarkComplete?: boolean | undefined;
|
|
@@ -919,6 +932,11 @@ export declare const _FlowActions: z.ZodObject<{
|
|
|
919
932
|
findingStatus?: FindingStatus | null | undefined;
|
|
920
933
|
responseMessage?: string | undefined;
|
|
921
934
|
} | undefined;
|
|
935
|
+
launchAction?: {
|
|
936
|
+
actionId: string | null;
|
|
937
|
+
findingStatus?: FindingStatus | null | undefined;
|
|
938
|
+
responseMessage?: string | undefined;
|
|
939
|
+
} | undefined;
|
|
922
940
|
}, {
|
|
923
941
|
includeInstructions?: boolean | undefined;
|
|
924
942
|
includeMarkComplete?: boolean | undefined;
|
|
@@ -941,6 +959,11 @@ export declare const _FlowActions: z.ZodObject<{
|
|
|
941
959
|
findingStatus?: FindingStatus | null | undefined;
|
|
942
960
|
responseMessage?: string | undefined;
|
|
943
961
|
} | undefined;
|
|
962
|
+
launchAction?: {
|
|
963
|
+
actionId: string | null;
|
|
964
|
+
findingStatus?: FindingStatus | null | undefined;
|
|
965
|
+
responseMessage?: string | undefined;
|
|
966
|
+
} | undefined;
|
|
944
967
|
}>;
|
|
945
968
|
export type FlowActions = z.infer<typeof _FlowActions>;
|
|
946
969
|
export declare const _FlowRewardsConfig: z.ZodObject<{
|
|
@@ -1227,6 +1250,19 @@ export declare const _FlowSpecDto: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
1227
1250
|
findingStatus?: FindingStatus | null | undefined;
|
|
1228
1251
|
responseMessage?: string | undefined;
|
|
1229
1252
|
}>>;
|
|
1253
|
+
launchAction: z.ZodOptional<z.ZodObject<{
|
|
1254
|
+
actionId: z.ZodNullable<z.ZodString>;
|
|
1255
|
+
findingStatus: z.ZodNullable<z.ZodOptional<z.ZodNativeEnum<typeof FindingStatus>>>;
|
|
1256
|
+
responseMessage: z.ZodOptional<z.ZodString>;
|
|
1257
|
+
}, "strip", z.ZodTypeAny, {
|
|
1258
|
+
actionId: string | null;
|
|
1259
|
+
findingStatus?: FindingStatus | null | undefined;
|
|
1260
|
+
responseMessage?: string | undefined;
|
|
1261
|
+
}, {
|
|
1262
|
+
actionId: string | null;
|
|
1263
|
+
findingStatus?: FindingStatus | null | undefined;
|
|
1264
|
+
responseMessage?: string | undefined;
|
|
1265
|
+
}>>;
|
|
1230
1266
|
}, "strip", z.ZodTypeAny, {
|
|
1231
1267
|
includeInstructions?: boolean | undefined;
|
|
1232
1268
|
includeMarkComplete?: boolean | undefined;
|
|
@@ -1249,6 +1285,11 @@ export declare const _FlowSpecDto: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
1249
1285
|
findingStatus?: FindingStatus | null | undefined;
|
|
1250
1286
|
responseMessage?: string | undefined;
|
|
1251
1287
|
} | undefined;
|
|
1288
|
+
launchAction?: {
|
|
1289
|
+
actionId: string | null;
|
|
1290
|
+
findingStatus?: FindingStatus | null | undefined;
|
|
1291
|
+
responseMessage?: string | undefined;
|
|
1292
|
+
} | undefined;
|
|
1252
1293
|
}, {
|
|
1253
1294
|
includeInstructions?: boolean | undefined;
|
|
1254
1295
|
includeMarkComplete?: boolean | undefined;
|
|
@@ -1271,6 +1312,11 @@ export declare const _FlowSpecDto: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
1271
1312
|
findingStatus?: FindingStatus | null | undefined;
|
|
1272
1313
|
responseMessage?: string | undefined;
|
|
1273
1314
|
} | undefined;
|
|
1315
|
+
launchAction?: {
|
|
1316
|
+
actionId: string | null;
|
|
1317
|
+
findingStatus?: FindingStatus | null | undefined;
|
|
1318
|
+
responseMessage?: string | undefined;
|
|
1319
|
+
} | undefined;
|
|
1274
1320
|
}>>;
|
|
1275
1321
|
escalation: z.ZodOptional<z.ZodObject<{
|
|
1276
1322
|
interval: z.ZodObject<{
|
|
@@ -1448,6 +1494,11 @@ export declare const _FlowSpecDto: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
1448
1494
|
findingStatus?: FindingStatus | null | undefined;
|
|
1449
1495
|
responseMessage?: string | undefined;
|
|
1450
1496
|
} | undefined;
|
|
1497
|
+
launchAction?: {
|
|
1498
|
+
actionId: string | null;
|
|
1499
|
+
findingStatus?: FindingStatus | null | undefined;
|
|
1500
|
+
responseMessage?: string | undefined;
|
|
1501
|
+
} | undefined;
|
|
1451
1502
|
} | undefined;
|
|
1452
1503
|
escalation?: {
|
|
1453
1504
|
interval: {
|
|
@@ -1560,6 +1611,11 @@ export declare const _FlowSpecDto: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
1560
1611
|
findingStatus?: FindingStatus | null | undefined;
|
|
1561
1612
|
responseMessage?: string | undefined;
|
|
1562
1613
|
} | undefined;
|
|
1614
|
+
launchAction?: {
|
|
1615
|
+
actionId: string | null;
|
|
1616
|
+
findingStatus?: FindingStatus | null | undefined;
|
|
1617
|
+
responseMessage?: string | undefined;
|
|
1618
|
+
} | undefined;
|
|
1563
1619
|
} | undefined;
|
|
1564
1620
|
escalation?: {
|
|
1565
1621
|
interval: {
|
|
@@ -1829,6 +1885,19 @@ export declare const _FlowSpecUpsertDto: z.ZodObject<z.objectUtil.extendShape<Om
|
|
|
1829
1885
|
findingStatus?: FindingStatus | null | undefined;
|
|
1830
1886
|
responseMessage?: string | undefined;
|
|
1831
1887
|
}>>;
|
|
1888
|
+
launchAction: z.ZodOptional<z.ZodObject<{
|
|
1889
|
+
actionId: z.ZodNullable<z.ZodString>;
|
|
1890
|
+
findingStatus: z.ZodNullable<z.ZodOptional<z.ZodNativeEnum<typeof FindingStatus>>>;
|
|
1891
|
+
responseMessage: z.ZodOptional<z.ZodString>;
|
|
1892
|
+
}, "strip", z.ZodTypeAny, {
|
|
1893
|
+
actionId: string | null;
|
|
1894
|
+
findingStatus?: FindingStatus | null | undefined;
|
|
1895
|
+
responseMessage?: string | undefined;
|
|
1896
|
+
}, {
|
|
1897
|
+
actionId: string | null;
|
|
1898
|
+
findingStatus?: FindingStatus | null | undefined;
|
|
1899
|
+
responseMessage?: string | undefined;
|
|
1900
|
+
}>>;
|
|
1832
1901
|
}, "strip", z.ZodTypeAny, {
|
|
1833
1902
|
includeInstructions?: boolean | undefined;
|
|
1834
1903
|
includeMarkComplete?: boolean | undefined;
|
|
@@ -1851,6 +1920,11 @@ export declare const _FlowSpecUpsertDto: z.ZodObject<z.objectUtil.extendShape<Om
|
|
|
1851
1920
|
findingStatus?: FindingStatus | null | undefined;
|
|
1852
1921
|
responseMessage?: string | undefined;
|
|
1853
1922
|
} | undefined;
|
|
1923
|
+
launchAction?: {
|
|
1924
|
+
actionId: string | null;
|
|
1925
|
+
findingStatus?: FindingStatus | null | undefined;
|
|
1926
|
+
responseMessage?: string | undefined;
|
|
1927
|
+
} | undefined;
|
|
1854
1928
|
}, {
|
|
1855
1929
|
includeInstructions?: boolean | undefined;
|
|
1856
1930
|
includeMarkComplete?: boolean | undefined;
|
|
@@ -1873,6 +1947,11 @@ export declare const _FlowSpecUpsertDto: z.ZodObject<z.objectUtil.extendShape<Om
|
|
|
1873
1947
|
findingStatus?: FindingStatus | null | undefined;
|
|
1874
1948
|
responseMessage?: string | undefined;
|
|
1875
1949
|
} | undefined;
|
|
1950
|
+
launchAction?: {
|
|
1951
|
+
actionId: string | null;
|
|
1952
|
+
findingStatus?: FindingStatus | null | undefined;
|
|
1953
|
+
responseMessage?: string | undefined;
|
|
1954
|
+
} | undefined;
|
|
1876
1955
|
}>>;
|
|
1877
1956
|
escalation: z.ZodOptional<z.ZodObject<{
|
|
1878
1957
|
interval: z.ZodObject<{
|
|
@@ -2055,6 +2134,11 @@ export declare const _FlowSpecUpsertDto: z.ZodObject<z.objectUtil.extendShape<Om
|
|
|
2055
2134
|
findingStatus?: FindingStatus | null | undefined;
|
|
2056
2135
|
responseMessage?: string | undefined;
|
|
2057
2136
|
} | undefined;
|
|
2137
|
+
launchAction?: {
|
|
2138
|
+
actionId: string | null;
|
|
2139
|
+
findingStatus?: FindingStatus | null | undefined;
|
|
2140
|
+
responseMessage?: string | undefined;
|
|
2141
|
+
} | undefined;
|
|
2058
2142
|
} | undefined;
|
|
2059
2143
|
escalation?: {
|
|
2060
2144
|
interval: {
|
|
@@ -2159,6 +2243,11 @@ export declare const _FlowSpecUpsertDto: z.ZodObject<z.objectUtil.extendShape<Om
|
|
|
2159
2243
|
findingStatus?: FindingStatus | null | undefined;
|
|
2160
2244
|
responseMessage?: string | undefined;
|
|
2161
2245
|
} | undefined;
|
|
2246
|
+
launchAction?: {
|
|
2247
|
+
actionId: string | null;
|
|
2248
|
+
findingStatus?: FindingStatus | null | undefined;
|
|
2249
|
+
responseMessage?: string | undefined;
|
|
2250
|
+
} | undefined;
|
|
2162
2251
|
} | undefined;
|
|
2163
2252
|
escalation?: {
|
|
2164
2253
|
interval: {
|
|
@@ -2342,6 +2431,19 @@ export declare const _FlowSpecFilter: z.ZodObject<z.objectUtil.extendShape<z.obj
|
|
|
2342
2431
|
findingStatus?: FindingStatus | null | undefined;
|
|
2343
2432
|
responseMessage?: string | undefined;
|
|
2344
2433
|
}>>;
|
|
2434
|
+
launchAction: z.ZodOptional<z.ZodObject<{
|
|
2435
|
+
actionId: z.ZodNullable<z.ZodString>;
|
|
2436
|
+
findingStatus: z.ZodNullable<z.ZodOptional<z.ZodNativeEnum<typeof FindingStatus>>>;
|
|
2437
|
+
responseMessage: z.ZodOptional<z.ZodString>;
|
|
2438
|
+
}, "strip", z.ZodTypeAny, {
|
|
2439
|
+
actionId: string | null;
|
|
2440
|
+
findingStatus?: FindingStatus | null | undefined;
|
|
2441
|
+
responseMessage?: string | undefined;
|
|
2442
|
+
}, {
|
|
2443
|
+
actionId: string | null;
|
|
2444
|
+
findingStatus?: FindingStatus | null | undefined;
|
|
2445
|
+
responseMessage?: string | undefined;
|
|
2446
|
+
}>>;
|
|
2345
2447
|
}, "strip", z.ZodTypeAny, {
|
|
2346
2448
|
includeInstructions?: boolean | undefined;
|
|
2347
2449
|
includeMarkComplete?: boolean | undefined;
|
|
@@ -2364,6 +2466,11 @@ export declare const _FlowSpecFilter: z.ZodObject<z.objectUtil.extendShape<z.obj
|
|
|
2364
2466
|
findingStatus?: FindingStatus | null | undefined;
|
|
2365
2467
|
responseMessage?: string | undefined;
|
|
2366
2468
|
} | undefined;
|
|
2469
|
+
launchAction?: {
|
|
2470
|
+
actionId: string | null;
|
|
2471
|
+
findingStatus?: FindingStatus | null | undefined;
|
|
2472
|
+
responseMessage?: string | undefined;
|
|
2473
|
+
} | undefined;
|
|
2367
2474
|
}, {
|
|
2368
2475
|
includeInstructions?: boolean | undefined;
|
|
2369
2476
|
includeMarkComplete?: boolean | undefined;
|
|
@@ -2386,6 +2493,11 @@ export declare const _FlowSpecFilter: z.ZodObject<z.objectUtil.extendShape<z.obj
|
|
|
2386
2493
|
findingStatus?: FindingStatus | null | undefined;
|
|
2387
2494
|
responseMessage?: string | undefined;
|
|
2388
2495
|
} | undefined;
|
|
2496
|
+
launchAction?: {
|
|
2497
|
+
actionId: string | null;
|
|
2498
|
+
findingStatus?: FindingStatus | null | undefined;
|
|
2499
|
+
responseMessage?: string | undefined;
|
|
2500
|
+
} | undefined;
|
|
2389
2501
|
}>>>;
|
|
2390
2502
|
escalation: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
2391
2503
|
interval: z.ZodObject<{
|
|
@@ -2549,6 +2661,11 @@ export declare const _FlowSpecFilter: z.ZodObject<z.objectUtil.extendShape<z.obj
|
|
|
2549
2661
|
findingStatus?: FindingStatus | null | undefined;
|
|
2550
2662
|
responseMessage?: string | undefined;
|
|
2551
2663
|
} | undefined;
|
|
2664
|
+
launchAction?: {
|
|
2665
|
+
actionId: string | null;
|
|
2666
|
+
findingStatus?: FindingStatus | null | undefined;
|
|
2667
|
+
responseMessage?: string | undefined;
|
|
2668
|
+
} | undefined;
|
|
2552
2669
|
} | undefined;
|
|
2553
2670
|
escalation?: {
|
|
2554
2671
|
interval: {
|
|
@@ -2645,6 +2762,11 @@ export declare const _FlowSpecFilter: z.ZodObject<z.objectUtil.extendShape<z.obj
|
|
|
2645
2762
|
findingStatus?: FindingStatus | null | undefined;
|
|
2646
2763
|
responseMessage?: string | undefined;
|
|
2647
2764
|
} | undefined;
|
|
2765
|
+
launchAction?: {
|
|
2766
|
+
actionId: string | null;
|
|
2767
|
+
findingStatus?: FindingStatus | null | undefined;
|
|
2768
|
+
responseMessage?: string | undefined;
|
|
2769
|
+
} | undefined;
|
|
2648
2770
|
} | undefined;
|
|
2649
2771
|
escalation?: {
|
|
2650
2772
|
interval: {
|
|
@@ -146,6 +146,7 @@ exports._FlowActions = zod_1.z.object({
|
|
|
146
146
|
resolveNowActionId: zod_1.z.string().optional(),
|
|
147
147
|
resolveNowAction: _FlowActionDetails.optional(),
|
|
148
148
|
scheduleResolutionAction: _FlowActionDetails.optional(),
|
|
149
|
+
launchAction: _FlowActionDetails.optional(),
|
|
149
150
|
});
|
|
150
151
|
exports._FlowRewardsConfig = zod_1.z.object({
|
|
151
152
|
isUpperBound: zod_1.z.boolean(),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"flows.dto.js","sourceRoot":"","sources":["../../../src/dto/flows.dto.ts"],"names":[],"mappings":"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
|
|
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,kBAKX;AALD,WAAY,kBAAkB;IAC5B,uCAAiB,CAAA;IACjB,uCAAiB,CAAA;IACjB,qCAAe,CAAA;IACf,qCAAe,CAAA;AACjB,CAAC,EALW,kBAAkB,kCAAlB,kBAAkB,QAK7B;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;AAGH,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;IAEvD,YAAY,EAAE,kBAAkB,CAAC,QAAQ,EAAE;CAC5C,CAAC,CAAC;AAEU,QAAA,kBAAkB,GAAG,OAAC,CAAC,MAAM,CAAC;IACzC,YAAY,EAAE,OAAC,CAAC,OAAO,EAAE;IACzB,MAAM,EAAE,OAAC,CAAC,MAAM,EAAE;IAClB,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,2BAA2B,GAAG,OAAC,CAAC,MAAM,CAAC;IAClD,QAAQ,EAAE,qBAAa;IACvB,6BAA6B,EAAE,OAAC,CAAC,KAAK,CAAC,OAAC,CAAC,MAAM,EAAE,CAAC;CACnD,CAAC,CAAC;AAGU,QAAA,YAAY,GAAG,mBAAQ,CAAC,KAAK,CACxC,OAAC,CAAC,MAAM,CAAC;IACP,EAAE,EAAE,OAAC,CAAC,MAAM,EAAE;IACd,GAAG,EAAE,OAAC,CAAC,MAAM,EAAE;IACf,MAAM,EAAE,OAAC,CAAC,UAAU,CAAC,kBAAkB,CAAC;IACxC,IAAI,EAAE,OAAC,CAAC,MAAM,EAAE;IAChB,WAAW,EAAE,OAAC,CAAC,MAAM,EAAE;IACvB,WAAW,EAAE,OAAC,CAAC,IAAI,CAAC,CAAC,UAAU,CAAC,CAAC,CAAC,QAAQ,EAAE,CAAC,OAAO,CAAC,UAAU,CAAC;IAChE,aAAa,EAAE,0BAAkB;IACjC,oBAAoB;IACpB,MAAM,EAAE,mBAAW;IACnB,qBAAqB,EAAE,OAAC,CAAC,KAAK,CAAC,OAAC,CAAC,MAAM,EAAE,CAAC;IAC1C,IAAI,EAAE,SAAS,CAAC,QAAQ,EAAE;IAC1B,gBAAgB,EAAE,qBAAa,CAAC,QAAQ,EAAE;IAC1C,MAAM,EAAE,OAAC,CAAC,MAAM,CAAC,EAAC,OAAO,EAAE,OAAC,CAAC,MAAM,EAAE,EAAE,SAAS,EAAE,kBAAkB,EAAE,QAAQ,EAAE,kBAAkB,EAAC,CAAC,CAAC,QAAQ,EAAE;IAC/G,gBAAgB,EAAE,qBAAa,CAAC,QAAQ,EAAE;IAC1C,OAAO,EAAE,oBAAY,CAAC,QAAQ,EAAE;IAChC,UAAU,EAAE,mCAA2B,CAAC,QAAQ,EAAE;IAClD,OAAO,EAAE,OAAC,CAAC,KAAK,CAAC,0BAAkB,CAAC,CAAC,QAAQ,EAAE;IAC/C,aAAa,EAAE,OAAC,CAAC,MAAM,CAAC,EAAC,QAAQ,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,EAAE,MAAM,EAAE,OAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE,EAAC,CAAC,CAAC,QAAQ,EAAE;IACrG,iBAAiB,EAAE,OAAC,CAAC,MAAM,CAAC,EAAC,IAAI,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,EAAC,CAAC,CAAC,QAAQ,EAAE;IACrE;;OAEG;IACH,cAAc,EAAE,OAAC,CAAC,MAAM,CAAC,EAAC,QAAQ,EAAE,OAAC,CAAC,OAAO,EAAE,EAAC,CAAC,CAAC,QAAQ,EAAE;IAC5D,QAAQ,EAAE,OAAC;SACR,MAAM,CAAC;QACN,aAAa,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;QACpC,WAAW,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,OAAO,CAAC,CAAC,CAAC;QAClC,UAAU,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,OAAO,CAAC,CAAC,CAAC;QACjC,WAAW,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,OAAO,CAAC,CAAC,CAAC;QAClC,WAAW,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,OAAO,CAAC,CAAC,CAAC;QAClC,cAAc,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,OAAO,CAAC,CAAC,CAAC;KACtC,CAAC;SACD,QAAQ,EAAE;CACd,CAAC,CACH,CAAC;AAGW,QAAA,kBAAkB,GAAG,oBAAY,CAAC,IAAI,CAAC,EAAC,QAAQ,EAAE,IAAI,EAAC,CAAC,CAAC,KAAK,CAAC,yBAAc,CAAC,CAAC;AAG/E,QAAA,eAAe,GAAG,oBAAY,CAAC,IAAI,CAAC,EAAC,aAAa,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAC,CAAC,CAAC,OAAO,EAAE,CAAC,KAAK,CAAC,kCAAiB,CAAC,CAAC,KAAK,CAAC,4BAAW,CAAC,CAAC;AAG5I;;;;GAIG;AACU,QAAA,iBAAiB,GAAG,OAAC,CAAC,MAAM,CAAC;IACxC,mBAAmB,EAAE,OAAC,CAAC,MAAM,EAAE;IAC/B,YAAY,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACnC,SAAS,EAAE,OAAC,CAAC,MAAM,EAAE;IACrB,QAAQ,EAAE,OAAC,CAAC,MAAM,EAAE;IACpB,MAAM,EAAE,OAAC,CAAC,MAAM,EAAE;IAClB,GAAG,EAAE,OAAC,CAAC,MAAM,EAAE;IACf,iBAAiB,EAAE,OAAC,CAAC,MAAM,EAAE;IAC7B,aAAa,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACpC,MAAM,EAAE,OAAC,CAAC,UAAU,CAAC,kBAAkB,CAAC,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE;IAC9D,QAAQ,EAAE,OAAC,CAAC,MAAM,EAAE;IACpB,GAAG,EAAE,OAAC,CAAC,MAAM,EAAE;IACf,MAAM,EAAE,OAAC,CAAC,MAAM,EAAE;CACnB,CAAC,CAAC;AAGU,QAAA,+BAA+B,GAAG,OAAC,CAAC,MAAM,CAAC,EAAC,MAAM,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,EAAE,GAAG,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,EAAC,CAAC,CAAC,KAAK,CAAC,kCAAiB,CAAC,CAAC"}
|
|
@@ -220,6 +220,19 @@ export declare const _PlatformFlowSpecUpsertDto: z.ZodObject<z.objectUtil.extend
|
|
|
220
220
|
findingStatus?: import("..").FindingStatus | null | undefined;
|
|
221
221
|
responseMessage?: string | undefined;
|
|
222
222
|
}>>;
|
|
223
|
+
launchAction: z.ZodOptional<z.ZodObject<{
|
|
224
|
+
actionId: z.ZodNullable<z.ZodString>;
|
|
225
|
+
findingStatus: z.ZodNullable<z.ZodOptional<z.ZodNativeEnum<typeof import("..").FindingStatus>>>;
|
|
226
|
+
responseMessage: z.ZodOptional<z.ZodString>;
|
|
227
|
+
}, "strip", z.ZodTypeAny, {
|
|
228
|
+
actionId: string | null;
|
|
229
|
+
findingStatus?: import("..").FindingStatus | null | undefined;
|
|
230
|
+
responseMessage?: string | undefined;
|
|
231
|
+
}, {
|
|
232
|
+
actionId: string | null;
|
|
233
|
+
findingStatus?: import("..").FindingStatus | null | undefined;
|
|
234
|
+
responseMessage?: string | undefined;
|
|
235
|
+
}>>;
|
|
223
236
|
}, "strip", z.ZodTypeAny, {
|
|
224
237
|
includeInstructions?: boolean | undefined;
|
|
225
238
|
includeMarkComplete?: boolean | undefined;
|
|
@@ -242,6 +255,11 @@ export declare const _PlatformFlowSpecUpsertDto: z.ZodObject<z.objectUtil.extend
|
|
|
242
255
|
findingStatus?: import("..").FindingStatus | null | undefined;
|
|
243
256
|
responseMessage?: string | undefined;
|
|
244
257
|
} | undefined;
|
|
258
|
+
launchAction?: {
|
|
259
|
+
actionId: string | null;
|
|
260
|
+
findingStatus?: import("..").FindingStatus | null | undefined;
|
|
261
|
+
responseMessage?: string | undefined;
|
|
262
|
+
} | undefined;
|
|
245
263
|
}, {
|
|
246
264
|
includeInstructions?: boolean | undefined;
|
|
247
265
|
includeMarkComplete?: boolean | undefined;
|
|
@@ -264,6 +282,11 @@ export declare const _PlatformFlowSpecUpsertDto: z.ZodObject<z.objectUtil.extend
|
|
|
264
282
|
findingStatus?: import("..").FindingStatus | null | undefined;
|
|
265
283
|
responseMessage?: string | undefined;
|
|
266
284
|
} | undefined;
|
|
285
|
+
launchAction?: {
|
|
286
|
+
actionId: string | null;
|
|
287
|
+
findingStatus?: import("..").FindingStatus | null | undefined;
|
|
288
|
+
responseMessage?: string | undefined;
|
|
289
|
+
} | undefined;
|
|
267
290
|
}>>;
|
|
268
291
|
escalation: z.ZodOptional<z.ZodObject<{
|
|
269
292
|
interval: z.ZodObject<{
|
|
@@ -443,6 +466,11 @@ export declare const _PlatformFlowSpecUpsertDto: z.ZodObject<z.objectUtil.extend
|
|
|
443
466
|
findingStatus?: import("..").FindingStatus | null | undefined;
|
|
444
467
|
responseMessage?: string | undefined;
|
|
445
468
|
} | undefined;
|
|
469
|
+
launchAction?: {
|
|
470
|
+
actionId: string | null;
|
|
471
|
+
findingStatus?: import("..").FindingStatus | null | undefined;
|
|
472
|
+
responseMessage?: string | undefined;
|
|
473
|
+
} | undefined;
|
|
446
474
|
} | undefined;
|
|
447
475
|
escalation?: {
|
|
448
476
|
interval: {
|
|
@@ -547,6 +575,11 @@ export declare const _PlatformFlowSpecUpsertDto: z.ZodObject<z.objectUtil.extend
|
|
|
547
575
|
findingStatus?: import("..").FindingStatus | null | undefined;
|
|
548
576
|
responseMessage?: string | undefined;
|
|
549
577
|
} | undefined;
|
|
578
|
+
launchAction?: {
|
|
579
|
+
actionId: string | null;
|
|
580
|
+
findingStatus?: import("..").FindingStatus | null | undefined;
|
|
581
|
+
responseMessage?: string | undefined;
|
|
582
|
+
} | undefined;
|
|
550
583
|
} | undefined;
|
|
551
584
|
escalation?: {
|
|
552
585
|
interval: {
|
|
@@ -795,6 +828,19 @@ export declare const _PlatformFlowSpecDto: z.ZodObject<z.objectUtil.extendShape<
|
|
|
795
828
|
findingStatus?: import("..").FindingStatus | null | undefined;
|
|
796
829
|
responseMessage?: string | undefined;
|
|
797
830
|
}>>;
|
|
831
|
+
launchAction: z.ZodOptional<z.ZodObject<{
|
|
832
|
+
actionId: z.ZodNullable<z.ZodString>;
|
|
833
|
+
findingStatus: z.ZodNullable<z.ZodOptional<z.ZodNativeEnum<typeof import("..").FindingStatus>>>;
|
|
834
|
+
responseMessage: z.ZodOptional<z.ZodString>;
|
|
835
|
+
}, "strip", z.ZodTypeAny, {
|
|
836
|
+
actionId: string | null;
|
|
837
|
+
findingStatus?: import("..").FindingStatus | null | undefined;
|
|
838
|
+
responseMessage?: string | undefined;
|
|
839
|
+
}, {
|
|
840
|
+
actionId: string | null;
|
|
841
|
+
findingStatus?: import("..").FindingStatus | null | undefined;
|
|
842
|
+
responseMessage?: string | undefined;
|
|
843
|
+
}>>;
|
|
798
844
|
}, "strip", z.ZodTypeAny, {
|
|
799
845
|
includeInstructions?: boolean | undefined;
|
|
800
846
|
includeMarkComplete?: boolean | undefined;
|
|
@@ -817,6 +863,11 @@ export declare const _PlatformFlowSpecDto: z.ZodObject<z.objectUtil.extendShape<
|
|
|
817
863
|
findingStatus?: import("..").FindingStatus | null | undefined;
|
|
818
864
|
responseMessage?: string | undefined;
|
|
819
865
|
} | undefined;
|
|
866
|
+
launchAction?: {
|
|
867
|
+
actionId: string | null;
|
|
868
|
+
findingStatus?: import("..").FindingStatus | null | undefined;
|
|
869
|
+
responseMessage?: string | undefined;
|
|
870
|
+
} | undefined;
|
|
820
871
|
}, {
|
|
821
872
|
includeInstructions?: boolean | undefined;
|
|
822
873
|
includeMarkComplete?: boolean | undefined;
|
|
@@ -839,6 +890,11 @@ export declare const _PlatformFlowSpecDto: z.ZodObject<z.objectUtil.extendShape<
|
|
|
839
890
|
findingStatus?: import("..").FindingStatus | null | undefined;
|
|
840
891
|
responseMessage?: string | undefined;
|
|
841
892
|
} | undefined;
|
|
893
|
+
launchAction?: {
|
|
894
|
+
actionId: string | null;
|
|
895
|
+
findingStatus?: import("..").FindingStatus | null | undefined;
|
|
896
|
+
responseMessage?: string | undefined;
|
|
897
|
+
} | undefined;
|
|
842
898
|
}>>;
|
|
843
899
|
escalation: z.ZodOptional<z.ZodObject<{
|
|
844
900
|
interval: z.ZodObject<{
|
|
@@ -1013,6 +1069,11 @@ export declare const _PlatformFlowSpecDto: z.ZodObject<z.objectUtil.extendShape<
|
|
|
1013
1069
|
findingStatus?: import("..").FindingStatus | null | undefined;
|
|
1014
1070
|
responseMessage?: string | undefined;
|
|
1015
1071
|
} | undefined;
|
|
1072
|
+
launchAction?: {
|
|
1073
|
+
actionId: string | null;
|
|
1074
|
+
findingStatus?: import("..").FindingStatus | null | undefined;
|
|
1075
|
+
responseMessage?: string | undefined;
|
|
1076
|
+
} | undefined;
|
|
1016
1077
|
} | undefined;
|
|
1017
1078
|
escalation?: {
|
|
1018
1079
|
interval: {
|
|
@@ -1125,6 +1186,11 @@ export declare const _PlatformFlowSpecDto: z.ZodObject<z.objectUtil.extendShape<
|
|
|
1125
1186
|
findingStatus?: import("..").FindingStatus | null | undefined;
|
|
1126
1187
|
responseMessage?: string | undefined;
|
|
1127
1188
|
} | undefined;
|
|
1189
|
+
launchAction?: {
|
|
1190
|
+
actionId: string | null;
|
|
1191
|
+
findingStatus?: import("..").FindingStatus | null | undefined;
|
|
1192
|
+
responseMessage?: string | undefined;
|
|
1193
|
+
} | undefined;
|
|
1128
1194
|
} | undefined;
|
|
1129
1195
|
escalation?: {
|
|
1130
1196
|
interval: {
|
|
@@ -38,7 +38,6 @@ export declare const _StagedSaasAssetUpsertDto: z.ZodObject<z.objectUtil.extendS
|
|
|
38
38
|
deviceName: z.ZodOptional<z.ZodString>;
|
|
39
39
|
hostNames: z.ZodArray<z.ZodString, "many">;
|
|
40
40
|
lastActivityTime: z.ZodOptional<z.ZodString>;
|
|
41
|
-
activeStatus: z.ZodOptional<z.ZodNativeEnum<typeof import("../saasAssets.dto").SaasAssetActiveStatus>>;
|
|
42
41
|
operatingSystems: z.ZodArray<z.ZodObject<{
|
|
43
42
|
displayValue: z.ZodString;
|
|
44
43
|
version: z.ZodOptional<z.ZodString>;
|
|
@@ -76,7 +75,6 @@ export declare const _StagedSaasAssetUpsertDto: z.ZodObject<z.objectUtil.extendS
|
|
|
76
75
|
lastActivityTime?: string | undefined;
|
|
77
76
|
active?: boolean | undefined;
|
|
78
77
|
deviceName?: string | undefined;
|
|
79
|
-
activeStatus?: import("../saasAssets.dto").SaasAssetActiveStatus | undefined;
|
|
80
78
|
owner?: {
|
|
81
79
|
email?: string | undefined;
|
|
82
80
|
} | undefined;
|
|
@@ -95,7 +93,6 @@ export declare const _StagedSaasAssetUpsertDto: z.ZodObject<z.objectUtil.extendS
|
|
|
95
93
|
lastActivityTime?: string | undefined;
|
|
96
94
|
active?: boolean | undefined;
|
|
97
95
|
deviceName?: string | undefined;
|
|
98
|
-
activeStatus?: import("../saasAssets.dto").SaasAssetActiveStatus | undefined;
|
|
99
96
|
owner?: {
|
|
100
97
|
email?: string | undefined;
|
|
101
98
|
} | undefined;
|
|
@@ -117,7 +114,6 @@ export declare const _StagedSaasAssetUpsertDto: z.ZodObject<z.objectUtil.extendS
|
|
|
117
114
|
lastActivityTime?: string | undefined;
|
|
118
115
|
active?: boolean | undefined;
|
|
119
116
|
deviceName?: string | undefined;
|
|
120
|
-
activeStatus?: import("../saasAssets.dto").SaasAssetActiveStatus | undefined;
|
|
121
117
|
owner?: {
|
|
122
118
|
email?: string | undefined;
|
|
123
119
|
} | undefined;
|
|
@@ -139,7 +135,6 @@ export declare const _StagedSaasAssetUpsertDto: z.ZodObject<z.objectUtil.extendS
|
|
|
139
135
|
lastActivityTime?: string | undefined;
|
|
140
136
|
active?: boolean | undefined;
|
|
141
137
|
deviceName?: string | undefined;
|
|
142
|
-
activeStatus?: import("../saasAssets.dto").SaasAssetActiveStatus | undefined;
|
|
143
138
|
owner?: {
|
|
144
139
|
email?: string | undefined;
|
|
145
140
|
} | undefined;
|
|
@@ -175,7 +170,6 @@ export declare const _StagedSaasAssetUpsertDto: z.ZodObject<z.objectUtil.extendS
|
|
|
175
170
|
lastActivityTime?: string | undefined;
|
|
176
171
|
active?: boolean | undefined;
|
|
177
172
|
deviceName?: string | undefined;
|
|
178
|
-
activeStatus?: import("../saasAssets.dto").SaasAssetActiveStatus | undefined;
|
|
179
173
|
owner?: {
|
|
180
174
|
email?: string | undefined;
|
|
181
175
|
} | undefined;
|
|
@@ -215,7 +209,6 @@ export declare const _StagedSaasAssetUpsertDto: z.ZodObject<z.objectUtil.extendS
|
|
|
215
209
|
lastActivityTime?: string | undefined;
|
|
216
210
|
active?: boolean | undefined;
|
|
217
211
|
deviceName?: string | undefined;
|
|
218
|
-
activeStatus?: import("../saasAssets.dto").SaasAssetActiveStatus | undefined;
|
|
219
212
|
owner?: {
|
|
220
213
|
email?: string | undefined;
|
|
221
214
|
} | undefined;
|
|
@@ -18,7 +18,6 @@ export declare const _SaasAssetMeta: z.ZodObject<{
|
|
|
18
18
|
/** Last activity time of asset */
|
|
19
19
|
lastActivityTime: z.ZodOptional<z.ZodString>;
|
|
20
20
|
/** Asset active status based on status flag and activity */
|
|
21
|
-
activeStatus: z.ZodOptional<z.ZodNativeEnum<typeof SaasAssetActiveStatus>>;
|
|
22
21
|
/** Operating system of asset */
|
|
23
22
|
operatingSystems: z.ZodArray<z.ZodObject<{
|
|
24
23
|
displayValue: z.ZodString;
|
|
@@ -63,7 +62,6 @@ export declare const _SaasAssetMeta: z.ZodObject<{
|
|
|
63
62
|
lastActivityTime?: string | undefined;
|
|
64
63
|
active?: boolean | undefined;
|
|
65
64
|
deviceName?: string | undefined;
|
|
66
|
-
activeStatus?: SaasAssetActiveStatus | undefined;
|
|
67
65
|
owner?: {
|
|
68
66
|
email?: string | undefined;
|
|
69
67
|
} | undefined;
|
|
@@ -82,7 +80,6 @@ export declare const _SaasAssetMeta: z.ZodObject<{
|
|
|
82
80
|
lastActivityTime?: string | undefined;
|
|
83
81
|
active?: boolean | undefined;
|
|
84
82
|
deviceName?: string | undefined;
|
|
85
|
-
activeStatus?: SaasAssetActiveStatus | undefined;
|
|
86
83
|
owner?: {
|
|
87
84
|
email?: string | undefined;
|
|
88
85
|
} | undefined;
|
|
@@ -104,7 +101,6 @@ export declare const _SaasAssetMeta: z.ZodObject<{
|
|
|
104
101
|
lastActivityTime?: string | undefined;
|
|
105
102
|
active?: boolean | undefined;
|
|
106
103
|
deviceName?: string | undefined;
|
|
107
|
-
activeStatus?: SaasAssetActiveStatus | undefined;
|
|
108
104
|
owner?: {
|
|
109
105
|
email?: string | undefined;
|
|
110
106
|
} | undefined;
|
|
@@ -126,7 +122,6 @@ export declare const _SaasAssetMeta: z.ZodObject<{
|
|
|
126
122
|
lastActivityTime?: string | undefined;
|
|
127
123
|
active?: boolean | undefined;
|
|
128
124
|
deviceName?: string | undefined;
|
|
129
|
-
activeStatus?: SaasAssetActiveStatus | undefined;
|
|
130
125
|
owner?: {
|
|
131
126
|
email?: string | undefined;
|
|
132
127
|
} | undefined;
|
|
@@ -181,7 +176,6 @@ export declare const _SaasAssetUpsertDto: z.ZodObject<z.objectUtil.extendShape<z
|
|
|
181
176
|
/** Last activity time of asset */
|
|
182
177
|
lastActivityTime: z.ZodOptional<z.ZodString>;
|
|
183
178
|
/** Asset active status based on status flag and activity */
|
|
184
|
-
activeStatus: z.ZodOptional<z.ZodNativeEnum<typeof SaasAssetActiveStatus>>;
|
|
185
179
|
/** Operating system of asset */
|
|
186
180
|
operatingSystems: z.ZodArray<z.ZodObject<{
|
|
187
181
|
displayValue: z.ZodString;
|
|
@@ -226,7 +220,6 @@ export declare const _SaasAssetUpsertDto: z.ZodObject<z.objectUtil.extendShape<z
|
|
|
226
220
|
lastActivityTime?: string | undefined;
|
|
227
221
|
active?: boolean | undefined;
|
|
228
222
|
deviceName?: string | undefined;
|
|
229
|
-
activeStatus?: SaasAssetActiveStatus | undefined;
|
|
230
223
|
owner?: {
|
|
231
224
|
email?: string | undefined;
|
|
232
225
|
} | undefined;
|
|
@@ -245,7 +238,6 @@ export declare const _SaasAssetUpsertDto: z.ZodObject<z.objectUtil.extendShape<z
|
|
|
245
238
|
lastActivityTime?: string | undefined;
|
|
246
239
|
active?: boolean | undefined;
|
|
247
240
|
deviceName?: string | undefined;
|
|
248
|
-
activeStatus?: SaasAssetActiveStatus | undefined;
|
|
249
241
|
owner?: {
|
|
250
242
|
email?: string | undefined;
|
|
251
243
|
} | undefined;
|
|
@@ -267,7 +259,6 @@ export declare const _SaasAssetUpsertDto: z.ZodObject<z.objectUtil.extendShape<z
|
|
|
267
259
|
lastActivityTime?: string | undefined;
|
|
268
260
|
active?: boolean | undefined;
|
|
269
261
|
deviceName?: string | undefined;
|
|
270
|
-
activeStatus?: SaasAssetActiveStatus | undefined;
|
|
271
262
|
owner?: {
|
|
272
263
|
email?: string | undefined;
|
|
273
264
|
} | undefined;
|
|
@@ -289,7 +280,6 @@ export declare const _SaasAssetUpsertDto: z.ZodObject<z.objectUtil.extendShape<z
|
|
|
289
280
|
lastActivityTime?: string | undefined;
|
|
290
281
|
active?: boolean | undefined;
|
|
291
282
|
deviceName?: string | undefined;
|
|
292
|
-
activeStatus?: SaasAssetActiveStatus | undefined;
|
|
293
283
|
owner?: {
|
|
294
284
|
email?: string | undefined;
|
|
295
285
|
} | undefined;
|
|
@@ -323,7 +313,6 @@ export declare const _SaasAssetUpsertDto: z.ZodObject<z.objectUtil.extendShape<z
|
|
|
323
313
|
lastActivityTime?: string | undefined;
|
|
324
314
|
active?: boolean | undefined;
|
|
325
315
|
deviceName?: string | undefined;
|
|
326
|
-
activeStatus?: SaasAssetActiveStatus | undefined;
|
|
327
316
|
owner?: {
|
|
328
317
|
email?: string | undefined;
|
|
329
318
|
} | undefined;
|
|
@@ -362,7 +351,6 @@ export declare const _SaasAssetUpsertDto: z.ZodObject<z.objectUtil.extendShape<z
|
|
|
362
351
|
lastActivityTime?: string | undefined;
|
|
363
352
|
active?: boolean | undefined;
|
|
364
353
|
deviceName?: string | undefined;
|
|
365
|
-
activeStatus?: SaasAssetActiveStatus | undefined;
|
|
366
354
|
owner?: {
|
|
367
355
|
email?: string | undefined;
|
|
368
356
|
} | undefined;
|
|
@@ -423,7 +411,6 @@ export declare const _SaasAssetDto: z.ZodObject<z.objectUtil.extendShape<z.objec
|
|
|
423
411
|
/** Last activity time of asset */
|
|
424
412
|
lastActivityTime: z.ZodOptional<z.ZodString>;
|
|
425
413
|
/** Asset active status based on status flag and activity */
|
|
426
|
-
activeStatus: z.ZodOptional<z.ZodNativeEnum<typeof SaasAssetActiveStatus>>;
|
|
427
414
|
/** Operating system of asset */
|
|
428
415
|
operatingSystems: z.ZodArray<z.ZodObject<{
|
|
429
416
|
displayValue: z.ZodString;
|
|
@@ -468,7 +455,6 @@ export declare const _SaasAssetDto: z.ZodObject<z.objectUtil.extendShape<z.objec
|
|
|
468
455
|
lastActivityTime?: string | undefined;
|
|
469
456
|
active?: boolean | undefined;
|
|
470
457
|
deviceName?: string | undefined;
|
|
471
|
-
activeStatus?: SaasAssetActiveStatus | undefined;
|
|
472
458
|
owner?: {
|
|
473
459
|
email?: string | undefined;
|
|
474
460
|
} | undefined;
|
|
@@ -487,7 +473,6 @@ export declare const _SaasAssetDto: z.ZodObject<z.objectUtil.extendShape<z.objec
|
|
|
487
473
|
lastActivityTime?: string | undefined;
|
|
488
474
|
active?: boolean | undefined;
|
|
489
475
|
deviceName?: string | undefined;
|
|
490
|
-
activeStatus?: SaasAssetActiveStatus | undefined;
|
|
491
476
|
owner?: {
|
|
492
477
|
email?: string | undefined;
|
|
493
478
|
} | undefined;
|
|
@@ -509,7 +494,6 @@ export declare const _SaasAssetDto: z.ZodObject<z.objectUtil.extendShape<z.objec
|
|
|
509
494
|
lastActivityTime?: string | undefined;
|
|
510
495
|
active?: boolean | undefined;
|
|
511
496
|
deviceName?: string | undefined;
|
|
512
|
-
activeStatus?: SaasAssetActiveStatus | undefined;
|
|
513
497
|
owner?: {
|
|
514
498
|
email?: string | undefined;
|
|
515
499
|
} | undefined;
|
|
@@ -531,7 +515,6 @@ export declare const _SaasAssetDto: z.ZodObject<z.objectUtil.extendShape<z.objec
|
|
|
531
515
|
lastActivityTime?: string | undefined;
|
|
532
516
|
active?: boolean | undefined;
|
|
533
517
|
deviceName?: string | undefined;
|
|
534
|
-
activeStatus?: SaasAssetActiveStatus | undefined;
|
|
535
518
|
owner?: {
|
|
536
519
|
email?: string | undefined;
|
|
537
520
|
} | undefined;
|
|
@@ -576,7 +559,6 @@ export declare const _SaasAssetDto: z.ZodObject<z.objectUtil.extendShape<z.objec
|
|
|
576
559
|
lastActivityTime?: string | undefined;
|
|
577
560
|
active?: boolean | undefined;
|
|
578
561
|
deviceName?: string | undefined;
|
|
579
|
-
activeStatus?: SaasAssetActiveStatus | undefined;
|
|
580
562
|
owner?: {
|
|
581
563
|
email?: string | undefined;
|
|
582
564
|
} | undefined;
|
|
@@ -615,7 +597,6 @@ export declare const _SaasAssetDto: z.ZodObject<z.objectUtil.extendShape<z.objec
|
|
|
615
597
|
lastActivityTime?: string | undefined;
|
|
616
598
|
active?: boolean | undefined;
|
|
617
599
|
deviceName?: string | undefined;
|
|
618
|
-
activeStatus?: SaasAssetActiveStatus | undefined;
|
|
619
600
|
owner?: {
|
|
620
601
|
email?: string | undefined;
|
|
621
602
|
} | undefined;
|
|
@@ -26,7 +26,7 @@ exports._SaasAssetMeta = zod_1.z.object({
|
|
|
26
26
|
/** Last activity time of asset */
|
|
27
27
|
lastActivityTime: zod_1.z.string().optional(),
|
|
28
28
|
/** Asset active status based on status flag and activity */
|
|
29
|
-
activeStatus:
|
|
29
|
+
// activeStatus: z.nativeEnum(SaasAssetActiveStatus).optional(),
|
|
30
30
|
/** Operating system of asset */
|
|
31
31
|
operatingSystems: zod_1.z.array(zod_1.z.object({
|
|
32
32
|
displayValue: zod_1.z.string(),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"saasAssets.dto.js","sourceRoot":"","sources":["../../../src/dto/saasAssets.dto.ts"],"names":[],"mappings":";;;AAAA,6BAAsB;AACtB,2CAAuC;AACvC,yCAAkE;AAClE,mCAAwC;AAExC,IAAY,qBAIX;AAJD,WAAY,qBAAqB;IAC/B,0CAAiB,CAAA;IACjB,8CAAqB,CAAA;IACrB,8CAAqB,CAAA;AACvB,CAAC,EAJW,qBAAqB,qCAArB,qBAAqB,QAIhC;AAEY,QAAA,cAAc,GAAG,OAAC,CAAC,MAAM,CAAC;IACrC,MAAM,EAAE,OAAC,CAAC,MAAM,CAAC;QACf,6BAA6B;QAC7B,KAAK,EAAE,OAAC,CAAC,MAAM,EAAE;QACjB,iBAAiB;QACjB,SAAS,EAAE,OAAC,CAAC,UAAU,CAAC,uBAAe,CAAC;QACxC,iBAAiB;QACjB,UAAU,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;QACjC,sBAAsB;QACtB,SAAS,EAAE,OAAC,CAAC,KAAK,CAAC,OAAC,CAAC,MAAM,EAAE,CAAC;QAC9B,+CAA+C;QAC/C,mBAAmB;QACnB,kCAAkC;QAClC,gBAAgB,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;QACvC,4DAA4D;QAC5D,
|
|
1
|
+
{"version":3,"file":"saasAssets.dto.js","sourceRoot":"","sources":["../../../src/dto/saasAssets.dto.ts"],"names":[],"mappings":";;;AAAA,6BAAsB;AACtB,2CAAuC;AACvC,yCAAkE;AAClE,mCAAwC;AAExC,IAAY,qBAIX;AAJD,WAAY,qBAAqB;IAC/B,0CAAiB,CAAA;IACjB,8CAAqB,CAAA;IACrB,8CAAqB,CAAA;AACvB,CAAC,EAJW,qBAAqB,qCAArB,qBAAqB,QAIhC;AAEY,QAAA,cAAc,GAAG,OAAC,CAAC,MAAM,CAAC;IACrC,MAAM,EAAE,OAAC,CAAC,MAAM,CAAC;QACf,6BAA6B;QAC7B,KAAK,EAAE,OAAC,CAAC,MAAM,EAAE;QACjB,iBAAiB;QACjB,SAAS,EAAE,OAAC,CAAC,UAAU,CAAC,uBAAe,CAAC;QACxC,iBAAiB;QACjB,UAAU,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;QACjC,sBAAsB;QACtB,SAAS,EAAE,OAAC,CAAC,KAAK,CAAC,OAAC,CAAC,MAAM,EAAE,CAAC;QAC9B,+CAA+C;QAC/C,mBAAmB;QACnB,kCAAkC;QAClC,gBAAgB,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;QACvC,4DAA4D;QAC5D,gEAAgE;QAChE,gCAAgC;QAChC,gBAAgB,EAAE,OAAC,CAAC,KAAK,CACvB,OAAC,CAAC,MAAM,CAAC;YACP,YAAY,EAAE,OAAC,CAAC,MAAM,EAAE;YACxB,gCAAgC;YAChC,cAAc;YACd,OAAO,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;SAC/B,CAAC,CACH;QACD,0BAA0B;QAC1B,EAAE,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;QACzB,0BAA0B;QAC1B,IAAI,EAAE,OAAC,CAAC,KAAK,CAAC,OAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;QACpC,8BAA8B;QAC9B,KAAK,EAAE,OAAC;aACL,MAAM,CAAC;YACN,KAAK,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;SAC7B,CAAC;aACD,QAAQ,EAAE;QACb,iBAAiB;QACjB,IAAI,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;QAC3B,kBAAkB;QAClB,KAAK,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;QAC5B,0BAA0B;QAC1B,MAAM,EAAE,OAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;KAC/B,CAAC;IACF,IAAI,EAAE,OAAC,CAAC,OAAO,EAAE;CAClB,CAAC,CAAC;AAIU,QAAA,mBAAmB,GAAG,gCAAqB,CAAC,KAAK,CAC5D,OAAC,CAAC,MAAM,CAAC;IACP,mBAAmB;IACnB,OAAO,EAAE,sBAAU;IACnB,mBAAmB;IACnB,GAAG,EAAE,OAAC,CAAC,MAAM,EAAE;IACf,eAAe;IACf,GAAG,EAAE,OAAC,CAAC,MAAM,EAAE;IACf,cAAc;IACd,GAAG,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC1B,0BAA0B;IAC1B,YAAY,EAAE,OAAC,CAAC,MAAM,EAAE;IACxB,yCAAyC;IACzC,IAAI,EAAE,sBAAc;CACrB,CAAC,CACH,CAAC;AAIW,QAAA,aAAa,GAAG,2BAAmB,CAAC,KAAK,CAAC,0BAAe,CAAC,CAAC"}
|
package/package.json
CHANGED
package/src/dto/flows.dto.ts
CHANGED
|
@@ -174,6 +174,8 @@ export const _FlowActions = z.object({
|
|
|
174
174
|
resolveNowAction: _FlowActionDetails.optional(),
|
|
175
175
|
|
|
176
176
|
scheduleResolutionAction: _FlowActionDetails.optional(),
|
|
177
|
+
|
|
178
|
+
launchAction: _FlowActionDetails.optional(),
|
|
177
179
|
});
|
|
178
180
|
export type FlowActions = z.infer<typeof _FlowActions>;
|
|
179
181
|
export const _FlowRewardsConfig = z.object({
|
|
@@ -24,7 +24,7 @@ export const _SaasAssetMeta = z.object({
|
|
|
24
24
|
/** Last activity time of asset */
|
|
25
25
|
lastActivityTime: z.string().optional(),
|
|
26
26
|
/** Asset active status based on status flag and activity */
|
|
27
|
-
activeStatus: z.nativeEnum(SaasAssetActiveStatus).optional(),
|
|
27
|
+
// activeStatus: z.nativeEnum(SaasAssetActiveStatus).optional(),
|
|
28
28
|
/** Operating system of asset */
|
|
29
29
|
operatingSystems: z.array(
|
|
30
30
|
z.object({
|