sigesp 0.9.81-20231022 → 0.9.82-20231024
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/bundles/sigesp.umd.js +2 -0
- package/bundles/sigesp.umd.js.map +1 -1
- package/bundles/sigesp.umd.min.js +1 -1
- package/bundles/sigesp.umd.min.js.map +1 -1
- package/esm2015/lib/core/interfaces/RecursosHumanos.js +1 -1
- package/esm2015/lib/core/models/SNO/MCargosPersonal.model.js +3 -1
- package/fesm2015/sigesp.js +2 -0
- package/fesm2015/sigesp.js.map +1 -1
- package/lib/core/interfaces/RecursosHumanos.d.ts +2 -2
- package/package.json +1 -1
package/bundles/sigesp.umd.js
CHANGED
|
@@ -9591,6 +9591,8 @@
|
|
|
9591
9591
|
id_personalcargo: this.idPersonalCargo.toString(),
|
|
9592
9592
|
id_clasificacion_docente: this.idClasificadorDocente.toString(),
|
|
9593
9593
|
id_claper: this.idClasificadorPersonal.toString(),
|
|
9594
|
+
id_dedicacion: this.idDedicacion.toString(),
|
|
9595
|
+
id_tipopersonal: this.idTipoPersonalSno.toString(),
|
|
9594
9596
|
detalles_organigrama: this.detallesOrganigrama.map(function (e) { return e.dataInterface(); }),
|
|
9595
9597
|
detalles_nomina: this.detallesNomina.map(function (e) { return e.dataInterface(); }),
|
|
9596
9598
|
};
|