tango-api-schema 2.5.49 → 2.5.51

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.5.49",
3
+ "version": "2.5.51",
4
4
  "description": "tangoEye model schema",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -131,7 +131,7 @@ const checklistconfigSchema = new mongoose.Schema({
131
131
  checkListType: {
132
132
  type: String,
133
133
  default: "custom",
134
- enum: ["storeopenandclose", "mobileusagedetection", "uniformdetection", "custom", "customerunattended", "staffleftinthemiddle", 'eyetest', 'remoteoptometrist', 'storehygienemonitoring', 'queuealert', 'cleaning', 'scrum', 'suspiciousactivity', 'boxalert', 'suspiciousfootfall', 'drinking', 'bagdetection', 'inventorycount', 'carsattended', 'numberplateinfo', 'vehicle_check_in', 'unauthorisedentry', 'backroommonitoring', 'outsidebusinesshoursqueuetracking', 'halfshutter', 'tvcompliance']
134
+ enum: ["storeopenandclose", "mobileusagedetection", "uniformdetection", "custom", "customerunattended", "staffleftinthemiddle", 'eyetest', 'remoteoptometrist', 'storehygienemonitoring', 'queuealert', 'cleaning', 'scrum', 'suspiciousactivity', 'boxalert', 'suspiciousfootfall', 'drinking', 'bagdetection', 'inventorycount', 'carsattended', 'numberplateinfo', 'vehicle_check_in', 'unauthorisedentry', 'backroommonitoring', 'outsidebusinesshoursqueuetracking', 'halfshutter', 'tvcompliance','cameratampering']
135
135
  },
136
136
  createdAt: {
137
137
  type: Date,
@@ -328,6 +328,20 @@ const checklistconfigSchema = new mongoose.Schema({
328
328
  type: Number
329
329
  },
330
330
  },
331
+ },
332
+ queuealert:{
333
+ queueLengthEnabled:{
334
+ type:Boolean
335
+ },
336
+ queueLimit:{
337
+ type:String
338
+ },
339
+ waitTimeEnabled:{
340
+ type:Boolean
341
+ },
342
+ waitTimeLimit:{
343
+ type:String
344
+ }
331
345
  },
332
346
  alertConfig: {
333
347
  allowBuffer: {
@@ -293,6 +293,12 @@ const client = new mongoose.Schema(
293
293
  },
294
294
  },
295
295
  featureConfigs: {
296
+ trackerEndPoint: {
297
+ type: String,
298
+ },
299
+ trafficEndPoint: {
300
+ type: String,
301
+ },
296
302
  open: {
297
303
  type: String,
298
304
  default: "10:00:00"
@@ -81,7 +81,7 @@ const processedchecklistSchema = new mongoose.Schema({
81
81
  checkListType: {
82
82
  type: String,
83
83
  default: "custom",
84
- enum: ["storeopenandclose","mobileusagedetection","uniformdetection","custom","customerunattended","staffleftinthemiddle",'eyetest', 'remoteoptometrist', 'storehygienemonitoring','queuealert','cleaning','scrum','suspiciousactivity','boxalert','suspiciousfootfall','drinking','bagdetection','inventorycount','carsattended','numberplateinfo','vehicle_check_in','unauthorisedentry','backroommonitoring','outsidebusinesshoursqueuetracking','halfshutter','tvcompliance']
84
+ enum: ["storeopenandclose","mobileusagedetection","uniformdetection","custom","customerunattended","staffleftinthemiddle",'eyetest', 'remoteoptometrist', 'storehygienemonitoring','queuealert','cleaning','scrum','suspiciousactivity','boxalert','suspiciousfootfall','drinking','bagdetection','inventorycount','carsattended','numberplateinfo','vehicle_check_in','unauthorisedentry','backroommonitoring','outsidebusinesshoursqueuetracking','halfshutter','tvcompliance','cameratampering']
85
85
  },
86
86
  store_id: {
87
87
  type: String,
@@ -81,7 +81,7 @@ const processedchecklistconfigSchema = new mongoose.Schema({
81
81
  checkListType: {
82
82
  type: String,
83
83
  default: "custom",
84
- enum: ["storeopenandclose", "mobileusagedetection", "uniformdetection", "custom", "customerunattended", "staffleftinthemiddle", 'eyetest', 'remoteoptometrist', 'storehygienemonitoring', 'queuealert', 'cleaning', 'scrum', 'suspiciousactivity', 'boxalert', 'suspiciousfootfall', 'drinking', 'bagdetection', 'inventorycount', 'carsattended', 'numberplateinfo', 'vehicle_check_in', 'unauthorisedentry', 'backroommonitoring', 'outsidebusinesshoursqueuetracking', 'halfshutter', 'tvcompliance']
84
+ enum: ["storeopenandclose", "mobileusagedetection", "uniformdetection", "custom", "customerunattended", "staffleftinthemiddle", 'eyetest', 'remoteoptometrist', 'storehygienemonitoring', 'queuealert', 'cleaning', 'scrum', 'suspiciousactivity', 'boxalert', 'suspiciousfootfall', 'drinking', 'bagdetection', 'inventorycount', 'carsattended', 'numberplateinfo', 'vehicle_check_in', 'unauthorisedentry', 'backroommonitoring', 'outsidebusinesshoursqueuetracking', 'halfshutter', 'tvcompliance','cameratampering']
85
85
  },
86
86
  startTime: {
87
87
  type: Date
@@ -260,6 +260,20 @@ const processedchecklistconfigSchema = new mongoose.Schema({
260
260
  },
261
261
  },
262
262
  },
263
+ queuealert:{
264
+ queueLengthEnabled:{
265
+ type:Boolean
266
+ },
267
+ queueLimit:{
268
+ type:String
269
+ },
270
+ waitTimeEnabled:{
271
+ type:Boolean
272
+ },
273
+ waitTimeLimit:{
274
+ type:String
275
+ }
276
+ },
263
277
  alertConfig: {
264
278
  allowBuffer: {
265
279
  enabled: {
@@ -235,6 +235,9 @@ const store = new mongoose.Schema(
235
235
  serialNumber: {
236
236
  type: String,
237
237
  },
238
+ systemID: {
239
+ type: String,
240
+ },
238
241
  reScanIp: {
239
242
  type: Boolean,
240
243
  default: false