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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tango-api-schema",
3
- "version": "2.5.18",
3
+ "version": "2.5.19",
4
4
  "description": "tangoEye model schema",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -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: {