tango-api-schema 2.3.18 → 2.3.19

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.3.18",
3
+ "version": "2.3.19",
4
4
  "description": "tangoEye model schema",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -33,6 +33,9 @@ const collection = new mongoose.Schema({
33
33
  },
34
34
  clientId: {
35
35
  type: String
36
+ },
37
+ taskId:{
38
+ type:mongoose.Types.ObjectId
36
39
  }
37
40
 
38
41
  },
@@ -246,6 +246,9 @@ const processedTaskSchema = new mongoose.Schema(
246
246
  },
247
247
  zoneName: {
248
248
  type: String
249
+ },
250
+ refTaskId:{
251
+ type:mongoose.Types.ObjectId
249
252
  }
250
253
  },
251
254
  {