digicust_types 1.8.268 → 1.8.269
Sign up to get free protection for your applications and to get access to all the features.
@@ -33,4 +33,5 @@ var DigicustDocumentType;
|
|
33
33
|
DigicustDocumentType["XML"] = "XML";
|
34
34
|
DigicustDocumentType["SplittedDocument"] = "splittedDocument";
|
35
35
|
DigicustDocumentType["CaseReference"] = "caseReference";
|
36
|
+
DigicustDocumentType["WeighingCertificate"] = "weighingCertificate";
|
36
37
|
})(DigicustDocumentType || (exports.DigicustDocumentType = DigicustDocumentType = {}));
|