@x-spacy/class-validator 1.4.9 → 1.4.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -9,13 +9,13 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
9
9
|
exports.IsDocumentConstraint = void 0;
|
|
10
10
|
exports.IsDocument = IsDocument;
|
|
11
11
|
const class_validator_1 = require("class-validator");
|
|
12
|
-
const
|
|
13
|
-
const
|
|
14
|
-
const
|
|
15
|
-
const
|
|
16
|
-
const
|
|
17
|
-
const
|
|
18
|
-
const
|
|
12
|
+
const DocumentTypeEnum_1 = require("../enums/DocumentTypeEnum");
|
|
13
|
+
const IsCNPJ_1 = require("../services/IsCNPJ");
|
|
14
|
+
const IsCPF_1 = require("../services/IsCPF");
|
|
15
|
+
const IsCREF_1 = require("../services/IsCREF");
|
|
16
|
+
const IsCRM_1 = require("../services/IsCRM");
|
|
17
|
+
const IsCRN_1 = require("../services/IsCRN");
|
|
18
|
+
const IsRG_1 = require("../services/IsRG");
|
|
19
19
|
let IsDocumentConstraint = class IsDocumentConstraint {
|
|
20
20
|
validate(document, args) {
|
|
21
21
|
var _a;
|