tango-api-schema 1.0.69 → 1.0.70

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": "1.0.69",
3
+ "version": "1.0.70",
4
4
  "description": "tangoEye model schema",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -131,6 +131,10 @@ const clientSchema = new mongoose.Schema(
131
131
  type: String,
132
132
  default: "",
133
133
  },
134
+ isLiveMetricsEnable: {
135
+ type: Boolean,
136
+ default: false,
137
+ },
134
138
  },
135
139
  auditConfigs: {
136
140
  count: {