sigesp 1.1.85-20251224 → 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
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sigesp",
3
- "version": "1.1.85-20251224",
3
+ "version": "1.1.86-20260124",
4
4
  "dependencies": {
5
5
  "tslib": "^2.6.2"
6
6
  },