iptdevs-design-system 3.1.301 → 3.1.304

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.
@@ -5761,6 +5761,11 @@ class AcademicService extends IPTGeneralService {
5761
5761
  this.generateRequestParams(params);
5762
5762
  return this.http.post(serviceUrl, this.httpOptions);
5763
5763
  }
5764
+ obtainCoursesByDifferentParameters(params) {
5765
+ let serviceUrl = this.SERVICE_URL + 'obtain/courses/by/different/parameters';
5766
+ this.generateRequestParams(params);
5767
+ return this.http.post(serviceUrl, this.httpOptions);
5768
+ }
5764
5769
  }
5765
5770
  AcademicService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.7", ngImport: i0, type: AcademicService, deps: [{ token: i1$2.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable });
5766
5771
  AcademicService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.7", ngImport: i0, type: AcademicService, providedIn: 'root' });