biz-slide-core 1.2.36 → 1.2.37

Sign up to get free protection for your applications and to get access to all the features.
@@ -33,6 +33,7 @@ var TemplateTypeSchema = new mongoose_1.Schema({
33
33
  suggestionPrompts: { type: [String], default: [], _id: false },
34
34
  topicPrompt: systemSchema,
35
35
  layoutPrompt: systemSchema,
36
+ defaultLayout: { type: String, default: "" },
36
37
  deletedAt: { type: Date, default: null },
37
38
  }, {
38
39
  timestamps: true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "biz-slide-core",
3
- "version": "1.2.36",
3
+ "version": "1.2.37",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {