tango-api-schema 2.4.3 → 2.4.4

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.4.3",
3
+ "version": "2.4.4",
4
4
  "description": "tangoEye model schema",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -350,14 +350,7 @@ const checklistconfigSchema = new mongoose.Schema({
350
350
  },
351
351
  advancedConfig:{
352
352
  dataProcessing:{
353
- live:{
354
- type:Boolean,
355
- default:false
356
- },
357
- daily:{
358
- type:Boolean,
359
- default:false
360
- },
353
+ type:String,
361
354
  },
362
355
  detectedStatus:{
363
356
  enabled:{
@@ -281,14 +281,7 @@ const processedchecklistconfigSchema = new mongoose.Schema({
281
281
  },
282
282
  advancedConfig:{
283
283
  dataProcessing:{
284
- live:{
285
- type:Boolean,
286
- default:false
287
- },
288
- daily:{
289
- type:Boolean,
290
- default:false
291
- },
284
+ type:String,
292
285
  },
293
286
  detectedStatus:{
294
287
  enabled:{