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,
|