cloud-ide-lms-model 1.0.88 → 1.0.90

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.
@@ -29,7 +29,7 @@ declare class ICoreSytmLayout {
29
29
  sytm_layout_request?: {
30
30
  status: boolean;
31
31
  };
32
- sytm_layout_drawer?: ICoreSythDrawer[];
32
+ core_system_config?: ICoreSythDrawer[];
33
33
  }
34
34
  export { ICoreSytm, // interface
35
35
  ICoreSytmLayout };
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.88",
8
+ "version": "1.0.90",
9
9
  "description": "Package for Model management of Cloud IDEsys LMS",
10
10
  "main": "lib/index.js",
11
11
  "types": "lib/index.d.ts",