tango-api-schema 2.6.46 → 2.6.47

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.6.46",
3
+ "version": "2.6.47",
4
4
  "description": "tangoEye model schema",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -308,11 +308,11 @@ const client = new mongoose.Schema(
308
308
  featureConfigs: {
309
309
  trackerEndPoint: {
310
310
  type: String,
311
- default:"https://edgeapp.tangoeye.ai/v6"
311
+ default:"https://edgeappweb.tangoeye.ai/v6"
312
312
  },
313
313
  trafficEndPoint: {
314
314
  type: String,
315
- default:"https://edgeapp.tangoeye.ai/v6"
315
+ default:"https://edgeappweb.tangoeye.ai/v6"
316
316
  },
317
317
  open: {
318
318
  type: String,