sigesp 0.8.89-20220525 → 0.8.90-20220526
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 -2
- package/bundles/sigesp.umd.js.map +1 -1
- package/bundles/sigesp.umd.min.js +2 -2
- package/bundles/sigesp.umd.min.js.map +1 -1
- package/esm2015/lib/core/interfaces/Nomina.js +1 -1
- package/esm2015/lib/core/models/SNO/MArchivosTxt.model.js +2 -2
- package/esm2015/lib/core/models/SNO/MAsignacionCargo.model.js +2 -2
- package/esm2015/lib/core/models/SNO/MBeneficiario.model.js +1 -1
- package/esm2015/lib/core/models/SNO/MNominaSimple.model.js +2 -1
- package/fesm2015/sigesp.js +3 -2
- package/fesm2015/sigesp.js.map +1 -1
- package/lib/core/interfaces/Nomina.d.ts +2 -2
- package/lib/core/models/SNO/MBeneficiario.model.d.ts +1 -1
- package/package.json +1 -1
package/bundles/sigesp.umd.js
CHANGED
|
@@ -3950,7 +3950,6 @@
|
|
|
3950
3950
|
var MAsignacionCargo = /** @class */ (function (_super) {
|
|
3951
3951
|
__extends(MAsignacionCargo, _super);
|
|
3952
3952
|
function MAsignacionCargo(e) {
|
|
3953
|
-
if (e === void 0) { e = null; }
|
|
3954
3953
|
var _this = _super.call(this) || this;
|
|
3955
3954
|
_this.idEmpresa = 0;
|
|
3956
3955
|
_this.idAsignacionCargo = 0;
|
|
@@ -4226,6 +4225,7 @@
|
|
|
4226
4225
|
id_carper: this.idCargo.toString(),
|
|
4227
4226
|
id_personal: this.idPersonal.toString(),
|
|
4228
4227
|
id_personalnomina: this.idPersonalNomina.toString(),
|
|
4228
|
+
id_organigrama: this.idOrganigrama.toString(),
|
|
4229
4229
|
};
|
|
4230
4230
|
};
|
|
4231
4231
|
return MNominaSimple;
|
|
@@ -8193,7 +8193,6 @@
|
|
|
8193
8193
|
var MArchivosTxt = /** @class */ (function (_super) {
|
|
8194
8194
|
__extends(MArchivosTxt, _super);
|
|
8195
8195
|
function MArchivosTxt(e) {
|
|
8196
|
-
if (e === void 0) { e = null; }
|
|
8197
8196
|
var _this = _super.call(this) || this;
|
|
8198
8197
|
_this.idEmpresa = 0;
|
|
8199
8198
|
_this.idArchivoTxt = 0;
|