biz-slide-core 1.2.23 → 1.2.25
Sign up to get free protection for your applications and to get access to all the features.
package/entity/ppt.entity.js
CHANGED
@@ -10,6 +10,7 @@ var PPTSchema = new mongoose_1.Schema({
|
|
10
10
|
userId: { type: String, default: null },
|
11
11
|
templateTypeId: { type: mongoose_1.Schema.Types.ObjectId, ref: "template-type" },
|
12
12
|
systemGeneratedtopics: { type: [String], default: [], _id: false },
|
13
|
+
userSelectedTopics: { type: [String], default: [], _id: false },
|
13
14
|
questions: { type: [String], default: [], _id: false },
|
14
15
|
colors: { type: [String], default: [], _id: false },
|
15
16
|
prompt: { type: String, default: null },
|