cloud-ide-lms-model 1.0.324 → 1.0.326
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.
|
@@ -17,6 +17,7 @@ type IClassProgramMasterToggleStatusErrorLogger = {
|
|
|
17
17
|
[key in keyof MClassProgramMasterToggleStatusPayload]: string;
|
|
18
18
|
};
|
|
19
19
|
declare class MClassProgramMaster extends MTableQueries {
|
|
20
|
+
acacpm_id?: string;
|
|
20
21
|
constructor(init: MClassProgramMaster);
|
|
21
22
|
Validate?(): Partial<IClassProgramMasterErrorLogger>;
|
|
22
23
|
}
|
|
@@ -36,7 +36,7 @@ declare class AdmissionApplicationMain {
|
|
|
36
36
|
admap_pin_sypin?: string;
|
|
37
37
|
admap_program_applying_for?: string;
|
|
38
38
|
admap_program_category?: string;
|
|
39
|
-
|
|
39
|
+
admap_grade_level_applying_for_id_acacpm?: string;
|
|
40
40
|
admap_age_at_enrollment?: number;
|
|
41
41
|
admap_entry_semester_term?: string;
|
|
42
42
|
admap_academic_year_id_acayr?: string;
|
package/package.json
CHANGED
|
@@ -1,29 +1,29 @@
|
|
|
1
|
-
{
|
|
2
|
-
"dependencies": {
|
|
3
|
-
},
|
|
4
|
-
"devDependencies": {
|
|
5
|
-
"typescript": "^5.4.2"
|
|
6
|
-
},
|
|
7
|
-
"name": "cloud-ide-lms-model",
|
|
8
|
-
"version": "1.0.
|
|
9
|
-
"description": "Package for Model management of Cloud IDEsys LMS",
|
|
10
|
-
"main": "lib/index.js",
|
|
11
|
-
"types": "lib/index.d.ts",
|
|
12
|
-
"scripts": {
|
|
13
|
-
"test": "echo \"Error: no test specified\" && exit 1",
|
|
14
|
-
"build": "tsc",
|
|
15
|
-
"prepare": "npm run build"
|
|
16
|
-
},
|
|
17
|
-
"keywords": [
|
|
18
|
-
"CloudIDE",
|
|
19
|
-
"LMS",
|
|
20
|
-
"Schema"
|
|
21
|
-
],
|
|
22
|
-
"repository": {
|
|
23
|
-
"type": "git",
|
|
24
|
-
"url": "https://gitlab.com/lms-schools/cloud-ide-lms-model.git"
|
|
25
|
-
},
|
|
26
|
-
"author": "ankush bhure",
|
|
27
|
-
"license": "ISC",
|
|
28
|
-
"files": ["lib/**/*"]
|
|
1
|
+
{
|
|
2
|
+
"dependencies": {
|
|
3
|
+
},
|
|
4
|
+
"devDependencies": {
|
|
5
|
+
"typescript": "^5.4.2"
|
|
6
|
+
},
|
|
7
|
+
"name": "cloud-ide-lms-model",
|
|
8
|
+
"version": "1.0.326",
|
|
9
|
+
"description": "Package for Model management of Cloud IDEsys LMS",
|
|
10
|
+
"main": "lib/index.js",
|
|
11
|
+
"types": "lib/index.d.ts",
|
|
12
|
+
"scripts": {
|
|
13
|
+
"test": "echo \"Error: no test specified\" && exit 1",
|
|
14
|
+
"build": "tsc",
|
|
15
|
+
"prepare": "npm run build"
|
|
16
|
+
},
|
|
17
|
+
"keywords": [
|
|
18
|
+
"CloudIDE",
|
|
19
|
+
"LMS",
|
|
20
|
+
"Schema"
|
|
21
|
+
],
|
|
22
|
+
"repository": {
|
|
23
|
+
"type": "git",
|
|
24
|
+
"url": "https://gitlab.com/lms-schools/cloud-ide-lms-model.git"
|
|
25
|
+
},
|
|
26
|
+
"author": "ankush bhure",
|
|
27
|
+
"license": "ISC",
|
|
28
|
+
"files": ["lib/**/*"]
|
|
29
29
|
}
|