cloud-ide-lms-model 1.0.131 → 1.0.132

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.
@@ -8,6 +8,7 @@ type ICoreSycrListErrorLogger = {
8
8
  [key in keyof MSycrList]: string;
9
9
  };
10
10
  declare class MSycrList extends MTableQueries {
11
+ sycr_id: string;
11
12
  constructor(init: MSycrList);
12
13
  Validate?(): Partial<ICoreSycrListErrorLogger>;
13
14
  }
@@ -6,6 +6,7 @@ const common_types_1 = require("../../common-types");
6
6
  class MSycrList extends common_types_1.MTableQueries {
7
7
  constructor(init) {
8
8
  super(init);
9
+ this.sycr_id = "";
9
10
  Object.assign(this, init);
10
11
  }
11
12
  Validate() {
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.131",
8
+ "version": "1.0.132",
9
9
  "description": "Package for Model management of Cloud IDEsys LMS",
10
10
  "main": "lib/index.js",
11
11
  "types": "lib/index.d.ts",