tango-app-api-audit 3.4.0-alpha.7 → 3.4.0-alpha.9

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-audit",
3
- "version": "3.4.0-alpha.7",
3
+ "version": "3.4.0-alpha.9",
4
4
  "description": "audit & audit metrics apis",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -24,7 +24,7 @@
24
24
  "mongodb": "^6.7.0",
25
25
  "nodemon": "^3.1.3",
26
26
  "swagger-ui-express": "^5.0.1",
27
- "tango-api-schema": "^2.1.6",
27
+ "tango-api-schema": "^2.1.7",
28
28
  "tango-app-api-middleware": "^3.1.33",
29
29
  "winston": "^3.13.0",
30
30
  "winston-daily-rotate-file": "^5.0.0"
@@ -1072,7 +1072,7 @@ export async function getAuditFile( req, res ) {
1072
1072
  fileDate: msg.fileDate,
1073
1073
  queueName: inputData.queueName,
1074
1074
  auditStatus: 'inprogress',
1075
- AuditType: 'Audit',
1075
+ auditType: 'Audit',
1076
1076
  fileDateISO: start,
1077
1077
  timeSpent: 0,
1078
1078
  startTime: new Date(),