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 +1 -3
- package/dist/index.d.ts +1 -3
- package/package.json +1 -1
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?:
|
|
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?:
|
|
1778
|
+
_id?: string;
|
|
1781
1779
|
foreignKey: string;
|
|
1782
1780
|
Obra: string;
|
|
1783
1781
|
Contrato: string;
|