sigesp 0.9.48-20230717 → 0.9.49-20230719

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.
@@ -7523,7 +7523,7 @@
7523
7523
  * @modificado 17-07-2023
7524
7524
  */
7525
7525
  SigespService.prototype.getProvidersAndBeneficiaries = function (type, destination, account) {
7526
- if (type === void 0) { type = null; }
7526
+ if (type === void 0) { type = 'default'; }
7527
7527
  if (destination === void 0) { destination = null; }
7528
7528
  if (account === void 0) { account = 'N'; }
7529
7529
  return this.http.get(this.URL + "/dao/rpc/proveedor_beneficiario_dao.php" + (type ? "?provider_type=" + type : '') + "&destination=" + destination + "&account=" + account, { headers: this.getHttpHeaders() }).pipe(operators.retry(3), operators.catchError(this.handlerError), operators.map(function (res) {