tango-api-schema 1.0.67 → 1.0.69

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": "1.0.67",
3
+ "version": "1.0.69",
4
4
  "description": "tangoEye model schema",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -130,6 +130,18 @@ const collection = new mongoose.Schema(
130
130
  },
131
131
 
132
132
  ],
133
+ total_customers_attended_after_threshold:{
134
+ type: Number,
135
+ },
136
+ total_unattended_customers:{
137
+ type: Number,
138
+ },
139
+ unattended_customers_data:{
140
+ type: Array,
141
+ },
142
+ staff_to_cust_ratio:{
143
+ type: String,
144
+ }
133
145
  },
134
146
  {
135
147
  timestamps: true,
@@ -529,6 +529,10 @@ const collection = new mongoose.Schema(
529
529
  type: String,
530
530
  default: 'default',
531
531
  },
532
+ liveQueue:{
533
+ type: String,
534
+ default: 'yolo-v2-live',
535
+ }
532
536
  },
533
537
  featurePackage: {
534
538
  controlCenter: {