cloud-ide-model-schema 1.1.62 → 1.1.64

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.
@@ -23,10 +23,19 @@ var core_general_master_type = new mongoose_1.Schema({
23
23
  maxlength: 255,
24
24
  trim: true
25
25
  },
26
+ sygmt_configuration: {
27
+ type: Object,
28
+ default: {}
29
+ },
26
30
  sygmt_isactive: {
27
31
  type: Boolean,
28
32
  default: true
29
33
  },
34
+ sygmt_id_sygmt: {
35
+ type: mongoose_1.default.Schema.Types.ObjectId,
36
+ ref: 'core_general_master_type',
37
+ default: null
38
+ }
30
39
  }, { collection: 'core_general_master_type' });
31
40
  var CCoreSygmt = mongoose_1.default.model("core_general_master_type", core_general_master_type);
32
41
  exports.CCoreSygmt = CCoreSygmt;
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.62",
12
+ "version": "1.1.64",
13
13
  "description": "Pachage for schema management of Cloud IDEsys LMS",
14
14
  "main": "lib/index.js",
15
15
  "types": "lib/index.d.ts",