tango-api-schema 2.0.96 → 2.0.97

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.96",
3
+ "version": "2.0.97",
4
4
  "description": "tangoEye model schema",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -32,18 +32,27 @@ const tangoTickets = new mongoose.Schema(
32
32
  }
33
33
  ],
34
34
  cameraList: [],
35
- ticketDetails: {
36
- dataMismatch: {
37
- actualCount: {
38
- type: Number
39
- },
40
- expectedCount: {
41
- type: Number
42
- },
43
- contactEmail: {
44
- type: String
45
- }
35
+ dataMismatch: {
36
+ actualCount: {
37
+ type: Number
38
+ },
39
+ expectedCount: {
40
+ type: Number
41
+ },
42
+ contactEmail: {
43
+ type: String
44
+ },
45
+ description: {
46
+ type: String
47
+ },
48
+ feature: {
49
+ type: String
46
50
  },
51
+ attachmentPath: {
52
+ type: String
53
+ },
54
+ },
55
+ ticketDetails: {
47
56
  issueIdentifiedDate: {
48
57
  type: Date
49
58
  },