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.
- package/entity/ppt.entity.js +1 -0
- package/package.json +1 -1
package/entity/ppt.entity.js
CHANGED
@@ -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
|
});
|