tango-api-schema 2.5.51 → 2.5.52

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.5.51",
3
+ "version": "2.5.52",
4
4
  "description": "tangoEye model schema",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -266,6 +266,9 @@ const processedTaskSchema = new mongoose.Schema(
266
266
  autoRedo:{
267
267
  type:Boolean,
268
268
  default:false
269
+ },
270
+ fixtureNewUI:{
271
+ type:Boolean
269
272
  }
270
273
  },
271
274
  {