tango-api-schema 2.2.5 → 2.2.7
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
package/schema/client.model.js
CHANGED
|
@@ -383,6 +383,14 @@ const client = new mongoose.Schema(
|
|
|
383
383
|
type:Boolean,
|
|
384
384
|
default:false
|
|
385
385
|
},
|
|
386
|
+
isFootfallDirectoryAudit:{
|
|
387
|
+
type:Boolean,
|
|
388
|
+
default:false
|
|
389
|
+
},
|
|
390
|
+
isFootfallDirectoryLimit:{
|
|
391
|
+
type:Boolean,
|
|
392
|
+
default:false
|
|
393
|
+
}
|
|
386
394
|
},
|
|
387
395
|
document: {
|
|
388
396
|
addressProof: {
|