digicust_types 1.8.420 → 1.8.424
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.
@@ -296,6 +296,8 @@ export interface ExecutionStrategy {
|
|
296
296
|
*/
|
297
297
|
specializedDescriptionAggregationJsonAta?: string;
|
298
298
|
lineItemGrossWeightStrategy?: "default" | "forceToFirstLineItem";
|
299
|
+
forceTotalValueToFirstLineItem?: boolean;
|
300
|
+
forcePackagesToFirstLineItem?: boolean;
|
299
301
|
forceInvoiceNumberToReferenceNumberUCR?: boolean;
|
300
302
|
forceInvoiceNumberToRegistrationNumberExternal?: boolean;
|
301
303
|
forceInvoiceNumberToLRN?: boolean;
|
package/package.json
CHANGED
@@ -1,12 +0,0 @@
|
|
1
|
-
import { Meta } from "..";
|
2
|
-
/**
|
3
|
-
* Statistics about a case
|
4
|
-
*/
|
5
|
-
export interface StatsCaseModel {
|
6
|
-
fillOutRatio?: Meta<number>;
|
7
|
-
difficulty?: Meta<number>;
|
8
|
-
accuracy?: Meta<number>;
|
9
|
-
completeness?: Meta<number>;
|
10
|
-
correctness?: Meta<number>;
|
11
|
-
overallConfidence?: Meta<number>;
|
12
|
-
}
|