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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "digicust_types",
3
- "version": "1.8.166",
3
+ "version": "1.8.167",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",