sigesp 1.0.10-20240526 → 1.0.11-20240603

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.
@@ -245,6 +245,10 @@ export interface IPersonal {
245
245
  id_perper: string;
246
246
  codperper: string;
247
247
  denperper: string;
248
+ id_ruta: string;
249
+ cenvot: string;
250
+ punref: string;
251
+ denrut?: string;
248
252
  codpro?: string;
249
253
  denpro?: string;
250
254
  monpen?: string;
@@ -124,6 +124,10 @@ export declare class MPersonal extends MBasicModel {
124
124
  idPermisoPersonal: number;
125
125
  codigoPermisoPersonal: string;
126
126
  denominacionPermisoPersonal: string;
127
+ idRuta: number;
128
+ denominacionRuta: string;
129
+ centoVotacion: string;
130
+ puntoReferencia: string;
127
131
  constructor(p?: IPersonal);
128
132
  dataInterface(): IPersonal;
129
133
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sigesp",
3
- "version": "1.0.10-20240526",
3
+ "version": "1.0.11-20240603",
4
4
  "dependencies": {
5
5
  "tslib": "^2.6.2"
6
6
  },