tango-app-api-task 3.7.14 → 3.7.16

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.14",
3
+ "version": "3.7.16",
4
4
  "description": "Task",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -6570,6 +6570,13 @@ async function insertAItaskSingleProcessedTask( checkTask, inputBody, date, time
6570
6570
  newData.checkListFrom = 'api';
6571
6571
  newData.createdAt = new Date();
6572
6572
  newData.updatedAt = new Date();
6573
+ newData.approvalStatus = false;
6574
+ newData.approvalEnable = true;
6575
+ newData.approvalTime = '';
6576
+ newData.approvalTime_string = '';
6577
+ newData.redoStatus = false;
6578
+ newData.approvalByName = '';
6579
+ newData.approvalByEmail = '';
6573
6580
  newData.questionAnswers = [ questions ];
6574
6581
  newData.zoneName = inputBody.zoneName || '';
6575
6582
  newData.checkListType = 'task' || '';