digicust_types 1.8.306 → 1.8.307

Sign up to get free protection for your applications and to get access to all the features.
@@ -55,4 +55,5 @@ export interface EmailDocument extends DigicustDocumentModel {
55
55
  contactPerson?: PersonModel;
56
56
  phoneNr?: Meta<string>;
57
57
  email?: Meta<string>;
58
+ originalEmailSender?: Meta<string>;
58
59
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "digicust_types",
3
- "version": "1.8.306",
3
+ "version": "1.8.307",
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 });