tango-api-schema 2.4.28 → 2.4.29

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.4.28",
3
+ "version": "2.4.29",
4
4
  "description": "tangoEye model schema",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -479,6 +479,10 @@ const client = new mongoose.Schema(
479
479
 
480
480
  },
481
481
  footfallDirectoryConfigs: {
482
+ contactEmail:{
483
+ type: String,
484
+ default: ""
485
+ },
482
486
  revision: {
483
487
  type: [
484
488
  {