tango-api-schema 2.2.147 → 2.2.148

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.147",
3
+ "version": "2.2.148",
4
4
  "description": "tangoEye model schema",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -106,8 +106,7 @@ const taskSchema = new mongoose.Schema(
106
106
  default:false
107
107
  },
108
108
  checkListFrom: {
109
- type: String,
110
- default: 'manage'
109
+ type: String
111
110
  }
112
111
  },
113
112
  {
@@ -236,8 +236,7 @@ const processedTaskSchema = new mongoose.Schema(
236
236
  type:mongoose.SchemaTypes.ObjectId,
237
237
  },
238
238
  checkListFrom: {
239
- type: String,
240
- default: 'manage'
239
+ type: String
241
240
  }
242
241
  },
243
242
  {
@@ -119,8 +119,7 @@ const processestaskconfigSchema = new mongoose.Schema({
119
119
  default:false
120
120
  },
121
121
  checkListFrom: {
122
- type: String,
123
- default: 'manage'
122
+ type: String
124
123
  }
125
124
  },
126
125
  {