tango-api-schema 2.3.7 → 2.3.9

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.3.7",
3
+ "version": "2.3.9",
4
4
  "description": "tangoEye model schema",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -242,6 +242,10 @@ const processedchecklistSchema = new mongoose.Schema({
242
242
  runAIQuestionCount:{
243
243
  type:Number
244
244
  },
245
+ runAIFlag:{
246
+ type: Number,
247
+ default: 0
248
+ },
245
249
  },
246
250
  {
247
251
  strict: true,
@@ -377,15 +377,15 @@ const store = new mongoose.Schema(
377
377
  revopTagging:{
378
378
  duplicate: {
379
379
  type:String,
380
- default:"10%"
380
+ default:"20%"
381
381
  },
382
382
  houseKeeping: {
383
383
  type:Number,
384
- default: 1
384
+ default: 5
385
385
  },
386
386
  employee: {
387
387
  type:Number,
388
- default: 2
388
+ default: 5
389
389
  }
390
390
  }
391
391
  },