tango-api-schema 2.2.99 → 2.2.100

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.99",
3
+ "version": "2.2.100",
4
4
  "description": "tangoEye model schema",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -626,6 +626,10 @@ const client = new mongoose.Schema(
626
626
  type: Boolean,
627
627
  default:false
628
628
  },
629
+ traxSectionSave: {
630
+ type: Boolean,
631
+ default:false
632
+ },
629
633
  },
630
634
  {
631
635
  strict: true,