tango-api-schema 2.4.7 → 2.4.8

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.4.7",
3
+ "version": "2.4.8",
4
4
  "description": "tangoEye model schema",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -467,7 +467,12 @@ const client = new mongoose.Schema(
467
467
  isCameraEdit:{
468
468
  type: Boolean,
469
469
  default:false
470
- }
470
+ },
471
+ isVMS:{
472
+ type: Boolean,
473
+ default:false
474
+ },
475
+
471
476
  },
472
477
  document: {
473
478
  addressProof: {