digicust_types 1.8.110 → 1.8.112
Sign up to get free protection for your applications and to get access to all the features.
@@ -27,6 +27,7 @@ export interface ExecutionStrategy {
|
|
27
27
|
whitelistedImportEmails?: string[];
|
28
28
|
mergeMultipleUploads?: boolean;
|
29
29
|
handleXLSXFileUploads?: boolean;
|
30
|
+
forceReference?: false | "invoiceNumber";
|
30
31
|
defaultClassification?: DigicustDocumentType;
|
31
32
|
defaultProcedureMode?: ProcedureMode;
|
32
33
|
dataExtraction?: {
|