digicust_types 1.7.423 → 1.7.425

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.
@@ -101,6 +101,7 @@ export interface ExecutionStrategy {
101
101
  division?: string;
102
102
  noDocumentsOnHead?: boolean;
103
103
  packagesOnFirstLineItemOnly?: boolean;
104
+ aggregateItems?: boolean;
104
105
  };
105
106
  } | {
106
107
  active?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "digicust_types",
3
- "version": "1.7.423",
3
+ "version": "1.7.425",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",