cloud-ide-lms-model 1.0.10 → 1.0.11

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,5 +1,5 @@
1
1
  declare const controllerRoutes: {
2
- /** Endpoint to get file details
2
+ /** Endpoint to core module
3
3
  * for more details refer https://docs.google.com/document/d/1CwB4evLsQuatG4jI0U1faRtmqtNmIfZOE4fDWiz9-sQ/edit#bookmark=id.r7i5y3qldjhw
4
4
  */
5
5
  coreRoutes: string;
@@ -2,7 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.controllerRoutes = void 0;
4
4
  const controllerRoutes = {
5
- /** Endpoint to get file details
5
+ /** Endpoint to core module
6
6
  * for more details refer https://docs.google.com/document/d/1CwB4evLsQuatG4jI0U1faRtmqtNmIfZOE4fDWiz9-sQ/edit#bookmark=id.r7i5y3qldjhw
7
7
  */
8
8
  coreRoutes: "core"
@@ -1,3 +1,4 @@
1
1
  export declare function stringInterpolation(variables: {
2
2
  [key: string]: string;
3
3
  }, body: string, data: any): Promise<string>;
4
+ export declare const cidePath: () => void;
@@ -16,7 +16,7 @@ var __asyncValues = (this && this.__asyncValues) || function (o) {
16
16
  function settle(resolve, reject, d, v) { Promise.resolve(v).then(function(v) { resolve({ value: v, done: d }); }, reject); }
17
17
  };
18
18
  Object.defineProperty(exports, "__esModule", { value: true });
19
- exports.stringInterpolation = void 0;
19
+ exports.cidePath = exports.stringInterpolation = void 0;
20
20
  function stringInterpolation(variables, body, data) {
21
21
  return __awaiter(this, void 0, void 0, function* () {
22
22
  /*
@@ -178,3 +178,9 @@ function stringInterpolation(variables, body, data) {
178
178
  });
179
179
  }
180
180
  exports.stringInterpolation = stringInterpolation;
181
+ const cidePath = () => {
182
+ const join = (path) => {
183
+ return path.join("/");
184
+ };
185
+ };
186
+ exports.cidePath = cidePath;
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.10",
8
+ "version": "1.0.11",
9
9
  "description": "Package for Model management of Cloud IDEsys LMS",
10
10
  "main": "lib/index.js",
11
11
  "types": "lib/index.d.ts",