sigesp 0.8.77-20220510 → 0.8.78-20220510

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.
@@ -249,6 +249,7 @@ export interface IPersonalNomina {
249
249
  racnom?: string;
250
250
  situacion?: string;
251
251
  monpen?: string;
252
+ nacper?: string;
252
253
  }
253
254
  export interface IConstanteNomina {
254
255
  id_empresa: string;
@@ -84,6 +84,7 @@ export declare class MPersonalNomina extends MBasicModel {
84
84
  nominaRac: number;
85
85
  situacionPersonal: string;
86
86
  montoPension: number;
87
+ nacionalidad: string;
87
88
  constructor(e?: IPersonalNomina);
88
89
  dataInterface(): IPersonalNomina;
89
90
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sigesp",
3
- "version": "0.8.77-20220510",
3
+ "version": "0.8.78-20220510",
4
4
  "dependencies": {
5
5
  "tslib": "^2.0.0"
6
6
  },