cloud-ide-lms-model 1.1.24 → 1.1.26
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/lib/model/admission/admission_application_main.d.ts +2 -17
- package/lib/model/app/app-build-config.model.d.ts +2 -0
- package/lib/model/app/app-rollout-config.model.d.ts +4 -4
- package/lib/model/frontdesk/fdsk_leads.d.ts +1 -1
- package/lib/schema/app/app_rollout_config_mst.d.ts +4 -4
- package/package.json +1 -1
|
@@ -38,7 +38,7 @@ interface admissionApplicationMainInsertUpdateControllerResponse extends control
|
|
|
38
38
|
interface admissionApplicationByIdControllerResponse extends controllerResponse {
|
|
39
39
|
data?: AdmissionApplicationResponse;
|
|
40
40
|
}
|
|
41
|
-
type AdmissionApplicationListResponse = Omit<AdmissionApplicationMain, 'admap_entity_id_syen' | 'admap_academic_year_id_acayr' | 'admap_gender_id_sygms' | 'admap_citizenship_status_id_sygms' | 'admap_program_category_id_sygms' | 'admap_application_status_id_sygms' | 'admap_nationality_id_synat'
|
|
41
|
+
type AdmissionApplicationListResponse = Omit<AdmissionApplicationMain, 'admap_entity_id_syen' | 'admap_academic_year_id_acayr' | 'admap_gender_id_sygms' | 'admap_citizenship_status_id_sygms' | 'admap_program_category_id_sygms' | 'admap_application_status_id_sygms' | 'admap_nationality_id_synat'> & {
|
|
42
42
|
admap_entity_id_syen?: {
|
|
43
43
|
_id: string;
|
|
44
44
|
syen_name?: string;
|
|
@@ -71,14 +71,8 @@ type AdmissionApplicationListResponse = Omit<AdmissionApplicationMain, 'admap_en
|
|
|
71
71
|
_id: string;
|
|
72
72
|
synat_nationality_name?: string;
|
|
73
73
|
} | string;
|
|
74
|
-
admap_pin_sypin?: {
|
|
75
|
-
_id: string;
|
|
76
|
-
sypin_pincode?: number;
|
|
77
|
-
sypin_city?: string;
|
|
78
|
-
sypin_state?: string;
|
|
79
|
-
} | string;
|
|
80
74
|
};
|
|
81
|
-
type AdmissionApplicationResponse = Omit<AdmissionApplicationMain, 'admap_entity_id_syen' | 'admap_academic_year_id_acayr' | 'admap_gender_id_sygms' | 'admap_citizenship_status_id_sygms' | 'admap_program_category_id_sygms' | 'admap_application_status_id_sygms' | 'admap_nationality_id_synat' | '
|
|
75
|
+
type AdmissionApplicationResponse = Omit<AdmissionApplicationMain, 'admap_entity_id_syen' | 'admap_academic_year_id_acayr' | 'admap_gender_id_sygms' | 'admap_citizenship_status_id_sygms' | 'admap_program_category_id_sygms' | 'admap_application_status_id_sygms' | 'admap_nationality_id_synat' | 'admap_blood_group_id_sygms' | 'admap_class_program_id_acacpm' | 'admap_class_program_term_id_acapt' | 'admap_class_program_branch_id_acabrn'> & {
|
|
82
76
|
admap_entity_id_syen?: {
|
|
83
77
|
_id: string;
|
|
84
78
|
syen_name?: string;
|
|
@@ -113,12 +107,6 @@ type AdmissionApplicationResponse = Omit<AdmissionApplicationMain, 'admap_entity
|
|
|
113
107
|
_id: string;
|
|
114
108
|
synat_nationality_name?: string;
|
|
115
109
|
} | string | null;
|
|
116
|
-
admap_pin_sypin?: {
|
|
117
|
-
_id: string;
|
|
118
|
-
sypin_pincode?: number;
|
|
119
|
-
sypin_city?: string;
|
|
120
|
-
sypin_state?: string;
|
|
121
|
-
} | string | null;
|
|
122
110
|
admap_blood_group_id_sygms?: {
|
|
123
111
|
_id: string;
|
|
124
112
|
sygms_title?: string;
|
|
@@ -140,9 +128,6 @@ type AdmissionApplicationResponse = Omit<AdmissionApplicationMain, 'admap_entity
|
|
|
140
128
|
acabrn_name?: string;
|
|
141
129
|
acabrn_code?: string;
|
|
142
130
|
} | string | null;
|
|
143
|
-
admap_country_telephone_code_syctr?: string | null;
|
|
144
|
-
admap_country_syctr?: string | null;
|
|
145
|
-
admap_correspondence_country_syctr?: string | null;
|
|
146
131
|
};
|
|
147
132
|
/**
|
|
148
133
|
* Convert admission application to student payload
|
|
@@ -14,7 +14,9 @@ declare class MAppBuildConfig extends MTableQueries {
|
|
|
14
14
|
appbuild_id?: string;
|
|
15
15
|
appbuild_reg_id_appreg?: string;
|
|
16
16
|
appbuild_link_id_applink?: string;
|
|
17
|
+
appbuild_platform_id_sygms?: string;
|
|
17
18
|
appbuild_build_type_id_sygms?: string;
|
|
19
|
+
appbuild_is_active?: boolean;
|
|
18
20
|
query?: string;
|
|
19
21
|
constructor(init: MAppBuildConfig);
|
|
20
22
|
Validate?(): Partial<IAppBuildConfigErrorLogger>;
|
|
@@ -27,12 +27,12 @@ declare class MAppRolloutConfigInsertUpdatePayload implements IAppRolloutConfigM
|
|
|
27
27
|
_id?: string;
|
|
28
28
|
approll_version_id_appver?: string;
|
|
29
29
|
approll_rollout_phases?: Array<{
|
|
30
|
-
phase_number
|
|
31
|
-
percentage
|
|
30
|
+
phase_number: number;
|
|
31
|
+
percentage: number;
|
|
32
32
|
rollout_percentage?: number;
|
|
33
|
-
start_date
|
|
33
|
+
start_date: Date;
|
|
34
34
|
end_date?: Date;
|
|
35
|
-
phase_status_id_sygms
|
|
35
|
+
phase_status_id_sygms: string;
|
|
36
36
|
criteria?: Record<string, unknown>;
|
|
37
37
|
}>;
|
|
38
38
|
approll_rollout_criteria?: Record<string, unknown>;
|
|
@@ -33,7 +33,7 @@ interface fdskLeadsInsertUpdateControllerResponse extends controllerResponse {
|
|
|
33
33
|
data?: FdskLeads;
|
|
34
34
|
}
|
|
35
35
|
interface fdskLeadsByIdControllerResponse extends controllerResponse {
|
|
36
|
-
data?:
|
|
36
|
+
data?: FdskLeadsListResponse;
|
|
37
37
|
}
|
|
38
38
|
interface FdskLeadsListResponse extends FdskLeadsBase {
|
|
39
39
|
fdlds_entity_id_syen?: {
|
|
@@ -2,11 +2,11 @@ declare class IAppRolloutConfigMst {
|
|
|
2
2
|
_id?: string;
|
|
3
3
|
approll_version_id_appver?: string;
|
|
4
4
|
approll_rollout_phases?: Array<{
|
|
5
|
-
phase_number
|
|
6
|
-
percentage
|
|
7
|
-
start_date
|
|
5
|
+
phase_number: number;
|
|
6
|
+
percentage: number;
|
|
7
|
+
start_date: Date;
|
|
8
8
|
end_date?: Date;
|
|
9
|
-
phase_status_id_sygms
|
|
9
|
+
phase_status_id_sygms: string;
|
|
10
10
|
}>;
|
|
11
11
|
approll_rollout_criteria?: Record<string, unknown>;
|
|
12
12
|
approll_auto_advance?: boolean;
|