biz-slide-core 1.2.42 → 1.2.43

Sign up to get free protection for your applications and to get access to all the features.
@@ -22,7 +22,8 @@ var PPTSchema = new mongoose_1.Schema({
22
22
  version: { type: String, default: null },
23
23
  noOfSlides: { type: Number, default: null },
24
24
  trackIP: { type: String, default: null },
25
- sessionId: { type: String, default: null }
25
+ sessionId: { type: String, default: null },
26
+ fileCreateCount: { type: Number, default: 0 }
26
27
  }, {
27
28
  timestamps: true,
28
29
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "biz-slide-core",
3
- "version": "1.2.42",
3
+ "version": "1.2.43",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {