biz-slide-core 1.2.23 → 1.2.24

Sign up to get free protection for your applications and to get access to all the features.
@@ -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 },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "biz-slide-core",
3
- "version": "1.2.23",
3
+ "version": "1.2.24",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {