sigesp 1.1.57-20250722 → 1.1.59-20250729
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/esm2020/lib/core/interfaces/Presupuesto.mjs +1 -1
- package/esm2020/lib/core/interfaces/RecursosHumanos.mjs +1 -1
- package/esm2020/lib/core/models/SNO/MMetodoBanco.model.mjs +7 -1
- package/esm2020/lib/core/models/SPG/administrativeUnit.model.mjs +4 -1
- package/fesm2015/sigesp.mjs +9 -0
- package/fesm2015/sigesp.mjs.map +1 -1
- package/fesm2020/sigesp.mjs +9 -0
- package/fesm2020/sigesp.mjs.map +1 -1
- package/lib/core/interfaces/Presupuesto.d.ts +1 -0
- package/lib/core/interfaces/RecursosHumanos.d.ts +3 -1
- package/lib/core/models/SNO/MMetodoBanco.model.d.ts +2 -0
- package/lib/core/models/SPG/administrativeUnit.model.d.ts +1 -0
- package/package.json +1 -1
|
@@ -996,10 +996,12 @@ export interface IMetodoBanco {
|
|
|
996
996
|
id_enterprise: string;
|
|
997
997
|
id_empresa: number;
|
|
998
998
|
id_metbco: string;
|
|
999
|
+
id_banco: string;
|
|
1000
|
+
rifemp: string;
|
|
1001
|
+
nomemp: string;
|
|
999
1002
|
codmet: string;
|
|
1000
1003
|
denmet: string;
|
|
1001
1004
|
tipmet: string;
|
|
1002
|
-
id_banco: string;
|
|
1003
1005
|
codempnom: string;
|
|
1004
1006
|
tipcuecrenom: string;
|
|
1005
1007
|
tipcuedebnom: string;
|
|
@@ -49,6 +49,7 @@ export declare class MEstructuras extends MBasicModel {
|
|
|
49
49
|
idUnidadAdministrativa: number;
|
|
50
50
|
estatusClasificacion: string;
|
|
51
51
|
denominacionEstatusClasificacion: string;
|
|
52
|
+
orden: number;
|
|
52
53
|
fuentes: MFuenteFinanciamiento[];
|
|
53
54
|
constructor(dt?: IEstructuras);
|
|
54
55
|
dataInterface(): IEstructuras;
|