tango-api-schema 2.2.123 → 2.2.124

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.123",
3
+ "version": "2.2.124",
4
4
  "description": "tangoEye model schema",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -426,6 +426,10 @@ const client = new mongoose.Schema(
426
426
  type:Boolean,
427
427
  default:false
428
428
  },
429
+ isRevops:{
430
+ type:Boolean,
431
+ default:false
432
+ },
429
433
  traxDateRange:{
430
434
  type:Number,
431
435
  default:30