sigo-entities 1.0.88 → 1.0.89

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
@@ -26,8 +26,8 @@ var __decorateClass = (decorators, target, key, kind) => {
26
26
  };
27
27
 
28
28
  // src/index.ts
29
- var src_exports = {};
30
- __export(src_exports, {
29
+ var index_exports = {};
30
+ __export(index_exports, {
31
31
  ActaFinalCubicacionDTO: () => ActaFinalCubicacionDTO,
32
32
  ActaFinalCubicacionSharedDTO: () => ActaFinalCubicacionSharedDTO,
33
33
  ActividadZonasActividadDTO: () => ActividadZonasActividadDTO,
@@ -426,7 +426,7 @@ __export(src_exports, {
426
426
  validateAndFormatData: () => validateAndFormatData,
427
427
  validateArrayBody: () => validateArrayBody
428
428
  });
429
- module.exports = __toCommonJS(src_exports);
429
+ module.exports = __toCommonJS(index_exports);
430
430
  var import_reflect_metadata = require("reflect-metadata");
431
431
 
432
432
  // src/administracion/mail structure/shared/dto/destinatario-dto.ts
@@ -13527,7 +13527,6 @@ __decorateClass([
13527
13527
  ], PeriodoENTITY.prototype, "FechaInicio", 2);
13528
13528
  __decorateClass([
13529
13529
  (0, import_class_validator244.IsDate)({ message: "debe ser una fecha" }),
13530
- (0, import_class_validator244.IsNotEmpty)({ message: "es requerido" }),
13531
13530
  (0, import_class_transformer243.Expose)()
13532
13531
  ], PeriodoENTITY.prototype, "FechaFin", 2);
13533
13532
  __decorateClass([
package/dist/index.mjs CHANGED
@@ -13137,7 +13137,6 @@ __decorateClass([
13137
13137
  ], PeriodoENTITY.prototype, "FechaInicio", 2);
13138
13138
  __decorateClass([
13139
13139
  IsDate61({ message: "debe ser una fecha" }),
13140
- IsNotEmpty194({ message: "es requerido" }),
13141
13140
  Expose241()
13142
13141
  ], PeriodoENTITY.prototype, "FechaFin", 2);
13143
13142
  __decorateClass([
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sigo-entities",
3
- "version": "1.0.88",
3
+ "version": "1.0.89",
4
4
  "description": "Desarrollo de modelos de datos SIGO",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",