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.
@@ -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
  };