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 },
|