iptdevs-design-system 3.2.172 → 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' });
@@ -4071,6 +4076,11 @@ class CommercialService extends IPTGeneralService {
4071
4076
  this.generateRequestParams(params);
4072
4077
  return this.http.post(serviceUrl, this.httpOptions);
4073
4078
  }
4079
+ obtainCodCoursesByAdvisorOrganized(params) {
4080
+ let serviceUrl = this.SERVICE_URL + 'post/obtain/cod/courses/by/advisor/organized';
4081
+ this.generateRequestParams(params);
4082
+ return this.http.post(serviceUrl, this.httpOptions);
4083
+ }
4074
4084
  obtainCodByAdvisorAndCourse(params) {
4075
4085
  let serviceUrl = this.SERVICE_URL + 'post/obtain/cod/student/by/course/and/advisor';
4076
4086
  this.generateRequestParams(params);
@@ -8553,6 +8563,11 @@ class AcademicService extends IPTGeneralService {
8553
8563
  this.generateRequestParams(params);
8554
8564
  return this.http.post(serviceUrl, this.httpOptions);
8555
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
+ }
8556
8571
  manageCreatedScherduleEvents(params) {
8557
8572
  let serviceUrl = this.SERVICE_URL + 'post/manage/created/schedule/events';
8558
8573
  this.generateRequestParams(params);