iptdevs-design-system 3.2.181 → 3.2.182

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.
@@ -8392,6 +8392,11 @@ class BudgetService extends IPTGeneralService {
8392
8392
  this.generateRequestParams(param);
8393
8393
  return this.http.post(serviceUrl, this.httpOptions);
8394
8394
  }
8395
+ paymentsMadeByDateAndPortfolioCoordinatorReport(param) {
8396
+ let serviceUrl = this.SERVICE_URL + 'payments/made/by/date/and/portfolio/coordinator/report';
8397
+ this.generateRequestParams(param);
8398
+ return this.http.post(serviceUrl, this.httpOptions);
8399
+ }
8395
8400
  }
8396
8401
  BudgetService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.7", ngImport: i0, type: BudgetService, deps: [{ token: i1$2.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable });
8397
8402
  BudgetService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.7", ngImport: i0, type: BudgetService, providedIn: 'root' });