joye-backend-utility 5.1.7 → 5.1.8

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.
@@ -180,6 +180,11 @@ const User = new mongoose_1.Schema({
180
180
  required: false,
181
181
  type: String,
182
182
  },
183
+ autoNotificationMode: {
184
+ // Value in Dynamic (default), ZenFlow, LightEasy
185
+ required: false,
186
+ type: String,
187
+ },
183
188
  });
184
189
  User.index({ botDetails: 1, preferredTimezone: -1 }, {
185
190
  unique: false,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "joye-backend-utility",
3
- "version": "5.1.7",
3
+ "version": "5.1.8",
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",