tango-api-schema 2.5.56 → 2.5.57

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.5.56",
3
+ "version": "2.5.57",
4
4
  "description": "tangoEye model schema",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -298,7 +298,7 @@ const checklistconfigSchema = new mongoose.Schema({
298
298
  },
299
299
  },
300
300
  },
301
- camerAngle: {
301
+ cameraAngle: {
302
302
  enabled: {
303
303
  type: Boolean,
304
304
  default: false
@@ -219,7 +219,7 @@ const processedchecklistconfigSchema = new mongoose.Schema({
219
219
  type: String
220
220
  },
221
221
  },
222
- camerAngle: {
222
+ cameraAngle: {
223
223
  enabled: {
224
224
  type: Boolean,
225
225
  default: false