tango-api-schema 2.1.30 → 2.1.32

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tango-api-schema",
3
- "version": "2.1.30",
3
+ "version": "2.1.32",
4
4
  "description": "tangoEye model schema",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -351,6 +351,22 @@ const client = new mongoose.Schema(
351
351
  isNewDashboard:{
352
352
  type:Boolean,
353
353
  default:false
354
+ },
355
+ isFootfallAuditStores:{
356
+ type:Boolean,
357
+ default:false
358
+ },
359
+ isNewTraffic:{
360
+ type:Boolean,
361
+ default:false
362
+ },
363
+ isNewZone:{
364
+ type:Boolean,
365
+ default:false
366
+ },
367
+ isNewReports:{
368
+ type:Boolean,
369
+ default:false
354
370
  },
355
371
  },
356
372
  document: {