tango-app-api-audit 3.4.0-alpha.1 → 3.4.0-alpha.3

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.1",
3
+ "version": "3.4.0-alpha.3",
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.5",
27
+ "tango-api-schema": "^2.1.6",
28
28
  "tango-app-api-middleware": "^3.1.33",
29
29
  "winston": "^3.13.0",
30
30
  "winston-daily-rotate-file": "^5.0.0"
@@ -3323,6 +3323,7 @@ export async function totalNotAssignedCount( req, res ) {
3323
3323
  totalAuditCount: 0,
3324
3324
  totalZoneCount: 0,
3325
3325
  totalTrafficCount: 0,
3326
+ totalTraxAuditCount: 0,
3326
3327
  };
3327
3328
  const getStoreData = await findOneStoreData(
3328
3329
  {},