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.
- package/esm2020/lib/core/interfaces/Constantes.mjs +2 -1
- package/esm2020/lib/core/interfaces/RecursosHumanos.mjs +1 -1
- package/esm2020/lib/core/models/SNO/MPersonal.model.mjs +13 -1
- package/fesm2015/sigesp.mjs +13 -0
- package/fesm2015/sigesp.mjs.map +1 -1
- package/fesm2020/sigesp.mjs +13 -0
- package/fesm2020/sigesp.mjs.map +1 -1
- package/lib/core/interfaces/RecursosHumanos.d.ts +4 -0
- package/lib/core/models/SNO/MPersonal.model.d.ts +4 -0
- package/package.json +1 -1
|
@@ -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
|
}
|