tango-api-schema 2.2.192 → 2.2.195

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.192",
3
+ "version": "2.2.195",
4
4
  "description": "tangoEye model schema",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -107,6 +107,9 @@ const taskSchema = new mongoose.Schema(
107
107
  },
108
108
  checkListFrom: {
109
109
  type: String
110
+ },
111
+ zoneName: {
112
+ type: String
110
113
  }
111
114
  },
112
115
  {
@@ -243,6 +243,9 @@ const processedTaskSchema = new mongoose.Schema(
243
243
  },
244
244
  comments:{
245
245
  type:Array
246
+ },
247
+ zoneName: {
248
+ type: String
246
249
  }
247
250
  },
248
251
  {
@@ -120,6 +120,9 @@ const processestaskconfigSchema = new mongoose.Schema({
120
120
  },
121
121
  checkListFrom: {
122
122
  type: String
123
+ },
124
+ zoneName: {
125
+ type: String
123
126
  }
124
127
  },
125
128
  {