sigo-entities 0.0.208 → 0.0.210
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 +2 -4
- package/dist/index.mjs +2 -4
- 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
|
|
|
@@ -9238,8 +9237,7 @@ __decorateClass([
|
|
|
9238
9237
|
], UnidadMedidaDTO3.prototype, "Nombre", 2);
|
|
9239
9238
|
__decorateClass([
|
|
9240
9239
|
(0, import_class_validator160.IsString)({ message: "debe ser true o false" }),
|
|
9241
|
-
(0, import_class_validator160.
|
|
9242
|
-
(0, import_class_validator160.Length)(1, 100, { message: "debe tener entre 1 y 100 caracteres" }),
|
|
9240
|
+
(0, import_class_validator160.Length)(0, 100, { message: "debe tener entre 0 y 100 caracteres" }),
|
|
9243
9241
|
(0, import_class_transformer160.Expose)()
|
|
9244
9242
|
], UnidadMedidaDTO3.prototype, "UnidadMedida", 2);
|
|
9245
9243
|
|
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
|
|
|
@@ -8993,8 +8992,7 @@ __decorateClass([
|
|
|
8993
8992
|
], UnidadMedidaDTO3.prototype, "Nombre", 2);
|
|
8994
8993
|
__decorateClass([
|
|
8995
8994
|
IsString135({ message: "debe ser true o false" }),
|
|
8996
|
-
|
|
8997
|
-
Length120(1, 100, { message: "debe tener entre 1 y 100 caracteres" }),
|
|
8995
|
+
Length120(0, 100, { message: "debe tener entre 0 y 100 caracteres" }),
|
|
8998
8996
|
Expose159()
|
|
8999
8997
|
], UnidadMedidaDTO3.prototype, "UnidadMedida", 2);
|
|
9000
8998
|
|