cloud-ide-lms-model 1.0.14 → 1.0.15

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.
@@ -1,6 +1,6 @@
1
1
  declare const coreRoutes: {
2
- /** Endpoint to get file details
3
- * for more details refer https://docs.google.com/document/d/1CwB4evLsQuatG4jI0U1faRtmqtNmIfZOE4fDWiz9-sQ/edit#bookmark=id.adkmvq2c22du
2
+ /** Endpoint to get file details (get-file-details)
3
+ * for more details refer https://docs.google.com/document/d/1CwB4evLsQuatG4jI0U1faRtmqtNmIfZOE4fDWiz9-sQ/edit?pli=1#bookmark=id.nhxx52qzdmct
4
4
  */
5
5
  getFileDetails: string;
6
6
  };
@@ -2,8 +2,8 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.coreRoutes = void 0;
4
4
  const coreRoutes = {
5
- /** Endpoint to get file details
6
- * for more details refer https://docs.google.com/document/d/1CwB4evLsQuatG4jI0U1faRtmqtNmIfZOE4fDWiz9-sQ/edit#bookmark=id.adkmvq2c22du
5
+ /** Endpoint to get file details (get-file-details)
6
+ * for more details refer https://docs.google.com/document/d/1CwB4evLsQuatG4jI0U1faRtmqtNmIfZOE4fDWiz9-sQ/edit?pli=1#bookmark=id.nhxx52qzdmct
7
7
  */
8
8
  getFileDetails: "get-file-details"
9
9
  };
@@ -1,6 +1,7 @@
1
1
  declare const hostManagerRoutes: {
2
2
  /** Base path for host name to interceptor and replace with actual URL
3
- * for more details refer
3
+ * for more details refer https://docs.google.com/document/d/1CwB4evLsQuatG4jI0U1faRtmqtNmIfZOE4fDWiz9-sQ/edit?pli=1#bookmark=id.j3vzaryhajl1
4
+ * __version__ need to add in future
4
5
  */
5
6
  coreModuleHost: string;
6
7
  };
@@ -3,9 +3,10 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.hostManagerRoutes = void 0;
4
4
  const hostManagerRoutes = {
5
5
  /** Base path for host name to interceptor and replace with actual URL
6
- * for more details refer
6
+ * for more details refer https://docs.google.com/document/d/1CwB4evLsQuatG4jI0U1faRtmqtNmIfZOE4fDWiz9-sQ/edit?pli=1#bookmark=id.j3vzaryhajl1
7
+ * __version__ need to add in future
7
8
  */
8
- coreModuleHost: "https://__cloud_ide_suite_layout__/__version__"
9
+ coreModuleHost: "https://__cloud_ide_suite_layout__"
9
10
  };
10
11
  exports.hostManagerRoutes = hostManagerRoutes;
11
12
  Object.freeze(hostManagerRoutes);
@@ -1,3 +1,2 @@
1
1
  export * from './hostManagerRoutes';
2
- export * from "./controllerRoutes";
3
2
  export * from './coreRoutes';
@@ -15,5 +15,4 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
17
  __exportStar(require("./hostManagerRoutes"), exports);
18
- __exportStar(require("./controllerRoutes"), exports);
19
18
  __exportStar(require("./coreRoutes"), exports);
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.14",
8
+ "version": "1.0.15",
9
9
  "description": "Package for Model management of Cloud IDEsys LMS",
10
10
  "main": "lib/index.js",
11
11
  "types": "lib/index.d.ts",