iptdevs-design-system 3.1.921 → 3.1.922

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.
@@ -3675,6 +3675,11 @@ class CourseService extends IPTGeneralService {
3675
3675
  this.generateRequestParams(params);
3676
3676
  return this.http.post(serviceUrl, this.httpOptions);
3677
3677
  }
3678
+ postDisableCourseByCode(params) {
3679
+ let serviceUrl = this.SERVICE_URL + 'post/disable/course/as/before/cod/by/course';
3680
+ this.generateRequestParams(params);
3681
+ return this.http.post(serviceUrl, this.httpOptions);
3682
+ }
3678
3683
  }
3679
3684
  CourseService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.7", ngImport: i0, type: CourseService, deps: [{ token: i1$2.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable });
3680
3685
  CourseService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.7", ngImport: i0, type: CourseService, providedIn: 'root' });