@vertikalx/vtx-backend-client 3.0.0-dev-max.126 → 3.0.0-dev-max.128
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 +1 -0
- package/src/api/vtx-base-api.js.map +1 -1
- package/src/client/schema.d.ts +5 -0
- package/src/client/schema.js.map +1 -1
- package/src/client/types.d.ts +4 -0
- package/src/client/types.js +12 -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
|
@@ -10630,6 +10630,7 @@ class VTXBaseAPI {
|
|
|
10630
10630
|
profilePicture: true,
|
|
10631
10631
|
score: true,
|
|
10632
10632
|
countryCode: true,
|
|
10633
|
+
nationalityCode: true,
|
|
10633
10634
|
cityName: true,
|
|
10634
10635
|
countryRank: true,
|
|
10635
10636
|
sportId: true,
|