tango-api-schema 2.6.55 → 2.6.56

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.55",
3
+ "version": "2.6.56",
4
4
  "description": "tangoEye model schema",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -884,8 +884,11 @@ const checklistconfigSchema = new mongoose.Schema({
884
884
  taskAssignee:{
885
885
  type:String
886
886
  },
887
- showApprovedResponseInMobile:{
887
+ showApprovedResponse:{
888
888
  type:Boolean
889
+ },
890
+ taskValidity:{
891
+ type:Number
889
892
  }
890
893
 
891
894
  },