cloud-ide-lms-model 1.0.248 → 1.0.249

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.
@@ -21,8 +21,8 @@ declare const academicsRoutesUrl: {
21
21
  */
22
22
  classProgramTerm: string;
23
23
  /**
24
- * Endpoint to get class program term mapping (class-program-term-mapping)
24
+ * Endpoint to get program term section (program-term-section)
25
25
  */
26
- classProgramTermMapping: string;
26
+ programTermSection: string;
27
27
  };
28
28
  export { academicsRoutesUrl };
@@ -24,9 +24,9 @@ const academicsRoutesUrl = {
24
24
  */
25
25
  classProgramTerm: "class-program-term",
26
26
  /**
27
- * Endpoint to get class program term mapping (class-program-term-mapping)
27
+ * Endpoint to get program term section (program-term-section)
28
28
  */
29
- classProgramTermMapping: "class-program-term-mapping"
29
+ programTermSection: "program-term-section"
30
30
  };
31
31
  exports.academicsRoutesUrl = academicsRoutesUrl;
32
32
  // Freeze the authRoutesUrl object to prevent modifications
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "typescript": "^5.4.2"
6
6
  },
7
7
  "name": "cloud-ide-lms-model",
8
- "version": "1.0.248",
8
+ "version": "1.0.249",
9
9
  "description": "Package for Model management of Cloud IDEsys LMS",
10
10
  "main": "lib/index.js",
11
11
  "types": "lib/index.d.ts",