tango-app-api-trax 3.3.1-beta-33 → 3.3.1-beta-34

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-trax",
3
- "version": "3.3.1-beta-33",
3
+ "version": "3.3.1-beta-34",
4
4
  "description": "Trax",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -3592,6 +3592,8 @@ async function assignUsers( data ) {
3592
3592
  assignId: data?.id || clusterDetails?.[0]?._id,
3593
3593
  coverage: 'store',
3594
3594
  clusterName: clusterDetails?.[0]?.clusterName,
3595
+ storeId: store.storeId,
3596
+ storeName: store.storeName,
3595
3597
  };
3596
3598
  return userData;
3597
3599
  } ) );