tango-api-schema 2.5.15 → 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
package/schema/client.model.js
CHANGED
|
@@ -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
|