digicust_types 1.8.49 → 1.8.51
Sign up to get free protection for your applications and to get access to all the features.
@@ -29,4 +29,5 @@ var DigicustDocumentType;
|
|
29
29
|
DigicustDocumentType["ATR"] = "ATR";
|
30
30
|
DigicustDocumentType["EUR1"] = "EUR1";
|
31
31
|
DigicustDocumentType["UserInput"] = "UserInput";
|
32
|
+
DigicustDocumentType["XML"] = "XML";
|
32
33
|
})(DigicustDocumentType || (exports.DigicustDocumentType = DigicustDocumentType = {}));
|