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[];
@@ -1,4 +1,3 @@
1
- /// <reference types="node" />
2
1
  /**
3
2
  * Information about an uploaded file. Used by multer package.
4
3
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "digicust_types",
3
- "version": "1.8.387",
3
+ "version": "1.8.388",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",