tango-api-schema 2.0.161 → 2.0.162

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.0.161",
3
+ "version": "2.0.162",
4
4
  "description": "tangoEye model schema",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -477,7 +477,11 @@ const client = new mongoose.Schema(
477
477
  password:{
478
478
  type:String,
479
479
  },
480
- }
480
+ },
481
+ averageTransactionValue: {
482
+ type: String,
483
+ default: ''
484
+ },
481
485
  },
482
486
  {
483
487
  strict: true,