tango-api-schema 2.4.4 → 2.4.5

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.4.4",
3
+ "version": "2.4.5",
4
4
  "description": "tangoEye model schema",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -143,6 +143,9 @@ const checklistquestionconfigSchema = new mongoose.Schema({
143
143
  sectionNumber:{
144
144
  type: Number,
145
145
  },
146
+ maxQuestionNumber:{
147
+ type: Number,
148
+ },
146
149
  },
147
150
  {
148
151
  strict: true,