sigesp 0.8.57-220110 → 0.8.58-220110

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.
@@ -225,6 +225,8 @@ export interface IPersonal {
225
225
  desest: string;
226
226
  desmun: string;
227
227
  despar: string;
228
+ despai_nac: string;
229
+ desest_nac: string;
228
230
  }
229
231
  export interface ICargosPersonal {
230
232
  id_carper: string;
@@ -97,6 +97,8 @@ export declare class MPersonal extends MBasicModel {
97
97
  nombreEstado: string;
98
98
  nombreMunicipio: string;
99
99
  nombreParroquia: string;
100
+ nombrePaisNacimiento: string;
101
+ nombreEstadoNacimiento: string;
100
102
  constructor(p?: IPersonal);
101
103
  dataInterface(): IPersonal;
102
104
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sigesp",
3
- "version": "0.8.57-220110",
3
+ "version": "0.8.58-220110",
4
4
  "dependencies": {
5
5
  "tslib": "^2.0.0"
6
6
  },