tango-api-schema 2.1.53 → 2.1.54

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.1.53",
3
+ "version": "2.1.54",
4
4
  "description": "tangoEye model schema",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -368,6 +368,14 @@ const client = new mongoose.Schema(
368
368
  type:Boolean,
369
369
  default:false
370
370
  },
371
+ isNOB:{
372
+ type:Boolean,
373
+ default:false
374
+ },
375
+ isNewZoneV2:{
376
+ type:Boolean,
377
+ default:false
378
+ },
371
379
  },
372
380
  document: {
373
381
  addressProof: {