biz-slide-core 1.2.73 → 1.2.74

Sign up to get free protection for your applications and to get access to all the features.
@@ -8,6 +8,7 @@ var PPTSchema = new mongoose_1.Schema({
8
8
  isCompleted: { type: Boolean, default: false },
9
9
  fileCreated: { type: Boolean, default: false }, // S3 file creation
10
10
  userId: { type: String, default: null },
11
+ emailId: { type: String, default: null },
11
12
  templateTypeId: { type: mongoose_1.Schema.Types.ObjectId, ref: "template-type" },
12
13
  systemGeneratedtopics: { type: [String], default: [], _id: false },
13
14
  userSelectedTopics: { type: [String], default: [], _id: false },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "biz-slide-core",
3
- "version": "1.2.73",
3
+ "version": "1.2.74",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {