sigesp 0.8.66-220126 → 0.8.67-220127

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.
@@ -240,6 +240,7 @@ export interface IPersonalNomina {
240
240
  horadi2: string;
241
241
  estmpppe: string;
242
242
  apeper: string;
243
+ racnom?: string;
243
244
  }
244
245
  export interface IConstanteNomina {
245
246
  id_empresa: string;
@@ -78,10 +78,10 @@ export declare class MPersonalNomina extends MBasicModel {
78
78
  horaAdicional2: number;
79
79
  estatusMPPPE: boolean;
80
80
  montoSaldoGrado: number;
81
- salarioPersonal: number;
82
81
  apellidoPersonal: string;
83
82
  denominacionEstatus: string;
84
83
  nombreCompleto: string;
84
+ nominaRac: number;
85
85
  constructor(e?: IPersonalNomina);
86
86
  dataInterface(): IPersonalNomina;
87
87
  }
@@ -10,7 +10,7 @@ export declare class MUsuario {
10
10
  procede?: string;
11
11
  codsis?: string;
12
12
  nomina?: number;
13
- periodoActual?: number;
13
+ periodo?: number;
14
14
  private interface;
15
15
  constructor(user: IUsuario);
16
16
  getInterface(): IUsuario;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sigesp",
3
- "version": "0.8.66-220126",
3
+ "version": "0.8.67-220127",
4
4
  "dependencies": {
5
5
  "tslib": "^2.0.0"
6
6
  },