cloud-ide-lms-model 1.0.69 → 1.0.70

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,4 +1,4 @@
1
- import { ICoreSype, ICoreSypg, ICoreSypgr, ICoreSyptb, ICoreSytm, ICoreSytmLayout, ITabs } from "../../schema";
1
+ import { ICoreSype, ICoreSypg, ICoreSypgr, ICoreSyptb, ICoreSytm, ITabs } from "../../schema";
2
2
  import { controllerResponse } from "../../utilities";
3
3
  type IDesignConfigErrorLogger = {
4
4
  [key in keyof MDesignConfig]: string;
@@ -20,7 +20,6 @@ interface designConfigResponseData {
20
20
  controls?: {
21
21
  [key: string]: ICoreSype;
22
22
  };
23
- layout?: ICoreSytmLayout;
24
23
  tab?: {
25
24
  [key: string]: ICoreTabs;
26
25
  };
@@ -25,6 +25,9 @@ declare class ICoreSytmLayout {
25
25
  sytm_layout_console?: {
26
26
  status: boolean;
27
27
  };
28
+ sytm_layout_request?: {
29
+ status: boolean;
30
+ };
28
31
  }
29
32
  export { ICoreSytm, // interface
30
33
  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.69",
8
+ "version": "1.0.70",
9
9
  "description": "Package for Model management of Cloud IDEsys LMS",
10
10
  "main": "lib/index.js",
11
11
  "types": "lib/index.d.ts",