tango-api-schema 2.2.43 → 2.2.44

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.43",
3
+ "version": "2.2.44",
4
4
  "description": "tangoEye model schema",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -99,7 +99,7 @@ const taskSchema = new mongoose.Schema(
99
99
  coverage:{
100
100
  type: String,
101
101
  default: 'store',
102
- enum: ["store", "user"]
102
+ enum: ["store", "user", "checklist"]
103
103
  },
104
104
  },
105
105
  {
@@ -195,7 +195,7 @@ const processedTaskSchema = new mongoose.Schema(
195
195
  coverage:{
196
196
  type: String,
197
197
  default: 'store',
198
- enum: ["store", "user"]
198
+ enum: ["store", "user", "checklist"]
199
199
  },
200
200
  },
201
201
  {
@@ -112,7 +112,7 @@ const processestaskconfigSchema = new mongoose.Schema({
112
112
  coverage:{
113
113
  type: String,
114
114
  default: 'store',
115
- enum: ["store", "user"]
115
+ enum: ["store", "user", "checklist"]
116
116
  },
117
117
  },
118
118
  {