tango-api-schema 2.5.65 → 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.65",
3
+ "version": "2.5.66",
4
4
  "description": "tangoEye model schema",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -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
  {