sigesp 0.8.52-211212 → 0.8.56-220107

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.
@@ -35,6 +35,7 @@ export declare class SigespService {
35
35
  usuarioActivo: MUsuario;
36
36
  URL: string;
37
37
  currentComponent: MComponent;
38
+ userMenu: any;
38
39
  constructor(http: HttpClient, dialog: MatDialog, toast: ToastrService);
39
40
  /**
40
41
  * @description Valida que selo se escriban guiones y 9
@@ -774,11 +775,17 @@ export declare class SigespService {
774
775
  */
775
776
  getPersonal(dato?: any): Observable<any>;
776
777
  /**
777
- * @description obtener personal Nomina segun filtro
778
- * @return Observable<IResponse>
779
- * @date 15-11-2021
780
- */
778
+ * @description obtener personal Nomina segun filtro
779
+ * @return Observable<IResponse>
780
+ * @date 15-11-2021
781
+ */
781
782
  getPersonalNomina(dato?: any): Observable<any>;
783
+ /**
784
+ * @description Obtiene el Json Menu para el usuario definido segun su permisologia del Sistema
785
+ * @return Json data
786
+ * @author Ing. Wilmer Briceno
787
+ */
788
+ getJsonMenu(id_usuario: number, sistema: string): Observable<any>;
782
789
  }
783
790
  interface filtroCuentasPresupuesto {
784
791
  tipo?: 'E' | 'R';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sigesp",
3
- "version": "0.8.52-211212",
3
+ "version": "0.8.56-220107",
4
4
  "dependencies": {
5
5
  "tslib": "^2.0.0"
6
6
  },