sigo-entities 0.0.220 → 0.0.221

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
@@ -1,5 +1,3 @@
1
- import { ObjectId } from 'mongodb';
2
-
3
1
  declare class DestinatarioDTO {
4
2
  Identificacion: string;
5
3
  Nombre: string;
@@ -1777,7 +1775,7 @@ declare class UnidadMedidaDTO {
1777
1775
  }
1778
1776
 
1779
1777
  declare class BaremosColombiaENTITY {
1780
- _id?: ObjectId | string;
1778
+ _id?: string;
1781
1779
  foreignKey: string;
1782
1780
  Obra: string;
1783
1781
  Contrato: string;
package/dist/index.d.ts CHANGED
@@ -1,5 +1,3 @@
1
- import { ObjectId } from 'mongodb';
2
-
3
1
  declare class DestinatarioDTO {
4
2
  Identificacion: string;
5
3
  Nombre: string;
@@ -1777,7 +1775,7 @@ declare class UnidadMedidaDTO {
1777
1775
  }
1778
1776
 
1779
1777
  declare class BaremosColombiaENTITY {
1780
- _id?: ObjectId | string;
1778
+ _id?: string;
1781
1779
  foreignKey: string;
1782
1780
  Obra: string;
1783
1781
  Contrato: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sigo-entities",
3
- "version": "0.0.220",
3
+ "version": "0.0.221",
4
4
  "description": "Desarrollo de modelos de datos SIGO",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",