sigesp 0.9.22-20221229 → 0.9.23-20221230
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 +1 -9
- 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/sigesp.service.js +2 -10
- package/fesm2015/sigesp.js +1 -9
- package/fesm2015/sigesp.js.map +1 -1
- package/lib/sigesp.service.d.ts +1 -1
- package/package.json +1 -1
package/lib/sigesp.service.d.ts
CHANGED
|
@@ -307,7 +307,7 @@ export declare class SigespService {
|
|
|
307
307
|
* @param id:idusurio o id del ecntro de costo
|
|
308
308
|
* modificado 28-12-2022
|
|
309
309
|
*/
|
|
310
|
-
getCentroCosto(tipo?: 'all' | 'one' | 'user', id?:
|
|
310
|
+
getCentroCosto(tipo?: 'all' | 'one' | 'user' | 'enter', id?: string): Observable<MCentroCosto[]>;
|
|
311
311
|
/**
|
|
312
312
|
* @description Obtiene los centros de costo
|
|
313
313
|
* @return Observable<IResponse>
|