@vertikalx/vtx-backend-client 3.0.0-dev-max.115 → 3.0.0-dev-max.117

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.115",
3
+ "version": "3.0.0-dev-max.117",
4
4
  "description": "GraphQL API generated client for VTX",
5
5
  "types": "src/index.d.ts",
6
6
  "main": "src/index.js",
@@ -2148,6 +2148,8 @@ class VTXBaseAPI {
2148
2148
  trainerUrl: true,
2149
2149
  aboutMe: true,
2150
2150
  biography: true,
2151
+ onboardingComplete: true,
2152
+ onboardingStep: true,
2151
2153
  followStats: {
2152
2154
  followers: true,
2153
2155
  followed: true,