iptdevs-design-system 3.2.37 → 3.2.39

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.
@@ -4724,6 +4724,11 @@ class CourseService extends IPTGeneralService {
4724
4724
  this.generateRequestParams(request);
4725
4725
  return this.http.get(serviceUrl, this.httpOptions);
4726
4726
  }
4727
+ getAvailableCoursesTheRenovationByCourse(params) {
4728
+ let serviceUrl = this.SERVICE_URL + 'post/disable/course/as/before/cod/by/course';
4729
+ this.generateRequestParams(params);
4730
+ return this.http.post(serviceUrl, this.httpOptions);
4731
+ }
4727
4732
  }
4728
4733
  CourseService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.7", ngImport: i0, type: CourseService, deps: [{ token: i1$2.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable });
4729
4734
  CourseService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.7", ngImport: i0, type: CourseService, providedIn: 'root' });
@@ -7787,6 +7792,10 @@ class BudgetService extends IPTGeneralService {
7787
7792
  this.generateRequestParams(params);
7788
7793
  return this.http.post(serviceUrl, this.httpOptions);
7789
7794
  }
7795
+ studentPaymentPlanByCod(codeCod) {
7796
+ const serviceUrl = this.SERVICE_URL + 'student/payment/plan/by/cod/' + codeCod;
7797
+ return this.http.get(serviceUrl);
7798
+ }
7790
7799
  }
7791
7800
  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 });
7792
7801
  BudgetService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.7", ngImport: i0, type: BudgetService, providedIn: 'root' });