cloud-ide-lms-model 1.0.141 → 1.0.143

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,7 +8,6 @@ class MPinCodeSelect {
8
8
  Object.assign(this, init);
9
9
  }
10
10
  Validate() {
11
- var _a;
12
11
  let errorLogger = {};
13
12
  if (!this.sypin_pincode) {
14
13
  errorLogger.sypin_pincode = "Pin Code is Required!";
@@ -16,11 +15,6 @@ class MPinCodeSelect {
16
15
  else if (!this.sypin_id && !this.sypin_pincode) {
17
16
  errorLogger.sypin_id = "Pin Code ID is Required!";
18
17
  }
19
- else if (this.sypin_pincode) {
20
- if (((_a = this.sypin_pincode) === null || _a === void 0 ? void 0 : _a.length) < 5) {
21
- errorLogger.sypin_pincode = "Pin Code must be 5 characters";
22
- }
23
- }
24
18
  return errorLogger;
25
19
  }
26
20
  }
@@ -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.143",
9
9
  "description": "Package for Model management of Cloud IDEsys LMS",
10
10
  "main": "lib/index.js",
11
11
  "types": "lib/index.d.ts",