tango-api-schema 2.2.7 → 2.2.8

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.7",
3
+ "version": "2.2.8",
4
4
  "description": "tangoEye model schema",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -178,6 +178,10 @@ const checklistconfigSchema = new mongoose.Schema({
178
178
  type:Array,
179
179
  default:[]
180
180
  },
181
+ restrictAttendance:{
182
+ type:Boolean,
183
+ default:false
184
+ },
181
185
  },
182
186
  {
183
187
  strict: true,