tango-api-schema 2.0.112 → 2.0.113

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.0.112",
3
+ "version": "2.0.113",
4
4
  "description": "tangoEye model schema",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -323,6 +323,10 @@ const client = new mongoose.Schema(
323
323
  type: Boolean,
324
324
  default: false,
325
325
  },
326
+ isExcludedArea:{
327
+ type:Boolean,
328
+ default:true
329
+ },
326
330
  },
327
331
  document: {
328
332
  addressProof: {