tango-api-schema 2.0.90 → 2.0.91

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.0.90",
3
+ "version": "2.0.91",
4
4
  "description": "tangoEye model schema",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -196,10 +196,6 @@ const store = new mongoose.Schema(
196
196
  },
197
197
  spocDetails: [
198
198
  {
199
- _id: {
200
- type: mongoose.Schema.Types.ObjectId,
201
- default: new mongoose.Types.ObjectId()
202
- },
203
199
  name: {
204
200
  type: String,
205
201
  required: true,