@vertikalx/vtx-backend-client 1.0.0-dev.103 → 1.0.0-dev.105
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
package/src/api/vtx-base-api.js
CHANGED
|
@@ -7,9 +7,9 @@ const api_call_headers_1 = require("./api-call-headers");
|
|
|
7
7
|
const response_builder_1 = require("./response-builder");
|
|
8
8
|
const domains_1 = require("./domains");
|
|
9
9
|
const vtx_core_common_1 = require("@vertikalx/vtx-core-common");
|
|
10
|
-
const DEFAULT_PROD_URL = 'https://backend.
|
|
11
|
-
const DEFAULT_PREPROD_URL = 'https://backend.
|
|
12
|
-
const DEFAULT_DEV_REMOTE_URL = 'https://backend.
|
|
10
|
+
const DEFAULT_PROD_URL = 'https://backend.vtxapp.net:443';
|
|
11
|
+
const DEFAULT_PREPROD_URL = 'https://backend.vtxapp.net:443';
|
|
12
|
+
const DEFAULT_DEV_REMOTE_URL = 'https://backend.vtxpp.net:443';
|
|
13
13
|
const DEFAULT_DEV_LOCAL_URL = 'http://localhost:3010';
|
|
14
14
|
class VTXBaseAPI {
|
|
15
15
|
constructor(headers, backendUrl) {
|
|
@@ -6789,7 +6789,8 @@ class VTXBaseAPI {
|
|
|
6789
6789
|
scores: {
|
|
6790
6790
|
vtxScore: true,
|
|
6791
6791
|
socialScore: true,
|
|
6792
|
-
trainingScore: true
|
|
6792
|
+
trainingScore: true,
|
|
6793
|
+
competitionScore: true,
|
|
6793
6794
|
}
|
|
6794
6795
|
},
|
|
6795
6796
|
});
|