iptdevs-design-system 3.1.3109 → 3.1.3110

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.
@@ -5896,6 +5896,11 @@ class AcademicService extends IPTGeneralService {
5896
5896
  this.generateRequestParams(params);
5897
5897
  return this.http.post(serviceUrl, this.httpOptions);
5898
5898
  }
5899
+ obtainCoursesByTypeCoursesInCreatdCourseRs(params) {
5900
+ let serviceUrl = this.SERVICE_URL + 'obtain/course/by/plan/academic/type/course/modality';
5901
+ this.generateRequestParams(params);
5902
+ return this.http.post(serviceUrl, this.httpOptions);
5903
+ }
5899
5904
  }
5900
5905
  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 });
5901
5906
  AcademicService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.7", ngImport: i0, type: AcademicService, providedIn: 'root' });