iptdevs-design-system 3.1.192 → 3.1.194

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.
@@ -5389,6 +5389,11 @@ class AcademicService extends IPTGeneralService {
5389
5389
  this.generateRequestParams(params);
5390
5390
  return this.http.post(serviceUrl, this.httpOptions);
5391
5391
  }
5392
+ getCodBcourseByModalityAndStatusAndLevelInglish(params) {
5393
+ let serviceUrl = this.SERVICE_URL + 'post/course/obtain/by/modality/status';
5394
+ this.generateRequestParams(params);
5395
+ return this.http.post(serviceUrl, this.httpOptions);
5396
+ }
5392
5397
  }
5393
5398
  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 });
5394
5399
  AcademicService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.7", ngImport: i0, type: AcademicService, providedIn: 'root' });