tango-app-api-analysis-traffic 3.8.21 → 3.8.22

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-traffic",
3
- "version": "3.8.21",
3
+ "version": "3.8.22",
4
4
  "description": "Traffic Analysis",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -1058,6 +1058,7 @@ export async function exportRevopTagging( req, res ) {
1058
1058
  must: [
1059
1059
  { term: { 'storeId.keyword': storeId } },
1060
1060
  { range: { dateString: { gte: fromDate, lte: toDate } } },
1061
+ { term: { 'type.keyword': 'tagging' } },
1061
1062
  ],
1062
1063
  },
1063
1064
  },