tango-api-schema 2.2.41 → 2.2.42

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.2.41",
3
+ "version": "2.2.42",
4
4
  "description": "tangoEye model schema",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -400,7 +400,11 @@ const client = new mongoose.Schema(
400
400
  },
401
401
  traxDateRange:{
402
402
  type:Number,
403
- default:7
403
+ default:30
404
+ },
405
+ trafficDateRange:{
406
+ type:Number,
407
+ default:180
404
408
  },
405
409
  streamBy:{
406
410
  type: String,