picker-db 5.0.22 → 5.0.23

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.
@@ -435,6 +435,10 @@ module.exports = (connection) => {
435
435
  type: Date,
436
436
  default: null,
437
437
  },
438
+ pickupWindow: {
439
+ from: { type: Date, default: null },
440
+ to: { type: Date, default: null },
441
+ },
438
442
  transactionDetails: {
439
443
  itemCharge: {
440
444
  type: connection.base.Schema.ObjectId,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "picker-db",
3
- "version": "5.0.22",
3
+ "version": "5.0.23",
4
4
  "description": "Picker DB services",
5
5
  "main": "index.js",
6
6
  "scripts": {