@vertikalx/vtx-backend-client 3.0.0-dev-max.78 → 3.0.0-dev-max.79
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
|
@@ -10522,6 +10522,7 @@ class VTXBaseAPI {
|
|
|
10522
10522
|
profilePicture: true,
|
|
10523
10523
|
score: true,
|
|
10524
10524
|
countryCode: true,
|
|
10525
|
+
cityName: true,
|
|
10525
10526
|
countryRank: true,
|
|
10526
10527
|
sportId: true,
|
|
10527
10528
|
vtxScore: true,
|