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