sigo-entities 0.0.78 → 0.0.80
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 +1 -5
- package/dist/index.mjs +1 -5
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -3594,7 +3594,6 @@ __decorateClass([
|
|
|
3594
3594
|
], FaseDTO.prototype, "TipoFase", 2);
|
|
3595
3595
|
__decorateClass([
|
|
3596
3596
|
(0, import_class_validator69.IsString)({ message: "debe ser un texto" }),
|
|
3597
|
-
(0, import_class_validator69.IsNotEmpty)({ message: "es requerido" }),
|
|
3598
3597
|
(0, import_class_validator69.Length)(0, 300, { message: "debe tener entre 0 y 300 caracteres" }),
|
|
3599
3598
|
(0, import_class_transformer69.Expose)()
|
|
3600
3599
|
], FaseDTO.prototype, "Descripcion", 2);
|
|
@@ -3617,8 +3616,7 @@ __decorateClass([
|
|
|
3617
3616
|
], FaseDTO.prototype, "FechaCambio", 2);
|
|
3618
3617
|
__decorateClass([
|
|
3619
3618
|
(0, import_class_validator69.IsString)({ message: "debe ser un texto" }),
|
|
3620
|
-
(0, import_class_validator69.
|
|
3621
|
-
(0, import_class_validator69.Length)(0, 300, { message: "debe tener entre 1 y 300 caracteres" }),
|
|
3619
|
+
(0, import_class_validator69.Length)(0, 300, { message: "debe tener entre 0 y 300 caracteres" }),
|
|
3622
3620
|
(0, import_class_transformer69.Expose)()
|
|
3623
3621
|
], FaseDTO.prototype, "Observacion", 2);
|
|
3624
3622
|
__decorateClass([
|
|
@@ -3630,7 +3628,6 @@ __decorateClass([
|
|
|
3630
3628
|
], FaseDTO.prototype, "Anexos", 2);
|
|
3631
3629
|
__decorateClass([
|
|
3632
3630
|
(0, import_class_validator69.IsString)({ message: "debe ser un texto" }),
|
|
3633
|
-
(0, import_class_validator69.IsNotEmpty)({ message: "es requerido" }),
|
|
3634
3631
|
(0, import_class_validator69.Length)(0, 200, { message: "debe tener entre 0 y 200 caracteres" }),
|
|
3635
3632
|
(0, import_class_transformer69.Expose)()
|
|
3636
3633
|
], FaseDTO.prototype, "NroDocumento", 2);
|
|
@@ -4102,7 +4099,6 @@ __decorateClass([
|
|
|
4102
4099
|
__decorateClass([
|
|
4103
4100
|
(0, import_class_validator74.IsArray)({ message: "debe ser un arreglo" }),
|
|
4104
4101
|
(0, import_class_transformer74.Type)(() => HitoDTO),
|
|
4105
|
-
(0, import_class_validator74.IsNotEmpty)({ message: "es requerido" }),
|
|
4106
4102
|
(0, import_class_transformer74.Expose)(),
|
|
4107
4103
|
(0, import_class_validator74.ValidateNested)({ each: true })
|
|
4108
4104
|
], FaseENTITY.prototype, "Hito", 2);
|
package/dist/index.mjs
CHANGED
|
@@ -3450,7 +3450,6 @@ __decorateClass([
|
|
|
3450
3450
|
], FaseDTO.prototype, "TipoFase", 2);
|
|
3451
3451
|
__decorateClass([
|
|
3452
3452
|
IsString56({ message: "debe ser un texto" }),
|
|
3453
|
-
IsNotEmpty68({ message: "es requerido" }),
|
|
3454
3453
|
Length56(0, 300, { message: "debe tener entre 0 y 300 caracteres" }),
|
|
3455
3454
|
Expose68()
|
|
3456
3455
|
], FaseDTO.prototype, "Descripcion", 2);
|
|
@@ -3473,8 +3472,7 @@ __decorateClass([
|
|
|
3473
3472
|
], FaseDTO.prototype, "FechaCambio", 2);
|
|
3474
3473
|
__decorateClass([
|
|
3475
3474
|
IsString56({ message: "debe ser un texto" }),
|
|
3476
|
-
|
|
3477
|
-
Length56(0, 300, { message: "debe tener entre 1 y 300 caracteres" }),
|
|
3475
|
+
Length56(0, 300, { message: "debe tener entre 0 y 300 caracteres" }),
|
|
3478
3476
|
Expose68()
|
|
3479
3477
|
], FaseDTO.prototype, "Observacion", 2);
|
|
3480
3478
|
__decorateClass([
|
|
@@ -3486,7 +3484,6 @@ __decorateClass([
|
|
|
3486
3484
|
], FaseDTO.prototype, "Anexos", 2);
|
|
3487
3485
|
__decorateClass([
|
|
3488
3486
|
IsString56({ message: "debe ser un texto" }),
|
|
3489
|
-
IsNotEmpty68({ message: "es requerido" }),
|
|
3490
3487
|
Length56(0, 200, { message: "debe tener entre 0 y 200 caracteres" }),
|
|
3491
3488
|
Expose68()
|
|
3492
3489
|
], FaseDTO.prototype, "NroDocumento", 2);
|
|
@@ -3958,7 +3955,6 @@ __decorateClass([
|
|
|
3958
3955
|
__decorateClass([
|
|
3959
3956
|
IsArray18({ message: "debe ser un arreglo" }),
|
|
3960
3957
|
Type39(() => HitoDTO),
|
|
3961
|
-
IsNotEmpty73({ message: "es requerido" }),
|
|
3962
3958
|
Expose73(),
|
|
3963
3959
|
ValidateNested40({ each: true })
|
|
3964
3960
|
], FaseENTITY.prototype, "Hito", 2);
|