tango-api-schema 2.5.17 → 2.5.18

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.17",
3
+ "version": "2.5.18",
4
4
  "description": "tangoEye model schema",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -508,6 +508,18 @@ const client = new mongoose.Schema(
508
508
  type: Number,
509
509
  default: 3
510
510
  },
511
+ allowTicketReview: {
512
+ type: Number,
513
+ default: 3
514
+ },
515
+ allowTangoReview: {
516
+ type: Number,
517
+ default: 4
518
+ },
519
+ allowTangoApprove: {
520
+ type: Number,
521
+ default: 4
522
+ },
511
523
  allowImageView: {
512
524
  type: Number,
513
525
  default:90