digicust_types 1.8.371 → 1.8.373
Sign up to get free protection for your applications and to get access to all the features.
@@ -47,6 +47,8 @@ export interface ExecutionStrategy {
|
|
47
47
|
classificationRemarks?: string;
|
48
48
|
extractionRemarks?: {
|
49
49
|
documentType?: DigicustDocumentType | null;
|
50
|
+
engine?: string;
|
51
|
+
modelId?: string;
|
50
52
|
sendToFallbackEngine?: boolean;
|
51
53
|
remarks?: string;
|
52
54
|
ignoreLineItems?: boolean;
|
@@ -343,6 +345,9 @@ export interface ExecutionStrategy {
|
|
343
345
|
createNewCustomsCasesPerWaybillContainer?: {
|
344
346
|
active?: boolean;
|
345
347
|
};
|
348
|
+
createNewCustomsCasesAsDetectedInExcel?: {
|
349
|
+
active?: boolean;
|
350
|
+
};
|
346
351
|
/**
|
347
352
|
* Controls master data integration automation settings
|
348
353
|
*/
|