tango-app-api-client 3.6.15 → 3.6.17

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.17",
4
4
  "description": "client",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -31,7 +31,7 @@
31
31
  "npm": "^10.9.1",
32
32
  "sharp": "^0.34.3",
33
33
  "swagger-ui-express": "^5.0.0",
34
- "tango-api-schema": "^2.5.65",
34
+ "tango-api-schema": "^2.5.76",
35
35
  "tango-app-api-middleware": "^3.6.11",
36
36
  "winston": "^3.11.0",
37
37
  "winston-daily-rotate-file": "^5.0.0"
@@ -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
  },
@@ -138,7 +138,7 @@ export async function getAuditFile( req, res ) {
138
138
  data.status = 'In-Progress';
139
139
  }
140
140
  } );
141
- ticketSource.status = 'In-Progress';
141
+ ticketSource.status = 'Tango In-Progress';
142
142
  ticketSource.createdByRole = req?.user?.role || '';
143
143
  ticketSource.createdByEmail = req?.user?.email || '';
144
144
  ticketSource.createdByUserName = req?.user?.userName || '';