tango-app-api-client 3.6.15 → 3.6.16

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.15",
3
+ "version": "3.6.16",
4
4
  "description": "client",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -3299,7 +3299,7 @@ export async function listStoreRequest( req, res ) {
3299
3299
  $project: {
3300
3300
  _id: 0,
3301
3301
  storeId: 1,
3302
- lastRaised: { $dateToString: { format: '%d %b, %Y', date: '$lastRaised' } },
3302
+ lastApproved: { $dateToString: { format: '%d %b, %Y', date: '$lastRaised' } },
3303
3303
  totalRaised: '$total',
3304
3304
  },
3305
3305
  },