sigo-entities 1.2.76 → 1.2.77

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
@@ -26445,12 +26445,10 @@ __decorateClass([
26445
26445
  ], KitConsumoMaterialENTITY.prototype, "actividad", 2);
26446
26446
  __decorateClass([
26447
26447
  (0, import_class_transformer457.Expose)(),
26448
- (0, import_class_validator458.IsDefined)({ message: "El campo __actividad es obligatorio." }),
26449
26448
  (0, import_class_validator458.IsString)()
26450
26449
  ], KitConsumoMaterialENTITY.prototype, "__actividad", 2);
26451
26450
  __decorateClass([
26452
26451
  (0, import_class_transformer457.Expose)(),
26453
- (0, import_class_validator458.IsDefined)({ message: "El campo __negocio es obligatorio." }),
26454
26452
  (0, import_class_validator458.IsString)()
26455
26453
  ], KitConsumoMaterialENTITY.prototype, "__negocio", 2);
26456
26454
  __decorateClass([
package/dist/index.mjs CHANGED
@@ -25990,12 +25990,10 @@ __decorateClass([
25990
25990
  ], KitConsumoMaterialENTITY.prototype, "actividad", 2);
25991
25991
  __decorateClass([
25992
25992
  Expose455(),
25993
- IsDefined132({ message: "El campo __actividad es obligatorio." }),
25994
25993
  IsString357()
25995
25994
  ], KitConsumoMaterialENTITY.prototype, "__actividad", 2);
25996
25995
  __decorateClass([
25997
25996
  Expose455(),
25998
- IsDefined132({ message: "El campo __negocio es obligatorio." }),
25999
25997
  IsString357()
26000
25998
  ], KitConsumoMaterialENTITY.prototype, "__negocio", 2);
26001
25999
  __decorateClass([
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sigo-entities",
3
- "version": "1.2.76",
3
+ "version": "1.2.77",
4
4
  "description": "Desarrollo de modelos de datos SIGO",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",