iptdevs-design-system 3.1.319 → 3.1.320

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.
@@ -66,7 +66,7 @@ export interface ICourseEventRq {
66
66
  codeTeacher: number;
67
67
  colorEvent: number;
68
68
  courseCode: number;
69
- dateCreation: null;
69
+ dateCreation: Date | null;
70
70
  descriptionEvent: string;
71
71
  end: Date;
72
72
  locationEvent: string;
@@ -25,3 +25,28 @@ export interface GoogleEvent2Rq {
25
25
  start: Date;
26
26
  end: Date;
27
27
  }
28
+ export interface ICreateNewEventsRq {
29
+ courseCode: number;
30
+ codeClassRoom: number;
31
+ codeTeacher: string;
32
+ color: string;
33
+ descriptionEvent: string;
34
+ startTime: string;
35
+ endTime: string;
36
+ conferenceDataName: string;
37
+ hangoutLink: string;
38
+ SchoolDayShort: ISchoolDayShortRq[];
39
+ weekDays: string[];
40
+ courseCodeClub: number;
41
+ codeClassRoomClub: number;
42
+ codeTeacherClub: string;
43
+ startTimeClub: string;
44
+ endTimeClub: string;
45
+ SchoolDayShortClub: string[];
46
+ weekDaysClub: string[];
47
+ }
48
+ export interface ISchoolDayShortRq {
49
+ date: Date;
50
+ unitName: string;
51
+ courseType: number;
52
+ }
@@ -1,3 +1,4 @@
1
+ import { ICourseEventRq } from "../academic/academic.component";
1
2
  import { longDateAvailabilityRs } from "../cronogram/cronogram.models";
2
3
  import { English_Levels } from "./courses.model";
3
4
  export interface CreateCourseRq {
@@ -201,3 +202,19 @@ export interface ISchoolDaysCombineRs {
201
202
  longDate: string;
202
203
  nameUnit: string;
203
204
  }
205
+ export interface ICreatedScheduleEvents {
206
+ token: string;
207
+ courseCode: number;
208
+ codeClassRoom: number;
209
+ codeTeacher: string;
210
+ startTime: string;
211
+ endTime: string;
212
+ weekDays: string[];
213
+ courseCodeClub: number;
214
+ codeClassRoomClub: number;
215
+ codeTeacherClub: string;
216
+ startTimeClub: string;
217
+ endTimeClub: string;
218
+ weekDaysClub: string[];
219
+ course_events: ICourseEventRq[];
220
+ }
@@ -197,3 +197,8 @@ export interface IObtainAvailableCourseDayRs {
197
197
  startTime: string;
198
198
  endTime: string;
199
199
  }
200
+ export interface IEventsUnit {
201
+ eventDate: string;
202
+ unit: string;
203
+ courseType: number;
204
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iptdevs-design-system",
3
- "version": "3.1.319",
3
+ "version": "3.1.320",
4
4
  "description": "Library common elements into IPT Plattform.",
5
5
  "keywords": [
6
6
  "IPT",