tango-api-schema 2.5.73 → 2.5.74

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.5.73",
3
+ "version": "2.5.74",
4
4
  "description": "tangoEye model schema",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -64,13 +64,16 @@ const storeLayoutSchema = new mongoose.Schema( {
64
64
  default:25
65
65
  },
66
66
  verificationStatus:{
67
- type:Boolean
67
+ type:Boolean,
68
+ default:false
68
69
  },
69
70
  merchRolloutStatus:{
70
- type:Boolean
71
+ type:Boolean,
72
+ default:false
71
73
  },
72
74
  vmRolloutStatus:{
73
- type:Boolean
75
+ type:Boolean,
76
+ default:false
74
77
  },
75
78
  cadLayout:{
76
79
  type:Boolean