digicust_types 1.8.306 → 1.8.308

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
  }
@@ -54,7 +54,7 @@ export interface EmailEvent extends Event {
54
54
  } & CaseFileMapping;
55
55
  }
56
56
  export interface CaseFileMapping {
57
- format?: "JSON" | "CSV" | "XML" | "TXT";
57
+ format?: "JSON" | "CSV" | "XML" | "TXT" | "XLSX";
58
58
  /** mapping in JSONATA format (https://www.npmjs.com/package/jsonata) */
59
59
  fileNameMapping?: string;
60
60
  /** mapping in JSONATA format (https://www.npmjs.com/package/jsonata) */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "digicust_types",
3
- "version": "1.8.306",
3
+ "version": "1.8.308",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",