picker-db 3.7.2 → 3.7.3

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.
@@ -760,6 +760,9 @@ module.exports = (connection) => {
760
760
  cancelReasonByAdmin: {
761
761
  type: String
762
762
  },
763
+ tipBusiness: {
764
+ type: Number
765
+ },
763
766
  }, { timestamps: true });
764
767
 
765
768
  BookingSchema.pre("save", function (next) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "picker-db",
3
- "version": "3.7.2",
3
+ "version": "3.7.3",
4
4
  "description": "Picker DB services",
5
5
  "main": "index.js",
6
6
  "scripts": {