iptdevs-design-system 3.2.38 → 3.2.40

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 + 'obtain/courses/for/the/renewal/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' });