tango-api-schema 2.1.30 → 2.1.31

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.31",
4
4
  "description": "tangoEye model schema",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -501,6 +501,22 @@ const client = new mongoose.Schema(
501
501
  default: false,
502
502
  }
503
503
  },
504
+ isFootfallAuditStores:{
505
+ type:Boolean,
506
+ default:false
507
+ },
508
+ isNewTraffic:{
509
+ type:Boolean,
510
+ default:false
511
+ },
512
+ isNewZone:{
513
+ type:Boolean,
514
+ default:false
515
+ },
516
+ isNewReports:{
517
+ type:Boolean,
518
+ default:false
519
+ },
504
520
  },
505
521
  {
506
522
  strict: true,