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;
@@ -1,4 +1,5 @@
1
1
  /// <reference types="node" />
2
+ /// <reference types="node" />
2
3
  /**
3
4
  * Information about an uploaded file. Used by multer package.
4
5
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "digicust_types",
3
- "version": "1.8.420",
3
+ "version": "1.8.424",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -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
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });