tango-api-schema 2.5.40 → 2.5.41

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.40",
3
+ "version": "2.5.41",
4
4
  "description": "tangoEye model schema",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -263,6 +263,10 @@ const processedTaskSchema = new mongoose.Schema(
263
263
  type: Boolean,
264
264
  default:false
265
265
  },
266
+ autoRedo:{
267
+ type:Boolean,
268
+ default:false
269
+ }
266
270
  },
267
271
  {
268
272
  strict: true,