biz-slide-core 1.2.27 → 1.2.28
Sign up to get free protection for your applications and to get access to all the features.
@@ -4,7 +4,8 @@ exports.PPTSlideEventModel = void 0;
|
|
4
4
|
var mongoose_1 = require("mongoose");
|
5
5
|
var PPTEventSchema = new mongoose_1.Schema({
|
6
6
|
pptRef: { type: mongoose_1.Schema.Types.ObjectId, ref: 'ppt' },
|
7
|
-
message: { type: String, default: null }
|
7
|
+
message: { type: String, default: null },
|
8
|
+
event: { type: String, default: null },
|
8
9
|
}, {
|
9
10
|
timestamps: true,
|
10
11
|
});
|