tango-api-schema 2.5.67 → 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.67",
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
  {