iptdevs-design-system 3.1.7 → 3.1.8

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.
@@ -951,6 +951,7 @@ class CalendarService extends IPTGeneralService {
951
951
  this.generateRequestParams(params);
952
952
  return this.http.post(serviceUrl, this.httpOptions);
953
953
  }
954
+ //duplicida de ep
954
955
  getAvailability(params) {
955
956
  let serviceUrl = this.SERVICE_URL + 'post/event/create/query';
956
957
  this.generateRequestParams(params);