digicust_types 1.8.252 → 1.8.254
Sign up to get free protection for your applications and to get access to all the features.
@@ -7,6 +7,7 @@ exports.DigicustDocumentType = void 0;
|
|
7
7
|
var DigicustDocumentType;
|
8
8
|
(function (DigicustDocumentType) {
|
9
9
|
DigicustDocumentType["ToBeClassified"] = "toBeClassified";
|
10
|
+
DigicustDocumentType["mixed"] = "mixed";
|
10
11
|
DigicustDocumentType["NoProcessing"] = "noProcessing";
|
11
12
|
DigicustDocumentType["Email"] = "email";
|
12
13
|
DigicustDocumentType["Invoice"] = "invoice";
|