iptdevs-design-system 3.1.712 → 3.1.714

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.
@@ -109,3 +109,13 @@ export interface IweekDaysRq {
109
109
  key: string;
110
110
  code: number;
111
111
  }
112
+ export interface ICourseTypeByAcademicRs {
113
+ code: number;
114
+ name: string;
115
+ label: string;
116
+ number_class: number;
117
+ number_class_club: number;
118
+ academic_plan: number;
119
+ theory_classes: number;
120
+ club_classes: number;
121
+ }
@@ -43,6 +43,7 @@ export declare class AcademicService extends IPTGeneralService {
43
43
  ObtainLevelsCodsByStudent(param: NotesStudents): Observable<any>;
44
44
  getAttendanceByCod(param: IAttendanceCodRq): Observable<any>;
45
45
  getInfoStudentCourseByCod(param: IAttendanceCodRq): Observable<any>;
46
+ getCourseTypeByAcademicPlan(codeAcademic: number): Observable<any>;
46
47
  static ɵfac: i0.ɵɵFactoryDeclaration<AcademicService, never>;
47
48
  static ɵprov: i0.ɵɵInjectableDeclaration<AcademicService>;
48
49
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iptdevs-design-system",
3
- "version": "3.1.712",
3
+ "version": "3.1.714",
4
4
  "description": "Library common elements into IPT Plattform.",
5
5
  "keywords": [
6
6
  "IPT",