sigo-entities 1.2.176 → 1.2.177
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.
- package/dist/index.js +1 -2
- package/dist/index.mjs +1 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -8094,8 +8094,7 @@ __decorateClass([
|
|
|
8094
8094
|
], HomePassDTO.prototype, "ClientType", 2);
|
|
8095
8095
|
__decorateClass([
|
|
8096
8096
|
(0, import_class_validator153.IsString)({ message: "debe ser un texto" }),
|
|
8097
|
-
(0, import_class_validator153.
|
|
8098
|
-
(0, import_class_validator153.Length)(1, 50, { message: "debe tener entre 1 y 50 caracteres" }),
|
|
8097
|
+
(0, import_class_validator153.Length)(0, 50, { message: "debe tener entre $constraint1 y $constraint2 caracteres" }),
|
|
8099
8098
|
(0, import_class_transformer152.Expose)()
|
|
8100
8099
|
], HomePassDTO.prototype, "StreetName", 2);
|
|
8101
8100
|
__decorateClass([
|
package/dist/index.mjs
CHANGED
|
@@ -7492,8 +7492,7 @@ __decorateClass([
|
|
|
7492
7492
|
], HomePassDTO.prototype, "ClientType", 2);
|
|
7493
7493
|
__decorateClass([
|
|
7494
7494
|
IsString121({ message: "debe ser un texto" }),
|
|
7495
|
-
|
|
7496
|
-
Length94(1, 50, { message: "debe tener entre 1 y 50 caracteres" }),
|
|
7495
|
+
Length94(0, 50, { message: "debe tener entre $constraint1 y $constraint2 caracteres" }),
|
|
7497
7496
|
Expose150()
|
|
7498
7497
|
], HomePassDTO.prototype, "StreetName", 2);
|
|
7499
7498
|
__decorateClass([
|