digicust_types 1.8.387 → 1.8.388
Sign up to get free protection for your applications and to get access to all the features.
@@ -508,6 +508,7 @@ export interface ExecutionStrategy {
|
|
508
508
|
submission?: Submission;
|
509
509
|
doNotSendUploadNotification?: boolean;
|
510
510
|
doNotSendProcessedNotification?: boolean;
|
511
|
+
ruleSystem?: "default" | "chained";
|
511
512
|
events?: Event[];
|
512
513
|
rules?: Rule[];
|
513
514
|
userInputTemplates?: UserInputTemplate[];
|