tango-api-schema 2.2.187 → 2.2.189

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.187",
3
+ "version": "2.2.189",
4
4
  "description": "tangoEye model schema",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -458,6 +458,10 @@ const client = new mongoose.Schema(
458
458
  isAIManagerAccessControl:{
459
459
  type: Boolean,
460
460
  default:false
461
+ },
462
+ isCameraEdit:{
463
+ type: Boolean,
464
+ default:false
461
465
  }
462
466
  },
463
467
  document: {