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
|
@@ -209,15 +209,13 @@ const checklistconfigSchema = new mongoose.Schema({
|
|
|
209
209
|
users:{
|
|
210
210
|
type:Array
|
|
211
211
|
},
|
|
212
|
-
},
|
|
213
|
-
|
|
212
|
+
},
|
|
213
|
+
alertSendTo: {
|
|
214
214
|
mobile: {
|
|
215
|
-
type:
|
|
216
|
-
default: true
|
|
215
|
+
type:Array
|
|
217
216
|
},
|
|
218
217
|
web: {
|
|
219
|
-
type:
|
|
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
|
-
|
|
144
|
+
alertSendTo: {
|
|
145
145
|
mobile: {
|
|
146
|
-
type:
|
|
147
|
-
default: true
|
|
146
|
+
type:Array
|
|
148
147
|
},
|
|
149
148
|
web: {
|
|
150
|
-
type:
|
|
151
|
-
default: false
|
|
149
|
+
type:Array
|
|
152
150
|
}
|
|
153
151
|
},
|
|
154
152
|
storeOpenClose:{
|