sigesp 0.9.33-20230209 → 0.9.34-20230209

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.
@@ -681,14 +681,14 @@ export declare class SigespService {
681
681
  * @return Observable<IResponse>
682
682
  * @author Carlos Albornoz
683
683
  */
684
- getBanks(): Observable<IResponse>;
684
+ getBanks(id?: number): Observable<IResponse>;
685
685
  /**
686
686
  * @description Obtiene los tipos de cuenta bancarias
687
687
  * @return Observable<IResponse>
688
688
  * @author Carlos Albornoz
689
689
  */
690
690
  getBankAccountTypes(): Observable<IResponse>;
691
- getAllBankAccount(): Observable<any>;
691
+ getAllBankAccount(id?: number): Observable<any>;
692
692
  /**
693
693
  * @description Obtiene los bancos sigecof
694
694
  * @return Observable<IResponse>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sigesp",
3
- "version": "0.9.33-20230209",
3
+ "version": "0.9.34-20230209",
4
4
  "dependencies": {
5
5
  "tslib": "^2.0.0"
6
6
  },