digicust_types 1.8.42 → 1.8.43

Sign up to get free protection for your applications and to get access to all the features.
@@ -26,6 +26,7 @@ export interface ExecutionStrategy {
26
26
  };
27
27
  whitelistedImportEmails?: string[];
28
28
  mergeMultipleUploads?: boolean;
29
+ handleXLSXFileUploads?: "AsLineItemTable" | false;
29
30
  defaultClassification?: DigicustDocumentType;
30
31
  defaultProcedureMode?: ProcedureMode;
31
32
  dataExtraction?: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "digicust_types",
3
- "version": "1.8.42",
3
+ "version": "1.8.43",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",