tango-app-api-trax 3.7.13-qid-halfshutter-11 → 3.7.13-qid-halfshutter-12

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.7.13-qid-halfshutter-11",
3
+ "version": "3.7.13-qid-halfshutter-12",
4
4
  "description": "Trax",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -3570,6 +3570,9 @@ export async function taskQuestionList( req, res ) {
3570
3570
  userEmail: { $ifNull: [ '$userEmail', '' ] },
3571
3571
  storeName: { $ifNull: [ '$storeName', '' ] },
3572
3572
  redoStatus: { $ifNull: [ '$redoStatus', false ] },
3573
+ rawImageUpload: { $ifNull: [ '$rawImageUpload', false ] },
3574
+ rawVideoUpload: { $ifNull: [ '$rawVideoUpload', false ] },
3575
+ videoUploadTimeLimit: { $ifNull: [ '$videoUploadTimeLimit', 0 ] },
3573
3576
  },
3574
3577
  } );
3575
3578