iptdevs-design-system 2.7.35 → 2.7.37

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.
@@ -16,3 +16,8 @@ export interface Classroom {
16
16
  updated_at?: Date;
17
17
  created_at?: Date;
18
18
  }
19
+ export interface ClassroomByTypeUserRq {
20
+ token: string;
21
+ teacher_code: number | null;
22
+ course_code: number | null;
23
+ }
@@ -105,3 +105,64 @@ export interface CreateCODRq {
105
105
  multiculturalism_6: string;
106
106
  health_regimen: string;
107
107
  }
108
+ export interface CodInformationRq {
109
+ code: number;
110
+ course: CourseRq;
111
+ course_type: string;
112
+ agreement: string;
113
+ english_level: string;
114
+ student: Student2Rq;
115
+ parent: number;
116
+ aditional_information: number;
117
+ adviser: string;
118
+ cod_status: CodStatusRq;
119
+ cod_price: number;
120
+ updated_at: Date;
121
+ created_at: Date;
122
+ }
123
+ export interface CodStatusRq {
124
+ code: number;
125
+ status: string;
126
+ color_status: string;
127
+ }
128
+ export interface CourseRq {
129
+ code: number;
130
+ course_schedule: string[];
131
+ teacher: string;
132
+ course_type: CourseType2Rq;
133
+ to_start: Date;
134
+ start_date: Date;
135
+ finish_date: Date;
136
+ capacity: number;
137
+ more_days: number | null;
138
+ english_level: string;
139
+ agreement: string;
140
+ course_modality: CourseModalityRq;
141
+ }
142
+ export interface CourseModalityRq {
143
+ code: number;
144
+ name: string;
145
+ }
146
+ export interface CourseType2Rq {
147
+ code: number;
148
+ name: string;
149
+ number_class: number;
150
+ academic_plan: string;
151
+ }
152
+ export interface Student2Rq {
153
+ code: number;
154
+ name: string;
155
+ last_name: string;
156
+ nick_name: string | null;
157
+ email: string;
158
+ email_ipt: string;
159
+ role: number;
160
+ service_hour: number;
161
+ phone_indicative: number;
162
+ phone_number: string;
163
+ gender: number;
164
+ birthdate: Date | null;
165
+ city: number;
166
+ id_card_type: number;
167
+ id_card: string;
168
+ }
@@ -17,6 +17,7 @@ export declare class CalendarService extends IPTGeneralService {
17
17
  getAvailability(params: AvailabilityQueryRqs): Observable<any>;
18
18
  addNewEvent(params: AddNewEventRq): Observable<any>;
19
19
  ObtainUnitsNameCourseType(params: any): Observable<any>;
20
+ getAllEventByCourse(params: GetEventsByCourseRq): Observable<any>;
20
21
  static ɵfac: i0.ɵɵFactoryDeclaration<CalendarService, never>;
21
22
  static ɵprov: i0.ɵɵInjectableDeclaration<CalendarService>;
22
23
  }
@@ -1,6 +1,6 @@
1
1
  import { HttpClient } from '@angular/common/http';
2
2
  import { Observable } from 'rxjs';
3
- import { ClassroomByIdCalendarRq, ClassroomModalityRq } from '../../models/classroom/classroom-rq.model';
3
+ import { ClassroomByIdCalendarRq, ClassroomByTypeUserRq, ClassroomModalityRq } from '../../models/classroom/classroom-rq.model';
4
4
  import { IPTGeneralService } from '../service-enviroments';
5
5
  import * as i0 from "@angular/core";
6
6
  export declare class ClassroomService extends IPTGeneralService {
@@ -9,6 +9,7 @@ export declare class ClassroomService extends IPTGeneralService {
9
9
  constructor(http: HttpClient);
10
10
  getClassroomsByModality(params: ClassroomModalityRq): Observable<Response>;
11
11
  getClassroomByIdCalendar(params: ClassroomByIdCalendarRq): Observable<Response>;
12
+ getAllClassroomByTypeUser(params: ClassroomByTypeUserRq): Observable<Response>;
12
13
  static ɵfac: i0.ɵɵFactoryDeclaration<ClassroomService, never>;
13
14
  static ɵprov: i0.ɵɵInjectableDeclaration<ClassroomService>;
14
15
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iptdevs-design-system",
3
- "version": "2.7.35",
3
+ "version": "2.7.37",
4
4
  "description": "Library common elements into IPT Plattform.",
5
5
  "keywords": [
6
6
  "IPT",