digicust_types 1.8.371 → 1.8.372
Sign up to get free protection for your applications and to get access to all the features.
@@ -343,6 +343,9 @@ export interface ExecutionStrategy {
|
|
343
343
|
createNewCustomsCasesPerWaybillContainer?: {
|
344
344
|
active?: boolean;
|
345
345
|
};
|
346
|
+
createNewCustomsCasesAsDetectedInExcel?: {
|
347
|
+
active?: boolean;
|
348
|
+
};
|
346
349
|
/**
|
347
350
|
* Controls master data integration automation settings
|
348
351
|
*/
|