sigo-entities 1.0.31 → 1.0.32
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
|
@@ -6550,7 +6550,7 @@ __decorateClass([
|
|
|
6550
6550
|
(0, import_class_validator126.ValidateNested)({ each: true })
|
|
6551
6551
|
], Ultima_PreLiquidacionDTO.prototype, "Valorizacion", 2);
|
|
6552
6552
|
__decorateClass([
|
|
6553
|
-
(0, import_class_transformer125.Type)(() =>
|
|
6553
|
+
(0, import_class_transformer125.Type)(() => CodigoDescripcionDTO),
|
|
6554
6554
|
(0, import_class_validator126.IsNotEmpty)({ message: "es requerido" }),
|
|
6555
6555
|
(0, import_class_transformer125.Expose)(),
|
|
6556
6556
|
(0, import_class_validator126.ValidateNested)()
|
package/dist/index.mjs
CHANGED
|
@@ -6172,7 +6172,7 @@ __decorateClass([
|
|
|
6172
6172
|
ValidateNested70({ each: true })
|
|
6173
6173
|
], Ultima_PreLiquidacionDTO.prototype, "Valorizacion", 2);
|
|
6174
6174
|
__decorateClass([
|
|
6175
|
-
Type79(() =>
|
|
6175
|
+
Type79(() => CodigoDescripcionDTO),
|
|
6176
6176
|
IsNotEmpty105({ message: "es requerido" }),
|
|
6177
6177
|
Expose123(),
|
|
6178
6178
|
ValidateNested70()
|