picker-db 3.9.3 → 3.9.4

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.
@@ -862,6 +862,9 @@ module.exports = (connection) => {
862
862
  lastResponsable: {
863
863
  type: String,
864
864
  },
865
+ scrapperFail: {
866
+ type: Boolean
867
+ }
865
868
  }, { timestamps: true });
866
869
 
867
870
  BookingSchema.pre("save", function (next) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "picker-db",
3
- "version": "3.9.3",
3
+ "version": "3.9.4",
4
4
  "description": "Picker DB services",
5
5
  "main": "index.js",
6
6
  "scripts": {