@francesco_ksh/app-ksh-mgd-schemas 2.2.8 → 2.2.9

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 +11 -0
  2. package/package.json +1 -1
package/models/Order.js CHANGED
@@ -459,6 +459,17 @@ const orderSchema = new Schema(
459
459
  shippingLabelLink: {
460
460
  type: String,
461
461
  },
462
+ parcelShippingMetadata: {
463
+ shipmentId: {
464
+ type: String,
465
+ },
466
+ trackingNumber: {
467
+ type: String,
468
+ },
469
+ serviceCode: {
470
+ type: String,
471
+ },
472
+ },
462
473
  bolLink: {
463
474
  type: String,
464
475
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@francesco_ksh/app-ksh-mgd-schemas",
3
- "version": "2.2.8",
3
+ "version": "2.2.9",
4
4
  "description": "Mongoose schema definitions",
5
5
  "main": "index.js",
6
6
  "repository": {