@vertikalx/vtx-backend-client 3.0.0-dev-max.78 → 3.0.0-dev-max.80
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/src/api/vtx-base-api.js +2 -0
- package/src/api/vtx-base-api.js.map +1 -1
- package/src/client/schema.d.ts +2 -0
- package/src/client/schema.js.map +1 -1
- package/src/client/types.d.ts +1 -0
- package/src/client/types.js +3 -0
- package/src/client/types.js.map +1 -1
- package/tsconfig.lib.tsbuildinfo +1 -1
package/package.json
CHANGED
package/src/api/vtx-base-api.js
CHANGED
|
@@ -10515,6 +10515,7 @@ class VTXBaseAPI {
|
|
|
10515
10515
|
const fields = {
|
|
10516
10516
|
entries: {
|
|
10517
10517
|
rank: true,
|
|
10518
|
+
rankChange: true,
|
|
10518
10519
|
athleteId: true,
|
|
10519
10520
|
screenName: true,
|
|
10520
10521
|
firstName: true,
|
|
@@ -10522,6 +10523,7 @@ class VTXBaseAPI {
|
|
|
10522
10523
|
profilePicture: true,
|
|
10523
10524
|
score: true,
|
|
10524
10525
|
countryCode: true,
|
|
10526
|
+
cityName: true,
|
|
10525
10527
|
countryRank: true,
|
|
10526
10528
|
sportId: true,
|
|
10527
10529
|
vtxScore: true,
|