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
|
-
|
|
19
|
+
acabrn_code: {
|
|
20
20
|
type: String,
|
|
21
21
|
minlength: 0,
|
|
22
22
|
maxlength: 15,
|
|
23
23
|
trim: true
|
|
24
24
|
},
|
|
25
|
-
|
|
25
|
+
acabrn_sequence: {
|
|
26
26
|
type: Number,
|
|
27
27
|
default: 0
|
|
28
28
|
},
|
|
29
|
-
|
|
29
|
+
acabrn_isactive: {
|
|
30
30
|
type: Boolean,
|
|
31
31
|
default: true
|
|
32
32
|
},
|
|
33
|
-
|
|
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: "
|
|
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