tango-api-schema 2.6.43 → 2.6.45

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.43",
3
+ "version": "2.6.45",
4
4
  "description": "tangoEye model schema",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -221,7 +221,7 @@ const client = new mongoose.Schema(
221
221
  reportType: {
222
222
  type: String,
223
223
  enum: ["manual", "automate"],
224
- default: "manual"
224
+ default: "automate"
225
225
  }
226
226
  },
227
227
  auditConfigs: {
@@ -308,9 +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
312
  },
312
313
  trafficEndPoint: {
313
314
  type: String,
315
+ default:"https://edgeapp.tangoeye.ai/v6"
314
316
  },
315
317
  open: {
316
318
  type: String,