iptdevs-design-system 3.1.841 → 3.1.843

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.
@@ -490,3 +490,7 @@ export interface IUpdateCourseEventByCodeNewRq {
490
490
  name_event: string;
491
491
  event_type: 'THEORETICAL' | 'CLUB';
492
492
  }
493
+ export interface GetCourseScheduleRq {
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, GetCourseAssignedDataRq, GetLastEventByCourseRq, CreateCourseEventRq, IUpdateCourseEventByCodeNewRq } from '../../models/course/course-rq.model';
4
+ import { CreateCourseRq, EditCourseRq, GetAvailibleCoursesRq, GetCourseByCodeRq, GetCoursesByTeacherRq, GetCoursesRq, IChangeCourseStudentNotStartedRq, IUpdateCourseEventByCodeRq, ICourse, GetCoursesFilterRq, GetCourseAssignedDataRq, GetLastEventByCourseRq, CreateCourseEventRq, IUpdateCourseEventByCodeNewRq, GetCourseScheduleRq } 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 {
@@ -31,6 +31,7 @@ export declare class CourseService extends IPTGeneralService {
31
31
  getLastEventByCourse(params: GetLastEventByCourseRq): Observable<any>;
32
32
  createCourseEvent(params: CreateCourseEventRq): Observable<any>;
33
33
  updateCourseEventByCodeTwo(params: IUpdateCourseEventByCodeNewRq): Observable<any>;
34
+ getCourseSchedule(request: GetCourseScheduleRq): Observable<any>;
34
35
  static ɵfac: i0.ɵɵFactoryDeclaration<CourseService, never>;
35
36
  static ɵprov: i0.ɵɵInjectableDeclaration<CourseService>;
36
37
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iptdevs-design-system",
3
- "version": "3.1.841",
3
+ "version": "3.1.843",
4
4
  "description": "Library common elements into IPT Plattform.",
5
5
  "keywords": [
6
6
  "IPT",