iptdevs-design-system 2.7.145 → 2.7.148

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.
@@ -4474,6 +4474,11 @@ class BudgetService extends IPTGeneralService {
4474
4474
  let serviceUrl = this.SERVICE_URL + 'get/payment/bill/canceled/by/student/' + codeStudent;
4475
4475
  return this.http.get(serviceUrl);
4476
4476
  }
4477
+ getPriceByTypeService(params) {
4478
+ let serviceUrl = this.SERVICE_URL + 'post/obtain/price/by/type/service';
4479
+ this.generateRequestParams(params);
4480
+ return this.http.post(serviceUrl, this.httpOptions);
4481
+ }
4477
4482
  }
4478
4483
  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 });
4479
4484
  BudgetService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.7", ngImport: i0, type: BudgetService, providedIn: 'root' });