joye-backend-utility 5.0.8 → 5.0.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -113,6 +113,10 @@ const Brew = new mongoose_1.Schema({
113
113
  type: Number,
114
114
  required: false,
115
115
  },
116
+ podcastViewCount: {
117
+ type: Number,
118
+ required: false,
119
+ },
116
120
  creationDate: {
117
121
  type: String,
118
122
  required: true,
@@ -54,6 +54,10 @@ const UserMessageLog = new mongoose_1.Schema({
54
54
  type: Number,
55
55
  required: false,
56
56
  },
57
+ noteToSelfClick: {
58
+ type: Number,
59
+ required: false,
60
+ },
57
61
  });
58
62
  UserMessageLog.index({ employeeId: 1, activityId: -1 });
59
63
  exports.UserMessageLogSchema = UserMessageLog;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "joye-backend-utility",
3
- "version": "5.0.8",
3
+ "version": "5.0.9",
4
4
  "description": "Joye backend utility for db functions and common functions",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",