tango-api-schema 2.2.104 → 2.2.105

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