iptdevs-design-system 3.1.847 → 3.1.849

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.
@@ -486,3 +486,11 @@ export interface GetCourseScheduleRq {
486
486
  token: string;
487
487
  course_code: number;
488
488
  }
489
+ export interface GetCourseAssignedByCourseCodeRq {
490
+ token: string;
491
+ course_code: number;
492
+ }
493
+ export interface GetLastEventByCourseCodeRq {
494
+ token: string;
495
+ course_code: number;
496
+ }
@@ -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 { CreateCourseRq, EditCourseRq, GetAvailibleCoursesRq, GetCourseByCodeRq, GetCoursesByTeacherRq, GetCoursesRq, IChangeCourseStudentNotStartedRq, IUpdateCourseEventByCodeRq, ICourse, GetCoursesFilterRq, CreateCourseEventRq, IUpdateCourseEventByCodeNewRq, DeleteCourseEventRq, GetEventEditDataRq, GetCourseScheduleRq } from '../../models/course/course-rq.model';
4
+ import { CreateCourseRq, EditCourseRq, GetAvailibleCoursesRq, GetCourseByCodeRq, GetCoursesByTeacherRq, GetCoursesRq, IChangeCourseStudentNotStartedRq, IUpdateCourseEventByCodeRq, ICourse, GetCoursesFilterRq, CreateCourseEventRq, IUpdateCourseEventByCodeNewRq, DeleteCourseEventRq, GetEventEditDataRq, GetCourseScheduleRq, GetLastEventByCourseCodeRq, GetCourseAssignedByCourseCodeRq } from '../../models/course/course-rq.model';
5
5
  import { CourseStartDateRq } from '../../models/cronogram/cronogram.models';
6
6
  import * as i0 from "@angular/core";
7
7
  export declare class CourseService extends IPTGeneralService {
@@ -32,6 +32,8 @@ export declare class CourseService extends IPTGeneralService {
32
32
  deleteCourseEvent(params: DeleteCourseEventRq): Observable<any>;
33
33
  getEventEditData(params: GetEventEditDataRq): Observable<any>;
34
34
  getCourseSchedule(params: GetCourseScheduleRq): Observable<any>;
35
+ getCourseAssignedByCourseCode(params: GetCourseAssignedByCourseCodeRq): Observable<any>;
36
+ getLastEventByCourseCode(params: GetLastEventByCourseCodeRq): Observable<any>;
35
37
  static ɵfac: i0.ɵɵFactoryDeclaration<CourseService, never>;
36
38
  static ɵprov: i0.ɵɵInjectableDeclaration<CourseService>;
37
39
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iptdevs-design-system",
3
- "version": "3.1.847",
3
+ "version": "3.1.849",
4
4
  "description": "Library common elements into IPT Plattform.",
5
5
  "keywords": [
6
6
  "IPT",