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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tango-api-schema",
3
- "version": "2.3.19",
3
+ "version": "2.3.20",
4
4
  "description": "tangoEye model schema",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -279,13 +279,13 @@ const checklistconfigSchema = new mongoose.Schema({
279
279
  },
280
280
  outsidebusinesshoursqueuetracking:{
281
281
  preopentimeconfig:{
282
- type:Number
282
+ type:String
283
283
  },
284
284
  preclosetimeconfig:{
285
- type:Number
285
+ type:String
286
286
  },
287
287
  persondetectiontimethreshold:{
288
- type:Number
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:Number
213
+ type:String
214
214
  },
215
215
  preclosetimeconfig:{
216
- type:Number
216
+ type:String
217
217
  },
218
218
  persondetectiontimethreshold:{
219
- type:Number
219
+ type:String
220
220
  },
221
221
  },
222
222
  },