cloud-ide-lms-model 1.0.259 → 1.0.261

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
  }
@@ -56,6 +57,10 @@ interface AcaClassProgramTermReponse extends AcaClassProgramTermBase {
56
57
  _id?: string;
57
58
  acapt_name?: string;
58
59
  };
60
+ acapt_class_prg_branch_acabrn?: {
61
+ _id?: string;
62
+ acabrn_name?: string;
63
+ };
59
64
  }
60
65
  interface classProgramTermControllerResponse extends controllerResponse {
61
66
  data?: AcaClassProgramTermReponse[];
@@ -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() {
@@ -11,6 +11,7 @@ declare class AcaClassProgramTermBase {
11
11
  declare class AcaClassProgramTerm extends AcaClassProgramTermBase {
12
12
  acapt_class_program_id_acacpm?: string;
13
13
  acapt_parent_class_prog_term_acapt?: string;
14
+ acapt_class_prg_branch_acabrn?: string;
14
15
  }
15
16
  export { AcaClassProgramTermBase, // interface
16
17
  AcaClassProgramTerm };
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.259",
8
+ "version": "1.0.261",
9
9
  "description": "Package for Model management of Cloud IDEsys LMS",
10
10
  "main": "lib/index.js",
11
11
  "types": "lib/index.d.ts",