cloud-ide-model-schema 1.1.84 → 1.1.86

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.
@@ -16,21 +16,21 @@ var aca_class_prg_branch = new mongoose_1.Schema({
16
16
  maxlength: 100,
17
17
  trim: true
18
18
  },
19
- acabm_code: {
19
+ acabrn_code: {
20
20
  type: String,
21
21
  minlength: 0,
22
22
  maxlength: 15,
23
23
  trim: true
24
24
  },
25
- acabm_sequence: {
25
+ acabrn_sequence: {
26
26
  type: Number,
27
27
  default: 0
28
28
  },
29
- acabm_isactive: {
29
+ acabrn_isactive: {
30
30
  type: Boolean,
31
31
  default: true
32
32
  },
33
- acabm_islocked: {
33
+ acabrn_islocked: {
34
34
  type: Boolean,
35
35
  default: false
36
36
  }
@@ -10,7 +10,7 @@ var core_entity_mapping = new mongoose_1.Schema({
10
10
  },
11
11
  syenm_role_id_syusrol: {
12
12
  type: mongoose_1.default.Schema.Types.ObjectId,
13
- ref: "auth_role_mst"
13
+ ref: "core_user_role"
14
14
  },
15
15
  syenm_id_logses: {
16
16
  type: mongoose_1.default.Schema.Types.ObjectId,
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "typescript": "^5.8.3"
10
10
  },
11
11
  "name": "cloud-ide-model-schema",
12
- "version": "1.1.84",
12
+ "version": "1.1.86",
13
13
  "description": "Pachage for schema management of Cloud IDEsys LMS",
14
14
  "main": "lib/index.js",
15
15
  "types": "lib/index.d.ts",