sigo-entities 0.0.253 → 0.0.254
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 +2 -2
- package/dist/index.mjs +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -9196,7 +9196,7 @@ __decorateClass([
|
|
|
9196
9196
|
], ModelObraSQLPeruENTITY.prototype, "CodJefatura", 2);
|
|
9197
9197
|
__decorateClass([
|
|
9198
9198
|
(0, import_class_validator156.IsString)({ message: "debe ser un texto" }),
|
|
9199
|
-
(0, import_class_validator156.Length)(1,
|
|
9199
|
+
(0, import_class_validator156.Length)(1, 11, { message: "debe tener entre 1 y 11 caracteres" }),
|
|
9200
9200
|
(0, import_class_transformer156.Expose)()
|
|
9201
9201
|
], ModelObraSQLPeruENTITY.prototype, "Jefatura", 2);
|
|
9202
9202
|
__decorateClass([
|
|
@@ -9246,7 +9246,7 @@ __decorateClass([
|
|
|
9246
9246
|
], ModelObraSQLPeruENTITY.prototype, "Est_Propuesta", 2);
|
|
9247
9247
|
__decorateClass([
|
|
9248
9248
|
(0, import_class_validator156.IsString)({ message: "debe ser un texto" }),
|
|
9249
|
-
(0, import_class_validator156.Length)(1,
|
|
9249
|
+
(0, import_class_validator156.Length)(1, 11, { message: "debe tener entre 1 y 11 caracteres" }),
|
|
9250
9250
|
(0, import_class_transformer156.Expose)()
|
|
9251
9251
|
], ModelObraSQLPeruENTITY.prototype, "Jefatura_Ptr", 2);
|
|
9252
9252
|
__decorateClass([
|
package/dist/index.mjs
CHANGED
|
@@ -8905,7 +8905,7 @@ __decorateClass([
|
|
|
8905
8905
|
], ModelObraSQLPeruENTITY.prototype, "CodJefatura", 2);
|
|
8906
8906
|
__decorateClass([
|
|
8907
8907
|
IsString124({ message: "debe ser un texto" }),
|
|
8908
|
-
Length108(1,
|
|
8908
|
+
Length108(1, 11, { message: "debe tener entre 1 y 11 caracteres" }),
|
|
8909
8909
|
Expose155()
|
|
8910
8910
|
], ModelObraSQLPeruENTITY.prototype, "Jefatura", 2);
|
|
8911
8911
|
__decorateClass([
|
|
@@ -8955,7 +8955,7 @@ __decorateClass([
|
|
|
8955
8955
|
], ModelObraSQLPeruENTITY.prototype, "Est_Propuesta", 2);
|
|
8956
8956
|
__decorateClass([
|
|
8957
8957
|
IsString124({ message: "debe ser un texto" }),
|
|
8958
|
-
Length108(1,
|
|
8958
|
+
Length108(1, 11, { message: "debe tener entre 1 y 11 caracteres" }),
|
|
8959
8959
|
Expose155()
|
|
8960
8960
|
], ModelObraSQLPeruENTITY.prototype, "Jefatura_Ptr", 2);
|
|
8961
8961
|
__decorateClass([
|