sigesp 0.9.3-20221025 → 0.9.4-2022-11-20
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 +10 -8
- 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/Servicios.js +1 -1
- package/esm2015/lib/core/models/SOC/serviceCharge.model.js +4 -1
- package/esm2015/lib/sigesp.service.js +8 -9
- package/fesm2015/sigesp.js +10 -8
- package/fesm2015/sigesp.js.map +1 -1
- package/lib/core/interfaces/Servicios.d.ts +1 -0
- package/lib/core/models/SOC/serviceCharge.model.d.ts +1 -0
- package/lib/sigesp.service.d.ts +2 -1
- package/package.json +1 -1
package/lib/sigesp.service.d.ts
CHANGED
|
@@ -303,8 +303,9 @@ export declare class SigespService {
|
|
|
303
303
|
* @description Obtiene los centros de costo
|
|
304
304
|
* @return Observable<MCentroCosto[]>
|
|
305
305
|
* @author Miguel Ramírez
|
|
306
|
+
* modificado 9-11-2022
|
|
306
307
|
*/
|
|
307
|
-
getCentroCosto(): Observable<MCentroCosto[]>;
|
|
308
|
+
getCentroCosto(tipo: string): Observable<MCentroCosto[]>;
|
|
308
309
|
/**
|
|
309
310
|
* @description Obtiene los centros de costo
|
|
310
311
|
* @return Observable<IResponse>
|