@kipicore/dbcore 1.1.543 → 1.1.544

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.
@@ -35,7 +35,6 @@ export interface IExamModelAttributes extends IDefaultAttributes, Document {
35
35
  standard?: string;
36
36
  groupId?: mongoose.Types.ObjectId;
37
37
  isPublished: boolean;
38
- publishDate: Date;
39
38
  isMarksAdded?: boolean;
40
39
  plannerSyncStatus?: PLANNER_SYNC_STATUS;
41
40
  publishedDate?: Date;
@@ -175,7 +175,7 @@ const examModelSchema = new mongoose_1.Schema({
175
175
  type: Boolean,
176
176
  default: true,
177
177
  },
178
- publishDate: {
178
+ publishedDate: {
179
179
  type: Date,
180
180
  required: false,
181
181
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kipicore/dbcore",
3
- "version": "1.1.543",
3
+ "version": "1.1.544",
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",