tango-app-api-infra 3.8.9 → 3.8.10

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-infra",
3
- "version": "3.8.9",
3
+ "version": "3.8.10",
4
4
  "description": "infra",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -977,7 +977,7 @@ export async function sendSqsMessage( inputData, tempId, getStoreType, storeId )
977
977
  store_date: inputData.dateString.split( '-' ).reverse().join( '-' ),
978
978
  bucket_name: '',
979
979
  zone_id: 'traffic_zone',
980
- process_type: 'reduction',
980
+ process_type: 'live',
981
981
  revop_type: 'footfall',
982
982
  temp_id: tempId,
983
983
  time: Date.now(),