iptdevs-design-system 2.3.5 → 2.4.1
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/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 +137 -137
- 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/radio/radio.component.mjs +47 -47
- package/esm2020/lib/components/atoms/select/select.component.mjs +92 -92
- package/esm2020/lib/components/atoms/text-link/text-link.component.mjs +39 -39
- package/esm2020/lib/components/components.module.mjs +108 -108
- package/esm2020/lib/components/forms/login-form/login-form.component.mjs +93 -93
- package/esm2020/lib/components/material.module.mjs +18 -18
- package/esm2020/lib/components/molecules/sidenav/sidenav.component.mjs +146 -146
- package/esm2020/lib/core/core.module.mjs +46 -46
- package/esm2020/lib/core/models/budget/budget.model.mjs +2 -2
- package/esm2020/lib/core/models/cod/cod-rq.model.mjs +2 -2
- package/esm2020/lib/core/models/course/course-rq.model.mjs +2 -2
- package/esm2020/lib/core/models/marketing/marketing.model.mjs +2 -2
- package/esm2020/lib/core/models/session/session.model.mjs +3 -3
- 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/budget-service/budget-service.mjs +41 -41
- package/esm2020/lib/core/services/course-service/course-service.model.mjs +56 -56
- package/esm2020/lib/core/services/marketing-service/marketing-service.mjs +57 -57
- package/esm2020/lib/core/services/parameters-service/parameters.service.mjs +110 -110
- package/esm2020/lib/core/services/storage-service/storage-service.mjs +50 -50
- package/esm2020/lib/core/services/switch-service/switch.service.mjs +16 -16
- package/esm2020/lib/core/services/test-service/test.service.mjs +136 -136
- package/esm2020/lib/core/services/user-service/user-service.mjs +84 -84
- package/esm2020/lib/core/utils/base-service/base.service.mjs +153 -153
- package/esm2020/lib/core/utils/route-service/route.service.mjs +18 -18
- package/esm2020/lib/design-system.module.mjs +36 -36
- package/esm2020/public-api.mjs +45 -45
- package/fesm2015/iptdevs-design-system.mjs +1656 -1656
- package/fesm2015/iptdevs-design-system.mjs.map +1 -1
- package/fesm2020/iptdevs-design-system.mjs +1653 -1653
- package/fesm2020/iptdevs-design-system.mjs.map +1 -1
- package/iptdevs-design-system.d.ts +5 -5
- 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 +24 -24
- 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/radio/radio.component.d.ts +11 -11
- package/lib/components/atoms/select/select.component.d.ts +24 -24
- package/lib/components/atoms/text-link/text-link.component.d.ts +12 -12
- package/lib/components/components.module.d.ts +22 -22
- package/lib/components/forms/login-form/login-form.component.d.ts +13 -13
- package/lib/components/material.module.d.ts +10 -10
- package/lib/components/molecules/sidenav/sidenav.component.d.ts +22 -22
- package/lib/core/core.module.d.ts +6 -6
- package/lib/core/models/budget/budget.model.d.ts +69 -69
- package/lib/core/models/cod/cod-rq.model.d.ts +51 -51
- package/lib/core/models/course/course-rq.model.d.ts +78 -77
- package/lib/core/models/marketing/marketing.model.d.ts +104 -104
- package/lib/core/models/session/session.model.d.ts +5 -5
- 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 +72 -72
- package/lib/core/models/user/user-rs.model.d.ts +35 -35
- package/lib/core/services/budget-service/budget-service.d.ts +16 -16
- package/lib/core/services/course-service/course-service.model.d.ts +19 -19
- package/lib/core/services/marketing-service/marketing-service.d.ts +20 -20
- package/lib/core/services/parameters-service/parameters.service.d.ts +33 -33
- package/lib/core/services/storage-service/storage-service.d.ts +18 -18
- package/lib/core/services/switch-service/switch.service.d.ts +8 -8
- package/lib/core/services/test-service/test.service.d.ts +35 -35
- package/lib/core/services/user-service/user-service.d.ts +26 -26
- package/lib/core/utils/base-service/base.service.d.ts +18 -18
- package/lib/core/utils/route-service/route.service.d.ts +9 -9
- package/lib/design-system.module.d.ts +9 -9
- package/package.json +1 -1
- package/public-api.d.ts +36 -36
|
@@ -1,51 +1,51 @@
|
|
|
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
|
-
}
|
|
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
|
+
}
|
|
@@ -1,77 +1,78 @@
|
|
|
1
|
-
export interface CreateCourseRq {
|
|
2
|
-
token?: string;
|
|
3
|
-
teacher?: any;
|
|
4
|
-
academic_plan?: string;
|
|
5
|
-
course_type?: string;
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
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
|
+
}
|
|
@@ -1,104 +1,104 @@
|
|
|
1
|
-
export interface getStrategyByUserCommercialRq {
|
|
2
|
-
token: string;
|
|
3
|
-
}
|
|
4
|
-
export interface getObservationsByStudentRq {
|
|
5
|
-
codeStudent: number;
|
|
6
|
-
}
|
|
7
|
-
export interface ContactcRq {
|
|
8
|
-
code: number;
|
|
9
|
-
user_student: User;
|
|
10
|
-
user_commercial: User;
|
|
11
|
-
marketing_status: string;
|
|
12
|
-
marketing_origin: string;
|
|
13
|
-
academic_plan: string;
|
|
14
|
-
updated_at: Date;
|
|
15
|
-
created_at: Date;
|
|
16
|
-
}
|
|
17
|
-
export interface User {
|
|
18
|
-
code: number;
|
|
19
|
-
name: string;
|
|
20
|
-
last_name: string;
|
|
21
|
-
nick_name: null;
|
|
22
|
-
email: string;
|
|
23
|
-
email_ipt: null;
|
|
24
|
-
role: number;
|
|
25
|
-
phone_indicative: number;
|
|
26
|
-
phone_number: string;
|
|
27
|
-
gender: number;
|
|
28
|
-
birthdate: null;
|
|
29
|
-
city: number;
|
|
30
|
-
id_card_type: number;
|
|
31
|
-
id_card: string;
|
|
32
|
-
}
|
|
33
|
-
export interface ObservationsContactRq {
|
|
34
|
-
code: number;
|
|
35
|
-
marketing_strategy: number;
|
|
36
|
-
marketing_status: string;
|
|
37
|
-
marketing_contact: string;
|
|
38
|
-
academic_plan: string;
|
|
39
|
-
observation: string;
|
|
40
|
-
}
|
|
41
|
-
export interface CreateObservationsRq {
|
|
42
|
-
token: string;
|
|
43
|
-
marketing_strategy: number;
|
|
44
|
-
marketing_status: number;
|
|
45
|
-
marketing_contact: number;
|
|
46
|
-
academic_plan: number;
|
|
47
|
-
observation: string;
|
|
48
|
-
}
|
|
49
|
-
export interface StatusContactRq {
|
|
50
|
-
code: number;
|
|
51
|
-
name: string;
|
|
52
|
-
priority: number;
|
|
53
|
-
color: string;
|
|
54
|
-
updated_at: Date;
|
|
55
|
-
}
|
|
56
|
-
export interface ContactedTypeRq {
|
|
57
|
-
code: number;
|
|
58
|
-
name: string;
|
|
59
|
-
}
|
|
60
|
-
export interface PlanContactRq {
|
|
61
|
-
code: number;
|
|
62
|
-
name: string;
|
|
63
|
-
}
|
|
64
|
-
export interface TopSalesRq {
|
|
65
|
-
position: number;
|
|
66
|
-
name: string;
|
|
67
|
-
}
|
|
68
|
-
export interface UserAdviserRq {
|
|
69
|
-
code: number;
|
|
70
|
-
id_card: string;
|
|
71
|
-
name: string;
|
|
72
|
-
last_name: string;
|
|
73
|
-
nick_name: null;
|
|
74
|
-
email: string;
|
|
75
|
-
phone_number: string;
|
|
76
|
-
gender: number;
|
|
77
|
-
city: string;
|
|
78
|
-
birthdate: null;
|
|
79
|
-
role: string;
|
|
80
|
-
service_hour: number;
|
|
81
|
-
email_ipt: null;
|
|
82
|
-
updated_at: Date;
|
|
83
|
-
}
|
|
84
|
-
export interface UserStatisticsRq {
|
|
85
|
-
day: Day;
|
|
86
|
-
week: Day;
|
|
87
|
-
month: Day;
|
|
88
|
-
}
|
|
89
|
-
export interface Day {
|
|
90
|
-
Pendiente: number;
|
|
91
|
-
Nocontesta: number;
|
|
92
|
-
Seguimiento: number;
|
|
93
|
-
Otroasesor: number;
|
|
94
|
-
Nointeresado: number;
|
|
95
|
-
Matriculado: number;
|
|
96
|
-
Otros: number;
|
|
97
|
-
}
|
|
98
|
-
export interface UserTopAdviserRq {
|
|
99
|
-
matriculados: number;
|
|
100
|
-
userCommercial: string;
|
|
101
|
-
}
|
|
102
|
-
export interface GroupSignupStatusRq {
|
|
103
|
-
signupStatus: number;
|
|
104
|
-
}
|
|
1
|
+
export interface getStrategyByUserCommercialRq {
|
|
2
|
+
token: string;
|
|
3
|
+
}
|
|
4
|
+
export interface getObservationsByStudentRq {
|
|
5
|
+
codeStudent: number;
|
|
6
|
+
}
|
|
7
|
+
export interface ContactcRq {
|
|
8
|
+
code: number;
|
|
9
|
+
user_student: User;
|
|
10
|
+
user_commercial: User;
|
|
11
|
+
marketing_status: string;
|
|
12
|
+
marketing_origin: string;
|
|
13
|
+
academic_plan: string;
|
|
14
|
+
updated_at: Date;
|
|
15
|
+
created_at: Date;
|
|
16
|
+
}
|
|
17
|
+
export interface User {
|
|
18
|
+
code: number;
|
|
19
|
+
name: string;
|
|
20
|
+
last_name: string;
|
|
21
|
+
nick_name: null;
|
|
22
|
+
email: string;
|
|
23
|
+
email_ipt: null;
|
|
24
|
+
role: number;
|
|
25
|
+
phone_indicative: number;
|
|
26
|
+
phone_number: string;
|
|
27
|
+
gender: number;
|
|
28
|
+
birthdate: null;
|
|
29
|
+
city: number;
|
|
30
|
+
id_card_type: number;
|
|
31
|
+
id_card: string;
|
|
32
|
+
}
|
|
33
|
+
export interface ObservationsContactRq {
|
|
34
|
+
code: number;
|
|
35
|
+
marketing_strategy: number;
|
|
36
|
+
marketing_status: string;
|
|
37
|
+
marketing_contact: string;
|
|
38
|
+
academic_plan: string;
|
|
39
|
+
observation: string;
|
|
40
|
+
}
|
|
41
|
+
export interface CreateObservationsRq {
|
|
42
|
+
token: string;
|
|
43
|
+
marketing_strategy: number;
|
|
44
|
+
marketing_status: number;
|
|
45
|
+
marketing_contact: number;
|
|
46
|
+
academic_plan: number;
|
|
47
|
+
observation: string;
|
|
48
|
+
}
|
|
49
|
+
export interface StatusContactRq {
|
|
50
|
+
code: number;
|
|
51
|
+
name: string;
|
|
52
|
+
priority: number;
|
|
53
|
+
color: string;
|
|
54
|
+
updated_at: Date;
|
|
55
|
+
}
|
|
56
|
+
export interface ContactedTypeRq {
|
|
57
|
+
code: number;
|
|
58
|
+
name: string;
|
|
59
|
+
}
|
|
60
|
+
export interface PlanContactRq {
|
|
61
|
+
code: number;
|
|
62
|
+
name: string;
|
|
63
|
+
}
|
|
64
|
+
export interface TopSalesRq {
|
|
65
|
+
position: number;
|
|
66
|
+
name: string;
|
|
67
|
+
}
|
|
68
|
+
export interface UserAdviserRq {
|
|
69
|
+
code: number;
|
|
70
|
+
id_card: string;
|
|
71
|
+
name: string;
|
|
72
|
+
last_name: string;
|
|
73
|
+
nick_name: null;
|
|
74
|
+
email: string;
|
|
75
|
+
phone_number: string;
|
|
76
|
+
gender: number;
|
|
77
|
+
city: string;
|
|
78
|
+
birthdate: null;
|
|
79
|
+
role: string;
|
|
80
|
+
service_hour: number;
|
|
81
|
+
email_ipt: null;
|
|
82
|
+
updated_at: Date;
|
|
83
|
+
}
|
|
84
|
+
export interface UserStatisticsRq {
|
|
85
|
+
day: Day;
|
|
86
|
+
week: Day;
|
|
87
|
+
month: Day;
|
|
88
|
+
}
|
|
89
|
+
export interface Day {
|
|
90
|
+
Pendiente: number;
|
|
91
|
+
Nocontesta: number;
|
|
92
|
+
Seguimiento: number;
|
|
93
|
+
Otroasesor: number;
|
|
94
|
+
Nointeresado: number;
|
|
95
|
+
Matriculado: number;
|
|
96
|
+
Otros: number;
|
|
97
|
+
}
|
|
98
|
+
export interface UserTopAdviserRq {
|
|
99
|
+
matriculados: number;
|
|
100
|
+
userCommercial: string;
|
|
101
|
+
}
|
|
102
|
+
export interface GroupSignupStatusRq {
|
|
103
|
+
signupStatus: number;
|
|
104
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { UserRs } from '../user/user-rs.model';
|
|
2
|
-
export declare class Session {
|
|
3
|
-
token: string;
|
|
4
|
-
user: UserRs;
|
|
5
|
-
}
|
|
1
|
+
import { UserRs } from '../user/user-rs.model';
|
|
2
|
+
export declare class Session {
|
|
3
|
+
token: string;
|
|
4
|
+
user: UserRs;
|
|
5
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export interface agreementRs {
|
|
2
|
-
code: number;
|
|
3
|
-
name: string;
|
|
4
|
-
end_time: string;
|
|
5
|
-
updated_at: string;
|
|
6
|
-
created_at: string;
|
|
7
|
-
}
|
|
1
|
+
export interface agreementRs {
|
|
2
|
+
code: number;
|
|
3
|
+
name: string;
|
|
4
|
+
end_time: string;
|
|
5
|
+
updated_at: string;
|
|
6
|
+
created_at: string;
|
|
7
|
+
}
|