@francesco_ksh/app-ksh-mgd-schemas 2.1.2 → 2.1.3

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/Order.js +3 -0
  2. package/package.json +1 -1
package/models/Order.js CHANGED
@@ -351,6 +351,9 @@ const orderSchema = new Schema(
351
351
  email: {
352
352
  type: String,
353
353
  },
354
+ picture: {
355
+ type: String,
356
+ },
354
357
  },
355
358
  trackingLink: {
356
359
  type: String,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@francesco_ksh/app-ksh-mgd-schemas",
3
- "version": "2.1.2",
3
+ "version": "2.1.3",
4
4
  "description": "Mongoose schema definitions",
5
5
  "main": "index.js",
6
6
  "repository": {