joye-backend-utility 5.0.32 → 5.0.34
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.
package/dist/schema/user.js
CHANGED
|
@@ -164,10 +164,22 @@ const User = new mongoose_1.Schema({
|
|
|
164
164
|
type: String,
|
|
165
165
|
required: false,
|
|
166
166
|
},
|
|
167
|
+
consentVia: {
|
|
168
|
+
type: String,
|
|
169
|
+
required: false,
|
|
170
|
+
},
|
|
171
|
+
loginTime: {
|
|
172
|
+
type: Number,
|
|
173
|
+
required: false,
|
|
174
|
+
},
|
|
167
175
|
lastRecommendationDate: {
|
|
168
176
|
type: String,
|
|
169
177
|
required: false,
|
|
170
178
|
},
|
|
179
|
+
appreciationDate: {
|
|
180
|
+
type: String,
|
|
181
|
+
required: false,
|
|
182
|
+
},
|
|
171
183
|
consent: {
|
|
172
184
|
type: Boolean,
|
|
173
185
|
required: false,
|