sigo-entities 1.2.437 → 1.2.438
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 +3 -6
- package/dist/index.mjs +3 -6
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -9763,14 +9763,12 @@ __decorateClass([
|
|
|
9763
9763
|
], ValorizacionAlemaniaDTO.prototype, "Semana", 2);
|
|
9764
9764
|
__decorateClass([
|
|
9765
9765
|
(0, import_class_validator175.IsString)({ message: "debe ser un texto" }),
|
|
9766
|
-
(0, import_class_validator175.
|
|
9767
|
-
(0, import_class_validator175.Length)(1, 300, { message: "debe tener entre 1 y 300 caracteres" }),
|
|
9766
|
+
(0, import_class_validator175.MinLength)(0, { message: "debe tener m\xEDnimo 0 caracteres" }),
|
|
9768
9767
|
(0, import_class_transformer177.Expose)()
|
|
9769
9768
|
], ValorizacionAlemaniaDTO.prototype, "Calle", 2);
|
|
9770
9769
|
__decorateClass([
|
|
9771
9770
|
(0, import_class_validator175.IsString)({ message: "debe ser un texto" }),
|
|
9772
|
-
(0, import_class_validator175.
|
|
9773
|
-
(0, import_class_validator175.Length)(1, 300, { message: "debe tener entre 1 y 300 caracteres" }),
|
|
9771
|
+
(0, import_class_validator175.MinLength)(0, { message: "debe tener m\xEDnimo 0 caracteres" }),
|
|
9774
9772
|
(0, import_class_transformer177.Expose)()
|
|
9775
9773
|
], ValorizacionAlemaniaDTO.prototype, "Numero", 2);
|
|
9776
9774
|
__decorateClass([
|
|
@@ -9806,8 +9804,7 @@ __decorateClass([
|
|
|
9806
9804
|
], ValorizacionAlemaniaDTO.prototype, "Decimales", 2);
|
|
9807
9805
|
__decorateClass([
|
|
9808
9806
|
(0, import_class_validator175.IsString)({ message: "debe ser un texto" }),
|
|
9809
|
-
(0, import_class_validator175.
|
|
9810
|
-
(0, import_class_validator175.Length)(1, 300, { message: "debe tener entre 1 y 300 caracteres" }),
|
|
9807
|
+
(0, import_class_validator175.MinLength)(0, { message: "debe tener m\xEDnimo 0 caracteres" }),
|
|
9811
9808
|
(0, import_class_transformer177.Expose)()
|
|
9812
9809
|
], ValorizacionAlemaniaDTO.prototype, "Observaciones", 2);
|
|
9813
9810
|
__decorateClass([
|
package/dist/index.mjs
CHANGED
|
@@ -8891,14 +8891,12 @@ __decorateClass([
|
|
|
8891
8891
|
], ValorizacionAlemaniaDTO.prototype, "Semana", 2);
|
|
8892
8892
|
__decorateClass([
|
|
8893
8893
|
IsString137({ message: "debe ser un texto" }),
|
|
8894
|
-
|
|
8895
|
-
Length102(1, 300, { message: "debe tener entre 1 y 300 caracteres" }),
|
|
8894
|
+
MinLength24(0, { message: "debe tener m\xEDnimo 0 caracteres" }),
|
|
8896
8895
|
Expose172()
|
|
8897
8896
|
], ValorizacionAlemaniaDTO.prototype, "Calle", 2);
|
|
8898
8897
|
__decorateClass([
|
|
8899
8898
|
IsString137({ message: "debe ser un texto" }),
|
|
8900
|
-
|
|
8901
|
-
Length102(1, 300, { message: "debe tener entre 1 y 300 caracteres" }),
|
|
8899
|
+
MinLength24(0, { message: "debe tener m\xEDnimo 0 caracteres" }),
|
|
8902
8900
|
Expose172()
|
|
8903
8901
|
], ValorizacionAlemaniaDTO.prototype, "Numero", 2);
|
|
8904
8902
|
__decorateClass([
|
|
@@ -8934,8 +8932,7 @@ __decorateClass([
|
|
|
8934
8932
|
], ValorizacionAlemaniaDTO.prototype, "Decimales", 2);
|
|
8935
8933
|
__decorateClass([
|
|
8936
8934
|
IsString137({ message: "debe ser un texto" }),
|
|
8937
|
-
|
|
8938
|
-
Length102(1, 300, { message: "debe tener entre 1 y 300 caracteres" }),
|
|
8935
|
+
MinLength24(0, { message: "debe tener m\xEDnimo 0 caracteres" }),
|
|
8939
8936
|
Expose172()
|
|
8940
8937
|
], ValorizacionAlemaniaDTO.prototype, "Observaciones", 2);
|
|
8941
8938
|
__decorateClass([
|