cloud-ide-lms-model 1.0.141 → 1.0.142

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.
@@ -9,7 +9,6 @@ type ICoreSyctrListErrorLogger = {
9
9
  };
10
10
  declare class MSyctrList extends MTableQueries {
11
11
  syctr_id: string;
12
- syctr_name: string;
13
12
  constructor(init: MSyctrList);
14
13
  Validate?(): Partial<ICoreSyctrListErrorLogger>;
15
14
  }
@@ -7,7 +7,6 @@ class MSyctrList extends common_types_1.MTableQueries {
7
7
  constructor(init) {
8
8
  super(init);
9
9
  this.syctr_id = "";
10
- this.syctr_name = ""; // will work for both syctr_country_iso_name and syctr_country_official_name
11
10
  Object.assign(this, init);
12
11
  }
13
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.141",
8
+ "version": "1.0.142",
9
9
  "description": "Package for Model management of Cloud IDEsys LMS",
10
10
  "main": "lib/index.js",
11
11
  "types": "lib/index.d.ts",