iptdevs-design-system 3.2.188 → 3.2.189

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.
@@ -264,3 +264,10 @@ export interface IGetAvailableCoursesByModalityStatusAndLevelMultiCampusRq {
264
264
  campus: number[];
265
265
  english_level: EnglishLevel[];
266
266
  }
267
+ export interface IGetCoursesAssignedByTeacherRs {
268
+ teacher_code: number;
269
+ teacher_name: string;
270
+ campus_code: number;
271
+ campus_name: string;
272
+ total_courses: number;
273
+ }
@@ -9,6 +9,7 @@ import { IChangeOfStudentGroupRq, IgetCodBcourseByModalityAndDisponibilityRq, Ig
9
9
  import { IObtainCoursesByDifferentParametersRq, IObtainCoursesStatusByAreaRq, IObtainCoursesStatusByDifferentParametersRq, IgetCodBcourseByModalityAndStatusAndLevelInglishRq } from '../../models/course/courses.model';
10
10
  import { INotesStudentRq, NotesStudents } from '../../models/notes/INotesTemplate';
11
11
  import { IAttendanceCodRq } from '../../models/attendance/attendance.interface';
12
+ import { IObtainCampusSummaryByUserCodeRq } from '../../models/budget/budget.model';
12
13
  import * as i0 from "@angular/core";
13
14
  export declare class AcademicService extends IPTGeneralService {
14
15
  private http;
@@ -56,6 +57,7 @@ export declare class AcademicService extends IPTGeneralService {
56
57
  ObtainAttendanceForCodHistoryByStudent(param: IParamsObtainAttendanceForCodHistoryByStudentRq): Observable<any>;
57
58
  getStudentByUserAndCampus(param: IGetStudentByUserAndCampusRq): Observable<any>;
58
59
  getAvailableCoursesByModalityStatusAndLevelMultiCampus(param: IGetAvailableCoursesByModalityStatusAndLevelMultiCampusRq): Observable<any>;
60
+ getCoursesAssignedByTeacher(param: IObtainCampusSummaryByUserCodeRq): Observable<any>;
59
61
  static ɵfac: i0.ɵɵFactoryDeclaration<AcademicService, never>;
60
62
  static ɵprov: i0.ɵɵInjectableDeclaration<AcademicService>;
61
63
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iptdevs-design-system",
3
- "version": "3.2.188",
3
+ "version": "3.2.189",
4
4
  "description": "Library common elements into IPT Plattform.",
5
5
  "keywords": [
6
6
  "IPT",