picker-db 3.7.4 → 3.7.5

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.
@@ -768,6 +768,16 @@ module.exports = (connection) => {
768
768
  tipBusiness: {
769
769
  type: Number
770
770
  },
771
+ onlyMyFleet: {
772
+ type: Boolean,
773
+ default: false,
774
+ },
775
+ rating: {
776
+ type: Number
777
+ },
778
+ review: {
779
+ type: String
780
+ },
771
781
  }, { timestamps: true });
772
782
 
773
783
  BookingSchema.pre("save", function (next) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "picker-db",
3
- "version": "3.7.4",
3
+ "version": "3.7.5",
4
4
  "description": "Picker DB services",
5
5
  "main": "index.js",
6
6
  "scripts": {