@vertikalx/vtx-backend-client 1.0.1-dev-max.16 → 1.0.1-dev-max.17
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.
|
@@ -970,7 +970,7 @@ export interface AthleteReference {
|
|
|
970
970
|
bannerPicture: (AWSS3File | null);
|
|
971
971
|
aboutMe: (Scalars['String'] | null);
|
|
972
972
|
preferences: AthletePreferences;
|
|
973
|
-
userDomain: UserDomain;
|
|
973
|
+
userDomain: (UserDomain | null);
|
|
974
974
|
__typename: 'AthleteReference';
|
|
975
975
|
}
|
|
976
976
|
export interface Athlete {
|
|
@@ -997,7 +997,7 @@ export interface Athlete {
|
|
|
997
997
|
bannerPicture: (AWSS3File | null);
|
|
998
998
|
aboutMe: (Scalars['String'] | null);
|
|
999
999
|
preferences: AthletePreferences;
|
|
1000
|
-
userDomain: UserDomain;
|
|
1000
|
+
userDomain: (UserDomain | null);
|
|
1001
1001
|
allSports: (Sport[] | null);
|
|
1002
1002
|
teams: (Team[] | null);
|
|
1003
1003
|
sponsorBrands: (Brand[] | null);
|