sigesp 0.9.25-20230119 → 0.9.26-20230203

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.
@@ -6139,6 +6139,13 @@
6139
6139
  return this.http.put(this.URL + "/dao/spg/cuentas_egresos_dao.php", distribution, { headers: this.getHttpHeaders() });
6140
6140
  };
6141
6141
  /**
6142
+ * @Actualiza la distribución de la cuenta de egreso
6143
+ * @param distribution
6144
+ */
6145
+ SigespService.prototype.updateDistributionExpenseAccount2 = function (distribution) {
6146
+ return this.http.put(this.URL + "/dao/spg/cuentas_egresos_dao.php", distribution, { headers: this.getHttpHeaders() });
6147
+ };
6148
+ /**
6142
6149
  * @Actualiza la distribución de la cuenta de Ingreso
6143
6150
  * @param distribution
6144
6151
  */
@@ -14439,16 +14446,16 @@
14439
14446
  exports.academico = academico;
14440
14447
  exports.camposConstaciaTrabajo = camposConstaciaTrabajo;
14441
14448
  exports.customPaginator = customPaginator;
14442
- exports.ɵf = AppComponent;
14443
- exports.ɵg = SharedModule;
14444
- exports.ɵh = CatalogoComponent;
14445
- exports.ɵj = ConfirmComponent;
14446
- exports.ɵk = IconComponent;
14447
- exports.ɵl = TableSelectComponent;
14448
- exports.ɵm = CatalogoEstructurasComponent;
14449
- exports.ɵn = CatalogoDobleInputComponent;
14450
- exports.ɵo = IsoCurrencyPipe;
14451
- exports.ɵp = CustonMaterialModule;
14449
+ exports.ɵg = AppComponent;
14450
+ exports.ɵh = SharedModule;
14451
+ exports.ɵi = CatalogoComponent;
14452
+ exports.ɵk = ConfirmComponent;
14453
+ exports.ɵl = IconComponent;
14454
+ exports.ɵm = TableSelectComponent;
14455
+ exports.ɵn = CatalogoEstructurasComponent;
14456
+ exports.ɵo = CatalogoDobleInputComponent;
14457
+ exports.ɵp = IsoCurrencyPipe;
14458
+ exports.ɵq = CustonMaterialModule;
14452
14459
 
14453
14460
  Object.defineProperty(exports, '__esModule', { value: true });
14454
14461