iptdevs-design-system 3.1.299 → 3.1.300

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.
@@ -5562,6 +5562,11 @@ class ClassroomService extends IPTGeneralService {
5562
5562
  this.generateRequestParams(params);
5563
5563
  return this.http.post(serviceUrl, this.httpOptions);
5564
5564
  }
5565
+ obtainRoomByModalityAndCampus(params) {
5566
+ let serviceUrl = this.SERVICE_URL + 'post/obtain/rooms/by/modality/and/location';
5567
+ this.generateRequestParams(params);
5568
+ return this.http.post(serviceUrl, this.httpOptions);
5569
+ }
5565
5570
  getClassroomByIdCalendar(params) {
5566
5571
  let serviceUrl = this.SERVICE_URL + 'post/classroom/by/idcalendar';
5567
5572
  this.generateRequestParams(params);