sigo-entities 1.2.67 → 1.2.68
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 +0 -1
- package/dist/index.mjs +0 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -8049,7 +8049,6 @@ __decorateClass([
|
|
|
8049
8049
|
], ValorizacionDTO.prototype, "Decimales", 2);
|
|
8050
8050
|
__decorateClass([
|
|
8051
8051
|
(0, import_class_validator150.IsString)({ message: "debe ser un texto" }),
|
|
8052
|
-
(0, import_class_validator150.IsNotEmpty)({ message: "es requerido" }),
|
|
8053
8052
|
(0, import_class_validator150.MinLength)(0, { message: "debe tener m\xEDnimo 0 caracteres" }),
|
|
8054
8053
|
(0, import_class_transformer149.Expose)()
|
|
8055
8054
|
], ValorizacionDTO.prototype, "Observaciones", 2);
|
package/dist/index.mjs
CHANGED
|
@@ -7487,7 +7487,6 @@ __decorateClass([
|
|
|
7487
7487
|
], ValorizacionDTO.prototype, "Decimales", 2);
|
|
7488
7488
|
__decorateClass([
|
|
7489
7489
|
IsString118({ message: "debe ser un texto" }),
|
|
7490
|
-
IsNotEmpty110({ message: "es requerido" }),
|
|
7491
7490
|
MinLength19(0, { message: "debe tener m\xEDnimo 0 caracteres" }),
|
|
7492
7491
|
Expose147()
|
|
7493
7492
|
], ValorizacionDTO.prototype, "Observaciones", 2);
|