tango-api-schema 2.2.124 → 2.2.125

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.2.124",
3
+ "version": "2.2.125",
4
4
  "description": "tangoEye model schema",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -120,6 +120,10 @@ const user = new mongoose.Schema(
120
120
  enum: [ 'web', 'android', 'ios' ],
121
121
  default:'web'
122
122
  },
123
+ termsAndCondition: {
124
+ type: Boolean,
125
+ default: false
126
+ },
123
127
  },
124
128
  {
125
129
  strict: true,