sigo-entities 1.2.125 → 1.2.126

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
@@ -36688,7 +36688,7 @@ __decorateClass([
36688
36688
  (0, import_class_transformer574.Expose)()
36689
36689
  ], UsuarioLiqDTO.prototype, "Nombres", 2);
36690
36690
  __decorateClass([
36691
- (0, import_class_transformer574.Expose)({ name: "Estado Interno" }),
36691
+ (0, import_class_transformer574.Expose)(),
36692
36692
  (0, import_class_validator575.IsDefined)({ message: "El campo estado interno es obligatorio." }),
36693
36693
  (0, import_class_validator575.IsEnum)(StateInternalOrderTOA, { message: `El campo estado interno debe ser uno de: ${Object.values(StateInternalOrderTOA).join(", ")}.` })
36694
36694
  ], UsuarioLiqDTO.prototype, "estado_interno", 2);
package/dist/index.mjs CHANGED
@@ -36335,7 +36335,7 @@ __decorateClass([
36335
36335
  Expose572()
36336
36336
  ], UsuarioLiqDTO.prototype, "Nombres", 2);
36337
36337
  __decorateClass([
36338
- Expose572({ name: "Estado Interno" }),
36338
+ Expose572(),
36339
36339
  IsDefined176({ message: "El campo estado interno es obligatorio." }),
36340
36340
  IsEnum26(StateInternalOrderTOA, { message: `El campo estado interno debe ser uno de: ${Object.values(StateInternalOrderTOA).join(", ")}.` })
36341
36341
  ], UsuarioLiqDTO.prototype, "estado_interno", 2);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sigo-entities",
3
- "version": "1.2.125",
3
+ "version": "1.2.126",
4
4
  "description": "Desarrollo de modelos de datos SIGO",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",