tango-api-schema 2.5.64 → 2.5.66

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.5.64",
3
+ "version": "2.5.66",
4
4
  "description": "tangoEye model schema",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -502,6 +502,10 @@ const client = new mongoose.Schema(
502
502
  type: Boolean,
503
503
  default: false
504
504
  },
505
+ zoneType:{
506
+ type: Object,
507
+ default: {}
508
+ }
505
509
 
506
510
  },
507
511
  footfallDirectoryConfigs: {
@@ -259,6 +259,9 @@ const processedchecklistSchema = new mongoose.Schema({
259
259
  },
260
260
  notify:{
261
261
  type:Boolean
262
+ },
263
+ complianceCount:{
264
+ type:number
262
265
  }
263
266
  },
264
267
  {