tango-api-schema 2.5.23 → 2.5.25

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.25",
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
@@ -411,6 +415,10 @@ const client = new mongoose.Schema(
411
415
  type: Boolean,
412
416
  default: false
413
417
  },
418
+ isZonewiseNOB: {
419
+ type: Boolean,
420
+ default: false
421
+ },
414
422
  isNewZoneV2: {
415
423
  type: Boolean,
416
424
  default: false