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 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)(() => PersonalDTO),
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(() => PersonalDTO),
6175
+ Type79(() => CodigoDescripcionDTO),
6176
6176
  IsNotEmpty105({ message: "es requerido" }),
6177
6177
  Expose123(),
6178
6178
  ValidateNested70()
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sigo-entities",
3
- "version": "1.0.31",
3
+ "version": "1.0.32",
4
4
  "description": "Desarrollo de modelos de datos SIGO",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",