tango-app-api-task 3.2.1-beta-28 → 3.2.1-beta-30

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-task",
3
- "version": "3.2.1-beta-28",
3
+ "version": "3.2.1-beta-30",
4
4
  "description": "Task",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -317,6 +317,9 @@ export const activityLogV1 = async ( req, res ) => {
317
317
  $project: {
318
318
  checkListName: 1,
319
319
  storeName: 1,
320
+ userEmail: 1,
321
+ userName: 1,
322
+ coverage: 1,
320
323
  action: 1,
321
324
  createdAt: 1,
322
325
  type: 1,