sigesp 0.9.101-20240224 → 0.9.103-20240401

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.
@@ -520,7 +520,7 @@ export declare class SigespService {
520
520
  * @return Observable<MCuentaPresupuesto>
521
521
  * @author Miguel Ramírez
522
522
  */
523
- getCuentasPresupuesto(): Observable<MCuentaPresupuesto[]>;
523
+ getCuentasPresupuesto(filter?: string): Observable<MCuentaPresupuesto[]>;
524
524
  /**
525
525
  * @description Abre el cátalogo de cuentas de la tabla "scg_plan_unico_re"
526
526
  * @returns Promise<MCuentaPresupuesto>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sigesp",
3
- "version": "0.9.101-20240224",
3
+ "version": "0.9.103-20240401",
4
4
  "dependencies": {
5
5
  "tslib": "^2.0.0"
6
6
  },