tango-api-schema 2.0.134 → 2.0.135

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.0.134",
3
+ "version": "2.0.135",
4
4
  "description": "tangoEye model schema",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -125,13 +125,13 @@ const externalParameter = new mongoose.Schema(
125
125
  },
126
126
  reidDeltaValue: {
127
127
  type: Number,
128
- default: Number
128
+ default: 0
129
129
  },
130
130
  reidParameterType: {
131
131
  type: String,
132
132
  default: "default"
133
133
  },
134
- reid_parameter_value: {
134
+ reidParameterValue: {
135
135
  type: Array,
136
136
  default: [0.6, 1, 0.6]
137
137
  },