sigesp 0.9.29-20230204 → 0.9.30-20230208
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.
- package/bundles/sigesp.umd.js +3 -2
- package/bundles/sigesp.umd.js.map +1 -1
- package/bundles/sigesp.umd.min.js +1 -1
- package/bundles/sigesp.umd.min.js.map +1 -1
- package/esm2015/lib/core/interfaces/Usuario.js +1 -1
- package/esm2015/lib/sigesp.service.js +3 -3
- package/fesm2015/sigesp.js +2 -2
- package/fesm2015/sigesp.js.map +1 -1
- package/lib/core/interfaces/Usuario.d.ts +1 -0
- package/lib/sigesp.service.d.ts +1 -1
- package/package.json +1 -1
package/lib/sigesp.service.d.ts
CHANGED
|
@@ -602,7 +602,7 @@ export declare class SigespService {
|
|
|
602
602
|
* @author Carlos Albornoz
|
|
603
603
|
* @actualizado: 4-12-20222
|
|
604
604
|
*/
|
|
605
|
-
getCurrentCurrency(): Observable<IResponse>;
|
|
605
|
+
getCurrentCurrency(tipo?: 'todas' | 'uno' | 'mon', id?: number): Observable<IResponse>;
|
|
606
606
|
/**
|
|
607
607
|
* @description Obtiene la linea empresa
|
|
608
608
|
* @return Observable<IResponse>
|