digicust_types 1.8.387 → 1.8.388

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.
@@ -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",