digicust_types 1.8.371 → 1.8.372
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.
|
@@ -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
|
*/
|