picker-db 3.6.0 → 3.6.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.
@@ -686,6 +686,9 @@ module.exports = (connection) => {
686
686
  ],
687
687
  default: DELIVERY_CHARGE_TYPE.NONE,
688
688
  },
689
+ isLinkToDeliver: {
690
+ type: Boolean,
691
+ },
689
692
  }, { timestamps: true });
690
693
 
691
694
  BookingSchema.pre("save", function (next) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "picker-db",
3
- "version": "3.6.0",
3
+ "version": "3.6.1",
4
4
  "description": "Picker DB services",
5
5
  "main": "index.js",
6
6
  "scripts": {