tango-api-schema 2.6.55 → 2.6.57

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