tango-api-schema 2.4.29 → 2.4.30

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.4.29",
3
+ "version": "2.4.30",
4
4
  "description": "tangoEye model schema",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -788,6 +788,10 @@ const client = new mongoose.Schema(
788
788
  type: Boolean,
789
789
  default: true
790
790
  },
791
+ traxVideoUploadTimeLimit:{
792
+ type:Number,
793
+ default:0
794
+ }
791
795
  },
792
796
  {
793
797
  strict: true,