tango-api-schema 2.2.23 → 2.2.24

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.23",
3
+ "version": "2.2.24",
4
4
  "description": "tangoEye model schema",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -562,7 +562,11 @@ const client = new mongoose.Schema(
562
562
  message: 'List must have between 1 and 15 task.',
563
563
  },
564
564
  }
565
- }
565
+ },
566
+ traxRAWImageUpload: {
567
+ type: Boolean,
568
+ default:false
569
+ },
566
570
  },
567
571
  {
568
572
  strict: true,