biz-slide-core 1.2.64 → 1.2.65

Sign up to get free protection for your applications and to get access to all the features.
@@ -21,7 +21,8 @@ var SlideSchema = new mongoose_1.Schema({
21
21
  deletedAt: { type: Date, default: null },
22
22
  isDelete: { type: Boolean, default: false },
23
23
  stage: { type: String, default: "" },
24
- isDefault: { type: Boolean, default: false }
24
+ isDefault: { type: Boolean, default: false },
25
+ catgeory: { type: String, default: "Default" },
25
26
  }, {
26
27
  timestamps: true,
27
28
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "biz-slide-core",
3
- "version": "1.2.64",
3
+ "version": "1.2.65",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {