iptdevs-design-system 3.1.706 → 3.1.707

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.
@@ -131,3 +131,7 @@ export interface IUpdateAttendacenByCodeRq {
131
131
  new_attendance: number;
132
132
  new_observation: string;
133
133
  }
134
+ export interface IAttendanceCodRq {
135
+ token: string;
136
+ cod_code: number;
137
+ }
@@ -74,3 +74,14 @@ export interface ICourseTRq {
74
74
  number_class: number;
75
75
  academic_plan: ICourseModalityRq;
76
76
  }
77
+ export interface InfoCourseRs {
78
+ english_level_name: string;
79
+ course_type_name: string;
80
+ teacher_name: string;
81
+ teacher_last_name: string;
82
+ course_modality: number;
83
+ name: string;
84
+ total_asistencias: number;
85
+ total_inasistencias: number;
86
+ academic_plan: string;
87
+ }
@@ -8,6 +8,7 @@ import { GetCodByStudentCourseRq } from '../../models/cod/cod-rq.model';
8
8
  import { IgetCodBcourseByModalityAndDisponibilityRq, IgetCodBcourseByModalityAndLevelAndCourseTypeRq } from '../../models/course/course-rq.model';
9
9
  import { IObtainCoursesByDifferentParametersRq, IObtainCoursesStatusByDifferentParametersRq, IgetCodBcourseByModalityAndStatusAndLevelInglishRq } from '../../models/course/courses.model';
10
10
  import { INotesStudentRq, NotesStudents } from '../../models/notes/INotesTemplate';
11
+ import { IAttendanceCodRq } from '../../models/attendance/attendance.interface';
11
12
  import * as i0 from "@angular/core";
12
13
  export declare class AcademicService extends IPTGeneralService {
13
14
  private http;
@@ -40,6 +41,8 @@ export declare class AcademicService extends IPTGeneralService {
40
41
  obtainPlansCourseAvalaibleForPosibleStudentByAgeAndGrade(params: any): Observable<any>;
41
42
  ObtainGradesByStudent(param: INotesStudentRq): Observable<any>;
42
43
  ObtainLevelsCodsByStudent(param: NotesStudents): Observable<any>;
44
+ getAttendanceByCod(param: IAttendanceCodRq): Observable<any>;
45
+ getInfoStudentCourseByCod(param: IAttendanceCodRq): Observable<any>;
43
46
  static ɵfac: i0.ɵɵFactoryDeclaration<AcademicService, never>;
44
47
  static ɵprov: i0.ɵɵInjectableDeclaration<AcademicService>;
45
48
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iptdevs-design-system",
3
- "version": "3.1.706",
3
+ "version": "3.1.707",
4
4
  "description": "Library common elements into IPT Plattform.",
5
5
  "keywords": [
6
6
  "IPT",