digicust_types 1.8.253 → 1.8.254

Sign up to get free protection for your applications and to get access to all the features.
@@ -3,6 +3,7 @@
3
3
  */
4
4
  export declare enum DigicustDocumentType {
5
5
  ToBeClassified = "toBeClassified",
6
+ mixed = "mixed",
6
7
  NoProcessing = "noProcessing",
7
8
  Email = "email",
8
9
  Invoice = "invoice",
@@ -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";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "digicust_types",
3
- "version": "1.8.253",
3
+ "version": "1.8.254",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",