tango-app-api-infra 3.9.5-vms.52 → 3.9.5-vms.53

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.9.5-vms.52",
3
+ "version": "3.9.5-vms.53",
4
4
  "description": "infra",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -2413,6 +2413,8 @@ export async function updateTempStatus( req, res ) {
2413
2413
  const taggedImages = getSearchResp?.body?.hits?.hits?.length > 0? getSearchResp?.body?.hits?.hits : [];
2414
2414
  const logs = {
2415
2415
  type: inputData.type,
2416
+ storeId: taggedImages?.[0]?._source?.storeId,
2417
+ dateString: taggedImages?.[0]?._source?.dateString,
2416
2418
  category: taggedImages?.[0]?._source?.revopsType || '',
2417
2419
  taggedImages: taggedImages,
2418
2420
  status: inputData?.status,