tango-api-schema 2.5.75 → 2.5.77

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.75",
3
+ "version": "2.5.77",
4
4
  "description": "tangoEye model schema",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -618,8 +618,25 @@ const client = new mongoose.Schema(
618
618
  accuracy: {
619
619
  type: String,
620
620
  default: "95%"
621
- }
621
+ },
622
+ taggingBreach: {
623
+ type: String,
624
+ default: ">="
625
+ },
626
+ taggingCountBreach: {
627
+ type: Number,
628
+ default: 10
629
+ },
630
+ deltaBreach: {
631
+ type: String,
632
+ default: ">"
633
+ },
634
+ deltaCountBreach: {
635
+ type: Number,
636
+ default: 10
637
+ },
622
638
  },
639
+
623
640
  tangoReview: {
624
641
  type: String,
625
642
  default: "85%"
@@ -40,7 +40,10 @@ let pricingSchema = new mongoose.Schema(
40
40
  camera:{
41
41
  type:Array
42
42
  },
43
- cameraCount:{
43
+ trafficCameraCount:{
44
+ type:Number
45
+ },
46
+ zoneCameraCount:{
44
47
  type:Number
45
48
  },
46
49
  zoneCount:{