cloud-ide-lms-model 1.0.260 → 1.0.262

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.
@@ -20,6 +20,7 @@ type IClassProgramTermToggleLockErrorLogger = {
20
20
  [key in keyof MClassProgramTermToggleLockPayload]: string;
21
21
  };
22
22
  declare class MClassProgramTerm extends MTableQueries {
23
+ acapt_class_prg_branch_acabrn: string;
23
24
  constructor(init: MClassProgramTerm);
24
25
  Validate?(): Partial<IClassProgramTermErrorLogger>;
25
26
  }
@@ -8,6 +8,7 @@ const schema_1 = require("../../schema");
8
8
  class MClassProgramTerm extends common_1.MTableQueries {
9
9
  constructor(init) {
10
10
  super(init);
11
+ this.acapt_class_prg_branch_acabrn = "";
11
12
  Object.assign(this, init);
12
13
  }
13
14
  Validate() {
@@ -66,3 +66,15 @@ class MDesignationInsertUpdatePayload {
66
66
  }
67
67
  }
68
68
  exports.MDesignationInsertUpdatePayload = MDesignationInsertUpdatePayload;
69
+ class MDesignationToggleStatusPayload {
70
+ constructor(init) {
71
+ Object.assign(this, init);
72
+ }
73
+ Validate() {
74
+ let errorLogger = {};
75
+ if (!this.sydsg_id) {
76
+ errorLogger.sydsg_id = "Designation ID is Required!";
77
+ }
78
+ return errorLogger;
79
+ }
80
+ }
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.260",
8
+ "version": "1.0.262",
9
9
  "description": "Package for Model management of Cloud IDEsys LMS",
10
10
  "main": "lib/index.js",
11
11
  "types": "lib/index.d.ts",