sigo-entities 0.0.232 → 0.0.233
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 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -9223,7 +9223,7 @@ __decorateClass([
|
|
|
9223
9223
|
__decorateClass([
|
|
9224
9224
|
(0, import_class_validator159.IsString)({ message: "debe ser un texto" }),
|
|
9225
9225
|
(0, import_class_validator159.IsNotEmpty)({ message: "es requerido" }),
|
|
9226
|
-
(0, import_class_validator159.Length)(1,
|
|
9226
|
+
(0, import_class_validator159.Length)(1, 200, { message: "debe tener entre 1 y 200 caracteres" }),
|
|
9227
9227
|
(0, import_class_transformer159.Expose)()
|
|
9228
9228
|
], ManoObraDTO2.prototype, "Nombre", 2);
|
|
9229
9229
|
__decorateClass([
|
package/dist/index.mjs
CHANGED
|
@@ -8967,7 +8967,7 @@ __decorateClass([
|
|
|
8967
8967
|
__decorateClass([
|
|
8968
8968
|
IsString133({ message: "debe ser un texto" }),
|
|
8969
8969
|
IsNotEmpty156({ message: "es requerido" }),
|
|
8970
|
-
Length114(1,
|
|
8970
|
+
Length114(1, 200, { message: "debe tener entre 1 y 200 caracteres" }),
|
|
8971
8971
|
Expose158()
|
|
8972
8972
|
], ManoObraDTO2.prototype, "Nombre", 2);
|
|
8973
8973
|
__decorateClass([
|