tango-api-schema 2.2.81 → 2.2.82

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.2.81",
3
+ "version": "2.2.82",
4
4
  "description": "tangoEye model schema",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -98,7 +98,13 @@ const downloadSchema = new mongoose.Schema({
98
98
  },
99
99
  checkListType:{
100
100
  type: String,
101
- } ,
101
+ },
102
+ checkListDescription:{
103
+ type: String,
104
+ },
105
+ checkListName:{
106
+ type: String,
107
+ },
102
108
  downloadInsertFrom: {
103
109
  type: String,
104
110
  enum: ['','report','gallery','dashboard'],