tango-api-schema 2.2.30 → 2.2.31

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.30",
3
+ "version": "2.2.31",
4
4
  "description": "tangoEye model schema",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -110,8 +110,11 @@ const storeFixtureSchema = new mongoose.Schema(
110
110
  // TTB - Top to Bottom, BTT - Bottom to Top
111
111
  required: true,
112
112
  },
113
+ fixtureNumber: {
114
+ type: Number,
115
+ required: true,
116
+ },
113
117
  },
114
-
115
118
  {
116
119
  strict: true,
117
120
  versionKey: false,