tango-api-schema 2.2.88 → 2.2.90

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.88",
3
+ "version": "2.2.90",
4
4
  "description": "tangoEye model schema",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -24,7 +24,7 @@ tempId:{
24
24
  },
25
25
  moduleType:{
26
26
  type: String,
27
- enum: ['camera-angle-change','left-in-middle','unattended-customer','eye-test-camera', 'scrum','cleaning'],
27
+ enum: ['camera-angle-change','left-in-middle','unattended-customer','eye-test-camera', 'scrum','cleaning', 'anomaly-audit','open-time','close-time'],
28
28
  },
29
29
  fileDate: {
30
30
  type: String,
@@ -607,6 +607,10 @@ const client = new mongoose.Schema(
607
607
  default: 10000
608
608
  },
609
609
  },
610
+ traxBlockMobileTimeUpdate: {
611
+ type: Boolean,
612
+ default:false
613
+ },
610
614
  },
611
615
  {
612
616
  strict: true,
@@ -46,6 +46,9 @@ const planoQrConversionRequest = new mongoose.Schema(
46
46
  },
47
47
  receivedQr:{
48
48
  type: Array
49
+ },
50
+ processedData:{
51
+ type: Array
49
52
  }
50
53
  },
51
54
  {