cloud-ide-model-schema 1.1.151 → 1.1.152
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.
|
@@ -41,6 +41,11 @@ var fdsk_lead_config_master = new mongoose_1.Schema({
|
|
|
41
41
|
ref: "auth_user_mst",
|
|
42
42
|
comment: "default counselor id whom we can assign all the leads, after that he can decide leads should transfer to whom, but note default counselor will have all the insights, like total leads how much of them to whom assigned and many things..."
|
|
43
43
|
},
|
|
44
|
+
fdlcm_entity_id_syen: {
|
|
45
|
+
type: mongoose_1.default.Schema.Types.ObjectId,
|
|
46
|
+
ref: "core_system_entity",
|
|
47
|
+
comment: "Entity ID to which this lead configuration belongs"
|
|
48
|
+
},
|
|
44
49
|
fdlcm_isactive: {
|
|
45
50
|
type: Boolean,
|
|
46
51
|
default: true,
|
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.
|
|
12
|
+
"version": "1.1.152",
|
|
13
13
|
"description": "Pachage for schema management of Cloud IDEsys LMS",
|
|
14
14
|
"main": "lib/index.js",
|
|
15
15
|
"types": "lib/index.d.ts",
|
|
@@ -32,4 +32,4 @@
|
|
|
32
32
|
"files": [
|
|
33
33
|
"lib/**/*"
|
|
34
34
|
]
|
|
35
|
-
}
|
|
35
|
+
}
|