sigo-entities 0.0.254 → 0.0.255

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 CHANGED
@@ -9256,7 +9256,7 @@ __decorateClass([
9256
9256
  ], ModelObraSQLPeruENTITY.prototype, "Imputacion", 2);
9257
9257
  __decorateClass([
9258
9258
  (0, import_class_validator156.IsString)({ message: "debe ser un texto" }),
9259
- (0, import_class_validator156.Length)(4, 16, { message: "debe tener entre 4 y 16 caracteres" }),
9259
+ (0, import_class_validator156.Length)(1, 16, { message: "debe tener entre 1 y 16 caracteres" }),
9260
9260
  (0, import_class_transformer156.Expose)()
9261
9261
  ], ModelObraSQLPeruENTITY.prototype, "TipoPlanta", 2);
9262
9262
  __decorateClass([
package/dist/index.mjs CHANGED
@@ -8965,7 +8965,7 @@ __decorateClass([
8965
8965
  ], ModelObraSQLPeruENTITY.prototype, "Imputacion", 2);
8966
8966
  __decorateClass([
8967
8967
  IsString124({ message: "debe ser un texto" }),
8968
- Length108(4, 16, { message: "debe tener entre 4 y 16 caracteres" }),
8968
+ Length108(1, 16, { message: "debe tener entre 1 y 16 caracteres" }),
8969
8969
  Expose155()
8970
8970
  ], ModelObraSQLPeruENTITY.prototype, "TipoPlanta", 2);
8971
8971
  __decorateClass([
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sigo-entities",
3
- "version": "0.0.254",
3
+ "version": "0.0.255",
4
4
  "description": "Desarrollo de modelos de datos SIGO",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",