@kipicore/dbcore 1.1.523 → 1.1.525

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.
@@ -17,6 +17,5 @@ export interface IApproveRequestModelAttributes extends IDefaultAttributes, Docu
17
17
  approveDate?: Date;
18
18
  academicCalendarId?: string;
19
19
  instituteId: string;
20
- userId: string;
21
20
  fileStorageIds: string[];
22
21
  }
@@ -95,10 +95,6 @@ const approveRequestSchema = new mongoose_1.Schema({
95
95
  type: String,
96
96
  required: true,
97
97
  },
98
- userId: {
99
- type: String,
100
- required: true,
101
- },
102
98
  fileStorageIds: {
103
99
  type: [String],
104
100
  default: [],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kipicore/dbcore",
3
- "version": "1.1.523",
3
+ "version": "1.1.525",
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",