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 +1 -1
- package/schema/client.model.js +3 -1
package/package.json
CHANGED
package/schema/client.model.js
CHANGED
|
@@ -221,7 +221,7 @@ const client = new mongoose.Schema(
|
|
|
221
221
|
reportType: {
|
|
222
222
|
type: String,
|
|
223
223
|
enum: ["manual", "automate"],
|
|
224
|
-
default: "
|
|
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,
|