tango-app-api-analysis-zone 3.0.0-alpha.29 → 3.0.0-alpha.30

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-app-api-analysis-zone",
3
- "version": "3.0.0-alpha.29",
3
+ "version": "3.0.0-alpha.30",
4
4
  "description": "zone Analysis",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -80,6 +80,7 @@ export const topPerformingStoresV1 = async ( req, res ) => {
80
80
  'Zone Name': element.zoneName,
81
81
  'Concentration': element.concentrationRate,
82
82
  'Avg Dwell Time': element.avgDwellTime,
83
+ 'Overall Footfall': element.overallFootfall,
83
84
  'Zone Footfall': element.zoneFootfall,
84
85
  } );
85
86
  } );
@@ -120,7 +121,7 @@ export const zoneSummaryTableV1 = async ( req, res ) => {
120
121
  'Date': element.date,
121
122
  'Zone Name': element.zoneName,
122
123
  'Store Name': element.storeName,
123
- 'StoreId': element.storeId,
124
+ 'Store ID': element.storeId,
124
125
  'Zone Conc.Rate': element.concentrationRate,
125
126
  'Avg Dwell Time': element.avgDwellTime,
126
127
  'Zone FF': element.footfallCount,