biz-slide-core 1.2.64 → 1.2.66

Sign up to get free protection for your applications and to get access to all the features.
@@ -23,7 +23,8 @@ var SlideLayoutSchema = new mongoose_1.Schema({
23
23
  templateTypeId: { type: mongoose_1.Schema.Types.ObjectId, ref: "template-type" },
24
24
  deletedAt: { type: Date, default: null },
25
25
  insertSelectionPrompt: systemSchema,
26
- newSelectionPrompt: systemSchema
26
+ newSelectionPrompt: systemSchema,
27
+ catgeory: { type: String, default: "Default" }
27
28
  }, {
28
29
  timestamps: true,
29
30
  });
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.66",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {