sigesp 1.0.4-20240424 → 1.0.6-20240430

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.
@@ -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.4-20240424",
3
+ "version": "1.0.6-20240430",
4
4
  "dependencies": {
5
5
  "tslib": "^2.6.2"
6
6
  },