tango-app-api-client 3.6.16 → 3.6.18

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.16",
3
+ "version": "3.6.18",
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"
@@ -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 || '';