joye-backend-utility 3.0.14 → 3.0.16

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.
@@ -44,6 +44,10 @@ const MasterEmotionsSchema = new mongoose_1.Schema({
44
44
  type: String,
45
45
  required: false,
46
46
  },
47
+ active: {
48
+ type: String,
49
+ required: false,
50
+ },
47
51
  value: {
48
52
  type: Number,
49
53
  required: false,
@@ -110,11 +110,11 @@ const UserSchema = new mongoose_1.Schema({
110
110
  type: String,
111
111
  required: false,
112
112
  },
113
- zoomAccessToken: {
113
+ accessToken: {
114
114
  type: String,
115
115
  required: false,
116
116
  },
117
- zoomRefreshToken: {
117
+ refreshToken: {
118
118
  type: String,
119
119
  required: false,
120
120
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "joye-backend-utility",
3
- "version": "3.0.14",
3
+ "version": "3.0.16",
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",