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 +3 -4
- package/dist/index.mjs +0 -1
- package/package.json +1 -1
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
|
|
30
|
-
__export(
|
|
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(
|
|
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([
|