sigo-entities 0.0.254 → 0.0.256

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
@@ -9135,7 +9135,7 @@ var ModelObraSQLPeruENTITY = class {
9135
9135
  Jefatura;
9136
9136
  Zonal;
9137
9137
  reg_ptr;
9138
- Titulo_obra;
9138
+ Titulo_obra = "";
9139
9139
  Direccion = "";
9140
9140
  Departamento = "";
9141
9141
  Provincia = "";
@@ -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
@@ -8844,7 +8844,7 @@ var ModelObraSQLPeruENTITY = class {
8844
8844
  Jefatura;
8845
8845
  Zonal;
8846
8846
  reg_ptr;
8847
- Titulo_obra;
8847
+ Titulo_obra = "";
8848
8848
  Direccion = "";
8849
8849
  Departamento = "";
8850
8850
  Provincia = "";
@@ -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.256",
4
4
  "description": "Desarrollo de modelos de datos SIGO",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",