picker-db 4.5.6 → 4.6.0

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.
@@ -268,7 +268,6 @@ module.exports = (connection) => {
268
268
  default: null,
269
269
  },
270
270
  driverAccountingType: { type: String },
271
- driverPickerPoints: { type: String, default: null },
272
271
  // #endregion Driver Info
273
272
  // #region Delivery location Info
274
273
  deliveryCity: {
@@ -909,6 +908,9 @@ module.exports = (connection) => {
909
908
  paymentInfoRequired: {
910
909
  type: Boolean,
911
910
  },
911
+ isPaidUponDelivery: {
912
+ type: Boolean,
913
+ },
912
914
  preBookingID: {
913
915
  type: connection.base.Schema.ObjectId,
914
916
  default: null,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "picker-db",
3
- "version": "4.5.6",
3
+ "version": "4.6.0",
4
4
  "description": "Picker DB services",
5
5
  "main": "index.js",
6
6
  "scripts": {