sigo-entities 0.0.255 → 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 = "";
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 = "";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sigo-entities",
3
- "version": "0.0.255",
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",