playov2-js-utilities 0.3.75 → 0.3.76

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.
@@ -123,7 +123,7 @@ const VenueSchema = new Schema({
123
123
  activityCountLastSyncDate: {type: Date, default: new Date()},
124
124
  textSearchableField: [String],
125
125
  isExternal:{type:Boolean, default:false},
126
- bookingFlowEnabled:{type:Boolean, default:false}
126
+ bookingFlowEnabled:{type:Boolean, default:true}
127
127
  });
128
128
 
129
129
  VenueSchema.index({ geoLocation: "2dsphere" });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "playov2-js-utilities",
3
- "version": "0.3.75",
3
+ "version": "0.3.76",
4
4
  "description": "Private package for JS utility functions",
5
5
  "main": "index.js",
6
6
  "scripts": {