tango-app-api-client 3.6.5-vms.3 → 3.6.5-vms.4

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-client",
3
- "version": "3.6.5-vms.3",
3
+ "version": "3.6.5-vms.4",
4
4
  "description": "client",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -3096,6 +3096,7 @@ export async function listStoreRequest( req, res ) {
3096
3096
  {
3097
3097
  $project: {
3098
3098
  _id: 0,
3099
+ id: { $concat: [ '$storeId', '_', '$dateString' ] },
3099
3100
  storeName: 1,
3100
3101
  storeId: 1,
3101
3102
  dateString: 1,