tango-api-schema 2.2.105 → 2.2.106

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.105",
3
+ "version": "2.2.106",
4
4
  "description": "tangoEye model schema",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -207,9 +207,6 @@ const processedchecklistSchema = new mongoose.Schema({
207
207
  planoId:{
208
208
  type:mongoose.Types.ObjectId
209
209
  },
210
- streamId:{
211
- type:mongoose.Types.ObjectId
212
- },
213
210
  isPlano:{
214
211
  type:Boolean,
215
212
  },
@@ -203,6 +203,9 @@ const processedTaskSchema = new mongoose.Schema(
203
203
  planoId:{
204
204
  type:mongoose.SchemaTypes.ObjectId,
205
205
  },
206
+ streamId:{
207
+ type: mongoose.SchemaTypes.ObjectId,
208
+ },
206
209
  rawImageUpload: {
207
210
  type: Boolean,
208
211
  default:false