cloud-ide-lms-model 1.1.57 → 1.1.59
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.
|
@@ -20,6 +20,7 @@ declare class MClassProgramMaster extends MTableQueries {
|
|
|
20
20
|
acacpm_id?: string;
|
|
21
21
|
acacpm_entity_id_syen?: string;
|
|
22
22
|
acacpm_academic_year_id_acayr?: string;
|
|
23
|
+
acacpm_student_role_id_syro?: string;
|
|
23
24
|
acacpm_isactive?: boolean;
|
|
24
25
|
constructor(init: MClassProgramMaster);
|
|
25
26
|
Validate?(): Partial<IClassProgramMasterErrorLogger>;
|
|
@@ -88,8 +88,6 @@ declare class MBonafideRequestGenerateCertificatePayload implements MRequestMidd
|
|
|
88
88
|
declare class MBonafideRequestUploadStampedCopyPayload implements MRequestMiddelware {
|
|
89
89
|
abnr_id?: string;
|
|
90
90
|
requestId?: string;
|
|
91
|
-
stampedCopyFileId?: string;
|
|
92
|
-
stampedCopyUrl?: string;
|
|
93
91
|
abnr_stamped_copy_id_cyfm?: string;
|
|
94
92
|
uploadedBy?: string;
|
|
95
93
|
constructor(init: MBonafideRequestUploadStampedCopyPayload);
|
|
@@ -8,6 +8,7 @@ declare class AcaClassProgramMaster extends AcaClassProgramMasterBase {
|
|
|
8
8
|
acacpm_academic_year_id_acayr?: string;
|
|
9
9
|
acacpm_entity_id_syen?: string;
|
|
10
10
|
acacpm_education_board_id_edbrd?: string;
|
|
11
|
+
acacpm_student_role_id_syro?: string;
|
|
11
12
|
}
|
|
12
13
|
export { AcaClassProgramMasterBase, // interface
|
|
13
14
|
AcaClassProgramMaster };
|
|
@@ -205,6 +205,7 @@ declare class AdmissionApplicationMain {
|
|
|
205
205
|
admap_reviewed_by_user?: string;
|
|
206
206
|
admap_assigned_counselor_user?: string;
|
|
207
207
|
admap_user_id_auth?: string;
|
|
208
|
+
admap_lead_id_crmld?: string;
|
|
208
209
|
admap_created_date?: Date;
|
|
209
210
|
admap_modified_date?: Date;
|
|
210
211
|
admap_modified_by_user?: string;
|