playov2-js-utilities 0.3.73 → 0.3.74

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.
@@ -121,7 +121,9 @@ const VenueSchema = new Schema({
121
121
  partialPay: { type: Boolean, default: false },
122
122
  activityCount: { type: Number, default: 0 },
123
123
  activityCountLastSyncDate: {type: Date, default: new Date()},
124
- textSearchableField: [String]
124
+ textSearchableField: [String],
125
+ isExternal:{type:Boolean, default:false},
126
+ bookingFlowEnabled:{type:Boolean, default:false}
125
127
  });
126
128
 
127
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.73",
3
+ "version": "0.3.74",
4
4
  "description": "Private package for JS utility functions",
5
5
  "main": "index.js",
6
6
  "scripts": {