iptdevs-design-system 3.1.290 → 3.1.293

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.
@@ -5732,6 +5732,11 @@ class AcademicService extends IPTGeneralService {
5732
5732
  this.generateRequestParams(params);
5733
5733
  return this.http.post(serviceUrl, this.httpOptions);
5734
5734
  }
5735
+ manageCreatedScherduleEvents(params) {
5736
+ let serviceUrl = this.SERVICE_URL + 'post/manage/created/schedule/events';
5737
+ this.generateRequestParams(params);
5738
+ return this.http.post(serviceUrl, this.httpOptions);
5739
+ }
5735
5740
  }
5736
5741
  AcademicService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.7", ngImport: i0, type: AcademicService, deps: [{ token: i1$2.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable });
5737
5742
  AcademicService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.7", ngImport: i0, type: AcademicService, providedIn: 'root' });