tango-app-api-audit 3.3.0-alpha.0 → 3.3.0-alpha.1

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-audit",
3
- "version": "3.3.0-alpha.0",
3
+ "version": "3.3.0-alpha.1",
4
4
  "description": "audit & audit metrics apis",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -1339,6 +1339,7 @@ export async function save( req, res ) {
1339
1339
  QueueUrl: `${sqs.url}${queueName}`,
1340
1340
  MessageBody: JSON.stringify( {
1341
1341
  store_id: inputData.storeId,
1342
+ zone_id: inputData.zoneName,
1342
1343
  audit_type: 'ReAudit',
1343
1344
  curr_date: inputData.fileDate,
1344
1345
  total_count: inputData.customerCount,