sigo-entities 1.2.138 → 1.2.139
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 +9 -9
- package/dist/index.mjs +9 -9
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -17681,7 +17681,7 @@ __decorateClass([
|
|
|
17681
17681
|
(0, import_class_validator317.IsDefined)({ message: "El campo ID_Issue es obligatorio" }),
|
|
17682
17682
|
(0, import_class_validator317.IsNumber)({}, { message: "debe ser un numero" }),
|
|
17683
17683
|
(0, import_class_transformer316.Expose)(),
|
|
17684
|
-
(0, import_class_validator317.Min)(
|
|
17684
|
+
(0, import_class_validator317.Min)(0)
|
|
17685
17685
|
], IssueENTITY.prototype, "ID_Issue", 2);
|
|
17686
17686
|
__decorateClass([
|
|
17687
17687
|
(0, import_class_validator317.IsDefined)({ message: "El campo ShortDescription es obligatorio" }),
|
|
@@ -17728,13 +17728,13 @@ __decorateClass([
|
|
|
17728
17728
|
__decorateClass([
|
|
17729
17729
|
(0, import_class_validator317.IsDefined)({ message: "El campo ExtraCostApproval es obligatorio" }),
|
|
17730
17730
|
(0, import_class_validator317.IsString)({ message: "debe ser un texto" }),
|
|
17731
|
-
(0, import_class_validator317.Length)(1,
|
|
17731
|
+
(0, import_class_validator317.Length)(1, 50, { message: "debe tener entre 1 y 50 caracteres" }),
|
|
17732
17732
|
(0, import_class_transformer316.Expose)()
|
|
17733
17733
|
], IssueENTITY.prototype, "ExtraCostApproval", 2);
|
|
17734
17734
|
__decorateClass([
|
|
17735
17735
|
(0, import_class_validator317.IsDefined)({ message: "El campo ExtraCostWithoutTax es obligatorio" }),
|
|
17736
17736
|
(0, import_class_validator317.IsString)({ message: "debe ser un texto" }),
|
|
17737
|
-
(0, import_class_validator317.Length)(1,
|
|
17737
|
+
(0, import_class_validator317.Length)(1, 50, { message: "debe tener entre 1 y 50 caracteres" }),
|
|
17738
17738
|
(0, import_class_transformer316.Expose)()
|
|
17739
17739
|
], IssueENTITY.prototype, "ExtraCostWithoutTax", 2);
|
|
17740
17740
|
__decorateClass([
|
|
@@ -17756,13 +17756,13 @@ __decorateClass([
|
|
|
17756
17756
|
__decorateClass([
|
|
17757
17757
|
(0, import_class_validator317.IsDefined)({ message: "El campo AttachmentHistory es obligatorio" }),
|
|
17758
17758
|
(0, import_class_validator317.IsString)({ message: "debe ser un texto" }),
|
|
17759
|
-
(0, import_class_validator317.Length)(1,
|
|
17759
|
+
(0, import_class_validator317.Length)(1, 2e4, { message: "debe tener entre 1 y 20000 caracteres" }),
|
|
17760
17760
|
(0, import_class_transformer316.Expose)()
|
|
17761
17761
|
], IssueENTITY.prototype, "AttachmentHistory", 2);
|
|
17762
17762
|
__decorateClass([
|
|
17763
17763
|
(0, import_class_validator317.IsDefined)({ message: "El campo Classification es obligatorio" }),
|
|
17764
17764
|
(0, import_class_validator317.IsString)({ message: "debe ser un texto" }),
|
|
17765
|
-
(0, import_class_validator317.Length)(
|
|
17765
|
+
(0, import_class_validator317.Length)(0, 500, { message: "debe tener entre 1 y 500 caracteres" }),
|
|
17766
17766
|
(0, import_class_transformer316.Expose)()
|
|
17767
17767
|
], IssueENTITY.prototype, "Classification", 2);
|
|
17768
17768
|
__decorateClass([
|
|
@@ -17774,13 +17774,13 @@ __decorateClass([
|
|
|
17774
17774
|
__decorateClass([
|
|
17775
17775
|
(0, import_class_validator317.IsDefined)({ message: "El campo Description es obligatorio" }),
|
|
17776
17776
|
(0, import_class_validator317.IsString)({ message: "debe ser un texto" }),
|
|
17777
|
-
(0, import_class_validator317.Length)(1,
|
|
17777
|
+
(0, import_class_validator317.Length)(1, 2e4, { message: "debe tener entre 1 y 20000 caracteres" }),
|
|
17778
17778
|
(0, import_class_transformer316.Expose)()
|
|
17779
17779
|
], IssueENTITY.prototype, "Description", 2);
|
|
17780
17780
|
__decorateClass([
|
|
17781
17781
|
(0, import_class_validator317.IsDefined)({ message: "El campo OpenedBy es obligatorio" }),
|
|
17782
17782
|
(0, import_class_validator317.IsString)({ message: "debe ser un texto" }),
|
|
17783
|
-
(0, import_class_validator317.Length)(
|
|
17783
|
+
(0, import_class_validator317.Length)(0, 100, { message: "debe tener entre 1 y 100 caracteres" }),
|
|
17784
17784
|
(0, import_class_transformer316.Expose)()
|
|
17785
17785
|
], IssueENTITY.prototype, "OpenedBy", 2);
|
|
17786
17786
|
__decorateClass([
|
|
@@ -17792,13 +17792,13 @@ __decorateClass([
|
|
|
17792
17792
|
__decorateClass([
|
|
17793
17793
|
(0, import_class_validator317.IsDefined)({ message: "El campo DP es obligatorio" }),
|
|
17794
17794
|
(0, import_class_validator317.IsString)({ message: "debe ser un texto" }),
|
|
17795
|
-
(0, import_class_validator317.Length)(
|
|
17795
|
+
(0, import_class_validator317.Length)(0, 200, { message: "debe tener entre 1 y 200 caracteres" }),
|
|
17796
17796
|
(0, import_class_transformer316.Expose)()
|
|
17797
17797
|
], IssueENTITY.prototype, "DP", 2);
|
|
17798
17798
|
__decorateClass([
|
|
17799
17799
|
(0, import_class_validator317.IsDefined)({ message: "El campo Tipo es obligatorio" }),
|
|
17800
17800
|
(0, import_class_validator317.IsString)({ message: "debe ser un texto" }),
|
|
17801
|
-
(0, import_class_validator317.Length)(
|
|
17801
|
+
(0, import_class_validator317.Length)(0, 100, { message: "debe tener entre 1 y 100 caracteres" }),
|
|
17802
17802
|
(0, import_class_transformer316.Expose)()
|
|
17803
17803
|
], IssueENTITY.prototype, "Tipo", 2);
|
|
17804
17804
|
__decorateClass([
|
package/dist/index.mjs
CHANGED
|
@@ -17137,7 +17137,7 @@ __decorateClass([
|
|
|
17137
17137
|
IsDefined86({ message: "El campo ID_Issue es obligatorio" }),
|
|
17138
17138
|
IsNumber216({}, { message: "debe ser un numero" }),
|
|
17139
17139
|
Expose314(),
|
|
17140
|
-
Min170(
|
|
17140
|
+
Min170(0)
|
|
17141
17141
|
], IssueENTITY.prototype, "ID_Issue", 2);
|
|
17142
17142
|
__decorateClass([
|
|
17143
17143
|
IsDefined86({ message: "El campo ShortDescription es obligatorio" }),
|
|
@@ -17184,13 +17184,13 @@ __decorateClass([
|
|
|
17184
17184
|
__decorateClass([
|
|
17185
17185
|
IsDefined86({ message: "El campo ExtraCostApproval es obligatorio" }),
|
|
17186
17186
|
IsString226({ message: "debe ser un texto" }),
|
|
17187
|
-
Length161(1,
|
|
17187
|
+
Length161(1, 50, { message: "debe tener entre 1 y 50 caracteres" }),
|
|
17188
17188
|
Expose314()
|
|
17189
17189
|
], IssueENTITY.prototype, "ExtraCostApproval", 2);
|
|
17190
17190
|
__decorateClass([
|
|
17191
17191
|
IsDefined86({ message: "El campo ExtraCostWithoutTax es obligatorio" }),
|
|
17192
17192
|
IsString226({ message: "debe ser un texto" }),
|
|
17193
|
-
Length161(1,
|
|
17193
|
+
Length161(1, 50, { message: "debe tener entre 1 y 50 caracteres" }),
|
|
17194
17194
|
Expose314()
|
|
17195
17195
|
], IssueENTITY.prototype, "ExtraCostWithoutTax", 2);
|
|
17196
17196
|
__decorateClass([
|
|
@@ -17212,13 +17212,13 @@ __decorateClass([
|
|
|
17212
17212
|
__decorateClass([
|
|
17213
17213
|
IsDefined86({ message: "El campo AttachmentHistory es obligatorio" }),
|
|
17214
17214
|
IsString226({ message: "debe ser un texto" }),
|
|
17215
|
-
Length161(1,
|
|
17215
|
+
Length161(1, 2e4, { message: "debe tener entre 1 y 20000 caracteres" }),
|
|
17216
17216
|
Expose314()
|
|
17217
17217
|
], IssueENTITY.prototype, "AttachmentHistory", 2);
|
|
17218
17218
|
__decorateClass([
|
|
17219
17219
|
IsDefined86({ message: "El campo Classification es obligatorio" }),
|
|
17220
17220
|
IsString226({ message: "debe ser un texto" }),
|
|
17221
|
-
Length161(
|
|
17221
|
+
Length161(0, 500, { message: "debe tener entre 1 y 500 caracteres" }),
|
|
17222
17222
|
Expose314()
|
|
17223
17223
|
], IssueENTITY.prototype, "Classification", 2);
|
|
17224
17224
|
__decorateClass([
|
|
@@ -17230,13 +17230,13 @@ __decorateClass([
|
|
|
17230
17230
|
__decorateClass([
|
|
17231
17231
|
IsDefined86({ message: "El campo Description es obligatorio" }),
|
|
17232
17232
|
IsString226({ message: "debe ser un texto" }),
|
|
17233
|
-
Length161(1,
|
|
17233
|
+
Length161(1, 2e4, { message: "debe tener entre 1 y 20000 caracteres" }),
|
|
17234
17234
|
Expose314()
|
|
17235
17235
|
], IssueENTITY.prototype, "Description", 2);
|
|
17236
17236
|
__decorateClass([
|
|
17237
17237
|
IsDefined86({ message: "El campo OpenedBy es obligatorio" }),
|
|
17238
17238
|
IsString226({ message: "debe ser un texto" }),
|
|
17239
|
-
Length161(
|
|
17239
|
+
Length161(0, 100, { message: "debe tener entre 1 y 100 caracteres" }),
|
|
17240
17240
|
Expose314()
|
|
17241
17241
|
], IssueENTITY.prototype, "OpenedBy", 2);
|
|
17242
17242
|
__decorateClass([
|
|
@@ -17248,13 +17248,13 @@ __decorateClass([
|
|
|
17248
17248
|
__decorateClass([
|
|
17249
17249
|
IsDefined86({ message: "El campo DP es obligatorio" }),
|
|
17250
17250
|
IsString226({ message: "debe ser un texto" }),
|
|
17251
|
-
Length161(
|
|
17251
|
+
Length161(0, 200, { message: "debe tener entre 1 y 200 caracteres" }),
|
|
17252
17252
|
Expose314()
|
|
17253
17253
|
], IssueENTITY.prototype, "DP", 2);
|
|
17254
17254
|
__decorateClass([
|
|
17255
17255
|
IsDefined86({ message: "El campo Tipo es obligatorio" }),
|
|
17256
17256
|
IsString226({ message: "debe ser un texto" }),
|
|
17257
|
-
Length161(
|
|
17257
|
+
Length161(0, 100, { message: "debe tener entre 1 y 100 caracteres" }),
|
|
17258
17258
|
Expose314()
|
|
17259
17259
|
], IssueENTITY.prototype, "Tipo", 2);
|
|
17260
17260
|
__decorateClass([
|