iptdevs-design-system 3.1.833 → 3.1.835

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.
@@ -6655,6 +6655,11 @@ class AcademicService extends IPTGeneralService {
6655
6655
  this.generateRequestParams(param);
6656
6656
  return this.http.post(serviceUrl, this.httpOptions);
6657
6657
  }
6658
+ changeOfStudentGroup(param) {
6659
+ const serviceUrl = this.SERVICE_URL + 'change/student/to/new/course';
6660
+ this.generateRequestParams(param);
6661
+ return this.http.post(serviceUrl, this.httpOptions);
6662
+ }
6658
6663
  }
6659
6664
  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 });
6660
6665
  AcademicService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.7", ngImport: i0, type: AcademicService, providedIn: 'root' });