picker-db 3.9.1 → 3.9.2

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.
@@ -597,6 +597,8 @@ module.exports = (connection) => {
597
597
  cancelReasonByDriver: { type: String },
598
598
  cancelReasonByCustomer: { type: String },
599
599
  cancelReasonByServiceProvider: { type: String },
600
+ cancelReasonByBusiness: { type: String },
601
+ cancelReasonByAdmin: { type: String },
600
602
  cancellationDate: { type: Date },
601
603
  maximumCancellationDate: {
602
604
  default: new Date(),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "picker-db",
3
- "version": "3.9.1",
3
+ "version": "3.9.2",
4
4
  "description": "Picker DB services",
5
5
  "main": "index.js",
6
6
  "scripts": {