@francesco_ksh/app-ksh-mgd-schemas 2.3.6 → 2.3.7

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
@@ -469,6 +469,9 @@ const orderSchema = new Schema(
469
469
  shippingLabelLink: {
470
470
  type: String,
471
471
  },
472
+ readyReturnsQrCodeLink: {
473
+ type: String,
474
+ },
472
475
  parcelShippingMetadata: {
473
476
  shipmentId: {
474
477
  type: String,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@francesco_ksh/app-ksh-mgd-schemas",
3
- "version": "2.3.6",
3
+ "version": "2.3.7",
4
4
  "description": "Mongoose schema definitions",
5
5
  "main": "index.js",
6
6
  "repository": {