joye-backend-utility 5.1.17 → 5.1.19

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.
@@ -39,6 +39,10 @@ const OrganizationUserAttrPermission = new mongoose_1.Schema({
39
39
  type: String,
40
40
  required: false,
41
41
  },
42
+ coBrandImage: {
43
+ type: String,
44
+ required: false,
45
+ },
42
46
  timezone: {
43
47
  type: String,
44
48
  required: false,
@@ -52,6 +52,10 @@ const User = new mongoose_1.Schema({
52
52
  type: String,
53
53
  required: false,
54
54
  },
55
+ jobTitle: {
56
+ type: String,
57
+ required: false,
58
+ },
55
59
  // Optional user attributes end
56
60
  notificationDate: {
57
61
  type: String,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "joye-backend-utility",
3
- "version": "5.1.17",
3
+ "version": "5.1.19",
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",