tango-api-schema 2.3.26 → 2.3.27

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.26",
3
+ "version": "2.3.27",
4
4
  "description": "tangoEye model schema",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -213,6 +213,9 @@ const storeFixtureSchema = new mongoose.Schema(
213
213
  masterTemplateId:{
214
214
  type: mongoose.Types.ObjectId,
215
215
  },
216
+ templateGroupName: {
217
+ type: String
218
+ },
216
219
 
217
220
  },
218
221
  {