tango-api-schema 2.2.106 → 2.2.108

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.106",
3
+ "version": "2.2.108",
4
4
  "description": "tangoEye model schema",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -163,12 +163,10 @@ const collection = new Schema(
163
163
  frameWidth:{
164
164
  type: Number,
165
165
  trim: true,
166
- default: 1280,
167
166
  },
168
167
  frameHeight:{
169
168
  type: Number,
170
169
  trim: true,
171
- default: 720,
172
170
  },
173
171
  isPrimary:{
174
172
  type:Boolean,
@@ -204,7 +204,7 @@ const processedTaskSchema = new mongoose.Schema(
204
204
  type:mongoose.SchemaTypes.ObjectId,
205
205
  },
206
206
  streamId:{
207
- type: mongoose.SchemaTypes.ObjectId,
207
+ type: String,
208
208
  },
209
209
  rawImageUpload: {
210
210
  type: Boolean,