@francesco_ksh/app-ksh-mgd-schemas 2.1.0 → 2.1.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.
@@ -57,6 +57,9 @@ const consignmentListingSchema = new Schema(
57
57
  type: [Number],
58
58
  required: true,
59
59
  },
60
+ location: {
61
+ type: Object,
62
+ },
60
63
  },
61
64
  acceptedBy: {
62
65
  type: Schema.Types.ObjectId,
package/models/Order.js CHANGED
@@ -409,7 +409,7 @@ const orderSchema = new Schema(
409
409
  type: String,
410
410
  },
411
411
  paypal: {
412
- authorizationId: {
412
+ paymentSource: {
413
413
  type: String,
414
414
  },
415
415
  orderId: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@francesco_ksh/app-ksh-mgd-schemas",
3
- "version": "2.1.0",
3
+ "version": "2.1.2",
4
4
  "description": "Mongoose schema definitions",
5
5
  "main": "index.js",
6
6
  "repository": {