sigesp 1.0.11-20240603 → 1.0.12-20240620

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.
@@ -129,6 +129,7 @@ export interface IConfiguracionSNO {
129
129
  reglabinc: string;
130
130
  incbenperautmodben: string;
131
131
  sc_cuentarecdoc: string;
132
+ prosuehis: string;
132
133
  }
133
134
  export interface IIncidencia {
134
135
  valor: string;
@@ -131,6 +131,7 @@ export declare class MConfiguracionSNO extends MBasicModel {
131
131
  codigoConceptoVaccaiones: string;
132
132
  incluirBeneficiarioDelPersonalAutomaticamenteModuloBeneficiarios: number;
133
133
  cuentaContableProveedorBeneficiario: string;
134
+ procesarSueldosHistoricos: number;
134
135
  constructor(I?: IConfiguracionSNO);
135
136
  dataInterface(): IConfiguracionSNO;
136
137
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sigesp",
3
- "version": "1.0.11-20240603",
3
+ "version": "1.0.12-20240620",
4
4
  "dependencies": {
5
5
  "tslib": "^2.6.2"
6
6
  },