sigesp 1.0.5-20240423 → 1.0.7-20240507

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.
@@ -378,7 +378,6 @@ export interface IConceptos {
378
378
  antigcomp: string;
379
379
  id_uniadm: string;
380
380
  perben: string;
381
- perfal: string;
382
381
  coduniadm?: string;
383
382
  denuniadm?: string;
384
383
  estructura?: string;
@@ -71,7 +71,6 @@ export declare class MConceptosNomina extends MBasicModel {
71
71
  codigoUnidadAdministrativa: string;
72
72
  denominacionUnidadAdministraiva: string;
73
73
  perteneceBeneficiario: number;
74
- perteneceFallecido: number;
75
74
  constructor(e?: IConceptos);
76
75
  dataInterface(): IConceptos;
77
76
  denominacionSigno(sig: string): string;
@@ -543,7 +543,7 @@ export declare class SigespService {
543
543
  * @params presupuesto: Indica si se a trabajar con estructura de presupuesto o no
544
544
  */
545
545
  openCatalogoCuentasIngreso(titulo: string, presupuesto?: boolean, ancho?: string): Promise<MCuentaIngresos>;
546
- getUnidadAdministrativa(tipo?: string): Observable<any>;
546
+ getUnidadAdministrativa(tipo?: string, e?: number): Observable<any>;
547
547
  /**
548
548
  * @description Obtiene los cargos de servicios
549
549
  * @return Observable<IResponse>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sigesp",
3
- "version": "1.0.5-20240423",
3
+ "version": "1.0.7-20240507",
4
4
  "dependencies": {
5
5
  "tslib": "^2.6.2"
6
6
  },