tango-api-schema 2.5.24 → 2.5.26

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.24",
3
+ "version": "2.5.26",
4
4
  "description": "tangoEye model schema",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -415,6 +415,10 @@ const client = new mongoose.Schema(
415
415
  type: Boolean,
416
416
  default: false
417
417
  },
418
+ isZonewiseNOB: {
419
+ type: Boolean,
420
+ default: false
421
+ },
418
422
  isNewZoneV2: {
419
423
  type: Boolean,
420
424
  default: false
@@ -167,7 +167,6 @@ const fixtureConfigSchema = new mongoose.Schema(
167
167
  },
168
168
  fixtureLibraryId: {
169
169
  type: mongoose.Types.ObjectId,
170
- required: true,
171
170
  index: true
172
171
  },
173
172
  fixtureCapacity: {