digicust_types 1.8.534 → 1.8.536
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.
|
@@ -45,7 +45,7 @@ export interface ExecutionStrategy {
|
|
|
45
45
|
defaultProcedureMode?: ProcedureMode;
|
|
46
46
|
dataExtraction?: {
|
|
47
47
|
active?: boolean;
|
|
48
|
-
engine?: "default" | "dexter_experimental" | "llm" | "bigdog";
|
|
48
|
+
engine?: "default" | "dexter_experimental" | "llm" | "bigdog" | "bigdog-v2";
|
|
49
49
|
llmOptions?: {
|
|
50
50
|
classificationRemarks?: string;
|
|
51
51
|
extractionRemarks?: {
|
|
@@ -339,6 +339,12 @@ export interface ExecutionStrategy {
|
|
|
339
339
|
* If true, the line items will be sorted according to the order of the packing list, if a packing list exists in a case.
|
|
340
340
|
*/
|
|
341
341
|
sortPositionsByPackingListOrder?: boolean;
|
|
342
|
+
/**
|
|
343
|
+
* When true, the route will not be derived from customs offices and addresses.
|
|
344
|
+
* Only explicitly set routes (from rules or user input) will be used.
|
|
345
|
+
* @default false
|
|
346
|
+
*/
|
|
347
|
+
disableRouteDerivation?: boolean;
|
|
342
348
|
};
|
|
343
349
|
dataValidation?: {
|
|
344
350
|
active?: boolean;
|