tango-api-schema 2.5.66 → 2.5.68

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.66",
3
+ "version": "2.5.68",
4
4
  "description": "tangoEye model schema",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -451,6 +451,16 @@ const checklistconfigSchema = new mongoose.Schema({
451
451
  },
452
452
  complianceCount:{
453
453
  type:Number
454
+ },
455
+ autoEmail:{
456
+ type:{
457
+ type:Array,
458
+ default:[]
459
+ },
460
+ users:{
461
+ type:Array,
462
+ default:[]
463
+ }
454
464
  }
455
465
  },
456
466
  {
@@ -261,7 +261,7 @@ const processedchecklistSchema = new mongoose.Schema({
261
261
  type:Boolean
262
262
  },
263
263
  complianceCount:{
264
- type:number
264
+ type:Number
265
265
  }
266
266
  },
267
267
  {