sigesp 0.9.39-20230321 → 0.9.40-20230321
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 +1 -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/Nomina.js +1 -1
- package/esm2015/lib/core/models/SNO/MConceptosNomina.model.js +2 -1
- package/esm2015/lib/core/models/SPG/administrativeUnit.model.js +1 -1
- package/fesm2015/sigesp.js +1 -0
- package/fesm2015/sigesp.js.map +1 -1
- package/lib/core/interfaces/Nomina.d.ts +1 -0
- package/lib/core/models/SPG/administrativeUnit.model.d.ts +1 -0
- package/package.json +1 -1
package/bundles/sigesp.umd.js
CHANGED
|
@@ -9629,6 +9629,7 @@
|
|
|
9629
9629
|
_this.idUnidadAdministrativa = +e.id_uniadm;
|
|
9630
9630
|
_this.codigoUnidadAdministrativa = e.coduniadm;
|
|
9631
9631
|
_this.denominacionUnidadAdministraiva = e.denuniadm;
|
|
9632
|
+
_this.estructuraProgramatica = e.estructura;
|
|
9632
9633
|
return _this;
|
|
9633
9634
|
}
|
|
9634
9635
|
MConceptosNomina.prototype.dataInterface = function () {
|