joye-backend-utility 3.0.11 → 3.0.12

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.
@@ -118,6 +118,10 @@ const UserSchema = new mongoose_1.Schema({
118
118
  type: String,
119
119
  required: false,
120
120
  },
121
+ jId: {
122
+ type: String,
123
+ required: false,
124
+ },
121
125
  });
122
126
  const userModel = (0, mongoose_1.model)('User', UserSchema);
123
127
  userModel.syncIndexes();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "joye-backend-utility",
3
- "version": "3.0.11",
3
+ "version": "3.0.12",
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",