tango-api-schema 2.1.58 → 2.1.59

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.1.58",
3
+ "version": "2.1.59",
4
4
  "description": "tangoEye model schema",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -376,6 +376,10 @@ const client = new mongoose.Schema(
376
376
  type:Boolean,
377
377
  default:false
378
378
  },
379
+ isTrax:{
380
+ type:Boolean,
381
+ default:false
382
+ },
379
383
  },
380
384
  document: {
381
385
  addressProof: {
@@ -524,6 +528,10 @@ const client = new mongoose.Schema(
524
528
  type: Boolean,
525
529
  default: false,
526
530
  }
531
+ },
532
+ storeRadiusConfig: {
533
+ type: Number,
534
+ default: 200
527
535
  },
528
536
  },
529
537
  {