tango-api-schema 2.3.33 → 2.3.34

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.3.33",
3
+ "version": "2.3.34",
4
4
  "description": "tangoEye model schema",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -214,6 +214,9 @@ const fixtureConfigSchema = new mongoose.Schema(
214
214
  },
215
215
  templateGroupNumber:{
216
216
  type:Number
217
+ },
218
+ templateGroupMax:{
219
+ type:Number
217
220
  }
218
221
  },
219
222
  {
@@ -218,6 +218,9 @@ const storeFixtureSchema = new mongoose.Schema(
218
218
  },
219
219
  templateGroupNumber:{
220
220
  type:Number
221
+ },
222
+ templateGroupMax:{
223
+ type:Number
221
224
  }
222
225
 
223
226
  },