digicust_types 1.8.117 → 1.8.119
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,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?: {
|