cloud-ide-lms-model 1.1.3 → 1.1.4

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.
@@ -5,6 +5,11 @@ declare const designConfigRoutesUrl: {
5
5
  * for more details refer {@link https://docs.google.com/document/d/1CwB4evLsQuatG4jI0U1faRtmqtNmIfZOE4fDWiz9-sQ/edit?pli=1&tab=t.0#bookmark=id.qbwilgqdw9a2}
6
6
  */
7
7
  getPageData: string;
8
+ /**
9
+ * @description Endpoint to get page rights only (without full page config)
10
+ * GET /design-config/page-rights/:pageCode
11
+ */
12
+ getPageRights: string;
8
13
  /**
9
14
  * this will return the user specific design, else org
10
15
  */
@@ -8,6 +8,11 @@ const designConfigRoutesUrl = {
8
8
  * for more details refer {@link https://docs.google.com/document/d/1CwB4evLsQuatG4jI0U1faRtmqtNmIfZOE4fDWiz9-sQ/edit?pli=1&tab=t.0#bookmark=id.qbwilgqdw9a2}
9
9
  */
10
10
  getPageData: "page",
11
+ /**
12
+ * @description Endpoint to get page rights only (without full page config)
13
+ * GET /design-config/page-rights/:pageCode
14
+ */
15
+ getPageRights: "page-rights",
11
16
  /**
12
17
  * this will return the user specific design, else org
13
18
  */
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.1.3",
8
+ "version": "1.1.4",
9
9
  "description": "Package for Model management of Cloud IDEsys LMS",
10
10
  "main": "lib/index.js",
11
11
  "types": "lib/index.d.ts",