iptdevs-design-system 2.7.37 → 2.7.39
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.
- package/README.md +24 -24
- package/esm2020/iptdevs-design-system.mjs +4 -4
- package/esm2020/lib/cod/cod-documents-section/cod-documents-section.component.mjs +16 -16
- package/esm2020/lib/cod/cod-form/cod-form.component.mjs +227 -227
- package/esm2020/lib/cod/cod.module.mjs +90 -90
- package/esm2020/lib/cod/logic/calculate-quotes.service.mjs +72 -72
- package/esm2020/lib/cod/logic/cod-form-controls.mjs +91 -91
- package/esm2020/lib/cod/logic/cod-form-steps.mjs +29 -29
- package/esm2020/lib/cod/logic/communicator.service.mjs +28 -28
- package/esm2020/lib/cod/logic/local-storage-cod.service.mjs +39 -39
- package/esm2020/lib/cod/steps/cod-form-step-five/cod-form-step-five.component.mjs +146 -146
- package/esm2020/lib/cod/steps/cod-form-step-four/cod-form-step-four.component.mjs +251 -251
- package/esm2020/lib/cod/steps/cod-form-step-one/cod-form-step-one.component.mjs +200 -200
- package/esm2020/lib/cod/steps/cod-form-step-three/cod-form-step-three.component.mjs +175 -175
- package/esm2020/lib/cod/steps/cod-form-step-two/cod-form-step-two.component.mjs +255 -255
- package/esm2020/lib/components/atoms/aside-button/aside-button.component.mjs +50 -50
- package/esm2020/lib/components/atoms/button/button.component.mjs +64 -64
- package/esm2020/lib/components/atoms/checkbox/checkbox.component.mjs +47 -47
- package/esm2020/lib/components/atoms/datalist/datalist.component.mjs +94 -94
- package/esm2020/lib/components/atoms/input/input.component.mjs +145 -145
- package/esm2020/lib/components/atoms/level-button/level-button.component.mjs +64 -64
- package/esm2020/lib/components/atoms/level-text/level-text.component.mjs +19 -19
- package/esm2020/lib/components/atoms/loader/loader.component.mjs +48 -48
- package/esm2020/lib/components/atoms/radio/radio.component.mjs +47 -47
- package/esm2020/lib/components/atoms/select/select.component.mjs +102 -102
- package/esm2020/lib/components/atoms/text-link/text-link.component.mjs +39 -39
- package/esm2020/lib/components/components.module.mjs +123 -118
- package/esm2020/lib/components/forms/create-user-form/create-user-form.component.mjs +228 -228
- package/esm2020/lib/components/forms/login-form/login-form.component.mjs +93 -93
- package/esm2020/lib/components/material.module.mjs +19 -19
- package/esm2020/lib/components/molecules/question-type/edit-question-types.component.mjs +299 -0
- package/esm2020/lib/components/molecules/sidenav/sidenav.component.mjs +150 -150
- package/esm2020/lib/core/core.module.mjs +73 -73
- package/esm2020/lib/core/models/academic/academic.component.mjs +2 -2
- package/esm2020/lib/core/models/activities/activities.interface.mjs +2 -2
- package/esm2020/lib/core/models/attendance/attendance.interface.mjs +2 -2
- package/esm2020/lib/core/models/budget/budget.model.mjs +2 -2
- package/esm2020/lib/core/models/calendar/calendar-rq.models.mjs +2 -2
- package/esm2020/lib/core/models/classroom/classroom-rq.model.mjs +2 -2
- package/esm2020/lib/core/models/cod/cod-rq.model.mjs +2 -2
- package/esm2020/lib/core/models/commercial/commercial.model.mjs +2 -2
- package/esm2020/lib/core/models/course/course-rq.model.mjs +2 -2
- package/esm2020/lib/core/models/course/courses.model.mjs +2 -2
- package/esm2020/lib/core/models/cronogram/cronogram.models.mjs +2 -2
- package/esm2020/lib/core/models/marketing/marketing.model.mjs +2 -2
- package/esm2020/lib/core/models/notes/notes.interface.mjs +2 -2
- package/esm2020/lib/core/models/payment/payment-rq.model.mjs +2 -2
- package/esm2020/lib/core/models/response/response.interface.mjs +2 -2
- package/esm2020/lib/core/models/session/session.model.mjs +3 -3
- package/esm2020/lib/core/models/student/student.interface.mjs +2 -2
- package/esm2020/lib/core/models/table/table-rs.model.mjs +2 -2
- package/esm2020/lib/core/models/test/test.model.mjs +2 -2
- package/esm2020/lib/core/models/url/url.model.mjs +2 -2
- package/esm2020/lib/core/models/user/user-rq.model.mjs +2 -2
- package/esm2020/lib/core/models/user/user-rs.model.mjs +5 -5
- package/esm2020/lib/core/services/academic-service/academic.service.mjs +55 -55
- package/esm2020/lib/core/services/activity-service/activity.service.mjs +87 -87
- package/esm2020/lib/core/services/attendance-service/attendance.service.mjs +64 -64
- package/esm2020/lib/core/services/budget-service/budget-service.mjs +66 -66
- package/esm2020/lib/core/services/calendar-service/calendar.service.mjs +65 -65
- package/esm2020/lib/core/services/certificate-service/certificate.service.mjs +26 -26
- package/esm2020/lib/core/services/classroom-service/classroom-service.service.mjs +36 -36
- package/esm2020/lib/core/services/commercial-service/comercial.service.mjs +49 -49
- package/esm2020/lib/core/services/commercial-service/validators.mjs +4 -4
- package/esm2020/lib/core/services/copies.service.mjs +17 -17
- package/esm2020/lib/core/services/course-service/course-service.model.mjs +70 -70
- package/esm2020/lib/core/services/ekt-service/userekt.service.mjs +29 -29
- package/esm2020/lib/core/services/marketing-service/marketing-service.mjs +52 -52
- package/esm2020/lib/core/services/notes-service/notes.service.mjs +46 -46
- package/esm2020/lib/core/services/parameters-service/parameters.service.mjs +173 -173
- package/esm2020/lib/core/services/service-enviroments.mjs +26 -26
- package/esm2020/lib/core/services/storage-service/storage-service.mjs +50 -50
- package/esm2020/lib/core/services/student-service/student.service.mjs +26 -26
- package/esm2020/lib/core/services/switch-service/switch.service.mjs +16 -16
- package/esm2020/lib/core/services/test-service/test.service.mjs +128 -131
- package/esm2020/lib/core/services/user-service/user-service.mjs +100 -100
- package/esm2020/lib/core/utils/base-service/base.service.mjs +191 -186
- package/esm2020/lib/core/utils/copies.mjs +214 -214
- package/esm2020/lib/core/utils/route-service/route.service.mjs +18 -18
- package/esm2020/lib/design-system.module.mjs +40 -40
- package/esm2020/public-api.mjs +89 -88
- package/fesm2015/iptdevs-design-system.mjs +4548 -4247
- package/fesm2015/iptdevs-design-system.mjs.map +1 -1
- package/fesm2020/iptdevs-design-system.mjs +4545 -4244
- package/fesm2020/iptdevs-design-system.mjs.map +1 -1
- package/iptdevs-design-system.d.ts +5 -5
- package/lib/cod/cod-documents-section/cod-documents-section.component.d.ts +8 -8
- package/lib/cod/cod-form/cod-form.component.d.ts +37 -37
- package/lib/cod/cod.module.d.ts +21 -21
- package/lib/cod/logic/calculate-quotes.service.d.ts +14 -14
- package/lib/cod/logic/cod-form-controls.d.ts +16 -16
- package/lib/cod/logic/cod-form-steps.d.ts +15 -15
- package/lib/cod/logic/communicator.service.d.ts +13 -13
- package/lib/cod/logic/local-storage-cod.service.d.ts +8 -8
- package/lib/cod/steps/cod-form-step-five/cod-form-step-five.component.d.ts +31 -31
- package/lib/cod/steps/cod-form-step-four/cod-form-step-four.component.d.ts +47 -47
- package/lib/cod/steps/cod-form-step-one/cod-form-step-one.component.d.ts +46 -46
- package/lib/cod/steps/cod-form-step-three/cod-form-step-three.component.d.ts +35 -35
- package/lib/cod/steps/cod-form-step-two/cod-form-step-two.component.d.ts +44 -44
- package/lib/components/atoms/aside-button/aside-button.component.d.ts +11 -11
- package/lib/components/atoms/button/button.component.d.ts +13 -13
- package/lib/components/atoms/checkbox/checkbox.component.d.ts +11 -11
- package/lib/components/atoms/datalist/datalist.component.d.ts +20 -20
- package/lib/components/atoms/input/input.component.d.ts +26 -26
- package/lib/components/atoms/level-button/level-button.component.d.ts +11 -11
- package/lib/components/atoms/level-text/level-text.component.d.ts +7 -7
- package/lib/components/atoms/loader/loader.component.d.ts +7 -7
- package/lib/components/atoms/radio/radio.component.d.ts +11 -11
- package/lib/components/atoms/select/select.component.d.ts +26 -26
- package/lib/components/atoms/text-link/text-link.component.d.ts +12 -12
- package/lib/components/components.module.d.ts +25 -24
- package/lib/components/forms/create-user-form/create-user-form.component.d.ts +36 -36
- package/lib/components/forms/login-form/login-form.component.d.ts +13 -13
- package/lib/components/material.module.d.ts +11 -11
- package/lib/components/molecules/question-type/edit-question-types.component.d.ts +10 -0
- package/lib/components/molecules/sidenav/sidenav.component.d.ts +25 -25
- package/lib/core/core.module.d.ts +6 -6
- package/lib/core/models/academic/academic.component.d.ts +26 -26
- package/lib/core/models/activities/activities.interface.d.ts +12 -12
- package/lib/core/models/attendance/attendance.interface.d.ts +62 -62
- package/lib/core/models/budget/budget.model.d.ts +69 -69
- package/lib/core/models/calendar/calendar-rq.models.d.ts +27 -27
- package/lib/core/models/classroom/classroom-rq.model.d.ts +23 -23
- package/lib/core/models/cod/cod-rq.model.d.ts +168 -168
- package/lib/core/models/commercial/commercial.model.d.ts +10 -10
- package/lib/core/models/course/course-rq.model.d.ts +86 -86
- package/lib/core/models/course/courses.model.d.ts +18 -18
- package/lib/core/models/cronogram/cronogram.models.d.ts +183 -183
- package/lib/core/models/marketing/marketing.model.d.ts +104 -104
- package/lib/core/models/notes/notes.interface.d.ts +89 -89
- package/lib/core/models/payment/payment-rq.model.d.ts +212 -212
- package/lib/core/models/response/response.interface.d.ts +10 -10
- package/lib/core/models/session/session.model.d.ts +5 -5
- package/lib/core/models/student/student.interface.d.ts +4 -4
- package/lib/core/models/table/table-rs.model.d.ts +7 -7
- package/lib/core/models/test/test.model.d.ts +219 -219
- package/lib/core/models/url/url.model.d.ts +8 -8
- package/lib/core/models/user/user-rq.model.d.ts +90 -90
- package/lib/core/models/user/user-rs.model.d.ts +35 -35
- package/lib/core/services/academic-service/academic.service.d.ts +20 -20
- package/lib/core/services/activity-service/activity.service.d.ts +25 -25
- package/lib/core/services/attendance-service/attendance.service.d.ts +22 -22
- package/lib/core/services/budget-service/budget-service.d.ts +23 -23
- package/lib/core/services/calendar-service/calendar.service.d.ts +23 -23
- package/lib/core/services/certificate-service/certificate.service.d.ts +13 -13
- package/lib/core/services/classroom-service/classroom-service.service.d.ts +15 -15
- package/lib/core/services/commercial-service/comercial.service.d.ts +19 -19
- package/lib/core/services/commercial-service/validators.d.ts +2 -2
- package/lib/core/services/copies.service.d.ts +7 -7
- package/lib/core/services/course-service/course-service.model.d.ts +23 -23
- package/lib/core/services/ekt-service/userekt.service.d.ts +13 -13
- package/lib/core/services/marketing-service/marketing-service.d.ts +19 -19
- package/lib/core/services/notes-service/notes.service.d.ts +18 -18
- package/lib/core/services/parameters-service/parameters.service.d.ts +49 -49
- package/lib/core/services/service-enviroments.d.ts +5 -5
- package/lib/core/services/storage-service/storage-service.d.ts +18 -18
- package/lib/core/services/student-service/student.service.d.ts +13 -13
- package/lib/core/services/switch-service/switch.service.d.ts +8 -8
- package/lib/core/services/test-service/test.service.d.ts +33 -34
- package/lib/core/services/user-service/user-service.d.ts +30 -30
- package/lib/core/utils/base-service/base.service.d.ts +23 -22
- package/lib/core/utils/copies.d.ts +1 -1
- package/lib/core/utils/route-service/route.service.d.ts +9 -9
- package/lib/design-system.module.d.ts +10 -10
- package/package.json +1 -1
- package/public-api.d.ts +76 -75
|
@@ -1,168 +1,168 @@
|
|
|
1
|
-
export interface CodRq {
|
|
2
|
-
course: CourseInformationCOD;
|
|
3
|
-
student: StudentCOD;
|
|
4
|
-
payment: PaymentCOD;
|
|
5
|
-
aditionalInformation: AdiotionalInformationCOD;
|
|
6
|
-
}
|
|
7
|
-
export interface StudentCOD {
|
|
8
|
-
name: string;
|
|
9
|
-
last_name: string;
|
|
10
|
-
nick_name: string;
|
|
11
|
-
email: string;
|
|
12
|
-
agreement_email: string;
|
|
13
|
-
phone_indicative: number;
|
|
14
|
-
phone_number: string;
|
|
15
|
-
birthdate: string;
|
|
16
|
-
city: string;
|
|
17
|
-
id_card_type: number;
|
|
18
|
-
id_card: string;
|
|
19
|
-
password: string;
|
|
20
|
-
parent: Parent;
|
|
21
|
-
}
|
|
22
|
-
export interface CourseInformationCOD {
|
|
23
|
-
course_type: number;
|
|
24
|
-
agreement: number;
|
|
25
|
-
english_level: number;
|
|
26
|
-
course: number;
|
|
27
|
-
}
|
|
28
|
-
export interface Parent {
|
|
29
|
-
name: string;
|
|
30
|
-
last_name: string;
|
|
31
|
-
id_card_type: number;
|
|
32
|
-
id_card: string;
|
|
33
|
-
phone_indicative: number;
|
|
34
|
-
phone_number: string;
|
|
35
|
-
}
|
|
36
|
-
export interface AdiotionalInformationCOD {
|
|
37
|
-
grade: string;
|
|
38
|
-
program_name: string;
|
|
39
|
-
institution_name: string;
|
|
40
|
-
occupation: string;
|
|
41
|
-
marketing_reasons: string;
|
|
42
|
-
study_reasons: string;
|
|
43
|
-
observation: string;
|
|
44
|
-
}
|
|
45
|
-
export interface PaymentCOD {
|
|
46
|
-
payment_method: number;
|
|
47
|
-
value: string;
|
|
48
|
-
fee_numbers: string;
|
|
49
|
-
payment_date: string;
|
|
50
|
-
first_fee: string;
|
|
51
|
-
}
|
|
52
|
-
export interface CreateCODRq {
|
|
53
|
-
token: string;
|
|
54
|
-
academic_plan: string;
|
|
55
|
-
course_type: string;
|
|
56
|
-
agreement_by_category: string;
|
|
57
|
-
english_level: string;
|
|
58
|
-
availible_courses: string;
|
|
59
|
-
student_address: string;
|
|
60
|
-
birthdate: string;
|
|
61
|
-
country: string;
|
|
62
|
-
state: string;
|
|
63
|
-
city: string;
|
|
64
|
-
student_id_card_type: string;
|
|
65
|
-
student_id_card: string;
|
|
66
|
-
student_last_name: string;
|
|
67
|
-
student_name: string;
|
|
68
|
-
student_email: string;
|
|
69
|
-
nickname: string;
|
|
70
|
-
gender: string;
|
|
71
|
-
age: string;
|
|
72
|
-
student_occupation: string;
|
|
73
|
-
stratum: string;
|
|
74
|
-
grade: string;
|
|
75
|
-
civil_status: string;
|
|
76
|
-
student_phone_indicative: string;
|
|
77
|
-
student_phone_number: string;
|
|
78
|
-
password: string;
|
|
79
|
-
re_password: string;
|
|
80
|
-
parent_id_card_type: string;
|
|
81
|
-
parent_id_card: string;
|
|
82
|
-
parent_last_name: string;
|
|
83
|
-
parent_name: string;
|
|
84
|
-
needAtendant: string;
|
|
85
|
-
parent_phone_indicative: string;
|
|
86
|
-
parent_occupation: string;
|
|
87
|
-
parent_address: string;
|
|
88
|
-
parent_phone_number: string;
|
|
89
|
-
payment_date: string;
|
|
90
|
-
payment_dates: string[];
|
|
91
|
-
program_price: string;
|
|
92
|
-
payment_method: string;
|
|
93
|
-
quota_times: string;
|
|
94
|
-
total_price: string;
|
|
95
|
-
marketing_reasons: string;
|
|
96
|
-
observation: string;
|
|
97
|
-
study_reasons: string;
|
|
98
|
-
terms: string;
|
|
99
|
-
disability: string;
|
|
100
|
-
multiculturalism_1: string;
|
|
101
|
-
multiculturalism_2: string;
|
|
102
|
-
multiculturalism_3: string;
|
|
103
|
-
multiculturalism_4: string;
|
|
104
|
-
multiculturalism_5: string;
|
|
105
|
-
multiculturalism_6: string;
|
|
106
|
-
health_regimen: string;
|
|
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
|
-
}
|
|
1
|
+
export interface CodRq {
|
|
2
|
+
course: CourseInformationCOD;
|
|
3
|
+
student: StudentCOD;
|
|
4
|
+
payment: PaymentCOD;
|
|
5
|
+
aditionalInformation: AdiotionalInformationCOD;
|
|
6
|
+
}
|
|
7
|
+
export interface StudentCOD {
|
|
8
|
+
name: string;
|
|
9
|
+
last_name: string;
|
|
10
|
+
nick_name: string;
|
|
11
|
+
email: string;
|
|
12
|
+
agreement_email: string;
|
|
13
|
+
phone_indicative: number;
|
|
14
|
+
phone_number: string;
|
|
15
|
+
birthdate: string;
|
|
16
|
+
city: string;
|
|
17
|
+
id_card_type: number;
|
|
18
|
+
id_card: string;
|
|
19
|
+
password: string;
|
|
20
|
+
parent: Parent;
|
|
21
|
+
}
|
|
22
|
+
export interface CourseInformationCOD {
|
|
23
|
+
course_type: number;
|
|
24
|
+
agreement: number;
|
|
25
|
+
english_level: number;
|
|
26
|
+
course: number;
|
|
27
|
+
}
|
|
28
|
+
export interface Parent {
|
|
29
|
+
name: string;
|
|
30
|
+
last_name: string;
|
|
31
|
+
id_card_type: number;
|
|
32
|
+
id_card: string;
|
|
33
|
+
phone_indicative: number;
|
|
34
|
+
phone_number: string;
|
|
35
|
+
}
|
|
36
|
+
export interface AdiotionalInformationCOD {
|
|
37
|
+
grade: string;
|
|
38
|
+
program_name: string;
|
|
39
|
+
institution_name: string;
|
|
40
|
+
occupation: string;
|
|
41
|
+
marketing_reasons: string;
|
|
42
|
+
study_reasons: string;
|
|
43
|
+
observation: string;
|
|
44
|
+
}
|
|
45
|
+
export interface PaymentCOD {
|
|
46
|
+
payment_method: number;
|
|
47
|
+
value: string;
|
|
48
|
+
fee_numbers: string;
|
|
49
|
+
payment_date: string;
|
|
50
|
+
first_fee: string;
|
|
51
|
+
}
|
|
52
|
+
export interface CreateCODRq {
|
|
53
|
+
token: string;
|
|
54
|
+
academic_plan: string;
|
|
55
|
+
course_type: string;
|
|
56
|
+
agreement_by_category: string;
|
|
57
|
+
english_level: string;
|
|
58
|
+
availible_courses: string;
|
|
59
|
+
student_address: string;
|
|
60
|
+
birthdate: string;
|
|
61
|
+
country: string;
|
|
62
|
+
state: string;
|
|
63
|
+
city: string;
|
|
64
|
+
student_id_card_type: string;
|
|
65
|
+
student_id_card: string;
|
|
66
|
+
student_last_name: string;
|
|
67
|
+
student_name: string;
|
|
68
|
+
student_email: string;
|
|
69
|
+
nickname: string;
|
|
70
|
+
gender: string;
|
|
71
|
+
age: string;
|
|
72
|
+
student_occupation: string;
|
|
73
|
+
stratum: string;
|
|
74
|
+
grade: string;
|
|
75
|
+
civil_status: string;
|
|
76
|
+
student_phone_indicative: string;
|
|
77
|
+
student_phone_number: string;
|
|
78
|
+
password: string;
|
|
79
|
+
re_password: string;
|
|
80
|
+
parent_id_card_type: string;
|
|
81
|
+
parent_id_card: string;
|
|
82
|
+
parent_last_name: string;
|
|
83
|
+
parent_name: string;
|
|
84
|
+
needAtendant: string;
|
|
85
|
+
parent_phone_indicative: string;
|
|
86
|
+
parent_occupation: string;
|
|
87
|
+
parent_address: string;
|
|
88
|
+
parent_phone_number: string;
|
|
89
|
+
payment_date: string;
|
|
90
|
+
payment_dates: string[];
|
|
91
|
+
program_price: string;
|
|
92
|
+
payment_method: string;
|
|
93
|
+
quota_times: string;
|
|
94
|
+
total_price: string;
|
|
95
|
+
marketing_reasons: string;
|
|
96
|
+
observation: string;
|
|
97
|
+
study_reasons: string;
|
|
98
|
+
terms: string;
|
|
99
|
+
disability: string;
|
|
100
|
+
multiculturalism_1: string;
|
|
101
|
+
multiculturalism_2: string;
|
|
102
|
+
multiculturalism_3: string;
|
|
103
|
+
multiculturalism_4: string;
|
|
104
|
+
multiculturalism_5: string;
|
|
105
|
+
multiculturalism_6: string;
|
|
106
|
+
health_regimen: string;
|
|
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
|
+
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
export interface CodPrices {
|
|
2
|
-
code: number;
|
|
3
|
-
name: string;
|
|
4
|
-
agreement: number;
|
|
5
|
-
enrollment: number;
|
|
6
|
-
normal_price: number;
|
|
7
|
-
financed_price: number;
|
|
8
|
-
fee_number: number;
|
|
9
|
-
quota_price: number;
|
|
10
|
-
}
|
|
1
|
+
export interface CodPrices {
|
|
2
|
+
code: number;
|
|
3
|
+
name: string;
|
|
4
|
+
agreement: number;
|
|
5
|
+
enrollment: number;
|
|
6
|
+
normal_price: number;
|
|
7
|
+
financed_price: number;
|
|
8
|
+
fee_number: number;
|
|
9
|
+
quota_price: number;
|
|
10
|
+
}
|
|
@@ -1,86 +1,86 @@
|
|
|
1
|
-
export interface CreateCourseRq {
|
|
2
|
-
token?: string;
|
|
3
|
-
teacher?: any;
|
|
4
|
-
academic_plan?: string;
|
|
5
|
-
course_type?: string;
|
|
6
|
-
to_start?: string;
|
|
7
|
-
start_date?: string;
|
|
8
|
-
finish_date?: string;
|
|
9
|
-
capacity?: string;
|
|
10
|
-
more_days?: string;
|
|
11
|
-
english_level?: string;
|
|
12
|
-
agreement?: string;
|
|
13
|
-
time_start_monday: string;
|
|
14
|
-
time_end_monday: string;
|
|
15
|
-
classroom_monday: string;
|
|
16
|
-
time_start_tuesday: string;
|
|
17
|
-
time_end_tuesday: string;
|
|
18
|
-
classroom_tuesday: string;
|
|
19
|
-
time_start_wednesday: string;
|
|
20
|
-
time_end_wednesday: string;
|
|
21
|
-
classroom_wednesday: string;
|
|
22
|
-
time_start_thursday: string;
|
|
23
|
-
time_end_thursday: string;
|
|
24
|
-
classroom_thursday: string;
|
|
25
|
-
time_start_friday: string;
|
|
26
|
-
time_end_friday: string;
|
|
27
|
-
classroom_friday: string;
|
|
28
|
-
time_start_saturday?: string;
|
|
29
|
-
time_end_saturday?: string;
|
|
30
|
-
classroom_saturday?: string;
|
|
31
|
-
}
|
|
32
|
-
export interface EditCourseRq {
|
|
33
|
-
token: string;
|
|
34
|
-
course_code: number;
|
|
35
|
-
teacher: any;
|
|
36
|
-
capacity: string;
|
|
37
|
-
more_days: string;
|
|
38
|
-
time_start_monday: string;
|
|
39
|
-
time_end_monday: string;
|
|
40
|
-
classroom_monday: string;
|
|
41
|
-
time_start_tuesday: string;
|
|
42
|
-
time_end_tuesday: string;
|
|
43
|
-
classroom_tuesday: string;
|
|
44
|
-
time_start_wednesday: string;
|
|
45
|
-
time_end_wednesday: string;
|
|
46
|
-
classroom_wednesday: string;
|
|
47
|
-
time_start_thursday: string;
|
|
48
|
-
time_end_thursday: string;
|
|
49
|
-
classroom_thursday: string;
|
|
50
|
-
time_start_friday: string;
|
|
51
|
-
time_end_friday: string;
|
|
52
|
-
classroom_friday: string;
|
|
53
|
-
time_start_saturday: string;
|
|
54
|
-
time_end_saturday: string;
|
|
55
|
-
classroom_saturday: string;
|
|
56
|
-
}
|
|
57
|
-
export interface GetCoursesRq {
|
|
58
|
-
token: string;
|
|
59
|
-
record: number;
|
|
60
|
-
page: number;
|
|
61
|
-
english_level?: number;
|
|
62
|
-
}
|
|
63
|
-
export interface GetCourseByCodeRq {
|
|
64
|
-
token: string;
|
|
65
|
-
course_code: number;
|
|
66
|
-
}
|
|
67
|
-
export interface GetCoursesByLevelRq {
|
|
68
|
-
token: string;
|
|
69
|
-
record: number;
|
|
70
|
-
page: number;
|
|
71
|
-
english_level: number;
|
|
72
|
-
}
|
|
73
|
-
export interface GetAvailibleCoursesRq {
|
|
74
|
-
token: string;
|
|
75
|
-
english_level: number;
|
|
76
|
-
agreement: number;
|
|
77
|
-
course_type: number;
|
|
78
|
-
}
|
|
79
|
-
export interface GetCoursesByTeacherRq {
|
|
80
|
-
token: string;
|
|
81
|
-
page: number;
|
|
82
|
-
record: number;
|
|
83
|
-
teacher_code: number;
|
|
84
|
-
filter_type?: number;
|
|
85
|
-
filter?: number;
|
|
86
|
-
}
|
|
1
|
+
export interface CreateCourseRq {
|
|
2
|
+
token?: string;
|
|
3
|
+
teacher?: any;
|
|
4
|
+
academic_plan?: string;
|
|
5
|
+
course_type?: string;
|
|
6
|
+
to_start?: string;
|
|
7
|
+
start_date?: string;
|
|
8
|
+
finish_date?: string;
|
|
9
|
+
capacity?: string;
|
|
10
|
+
more_days?: string;
|
|
11
|
+
english_level?: string;
|
|
12
|
+
agreement?: string;
|
|
13
|
+
time_start_monday: string;
|
|
14
|
+
time_end_monday: string;
|
|
15
|
+
classroom_monday: string;
|
|
16
|
+
time_start_tuesday: string;
|
|
17
|
+
time_end_tuesday: string;
|
|
18
|
+
classroom_tuesday: string;
|
|
19
|
+
time_start_wednesday: string;
|
|
20
|
+
time_end_wednesday: string;
|
|
21
|
+
classroom_wednesday: string;
|
|
22
|
+
time_start_thursday: string;
|
|
23
|
+
time_end_thursday: string;
|
|
24
|
+
classroom_thursday: string;
|
|
25
|
+
time_start_friday: string;
|
|
26
|
+
time_end_friday: string;
|
|
27
|
+
classroom_friday: string;
|
|
28
|
+
time_start_saturday?: string;
|
|
29
|
+
time_end_saturday?: string;
|
|
30
|
+
classroom_saturday?: string;
|
|
31
|
+
}
|
|
32
|
+
export interface EditCourseRq {
|
|
33
|
+
token: string;
|
|
34
|
+
course_code: number;
|
|
35
|
+
teacher: any;
|
|
36
|
+
capacity: string;
|
|
37
|
+
more_days: string;
|
|
38
|
+
time_start_monday: string;
|
|
39
|
+
time_end_monday: string;
|
|
40
|
+
classroom_monday: string;
|
|
41
|
+
time_start_tuesday: string;
|
|
42
|
+
time_end_tuesday: string;
|
|
43
|
+
classroom_tuesday: string;
|
|
44
|
+
time_start_wednesday: string;
|
|
45
|
+
time_end_wednesday: string;
|
|
46
|
+
classroom_wednesday: string;
|
|
47
|
+
time_start_thursday: string;
|
|
48
|
+
time_end_thursday: string;
|
|
49
|
+
classroom_thursday: string;
|
|
50
|
+
time_start_friday: string;
|
|
51
|
+
time_end_friday: string;
|
|
52
|
+
classroom_friday: string;
|
|
53
|
+
time_start_saturday: string;
|
|
54
|
+
time_end_saturday: string;
|
|
55
|
+
classroom_saturday: string;
|
|
56
|
+
}
|
|
57
|
+
export interface GetCoursesRq {
|
|
58
|
+
token: string;
|
|
59
|
+
record: number;
|
|
60
|
+
page: number;
|
|
61
|
+
english_level?: number;
|
|
62
|
+
}
|
|
63
|
+
export interface GetCourseByCodeRq {
|
|
64
|
+
token: string;
|
|
65
|
+
course_code: number;
|
|
66
|
+
}
|
|
67
|
+
export interface GetCoursesByLevelRq {
|
|
68
|
+
token: string;
|
|
69
|
+
record: number;
|
|
70
|
+
page: number;
|
|
71
|
+
english_level: number;
|
|
72
|
+
}
|
|
73
|
+
export interface GetAvailibleCoursesRq {
|
|
74
|
+
token: string;
|
|
75
|
+
english_level: number;
|
|
76
|
+
agreement: number;
|
|
77
|
+
course_type: number;
|
|
78
|
+
}
|
|
79
|
+
export interface GetCoursesByTeacherRq {
|
|
80
|
+
token: string;
|
|
81
|
+
page: number;
|
|
82
|
+
record: number;
|
|
83
|
+
teacher_code: number;
|
|
84
|
+
filter_type?: number;
|
|
85
|
+
filter?: number;
|
|
86
|
+
}
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
export interface Courses {
|
|
2
|
-
code: string;
|
|
3
|
-
teacher: number;
|
|
4
|
-
course_type: TypeCourse;
|
|
5
|
-
english_level: number;
|
|
6
|
-
agreement: string;
|
|
7
|
-
start_date: Date;
|
|
8
|
-
finish_date: Date;
|
|
9
|
-
}
|
|
10
|
-
export interface TypeCourse {
|
|
11
|
-
code: number;
|
|
12
|
-
name: string;
|
|
13
|
-
academic_plan: string;
|
|
14
|
-
}
|
|
15
|
-
export interface English_Levels {
|
|
16
|
-
code: number;
|
|
17
|
-
name: string;
|
|
18
|
-
}
|
|
1
|
+
export interface Courses {
|
|
2
|
+
code: string;
|
|
3
|
+
teacher: number;
|
|
4
|
+
course_type: TypeCourse;
|
|
5
|
+
english_level: number;
|
|
6
|
+
agreement: string;
|
|
7
|
+
start_date: Date;
|
|
8
|
+
finish_date: Date;
|
|
9
|
+
}
|
|
10
|
+
export interface TypeCourse {
|
|
11
|
+
code: number;
|
|
12
|
+
name: string;
|
|
13
|
+
academic_plan: string;
|
|
14
|
+
}
|
|
15
|
+
export interface English_Levels {
|
|
16
|
+
code: number;
|
|
17
|
+
name: string;
|
|
18
|
+
}
|