joye-backend-utility 5.1.47 → 5.1.49

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.
@@ -91,6 +91,14 @@ const UserAnalytic = new mongoose_1.Schema({
91
91
  goal: {
92
92
  type: Array,
93
93
  },
94
+ notificationText: {
95
+ type: String,
96
+ required: false,
97
+ },
98
+ welcomeMessage: {
99
+ type: String,
100
+ required: false,
101
+ },
94
102
  });
95
103
  UserAnalytic.index({ employeeId: 1, weekNumber: -1, year: -1, date: -1 });
96
104
  UserAnalytic.index({ employeeId: 1, month: -1, year: -1, date: -1 });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "joye-backend-utility",
3
- "version": "5.1.47",
3
+ "version": "5.1.49",
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",