tango-api-schema 2.2.183 → 2.2.185

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.183",
3
+ "version": "2.2.185",
4
4
  "description": "tangoEye model schema",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -209,15 +209,13 @@ const checklistconfigSchema = new mongoose.Schema({
209
209
  users:{
210
210
  type:Array
211
211
  },
212
- },
213
- alertType: {
212
+ },
213
+ alertSendTo: {
214
214
  mobile: {
215
- type: Boolean,
216
- default: true
215
+ type:Array
217
216
  },
218
217
  web: {
219
- type: Boolean,
220
- default: false
218
+ type:Array
221
219
  }
222
220
  },
223
221
  storeOpenClose:{
@@ -141,14 +141,12 @@ const processedchecklistconfigSchema = new mongoose.Schema({
141
141
  type:Array
142
142
  },
143
143
  },
144
- alertType: {
144
+ alertSendTo: {
145
145
  mobile: {
146
- type: Boolean,
147
- default: true
146
+ type:Array
148
147
  },
149
148
  web: {
150
- type: Boolean,
151
- default: false
149
+ type:Array
152
150
  }
153
151
  },
154
152
  storeOpenClose:{