@vertikalx/vtx-backend-client 3.0.0-dev-max.75 → 3.0.0-dev-max.76

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": "@vertikalx/vtx-backend-client",
3
- "version": "3.0.0-dev-max.75",
3
+ "version": "3.0.0-dev-max.76",
4
4
  "description": "GraphQL API generated client for VTX",
5
5
  "types": "src/index.d.ts",
6
6
  "main": "src/index.js",
@@ -10523,7 +10523,13 @@ class VTXBaseAPI {
10523
10523
  score: true,
10524
10524
  countryCode: true,
10525
10525
  countryRank: true,
10526
- sportId: true
10526
+ sportId: true,
10527
+ vtxScore: true,
10528
+ trainingScore: true,
10529
+ socialScore: true,
10530
+ competitionScore: true,
10531
+ mainSport: true,
10532
+ mainSportLevel: true
10527
10533
  },
10528
10534
  pagination: {
10529
10535
  page: true,