cloud-ide-model-schema 1.1.154 → 1.1.156

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.
@@ -164,7 +164,9 @@ var core_system_entity = new mongoose_1.Schema({
164
164
  comment: "General affiliation number - Note: Board-specific affiliations are managed in core_school_board_affiliation detail table"
165
165
  },
166
166
  syen_photo_id_cyfm: {
167
- ref: "auth_user_mst"
167
+ type: mongoose_1.default.Schema.Types.ObjectId,
168
+ ref: "core_file_manager",
169
+ comment: "Photo file manager id"
168
170
  },
169
171
  syen_isactive: {
170
172
  type: Boolean,
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.154",
12
+ "version": "1.1.156",
13
13
  "description": "Pachage for schema management of Cloud IDEsys LMS",
14
14
  "main": "lib/index.js",
15
15
  "types": "lib/index.d.ts",