iptdevs-design-system 3.2.173 → 3.2.174

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.
@@ -1033,6 +1033,11 @@ class UserService extends IPTGeneralService {
1033
1033
  let serviceUrl = this.SERVICE_URL + 'obtain/teachers/available/by/course/campus/' + code_campus;
1034
1034
  return this.http.get(serviceUrl);
1035
1035
  }
1036
+ getAllUserByRollValidatedAndCampus(params) {
1037
+ let serviceUrl = this.SERVICE_URL + 'post/obtain/by/rol/all/user/validated/and/campus';
1038
+ this.generateRequestParams(params);
1039
+ return this.http.post(serviceUrl, this.httpOptions);
1040
+ }
1036
1041
  }
1037
1042
  UserService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.7", ngImport: i0, type: UserService, deps: [{ token: i1$2.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable });
1038
1043
  UserService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.7", ngImport: i0, type: UserService, providedIn: 'root' });
@@ -8558,6 +8563,11 @@ class AcademicService extends IPTGeneralService {
8558
8563
  this.generateRequestParams(params);
8559
8564
  return this.http.post(serviceUrl, this.httpOptions);
8560
8565
  }
8566
+ getCourseByAdvisorActiveAndInactiveByModalityForAdviser(params) {
8567
+ let serviceUrl = this.SERVICE_URL + 'post/course/obtain/by/adviser/modality/status';
8568
+ this.generateRequestParams(params);
8569
+ return this.http.post(serviceUrl, this.httpOptions);
8570
+ }
8561
8571
  manageCreatedScherduleEvents(params) {
8562
8572
  let serviceUrl = this.SERVICE_URL + 'post/manage/created/schedule/events';
8563
8573
  this.generateRequestParams(params);