tango-api-schema 2.0.108 → 2.0.109

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.0.108",
3
+ "version": "2.0.109",
4
4
  "description": "tangoEye model schema",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -215,6 +215,9 @@ const client = new mongoose.Schema(
215
215
  type: Number,
216
216
  default: 3
217
217
  },
218
+ matFileProgress:{
219
+ type: Array,
220
+ }
218
221
  }
219
222
  },
220
223
  reportConfigs: {