sigesp 0.8.82-20220511 → 0.8.83-20220512

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.
@@ -132,6 +132,8 @@ export interface INominaSimple {
132
132
  id_empresa: string;
133
133
  id_nomina: string;
134
134
  id_carper: string;
135
+ id_personal: string;
136
+ id_personalnomina: string;
135
137
  codnom?: string;
136
138
  dennom?: string;
137
139
  id_periodoactual?: string;
@@ -25,6 +25,8 @@ export declare class MNominaSimple extends MBasicModel {
25
25
  idOrganigrama: number;
26
26
  codigoEstructuraOrganizativa: string;
27
27
  denominacionEstructuraOrganizativa: string;
28
+ idPersonal: number;
29
+ idPersonalNomina: number;
28
30
  constructor(e?: INominaSimple);
29
31
  dataInterface(): INominaSimple;
30
32
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sigesp",
3
- "version": "0.8.82-20220511",
3
+ "version": "0.8.83-20220512",
4
4
  "dependencies": {
5
5
  "tslib": "^2.0.0"
6
6
  },