sigo-entities 0.0.258 → 0.0.259
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 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -9186,7 +9186,7 @@ __decorateClass([
|
|
|
9186
9186
|
], ModelObraSQLPeruENTITY.prototype, "Anio", 2);
|
|
9187
9187
|
__decorateClass([
|
|
9188
9188
|
(0, import_class_validator156.IsString)({ message: "debe ser un texto" }),
|
|
9189
|
-
(0, import_class_validator156.Length)(7,
|
|
9189
|
+
(0, import_class_validator156.Length)(7, 12, { message: "debe tener entre 7 y 12 caracteres" }),
|
|
9190
9190
|
(0, import_class_transformer156.Expose)()
|
|
9191
9191
|
], ModelObraSQLPeruENTITY.prototype, "Numero", 2);
|
|
9192
9192
|
__decorateClass([
|
package/dist/index.mjs
CHANGED
|
@@ -8895,7 +8895,7 @@ __decorateClass([
|
|
|
8895
8895
|
], ModelObraSQLPeruENTITY.prototype, "Anio", 2);
|
|
8896
8896
|
__decorateClass([
|
|
8897
8897
|
IsString124({ message: "debe ser un texto" }),
|
|
8898
|
-
Length108(7,
|
|
8898
|
+
Length108(7, 12, { message: "debe tener entre 7 y 12 caracteres" }),
|
|
8899
8899
|
Expose155()
|
|
8900
8900
|
], ModelObraSQLPeruENTITY.prototype, "Numero", 2);
|
|
8901
8901
|
__decorateClass([
|