tango-app-api-analysis-traffic 3.8.20 → 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
|
@@ -121,6 +121,11 @@ export async function getrevoptagging( req, res ) {
|
|
|
121
121
|
'tempId': req.body.tempId,
|
|
122
122
|
},
|
|
123
123
|
},
|
|
124
|
+
{
|
|
125
|
+
'term': {
|
|
126
|
+
'type.keyword': 'tagging',
|
|
127
|
+
},
|
|
128
|
+
},
|
|
124
129
|
],
|
|
125
130
|
},
|
|
126
131
|
},
|
|
@@ -1053,6 +1058,7 @@ export async function exportRevopTagging( req, res ) {
|
|
|
1053
1058
|
must: [
|
|
1054
1059
|
{ term: { 'storeId.keyword': storeId } },
|
|
1055
1060
|
{ range: { dateString: { gte: fromDate, lte: toDate } } },
|
|
1061
|
+
{ term: { 'type.keyword': 'tagging' } },
|
|
1056
1062
|
],
|
|
1057
1063
|
},
|
|
1058
1064
|
},
|