picker-db 3.9.11 → 3.9.12

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.
@@ -299,6 +299,9 @@ module.exports = (connection) => {
299
299
  type: String,
300
300
  default: null,
301
301
  },
302
+ pickupZone: {
303
+ type: String,
304
+ },
302
305
  pickupAddress: {
303
306
  type: String,
304
307
  default: "",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "picker-db",
3
- "version": "3.9.11",
3
+ "version": "3.9.12",
4
4
  "description": "Picker DB services",
5
5
  "main": "index.js",
6
6
  "scripts": {