sigo-entities 0.0.217 → 0.0.218

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.d.mts CHANGED
@@ -1775,7 +1775,7 @@ declare class UnidadMedidaDTO {
1775
1775
  }
1776
1776
 
1777
1777
  declare class BaremosColombiaENTITY {
1778
- _id?: string;
1778
+ _id?: any;
1779
1779
  foreignKey: string;
1780
1780
  Obra: string;
1781
1781
  Contrato: string;
package/dist/index.d.ts CHANGED
@@ -1775,7 +1775,7 @@ declare class UnidadMedidaDTO {
1775
1775
  }
1776
1776
 
1777
1777
  declare class BaremosColombiaENTITY {
1778
- _id?: string;
1778
+ _id?: any;
1779
1779
  foreignKey: string;
1780
1780
  Obra: string;
1781
1781
  Contrato: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sigo-entities",
3
- "version": "0.0.217",
3
+ "version": "0.0.218",
4
4
  "description": "Desarrollo de modelos de datos SIGO",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",