tango-api-schema 2.5.2 → 2.5.3

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.2",
3
+ "version": "2.5.3",
4
4
  "description": "tangoEye model schema",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -42,7 +42,7 @@ const planoComplianceSchema = new mongoose.Schema(
42
42
  },
43
43
  compliance: {
44
44
  type: String,
45
- enum: [ 'misplaced', 'proper', 'missing' ],
45
+ enum: [ 'misplaced', 'proper', 'missing','' ],
46
46
  },
47
47
  date:{
48
48
  type:Date,
@@ -157,6 +157,9 @@ const storeFixtureSchema = new mongoose.Schema(
157
157
  type: Boolean,
158
158
  default: true,
159
159
  },
160
+ antennaNo:{
161
+ type:Number
162
+ }
160
163
  },
161
164
  isBodyEnabled: {
162
165
  type: Boolean,