cloud-ide-lms-model 1.1.26 → 1.1.28

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.
@@ -32,5 +32,9 @@ declare const academicsRoutesUrl: {
32
32
  * Endpoint to manage bonafide requests (bonafide/request)
33
33
  */
34
34
  bonafide: string;
35
+ /**
36
+ * Endpoint to get education board (education-board)
37
+ */
38
+ educationBoard: string;
35
39
  };
36
40
  export { academicsRoutesUrl };
@@ -35,6 +35,10 @@ const academicsRoutesUrl = {
35
35
  * Endpoint to manage bonafide requests (bonafide/request)
36
36
  */
37
37
  bonafide: "bonafide/request",
38
+ /**
39
+ * Endpoint to get education board (education-board)
40
+ */
41
+ educationBoard: "education-board"
38
42
  };
39
43
  exports.academicsRoutesUrl = academicsRoutesUrl;
40
44
  // Freeze the authRoutesUrl object to prevent modifications
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cloud-ide-lms-model",
3
- "version": "1.1.26",
3
+ "version": "1.1.28",
4
4
  "description": "Package for Model management of Cloud IDEsys LMS",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",