tango-api-schema 2.5.48 → 2.5.50

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.5.48",
3
+ "version": "2.5.50",
4
4
  "description": "tangoEye model schema",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -293,6 +293,12 @@ const client = new mongoose.Schema(
293
293
  },
294
294
  },
295
295
  featureConfigs: {
296
+ trackerEndPoint: {
297
+ type: String,
298
+ },
299
+ trafficEndPoint: {
300
+ type: String,
301
+ },
296
302
  open: {
297
303
  type: String,
298
304
  default: "10:00:00"
@@ -67,6 +67,12 @@ const findReplaceAi = new mongoose.Schema(
67
67
  type: Boolean,
68
68
  default: false,
69
69
  },
70
+ merchRolloutId: {
71
+ type: String,
72
+ },
73
+ vmRolloutId: {
74
+ type: String,
75
+ },
70
76
  },
71
77
  ],
72
78
  selectedClusters: [
@@ -235,6 +235,9 @@ const store = new mongoose.Schema(
235
235
  serialNumber: {
236
236
  type: String,
237
237
  },
238
+ systemID: {
239
+ type: String,
240
+ },
238
241
  reScanIp: {
239
242
  type: Boolean,
240
243
  default: false