sigesp 1.1.84-20251219 → 1.1.85-20251224
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/lib/sigesp.service.d.ts
CHANGED
|
@@ -798,7 +798,7 @@ export declare class SigespService {
|
|
|
798
798
|
* @return Json data
|
|
799
799
|
* @author Ing. Dimaly Crespo
|
|
800
800
|
*/
|
|
801
|
-
getPerfilSistema(
|
|
801
|
+
getPerfilSistema(idUsuario: number): Observable<any>;
|
|
802
802
|
/**
|
|
803
803
|
* @description Obtiene el Json Menu para el usuario definido segun su permisologia del Sistema
|
|
804
804
|
* @return Json data
|