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?: {
|