iptdevs-design-system 3.2.87 → 3.2.88

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.
@@ -246,3 +246,7 @@ export interface ITeacherCourseRs {
246
246
  last_name: string;
247
247
  full_name: string;
248
248
  }
249
+ export interface IParamsObtainAttendanceForCodHistoryByStudentRq {
250
+ token: string;
251
+ student_code: number;
252
+ }
@@ -1,7 +1,7 @@
1
1
  import { HttpClient } from '@angular/common/http';
2
2
  import { Observable } from 'rxjs';
3
3
  import { IPTGeneralService } from '../service-enviroments';
4
- import { GetCourseByTypeRq, GetStudentByCourse, GetLastStudentCodRq, GetStudentByTeacherRq, GetAllStudentByTeacherRq, ClassRoomRQI, IManageCreatedScherduleEventsRq, IParamsObtainCoursesByTypeCourseInCreatedCoursesRs, IgetAvailableCoursesByLevStaModalRq, IGetCoursesAvailableForExchangeRq } from '../../models/academic/academic.component';
4
+ import { GetCourseByTypeRq, GetStudentByCourse, GetLastStudentCodRq, GetStudentByTeacherRq, GetAllStudentByTeacherRq, ClassRoomRQI, IManageCreatedScherduleEventsRq, IParamsObtainCoursesByTypeCourseInCreatedCoursesRs, IgetAvailableCoursesByLevStaModalRq, IGetCoursesAvailableForExchangeRq, IParamsObtainAttendanceForCodHistoryByStudentRq } from '../../models/academic/academic.component';
5
5
  import { UserTokenRq } from '../../models/user/user-rq.model';
6
6
  import { GetStudentsByCourseRq } from '../../models/student/student.interface';
7
7
  import { GetCodByStudentCourseRq } from '../../models/cod/cod-rq.model';
@@ -50,6 +50,7 @@ export declare class AcademicService extends IPTGeneralService {
50
50
  getCoursesAvailableForStudentChange(param: IGetCoursesAvailableForExchangeRq): Observable<any>;
51
51
  changeOfStudentGroup(param: IChangeOfStudentGroupRq): Observable<any>;
52
52
  obtainCourseStatusByCode(courseCode: number): Observable<any>;
53
+ ObtainAttendanceForCodHistoryByStudent(param: IParamsObtainAttendanceForCodHistoryByStudentRq): Observable<any>;
53
54
  static ɵfac: i0.ɵɵFactoryDeclaration<AcademicService, never>;
54
55
  static ɵprov: i0.ɵɵInjectableDeclaration<AcademicService>;
55
56
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iptdevs-design-system",
3
- "version": "3.2.87",
3
+ "version": "3.2.88",
4
4
  "description": "Library common elements into IPT Plattform.",
5
5
  "keywords": [
6
6
  "IPT",