iptdevs-design-system 3.2.170 → 3.2.171

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.
@@ -8668,6 +8668,11 @@ class AcademicService extends IPTGeneralService {
8668
8668
  this.generateRequestParams(param);
8669
8669
  return this.http.post(serviceUrl, this.httpOptions);
8670
8670
  }
8671
+ getStudentByUserAndCampus(param) {
8672
+ const serviceUrl = this.SERVICE_URL + 'obtain/students/by/user/and/campus';
8673
+ this.generateRequestParams(param);
8674
+ return this.http.post(serviceUrl, this.httpOptions);
8675
+ }
8671
8676
  }
8672
8677
  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 });
8673
8678
  AcademicService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.7", ngImport: i0, type: AcademicService, providedIn: 'root' });