iptdevs-design-system 2.7.110 → 2.7.112
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/esm2020/lib/cod/cod-form/cod-form.component.mjs +39 -39
- package/esm2020/lib/core/models/cod/cod-rq.model.mjs +1 -1
- package/fesm2015/iptdevs-design-system.mjs +38 -38
- package/fesm2015/iptdevs-design-system.mjs.map +1 -1
- package/fesm2020/iptdevs-design-system.mjs +38 -38
- package/fesm2020/iptdevs-design-system.mjs.map +1 -1
- package/lib/core/models/cod/cod-rq.model.d.ts +36 -36
- package/package.json +1 -1
|
@@ -51,59 +51,59 @@ export interface PaymentCOD {
|
|
|
51
51
|
}
|
|
52
52
|
export interface CreateCODRq {
|
|
53
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
54
|
student_name: string;
|
|
68
|
-
|
|
55
|
+
student_last_name: string;
|
|
69
56
|
nickname: string;
|
|
70
|
-
|
|
71
|
-
age: string;
|
|
72
|
-
student_occupation: string;
|
|
73
|
-
stratum: string;
|
|
74
|
-
grade: string;
|
|
75
|
-
civil_status: string;
|
|
57
|
+
student_email: string;
|
|
76
58
|
student_phone_indicative: string;
|
|
77
59
|
student_phone_number: string;
|
|
60
|
+
gender: string;
|
|
61
|
+
birthdate: string;
|
|
62
|
+
city: string;
|
|
63
|
+
student_id_card_type: string;
|
|
64
|
+
student_id_card: string;
|
|
78
65
|
password: string;
|
|
79
|
-
|
|
66
|
+
needAtendant: string;
|
|
67
|
+
parent_name: string;
|
|
68
|
+
parent_last_name: string;
|
|
80
69
|
parent_id_card_type: string;
|
|
81
70
|
parent_id_card: string;
|
|
82
|
-
parent_last_name: string;
|
|
83
|
-
parent_name: string;
|
|
84
|
-
needAtendant: string;
|
|
85
71
|
parent_phone_indicative: string;
|
|
86
|
-
parent_occupation: string;
|
|
87
|
-
parent_address: string;
|
|
88
72
|
parent_phone_number: string;
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
73
|
+
parent_occupation: string;
|
|
74
|
+
parent_office_address: string;
|
|
75
|
+
social_stratum: string;
|
|
76
|
+
civil_status: string;
|
|
77
|
+
educational_level: string;
|
|
78
|
+
student_address: string;
|
|
79
|
+
student_occupation: string;
|
|
80
|
+
disability: string;
|
|
81
|
+
health_regimen: string;
|
|
95
82
|
marketing_reasons: string;
|
|
96
|
-
observation: string;
|
|
97
83
|
study_reasons: string;
|
|
98
|
-
terms: string;
|
|
99
|
-
disability: string;
|
|
100
84
|
multiculturalism_1: string;
|
|
101
85
|
multiculturalism_2: string;
|
|
102
86
|
multiculturalism_3: string;
|
|
103
87
|
multiculturalism_4: string;
|
|
104
88
|
multiculturalism_5: string;
|
|
105
89
|
multiculturalism_6: string;
|
|
106
|
-
|
|
90
|
+
availible_courses: string;
|
|
91
|
+
observation: string;
|
|
92
|
+
agreement_by_category: string;
|
|
93
|
+
english_level: string;
|
|
94
|
+
payment_method: string;
|
|
95
|
+
quota_times: string;
|
|
96
|
+
payment_date: string;
|
|
97
|
+
payment_dates: string[];
|
|
98
|
+
program_price: string;
|
|
99
|
+
total_price: string;
|
|
100
|
+
terms: string;
|
|
101
|
+
re_password: string;
|
|
102
|
+
age: string;
|
|
103
|
+
country: string;
|
|
104
|
+
course_type: string;
|
|
105
|
+
state: string;
|
|
106
|
+
academic_plan: string;
|
|
107
107
|
}
|
|
108
108
|
export interface CodInformationRq {
|
|
109
109
|
code: number;
|