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