tango-api-schema 2.6.56 → 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.56",
3
+ "version": "2.6.57",
4
4
  "description": "tangoEye model schema",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -889,6 +889,9 @@ const checklistconfigSchema = new mongoose.Schema({
889
889
  },
890
890
  taskValidity:{
891
891
  type:Number
892
+ },
893
+ exportGalleryPdf:{
894
+ type:Boolean
892
895
  }
893
896
 
894
897
  },