iptdevs-design-system 3.1.359 → 3.1.360

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.
@@ -5879,6 +5879,11 @@ class AcademicService extends IPTGeneralService {
5879
5879
  let serviceUrl = `${this.SERVICE_URL}obtain/course/theory/${courseCode}`;
5880
5880
  return this.http.get(serviceUrl);
5881
5881
  }
5882
+ obtainCoursesTheoryByDiffParametersForNotes(params) {
5883
+ let serviceUrl = this.SERVICE_URL + 'obtain/courses/theory/by/diffparameters/for/notes';
5884
+ this.generateRequestParams(params);
5885
+ return this.http.post(serviceUrl, this.httpOptions);
5886
+ }
5882
5887
  }
5883
5888
  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 });
5884
5889
  AcademicService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.7", ngImport: i0, type: AcademicService, providedIn: 'root' });