sigo-entities 1.2.167 → 1.2.168
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 +6 -6
- package/dist/index.mjs +6 -6
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -10453,13 +10453,13 @@ __decorateClass([
|
|
|
10453
10453
|
__decorateClass([
|
|
10454
10454
|
(0, import_class_validator183.IsString)({ message: "debe ser un texto" }),
|
|
10455
10455
|
(0, import_class_validator183.IsNotEmpty)({ message: "es requerido" }),
|
|
10456
|
-
(0, import_class_validator183.Length)(
|
|
10456
|
+
(0, import_class_validator183.Length)(0, 300, { message: "debe tener entre $constraint1 y $constraint2 caracteres" }),
|
|
10457
10457
|
(0, import_class_transformer182.Expose)()
|
|
10458
10458
|
], ValorizacionTMOAlemaniaDTO.prototype, "Calle", 2);
|
|
10459
10459
|
__decorateClass([
|
|
10460
10460
|
(0, import_class_validator183.IsString)({ message: "debe ser un texto" }),
|
|
10461
10461
|
(0, import_class_validator183.IsNotEmpty)({ message: "es requerido" }),
|
|
10462
|
-
(0, import_class_validator183.Length)(
|
|
10462
|
+
(0, import_class_validator183.Length)(0, 300, { message: "debe tener entre $constraint1 y $constraint2 caracteres" }),
|
|
10463
10463
|
(0, import_class_transformer182.Expose)()
|
|
10464
10464
|
], ValorizacionTMOAlemaniaDTO.prototype, "Numero", 2);
|
|
10465
10465
|
__decorateClass([
|
|
@@ -10472,13 +10472,13 @@ __decorateClass([
|
|
|
10472
10472
|
__decorateClass([
|
|
10473
10473
|
(0, import_class_validator183.IsString)({ message: "debe ser un texto" }),
|
|
10474
10474
|
(0, import_class_validator183.IsNotEmpty)({ message: "es requerido" }),
|
|
10475
|
-
(0, import_class_validator183.Length)(1, 30, { message: "debe tener entre
|
|
10475
|
+
(0, import_class_validator183.Length)(1, 30, { message: "debe tener entre $constraint1 y $constraint2 caracteres" }),
|
|
10476
10476
|
(0, import_class_transformer182.Expose)()
|
|
10477
10477
|
], ValorizacionTMOAlemaniaDTO.prototype, "Moneda", 2);
|
|
10478
10478
|
__decorateClass([
|
|
10479
10479
|
(0, import_class_validator183.IsString)({ message: "debe ser un texto" }),
|
|
10480
10480
|
(0, import_class_validator183.IsNotEmpty)({ message: "es requerido" }),
|
|
10481
|
-
(0, import_class_validator183.Length)(1, 30, { message: "debe tener entre
|
|
10481
|
+
(0, import_class_validator183.Length)(1, 30, { message: "debe tener entre $constraint1 y $constraint2 caracteres" }),
|
|
10482
10482
|
(0, import_class_transformer182.Expose)()
|
|
10483
10483
|
], ValorizacionTMOAlemaniaDTO.prototype, "Simbolo", 2);
|
|
10484
10484
|
__decorateClass([
|
|
@@ -10489,7 +10489,7 @@ __decorateClass([
|
|
|
10489
10489
|
__decorateClass([
|
|
10490
10490
|
(0, import_class_validator183.IsString)({ message: "debe ser un texto" }),
|
|
10491
10491
|
(0, import_class_validator183.IsNotEmpty)({ message: "es requerido" }),
|
|
10492
|
-
(0, import_class_validator183.Length)(
|
|
10492
|
+
(0, import_class_validator183.Length)(0, 300, { message: "debe tener entre $constraint1 y $constraint2 caracteres" }),
|
|
10493
10493
|
(0, import_class_transformer182.Expose)()
|
|
10494
10494
|
], ValorizacionTMOAlemaniaDTO.prototype, "Observaciones", 2);
|
|
10495
10495
|
__decorateClass([
|
|
@@ -10510,7 +10510,7 @@ __decorateClass([
|
|
|
10510
10510
|
__decorateClass([
|
|
10511
10511
|
(0, import_class_validator183.IsString)({ message: "debe ser un texto" }),
|
|
10512
10512
|
(0, import_class_validator183.IsNotEmpty)({ message: "es requerido" }),
|
|
10513
|
-
(0, import_class_validator183.Length)(1, 30, { message: "debe tener entre
|
|
10513
|
+
(0, import_class_validator183.Length)(1, 30, { message: "debe tener entre $constraint1 y $constraint2 caracteres" }),
|
|
10514
10514
|
(0, import_class_transformer182.Expose)()
|
|
10515
10515
|
], ValorizacionTMOAlemaniaDTO.prototype, "Unidad", 2);
|
|
10516
10516
|
__decorateClass([
|
package/dist/index.mjs
CHANGED
|
@@ -9851,13 +9851,13 @@ __decorateClass([
|
|
|
9851
9851
|
__decorateClass([
|
|
9852
9852
|
IsString143({ message: "debe ser un texto" }),
|
|
9853
9853
|
IsNotEmpty138({ message: "es requerido" }),
|
|
9854
|
-
Length116(
|
|
9854
|
+
Length116(0, 300, { message: "debe tener entre $constraint1 y $constraint2 caracteres" }),
|
|
9855
9855
|
Expose180()
|
|
9856
9856
|
], ValorizacionTMOAlemaniaDTO.prototype, "Calle", 2);
|
|
9857
9857
|
__decorateClass([
|
|
9858
9858
|
IsString143({ message: "debe ser un texto" }),
|
|
9859
9859
|
IsNotEmpty138({ message: "es requerido" }),
|
|
9860
|
-
Length116(
|
|
9860
|
+
Length116(0, 300, { message: "debe tener entre $constraint1 y $constraint2 caracteres" }),
|
|
9861
9861
|
Expose180()
|
|
9862
9862
|
], ValorizacionTMOAlemaniaDTO.prototype, "Numero", 2);
|
|
9863
9863
|
__decorateClass([
|
|
@@ -9870,13 +9870,13 @@ __decorateClass([
|
|
|
9870
9870
|
__decorateClass([
|
|
9871
9871
|
IsString143({ message: "debe ser un texto" }),
|
|
9872
9872
|
IsNotEmpty138({ message: "es requerido" }),
|
|
9873
|
-
Length116(1, 30, { message: "debe tener entre
|
|
9873
|
+
Length116(1, 30, { message: "debe tener entre $constraint1 y $constraint2 caracteres" }),
|
|
9874
9874
|
Expose180()
|
|
9875
9875
|
], ValorizacionTMOAlemaniaDTO.prototype, "Moneda", 2);
|
|
9876
9876
|
__decorateClass([
|
|
9877
9877
|
IsString143({ message: "debe ser un texto" }),
|
|
9878
9878
|
IsNotEmpty138({ message: "es requerido" }),
|
|
9879
|
-
Length116(1, 30, { message: "debe tener entre
|
|
9879
|
+
Length116(1, 30, { message: "debe tener entre $constraint1 y $constraint2 caracteres" }),
|
|
9880
9880
|
Expose180()
|
|
9881
9881
|
], ValorizacionTMOAlemaniaDTO.prototype, "Simbolo", 2);
|
|
9882
9882
|
__decorateClass([
|
|
@@ -9887,7 +9887,7 @@ __decorateClass([
|
|
|
9887
9887
|
__decorateClass([
|
|
9888
9888
|
IsString143({ message: "debe ser un texto" }),
|
|
9889
9889
|
IsNotEmpty138({ message: "es requerido" }),
|
|
9890
|
-
Length116(
|
|
9890
|
+
Length116(0, 300, { message: "debe tener entre $constraint1 y $constraint2 caracteres" }),
|
|
9891
9891
|
Expose180()
|
|
9892
9892
|
], ValorizacionTMOAlemaniaDTO.prototype, "Observaciones", 2);
|
|
9893
9893
|
__decorateClass([
|
|
@@ -9908,7 +9908,7 @@ __decorateClass([
|
|
|
9908
9908
|
__decorateClass([
|
|
9909
9909
|
IsString143({ message: "debe ser un texto" }),
|
|
9910
9910
|
IsNotEmpty138({ message: "es requerido" }),
|
|
9911
|
-
Length116(1, 30, { message: "debe tener entre
|
|
9911
|
+
Length116(1, 30, { message: "debe tener entre $constraint1 y $constraint2 caracteres" }),
|
|
9912
9912
|
Expose180()
|
|
9913
9913
|
], ValorizacionTMOAlemaniaDTO.prototype, "Unidad", 2);
|
|
9914
9914
|
__decorateClass([
|