tango-app-api-trax 3.3.1-beta-37 → 3.3.1-beta-38
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-trax",
|
|
3
|
-
"version": "3.3.1-beta-
|
|
3
|
+
"version": "3.3.1-beta-38",
|
|
4
4
|
"description": "Trax",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"type": "module",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"mongodb": "^6.8.0",
|
|
27
27
|
"nodemon": "^3.1.4",
|
|
28
28
|
"path": "^0.12.7",
|
|
29
|
-
"tango-api-schema": "^2.2.
|
|
29
|
+
"tango-api-schema": "^2.2.56",
|
|
30
30
|
"tango-app-api-middleware": "^3.1.55",
|
|
31
31
|
"url": "^0.11.4",
|
|
32
32
|
"winston": "^3.13.1",
|
|
@@ -2454,6 +2454,7 @@ export async function checklistv1( req, res ) {
|
|
|
2454
2454
|
...projectExtraConditions,
|
|
2455
2455
|
client_id: { $ifNull: [ '$client_id', '' ] },
|
|
2456
2456
|
coverage: { $ifNull: [ '$coverage', '' ] },
|
|
2457
|
+
taskType: { $ifNull: [ '$type', '' ] },
|
|
2457
2458
|
},
|
|
2458
2459
|
},
|
|
2459
2460
|
];
|