tango-api-schema 2.3.19 → 2.3.20
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
|
@@ -279,13 +279,13 @@ const checklistconfigSchema = new mongoose.Schema({
|
|
|
279
279
|
},
|
|
280
280
|
outsidebusinesshoursqueuetracking:{
|
|
281
281
|
preopentimeconfig:{
|
|
282
|
-
type:
|
|
282
|
+
type:String
|
|
283
283
|
},
|
|
284
284
|
preclosetimeconfig:{
|
|
285
|
-
type:
|
|
285
|
+
type:String
|
|
286
286
|
},
|
|
287
287
|
persondetectiontimethreshold:{
|
|
288
|
-
type:
|
|
288
|
+
type:String
|
|
289
289
|
},
|
|
290
290
|
},
|
|
291
291
|
},
|
|
@@ -210,13 +210,13 @@ const processedchecklistconfigSchema = new mongoose.Schema({
|
|
|
210
210
|
},
|
|
211
211
|
outsidebusinesshoursqueuetracking:{
|
|
212
212
|
preopentimeconfig:{
|
|
213
|
-
type:
|
|
213
|
+
type:String
|
|
214
214
|
},
|
|
215
215
|
preclosetimeconfig:{
|
|
216
|
-
type:
|
|
216
|
+
type:String
|
|
217
217
|
},
|
|
218
218
|
persondetectiontimethreshold:{
|
|
219
|
-
type:
|
|
219
|
+
type:String
|
|
220
220
|
},
|
|
221
221
|
},
|
|
222
222
|
},
|