tango-api-schema 2.1.49 → 2.1.50

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.50",
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
  {