biz-slide-core 1.2.50 → 1.2.51
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
@@ -27,6 +27,7 @@ var PPTSchema = new mongoose_1.Schema({
|
|
27
27
|
prompt: { type: String, default: null },
|
28
28
|
noOfSlides: { type: Number, default: null },
|
29
29
|
appName: { type: String, default: null },
|
30
|
+
navigateFromGPT: { type: Boolean, default: false },
|
30
31
|
}, {
|
31
32
|
timestamps: true,
|
32
33
|
});
|