tango-api-schema 2.1.31 → 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 +1 -1
- package/schema/client.model.js +16 -16
package/package.json
CHANGED
package/schema/client.model.js
CHANGED
|
@@ -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: {
|
|
@@ -501,22 +517,6 @@ const client = new mongoose.Schema(
|
|
|
501
517
|
default: false,
|
|
502
518
|
}
|
|
503
519
|
},
|
|
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
|
-
},
|
|
520
520
|
},
|
|
521
521
|
{
|
|
522
522
|
strict: true,
|