tango-api-schema 2.0.35 → 2.0.36

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.35",
3
+ "version": "2.0.36",
4
4
  "description": "tangoEye model schema",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -149,9 +149,6 @@ const store = new mongoose.Schema(
149
149
  systemUtil: {
150
150
  type: Object,
151
151
  },
152
- camCred: {
153
- type: Object,
154
- },
155
152
  deleteExe: {
156
153
  type: Boolean,
157
154
  },