tango-api-schema 2.0.153 → 2.0.155

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.153",
3
+ "version": "2.0.155",
4
4
  "description": "tangoEye model schema",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -63,6 +63,9 @@ const lead = new mongoose.Schema(
63
63
  type:Boolean,
64
64
  default:false
65
65
  },
66
+ websiteUrl: {
67
+ type: String,
68
+ },
66
69
  },
67
70
  {
68
71
  strict: true,
@@ -211,6 +211,10 @@ const store = new mongoose.Schema(
211
211
  reScanIp: {
212
212
  type: Boolean,
213
213
  default: false
214
+ },
215
+ privacyEnabled:{
216
+ type: Boolean,
217
+ default: false
214
218
  }
215
219
  },
216
220
  spocDetails: [