sigesp 0.9.43-23230413 → 0.9.45-23230426

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.
@@ -38,6 +38,13 @@ export interface IEmpresa {
38
38
  id_ep3: string;
39
39
  id_ep4: string;
40
40
  id_ep5: string;
41
+ codfuefin: string;
42
+ codigoftefin?: string;
43
+ id_uniadm: string;
44
+ coduniadm?: string;
45
+ denuniadm?: string;
46
+ codcencos: string;
47
+ estpre: string;
41
48
  }
42
49
  export interface IEnterprise {
43
50
  id_empresa: string;
@@ -39,6 +39,7 @@ export interface IEstructuraPresupuestariaThreeComplete {
39
39
  estcla: string;
40
40
  codcencos: string;
41
41
  codfuefin: string;
42
+ codigoftefin: string;
42
43
  }
43
44
  export interface IEstructuraPresupuestariaFour {
44
45
  codestpro4: string;
@@ -39,6 +39,13 @@ export declare class MEmpresa extends MBasicModel {
39
39
  idEP3: number;
40
40
  idEP4: number;
41
41
  idEP5: number;
42
+ codigoFuenteFinanciaminto: number;
43
+ idUnidadAdministrativa: number;
44
+ denominacionUnidadAdministrativa: string;
45
+ codigoUnidadAdministrativa: string;
46
+ codigoFuenteFinanciamintoMostrar: string;
47
+ codigoCentroCosto: string;
48
+ estructuraPresupuestaria: string;
42
49
  constructor(emp?: IEmpresa);
43
50
  dataInterface(): IEmpresa;
44
51
  }
@@ -691,6 +691,12 @@ export declare class SigespService {
691
691
  * @author Carlos Albornoz
692
692
  */
693
693
  getBankAccountTypes(): Observable<IResponse>;
694
+ /**
695
+ * @description obtiene las cuenta segun el id
696
+ * @param tipo {'banco', 'default'}
697
+ * @param id para la opcion banco usar id=idBanco, opcion defaulf id=idEnterprise
698
+ * @returns
699
+ */
694
700
  getAllBankAccount(tipo: string, id: number): Observable<any>;
695
701
  /**
696
702
  * @description Obtiene los bancos sigecof
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sigesp",
3
- "version": "0.9.43-23230413",
3
+ "version": "0.9.45-23230426",
4
4
  "dependencies": {
5
5
  "tslib": "^2.0.0"
6
6
  },