tango-api-schema 1.0.64 → 1.0.66

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.64",
3
+ "version": "1.0.66",
4
4
  "description": "tangoEye model schema",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -127,6 +127,12 @@ const clientSchema = new mongoose.Schema(
127
127
  type: String,
128
128
  default: '',
129
129
  },
130
+ reportColumn:{
131
+ liveMetrics:{
132
+ type: String,
133
+ default: '',
134
+ }
135
+ }
130
136
  },
131
137
  auditConfigs: {
132
138
  count: {
@@ -23,7 +23,7 @@ const eyeTestDataSchema = new mongoose.Schema(
23
23
  eyeTestStartTime: {
24
24
  type: String,
25
25
  },
26
- eyeTestStartTime: {
26
+ eyeTestEndTime: {
27
27
  type: String,
28
28
  },
29
29
  totalTimeTaken: {