tango-api-schema 2.0.145 → 2.0.147

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.145",
3
+ "version": "2.0.147",
4
4
  "description": "tangoEye model schema",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -15,7 +15,7 @@ const assignAudit = new mongoose.Schema( {
15
15
  },
16
16
  moduleType:{
17
17
  type:String,
18
- enum:["taffic", "zone"]
18
+ enum:["traffic", "zone"]
19
19
  },
20
20
  zoneName: {
21
21
  type:String
@@ -23,7 +23,7 @@ const auditClientData = new mongoose.Schema( {
23
23
  },
24
24
  moduleType: {
25
25
  type: String,
26
- enum:["taffic", "zone"]
26
+ enum:["traffic", "zone"]
27
27
  },
28
28
  queueName: {
29
29
  type: String,
@@ -15,7 +15,7 @@ const auditLogSchem = new mongoose.Schema( {
15
15
  },
16
16
  moduleType:{
17
17
  type:String,
18
- enum:["taffic", "zone"]
18
+ enum:["traffic", "zone"]
19
19
  },
20
20
  zoneName:{
21
21
  type:String
@@ -228,6 +228,9 @@ const client = new mongoose.Schema(
228
228
  queueName: {
229
229
  type: String,
230
230
  },
231
+ zoneQueueName: {
232
+ type: String,
233
+ },
231
234
  },
232
235
  assignedUsers: {
233
236
  csm: {