tango-api-schema 2.2.119 → 2.2.120

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.119",
3
+ "version": "2.2.120",
4
4
  "description": "tangoEye model schema",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -651,6 +651,10 @@ const client = new mongoose.Schema(
651
651
  type: Boolean,
652
652
  default:false
653
653
  },
654
+ traxMonthlyComparison: {
655
+ type: Boolean,
656
+ default:true
657
+ },
654
658
  },
655
659
  {
656
660
  strict: true,