sigesp 0.8.60-220113 → 0.8.61-220113
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 +5 -13
- 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 +6 -14
- package/fesm2015/sigesp.js +5 -13
- package/fesm2015/sigesp.js.map +1 -1
- package/lib/sigesp.service.d.ts +4 -4
- package/package.json +1 -1
package/lib/sigesp.service.d.ts
CHANGED
|
@@ -782,10 +782,10 @@ export declare class SigespService {
|
|
|
782
782
|
*/
|
|
783
783
|
getPersonalNomina(dato?: any): Observable<any>;
|
|
784
784
|
/**
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
785
|
+
* @description Obtiene el Json Menu para el usuario definido segun su permisologia del Sistema
|
|
786
|
+
* @return Json data
|
|
787
|
+
* @author Ing. Wilmer Briceno
|
|
788
|
+
*/
|
|
789
789
|
getJsonMenu(id_usuario: number, sistema: string): Observable<any>;
|
|
790
790
|
/**
|
|
791
791
|
* @description Obtiene el Json Menu para el usuario definido segun su permisologia del Sistema
|