tango-app-api-task 3.7.5-halfshutter-1 → 3.7.5-halfshutter-2

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-task",
3
- "version": "3.7.5-halfshutter-1",
3
+ "version": "3.7.5-halfshutter-2",
4
4
  "description": "Task",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -1528,6 +1528,9 @@ async function insertPCBulkV3( getCLconfig, checklistId, updatedchecklist, date,
1528
1528
  element4.coverage = getCLconfig?.coverage;
1529
1529
  element4.checkListFrom = getCLconfig?.checkListFrom;
1530
1530
  element4.zoneName = getCLconfig?.zoneName || '';
1531
+ element4.rawImageUpload = getCLconfig?.rawImageUpload || false;
1532
+ element4.rawVideoUpload = getCLconfig?.rawVideoUpload || false;
1533
+ element4.videoUploadTimeLimit = getCLconfig?.videoUploadTimeLimit || 0;
1531
1534
  if ( inputBody && inputBody?.streamId ) {
1532
1535
  element4.streamId = inputBody?.streamId;
1533
1536
  }