tango-api-schema 2.0.66 → 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
|
@@ -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
|
{
|