iptdevs-design-system 3.1.705 → 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
+ }
@@ -365,15 +365,17 @@ export interface IobtaincodCurrrentAndLevelFullDataRenovationsRq {
365
365
  token: string;
366
366
  }
367
367
  export interface IobtainAllPaymentBillCanceledByStudentRq {
368
+ invoice_cancelled: number;
369
+ code: number;
368
370
  english_level: number;
369
371
  timely_date: Date;
370
372
  created_at: Date;
371
- payment_services: number;
372
- payment_method: number;
373
- payment_wallet: number;
374
- bank: number;
373
+ payment_service_name: string;
374
+ payment_method_name: string;
375
+ payment_wallet_name: string;
376
+ bank_name: string;
375
377
  payment_amount: number;
376
- generatedBy: number;
377
- type_movements: number;
378
+ adviser_name: string;
379
+ type_movement_name: string;
378
380
  academic_plan: number;
379
381
  }
@@ -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.705",
3
+ "version": "3.1.707",
4
4
  "description": "Library common elements into IPT Plattform.",
5
5
  "keywords": [
6
6
  "IPT",