iptdevs-design-system 3.1.664 → 3.1.666

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.
@@ -233,3 +233,17 @@ export interface IChangeCourseStudentNotStartedRq {
233
233
  new_course_event: number;
234
234
  number_class: number;
235
235
  }
236
+ export interface IUpdateCourseEventByCodeRq {
237
+ token: string;
238
+ course_code: number;
239
+ date_event: Date;
240
+ event_code: number;
241
+ name_event: string;
242
+ }
243
+ export interface IUpdateCourseEventByCodeRs {
244
+ code: number;
245
+ course_code: number;
246
+ date_event: Date;
247
+ name_event: string;
248
+ description_event: string;
249
+ }
@@ -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 } from '../../models/course/course-rq.model';
4
+ import { CreateCourseRq, EditCourseRq, GetAvailibleCoursesRq, GetCourseByCodeRq, GetCoursesByTeacherRq, GetCoursesRq, IChangeCourseStudentNotStartedRq, IUpdateCourseEventByCodeRq } 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 {
@@ -21,6 +21,7 @@ export declare class CourseService extends IPTGeneralService {
21
21
  numberClassByCode(idCode: number): Observable<any>;
22
22
  getAvailableCoursesByLevAgreeCType(availibleCourses: GetAvailibleCoursesRq): Observable<any>;
23
23
  ChangeCourseStudentWhoHasNotStarted(params: IChangeCourseStudentNotStartedRq): Observable<any>;
24
+ updateCourseEventByCode(params: IUpdateCourseEventByCodeRq): Observable<any>;
24
25
  static ɵfac: i0.ɵɵFactoryDeclaration<CourseService, never>;
25
26
  static ɵprov: i0.ɵɵInjectableDeclaration<CourseService>;
26
27
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iptdevs-design-system",
3
- "version": "3.1.664",
3
+ "version": "3.1.666",
4
4
  "description": "Library common elements into IPT Plattform.",
5
5
  "keywords": [
6
6
  "IPT",