sigesp 1.0.10-20240526 → 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;
@@ -245,6 +246,10 @@ export interface IPersonal {
245
246
  id_perper: string;
246
247
  codperper: string;
247
248
  denperper: string;
249
+ id_ruta: string;
250
+ cenvot: string;
251
+ punref: string;
252
+ denrut?: string;
248
253
  codpro?: string;
249
254
  denpro?: string;
250
255
  monpen?: 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
  }
@@ -124,6 +124,10 @@ export declare class MPersonal extends MBasicModel {
124
124
  idPermisoPersonal: number;
125
125
  codigoPermisoPersonal: string;
126
126
  denominacionPermisoPersonal: string;
127
+ idRuta: number;
128
+ denominacionRuta: string;
129
+ centoVotacion: string;
130
+ puntoReferencia: string;
127
131
  constructor(p?: IPersonal);
128
132
  dataInterface(): IPersonal;
129
133
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sigesp",
3
- "version": "1.0.10-20240526",
3
+ "version": "1.0.12-20240620",
4
4
  "dependencies": {
5
5
  "tslib": "^2.6.2"
6
6
  },