joye-backend-utility 5.0.31 → 5.0.33
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
|
@@ -81,6 +81,10 @@ const User = new mongoose_1.Schema({
|
|
|
81
81
|
type: String,
|
|
82
82
|
required: false,
|
|
83
83
|
},
|
|
84
|
+
officeLocation: {
|
|
85
|
+
type: String,
|
|
86
|
+
required: false,
|
|
87
|
+
},
|
|
84
88
|
// Optional user attributes end
|
|
85
89
|
notificationDate: {
|
|
86
90
|
type: String,
|
|
@@ -164,6 +168,10 @@ const User = new mongoose_1.Schema({
|
|
|
164
168
|
type: String,
|
|
165
169
|
required: false,
|
|
166
170
|
},
|
|
171
|
+
appreciationDate: {
|
|
172
|
+
type: String,
|
|
173
|
+
required: false,
|
|
174
|
+
},
|
|
167
175
|
consent: {
|
|
168
176
|
type: Boolean,
|
|
169
177
|
required: false,
|