tango-api-schema 2.6.60 → 2.6.61

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.60",
3
+ "version": "2.6.61",
4
4
  "description": "tangoEye model schema",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -175,6 +175,10 @@ const processedTaskSchema = new mongoose.Schema(
175
175
  type:Boolean,
176
176
  default:false
177
177
  },
178
+ autoApprove:{
179
+ type:Boolean,
180
+ default:false
181
+ },
178
182
  approvalEnable:{
179
183
  type:Boolean,
180
184
  default:false