biz-slide-core 1.2.58 → 1.2.60

Sign up to get free protection for your applications and to get access to all the features.
@@ -38,6 +38,7 @@ var TemplateTypeSchema = new mongoose_1.Schema({
38
38
  slidePrompt: messageSchema,
39
39
  topicPrompt: variantsSystemSchema,
40
40
  layoutPrompt: variantsSystemSchema,
41
+ insertTopicPrompt: systemSchema,
41
42
  defaultLayout: { type: String, default: "" },
42
43
  deletedAt: { type: Date, default: null },
43
44
  colorPalletes: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "biz-slide-core",
3
- "version": "1.2.58",
3
+ "version": "1.2.60",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {