tango-api-schema 2.5.18 → 2.5.19
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 +1 -1
- package/schema/client.model.js +5 -1
package/package.json
CHANGED
package/schema/client.model.js
CHANGED
|
@@ -588,7 +588,11 @@ const client = new mongoose.Schema(
|
|
|
588
588
|
tangoReview: {
|
|
589
589
|
type: String,
|
|
590
590
|
default: "85%"
|
|
591
|
-
}
|
|
591
|
+
},
|
|
592
|
+
tangoApproved:{ // this key for decide the final count is reflected by tango or client
|
|
593
|
+
type: Boolean,
|
|
594
|
+
default: false
|
|
595
|
+
}
|
|
592
596
|
},
|
|
593
597
|
document: {
|
|
594
598
|
addressProof: {
|