picker-db 4.5.0 → 4.5.1

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.
@@ -845,10 +845,6 @@ module.exports = (connection) => {
845
845
  restartByBusiness: { type: Number, default: 0 },
846
846
  restartByBusinessWithPenalty: { type: Number, default: 0 },
847
847
  },
848
- bookingAutoAccepted: {
849
- type: Boolean,
850
- default: false,
851
- },
852
848
  pendingToProcess: {
853
849
  type: Boolean,
854
850
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "picker-db",
3
- "version": "4.5.0",
3
+ "version": "4.5.1",
4
4
  "description": "Picker DB services",
5
5
  "main": "index.js",
6
6
  "scripts": {