tango-api-schema 2.0.65 → 2.0.67

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.65",
3
+ "version": "2.0.67",
4
4
  "description": "tangoEye model schema",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -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()
@@ -102,9 +105,7 @@ const tangoTickets = new mongoose.Schema(
102
105
  type: mongoose.Types.ObjectId
103
106
  },
104
107
  comment: {
105
- type: {
106
- String
107
- }
108
+ type: String
108
109
  },
109
110
  reasons: [
110
111
  {