sigesp 0.8.71-220304 → 0.8.72-220304

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.
@@ -242,7 +242,7 @@ export interface IPersonalNomina {
242
242
  estmpppe: string;
243
243
  apeper: string;
244
244
  racnom?: string;
245
- estper?: string;
245
+ situacion?: string;
246
246
  monpen?: string;
247
247
  }
248
248
  export interface IConstanteNomina {
@@ -229,6 +229,7 @@ export interface IPersonal {
229
229
  desest_nac: string;
230
230
  codpro?: string;
231
231
  denpro?: string;
232
+ monpen?: string;
232
233
  }
233
234
  export interface ICargosPersonal {
234
235
  id_carper: string;
@@ -101,6 +101,7 @@ export declare class MPersonal extends MBasicModel {
101
101
  nombreEstadoNacimiento: string;
102
102
  codigoProfesion: string;
103
103
  denominacionProfesion: string;
104
+ montoPension: number;
104
105
  constructor(p?: IPersonal);
105
106
  dataInterface(): IPersonal;
106
107
  }
@@ -82,7 +82,7 @@ export declare class MPersonalNomina extends MBasicModel {
82
82
  denominacionEstatus: string;
83
83
  nombreCompleto: string;
84
84
  nominaRac: number;
85
- estatausPersonal: string;
85
+ situacionPersonal: string;
86
86
  montoPension: number;
87
87
  constructor(e?: IPersonalNomina);
88
88
  dataInterface(): IPersonalNomina;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sigesp",
3
- "version": "0.8.71-220304",
3
+ "version": "0.8.72-220304",
4
4
  "dependencies": {
5
5
  "tslib": "^2.0.0"
6
6
  },