biz-slide-core 1.2.53 → 1.2.54

Sign up to get free protection for your applications and to get access to all the features.
@@ -28,6 +28,7 @@ var PPTSchema = new mongoose_1.Schema({
28
28
  noOfSlides: { type: Number, default: null },
29
29
  appName: { type: String, default: null },
30
30
  navigateFromGPT: { type: Boolean, default: false },
31
+ googleDriveId: { type: String, default: null }
31
32
  }, {
32
33
  timestamps: true,
33
34
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "biz-slide-core",
3
- "version": "1.2.53",
3
+ "version": "1.2.54",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {