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.
@@ -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
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "biz-slide-core",
3
- "version": "1.2.50",
3
+ "version": "1.2.51",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {