tango-api-schema 2.2.142 → 2.2.143

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