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