sigo-entities 1.2.356 → 1.2.357

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
@@ -47685,7 +47685,7 @@ __decorateClass([
47685
47685
  __decorateClass([
47686
47686
  (0, import_class_transformer767.Expose)(),
47687
47687
  (0, import_class_validator744.IsDefined)(),
47688
- (0, import_class_validator744.IsEnum)(ReasonNoFinalizedSomacyl, { message: `El campo estado_interno debe ser uno de: ${Object.values(ReasonNoFinalizedSomacyl).join(", ")}.` })
47688
+ (0, import_class_validator744.IsEnum)(ReasonNoFinalizedSomacyl, { message: `El campo motivo_no_finalizado debe ser uno de: ${Object.values(ReasonNoFinalizedSomacyl).join(", ")}.` })
47689
47689
  ], SomacylOrderENTITY.prototype, "motivo_no_finalizado", 2);
47690
47690
  __decorateClass([
47691
47691
  (0, import_class_transformer767.Expose)(),
package/dist/index.mjs CHANGED
@@ -47195,7 +47195,7 @@ __decorateClass([
47195
47195
  __decorateClass([
47196
47196
  Expose740(),
47197
47197
  IsDefined248(),
47198
- IsEnum36(ReasonNoFinalizedSomacyl, { message: `El campo estado_interno debe ser uno de: ${Object.values(ReasonNoFinalizedSomacyl).join(", ")}.` })
47198
+ IsEnum36(ReasonNoFinalizedSomacyl, { message: `El campo motivo_no_finalizado debe ser uno de: ${Object.values(ReasonNoFinalizedSomacyl).join(", ")}.` })
47199
47199
  ], SomacylOrderENTITY.prototype, "motivo_no_finalizado", 2);
47200
47200
  __decorateClass([
47201
47201
  Expose740(),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sigo-entities",
3
- "version": "1.2.356",
3
+ "version": "1.2.357",
4
4
  "description": "Desarrollo de modelos de datos SIGO",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",