digicust_types 1.8.117 → 1.8.119
Sign up to get free protection for your applications and to get access to all the features.
@@ -182,11 +182,7 @@ export interface ExecutionStrategy {
|
|
182
182
|
forceReferenceToReferenceNumberUCR?: boolean;
|
183
183
|
forceReferenceToRegistrationNumberExternal?: boolean;
|
184
184
|
forceReferenceToLRN?: boolean;
|
185
|
-
|
186
|
-
active?: boolean;
|
187
|
-
threshold?: number;
|
188
|
-
aggregated?: boolean;
|
189
|
-
};
|
185
|
+
defaultLicensePlate?: "german" | false;
|
190
186
|
};
|
191
187
|
dataValidation?: {
|
192
188
|
active?: boolean;
|
@@ -203,6 +199,11 @@ export interface ExecutionStrategy {
|
|
203
199
|
dataIntegration?: {
|
204
200
|
active?: boolean;
|
205
201
|
requireUserInput?: "false" | "true" | "masterDataOrUserInput";
|
202
|
+
createNewCustomsCaseForEveryXItems?: {
|
203
|
+
active?: boolean;
|
204
|
+
threshold?: number;
|
205
|
+
aggregated?: boolean;
|
206
|
+
};
|
206
207
|
};
|
207
208
|
matchingEngine?: {
|
208
209
|
materialMatching?: {
|