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.
- package/esm2020/lib/core/services/calendar-service/calendar.service.mjs +2 -1
- package/fesm2015/iptdevs-design-system.mjs +1 -0
- package/fesm2015/iptdevs-design-system.mjs.map +1 -1
- package/fesm2020/iptdevs-design-system.mjs +1 -0
- package/fesm2020/iptdevs-design-system.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -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);
|