tango-api-schema 2.1.49 → 2.1.51

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.1.49",
3
+ "version": "2.1.51",
4
4
  "description": "tangoEye model schema",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -156,6 +156,10 @@ const checklistconfigSchema = new mongoose.Schema({
156
156
  allowOnce:{
157
157
  type:Boolean,
158
158
  default:false
159
+ },
160
+ scheduleRepeatedMonthWeek:{
161
+ type:String,
162
+ default:''
159
163
  }
160
164
  },
161
165
  {
@@ -145,4 +145,4 @@ const checklistquestionconfigSchema = new mongoose.Schema({
145
145
  },
146
146
  );
147
147
 
148
- export default mongoose.model( 'checklistquestionconfig', checklistquestionconfigSchema);
148
+ export default mongoose.model( 'checklistquestionsconfig', checklistquestionconfigSchema);