tango-api-schema 2.2.33 → 2.2.34

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.33",
3
+ "version": "2.2.34",
4
4
  "description": "tangoEye model schema",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -131,6 +131,11 @@ const collection = new Schema(
131
131
  },
132
132
  height: {
133
133
  type: Number,
134
+ },
135
+ streamBy:{
136
+ type: String,
137
+ enum: ["Rtsp", "Edge"],
138
+ default: "Edge"
134
139
  }
135
140
  },
136
141
  {