digicust_types 1.8.117 → 1.8.118
Sign up to get free protection for your applications and to get access to all the features.
@@ -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?: {
|