tango-api-schema 2.2.15 → 2.2.16

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.15",
3
+ "version": "2.2.16",
4
4
  "description": "tangoEye model schema",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -182,6 +182,10 @@ const checklistconfigSchema = new mongoose.Schema({
182
182
  type:Boolean,
183
183
  default:false
184
184
  },
185
+ enableNewDeployedStore:{
186
+ type:Boolean,
187
+ default:false
188
+ }
185
189
  },
186
190
  {
187
191
  strict: true,