tango-api-schema 2.4.28 → 2.4.30
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
|
@@ -479,6 +479,10 @@ const client = new mongoose.Schema(
|
|
|
479
479
|
|
|
480
480
|
},
|
|
481
481
|
footfallDirectoryConfigs: {
|
|
482
|
+
contactEmail:{
|
|
483
|
+
type: String,
|
|
484
|
+
default: ""
|
|
485
|
+
},
|
|
482
486
|
revision: {
|
|
483
487
|
type: [
|
|
484
488
|
{
|
|
@@ -784,6 +788,10 @@ const client = new mongoose.Schema(
|
|
|
784
788
|
type: Boolean,
|
|
785
789
|
default: true
|
|
786
790
|
},
|
|
791
|
+
traxVideoUploadTimeLimit:{
|
|
792
|
+
type:Number,
|
|
793
|
+
default:0
|
|
794
|
+
}
|
|
787
795
|
},
|
|
788
796
|
{
|
|
789
797
|
strict: true,
|