sigo-entities 1.0.24 → 1.0.26
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.d.mts +4 -4
- package/dist/index.d.ts +4 -4
- package/dist/index.js +37 -45
- package/dist/index.mjs +4386 -4394
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -592,8 +592,8 @@ declare class PeriodoDTO$4 {
|
|
|
592
592
|
ID_Periodo: number;
|
|
593
593
|
Codigo: string;
|
|
594
594
|
FechaInicio: Date;
|
|
595
|
-
FechaFin
|
|
596
|
-
FechaMaxima
|
|
595
|
+
FechaFin: Date;
|
|
596
|
+
FechaMaxima: Date;
|
|
597
597
|
Mes: number;
|
|
598
598
|
Anio: number;
|
|
599
599
|
}
|
|
@@ -1144,8 +1144,8 @@ declare class ValorizacionDTO {
|
|
|
1144
1144
|
Descripcion: string;
|
|
1145
1145
|
Certificacion: CertificacionProduccionDTO$1;
|
|
1146
1146
|
Produccion: CertificacionProduccionDTO$1;
|
|
1147
|
-
Ultimo_Estado_Interno:
|
|
1148
|
-
Estados:
|
|
1147
|
+
Ultimo_Estado_Interno: EstadoInternoWithoutSubstateDTO;
|
|
1148
|
+
Estados: EstadoInternoWithoutSubstateDTO[];
|
|
1149
1149
|
FechaLiquidacion: Date;
|
|
1150
1150
|
Semana: number;
|
|
1151
1151
|
Calle: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -592,8 +592,8 @@ declare class PeriodoDTO$4 {
|
|
|
592
592
|
ID_Periodo: number;
|
|
593
593
|
Codigo: string;
|
|
594
594
|
FechaInicio: Date;
|
|
595
|
-
FechaFin
|
|
596
|
-
FechaMaxima
|
|
595
|
+
FechaFin: Date;
|
|
596
|
+
FechaMaxima: Date;
|
|
597
597
|
Mes: number;
|
|
598
598
|
Anio: number;
|
|
599
599
|
}
|
|
@@ -1144,8 +1144,8 @@ declare class ValorizacionDTO {
|
|
|
1144
1144
|
Descripcion: string;
|
|
1145
1145
|
Certificacion: CertificacionProduccionDTO$1;
|
|
1146
1146
|
Produccion: CertificacionProduccionDTO$1;
|
|
1147
|
-
Ultimo_Estado_Interno:
|
|
1148
|
-
Estados:
|
|
1147
|
+
Ultimo_Estado_Interno: EstadoInternoWithoutSubstateDTO;
|
|
1148
|
+
Estados: EstadoInternoWithoutSubstateDTO[];
|
|
1149
1149
|
FechaLiquidacion: Date;
|
|
1150
1150
|
Semana: number;
|
|
1151
1151
|
Calle: string;
|
package/dist/index.js
CHANGED
|
@@ -1124,14 +1124,12 @@ var CodigoDescripcionDTO = class {
|
|
|
1124
1124
|
};
|
|
1125
1125
|
__decorateClass([
|
|
1126
1126
|
(0, import_class_validator23.IsString)({ message: "debe ser un texto" }),
|
|
1127
|
-
(0, import_class_validator23.
|
|
1128
|
-
(0, import_class_validator23.Length)(1, 20, { message: "debe tener entre 1 y 20 caracteres" }),
|
|
1127
|
+
(0, import_class_validator23.MinLength)(0, { message: "debe tener m\xEDnimo 0 caracteres" }),
|
|
1129
1128
|
(0, import_class_transformer23.Expose)()
|
|
1130
1129
|
], CodigoDescripcionDTO.prototype, "Codigo", 2);
|
|
1131
1130
|
__decorateClass([
|
|
1132
1131
|
(0, import_class_validator23.IsString)({ message: "debe ser un texto" }),
|
|
1133
|
-
(0, import_class_validator23.
|
|
1134
|
-
(0, import_class_validator23.Length)(1, 100, { message: "debe tener entre 1 y 100 caracteres" }),
|
|
1132
|
+
(0, import_class_validator23.MinLength)(0, { message: "debe tenerm\xEDnimo 000 caracteres" }),
|
|
1135
1133
|
(0, import_class_transformer23.Expose)()
|
|
1136
1134
|
], CodigoDescripcionDTO.prototype, "Descripcion", 2);
|
|
1137
1135
|
|
|
@@ -2264,20 +2262,17 @@ var UsuarioEdicionDTO = class {
|
|
|
2264
2262
|
};
|
|
2265
2263
|
__decorateClass([
|
|
2266
2264
|
(0, import_class_validator52.IsString)({ message: "debe ser un texto" }),
|
|
2267
|
-
(0, import_class_validator52.
|
|
2268
|
-
(0, import_class_validator52.Length)(1, 200, { message: "debe tener entre 1 y 200 caracteres" }),
|
|
2265
|
+
(0, import_class_validator52.MinLength)(0, { message: "debe tener m\xEDnimo 0 caracteres" }),
|
|
2269
2266
|
(0, import_class_transformer51.Expose)()
|
|
2270
2267
|
], UsuarioEdicionDTO.prototype, "Cuadrilla", 2);
|
|
2271
2268
|
__decorateClass([
|
|
2272
2269
|
(0, import_class_validator52.IsString)({ message: "debe ser un texto" }),
|
|
2273
|
-
(0, import_class_validator52.
|
|
2274
|
-
(0, import_class_validator52.Length)(1, 200, { message: "debe tener entre 1 y 200 caracteres" }),
|
|
2270
|
+
(0, import_class_validator52.MinLength)(0, { message: "debe tener m\xEDnimo 0 caracteres" }),
|
|
2275
2271
|
(0, import_class_transformer51.Expose)()
|
|
2276
2272
|
], UsuarioEdicionDTO.prototype, "User", 2);
|
|
2277
2273
|
__decorateClass([
|
|
2278
2274
|
(0, import_class_validator52.IsString)({ message: "debe ser un texto" }),
|
|
2279
|
-
(0, import_class_validator52.
|
|
2280
|
-
(0, import_class_validator52.Length)(1, 15, { message: "debe tener entre 1 y 15 caracteres" }),
|
|
2275
|
+
(0, import_class_validator52.MinLength)(0, { message: "debe tener m\xEDnimo 0 caracteres" }),
|
|
2281
2276
|
(0, import_class_transformer51.Expose)()
|
|
2282
2277
|
], UsuarioEdicionDTO.prototype, "Identificacion", 2);
|
|
2283
2278
|
|
|
@@ -2768,6 +2763,7 @@ __decorateClass([
|
|
|
2768
2763
|
(0, import_class_validator62.ValidateNested)()
|
|
2769
2764
|
], FilesDocDTO.prototype, "Coordenadas", 2);
|
|
2770
2765
|
__decorateClass([
|
|
2766
|
+
(0, import_class_transformer61.Type)(() => Date),
|
|
2771
2767
|
(0, import_class_validator62.IsDate)({ message: "debe ser una fecha" }),
|
|
2772
2768
|
(0, import_class_validator62.IsNotEmpty)({ message: "es requerido" }),
|
|
2773
2769
|
(0, import_class_transformer61.Expose)()
|
|
@@ -3283,8 +3279,8 @@ var PeriodoDTO = class {
|
|
|
3283
3279
|
ID_Periodo = 0;
|
|
3284
3280
|
Codigo = "";
|
|
3285
3281
|
FechaInicio = /* @__PURE__ */ new Date();
|
|
3286
|
-
FechaFin =
|
|
3287
|
-
FechaMaxima =
|
|
3282
|
+
FechaFin = /* @__PURE__ */ new Date();
|
|
3283
|
+
FechaMaxima = /* @__PURE__ */ new Date();
|
|
3288
3284
|
Mes = 0;
|
|
3289
3285
|
Anio = 0;
|
|
3290
3286
|
};
|
|
@@ -3301,24 +3297,27 @@ __decorateClass([
|
|
|
3301
3297
|
__decorateClass([
|
|
3302
3298
|
(0, import_class_validator76.IsDate)({ message: "debe ser una fecha" }),
|
|
3303
3299
|
(0, import_class_validator76.IsNotEmpty)({ message: "es requerido" }),
|
|
3304
|
-
(0, import_class_transformer75.Expose)()
|
|
3300
|
+
(0, import_class_transformer75.Expose)(),
|
|
3301
|
+
(0, import_class_transformer75.Type)(() => Date)
|
|
3305
3302
|
], PeriodoDTO.prototype, "FechaInicio", 2);
|
|
3306
3303
|
__decorateClass([
|
|
3307
|
-
(0, import_class_validator76.
|
|
3308
|
-
(0,
|
|
3304
|
+
(0, import_class_validator76.IsDate)({ message: "debe ser una fecha" }),
|
|
3305
|
+
(0, import_class_transformer75.Type)(() => Date),
|
|
3309
3306
|
(0, import_class_transformer75.Expose)()
|
|
3310
3307
|
], PeriodoDTO.prototype, "FechaFin", 2);
|
|
3311
3308
|
__decorateClass([
|
|
3312
|
-
(0, import_class_validator76.
|
|
3313
|
-
(0,
|
|
3309
|
+
(0, import_class_validator76.IsDate)({ message: "debe ser una fecha" }),
|
|
3310
|
+
(0, import_class_transformer75.Type)(() => Date),
|
|
3314
3311
|
(0, import_class_transformer75.Expose)()
|
|
3315
3312
|
], PeriodoDTO.prototype, "FechaMaxima", 2);
|
|
3316
3313
|
__decorateClass([
|
|
3314
|
+
(0, import_class_transformer75.Transform)(({ value }) => value === "" ? 0 : value),
|
|
3317
3315
|
(0, import_class_validator76.IsNumber)({}, { message: "debe ser un numero" }),
|
|
3318
3316
|
(0, import_class_validator76.IsNotEmpty)({ message: "es requerido" }),
|
|
3319
3317
|
(0, import_class_transformer75.Expose)()
|
|
3320
3318
|
], PeriodoDTO.prototype, "Mes", 2);
|
|
3321
3319
|
__decorateClass([
|
|
3320
|
+
(0, import_class_transformer75.Transform)(({ value }) => value === "" ? 0 : value),
|
|
3322
3321
|
(0, import_class_validator76.IsNumber)({}, { message: "debe ser un numero" }),
|
|
3323
3322
|
(0, import_class_validator76.IsNotEmpty)({ message: "es requerido" }),
|
|
3324
3323
|
(0, import_class_transformer75.Expose)()
|
|
@@ -3341,6 +3340,7 @@ __decorateClass([
|
|
|
3341
3340
|
(0, import_class_transformer76.Expose)()
|
|
3342
3341
|
], PersonalDTO.prototype, "Identificacion", 2);
|
|
3343
3342
|
__decorateClass([
|
|
3343
|
+
(0, import_class_transformer76.Transform)(({ value }) => value === "" ? 0 : value),
|
|
3344
3344
|
(0, import_class_validator77.IsNumber)({}, { message: "debe ser un numero" }),
|
|
3345
3345
|
(0, import_class_transformer76.Expose)()
|
|
3346
3346
|
], PersonalDTO.prototype, "IdPersonal", 2);
|
|
@@ -5678,6 +5678,7 @@ __decorateClass([
|
|
|
5678
5678
|
(0, import_class_validator114.ValidateNested)()
|
|
5679
5679
|
], CertificacionProduccionDTO.prototype, "UsuarioEdicion", 2);
|
|
5680
5680
|
__decorateClass([
|
|
5681
|
+
(0, import_class_transformer113.Type)(() => Date),
|
|
5681
5682
|
(0, import_class_validator114.IsDate)({ message: "debe ser una fecha" }),
|
|
5682
5683
|
(0, import_class_validator114.IsNotEmpty)({ message: "es requerido" }),
|
|
5683
5684
|
(0, import_class_transformer113.Expose)()
|
|
@@ -5755,32 +5756,27 @@ __decorateClass([
|
|
|
5755
5756
|
], DetalleChileDTO.prototype, "Linea", 2);
|
|
5756
5757
|
__decorateClass([
|
|
5757
5758
|
(0, import_class_validator116.IsString)({ message: "debe ser un texto" }),
|
|
5758
|
-
(0, import_class_validator116.
|
|
5759
|
-
(0, import_class_validator116.Length)(1, 30, { message: "debe tener entre 1 y 30 caracteres" }),
|
|
5759
|
+
(0, import_class_validator116.MinLength)(0, { message: "debe tener entre m\xEDnimo 0 caracteres" }),
|
|
5760
5760
|
(0, import_class_transformer115.Expose)()
|
|
5761
5761
|
], DetalleChileDTO.prototype, "DirDesde", 2);
|
|
5762
5762
|
__decorateClass([
|
|
5763
5763
|
(0, import_class_validator116.IsString)({ message: "debe ser un texto" }),
|
|
5764
|
-
(0, import_class_validator116.
|
|
5765
|
-
(0, import_class_validator116.Length)(1, 30, { message: "debe tener entre 1 y 30 caracteres" }),
|
|
5764
|
+
(0, import_class_validator116.MinLength)(0, { message: "debe tener entre m\xEDnimo 0 caracteres" }),
|
|
5766
5765
|
(0, import_class_transformer115.Expose)()
|
|
5767
5766
|
], DetalleChileDTO.prototype, "AltDesde", 2);
|
|
5768
5767
|
__decorateClass([
|
|
5769
5768
|
(0, import_class_validator116.IsString)({ message: "debe ser un texto" }),
|
|
5770
|
-
(0, import_class_validator116.
|
|
5771
|
-
(0, import_class_validator116.Length)(1, 30, { message: "debe tener entre 1 y 30 caracteres" }),
|
|
5769
|
+
(0, import_class_validator116.MinLength)(0, { message: "debe tener entre m\xEDnimo 0 caracteres" }),
|
|
5772
5770
|
(0, import_class_transformer115.Expose)()
|
|
5773
5771
|
], DetalleChileDTO.prototype, "DirHasta", 2);
|
|
5774
5772
|
__decorateClass([
|
|
5775
5773
|
(0, import_class_validator116.IsString)({ message: "debe ser un texto" }),
|
|
5776
|
-
(0, import_class_validator116.
|
|
5777
|
-
(0, import_class_validator116.Length)(1, 30, { message: "debe tener entre 1 y 30 caracteres" }),
|
|
5774
|
+
(0, import_class_validator116.MinLength)(0, { message: "debe tener entre m\xEDnimo 0 caracteres" }),
|
|
5778
5775
|
(0, import_class_transformer115.Expose)()
|
|
5779
5776
|
], DetalleChileDTO.prototype, "AltHasta", 2);
|
|
5780
5777
|
__decorateClass([
|
|
5781
5778
|
(0, import_class_validator116.IsString)({ message: "debe ser un texto" }),
|
|
5782
|
-
(0, import_class_validator116.
|
|
5783
|
-
(0, import_class_validator116.Length)(1, 30, { message: "debe tener entre 1 y 30 caracteres" }),
|
|
5779
|
+
(0, import_class_validator116.MinLength)(0, { message: "debe tener entre m\xEDnimo 0 caracteres" }),
|
|
5784
5780
|
(0, import_class_transformer115.Expose)()
|
|
5785
5781
|
], DetalleChileDTO.prototype, "Plano", 2);
|
|
5786
5782
|
__decorateClass([
|
|
@@ -5803,8 +5799,7 @@ __decorateClass([
|
|
|
5803
5799
|
], DetalleChileDTO.prototype, "Clave", 2);
|
|
5804
5800
|
__decorateClass([
|
|
5805
5801
|
(0, import_class_validator116.IsString)({ message: "debe ser un texto" }),
|
|
5806
|
-
(0, import_class_validator116.
|
|
5807
|
-
(0, import_class_validator116.Length)(1, 30, { message: "debe tener entre 1 y 30 caracteres" }),
|
|
5802
|
+
(0, import_class_validator116.MinLength)(0, { message: "debe tener m\xEDnimo 0 caracteres" }),
|
|
5808
5803
|
(0, import_class_transformer115.Expose)()
|
|
5809
5804
|
], DetalleChileDTO.prototype, "Tarea", 2);
|
|
5810
5805
|
__decorateClass([
|
|
@@ -5873,14 +5868,13 @@ __decorateClass([
|
|
|
5873
5868
|
(0, import_class_transformer115.Expose)()
|
|
5874
5869
|
], DetalleChileDTO.prototype, "CanUOApr", 2);
|
|
5875
5870
|
__decorateClass([
|
|
5876
|
-
(0, import_class_validator116.
|
|
5877
|
-
(0, import_class_validator116.
|
|
5871
|
+
(0, import_class_validator116.IsString)({ message: "debe ser un texto" }),
|
|
5872
|
+
(0, import_class_validator116.MinLength)(0, { message: "debe tener m\xEDnimo 0 caracteres" }),
|
|
5878
5873
|
(0, import_class_transformer115.Expose)()
|
|
5879
5874
|
], DetalleChileDTO.prototype, "Origen", 2);
|
|
5880
5875
|
__decorateClass([
|
|
5881
5876
|
(0, import_class_validator116.IsString)({ message: "debe ser un texto" }),
|
|
5882
|
-
(0, import_class_validator116.
|
|
5883
|
-
(0, import_class_validator116.Length)(1, 100, { message: "debe tener entre 1 y 100 caracteres" }),
|
|
5877
|
+
(0, import_class_validator116.MinLength)(0, { message: "debe tener m\xEDnimo 0 caracteres" }),
|
|
5884
5878
|
(0, import_class_transformer115.Expose)()
|
|
5885
5879
|
], DetalleChileDTO.prototype, "CodigoBarra", 2);
|
|
5886
5880
|
__decorateClass([
|
|
@@ -5903,8 +5897,7 @@ __decorateClass([
|
|
|
5903
5897
|
], EstadoHPListDTO.prototype, "Estado", 2);
|
|
5904
5898
|
__decorateClass([
|
|
5905
5899
|
(0, import_class_validator117.IsString)({ message: "debe ser un texto" }),
|
|
5906
|
-
(0, import_class_validator117.
|
|
5907
|
-
(0, import_class_validator117.Length)(1, 50, { message: "debe tener entre 1 y 50 caracteres" }),
|
|
5900
|
+
(0, import_class_validator117.MinLength)(0, { message: "debe tener m\xEDnimo 0 caracteres" }),
|
|
5908
5901
|
(0, import_class_transformer116.Expose)()
|
|
5909
5902
|
], EstadoHPListDTO.prototype, "Especialidad", 2);
|
|
5910
5903
|
|
|
@@ -6239,8 +6232,7 @@ var TurnoDTO = class {
|
|
|
6239
6232
|
};
|
|
6240
6233
|
__decorateClass([
|
|
6241
6234
|
(0, import_class_validator123.IsString)({ message: "debe ser un texto" }),
|
|
6242
|
-
(0, import_class_validator123.
|
|
6243
|
-
(0, import_class_validator123.Length)(1, 30, { message: "debe tener entre 1 y 30 caracteres" }),
|
|
6235
|
+
(0, import_class_validator123.MinLength)(0, { message: "debe tener m\xEDnimo 0 caracteres" }),
|
|
6244
6236
|
(0, import_class_transformer122.Expose)()
|
|
6245
6237
|
], TurnoDTO.prototype, "Codigo", 2);
|
|
6246
6238
|
__decorateClass([
|
|
@@ -6323,7 +6315,7 @@ var ValorizacionDTO = class {
|
|
|
6323
6315
|
Descripcion = "";
|
|
6324
6316
|
Certificacion = new CertificacionProduccionDTO();
|
|
6325
6317
|
Produccion = new CertificacionProduccionDTO();
|
|
6326
|
-
Ultimo_Estado_Interno = new
|
|
6318
|
+
Ultimo_Estado_Interno = new EstadoInternoWithoutSubstateDTO();
|
|
6327
6319
|
Estados = [];
|
|
6328
6320
|
FechaLiquidacion = /* @__PURE__ */ new Date();
|
|
6329
6321
|
Semana = 0;
|
|
@@ -6392,19 +6384,20 @@ __decorateClass([
|
|
|
6392
6384
|
(0, import_class_validator125.ValidateNested)()
|
|
6393
6385
|
], ValorizacionDTO.prototype, "Produccion", 2);
|
|
6394
6386
|
__decorateClass([
|
|
6395
|
-
(0, import_class_transformer124.Type)(() =>
|
|
6387
|
+
(0, import_class_transformer124.Type)(() => EstadoInternoWithoutSubstateDTO),
|
|
6396
6388
|
(0, import_class_validator125.IsNotEmpty)({ message: "es requerido" }),
|
|
6397
6389
|
(0, import_class_transformer124.Expose)(),
|
|
6398
6390
|
(0, import_class_validator125.ValidateNested)()
|
|
6399
6391
|
], ValorizacionDTO.prototype, "Ultimo_Estado_Interno", 2);
|
|
6400
6392
|
__decorateClass([
|
|
6401
6393
|
(0, import_class_validator125.IsArray)(),
|
|
6402
|
-
(0, import_class_transformer124.Type)(() =>
|
|
6394
|
+
(0, import_class_transformer124.Type)(() => EstadoInternoWithoutSubstateDTO),
|
|
6403
6395
|
(0, import_class_validator125.IsNotEmpty)({ message: "es requerido" }),
|
|
6404
6396
|
(0, import_class_transformer124.Expose)(),
|
|
6405
6397
|
(0, import_class_validator125.ValidateNested)({ each: true })
|
|
6406
6398
|
], ValorizacionDTO.prototype, "Estados", 2);
|
|
6407
6399
|
__decorateClass([
|
|
6400
|
+
(0, import_class_transformer124.Type)(() => Date),
|
|
6408
6401
|
(0, import_class_validator125.IsDate)({ message: "debe ser una fecha" }),
|
|
6409
6402
|
(0, import_class_validator125.IsNotEmpty)({ message: "es requerido" }),
|
|
6410
6403
|
(0, import_class_transformer124.Expose)()
|
|
@@ -6416,14 +6409,12 @@ __decorateClass([
|
|
|
6416
6409
|
], ValorizacionDTO.prototype, "Semana", 2);
|
|
6417
6410
|
__decorateClass([
|
|
6418
6411
|
(0, import_class_validator125.IsString)({ message: "debe ser un texto" }),
|
|
6419
|
-
(0, import_class_validator125.
|
|
6420
|
-
(0, import_class_validator125.Length)(1, 300, { message: "debe tener entre 1 y 300 caracteres" }),
|
|
6412
|
+
(0, import_class_validator125.MinLength)(0, { message: "debe tener m\xEDnimo 0 caracteres" }),
|
|
6421
6413
|
(0, import_class_transformer124.Expose)()
|
|
6422
6414
|
], ValorizacionDTO.prototype, "Calle", 2);
|
|
6423
6415
|
__decorateClass([
|
|
6424
6416
|
(0, import_class_validator125.IsString)({ message: "debe ser un texto" }),
|
|
6425
|
-
(0, import_class_validator125.
|
|
6426
|
-
(0, import_class_validator125.Length)(1, 300, { message: "debe tener entre 1 y 300 caracteres" }),
|
|
6417
|
+
(0, import_class_validator125.MinLength)(0, { message: "debe tener m\xEDnimo 0 caracteres" }),
|
|
6427
6418
|
(0, import_class_transformer124.Expose)()
|
|
6428
6419
|
], ValorizacionDTO.prototype, "Numero", 2);
|
|
6429
6420
|
__decorateClass([
|
|
@@ -6460,7 +6451,7 @@ __decorateClass([
|
|
|
6460
6451
|
__decorateClass([
|
|
6461
6452
|
(0, import_class_validator125.IsString)({ message: "debe ser un texto" }),
|
|
6462
6453
|
(0, import_class_validator125.IsNotEmpty)({ message: "es requerido" }),
|
|
6463
|
-
(0, import_class_validator125.
|
|
6454
|
+
(0, import_class_validator125.MinLength)(0, { message: "debe tener m\xEDnimo 0 caracteres" }),
|
|
6464
6455
|
(0, import_class_transformer124.Expose)()
|
|
6465
6456
|
], ValorizacionDTO.prototype, "Observaciones", 2);
|
|
6466
6457
|
__decorateClass([
|
|
@@ -6718,6 +6709,7 @@ __decorateClass([
|
|
|
6718
6709
|
(0, import_class_validator128.ValidateNested)()
|
|
6719
6710
|
], Ultima_asignacionDTO.prototype, "Turno", 2);
|
|
6720
6711
|
__decorateClass([
|
|
6712
|
+
(0, import_class_transformer127.Type)(() => Date),
|
|
6721
6713
|
(0, import_class_validator128.IsDate)({ message: "debe ser una fecha" }),
|
|
6722
6714
|
(0, import_class_validator128.IsNotEmpty)({ message: "es requerido" }),
|
|
6723
6715
|
(0, import_class_transformer127.Expose)()
|