sigesp 0.9.71-20230915 → 0.9.72-20230917

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.
@@ -136,6 +136,7 @@ export interface INominaSimple {
136
136
  id_personal: string;
137
137
  id_personalnomina: string;
138
138
  id_organigrama: string;
139
+ id_planhor: string;
139
140
  staper?: string;
140
141
  codnom?: string;
141
142
  dennom?: string;
@@ -151,6 +152,8 @@ export interface INominaSimple {
151
152
  peractnom?: string;
152
153
  codestorg?: string;
153
154
  denestorg?: string;
155
+ codplanhor?: string;
156
+ denplanhor?: string;
154
157
  }
155
158
  export interface IPeriodoNomina {
156
159
  id_enterprise: string;
@@ -28,6 +28,9 @@ export declare class MNominaSimple extends MBasicModel {
28
28
  denominacionEstructuraOrganizativa: string;
29
29
  idPersonal: number;
30
30
  idPersonalNomina: number;
31
+ idPlanHorario: number;
32
+ codigoPlanHorario: string;
33
+ denominacionPlanHorario: string;
31
34
  constructor(e?: INominaSimple);
32
35
  dataInterface(): INominaSimple;
33
36
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sigesp",
3
- "version": "0.9.71-20230915",
3
+ "version": "0.9.72-20230917",
4
4
  "dependencies": {
5
5
  "tslib": "^2.0.0"
6
6
  },