digicust_types 1.8.166 → 1.8.167
Sign up to get free protection for your applications and to get access to all the features.
@@ -28,7 +28,8 @@ export interface ExecutionStrategy {
|
|
28
28
|
whitelistedImportEmails?: string[];
|
29
29
|
uploadWidgets?: UploadWidget[];
|
30
30
|
mergeMultipleUploads?: boolean;
|
31
|
-
handleXLSXFileUploads?: boolean
|
31
|
+
handleXLSXFileUploads?: boolean;
|
32
|
+
XLSXFileUploads?: {
|
32
33
|
active?: boolean;
|
33
34
|
strategy?: "asLineItemList" | "asPDF";
|
34
35
|
sheetName?: string;
|