@vertikalx/vtx-backend-client 3.1.22-dev.0 → 3.2.1-dev.0
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/dist/package.json +1 -1
- package/dist/src/client/schema.d.ts +4 -0
- package/dist/src/client/schema.js.map +1 -1
- package/dist/src/client/types.d.ts +2 -0
- package/dist/src/client/types.js +6 -0
- package/dist/src/client/types.js.map +1 -1
- package/dist/src/generated/graphql.d.ts +4 -0
- package/dist/src/generated/graphql.js +2 -0
- package/dist/src/generated/graphql.js.map +1 -1
- package/package.json +1 -1
|
@@ -567,8 +567,10 @@ export type AthleteIntegrationReference = {
|
|
|
567
567
|
hasInstagramIntegration?: Maybe<Scalars['Boolean']['output']>;
|
|
568
568
|
hasStravaIntegration?: Maybe<Scalars['Boolean']['output']>;
|
|
569
569
|
instagramMediaData?: Maybe<InstagramMediaData>;
|
|
570
|
+
instagramNeedsReconnect?: Maybe<Scalars['Boolean']['output']>;
|
|
570
571
|
instagramUserData?: Maybe<InstagramUserData>;
|
|
571
572
|
stravaAthleteData?: Maybe<StravaAthleteData>;
|
|
573
|
+
stravaNeedsReconnect?: Maybe<Scalars['Boolean']['output']>;
|
|
572
574
|
};
|
|
573
575
|
export type AthleteInvitationDto = {
|
|
574
576
|
brandId?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -13482,7 +13484,9 @@ export type GetAthleteIntegrationsQuery = {
|
|
|
13482
13484
|
getAthleteIntegrations: {
|
|
13483
13485
|
_id: string;
|
|
13484
13486
|
hasStravaIntegration?: boolean | null;
|
|
13487
|
+
stravaNeedsReconnect?: boolean | null;
|
|
13485
13488
|
hasInstagramIntegration?: boolean | null;
|
|
13489
|
+
instagramNeedsReconnect?: boolean | null;
|
|
13486
13490
|
athlete: {
|
|
13487
13491
|
_id: string;
|
|
13488
13492
|
};
|
|
@@ -5277,6 +5277,7 @@ exports.GetAthleteIntegrationsDocument = (0, graphql_tag_1.default) `
|
|
|
5277
5277
|
_id
|
|
5278
5278
|
}
|
|
5279
5279
|
hasStravaIntegration
|
|
5280
|
+
stravaNeedsReconnect
|
|
5280
5281
|
stravaAthleteData {
|
|
5281
5282
|
id
|
|
5282
5283
|
username
|
|
@@ -5293,6 +5294,7 @@ exports.GetAthleteIntegrationsDocument = (0, graphql_tag_1.default) `
|
|
|
5293
5294
|
updated_at
|
|
5294
5295
|
}
|
|
5295
5296
|
hasInstagramIntegration
|
|
5297
|
+
instagramNeedsReconnect
|
|
5296
5298
|
instagramUserData {
|
|
5297
5299
|
user_id
|
|
5298
5300
|
username
|