tango-api-schema 2.0.99 → 2.0.100

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.99",
3
+ "version": "2.0.100",
4
4
  "description": "tangoEye model schema",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -121,6 +121,12 @@ const tangoTickets = new mongoose.Schema(
121
121
  actionBy: {
122
122
  type: String
123
123
  },
124
+ description: {
125
+ type: String
126
+ },
127
+ attachments: {
128
+ type: Array
129
+ },
124
130
  actionId: {
125
131
  type: mongoose.Types.ObjectId
126
132
  },