@francesco_ksh/app-ksh-mgd-schemas 2.4.6 → 2.4.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 +4 -0
  2. package/package.json +1 -1
package/models/Order.js CHANGED
@@ -714,6 +714,10 @@ const orderSchema = new Schema(
714
714
  type: Date,
715
715
  },
716
716
  },
717
+ claim: {
718
+ type: Schema.Types.ObjectId,
719
+ ref: 'Claim',
720
+ },
717
721
  dates: {
718
722
  approvedDate: {
719
723
  type: Date,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@francesco_ksh/app-ksh-mgd-schemas",
3
- "version": "2.4.6",
3
+ "version": "2.4.7",
4
4
  "description": "Mongoose schema definitions",
5
5
  "main": "index.js",
6
6
  "repository": {