@francesco_ksh/app-ksh-mgd-schemas 1.4.1 → 1.4.2

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.
Files changed (2) hide show
  1. package/models/User.js +6 -0
  2. package/package.json +1 -1
package/models/User.js CHANGED
@@ -246,6 +246,12 @@ const userSchema = new Schema(
246
246
  ref: 'Order',
247
247
  },
248
248
  ],
249
+ stores: [
250
+ {
251
+ type: Schema.Types.ObjectId,
252
+ ref: 'Store',
253
+ },
254
+ ],
249
255
  },
250
256
  pushNotifications: {
251
257
  sms: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@francesco_ksh/app-ksh-mgd-schemas",
3
- "version": "1.4.1",
3
+ "version": "1.4.2",
4
4
  "description": "Mongoose schema definitions",
5
5
  "main": "index.js",
6
6
  "repository": {