tango-api-schema 2.0.66 → 2.0.68

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.66",
3
+ "version": "2.0.68",
4
4
  "description": "tangoEye model schema",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -190,9 +190,6 @@ const store = new mongoose.Schema(
190
190
  lastUpdatedAt: {
191
191
  type: Date,
192
192
  },
193
- deployed:{
194
- type: Boolean,
195
- },
196
193
  serialNumber:{
197
194
  type: String,
198
195
  }
@@ -91,6 +91,9 @@ const tangoTickets = new mongoose.Schema(
91
91
  actionType: {
92
92
  type: String
93
93
  },
94
+ IdentifiedBy: {
95
+ type: String,
96
+ },
94
97
  timeStamp: {
95
98
  type: Date,
96
99
  default: new Date()
@@ -103,7 +106,6 @@ const tangoTickets = new mongoose.Schema(
103
106
  },
104
107
  comment: {
105
108
  type: String
106
-
107
109
  },
108
110
  reasons: [
109
111
  {