tango-app-api-trax 3.3.1-beta-66 → 3.3.1-beta-67

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-66",
3
+ "version": "3.3.1-beta-67",
4
4
  "description": "Trax",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -3240,6 +3240,7 @@ async function insertPCBulkV4( getCLconfig, checklistId, currentdate, updatedche
3240
3240
  element4.approvalEnable = getCLconfig.approver.length ? true : false;
3241
3241
  element4.remainder = getCLconfig?.remainder || [];
3242
3242
  element4.restrictAttendance = getCLconfig?.restrictAttendance;
3243
+ element4.coverage = getCLconfig?.coverage;
3243
3244
  assignUserList.push( { ...element4 } );
3244
3245
  }
3245
3246
  } ) );