sigo-entities 0.0.208 → 0.0.209
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
|
@@ -8942,8 +8942,7 @@ __decorateClass([
|
|
|
8942
8942
|
], ManoObraDTO3.prototype, "Nombre", 2);
|
|
8943
8943
|
__decorateClass([
|
|
8944
8944
|
(0, import_class_validator155.IsString)({ message: "debe ser true o false" }),
|
|
8945
|
-
(0, import_class_validator155.
|
|
8946
|
-
(0, import_class_validator155.Length)(1, 60, { message: "debe tener entre 1 y 60 caracteres" }),
|
|
8945
|
+
(0, import_class_validator155.Length)(0, 60, { message: "debe tener entre 0 y 60 caracteres" }),
|
|
8947
8946
|
(0, import_class_transformer155.Expose)()
|
|
8948
8947
|
], ManoObraDTO3.prototype, "UnidadMedida", 2);
|
|
8949
8948
|
|
package/dist/index.mjs
CHANGED
|
@@ -8697,8 +8697,7 @@ __decorateClass([
|
|
|
8697
8697
|
], ManoObraDTO3.prototype, "Nombre", 2);
|
|
8698
8698
|
__decorateClass([
|
|
8699
8699
|
IsString130({ message: "debe ser true o false" }),
|
|
8700
|
-
|
|
8701
|
-
Length115(1, 60, { message: "debe tener entre 1 y 60 caracteres" }),
|
|
8700
|
+
Length115(0, 60, { message: "debe tener entre 0 y 60 caracteres" }),
|
|
8702
8701
|
Expose154()
|
|
8703
8702
|
], ManoObraDTO3.prototype, "UnidadMedida", 2);
|
|
8704
8703
|
|