biz-slide-core 1.2.5 → 1.2.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -21,6 +21,7 @@ var TemplateTypeSchema = new mongoose_1.Schema({
21
21
  questions: [questionSchema],
22
22
  predefineSystemMessage: { type: String, default: "" },
23
23
  layouts: [layoutsSchema],
24
+ suggestionPrompts: { type: [String], default: [], _id: false },
24
25
  createdAt: { type: Date, default: Date.now() },
25
26
  updatedAt: { type: Date, default: Date.now() },
26
27
  deletedAt: { type: Date, default: null },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "biz-slide-core",
3
- "version": "1.2.5",
3
+ "version": "1.2.7",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {