tango-api-schema 2.6.54 → 2.6.55

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-api-schema",
3
- "version": "2.6.54",
3
+ "version": "2.6.55",
4
4
  "description": "tangoEye model schema",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -876,6 +876,16 @@ const checklistconfigSchema = new mongoose.Schema({
876
876
  },
877
877
  redoExtension:{
878
878
  type:Number
879
+ },
880
+ autoCreateTask:{
881
+ type:Boolean,
882
+ default:false
883
+ },
884
+ taskAssignee:{
885
+ type:String
886
+ },
887
+ showApprovedResponseInMobile:{
888
+ type:Boolean
879
889
  }
880
890
 
881
891
  },