@kipicore/dbcore 1.1.262 → 1.1.263

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,6 +16,5 @@ export interface ITicketRaiseAttributes extends IDefaultAttributes, Document {
16
16
  assignTo: string;
17
17
  files: string[];
18
18
  conversation: ITicketRaiseConversationAttributes[];
19
- academicCalendarId: string;
20
- instituteId: string;
19
+ userId: string;
21
20
  }
@@ -81,11 +81,7 @@ const TicketRaiseSchema = new mongoose_1.Schema({
81
81
  type: [TicketConversationsSchema],
82
82
  required: false
83
83
  },
84
- academicCalendarId: {
85
- type: String,
86
- required: false,
87
- },
88
- instituteId: {
84
+ userId: {
89
85
  type: String,
90
86
  required: false,
91
87
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kipicore/dbcore",
3
- "version": "1.1.262",
3
+ "version": "1.1.263",
4
4
  "description": "Reusable DB core package with Postgres, MongoDB, models, services, interfaces, and types",
5
5
  "types": "dist/index.d.ts",
6
6
  "main": "dist/index.js",