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 +1 -1
- package/schema/client.model.js +8 -0
package/package.json
CHANGED
package/schema/client.model.js
CHANGED
|
@@ -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
|