digicust_types 1.8.117 → 1.8.118

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.
@@ -182,11 +182,6 @@ export interface ExecutionStrategy {
182
182
  forceReferenceToReferenceNumberUCR?: boolean;
183
183
  forceReferenceToRegistrationNumberExternal?: boolean;
184
184
  forceReferenceToLRN?: boolean;
185
- createNewCustomsCaseForEveryXItems?: {
186
- active?: boolean;
187
- threshold?: number;
188
- aggregated?: boolean;
189
- };
190
185
  };
191
186
  dataValidation?: {
192
187
  active?: boolean;
@@ -203,6 +198,11 @@ export interface ExecutionStrategy {
203
198
  dataIntegration?: {
204
199
  active?: boolean;
205
200
  requireUserInput?: "false" | "true" | "masterDataOrUserInput";
201
+ createNewCustomsCaseForEveryXItems?: {
202
+ active?: boolean;
203
+ threshold?: number;
204
+ aggregated?: boolean;
205
+ };
206
206
  };
207
207
  matchingEngine?: {
208
208
  materialMatching?: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "digicust_types",
3
- "version": "1.8.117",
3
+ "version": "1.8.118",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",