biz-slide-core 1.2.67 → 1.2.68

Sign up to get free protection for your applications and to get access to all the features.
@@ -26,6 +26,7 @@ var slideCountSchema = new mongoose_1.Schema({
26
26
  _id: false
27
27
  });
28
28
  var AnalyticSchema = new mongoose_1.Schema({
29
+ templateTypeId: { type: mongoose_1.Schema.Types.ObjectId, ref: "template-type" },
29
30
  appName: { type: String, required: true },
30
31
  noOfPPT: { type: Number, default: 0 },
31
32
  totalDownloaded: { type: Number, default: 0 },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "biz-slide-core",
3
- "version": "1.2.67",
3
+ "version": "1.2.68",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {