tango-api-schema 2.5.23 → 2.5.24

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.23",
3
+ "version": "2.5.24",
4
4
  "description": "tangoEye model schema",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -224,6 +224,10 @@ const client = new mongoose.Schema(
224
224
  type: Boolean,
225
225
  default: true
226
226
  },
227
+ unattendedAuditZone:{
228
+ type: Boolean,
229
+ default: false
230
+ },
227
231
  count: {
228
232
  type: Number,
229
233
  default: 200