sigesp 1.1.84-20251219 → 1.1.86-20260124

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.
@@ -94,6 +94,7 @@ export interface IConfiguracionSNO {
94
94
  id_concxp_ant: string;
95
95
  denconcxp_ant: string;
96
96
  dentipdoc_ant: string;
97
+ consindis: string;
97
98
  }
98
99
  export interface IIncidencia {
99
100
  valor: string;
@@ -96,6 +96,7 @@ export declare class MConfiguracionSNO extends MBasicModel {
96
96
  idConceptoAnticipo: number;
97
97
  denominacionConceptoAnticipo: string;
98
98
  denominacionTipoDocumentoAnticipo: string;
99
+ contabilizarSinDisponibil: number;
99
100
  constructor(I?: IConfiguracionSNO);
100
101
  dataInterface(): IConfiguracionSNO;
101
102
  }
@@ -798,7 +798,7 @@ export declare class SigespService {
798
798
  * @return Json data
799
799
  * @author Ing. Dimaly Crespo
800
800
  */
801
- getPerfilSistema(id_usuario: number): Observable<any>;
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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sigesp",
3
- "version": "1.1.84-20251219",
3
+ "version": "1.1.86-20260124",
4
4
  "dependencies": {
5
5
  "tslib": "^2.6.2"
6
6
  },