iptdevs-design-system 3.1.927 → 3.1.928

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.
@@ -7005,16 +7005,6 @@ class AcademicService extends IPTGeneralService {
7005
7005
  this.generateRequestParams(param);
7006
7006
  return this.http.post(serviceUrl, this.httpOptions);
7007
7007
  }
7008
- addIndividualAttendance(param) {
7009
- const serviceUrl = this.SERVICE_URL + 'add/individual/attendance';
7010
- this.generateRequestParams(param);
7011
- return this.http.post(serviceUrl, this.httpOptions);
7012
- }
7013
- deleteIndividualAttendance(param) {
7014
- const serviceUrl = this.SERVICE_URL + 'delete/individual/attendance';
7015
- this.generateRequestParams(param);
7016
- return this.http.post(serviceUrl, this.httpOptions);
7017
- }
7018
7008
  }
7019
7009
  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 });
7020
7010
  AcademicService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.7", ngImport: i0, type: AcademicService, providedIn: 'root' });
@@ -7122,6 +7112,16 @@ class AttendanceService extends IPTGeneralService {
7122
7112
  this.generateRequestParams(params);
7123
7113
  return this.http.post(serviceUrl, this.httpOptions);
7124
7114
  }
7115
+ addIndividualAttendance(param) {
7116
+ const serviceUrl = this.SERVICE_URL + 'add/individual/attendance';
7117
+ this.generateRequestParams(param);
7118
+ return this.http.post(serviceUrl, this.httpOptions);
7119
+ }
7120
+ deleteIndividualAttendance(param) {
7121
+ const serviceUrl = this.SERVICE_URL + 'delete/individual/attendance';
7122
+ this.generateRequestParams(param);
7123
+ return this.http.post(serviceUrl, this.httpOptions);
7124
+ }
7125
7125
  }
7126
7126
  AttendanceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.7", ngImport: i0, type: AttendanceService, deps: [{ token: i1$2.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable });
7127
7127
  AttendanceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.7", ngImport: i0, type: AttendanceService, providedIn: 'root' });