tango-api-schema 2.2.121 → 2.2.122

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.121",
3
+ "version": "2.2.122",
4
4
  "description": "tangoEye model schema",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -186,7 +186,7 @@ const collection = new Schema(
186
186
  type:Boolean,
187
187
  default:false
188
188
  },
189
- tagFPS:{
189
+ tagFps:{
190
190
  type: Number,
191
191
  trim: true,
192
192
  default: 5,
@@ -83,6 +83,10 @@ const store = new mongoose.Schema(
83
83
  default: "active"
84
84
  },
85
85
  edge: {
86
+ isencryption:{
87
+ type: Boolean,
88
+ default:false
89
+ },
86
90
  isAudioEnable: {
87
91
  type: Boolean,
88
92
  default:false