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 +1 -1
- package/schema/client.model.js +8 -0
package/package.json
CHANGED
package/schema/client.model.js
CHANGED
|
@@ -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
|
{
|