tango-app-api-analysis-zone 3.1.1 → 3.1.2

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.1.1",
3
+ "version": "3.1.2",
4
4
  "description": "zone Analysis",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -310,6 +310,7 @@ export const zoneInteractionTable430 = async ( req, res ) => {
310
310
  'Interation Rate ': element.interaction_rate +'%',
311
311
  'Billing Conversion': element.footfall_overamin_inzone || '--',
312
312
  'Billing Conversion Rate': element.billing_conversion_rate +'%',
313
+ 'Greetings Count':element.greeting_count || '--'
313
314
  } );
314
315
  } );
315
316
  return await download( exportdata, res );