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: {
|