@vertikalx/vtx-backend-client 3.1.2-dev.0 → 3.1.2-dev.2
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 +31 -0
- package/dist/src/api/api-call-headers.js.map +1 -0
- package/dist/src/api/backend-response.js.map +1 -0
- package/dist/src/api/domains/generated/admin.api.js.map +1 -0
- package/dist/src/api/domains/generated/ai-coach.api.js.map +1 -0
- package/{src → dist/src}/api/domains/generated/athlete.api.js +3 -0
- package/dist/src/api/domains/generated/athlete.api.js.map +1 -0
- package/dist/src/api/domains/generated/auth.api.js.map +1 -0
- package/dist/src/api/domains/generated/campaign.api.js.map +1 -0
- package/dist/src/api/domains/generated/email-campaign.api.js.map +1 -0
- package/dist/src/api/domains/generated/followers.api.js.map +1 -0
- package/{src → dist/src}/api/domains/generated/index.d.ts +2 -0
- package/{src → dist/src}/api/domains/generated/index.js +5 -1
- package/dist/src/api/domains/generated/index.js.map +1 -0
- package/dist/src/api/domains/generated/integrations.api.js.map +1 -0
- package/dist/src/api/domains/generated/leaderboard.api.js.map +1 -0
- package/dist/src/api/domains/generated/media.api.js.map +1 -0
- package/dist/src/api/domains/generated/misc.api.js +9 -0
- package/dist/src/api/domains/generated/misc.api.js.map +1 -0
- package/dist/src/api/domains/generated/notifications.api.js.map +1 -0
- package/dist/src/api/domains/generated/offers.api.js.map +1 -0
- package/dist/src/api/domains/generated/onboarding.api.js.map +1 -0
- package/dist/src/api/domains/generated/push-campaign.api.d.ts +2 -0
- package/dist/src/api/domains/generated/push-campaign.api.js +9 -0
- package/dist/src/api/domains/generated/push-campaign.api.js.map +1 -0
- package/dist/src/api/domains/generated/sponsor.api.js.map +1 -0
- package/dist/src/api/domains/generated/sport.api.js.map +1 -0
- package/dist/src/api/domains/generated/teams-clubs.api.js.map +1 -0
- package/dist/src/api/domains/generated/usage-events.api.d.ts +2 -0
- package/dist/src/api/domains/generated/usage-events.api.js +18 -0
- package/dist/src/api/domains/generated/usage-events.api.js.map +1 -0
- package/{src → dist/src}/api/domains/generated/user.api.js +6 -0
- package/dist/src/api/domains/generated/user.api.js.map +1 -0
- package/{src → dist/src}/api/domains/generated/vtx-base-api.augment.d.ts +10 -49
- package/dist/src/api/domains/generated/vtx-base-api.augment.js.map +1 -0
- package/dist/src/api/domains/overrides/athlete-query.overrides.d.ts +2 -0
- package/dist/src/api/domains/overrides/athlete-query.overrides.js +12 -0
- package/dist/src/api/domains/overrides/athlete-query.overrides.js.map +1 -0
- package/dist/src/api/domains/overrides/auth.overrides.js.map +1 -0
- package/dist/src/api/domains/overrides/campaign.overrides.d.ts +2 -0
- package/dist/src/api/domains/overrides/campaign.overrides.js +9 -0
- package/dist/src/api/domains/overrides/campaign.overrides.js.map +1 -0
- package/{src → dist/src}/api/domains/overrides/compat.overrides.js +20 -0
- package/dist/src/api/domains/overrides/compat.overrides.js.map +1 -0
- package/dist/src/api/domains/overrides/competition.overrides.d.ts +2 -0
- package/dist/src/api/domains/overrides/competition.overrides.js +9 -0
- package/dist/src/api/domains/overrides/competition.overrides.js.map +1 -0
- package/dist/src/api/domains/overrides/index.d.ts +6 -0
- package/dist/src/api/domains/overrides/index.js +16 -0
- package/dist/src/api/domains/overrides/index.js.map +1 -0
- package/dist/src/api/domains/overrides/sponsor.overrides.js.map +1 -0
- package/dist/src/api/domains.js.map +1 -0
- package/dist/src/api/response-builder.js.map +1 -0
- package/dist/src/api/types.js.map +1 -0
- package/dist/src/api/vtx-apikey-api.js.map +1 -0
- package/{src → dist/src}/api/vtx-base-api.d.ts +13 -0
- package/{src → dist/src}/api/vtx-base-api.js +55 -0
- package/dist/src/api/vtx-base-api.js.map +1 -0
- package/dist/src/api/vtx-mobile-api.js.map +1 -0
- package/dist/src/api/vtx-web-browser-api.js.map +1 -0
- package/dist/src/api/vtx-web-server-api.js.map +1 -0
- package/dist/src/client/index.js.map +1 -0
- package/dist/src/client/runtime/batcher.js.map +1 -0
- package/dist/src/client/runtime/createClient.js.map +1 -0
- package/dist/src/client/runtime/error.js.map +1 -0
- package/dist/src/client/runtime/fetcher.js.map +1 -0
- package/dist/src/client/runtime/generateGraphqlOperation.js.map +1 -0
- package/dist/src/client/runtime/index.js.map +1 -0
- package/dist/src/client/runtime/linkTypeMap.js.map +1 -0
- package/dist/src/client/runtime/typeSelection.js.map +1 -0
- package/dist/src/client/runtime/types.js.map +1 -0
- package/{src → dist/src}/client/schema.d.ts +228 -13
- package/{src → dist/src}/client/schema.js +55 -2
- package/dist/src/client/schema.js.map +1 -0
- package/{src → dist/src}/client/types.d.ts +132 -14
- package/{src → dist/src}/client/types.js +939 -627
- package/dist/src/client/types.js.map +1 -0
- package/{src → dist/src}/generated/graphql.d.ts +398 -1182
- package/{src → dist/src}/generated/graphql.js +240 -1171
- package/dist/src/generated/graphql.js.map +1 -0
- package/dist/src/index.js.map +1 -0
- package/dist/src/scripts/generate-api-wrappers.js.map +1 -0
- package/dist/src/scripts/generate-operations.js.map +1 -0
- package/package.json +6 -4
- package/src/api/api-call-headers.js.map +0 -1
- package/src/api/backend-response.js.map +0 -1
- package/src/api/domains/generated/admin.api.js.map +0 -1
- package/src/api/domains/generated/ai-coach.api.js.map +0 -1
- package/src/api/domains/generated/athlete.api.js.map +0 -1
- package/src/api/domains/generated/auth.api.js.map +0 -1
- package/src/api/domains/generated/campaign.api.js.map +0 -1
- package/src/api/domains/generated/email-campaign.api.js.map +0 -1
- package/src/api/domains/generated/followers.api.js.map +0 -1
- package/src/api/domains/generated/index.js.map +0 -1
- package/src/api/domains/generated/integrations.api.js.map +0 -1
- package/src/api/domains/generated/leaderboard.api.js.map +0 -1
- package/src/api/domains/generated/media.api.js.map +0 -1
- package/src/api/domains/generated/misc.api.js +0 -150
- package/src/api/domains/generated/misc.api.js.map +0 -1
- package/src/api/domains/generated/notifications.api.js.map +0 -1
- package/src/api/domains/generated/offers.api.js.map +0 -1
- package/src/api/domains/generated/onboarding.api.js.map +0 -1
- package/src/api/domains/generated/sponsor.api.js.map +0 -1
- package/src/api/domains/generated/sport.api.js.map +0 -1
- package/src/api/domains/generated/teams-clubs.api.js.map +0 -1
- package/src/api/domains/generated/user.api.js.map +0 -1
- package/src/api/domains/generated/vtx-base-api.augment.js.map +0 -1
- package/src/api/domains/overrides/auth.overrides.js.map +0 -1
- package/src/api/domains/overrides/compat.overrides.js.map +0 -1
- package/src/api/domains/overrides/index.d.ts +0 -3
- package/src/api/domains/overrides/index.js +0 -10
- package/src/api/domains/overrides/index.js.map +0 -1
- package/src/api/domains/overrides/sponsor.overrides.js.map +0 -1
- package/src/api/domains.js.map +0 -1
- package/src/api/response-builder.js.map +0 -1
- package/src/api/types.js.map +0 -1
- package/src/api/vtx-apikey-api.js.map +0 -1
- package/src/api/vtx-base-api.js.map +0 -1
- package/src/api/vtx-mobile-api.js.map +0 -1
- package/src/api/vtx-web-browser-api.js.map +0 -1
- package/src/api/vtx-web-server-api.js.map +0 -1
- package/src/client/index.js.map +0 -1
- package/src/client/runtime/batcher.js.map +0 -1
- package/src/client/runtime/createClient.js.map +0 -1
- package/src/client/runtime/error.js.map +0 -1
- package/src/client/runtime/fetcher.js.map +0 -1
- package/src/client/runtime/generateGraphqlOperation.js.map +0 -1
- package/src/client/runtime/index.js.map +0 -1
- package/src/client/runtime/linkTypeMap.js.map +0 -1
- package/src/client/runtime/typeSelection.js.map +0 -1
- package/src/client/runtime/types.js.map +0 -1
- package/src/client/schema.js.map +0 -1
- package/src/client/types.js.map +0 -1
- package/src/generated/graphql.js.map +0 -1
- package/src/index.js.map +0 -1
- package/src/scripts/generate-api-wrappers.js.map +0 -1
- package/src/scripts/generate-operations.js.map +0 -1
- /package/{src → dist/src}/api/api-call-headers.d.ts +0 -0
- /package/{src → dist/src}/api/api-call-headers.js +0 -0
- /package/{src → dist/src}/api/backend-response.d.ts +0 -0
- /package/{src → dist/src}/api/backend-response.js +0 -0
- /package/{src → dist/src}/api/domains/generated/admin.api.d.ts +0 -0
- /package/{src → dist/src}/api/domains/generated/admin.api.js +0 -0
- /package/{src → dist/src}/api/domains/generated/ai-coach.api.d.ts +0 -0
- /package/{src → dist/src}/api/domains/generated/ai-coach.api.js +0 -0
- /package/{src → dist/src}/api/domains/generated/athlete.api.d.ts +0 -0
- /package/{src → dist/src}/api/domains/generated/auth.api.d.ts +0 -0
- /package/{src → dist/src}/api/domains/generated/auth.api.js +0 -0
- /package/{src → dist/src}/api/domains/generated/campaign.api.d.ts +0 -0
- /package/{src → dist/src}/api/domains/generated/campaign.api.js +0 -0
- /package/{src → dist/src}/api/domains/generated/email-campaign.api.d.ts +0 -0
- /package/{src → dist/src}/api/domains/generated/email-campaign.api.js +0 -0
- /package/{src → dist/src}/api/domains/generated/followers.api.d.ts +0 -0
- /package/{src → dist/src}/api/domains/generated/followers.api.js +0 -0
- /package/{src → dist/src}/api/domains/generated/integrations.api.d.ts +0 -0
- /package/{src → dist/src}/api/domains/generated/integrations.api.js +0 -0
- /package/{src → dist/src}/api/domains/generated/leaderboard.api.d.ts +0 -0
- /package/{src → dist/src}/api/domains/generated/leaderboard.api.js +0 -0
- /package/{src → dist/src}/api/domains/generated/media.api.d.ts +0 -0
- /package/{src → dist/src}/api/domains/generated/media.api.js +0 -0
- /package/{src → dist/src}/api/domains/generated/misc.api.d.ts +0 -0
- /package/{src → dist/src}/api/domains/generated/notifications.api.d.ts +0 -0
- /package/{src → dist/src}/api/domains/generated/notifications.api.js +0 -0
- /package/{src → dist/src}/api/domains/generated/offers.api.d.ts +0 -0
- /package/{src → dist/src}/api/domains/generated/offers.api.js +0 -0
- /package/{src → dist/src}/api/domains/generated/onboarding.api.d.ts +0 -0
- /package/{src → dist/src}/api/domains/generated/onboarding.api.js +0 -0
- /package/{src → dist/src}/api/domains/generated/sponsor.api.d.ts +0 -0
- /package/{src → dist/src}/api/domains/generated/sponsor.api.js +0 -0
- /package/{src → dist/src}/api/domains/generated/sport.api.d.ts +0 -0
- /package/{src → dist/src}/api/domains/generated/sport.api.js +0 -0
- /package/{src → dist/src}/api/domains/generated/teams-clubs.api.d.ts +0 -0
- /package/{src → dist/src}/api/domains/generated/teams-clubs.api.js +0 -0
- /package/{src → dist/src}/api/domains/generated/user.api.d.ts +0 -0
- /package/{src → dist/src}/api/domains/generated/vtx-base-api.augment.js +0 -0
- /package/{src → dist/src}/api/domains/overrides/auth.overrides.d.ts +0 -0
- /package/{src → dist/src}/api/domains/overrides/auth.overrides.js +0 -0
- /package/{src → dist/src}/api/domains/overrides/compat.overrides.d.ts +0 -0
- /package/{src → dist/src}/api/domains/overrides/sponsor.overrides.d.ts +0 -0
- /package/{src → dist/src}/api/domains/overrides/sponsor.overrides.js +0 -0
- /package/{src → dist/src}/api/domains.d.ts +0 -0
- /package/{src → dist/src}/api/domains.js +0 -0
- /package/{src → dist/src}/api/response-builder.d.ts +0 -0
- /package/{src → dist/src}/api/response-builder.js +0 -0
- /package/{src → dist/src}/api/types.d.ts +0 -0
- /package/{src → dist/src}/api/types.js +0 -0
- /package/{src → dist/src}/api/vtx-apikey-api.d.ts +0 -0
- /package/{src → dist/src}/api/vtx-apikey-api.js +0 -0
- /package/{src → dist/src}/api/vtx-mobile-api.d.ts +0 -0
- /package/{src → dist/src}/api/vtx-mobile-api.js +0 -0
- /package/{src → dist/src}/api/vtx-web-browser-api.d.ts +0 -0
- /package/{src → dist/src}/api/vtx-web-browser-api.js +0 -0
- /package/{src → dist/src}/api/vtx-web-server-api.d.ts +0 -0
- /package/{src → dist/src}/api/vtx-web-server-api.js +0 -0
- /package/{src → dist/src}/client/index.d.ts +0 -0
- /package/{src → dist/src}/client/index.js +0 -0
- /package/{src → dist/src}/client/runtime/batcher.d.ts +0 -0
- /package/{src → dist/src}/client/runtime/batcher.js +0 -0
- /package/{src → dist/src}/client/runtime/createClient.d.ts +0 -0
- /package/{src → dist/src}/client/runtime/createClient.js +0 -0
- /package/{src → dist/src}/client/runtime/error.d.ts +0 -0
- /package/{src → dist/src}/client/runtime/error.js +0 -0
- /package/{src → dist/src}/client/runtime/fetcher.d.ts +0 -0
- /package/{src → dist/src}/client/runtime/fetcher.js +0 -0
- /package/{src → dist/src}/client/runtime/generateGraphqlOperation.d.ts +0 -0
- /package/{src → dist/src}/client/runtime/generateGraphqlOperation.js +0 -0
- /package/{src → dist/src}/client/runtime/index.d.ts +0 -0
- /package/{src → dist/src}/client/runtime/index.js +0 -0
- /package/{src → dist/src}/client/runtime/linkTypeMap.d.ts +0 -0
- /package/{src → dist/src}/client/runtime/linkTypeMap.js +0 -0
- /package/{src → dist/src}/client/runtime/typeSelection.d.ts +0 -0
- /package/{src → dist/src}/client/runtime/typeSelection.js +0 -0
- /package/{src → dist/src}/client/runtime/types.d.ts +0 -0
- /package/{src → dist/src}/client/runtime/types.js +0 -0
- /package/{src → dist/src}/index.d.ts +0 -0
- /package/{src → dist/src}/index.js +0 -0
- /package/{src → dist/src}/scripts/generate-api-wrappers.d.ts +0 -0
- /package/{src → dist/src}/scripts/generate-api-wrappers.js +0 -0
- /package/{src → dist/src}/scripts/generate-operations.d.ts +0 -0
- /package/{src → dist/src}/scripts/generate-operations.js +0 -0
|
@@ -384,6 +384,7 @@ export type AthleteCompetitionResult = {
|
|
|
384
384
|
resultWebLink?: Maybe<Scalars['String']['output']>;
|
|
385
385
|
score?: Maybe<Scalars['String']['output']>;
|
|
386
386
|
totalParticipants?: Maybe<Scalars['Float']['output']>;
|
|
387
|
+
verificationTier?: Maybe<CompetitionVerificationTier>;
|
|
387
388
|
};
|
|
388
389
|
export type AthleteCriteria = {
|
|
389
390
|
_id: Scalars['String']['output'];
|
|
@@ -530,6 +531,8 @@ export type AudienceFilterDto = {
|
|
|
530
531
|
walletStatus?: InputMaybe<Scalars['String']['input']>;
|
|
531
532
|
};
|
|
532
533
|
export type AudiencePreview = {
|
|
534
|
+
emailEligible: Scalars['Int']['output'];
|
|
535
|
+
pushEligible: Scalars['Int']['output'];
|
|
533
536
|
total: Scalars['Int']['output'];
|
|
534
537
|
users: Array<AudiencePreviewUser>;
|
|
535
538
|
};
|
|
@@ -808,6 +811,7 @@ export type CompetitionResultDto = {
|
|
|
808
811
|
totalParticipants?: InputMaybe<Scalars['Float']['input']>;
|
|
809
812
|
};
|
|
810
813
|
export type CompetitionResultType = 'POSITION' | 'SCORE';
|
|
814
|
+
export type CompetitionVerificationTier = 'ATHLINKS_CLAIMED' | 'FEDERATION_VERIFIED' | 'LINK_EXTRACTED_MATCH' | 'LINK_PROVIDED' | 'SELF_REPORTED' | 'STRAVA_CORROBORATED';
|
|
811
815
|
export type ComponentSummary = {
|
|
812
816
|
activityCount: Scalars['Int']['output'];
|
|
813
817
|
avgScorePerActivity?: Maybe<Scalars['Float']['output']>;
|
|
@@ -1338,6 +1342,13 @@ export type DurationDto = {
|
|
|
1338
1342
|
length?: Scalars['Float']['input'];
|
|
1339
1343
|
unit?: Scalars['String']['input'];
|
|
1340
1344
|
};
|
|
1345
|
+
export type EditAthleteCompetitionDto = {
|
|
1346
|
+
cityId?: InputMaybe<Scalars['String']['input']>;
|
|
1347
|
+
competitionId: Scalars['String']['input'];
|
|
1348
|
+
competitionNumber?: InputMaybe<Scalars['String']['input']>;
|
|
1349
|
+
eventWebsite?: InputMaybe<Scalars['String']['input']>;
|
|
1350
|
+
participationDate?: InputMaybe<Scalars['DateTime']['input']>;
|
|
1351
|
+
};
|
|
1341
1352
|
export type EditCampaignBudgetDto = {
|
|
1342
1353
|
budget?: InputMaybe<BudgetDto>;
|
|
1343
1354
|
campaignId: Scalars['String']['input'];
|
|
@@ -1735,6 +1746,7 @@ export type LeaderboardEntry = {
|
|
|
1735
1746
|
rank: Scalars['Int']['output'];
|
|
1736
1747
|
rankChange?: Maybe<Scalars['Int']['output']>;
|
|
1737
1748
|
score: Scalars['Float']['output'];
|
|
1749
|
+
scoreHistory?: Maybe<Array<Scalars['Float']['output']>>;
|
|
1738
1750
|
screenName?: Maybe<Scalars['String']['output']>;
|
|
1739
1751
|
socialScore?: Maybe<Scalars['Float']['output']>;
|
|
1740
1752
|
sportId?: Maybe<Scalars['String']['output']>;
|
|
@@ -1926,6 +1938,7 @@ export type Mutation = {
|
|
|
1926
1938
|
deleteVtxUser: DeleteVtxUserResponse;
|
|
1927
1939
|
dismissNotification: Scalars['Boolean']['output'];
|
|
1928
1940
|
editAlbum: Album;
|
|
1941
|
+
editAthleteCompetition: AthleteCompetition;
|
|
1929
1942
|
editCampaignBudget: Scalars['Boolean']['output'];
|
|
1930
1943
|
editCompetitionBudget: Scalars['Boolean']['output'];
|
|
1931
1944
|
editCompetitionBudgetForCampaign: Scalars['Boolean']['output'];
|
|
@@ -1973,11 +1986,14 @@ export type Mutation = {
|
|
|
1973
1986
|
sendAiCoachMessage: AiCoachMessage;
|
|
1974
1987
|
sendAthleteInvitations: Array<SponsorAthleteInvitation>;
|
|
1975
1988
|
sendBulkEmail: Scalars['Boolean']['output'];
|
|
1989
|
+
sendPushCampaign: PushCampaignType;
|
|
1976
1990
|
sendTestEmail: Scalars['Boolean']['output'];
|
|
1977
1991
|
sendThankYou: DonationThankYou;
|
|
1978
1992
|
setCurrentCampaign: FundRaisingCampaign;
|
|
1979
1993
|
setFundingStatus: FundRaisingCampaign;
|
|
1980
1994
|
setOfferStatus: Offer;
|
|
1995
|
+
setPreferredLocale?: Maybe<Scalars['String']['output']>;
|
|
1996
|
+
trackUsageEvents: TrackResult;
|
|
1981
1997
|
unfollowAthlete: Scalars['Boolean']['output'];
|
|
1982
1998
|
unlinkBrandFromSponsor: Brand;
|
|
1983
1999
|
unlinkInstagram: Scalars['Boolean']['output'];
|
|
@@ -2194,6 +2210,9 @@ export type MutationDismissNotificationArgs = {
|
|
|
2194
2210
|
export type MutationEditAlbumArgs = {
|
|
2195
2211
|
input: UploadAlbumsPicturesDto;
|
|
2196
2212
|
};
|
|
2213
|
+
export type MutationEditAthleteCompetitionArgs = {
|
|
2214
|
+
input: EditAthleteCompetitionDto;
|
|
2215
|
+
};
|
|
2197
2216
|
export type MutationEditCampaignBudgetArgs = {
|
|
2198
2217
|
input: EditCampaignBudgetDto;
|
|
2199
2218
|
};
|
|
@@ -2338,6 +2357,9 @@ export type MutationSendAthleteInvitationsArgs = {
|
|
|
2338
2357
|
export type MutationSendBulkEmailArgs = {
|
|
2339
2358
|
campaignId: Scalars['String']['input'];
|
|
2340
2359
|
};
|
|
2360
|
+
export type MutationSendPushCampaignArgs = {
|
|
2361
|
+
input: SendPushCampaignInput;
|
|
2362
|
+
};
|
|
2341
2363
|
export type MutationSendTestEmailArgs = {
|
|
2342
2364
|
adminEmail: Scalars['String']['input'];
|
|
2343
2365
|
campaignId: Scalars['String']['input'];
|
|
@@ -2355,6 +2377,12 @@ export type MutationSetOfferStatusArgs = {
|
|
|
2355
2377
|
id: Scalars['String']['input'];
|
|
2356
2378
|
status: Scalars['String']['input'];
|
|
2357
2379
|
};
|
|
2380
|
+
export type MutationSetPreferredLocaleArgs = {
|
|
2381
|
+
locale: Scalars['String']['input'];
|
|
2382
|
+
};
|
|
2383
|
+
export type MutationTrackUsageEventsArgs = {
|
|
2384
|
+
events: Array<UsageEventInput>;
|
|
2385
|
+
};
|
|
2358
2386
|
export type MutationUnfollowAthleteArgs = {
|
|
2359
2387
|
input: UnfollowAthleteInput;
|
|
2360
2388
|
};
|
|
@@ -2727,6 +2755,25 @@ export type PublicIntegrationStatus = {
|
|
|
2727
2755
|
instagramUsername?: Maybe<Scalars['String']['output']>;
|
|
2728
2756
|
stravaAthleteId?: Maybe<Scalars['String']['output']>;
|
|
2729
2757
|
};
|
|
2758
|
+
export type PushAndroidOverridesInput = {
|
|
2759
|
+
channelId?: InputMaybe<Scalars['String']['input']>;
|
|
2760
|
+
priority?: InputMaybe<Scalars['String']['input']>;
|
|
2761
|
+
sound?: InputMaybe<Scalars['String']['input']>;
|
|
2762
|
+
};
|
|
2763
|
+
export type PushCampaignType = {
|
|
2764
|
+
body: Scalars['String']['output'];
|
|
2765
|
+
deepLink: Scalars['String']['output'];
|
|
2766
|
+
id: Scalars['ID']['output'];
|
|
2767
|
+
recipientCount: Scalars['Int']['output'];
|
|
2768
|
+
sentAt?: Maybe<Scalars['DateTime']['output']>;
|
|
2769
|
+
status: Scalars['String']['output'];
|
|
2770
|
+
title: Scalars['String']['output'];
|
|
2771
|
+
};
|
|
2772
|
+
export type PushIosOverridesInput = {
|
|
2773
|
+
category?: InputMaybe<Scalars['String']['input']>;
|
|
2774
|
+
interruptionLevel?: InputMaybe<Scalars['String']['input']>;
|
|
2775
|
+
sound?: InputMaybe<Scalars['String']['input']>;
|
|
2776
|
+
};
|
|
2730
2777
|
export type QualificationDto = {
|
|
2731
2778
|
type: Scalars['String']['input'];
|
|
2732
2779
|
};
|
|
@@ -2832,8 +2879,10 @@ export type Query = {
|
|
|
2832
2879
|
getPublicSponsorships: Array<Sponsorship>;
|
|
2833
2880
|
getReceipt: Receipt;
|
|
2834
2881
|
getReceiptUrl: ReceiptUrl;
|
|
2882
|
+
getRecentDonationsForCampaign: Array<Donation>;
|
|
2835
2883
|
getRecommendedAthletes: Array<Athlete>;
|
|
2836
2884
|
getResetVerificationCode: VerificationCode;
|
|
2885
|
+
getRetentionCohorts: Array<UsageRetentionRow>;
|
|
2837
2886
|
getS3UploadUrl: Awss3UploadUrl;
|
|
2838
2887
|
getSendGridTemplatePreview?: Maybe<Scalars['String']['output']>;
|
|
2839
2888
|
getSendGridTemplates: Array<SendGridTemplate>;
|
|
@@ -2858,6 +2907,8 @@ export type Query = {
|
|
|
2858
2907
|
getTransactionDetails: TransactionDetails;
|
|
2859
2908
|
getTransactionsPaginated: PaginatedTransactions;
|
|
2860
2909
|
getUploadUrl: Awss3UploadUrl;
|
|
2910
|
+
getUsageFunnel: Array<UsageFunnelRow>;
|
|
2911
|
+
getUsageRollup: Array<UsageRollupRow>;
|
|
2861
2912
|
getUserImagesFromEmail: UserImages;
|
|
2862
2913
|
getUserRank: UserRank;
|
|
2863
2914
|
getUsersPaginated: PaginatedUsers;
|
|
@@ -2869,6 +2920,7 @@ export type Query = {
|
|
|
2869
2920
|
myNotificationPreferences: NotificationPreference;
|
|
2870
2921
|
myNotifications: NotificationListResponse;
|
|
2871
2922
|
myOfferClaims: Array<OfferClaim>;
|
|
2923
|
+
myPreferredLocale?: Maybe<Scalars['String']['output']>;
|
|
2872
2924
|
notificationUnreadCount: UnreadCountResponse;
|
|
2873
2925
|
offer: Offer;
|
|
2874
2926
|
offerAvailability: OfferAvailability;
|
|
@@ -3084,12 +3136,20 @@ export type QueryGetReceiptArgs = {
|
|
|
3084
3136
|
export type QueryGetReceiptUrlArgs = {
|
|
3085
3137
|
input: GetReceiptDto;
|
|
3086
3138
|
};
|
|
3139
|
+
export type QueryGetRecentDonationsForCampaignArgs = {
|
|
3140
|
+
campaignIdOrSlug: Scalars['String']['input'];
|
|
3141
|
+
limit?: InputMaybe<Scalars['Float']['input']>;
|
|
3142
|
+
offset?: InputMaybe<Scalars['Float']['input']>;
|
|
3143
|
+
};
|
|
3087
3144
|
export type QueryGetRecommendedAthletesArgs = {
|
|
3088
3145
|
loginEmail: Scalars['String']['input'];
|
|
3089
3146
|
};
|
|
3090
3147
|
export type QueryGetResetVerificationCodeArgs = {
|
|
3091
3148
|
input: Scalars['String']['input'];
|
|
3092
3149
|
};
|
|
3150
|
+
export type QueryGetRetentionCohortsArgs = {
|
|
3151
|
+
weeksBack?: InputMaybe<Scalars['Int']['input']>;
|
|
3152
|
+
};
|
|
3093
3153
|
export type QueryGetS3UploadUrlArgs = {
|
|
3094
3154
|
input: Awss3GetUploadDto;
|
|
3095
3155
|
};
|
|
@@ -3135,6 +3195,16 @@ export type QueryGetTransactionsPaginatedArgs = {
|
|
|
3135
3195
|
export type QueryGetUploadUrlArgs = {
|
|
3136
3196
|
input: Awss3GetUploadDto;
|
|
3137
3197
|
};
|
|
3198
|
+
export type QueryGetUsageFunnelArgs = {
|
|
3199
|
+
endDate: Scalars['String']['input'];
|
|
3200
|
+
platform?: InputMaybe<Scalars['String']['input']>;
|
|
3201
|
+
startDate: Scalars['String']['input'];
|
|
3202
|
+
};
|
|
3203
|
+
export type QueryGetUsageRollupArgs = {
|
|
3204
|
+
endDate: Scalars['String']['input'];
|
|
3205
|
+
platform?: InputMaybe<Scalars['String']['input']>;
|
|
3206
|
+
startDate: Scalars['String']['input'];
|
|
3207
|
+
};
|
|
3138
3208
|
export type QueryGetUserImagesFromEmailArgs = {
|
|
3139
3209
|
loginEmail: Scalars['String']['input'];
|
|
3140
3210
|
};
|
|
@@ -3320,6 +3390,7 @@ export type RegisterSponsorInput = {
|
|
|
3320
3390
|
phone?: InputMaybe<Scalars['String']['input']>;
|
|
3321
3391
|
};
|
|
3322
3392
|
export type RegisterUserDto = {
|
|
3393
|
+
anonymousId?: InputMaybe<Scalars['String']['input']>;
|
|
3323
3394
|
email: Scalars['String']['input'];
|
|
3324
3395
|
inviteCode?: InputMaybe<Scalars['String']['input']>;
|
|
3325
3396
|
password: Scalars['String']['input'];
|
|
@@ -3388,6 +3459,17 @@ export type SendGridTemplate = {
|
|
|
3388
3459
|
subject?: Maybe<Scalars['String']['output']>;
|
|
3389
3460
|
updatedAt?: Maybe<Scalars['String']['output']>;
|
|
3390
3461
|
};
|
|
3462
|
+
export type SendPushCampaignInput = {
|
|
3463
|
+
androidOverrides?: InputMaybe<PushAndroidOverridesInput>;
|
|
3464
|
+
audienceFilters: AudienceFilterDto;
|
|
3465
|
+
body: Scalars['String']['input'];
|
|
3466
|
+
customData?: InputMaybe<Scalars['JSON']['input']>;
|
|
3467
|
+
deepLink: Scalars['String']['input'];
|
|
3468
|
+
dryRun?: InputMaybe<Scalars['Boolean']['input']>;
|
|
3469
|
+
iosOverrides?: InputMaybe<PushIosOverridesInput>;
|
|
3470
|
+
scheduleAt?: InputMaybe<Scalars['DateTime']['input']>;
|
|
3471
|
+
title: Scalars['String']['input'];
|
|
3472
|
+
};
|
|
3391
3473
|
export type SendThankYouDto = {
|
|
3392
3474
|
campaignId: Scalars['String']['input'];
|
|
3393
3475
|
customMessage?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -3998,6 +4080,10 @@ export type TopMetric = {
|
|
|
3998
4080
|
name: Scalars['String']['output'];
|
|
3999
4081
|
status: Scalars['String']['output'];
|
|
4000
4082
|
};
|
|
4083
|
+
export type TrackResult = {
|
|
4084
|
+
accepted: Scalars['Int']['output'];
|
|
4085
|
+
rejected: Scalars['Int']['output'];
|
|
4086
|
+
};
|
|
4001
4087
|
export type TransactionDetails = {
|
|
4002
4088
|
amount_subtotal?: Maybe<Scalars['Float']['output']>;
|
|
4003
4089
|
amount_total?: Maybe<Scalars['Float']['output']>;
|
|
@@ -4164,6 +4250,36 @@ export type UriAvailableType = {
|
|
|
4164
4250
|
available: Scalars['Boolean']['output'];
|
|
4165
4251
|
valid: Scalars['Boolean']['output'];
|
|
4166
4252
|
};
|
|
4253
|
+
export type UsageEventInput = {
|
|
4254
|
+
anonymousId?: InputMaybe<Scalars['String']['input']>;
|
|
4255
|
+
appVersion?: InputMaybe<Scalars['String']['input']>;
|
|
4256
|
+
eventName: Scalars['String']['input'];
|
|
4257
|
+
platform: Scalars['String']['input'];
|
|
4258
|
+
properties?: InputMaybe<Scalars['JSON']['input']>;
|
|
4259
|
+
referrer?: InputMaybe<Scalars['String']['input']>;
|
|
4260
|
+
route?: InputMaybe<Scalars['String']['input']>;
|
|
4261
|
+
sessionId?: InputMaybe<Scalars['String']['input']>;
|
|
4262
|
+
userAgent?: InputMaybe<Scalars['String']['input']>;
|
|
4263
|
+
};
|
|
4264
|
+
export type UsageFunnelRow = {
|
|
4265
|
+
date: Scalars['String']['output'];
|
|
4266
|
+
step: Scalars['String']['output'];
|
|
4267
|
+
userCount: Scalars['Int']['output'];
|
|
4268
|
+
};
|
|
4269
|
+
export type UsageMetric = 'DAU' | 'MAU' | 'WAU';
|
|
4270
|
+
export type UsagePlatform = 'ADMIN' | 'MOBILE' | 'WEB';
|
|
4271
|
+
export type UsageRetentionRow = {
|
|
4272
|
+
cohortSize: Scalars['Int']['output'];
|
|
4273
|
+
retainedCount: Scalars['Int']['output'];
|
|
4274
|
+
signupWeek: Scalars['String']['output'];
|
|
4275
|
+
weekNumber: Scalars['Int']['output'];
|
|
4276
|
+
};
|
|
4277
|
+
export type UsageRollupRow = {
|
|
4278
|
+
date: Scalars['String']['output'];
|
|
4279
|
+
metric: Scalars['String']['output'];
|
|
4280
|
+
platform: Scalars['String']['output'];
|
|
4281
|
+
value: Scalars['Int']['output'];
|
|
4282
|
+
};
|
|
4167
4283
|
export type User = {
|
|
4168
4284
|
_id: Scalars['String']['output'];
|
|
4169
4285
|
domains?: Maybe<Array<DomainCredential>>;
|
|
@@ -5470,6 +5586,27 @@ export type FindAthleteForUserQuery = {
|
|
|
5470
5586
|
} | null;
|
|
5471
5587
|
}> | null;
|
|
5472
5588
|
} | null;
|
|
5589
|
+
fundingCampaigns?: Array<{
|
|
5590
|
+
_id: string;
|
|
5591
|
+
slug?: string | null;
|
|
5592
|
+
status: string;
|
|
5593
|
+
title: string;
|
|
5594
|
+
motivation?: string | null;
|
|
5595
|
+
fundsRequired: number;
|
|
5596
|
+
initialFundsObtained: number;
|
|
5597
|
+
fundsObtained: number;
|
|
5598
|
+
createdDate: string;
|
|
5599
|
+
endingDate: string;
|
|
5600
|
+
coverImage?: {
|
|
5601
|
+
_id: string;
|
|
5602
|
+
name?: string | null;
|
|
5603
|
+
contentType?: string | null;
|
|
5604
|
+
size?: number | null;
|
|
5605
|
+
useType?: string | null;
|
|
5606
|
+
url: string;
|
|
5607
|
+
key: string;
|
|
5608
|
+
} | null;
|
|
5609
|
+
}> | null;
|
|
5473
5610
|
stripeAccountReference?: {
|
|
5474
5611
|
_id: string;
|
|
5475
5612
|
stripeAccountId: string;
|
|
@@ -7591,6 +7728,82 @@ export type AddAthleteCompetitionMutation = {
|
|
|
7591
7728
|
score?: string | null;
|
|
7592
7729
|
finishTimeMS?: number | null;
|
|
7593
7730
|
resultWebLink?: string | null;
|
|
7731
|
+
verificationTier?: CompetitionVerificationTier | null;
|
|
7732
|
+
} | null;
|
|
7733
|
+
};
|
|
7734
|
+
};
|
|
7735
|
+
export type EditAthleteCompetitionMutationVariables = Exact<{
|
|
7736
|
+
input: EditAthleteCompetitionDto;
|
|
7737
|
+
}>;
|
|
7738
|
+
export type EditAthleteCompetitionMutation = {
|
|
7739
|
+
editAthleteCompetition: {
|
|
7740
|
+
_id: string;
|
|
7741
|
+
participationDate?: string | null;
|
|
7742
|
+
competitionNumber?: string | null;
|
|
7743
|
+
fundRaisingCampaignIds?: Array<string> | null;
|
|
7744
|
+
event: {
|
|
7745
|
+
_id: string;
|
|
7746
|
+
name: string;
|
|
7747
|
+
eventWebSite?: string | null;
|
|
7748
|
+
startDate: string;
|
|
7749
|
+
endDate?: string | null;
|
|
7750
|
+
verified: boolean;
|
|
7751
|
+
mainSport?: {
|
|
7752
|
+
_id: string;
|
|
7753
|
+
name: string;
|
|
7754
|
+
} | null;
|
|
7755
|
+
banner?: {
|
|
7756
|
+
_id: string;
|
|
7757
|
+
name?: string | null;
|
|
7758
|
+
contentType?: string | null;
|
|
7759
|
+
size?: number | null;
|
|
7760
|
+
useType?: string | null;
|
|
7761
|
+
url: string;
|
|
7762
|
+
key: string;
|
|
7763
|
+
} | null;
|
|
7764
|
+
location?: {
|
|
7765
|
+
_id: string;
|
|
7766
|
+
userProvidedLatitude?: number | null;
|
|
7767
|
+
userProvidedLongitude?: number | null;
|
|
7768
|
+
cityNameGeocode?: string | null;
|
|
7769
|
+
stateNameGeocode?: string | null;
|
|
7770
|
+
countryIso2CodeGeocode?: string | null;
|
|
7771
|
+
timeZoneGeocode?: string | null;
|
|
7772
|
+
latitudeGeocode?: number | null;
|
|
7773
|
+
longitudeGeocode?: number | null;
|
|
7774
|
+
city?: {
|
|
7775
|
+
_id: string;
|
|
7776
|
+
name: string;
|
|
7777
|
+
localizedName: string;
|
|
7778
|
+
latitude?: number | null;
|
|
7779
|
+
longitude?: number | null;
|
|
7780
|
+
timezone?: string | null;
|
|
7781
|
+
state?: {
|
|
7782
|
+
_id: string;
|
|
7783
|
+
name: string;
|
|
7784
|
+
country?: {
|
|
7785
|
+
_id: string;
|
|
7786
|
+
name: string;
|
|
7787
|
+
} | null;
|
|
7788
|
+
} | null;
|
|
7789
|
+
} | null;
|
|
7790
|
+
} | null;
|
|
7791
|
+
};
|
|
7792
|
+
result?: {
|
|
7793
|
+
resultType: string;
|
|
7794
|
+
position?: number | null;
|
|
7795
|
+
score?: string | null;
|
|
7796
|
+
finishTimeMS?: number | null;
|
|
7797
|
+
resultWebLink?: string | null;
|
|
7798
|
+
outcome: string;
|
|
7799
|
+
totalParticipants?: number | null;
|
|
7800
|
+
adversary?: string | null;
|
|
7801
|
+
genderPosition?: number | null;
|
|
7802
|
+
genderParticipants?: number | null;
|
|
7803
|
+
categoryPosition?: number | null;
|
|
7804
|
+
categoryParticipants?: number | null;
|
|
7805
|
+
categoryName?: string | null;
|
|
7806
|
+
verificationTier?: CompetitionVerificationTier | null;
|
|
7594
7807
|
} | null;
|
|
7595
7808
|
};
|
|
7596
7809
|
};
|
|
@@ -7666,6 +7879,8 @@ export type GetAthleteCompetitionsQuery = {
|
|
|
7666
7879
|
categoryPosition?: number | null;
|
|
7667
7880
|
categoryParticipants?: number | null;
|
|
7668
7881
|
categoryName?: string | null;
|
|
7882
|
+
pointsEarned?: number | null;
|
|
7883
|
+
verificationTier?: CompetitionVerificationTier | null;
|
|
7669
7884
|
} | null;
|
|
7670
7885
|
budget?: {
|
|
7671
7886
|
_id: string;
|
|
@@ -7888,6 +8103,8 @@ export type SaveAthleteCompetitionResultMutation = {
|
|
|
7888
8103
|
categoryPosition?: number | null;
|
|
7889
8104
|
categoryParticipants?: number | null;
|
|
7890
8105
|
categoryName?: string | null;
|
|
8106
|
+
pointsEarned?: number | null;
|
|
8107
|
+
verificationTier?: CompetitionVerificationTier | null;
|
|
7891
8108
|
};
|
|
7892
8109
|
};
|
|
7893
8110
|
export type CreateMembershipOrganizationMutationVariables = Exact<{
|
|
@@ -11154,6 +11371,8 @@ export type GetAudiencePreviewQueryVariables = Exact<{
|
|
|
11154
11371
|
export type GetAudiencePreviewQuery = {
|
|
11155
11372
|
getAudiencePreview: {
|
|
11156
11373
|
total: number;
|
|
11374
|
+
pushEligible: number;
|
|
11375
|
+
emailEligible: number;
|
|
11157
11376
|
users: Array<{
|
|
11158
11377
|
firstName?: string | null;
|
|
11159
11378
|
lastName?: string | null;
|
|
@@ -11337,1114 +11556,117 @@ export type MyFollowedAthletesQuery = {
|
|
|
11337
11556
|
}>;
|
|
11338
11557
|
};
|
|
11339
11558
|
};
|
|
11340
|
-
export type
|
|
11341
|
-
|
|
11559
|
+
export type GetRecentDonationsForCampaignQueryVariables = Exact<{
|
|
11560
|
+
campaignIdOrSlug: Scalars['String']['input'];
|
|
11561
|
+
limit?: InputMaybe<Scalars['Float']['input']>;
|
|
11562
|
+
offset?: InputMaybe<Scalars['Float']['input']>;
|
|
11342
11563
|
}>;
|
|
11343
|
-
export type
|
|
11344
|
-
|
|
11345
|
-
|
|
11346
|
-
|
|
11347
|
-
|
|
11348
|
-
|
|
11349
|
-
|
|
11564
|
+
export type GetRecentDonationsForCampaignQuery = {
|
|
11565
|
+
getRecentDonationsForCampaign: Array<{
|
|
11566
|
+
checkoutSessionId: string;
|
|
11567
|
+
fundingCheckoutSessionDataId: string;
|
|
11568
|
+
donationMode: string;
|
|
11569
|
+
donorName: string;
|
|
11570
|
+
donorEmail?: string | null;
|
|
11571
|
+
completed: boolean;
|
|
11572
|
+
confirmed: boolean;
|
|
11573
|
+
donationAmount: number;
|
|
11574
|
+
completedDate?: string | null;
|
|
11575
|
+
createdDate?: string | null;
|
|
11576
|
+
athleteId: string;
|
|
11577
|
+
athleteName: string;
|
|
11578
|
+
message?: string | null;
|
|
11579
|
+
athleteReference?: {
|
|
11350
11580
|
_id: string;
|
|
11351
|
-
|
|
11352
|
-
|
|
11353
|
-
owner?: {
|
|
11581
|
+
} | null;
|
|
11582
|
+
campaignReference?: {
|
|
11354
11583
|
_id: string;
|
|
11355
11584
|
} | null;
|
|
11356
|
-
}
|
|
11585
|
+
}>;
|
|
11357
11586
|
};
|
|
11358
|
-
export type
|
|
11359
|
-
|
|
11360
|
-
domainId: Scalars['String']['input'];
|
|
11587
|
+
export type GetAthleteIntegrationsByAthleteQueryVariables = Exact<{
|
|
11588
|
+
[key: string]: never;
|
|
11361
11589
|
}>;
|
|
11362
|
-
export type
|
|
11363
|
-
|
|
11590
|
+
export type GetAthleteIntegrationsByAthleteQuery = {
|
|
11591
|
+
getAthleteInstagramIntegration: {
|
|
11364
11592
|
_id: string;
|
|
11365
|
-
|
|
11366
|
-
|
|
11367
|
-
email: string;
|
|
11368
|
-
domain: {
|
|
11593
|
+
hasInstagramIntegration?: boolean | null;
|
|
11594
|
+
athlete: {
|
|
11369
11595
|
_id: string;
|
|
11370
|
-
name: string;
|
|
11371
11596
|
};
|
|
11372
|
-
|
|
11373
|
-
|
|
11597
|
+
instagramUserData?: {
|
|
11598
|
+
user_id: string;
|
|
11599
|
+
username: string;
|
|
11600
|
+
name?: string | null;
|
|
11601
|
+
account_type?: string | null;
|
|
11602
|
+
followers_count?: string | null;
|
|
11603
|
+
media_count?: number | null;
|
|
11604
|
+
} | null;
|
|
11605
|
+
instagramMediaData?: {
|
|
11606
|
+
data?: Array<{
|
|
11607
|
+
id: string;
|
|
11608
|
+
caption?: string | null;
|
|
11609
|
+
media_type: string;
|
|
11610
|
+
media_url?: string | null;
|
|
11611
|
+
permalink: string;
|
|
11612
|
+
thumbnail_url?: string | null;
|
|
11613
|
+
timestamp: string;
|
|
11614
|
+
username: string;
|
|
11615
|
+
like_count?: number | null;
|
|
11616
|
+
comments_count?: number | null;
|
|
11617
|
+
insights?: {
|
|
11618
|
+
data?: Array<{
|
|
11619
|
+
name: string;
|
|
11620
|
+
period: string;
|
|
11621
|
+
values: string;
|
|
11622
|
+
}> | null;
|
|
11623
|
+
} | null;
|
|
11624
|
+
}> | null;
|
|
11625
|
+
paging?: {
|
|
11626
|
+
next?: string | null;
|
|
11627
|
+
cursors?: {
|
|
11628
|
+
before?: string | null;
|
|
11629
|
+
after?: string | null;
|
|
11630
|
+
} | null;
|
|
11631
|
+
} | null;
|
|
11374
11632
|
} | null;
|
|
11375
11633
|
};
|
|
11376
11634
|
};
|
|
11377
|
-
export type
|
|
11635
|
+
export type GetAthleteStravaIntegrationQueryVariables = Exact<{
|
|
11378
11636
|
[key: string]: never;
|
|
11379
11637
|
}>;
|
|
11380
|
-
export type
|
|
11381
|
-
|
|
11638
|
+
export type GetAthleteStravaIntegrationQuery = {
|
|
11639
|
+
getAthleteStravaIntegration: {
|
|
11382
11640
|
_id: string;
|
|
11383
|
-
|
|
11384
|
-
|
|
11385
|
-
email: string;
|
|
11386
|
-
domain: {
|
|
11641
|
+
hasStravaIntegration?: boolean | null;
|
|
11642
|
+
athlete: {
|
|
11387
11643
|
_id: string;
|
|
11388
|
-
name: string;
|
|
11389
11644
|
};
|
|
11390
|
-
|
|
11391
|
-
|
|
11645
|
+
stravaAthleteData?: {
|
|
11646
|
+
id: number;
|
|
11647
|
+
username?: string | null;
|
|
11648
|
+
firstname: string;
|
|
11649
|
+
lastname: string;
|
|
11650
|
+
bio?: string | null;
|
|
11651
|
+
city?: string | null;
|
|
11652
|
+
state?: string | null;
|
|
11653
|
+
country?: string | null;
|
|
11654
|
+
sex?: string | null;
|
|
11655
|
+
premium: boolean;
|
|
11656
|
+
profile?: string | null;
|
|
11657
|
+
created_at?: string | null;
|
|
11658
|
+
updated_at?: string | null;
|
|
11392
11659
|
} | null;
|
|
11393
|
-
}>;
|
|
11394
|
-
};
|
|
11395
|
-
export type IsTenantUriAvailableQueryVariables = Exact<{
|
|
11396
|
-
tenant_uri: Scalars['String']['input'];
|
|
11397
|
-
}>;
|
|
11398
|
-
export type IsTenantUriAvailableQuery = {
|
|
11399
|
-
isTenantUriAvailable: {
|
|
11400
|
-
available: boolean;
|
|
11401
|
-
valid: boolean;
|
|
11402
|
-
};
|
|
11403
|
-
};
|
|
11404
|
-
export type FindUserByIdQueryVariables = Exact<{
|
|
11405
|
-
_id: Scalars['String']['input'];
|
|
11406
|
-
}>;
|
|
11407
|
-
export type FindUserByIdQuery = {
|
|
11408
|
-
findUserById: {
|
|
11409
|
-
_id: string;
|
|
11410
|
-
loginEmail: string;
|
|
11411
|
-
suspended: boolean;
|
|
11412
|
-
loginMethods?: Array<string> | null;
|
|
11413
|
-
domains?: Array<{
|
|
11414
|
-
_id: string;
|
|
11415
|
-
name: string;
|
|
11416
|
-
}> | null;
|
|
11417
11660
|
};
|
|
11418
11661
|
};
|
|
11419
|
-
export type
|
|
11420
|
-
|
|
11421
|
-
password: Scalars['String']['input'];
|
|
11662
|
+
export type GetAthleteInstagramIntegrationQueryVariables = Exact<{
|
|
11663
|
+
[key: string]: never;
|
|
11422
11664
|
}>;
|
|
11423
|
-
export type
|
|
11424
|
-
|
|
11665
|
+
export type GetAthleteInstagramIntegrationQuery = {
|
|
11666
|
+
getAthleteInstagramIntegration: {
|
|
11425
11667
|
_id: string;
|
|
11426
|
-
|
|
11427
|
-
|
|
11428
|
-
loginMethods?: Array<string> | null;
|
|
11429
|
-
domains?: Array<{
|
|
11430
|
-
_id: string;
|
|
11431
|
-
name: string;
|
|
11432
|
-
}> | null;
|
|
11433
|
-
};
|
|
11434
|
-
};
|
|
11435
|
-
export type GetUploadUrlQueryVariables = Exact<{
|
|
11436
|
-
input: Awss3GetUploadDto;
|
|
11437
|
-
}>;
|
|
11438
|
-
export type GetUploadUrlQuery = {
|
|
11439
|
-
getUploadUrl: {
|
|
11440
|
-
uploadUrl: string;
|
|
11441
|
-
downloadUrl: string;
|
|
11442
|
-
bucket: string;
|
|
11443
|
-
key: string;
|
|
11444
|
-
};
|
|
11445
|
-
};
|
|
11446
|
-
export type IndustriesQueryVariables = Exact<{
|
|
11447
|
-
[key: string]: never;
|
|
11448
|
-
}>;
|
|
11449
|
-
export type IndustriesQuery = {
|
|
11450
|
-
industries: Array<{
|
|
11451
|
-
_id: string;
|
|
11452
|
-
name: string;
|
|
11453
|
-
}>;
|
|
11454
|
-
};
|
|
11455
|
-
export type FindIndustryByIdQueryVariables = Exact<{
|
|
11456
|
-
industryId: Scalars['String']['input'];
|
|
11457
|
-
}>;
|
|
11458
|
-
export type FindIndustryByIdQuery = {
|
|
11459
|
-
findIndustryById: {
|
|
11460
|
-
_id: string;
|
|
11461
|
-
name: string;
|
|
11462
|
-
};
|
|
11463
|
-
};
|
|
11464
|
-
export type BrandsQueryVariables = Exact<{
|
|
11465
|
-
[key: string]: never;
|
|
11466
|
-
}>;
|
|
11467
|
-
export type BrandsQuery = {
|
|
11468
|
-
brands: Array<{
|
|
11469
|
-
_id: string;
|
|
11470
|
-
name: string;
|
|
11471
|
-
slogan?: string | null;
|
|
11472
|
-
website?: string | null;
|
|
11473
|
-
affiliateLink?: string | null;
|
|
11474
|
-
description?: string | null;
|
|
11475
|
-
approved: boolean;
|
|
11476
|
-
published: boolean;
|
|
11477
|
-
operatorIds?: Array<string> | null;
|
|
11478
|
-
logo?: {
|
|
11479
|
-
_id: string;
|
|
11480
|
-
name?: string | null;
|
|
11481
|
-
} | null;
|
|
11482
|
-
banner?: {
|
|
11483
|
-
_id: string;
|
|
11484
|
-
name?: string | null;
|
|
11485
|
-
} | null;
|
|
11486
|
-
translations?: Array<{
|
|
11487
|
-
_id: string;
|
|
11488
|
-
name?: string | null;
|
|
11489
|
-
}> | null;
|
|
11490
|
-
sponsors?: Array<{
|
|
11491
|
-
_id: string;
|
|
11492
|
-
}> | null;
|
|
11493
|
-
}>;
|
|
11494
|
-
};
|
|
11495
|
-
export type GetBrandByNameQueryVariables = Exact<{
|
|
11496
|
-
name: Scalars['String']['input'];
|
|
11497
|
-
translations: Scalars['Boolean']['input'];
|
|
11498
|
-
}>;
|
|
11499
|
-
export type GetBrandByNameQuery = {
|
|
11500
|
-
getBrandByName: {
|
|
11501
|
-
_id: string;
|
|
11502
|
-
name: string;
|
|
11503
|
-
slogan?: string | null;
|
|
11504
|
-
website?: string | null;
|
|
11505
|
-
affiliateLink?: string | null;
|
|
11506
|
-
description?: string | null;
|
|
11507
|
-
approved: boolean;
|
|
11508
|
-
published: boolean;
|
|
11509
|
-
operatorIds?: Array<string> | null;
|
|
11510
|
-
logo?: {
|
|
11511
|
-
_id: string;
|
|
11512
|
-
name?: string | null;
|
|
11513
|
-
} | null;
|
|
11514
|
-
banner?: {
|
|
11515
|
-
_id: string;
|
|
11516
|
-
name?: string | null;
|
|
11517
|
-
} | null;
|
|
11518
|
-
translations?: Array<{
|
|
11519
|
-
_id: string;
|
|
11520
|
-
name?: string | null;
|
|
11521
|
-
}> | null;
|
|
11522
|
-
sponsors?: Array<{
|
|
11523
|
-
_id: string;
|
|
11524
|
-
}> | null;
|
|
11525
|
-
};
|
|
11526
|
-
};
|
|
11527
|
-
export type GetBrandTranslationQueryVariables = Exact<{
|
|
11528
|
-
brandId: Scalars['String']['input'];
|
|
11529
|
-
language: Scalars['String']['input'];
|
|
11530
|
-
}>;
|
|
11531
|
-
export type GetBrandTranslationQuery = {
|
|
11532
|
-
getBrandTranslation: {
|
|
11533
|
-
_id: string;
|
|
11534
|
-
brandId: string;
|
|
11535
|
-
language: string;
|
|
11536
|
-
name?: string | null;
|
|
11537
|
-
slogan?: string | null;
|
|
11538
|
-
description?: string | null;
|
|
11539
|
-
logo?: {
|
|
11540
|
-
_id: string;
|
|
11541
|
-
name?: string | null;
|
|
11542
|
-
} | null;
|
|
11543
|
-
banner?: {
|
|
11544
|
-
_id: string;
|
|
11545
|
-
name?: string | null;
|
|
11546
|
-
} | null;
|
|
11547
|
-
};
|
|
11548
|
-
};
|
|
11549
|
-
export type ExistsValidSponsorForEmailQueryVariables = Exact<{
|
|
11550
|
-
loginEmail: Scalars['String']['input'];
|
|
11551
|
-
}>;
|
|
11552
|
-
export type ExistsValidSponsorForEmailQuery = {
|
|
11553
|
-
existsValidSponsorForEmail: {
|
|
11554
|
-
_id: string;
|
|
11555
|
-
name: string;
|
|
11556
|
-
description?: string | null;
|
|
11557
|
-
approved: boolean;
|
|
11558
|
-
tenant?: {
|
|
11559
|
-
_id: string;
|
|
11560
|
-
name: string;
|
|
11561
|
-
} | null;
|
|
11562
|
-
industry?: {
|
|
11563
|
-
_id: string;
|
|
11564
|
-
name: string;
|
|
11565
|
-
} | null;
|
|
11566
|
-
brands?: Array<{
|
|
11567
|
-
_id: string;
|
|
11568
|
-
}> | null;
|
|
11569
|
-
sponsorships?: Array<{
|
|
11570
|
-
_id: string;
|
|
11571
|
-
}> | null;
|
|
11572
|
-
};
|
|
11573
|
-
};
|
|
11574
|
-
export type SponsorsQueryVariables = Exact<{
|
|
11575
|
-
[key: string]: never;
|
|
11576
|
-
}>;
|
|
11577
|
-
export type SponsorsQuery = {
|
|
11578
|
-
sponsors: Array<{
|
|
11579
|
-
_id: string;
|
|
11580
|
-
name: string;
|
|
11581
|
-
description?: string | null;
|
|
11582
|
-
approved: boolean;
|
|
11583
|
-
tenant?: {
|
|
11584
|
-
_id: string;
|
|
11585
|
-
name: string;
|
|
11586
|
-
} | null;
|
|
11587
|
-
industry?: {
|
|
11588
|
-
_id: string;
|
|
11589
|
-
name: string;
|
|
11590
|
-
} | null;
|
|
11591
|
-
brands?: Array<{
|
|
11592
|
-
_id: string;
|
|
11593
|
-
}> | null;
|
|
11594
|
-
sponsorships?: Array<{
|
|
11595
|
-
_id: string;
|
|
11596
|
-
}> | null;
|
|
11597
|
-
}>;
|
|
11598
|
-
};
|
|
11599
|
-
export type FindAthleteByIdQueryVariables = Exact<{
|
|
11600
|
-
athleteId: Scalars['String']['input'];
|
|
11601
|
-
}>;
|
|
11602
|
-
export type FindAthleteByIdQuery = {
|
|
11603
|
-
findAthleteById: {
|
|
11604
|
-
_id: string;
|
|
11605
|
-
firstName: string;
|
|
11606
|
-
lastName: string;
|
|
11607
|
-
screenName?: string | null;
|
|
11608
|
-
dob?: string | null;
|
|
11609
|
-
lgbt?: boolean | null;
|
|
11610
|
-
competitionGender?: string | null;
|
|
11611
|
-
trainer?: string | null;
|
|
11612
|
-
trainerUrl?: string | null;
|
|
11613
|
-
totalUpcomingCompetitions?: number | null;
|
|
11614
|
-
totalPastCompetitions?: number | null;
|
|
11615
|
-
aboutMe?: string | null;
|
|
11616
|
-
biography?: string | null;
|
|
11617
|
-
suspended: boolean;
|
|
11618
|
-
onboardingComplete?: boolean | null;
|
|
11619
|
-
onboardingStep?: number | null;
|
|
11620
|
-
country?: {
|
|
11621
|
-
_id: string;
|
|
11622
|
-
name: string;
|
|
11623
|
-
} | null;
|
|
11624
|
-
location?: {
|
|
11625
|
-
_id: string;
|
|
11626
|
-
} | null;
|
|
11627
|
-
mainSport: {
|
|
11628
|
-
_id: string;
|
|
11629
|
-
name: string;
|
|
11630
|
-
};
|
|
11631
|
-
mainSportLevel: {
|
|
11632
|
-
_id: string;
|
|
11633
|
-
};
|
|
11634
|
-
profilePicture?: {
|
|
11635
|
-
_id: string;
|
|
11636
|
-
name?: string | null;
|
|
11637
|
-
} | null;
|
|
11638
|
-
cardPicture?: {
|
|
11639
|
-
_id: string;
|
|
11640
|
-
name?: string | null;
|
|
11641
|
-
} | null;
|
|
11642
|
-
bannerPicture?: {
|
|
11643
|
-
_id: string;
|
|
11644
|
-
name?: string | null;
|
|
11645
|
-
} | null;
|
|
11646
|
-
preferences: {
|
|
11647
|
-
_id: string;
|
|
11648
|
-
};
|
|
11649
|
-
allSports?: Array<{
|
|
11650
|
-
_id: string;
|
|
11651
|
-
name: string;
|
|
11652
|
-
}> | null;
|
|
11653
|
-
teams?: Array<{
|
|
11654
|
-
_id: string;
|
|
11655
|
-
name: string;
|
|
11656
|
-
}> | null;
|
|
11657
|
-
sponsorBrands?: Array<{
|
|
11658
|
-
_id: string;
|
|
11659
|
-
name: string;
|
|
11660
|
-
}> | null;
|
|
11661
|
-
competitions?: Array<{
|
|
11662
|
-
_id: string;
|
|
11663
|
-
}> | null;
|
|
11664
|
-
affiliations?: Array<{
|
|
11665
|
-
_id: string;
|
|
11666
|
-
}> | null;
|
|
11667
|
-
newsLinks?: Array<{
|
|
11668
|
-
_id: string;
|
|
11669
|
-
}> | null;
|
|
11670
|
-
channels?: Array<{
|
|
11671
|
-
_id: string;
|
|
11672
|
-
}> | null;
|
|
11673
|
-
currentCampaign?: {
|
|
11674
|
-
_id: string;
|
|
11675
|
-
} | null;
|
|
11676
|
-
fundingCampaigns?: Array<{
|
|
11677
|
-
_id: string;
|
|
11678
|
-
}> | null;
|
|
11679
|
-
stripeAccountReference?: {
|
|
11680
|
-
_id: string;
|
|
11681
|
-
} | null;
|
|
11682
|
-
albums?: Array<{
|
|
11683
|
-
_id: string;
|
|
11684
|
-
}> | null;
|
|
11685
|
-
historicalScores?: Array<{
|
|
11686
|
-
_id: string;
|
|
11687
|
-
}> | null;
|
|
11688
|
-
signedAgreements?: Array<{
|
|
11689
|
-
_id: string;
|
|
11690
|
-
}> | null;
|
|
11691
|
-
};
|
|
11692
|
-
};
|
|
11693
|
-
export type FindAthletebyIdpublicQueryVariables = Exact<{
|
|
11694
|
-
athleteId: Scalars['String']['input'];
|
|
11695
|
-
}>;
|
|
11696
|
-
export type FindAthletebyIdpublicQuery = {
|
|
11697
|
-
findAthletebyIdpublic: {
|
|
11698
|
-
_id: string;
|
|
11699
|
-
firstName: string;
|
|
11700
|
-
lastName: string;
|
|
11701
|
-
screenName?: string | null;
|
|
11702
|
-
dob?: string | null;
|
|
11703
|
-
lgbt?: boolean | null;
|
|
11704
|
-
competitionGender?: string | null;
|
|
11705
|
-
trainer?: string | null;
|
|
11706
|
-
trainerUrl?: string | null;
|
|
11707
|
-
totalUpcomingCompetitions?: number | null;
|
|
11708
|
-
totalPastCompetitions?: number | null;
|
|
11709
|
-
aboutMe?: string | null;
|
|
11710
|
-
biography?: string | null;
|
|
11711
|
-
suspended: boolean;
|
|
11712
|
-
onboardingComplete?: boolean | null;
|
|
11713
|
-
onboardingStep?: number | null;
|
|
11714
|
-
country?: {
|
|
11715
|
-
_id: string;
|
|
11716
|
-
name: string;
|
|
11717
|
-
} | null;
|
|
11718
|
-
location?: {
|
|
11719
|
-
_id: string;
|
|
11720
|
-
} | null;
|
|
11721
|
-
mainSport: {
|
|
11722
|
-
_id: string;
|
|
11723
|
-
name: string;
|
|
11724
|
-
};
|
|
11725
|
-
mainSportLevel: {
|
|
11726
|
-
_id: string;
|
|
11727
|
-
};
|
|
11728
|
-
profilePicture?: {
|
|
11729
|
-
_id: string;
|
|
11730
|
-
name?: string | null;
|
|
11731
|
-
} | null;
|
|
11732
|
-
cardPicture?: {
|
|
11733
|
-
_id: string;
|
|
11734
|
-
name?: string | null;
|
|
11735
|
-
} | null;
|
|
11736
|
-
bannerPicture?: {
|
|
11737
|
-
_id: string;
|
|
11738
|
-
name?: string | null;
|
|
11739
|
-
} | null;
|
|
11740
|
-
preferences: {
|
|
11741
|
-
_id: string;
|
|
11742
|
-
};
|
|
11743
|
-
allSports?: Array<{
|
|
11744
|
-
_id: string;
|
|
11745
|
-
name: string;
|
|
11746
|
-
}> | null;
|
|
11747
|
-
teams?: Array<{
|
|
11748
|
-
_id: string;
|
|
11749
|
-
name: string;
|
|
11750
|
-
}> | null;
|
|
11751
|
-
sponsorBrands?: Array<{
|
|
11752
|
-
_id: string;
|
|
11753
|
-
name: string;
|
|
11754
|
-
}> | null;
|
|
11755
|
-
competitions?: Array<{
|
|
11756
|
-
_id: string;
|
|
11757
|
-
}> | null;
|
|
11758
|
-
affiliations?: Array<{
|
|
11759
|
-
_id: string;
|
|
11760
|
-
}> | null;
|
|
11761
|
-
newsLinks?: Array<{
|
|
11762
|
-
_id: string;
|
|
11763
|
-
}> | null;
|
|
11764
|
-
channels?: Array<{
|
|
11765
|
-
_id: string;
|
|
11766
|
-
}> | null;
|
|
11767
|
-
currentCampaign?: {
|
|
11768
|
-
_id: string;
|
|
11769
|
-
} | null;
|
|
11770
|
-
fundingCampaigns?: Array<{
|
|
11771
|
-
_id: string;
|
|
11772
|
-
}> | null;
|
|
11773
|
-
stripeAccountReference?: {
|
|
11774
|
-
_id: string;
|
|
11775
|
-
} | null;
|
|
11776
|
-
albums?: Array<{
|
|
11777
|
-
_id: string;
|
|
11778
|
-
}> | null;
|
|
11779
|
-
historicalScores?: Array<{
|
|
11780
|
-
_id: string;
|
|
11781
|
-
}> | null;
|
|
11782
|
-
signedAgreements?: Array<{
|
|
11783
|
-
_id: string;
|
|
11784
|
-
}> | null;
|
|
11785
|
-
};
|
|
11786
|
-
};
|
|
11787
|
-
export type GetAthleteAlbumIdQueryVariables = Exact<{
|
|
11788
|
-
input: Scalars['String']['input'];
|
|
11789
|
-
}>;
|
|
11790
|
-
export type GetAthleteAlbumIdQuery = {
|
|
11791
|
-
getAthleteAlbumId: {
|
|
11792
|
-
_id: string;
|
|
11793
|
-
label: string;
|
|
11794
|
-
description?: string | null;
|
|
11795
|
-
displayIndex: number;
|
|
11796
|
-
competitionId?: string | null;
|
|
11797
|
-
visibility: string;
|
|
11798
|
-
photos?: Array<{
|
|
11799
|
-
_id: string;
|
|
11800
|
-
}> | null;
|
|
11801
|
-
};
|
|
11802
|
-
};
|
|
11803
|
-
export type QueryAthleteWithFilterQueryVariables = Exact<{
|
|
11804
|
-
input: AthleteQueryDto;
|
|
11805
|
-
}>;
|
|
11806
|
-
export type QueryAthleteWithFilterQuery = {
|
|
11807
|
-
queryAthleteWithFilter: {
|
|
11808
|
-
athletes: Array<{
|
|
11809
|
-
_id: string;
|
|
11810
|
-
}>;
|
|
11811
|
-
};
|
|
11812
|
-
};
|
|
11813
|
-
export type FindSportByIdQueryVariables = Exact<{
|
|
11814
|
-
sportId: Scalars['String']['input'];
|
|
11815
|
-
}>;
|
|
11816
|
-
export type FindSportByIdQuery = {
|
|
11817
|
-
findSportById: {
|
|
11818
|
-
_id: string;
|
|
11819
|
-
name: string;
|
|
11820
|
-
resultType: CompetitionResultType;
|
|
11821
|
-
verified?: boolean | null;
|
|
11822
|
-
priority?: number | null;
|
|
11823
|
-
};
|
|
11824
|
-
};
|
|
11825
|
-
export type GetBudgetItemUnitsQueryVariables = Exact<{
|
|
11826
|
-
[key: string]: never;
|
|
11827
|
-
}>;
|
|
11828
|
-
export type GetBudgetItemUnitsQuery = {
|
|
11829
|
-
getBudgetItemUnits: Array<{
|
|
11830
|
-
_id: string;
|
|
11831
|
-
label: string;
|
|
11832
|
-
}>;
|
|
11833
|
-
};
|
|
11834
|
-
export type OffersQueryVariables = Exact<{
|
|
11835
|
-
[key: string]: never;
|
|
11836
|
-
}>;
|
|
11837
|
-
export type OffersQuery = {
|
|
11838
|
-
offers: Array<{
|
|
11839
|
-
_id: string;
|
|
11840
|
-
name?: string | null;
|
|
11841
|
-
label: string;
|
|
11842
|
-
decription?: string | null;
|
|
11843
|
-
type: string;
|
|
11844
|
-
status: string;
|
|
11845
|
-
discountType: string;
|
|
11846
|
-
discountTypeData: string;
|
|
11847
|
-
conditions?: Array<string> | null;
|
|
11848
|
-
dateStart?: string | null;
|
|
11849
|
-
dateEnd?: string | null;
|
|
11850
|
-
dateCreated: string;
|
|
11851
|
-
totalCodes: number;
|
|
11852
|
-
availableCodes: number;
|
|
11853
|
-
disclaimer?: string | null;
|
|
11854
|
-
genericCode?: string | null;
|
|
11855
|
-
featured: boolean;
|
|
11856
|
-
offerImage?: {
|
|
11857
|
-
_id: string;
|
|
11858
|
-
name?: string | null;
|
|
11859
|
-
} | null;
|
|
11860
|
-
brand: {
|
|
11861
|
-
_id: string;
|
|
11862
|
-
name: string;
|
|
11863
|
-
};
|
|
11864
|
-
sponsor: {
|
|
11865
|
-
_id: string;
|
|
11866
|
-
name: string;
|
|
11867
|
-
};
|
|
11868
|
-
criteria?: {
|
|
11869
|
-
_id: string;
|
|
11870
|
-
} | null;
|
|
11871
|
-
availableCountries?: Array<{
|
|
11872
|
-
_id: string;
|
|
11873
|
-
name: string;
|
|
11874
|
-
}> | null;
|
|
11875
|
-
}>;
|
|
11876
|
-
};
|
|
11877
|
-
export type OffersForAthleteQueryVariables = Exact<{
|
|
11878
|
-
athleteId?: InputMaybe<Scalars['String']['input']>;
|
|
11879
|
-
}>;
|
|
11880
|
-
export type OffersForAthleteQuery = {
|
|
11881
|
-
offersForAthlete: Array<{
|
|
11882
|
-
_id: string;
|
|
11883
|
-
name?: string | null;
|
|
11884
|
-
label: string;
|
|
11885
|
-
decription?: string | null;
|
|
11886
|
-
type: string;
|
|
11887
|
-
status: string;
|
|
11888
|
-
discountType: string;
|
|
11889
|
-
discountTypeData: string;
|
|
11890
|
-
conditions?: Array<string> | null;
|
|
11891
|
-
dateStart?: string | null;
|
|
11892
|
-
dateEnd?: string | null;
|
|
11893
|
-
dateCreated: string;
|
|
11894
|
-
totalCodes: number;
|
|
11895
|
-
availableCodes: number;
|
|
11896
|
-
disclaimer?: string | null;
|
|
11897
|
-
genericCode?: string | null;
|
|
11898
|
-
featured: boolean;
|
|
11899
|
-
offerImage?: {
|
|
11900
|
-
_id: string;
|
|
11901
|
-
name?: string | null;
|
|
11902
|
-
} | null;
|
|
11903
|
-
brand: {
|
|
11904
|
-
_id: string;
|
|
11905
|
-
name: string;
|
|
11906
|
-
};
|
|
11907
|
-
sponsor: {
|
|
11908
|
-
_id: string;
|
|
11909
|
-
name: string;
|
|
11910
|
-
};
|
|
11911
|
-
criteria?: {
|
|
11912
|
-
_id: string;
|
|
11913
|
-
} | null;
|
|
11914
|
-
availableCountries?: Array<{
|
|
11915
|
-
_id: string;
|
|
11916
|
-
name: string;
|
|
11917
|
-
}> | null;
|
|
11918
|
-
}>;
|
|
11919
|
-
};
|
|
11920
|
-
export type OfferQueryVariables = Exact<{
|
|
11921
|
-
id: Scalars['String']['input'];
|
|
11922
|
-
}>;
|
|
11923
|
-
export type OfferQuery = {
|
|
11924
|
-
offer: {
|
|
11925
|
-
_id: string;
|
|
11926
|
-
name?: string | null;
|
|
11927
|
-
label: string;
|
|
11928
|
-
decription?: string | null;
|
|
11929
|
-
type: string;
|
|
11930
|
-
status: string;
|
|
11931
|
-
discountType: string;
|
|
11932
|
-
discountTypeData: string;
|
|
11933
|
-
conditions?: Array<string> | null;
|
|
11934
|
-
dateStart?: string | null;
|
|
11935
|
-
dateEnd?: string | null;
|
|
11936
|
-
dateCreated: string;
|
|
11937
|
-
totalCodes: number;
|
|
11938
|
-
availableCodes: number;
|
|
11939
|
-
disclaimer?: string | null;
|
|
11940
|
-
genericCode?: string | null;
|
|
11941
|
-
featured: boolean;
|
|
11942
|
-
offerImage?: {
|
|
11943
|
-
_id: string;
|
|
11944
|
-
name?: string | null;
|
|
11945
|
-
} | null;
|
|
11946
|
-
brand: {
|
|
11947
|
-
_id: string;
|
|
11948
|
-
name: string;
|
|
11949
|
-
};
|
|
11950
|
-
sponsor: {
|
|
11951
|
-
_id: string;
|
|
11952
|
-
name: string;
|
|
11953
|
-
};
|
|
11954
|
-
criteria?: {
|
|
11955
|
-
_id: string;
|
|
11956
|
-
} | null;
|
|
11957
|
-
availableCountries?: Array<{
|
|
11958
|
-
_id: string;
|
|
11959
|
-
name: string;
|
|
11960
|
-
}> | null;
|
|
11961
|
-
};
|
|
11962
|
-
};
|
|
11963
|
-
export type MyOfferClaimsQueryVariables = Exact<{
|
|
11964
|
-
athleteId: Scalars['String']['input'];
|
|
11965
|
-
query?: InputMaybe<OfferClaimQueryDto>;
|
|
11966
|
-
}>;
|
|
11967
|
-
export type MyOfferClaimsQuery = {
|
|
11968
|
-
myOfferClaims: Array<{
|
|
11969
|
-
_id: string;
|
|
11970
|
-
claimedAt: string;
|
|
11971
|
-
code?: string | null;
|
|
11972
|
-
offer: {
|
|
11973
|
-
_id: string;
|
|
11974
|
-
name?: string | null;
|
|
11975
|
-
};
|
|
11976
|
-
athlete: {
|
|
11977
|
-
_id: string;
|
|
11978
|
-
};
|
|
11979
|
-
}>;
|
|
11980
|
-
};
|
|
11981
|
-
export type OfferAvailabilityQueryVariables = Exact<{
|
|
11982
|
-
offerId: Scalars['String']['input'];
|
|
11983
|
-
athleteId: Scalars['String']['input'];
|
|
11984
|
-
}>;
|
|
11985
|
-
export type OfferAvailabilityQuery = {
|
|
11986
|
-
offerAvailability: {
|
|
11987
|
-
available: boolean;
|
|
11988
|
-
reason?: string | null;
|
|
11989
|
-
};
|
|
11990
|
-
};
|
|
11991
|
-
export type AthleteDashboardQueryVariables = Exact<{
|
|
11992
|
-
athleteId: Scalars['String']['input'];
|
|
11993
|
-
}>;
|
|
11994
|
-
export type AthleteDashboardQuery = {
|
|
11995
|
-
athleteDashboard: {
|
|
11996
|
-
vtxScore: number;
|
|
11997
|
-
socialScore: number;
|
|
11998
|
-
trainingScore: number;
|
|
11999
|
-
competitionScore: number;
|
|
12000
|
-
lastUpdated: string;
|
|
12001
|
-
};
|
|
12002
|
-
};
|
|
12003
|
-
export type AthleteScoreHistoryQueryVariables = Exact<{
|
|
12004
|
-
input: ScoreHistoryQueryDto;
|
|
12005
|
-
}>;
|
|
12006
|
-
export type AthleteScoreHistoryQuery = {
|
|
12007
|
-
athleteScoreHistory: Array<{
|
|
12008
|
-
date: string;
|
|
12009
|
-
vtxScore?: number | null;
|
|
12010
|
-
socialScore?: number | null;
|
|
12011
|
-
trainingScore?: number | null;
|
|
12012
|
-
competitionScore?: number | null;
|
|
12013
|
-
}>;
|
|
12014
|
-
};
|
|
12015
|
-
export type AthleteRankHistoryQueryVariables = Exact<{
|
|
12016
|
-
input: RankHistoryQueryDto;
|
|
12017
|
-
}>;
|
|
12018
|
-
export type AthleteRankHistoryQuery = {
|
|
12019
|
-
athleteRankHistory: Array<{
|
|
12020
|
-
date: string;
|
|
12021
|
-
globalRank?: number | null;
|
|
12022
|
-
countryRank?: number | null;
|
|
12023
|
-
}>;
|
|
12024
|
-
};
|
|
12025
|
-
export type AthleteRankContextQueryVariables = Exact<{
|
|
12026
|
-
input: RankContextQueryDto;
|
|
12027
|
-
}>;
|
|
12028
|
-
export type AthleteRankContextQuery = {
|
|
12029
|
-
athleteRankContext: {
|
|
12030
|
-
globalRank?: number | null;
|
|
12031
|
-
countryRank?: number | null;
|
|
12032
|
-
rankChange?: number | null;
|
|
12033
|
-
percentile?: string | null;
|
|
12034
|
-
gapToNext?: number | null;
|
|
12035
|
-
gapFromPrevious?: number | null;
|
|
12036
|
-
totalAthletes?: number | null;
|
|
12037
|
-
};
|
|
12038
|
-
};
|
|
12039
|
-
export type AthleteActivitiesQueryVariables = Exact<{
|
|
12040
|
-
input: ActivitiesQueryDto;
|
|
12041
|
-
}>;
|
|
12042
|
-
export type AthleteActivitiesQuery = {
|
|
12043
|
-
athleteActivities: {
|
|
12044
|
-
total: number;
|
|
12045
|
-
hasMore: boolean;
|
|
12046
|
-
};
|
|
12047
|
-
};
|
|
12048
|
-
export type AthleteActivityDetailQueryVariables = Exact<{
|
|
12049
|
-
input: ActivityDetailQueryDto;
|
|
12050
|
-
}>;
|
|
12051
|
-
export type AthleteActivityDetailQuery = {
|
|
12052
|
-
athleteActivityDetail: {
|
|
12053
|
-
id: string;
|
|
12054
|
-
date: string;
|
|
12055
|
-
type: string;
|
|
12056
|
-
category: string;
|
|
12057
|
-
prMetrics?: Array<string> | null;
|
|
12058
|
-
caption?: string | null;
|
|
12059
|
-
metrics: Array<{
|
|
12060
|
-
name: string;
|
|
12061
|
-
}>;
|
|
12062
|
-
};
|
|
12063
|
-
};
|
|
12064
|
-
export type AthleteComponentSummaryQueryVariables = Exact<{
|
|
12065
|
-
input: ComponentSummaryQueryDto;
|
|
12066
|
-
}>;
|
|
12067
|
-
export type AthleteComponentSummaryQuery = {
|
|
12068
|
-
athleteComponentSummary: {
|
|
12069
|
-
name: string;
|
|
12070
|
-
score: number;
|
|
12071
|
-
maxScore: number;
|
|
12072
|
-
trend?: number | null;
|
|
12073
|
-
trendPeriod: string;
|
|
12074
|
-
activityCount: number;
|
|
12075
|
-
avgScorePerActivity?: number | null;
|
|
12076
|
-
newMaxActivityIds?: Array<string> | null;
|
|
12077
|
-
metricMaxes?: any | null;
|
|
12078
|
-
topMetrics: Array<{
|
|
12079
|
-
name: string;
|
|
12080
|
-
}>;
|
|
12081
|
-
};
|
|
12082
|
-
};
|
|
12083
|
-
export type AthleteActivityDatesQueryVariables = Exact<{
|
|
12084
|
-
input: ActivityDatesQueryDto;
|
|
12085
|
-
}>;
|
|
12086
|
-
export type AthleteActivityDatesQuery = {
|
|
12087
|
-
athleteActivityDates: {
|
|
12088
|
-
__typename: 'ActivityDatesResponse';
|
|
12089
|
-
};
|
|
12090
|
-
};
|
|
12091
|
-
export type SocialAggregatesQueryVariables = Exact<{
|
|
12092
|
-
athleteId: Scalars['ID']['input'];
|
|
12093
|
-
platform: Platform;
|
|
12094
|
-
range: DateRangeInput;
|
|
12095
|
-
periodType?: InputMaybe<PeriodType>;
|
|
12096
|
-
}>;
|
|
12097
|
-
export type SocialAggregatesQuery = {
|
|
12098
|
-
socialAggregates: Array<{
|
|
12099
|
-
_id: string;
|
|
12100
|
-
athleteId: string;
|
|
12101
|
-
platform: Platform;
|
|
12102
|
-
contentType?: ContentType | null;
|
|
12103
|
-
periodType: PeriodType;
|
|
12104
|
-
periodLabel: string;
|
|
12105
|
-
periodStart: string;
|
|
12106
|
-
periodEnd: string;
|
|
12107
|
-
totalLikes: number;
|
|
12108
|
-
totalComments: number;
|
|
12109
|
-
totalShares: number;
|
|
12110
|
-
totalSaves: number;
|
|
12111
|
-
totalReach: number;
|
|
12112
|
-
totalViews: number;
|
|
12113
|
-
totalImpressions: number;
|
|
12114
|
-
postCount: number;
|
|
12115
|
-
followerCount: number;
|
|
12116
|
-
avgEngagementRate: number;
|
|
12117
|
-
avgPostEngagement: number;
|
|
12118
|
-
}>;
|
|
12119
|
-
};
|
|
12120
|
-
export type PostsWithComparisonQueryVariables = Exact<{
|
|
12121
|
-
athleteId: Scalars['ID']['input'];
|
|
12122
|
-
platform: Platform;
|
|
12123
|
-
options?: InputMaybe<PostComparisonInput>;
|
|
12124
|
-
}>;
|
|
12125
|
-
export type PostsWithComparisonQuery = {
|
|
12126
|
-
postsWithComparison: {
|
|
12127
|
-
total: number;
|
|
12128
|
-
hasMore: boolean;
|
|
12129
|
-
};
|
|
12130
|
-
};
|
|
12131
|
-
export type GetEmailCampaignQueryVariables = Exact<{
|
|
12132
|
-
id: Scalars['String']['input'];
|
|
12133
|
-
}>;
|
|
12134
|
-
export type GetEmailCampaignQuery = {
|
|
12135
|
-
getEmailCampaign: {
|
|
12136
|
-
_id: string;
|
|
12137
|
-
subject: string;
|
|
12138
|
-
templateId?: string | null;
|
|
12139
|
-
templateName?: string | null;
|
|
12140
|
-
htmlContent?: string | null;
|
|
12141
|
-
audienceFilters: any;
|
|
12142
|
-
segmentId?: string | null;
|
|
12143
|
-
status: string;
|
|
12144
|
-
scheduledFor?: string | null;
|
|
12145
|
-
sentAt?: string | null;
|
|
12146
|
-
recipientCount?: number | null;
|
|
12147
|
-
createdBy: string;
|
|
12148
|
-
createdAt: string;
|
|
12149
|
-
updatedAt?: string | null;
|
|
12150
|
-
testSentAt?: string | null;
|
|
12151
|
-
segment?: {
|
|
12152
|
-
_id: string;
|
|
12153
|
-
name: string;
|
|
12154
|
-
} | null;
|
|
12155
|
-
};
|
|
12156
|
-
};
|
|
12157
|
-
export type LoginUserFromCredentialsMutationVariables = Exact<{
|
|
12158
|
-
username: Scalars['String']['input'];
|
|
12159
|
-
password: Scalars['String']['input'];
|
|
12160
|
-
}>;
|
|
12161
|
-
export type LoginUserFromCredentialsMutation = {
|
|
12162
|
-
loginUserFromCredentials: {
|
|
12163
|
-
_id: string;
|
|
12164
|
-
loginEmail: string;
|
|
12165
|
-
suspended: boolean;
|
|
12166
|
-
loginMethods?: Array<string> | null;
|
|
12167
|
-
domains?: Array<{
|
|
12168
|
-
_id: string;
|
|
12169
|
-
name: string;
|
|
12170
|
-
}> | null;
|
|
12171
|
-
};
|
|
12172
|
-
};
|
|
12173
|
-
export type DeleteUploadedUseTypeFileMutationVariables = Exact<{
|
|
12174
|
-
input: Awss3DeleteUseTypeFileDto;
|
|
12175
|
-
}>;
|
|
12176
|
-
export type DeleteUploadedUseTypeFileMutation = {
|
|
12177
|
-
deleteUploadedUseTypeFile: {
|
|
12178
|
-
httpStatus: number;
|
|
12179
|
-
result: string;
|
|
12180
|
-
message: string;
|
|
12181
|
-
errors?: Array<string> | null;
|
|
12182
|
-
};
|
|
12183
|
-
};
|
|
12184
|
-
export type DeleteUploadedBucketFileMutationVariables = Exact<{
|
|
12185
|
-
input: Awss3DeleteBucketFileDto;
|
|
12186
|
-
}>;
|
|
12187
|
-
export type DeleteUploadedBucketFileMutation = {
|
|
12188
|
-
deleteUploadedBucketFile: {
|
|
12189
|
-
httpStatus: number;
|
|
12190
|
-
result: string;
|
|
12191
|
-
message: string;
|
|
12192
|
-
errors?: Array<string> | null;
|
|
12193
|
-
};
|
|
12194
|
-
};
|
|
12195
|
-
export type RegisterS3UploadedFileMutationVariables = Exact<{
|
|
12196
|
-
input: Awss3UploadedFileDto;
|
|
12197
|
-
}>;
|
|
12198
|
-
export type RegisterS3UploadedFileMutation = {
|
|
12199
|
-
registerS3UploadedFile: {
|
|
12200
|
-
_id: string;
|
|
12201
|
-
name?: string | null;
|
|
12202
|
-
contentType?: string | null;
|
|
12203
|
-
size?: number | null;
|
|
12204
|
-
useType?: string | null;
|
|
12205
|
-
url: string;
|
|
12206
|
-
key: string;
|
|
12207
|
-
pendingDelete: boolean;
|
|
12208
|
-
};
|
|
12209
|
-
};
|
|
12210
|
-
export type CreateIndustryMutationVariables = Exact<{
|
|
12211
|
-
input: CreateIndustryDto;
|
|
12212
|
-
}>;
|
|
12213
|
-
export type CreateIndustryMutation = {
|
|
12214
|
-
createIndustry: {
|
|
12215
|
-
_id: string;
|
|
12216
|
-
name: string;
|
|
12217
|
-
};
|
|
12218
|
-
};
|
|
12219
|
-
export type RegisterSponsorMutationVariables = Exact<{
|
|
12220
|
-
input: RegisterSponsorInput;
|
|
12221
|
-
}>;
|
|
12222
|
-
export type RegisterSponsorMutation = {
|
|
12223
|
-
registerSponsor: {
|
|
12224
|
-
_id: string;
|
|
12225
|
-
name: string;
|
|
12226
|
-
description?: string | null;
|
|
12227
|
-
approved: boolean;
|
|
12228
|
-
tenant?: {
|
|
12229
|
-
_id: string;
|
|
12230
|
-
name: string;
|
|
12231
|
-
} | null;
|
|
12232
|
-
industry?: {
|
|
12233
|
-
_id: string;
|
|
12234
|
-
name: string;
|
|
12235
|
-
} | null;
|
|
12236
|
-
brands?: Array<{
|
|
12237
|
-
_id: string;
|
|
12238
|
-
}> | null;
|
|
12239
|
-
sponsorships?: Array<{
|
|
12240
|
-
_id: string;
|
|
12241
|
-
}> | null;
|
|
12242
|
-
};
|
|
12243
|
-
};
|
|
12244
|
-
export type ReorderAlbumIndexMutationVariables = Exact<{
|
|
12245
|
-
input: EditDisplayIndexDto;
|
|
12246
|
-
}>;
|
|
12247
|
-
export type ReorderAlbumIndexMutation = {
|
|
12248
|
-
reorderAlbumIndex: Array<{
|
|
12249
|
-
_id: string;
|
|
12250
|
-
label: string;
|
|
12251
|
-
description?: string | null;
|
|
12252
|
-
displayIndex: number;
|
|
12253
|
-
competitionId?: string | null;
|
|
12254
|
-
visibility: string;
|
|
12255
|
-
photos?: Array<{
|
|
12256
|
-
_id: string;
|
|
12257
|
-
}> | null;
|
|
12258
|
-
}>;
|
|
12259
|
-
};
|
|
12260
|
-
export type EditAlbumMutationVariables = Exact<{
|
|
12261
|
-
input: UploadAlbumsPicturesDto;
|
|
12262
|
-
}>;
|
|
12263
|
-
export type EditAlbumMutation = {
|
|
12264
|
-
editAlbum: {
|
|
12265
|
-
_id: string;
|
|
12266
|
-
label: string;
|
|
12267
|
-
description?: string | null;
|
|
12268
|
-
displayIndex: number;
|
|
12269
|
-
competitionId?: string | null;
|
|
12270
|
-
visibility: string;
|
|
12271
|
-
photos?: Array<{
|
|
12272
|
-
_id: string;
|
|
12273
|
-
}> | null;
|
|
12274
|
-
};
|
|
12275
|
-
};
|
|
12276
|
-
export type DeleteAthletePhotosMutationVariables = Exact<{
|
|
12277
|
-
input: DeleteValuesDto;
|
|
12278
|
-
}>;
|
|
12279
|
-
export type DeleteAthletePhotosMutation = {
|
|
12280
|
-
deleteAthletePhotos: {
|
|
12281
|
-
deleted: Array<string>;
|
|
12282
|
-
failedToDelete: Array<string>;
|
|
12283
|
-
result: string;
|
|
12284
|
-
};
|
|
12285
|
-
};
|
|
12286
|
-
export type DeleteAthleteMembershipAffilationMutationVariables = Exact<{
|
|
12287
|
-
input: DeleteSingleValueDto;
|
|
12288
|
-
}>;
|
|
12289
|
-
export type DeleteAthleteMembershipAffilationMutation = {
|
|
12290
|
-
deleteAthleteMembershipAffilation: {
|
|
12291
|
-
idToDelete: string;
|
|
12292
|
-
deleted: boolean;
|
|
12293
|
-
};
|
|
12294
|
-
};
|
|
12295
|
-
export type ApproveTeamMutationVariables = Exact<{
|
|
12296
|
-
teamId: Scalars['String']['input'];
|
|
12297
|
-
approved: Scalars['Boolean']['input'];
|
|
12298
|
-
}>;
|
|
12299
|
-
export type ApproveTeamMutation = {
|
|
12300
|
-
approveTeam: {
|
|
12301
|
-
_id: string;
|
|
12302
|
-
name: string;
|
|
12303
|
-
description?: string | null;
|
|
12304
|
-
approved?: boolean | null;
|
|
12305
|
-
joinPolicy?: string | null;
|
|
12306
|
-
maxRosterSize?: number | null;
|
|
12307
|
-
visibility?: string | null;
|
|
12308
|
-
stripeAccountId?: string | null;
|
|
12309
|
-
vtxScore?: number | null;
|
|
12310
|
-
sports?: Array<{
|
|
12311
|
-
_id: string;
|
|
12312
|
-
name: string;
|
|
12313
|
-
}> | null;
|
|
12314
|
-
logo?: {
|
|
12315
|
-
_id: string;
|
|
12316
|
-
name?: string | null;
|
|
12317
|
-
} | null;
|
|
12318
|
-
banner?: {
|
|
12319
|
-
_id: string;
|
|
12320
|
-
name?: string | null;
|
|
12321
|
-
} | null;
|
|
12322
|
-
club?: {
|
|
12323
|
-
_id: string;
|
|
12324
|
-
name: string;
|
|
12325
|
-
} | null;
|
|
12326
|
-
athletes?: Array<{
|
|
12327
|
-
_id: string;
|
|
12328
|
-
}> | null;
|
|
12329
|
-
};
|
|
12330
|
-
};
|
|
12331
|
-
export type ApproveClubMutationVariables = Exact<{
|
|
12332
|
-
clubId: Scalars['String']['input'];
|
|
12333
|
-
approved: Scalars['Boolean']['input'];
|
|
12334
|
-
}>;
|
|
12335
|
-
export type ApproveClubMutation = {
|
|
12336
|
-
approveClub: {
|
|
12337
|
-
_id: string;
|
|
12338
|
-
name: string;
|
|
12339
|
-
description?: string | null;
|
|
12340
|
-
location?: string | null;
|
|
12341
|
-
website?: string | null;
|
|
12342
|
-
membershipType: string;
|
|
12343
|
-
feeStructure?: any | null;
|
|
12344
|
-
approved?: boolean | null;
|
|
12345
|
-
visibility: string;
|
|
12346
|
-
stripeAccountId?: string | null;
|
|
12347
|
-
sports?: Array<{
|
|
12348
|
-
_id: string;
|
|
12349
|
-
name: string;
|
|
12350
|
-
}> | null;
|
|
12351
|
-
logo?: {
|
|
12352
|
-
_id: string;
|
|
12353
|
-
name?: string | null;
|
|
12354
|
-
} | null;
|
|
12355
|
-
banner?: {
|
|
12356
|
-
_id: string;
|
|
12357
|
-
name?: string | null;
|
|
12358
|
-
} | null;
|
|
12359
|
-
teams?: Array<{
|
|
12360
|
-
_id: string;
|
|
12361
|
-
name: string;
|
|
12362
|
-
}> | null;
|
|
12363
|
-
};
|
|
12364
|
-
};
|
|
12365
|
-
export type GetAthleteIntegrationsByAthleteQueryVariables = Exact<{
|
|
12366
|
-
[key: string]: never;
|
|
12367
|
-
}>;
|
|
12368
|
-
export type GetAthleteIntegrationsByAthleteQuery = {
|
|
12369
|
-
getAthleteInstagramIntegration: {
|
|
12370
|
-
_id: string;
|
|
12371
|
-
hasInstagramIntegration?: boolean | null;
|
|
12372
|
-
athlete: {
|
|
12373
|
-
_id: string;
|
|
12374
|
-
};
|
|
12375
|
-
instagramUserData?: {
|
|
12376
|
-
user_id: string;
|
|
12377
|
-
username: string;
|
|
12378
|
-
name?: string | null;
|
|
12379
|
-
account_type?: string | null;
|
|
12380
|
-
followers_count?: string | null;
|
|
12381
|
-
media_count?: number | null;
|
|
12382
|
-
} | null;
|
|
12383
|
-
instagramMediaData?: {
|
|
12384
|
-
data?: Array<{
|
|
12385
|
-
id: string;
|
|
12386
|
-
caption?: string | null;
|
|
12387
|
-
media_type: string;
|
|
12388
|
-
media_url?: string | null;
|
|
12389
|
-
permalink: string;
|
|
12390
|
-
thumbnail_url?: string | null;
|
|
12391
|
-
timestamp: string;
|
|
12392
|
-
username: string;
|
|
12393
|
-
like_count?: number | null;
|
|
12394
|
-
comments_count?: number | null;
|
|
12395
|
-
insights?: {
|
|
12396
|
-
data?: Array<{
|
|
12397
|
-
name: string;
|
|
12398
|
-
period: string;
|
|
12399
|
-
values: string;
|
|
12400
|
-
}> | null;
|
|
12401
|
-
} | null;
|
|
12402
|
-
}> | null;
|
|
12403
|
-
paging?: {
|
|
12404
|
-
next?: string | null;
|
|
12405
|
-
cursors?: {
|
|
12406
|
-
before?: string | null;
|
|
12407
|
-
after?: string | null;
|
|
12408
|
-
} | null;
|
|
12409
|
-
} | null;
|
|
12410
|
-
} | null;
|
|
12411
|
-
};
|
|
12412
|
-
};
|
|
12413
|
-
export type GetAthleteStravaIntegrationQueryVariables = Exact<{
|
|
12414
|
-
[key: string]: never;
|
|
12415
|
-
}>;
|
|
12416
|
-
export type GetAthleteStravaIntegrationQuery = {
|
|
12417
|
-
getAthleteStravaIntegration: {
|
|
12418
|
-
_id: string;
|
|
12419
|
-
hasStravaIntegration?: boolean | null;
|
|
12420
|
-
athlete: {
|
|
12421
|
-
_id: string;
|
|
12422
|
-
};
|
|
12423
|
-
stravaAthleteData?: {
|
|
12424
|
-
id: number;
|
|
12425
|
-
username?: string | null;
|
|
12426
|
-
firstname: string;
|
|
12427
|
-
lastname: string;
|
|
12428
|
-
bio?: string | null;
|
|
12429
|
-
city?: string | null;
|
|
12430
|
-
state?: string | null;
|
|
12431
|
-
country?: string | null;
|
|
12432
|
-
sex?: string | null;
|
|
12433
|
-
premium: boolean;
|
|
12434
|
-
profile?: string | null;
|
|
12435
|
-
created_at?: string | null;
|
|
12436
|
-
updated_at?: string | null;
|
|
12437
|
-
} | null;
|
|
12438
|
-
};
|
|
12439
|
-
};
|
|
12440
|
-
export type GetAthleteInstagramIntegrationQueryVariables = Exact<{
|
|
12441
|
-
[key: string]: never;
|
|
12442
|
-
}>;
|
|
12443
|
-
export type GetAthleteInstagramIntegrationQuery = {
|
|
12444
|
-
getAthleteInstagramIntegration: {
|
|
12445
|
-
_id: string;
|
|
12446
|
-
hasInstagramIntegration?: boolean | null;
|
|
12447
|
-
athlete: {
|
|
11668
|
+
hasInstagramIntegration?: boolean | null;
|
|
11669
|
+
athlete: {
|
|
12448
11670
|
_id: string;
|
|
12449
11671
|
};
|
|
12450
11672
|
instagramUserData?: {
|
|
@@ -12592,6 +11814,7 @@ export type GetLeaderboardQuery = {
|
|
|
12592
11814
|
competitionScore?: number | null;
|
|
12593
11815
|
mainSport?: string | null;
|
|
12594
11816
|
mainSportLevel?: string | null;
|
|
11817
|
+
scoreHistory?: Array<number> | null;
|
|
12595
11818
|
}>;
|
|
12596
11819
|
pagination: {
|
|
12597
11820
|
page: number;
|
|
@@ -13469,6 +12692,20 @@ export type GetOnboardingProgressQuery = {
|
|
|
13469
12692
|
error?: string | null;
|
|
13470
12693
|
};
|
|
13471
12694
|
};
|
|
12695
|
+
export type SendPushCampaignMutationVariables = Exact<{
|
|
12696
|
+
input: SendPushCampaignInput;
|
|
12697
|
+
}>;
|
|
12698
|
+
export type SendPushCampaignMutation = {
|
|
12699
|
+
sendPushCampaign: {
|
|
12700
|
+
id: string;
|
|
12701
|
+
title: string;
|
|
12702
|
+
body: string;
|
|
12703
|
+
deepLink: string;
|
|
12704
|
+
sentAt?: string | null;
|
|
12705
|
+
recipientCount: number;
|
|
12706
|
+
status: string;
|
|
12707
|
+
};
|
|
12708
|
+
};
|
|
13472
12709
|
export type Awss3FileFieldsFragment = {
|
|
13473
12710
|
_id: string;
|
|
13474
12711
|
name?: string | null;
|
|
@@ -15575,6 +14812,51 @@ export type CreateMembershipFeeCheckoutMutationVariables = Exact<{
|
|
|
15575
14812
|
export type CreateMembershipFeeCheckoutMutation = {
|
|
15576
14813
|
createMembershipFeeCheckout?: string | null;
|
|
15577
14814
|
};
|
|
14815
|
+
export type TrackUsageEventsMutationVariables = Exact<{
|
|
14816
|
+
events: Array<UsageEventInput> | UsageEventInput;
|
|
14817
|
+
}>;
|
|
14818
|
+
export type TrackUsageEventsMutation = {
|
|
14819
|
+
trackUsageEvents: {
|
|
14820
|
+
accepted: number;
|
|
14821
|
+
rejected: number;
|
|
14822
|
+
};
|
|
14823
|
+
};
|
|
14824
|
+
export type GetUsageRollupQueryVariables = Exact<{
|
|
14825
|
+
platform?: InputMaybe<Scalars['String']['input']>;
|
|
14826
|
+
startDate: Scalars['String']['input'];
|
|
14827
|
+
endDate: Scalars['String']['input'];
|
|
14828
|
+
}>;
|
|
14829
|
+
export type GetUsageRollupQuery = {
|
|
14830
|
+
getUsageRollup: Array<{
|
|
14831
|
+
date: string;
|
|
14832
|
+
platform: string;
|
|
14833
|
+
metric: string;
|
|
14834
|
+
value: number;
|
|
14835
|
+
}>;
|
|
14836
|
+
};
|
|
14837
|
+
export type GetUsageFunnelQueryVariables = Exact<{
|
|
14838
|
+
startDate: Scalars['String']['input'];
|
|
14839
|
+
endDate: Scalars['String']['input'];
|
|
14840
|
+
platform?: InputMaybe<Scalars['String']['input']>;
|
|
14841
|
+
}>;
|
|
14842
|
+
export type GetUsageFunnelQuery = {
|
|
14843
|
+
getUsageFunnel: Array<{
|
|
14844
|
+
date: string;
|
|
14845
|
+
step: string;
|
|
14846
|
+
userCount: number;
|
|
14847
|
+
}>;
|
|
14848
|
+
};
|
|
14849
|
+
export type GetRetentionCohortsQueryVariables = Exact<{
|
|
14850
|
+
weeksBack?: InputMaybe<Scalars['Int']['input']>;
|
|
14851
|
+
}>;
|
|
14852
|
+
export type GetRetentionCohortsQuery = {
|
|
14853
|
+
getRetentionCohorts: Array<{
|
|
14854
|
+
signupWeek: string;
|
|
14855
|
+
weekNumber: number;
|
|
14856
|
+
retainedCount: number;
|
|
14857
|
+
cohortSize: number;
|
|
14858
|
+
}>;
|
|
14859
|
+
};
|
|
15578
14860
|
export type FindUserByEmailQueryVariables = Exact<{
|
|
15579
14861
|
email: Scalars['String']['input'];
|
|
15580
14862
|
}>;
|
|
@@ -16051,6 +15333,18 @@ export type GetDatabaseTextFileQuery = {
|
|
|
16051
15333
|
content: string;
|
|
16052
15334
|
};
|
|
16053
15335
|
};
|
|
15336
|
+
export type MyPreferredLocaleQueryVariables = Exact<{
|
|
15337
|
+
[key: string]: never;
|
|
15338
|
+
}>;
|
|
15339
|
+
export type MyPreferredLocaleQuery = {
|
|
15340
|
+
myPreferredLocale?: string | null;
|
|
15341
|
+
};
|
|
15342
|
+
export type SetPreferredLocaleMutationVariables = Exact<{
|
|
15343
|
+
locale: Scalars['String']['input'];
|
|
15344
|
+
}>;
|
|
15345
|
+
export type SetPreferredLocaleMutation = {
|
|
15346
|
+
setPreferredLocale?: string | null;
|
|
15347
|
+
};
|
|
16054
15348
|
export declare const AiCoachThreadFieldsFragmentDoc: import("graphql").DocumentNode;
|
|
16055
15349
|
export declare const AiCoachMessageFieldsFragmentDoc: import("graphql").DocumentNode;
|
|
16056
15350
|
export declare const AiCoachConfigFieldsFragmentDoc: import("graphql").DocumentNode;
|
|
@@ -16112,6 +15406,7 @@ export declare const EditAboutMeDocument: import("graphql").DocumentNode;
|
|
|
16112
15406
|
export declare const EditProfileValueDocument: import("graphql").DocumentNode;
|
|
16113
15407
|
export declare const EditPictureDocument: import("graphql").DocumentNode;
|
|
16114
15408
|
export declare const AddAthleteCompetitionDocument: import("graphql").DocumentNode;
|
|
15409
|
+
export declare const EditAthleteCompetitionDocument: import("graphql").DocumentNode;
|
|
16115
15410
|
export declare const GetAthleteCompetitionsDocument: import("graphql").DocumentNode;
|
|
16116
15411
|
export declare const GetAthleteMembershipsDocument: import("graphql").DocumentNode;
|
|
16117
15412
|
export declare const DeleteAthleteCompetitionDocument: import("graphql").DocumentNode;
|
|
@@ -16226,54 +15521,7 @@ export declare const FollowAthleteDocument: import("graphql").DocumentNode;
|
|
|
16226
15521
|
export declare const UnfollowAthleteDocument: import("graphql").DocumentNode;
|
|
16227
15522
|
export declare const IsFollowingAthleteDocument: import("graphql").DocumentNode;
|
|
16228
15523
|
export declare const MyFollowedAthletesDocument: import("graphql").DocumentNode;
|
|
16229
|
-
export declare const
|
|
16230
|
-
export declare const FindTenantByEmailDocument: import("graphql").DocumentNode;
|
|
16231
|
-
export declare const GetTenantsDocument: import("graphql").DocumentNode;
|
|
16232
|
-
export declare const IsTenantUriAvailableDocument: import("graphql").DocumentNode;
|
|
16233
|
-
export declare const FindUserByIdDocument: import("graphql").DocumentNode;
|
|
16234
|
-
export declare const ValidateUserCredentialsDocument: import("graphql").DocumentNode;
|
|
16235
|
-
export declare const GetUploadUrlDocument: import("graphql").DocumentNode;
|
|
16236
|
-
export declare const IndustriesDocument: import("graphql").DocumentNode;
|
|
16237
|
-
export declare const FindIndustryByIdDocument: import("graphql").DocumentNode;
|
|
16238
|
-
export declare const BrandsDocument: import("graphql").DocumentNode;
|
|
16239
|
-
export declare const GetBrandByNameDocument: import("graphql").DocumentNode;
|
|
16240
|
-
export declare const GetBrandTranslationDocument: import("graphql").DocumentNode;
|
|
16241
|
-
export declare const ExistsValidSponsorForEmailDocument: import("graphql").DocumentNode;
|
|
16242
|
-
export declare const SponsorsDocument: import("graphql").DocumentNode;
|
|
16243
|
-
export declare const FindAthleteByIdDocument: import("graphql").DocumentNode;
|
|
16244
|
-
export declare const FindAthletebyIdpublicDocument: import("graphql").DocumentNode;
|
|
16245
|
-
export declare const GetAthleteAlbumIdDocument: import("graphql").DocumentNode;
|
|
16246
|
-
export declare const QueryAthleteWithFilterDocument: import("graphql").DocumentNode;
|
|
16247
|
-
export declare const FindSportByIdDocument: import("graphql").DocumentNode;
|
|
16248
|
-
export declare const GetBudgetItemUnitsDocument: import("graphql").DocumentNode;
|
|
16249
|
-
export declare const OffersDocument: import("graphql").DocumentNode;
|
|
16250
|
-
export declare const OffersForAthleteDocument: import("graphql").DocumentNode;
|
|
16251
|
-
export declare const OfferDocument: import("graphql").DocumentNode;
|
|
16252
|
-
export declare const MyOfferClaimsDocument: import("graphql").DocumentNode;
|
|
16253
|
-
export declare const OfferAvailabilityDocument: import("graphql").DocumentNode;
|
|
16254
|
-
export declare const AthleteDashboardDocument: import("graphql").DocumentNode;
|
|
16255
|
-
export declare const AthleteScoreHistoryDocument: import("graphql").DocumentNode;
|
|
16256
|
-
export declare const AthleteRankHistoryDocument: import("graphql").DocumentNode;
|
|
16257
|
-
export declare const AthleteRankContextDocument: import("graphql").DocumentNode;
|
|
16258
|
-
export declare const AthleteActivitiesDocument: import("graphql").DocumentNode;
|
|
16259
|
-
export declare const AthleteActivityDetailDocument: import("graphql").DocumentNode;
|
|
16260
|
-
export declare const AthleteComponentSummaryDocument: import("graphql").DocumentNode;
|
|
16261
|
-
export declare const AthleteActivityDatesDocument: import("graphql").DocumentNode;
|
|
16262
|
-
export declare const SocialAggregatesDocument: import("graphql").DocumentNode;
|
|
16263
|
-
export declare const PostsWithComparisonDocument: import("graphql").DocumentNode;
|
|
16264
|
-
export declare const GetEmailCampaignDocument: import("graphql").DocumentNode;
|
|
16265
|
-
export declare const LoginUserFromCredentialsDocument: import("graphql").DocumentNode;
|
|
16266
|
-
export declare const DeleteUploadedUseTypeFileDocument: import("graphql").DocumentNode;
|
|
16267
|
-
export declare const DeleteUploadedBucketFileDocument: import("graphql").DocumentNode;
|
|
16268
|
-
export declare const RegisterS3UploadedFileDocument: import("graphql").DocumentNode;
|
|
16269
|
-
export declare const CreateIndustryDocument: import("graphql").DocumentNode;
|
|
16270
|
-
export declare const RegisterSponsorDocument: import("graphql").DocumentNode;
|
|
16271
|
-
export declare const ReorderAlbumIndexDocument: import("graphql").DocumentNode;
|
|
16272
|
-
export declare const EditAlbumDocument: import("graphql").DocumentNode;
|
|
16273
|
-
export declare const DeleteAthletePhotosDocument: import("graphql").DocumentNode;
|
|
16274
|
-
export declare const DeleteAthleteMembershipAffilationDocument: import("graphql").DocumentNode;
|
|
16275
|
-
export declare const ApproveTeamDocument: import("graphql").DocumentNode;
|
|
16276
|
-
export declare const ApproveClubDocument: import("graphql").DocumentNode;
|
|
15524
|
+
export declare const GetRecentDonationsForCampaignDocument: import("graphql").DocumentNode;
|
|
16277
15525
|
export declare const GetAthleteIntegrationsByAthleteDocument: import("graphql").DocumentNode;
|
|
16278
15526
|
export declare const GetAthleteStravaIntegrationDocument: import("graphql").DocumentNode;
|
|
16279
15527
|
export declare const GetAthleteInstagramIntegrationDocument: import("graphql").DocumentNode;
|
|
@@ -16324,6 +15572,7 @@ export declare const GetMyOfferClaimsDocument: import("graphql").DocumentNode;
|
|
|
16324
15572
|
export declare const DeleteOnboardingAthleteDocument: import("graphql").DocumentNode;
|
|
16325
15573
|
export declare const UpdateOnboardingProgressDocument: import("graphql").DocumentNode;
|
|
16326
15574
|
export declare const GetOnboardingProgressDocument: import("graphql").DocumentNode;
|
|
15575
|
+
export declare const SendPushCampaignDocument: import("graphql").DocumentNode;
|
|
16327
15576
|
export declare const FindBrandByNameDocument: import("graphql").DocumentNode;
|
|
16328
15577
|
export declare const GetBrandsDocument: import("graphql").DocumentNode;
|
|
16329
15578
|
export declare const GetBrandsPaginatedDocument: import("graphql").DocumentNode;
|
|
@@ -16385,6 +15634,10 @@ export declare const ManageClubMemberDocument: import("graphql").DocumentNode;
|
|
|
16385
15634
|
export declare const CreateClubStripeAccountDocument: import("graphql").DocumentNode;
|
|
16386
15635
|
export declare const CreateClubDonationCheckoutDocument: import("graphql").DocumentNode;
|
|
16387
15636
|
export declare const CreateMembershipFeeCheckoutDocument: import("graphql").DocumentNode;
|
|
15637
|
+
export declare const TrackUsageEventsDocument: import("graphql").DocumentNode;
|
|
15638
|
+
export declare const GetUsageRollupDocument: import("graphql").DocumentNode;
|
|
15639
|
+
export declare const GetUsageFunnelDocument: import("graphql").DocumentNode;
|
|
15640
|
+
export declare const GetRetentionCohortsDocument: import("graphql").DocumentNode;
|
|
16388
15641
|
export declare const FindUserByEmailDocument: import("graphql").DocumentNode;
|
|
16389
15642
|
export declare const FindVtxUserDocument: import("graphql").DocumentNode;
|
|
16390
15643
|
export declare const GetUserImagesFromEmailDocument: import("graphql").DocumentNode;
|
|
@@ -16401,6 +15654,8 @@ export declare const ScreenNameAvailabilityDocument: import("graphql").DocumentN
|
|
|
16401
15654
|
export declare const GetAllUsersDocument: import("graphql").DocumentNode;
|
|
16402
15655
|
export declare const GetUsersPaginatedDocument: import("graphql").DocumentNode;
|
|
16403
15656
|
export declare const GetDatabaseTextFileDocument: import("graphql").DocumentNode;
|
|
15657
|
+
export declare const MyPreferredLocaleDocument: import("graphql").DocumentNode;
|
|
15658
|
+
export declare const SetPreferredLocaleDocument: import("graphql").DocumentNode;
|
|
16404
15659
|
export type SdkFunctionWrapper = <T>(action: (requestHeaders?: Record<string, string>) => Promise<T>, operationName: string, operationType?: string, variables?: any) => Promise<T>;
|
|
16405
15660
|
export declare function getSdk(client: GraphQLClient, withWrapper?: SdkFunctionWrapper): {
|
|
16406
15661
|
GetAdminUsers(variables?: GetAdminUsersQueryVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<GetAdminUsersQuery>;
|
|
@@ -16428,6 +15683,7 @@ export declare function getSdk(client: GraphQLClient, withWrapper?: SdkFunctionW
|
|
|
16428
15683
|
EditProfileValue(variables: EditProfileValueMutationVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<EditProfileValueMutation>;
|
|
16429
15684
|
EditPicture(variables: EditPictureMutationVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<EditPictureMutation>;
|
|
16430
15685
|
AddAthleteCompetition(variables: AddAthleteCompetitionMutationVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<AddAthleteCompetitionMutation>;
|
|
15686
|
+
EditAthleteCompetition(variables: EditAthleteCompetitionMutationVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<EditAthleteCompetitionMutation>;
|
|
16431
15687
|
GetAthleteCompetitions(variables: GetAthleteCompetitionsQueryVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<GetAthleteCompetitionsQuery>;
|
|
16432
15688
|
GetAthleteMemberships(variables: GetAthleteMembershipsQueryVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<GetAthleteMembershipsQuery>;
|
|
16433
15689
|
DeleteAthleteCompetition(variables: DeleteAthleteCompetitionMutationVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<DeleteAthleteCompetitionMutation>;
|
|
@@ -16542,54 +15798,7 @@ export declare function getSdk(client: GraphQLClient, withWrapper?: SdkFunctionW
|
|
|
16542
15798
|
UnfollowAthlete(variables: UnfollowAthleteMutationVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<UnfollowAthleteMutation>;
|
|
16543
15799
|
IsFollowingAthlete(variables: IsFollowingAthleteQueryVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<IsFollowingAthleteQuery>;
|
|
16544
15800
|
MyFollowedAthletes(variables?: MyFollowedAthletesQueryVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<MyFollowedAthletesQuery>;
|
|
16545
|
-
|
|
16546
|
-
FindTenantByEmail(variables: FindTenantByEmailQueryVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<FindTenantByEmailQuery>;
|
|
16547
|
-
GetTenants(variables?: GetTenantsQueryVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<GetTenantsQuery>;
|
|
16548
|
-
IsTenantUriAvailable(variables: IsTenantUriAvailableQueryVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<IsTenantUriAvailableQuery>;
|
|
16549
|
-
FindUserById(variables: FindUserByIdQueryVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<FindUserByIdQuery>;
|
|
16550
|
-
ValidateUserCredentials(variables: ValidateUserCredentialsQueryVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<ValidateUserCredentialsQuery>;
|
|
16551
|
-
GetUploadUrl(variables: GetUploadUrlQueryVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<GetUploadUrlQuery>;
|
|
16552
|
-
Industries(variables?: IndustriesQueryVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<IndustriesQuery>;
|
|
16553
|
-
FindIndustryById(variables: FindIndustryByIdQueryVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<FindIndustryByIdQuery>;
|
|
16554
|
-
Brands(variables?: BrandsQueryVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<BrandsQuery>;
|
|
16555
|
-
GetBrandByName(variables: GetBrandByNameQueryVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<GetBrandByNameQuery>;
|
|
16556
|
-
GetBrandTranslation(variables: GetBrandTranslationQueryVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<GetBrandTranslationQuery>;
|
|
16557
|
-
ExistsValidSponsorForEmail(variables: ExistsValidSponsorForEmailQueryVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<ExistsValidSponsorForEmailQuery>;
|
|
16558
|
-
Sponsors(variables?: SponsorsQueryVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<SponsorsQuery>;
|
|
16559
|
-
FindAthleteById(variables: FindAthleteByIdQueryVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<FindAthleteByIdQuery>;
|
|
16560
|
-
FindAthletebyIdpublic(variables: FindAthletebyIdpublicQueryVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<FindAthletebyIdpublicQuery>;
|
|
16561
|
-
GetAthleteAlbumId(variables: GetAthleteAlbumIdQueryVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<GetAthleteAlbumIdQuery>;
|
|
16562
|
-
QueryAthleteWithFilter(variables: QueryAthleteWithFilterQueryVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<QueryAthleteWithFilterQuery>;
|
|
16563
|
-
FindSportById(variables: FindSportByIdQueryVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<FindSportByIdQuery>;
|
|
16564
|
-
GetBudgetItemUnits(variables?: GetBudgetItemUnitsQueryVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<GetBudgetItemUnitsQuery>;
|
|
16565
|
-
Offers(variables?: OffersQueryVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<OffersQuery>;
|
|
16566
|
-
OffersForAthlete(variables?: OffersForAthleteQueryVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<OffersForAthleteQuery>;
|
|
16567
|
-
Offer(variables: OfferQueryVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<OfferQuery>;
|
|
16568
|
-
MyOfferClaims(variables: MyOfferClaimsQueryVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<MyOfferClaimsQuery>;
|
|
16569
|
-
OfferAvailability(variables: OfferAvailabilityQueryVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<OfferAvailabilityQuery>;
|
|
16570
|
-
AthleteDashboard(variables: AthleteDashboardQueryVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<AthleteDashboardQuery>;
|
|
16571
|
-
AthleteScoreHistory(variables: AthleteScoreHistoryQueryVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<AthleteScoreHistoryQuery>;
|
|
16572
|
-
AthleteRankHistory(variables: AthleteRankHistoryQueryVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<AthleteRankHistoryQuery>;
|
|
16573
|
-
AthleteRankContext(variables: AthleteRankContextQueryVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<AthleteRankContextQuery>;
|
|
16574
|
-
AthleteActivities(variables: AthleteActivitiesQueryVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<AthleteActivitiesQuery>;
|
|
16575
|
-
AthleteActivityDetail(variables: AthleteActivityDetailQueryVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<AthleteActivityDetailQuery>;
|
|
16576
|
-
AthleteComponentSummary(variables: AthleteComponentSummaryQueryVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<AthleteComponentSummaryQuery>;
|
|
16577
|
-
AthleteActivityDates(variables: AthleteActivityDatesQueryVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<AthleteActivityDatesQuery>;
|
|
16578
|
-
SocialAggregates(variables: SocialAggregatesQueryVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<SocialAggregatesQuery>;
|
|
16579
|
-
PostsWithComparison(variables: PostsWithComparisonQueryVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<PostsWithComparisonQuery>;
|
|
16580
|
-
GetEmailCampaign(variables: GetEmailCampaignQueryVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<GetEmailCampaignQuery>;
|
|
16581
|
-
LoginUserFromCredentials(variables: LoginUserFromCredentialsMutationVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<LoginUserFromCredentialsMutation>;
|
|
16582
|
-
DeleteUploadedUseTypeFile(variables: DeleteUploadedUseTypeFileMutationVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<DeleteUploadedUseTypeFileMutation>;
|
|
16583
|
-
DeleteUploadedBucketFile(variables: DeleteUploadedBucketFileMutationVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<DeleteUploadedBucketFileMutation>;
|
|
16584
|
-
RegisterS3UploadedFile(variables: RegisterS3UploadedFileMutationVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<RegisterS3UploadedFileMutation>;
|
|
16585
|
-
CreateIndustry(variables: CreateIndustryMutationVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<CreateIndustryMutation>;
|
|
16586
|
-
RegisterSponsor(variables: RegisterSponsorMutationVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<RegisterSponsorMutation>;
|
|
16587
|
-
ReorderAlbumIndex(variables: ReorderAlbumIndexMutationVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<ReorderAlbumIndexMutation>;
|
|
16588
|
-
EditAlbum(variables: EditAlbumMutationVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<EditAlbumMutation>;
|
|
16589
|
-
DeleteAthletePhotos(variables: DeleteAthletePhotosMutationVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<DeleteAthletePhotosMutation>;
|
|
16590
|
-
DeleteAthleteMembershipAffilation(variables: DeleteAthleteMembershipAffilationMutationVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<DeleteAthleteMembershipAffilationMutation>;
|
|
16591
|
-
ApproveTeam(variables: ApproveTeamMutationVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<ApproveTeamMutation>;
|
|
16592
|
-
ApproveClub(variables: ApproveClubMutationVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<ApproveClubMutation>;
|
|
15801
|
+
GetRecentDonationsForCampaign(variables: GetRecentDonationsForCampaignQueryVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<GetRecentDonationsForCampaignQuery>;
|
|
16593
15802
|
GetAthleteIntegrationsByAthlete(variables?: GetAthleteIntegrationsByAthleteQueryVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<GetAthleteIntegrationsByAthleteQuery>;
|
|
16594
15803
|
GetAthleteStravaIntegration(variables?: GetAthleteStravaIntegrationQueryVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<GetAthleteStravaIntegrationQuery>;
|
|
16595
15804
|
GetAthleteInstagramIntegration(variables?: GetAthleteInstagramIntegrationQueryVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<GetAthleteInstagramIntegrationQuery>;
|
|
@@ -16640,6 +15849,7 @@ export declare function getSdk(client: GraphQLClient, withWrapper?: SdkFunctionW
|
|
|
16640
15849
|
DeleteOnboardingAthlete(variables?: DeleteOnboardingAthleteMutationVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<DeleteOnboardingAthleteMutation>;
|
|
16641
15850
|
UpdateOnboardingProgress(variables: UpdateOnboardingProgressMutationVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<UpdateOnboardingProgressMutation>;
|
|
16642
15851
|
GetOnboardingProgress(variables?: GetOnboardingProgressQueryVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<GetOnboardingProgressQuery>;
|
|
15852
|
+
SendPushCampaign(variables: SendPushCampaignMutationVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<SendPushCampaignMutation>;
|
|
16643
15853
|
FindBrandByName(variables: FindBrandByNameQueryVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<FindBrandByNameQuery>;
|
|
16644
15854
|
GetBrands(variables?: GetBrandsQueryVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<GetBrandsQuery>;
|
|
16645
15855
|
GetBrandsPaginated(variables?: GetBrandsPaginatedQueryVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<GetBrandsPaginatedQuery>;
|
|
@@ -16701,6 +15911,10 @@ export declare function getSdk(client: GraphQLClient, withWrapper?: SdkFunctionW
|
|
|
16701
15911
|
CreateClubStripeAccount(variables: CreateClubStripeAccountMutationVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<CreateClubStripeAccountMutation>;
|
|
16702
15912
|
CreateClubDonationCheckout(variables: CreateClubDonationCheckoutMutationVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<CreateClubDonationCheckoutMutation>;
|
|
16703
15913
|
CreateMembershipFeeCheckout(variables: CreateMembershipFeeCheckoutMutationVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<CreateMembershipFeeCheckoutMutation>;
|
|
15914
|
+
TrackUsageEvents(variables: TrackUsageEventsMutationVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<TrackUsageEventsMutation>;
|
|
15915
|
+
GetUsageRollup(variables: GetUsageRollupQueryVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<GetUsageRollupQuery>;
|
|
15916
|
+
GetUsageFunnel(variables: GetUsageFunnelQueryVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<GetUsageFunnelQuery>;
|
|
15917
|
+
GetRetentionCohorts(variables?: GetRetentionCohortsQueryVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<GetRetentionCohortsQuery>;
|
|
16704
15918
|
FindUserByEmail(variables: FindUserByEmailQueryVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<FindUserByEmailQuery>;
|
|
16705
15919
|
FindVtxUser(variables: FindVtxUserQueryVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<FindVtxUserQuery>;
|
|
16706
15920
|
GetUserImagesFromEmail(variables: GetUserImagesFromEmailQueryVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<GetUserImagesFromEmailQuery>;
|
|
@@ -16717,6 +15931,8 @@ export declare function getSdk(client: GraphQLClient, withWrapper?: SdkFunctionW
|
|
|
16717
15931
|
GetAllUsers(variables?: GetAllUsersQueryVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<GetAllUsersQuery>;
|
|
16718
15932
|
GetUsersPaginated(variables?: GetUsersPaginatedQueryVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<GetUsersPaginatedQuery>;
|
|
16719
15933
|
GetDatabaseTextFile(variables: GetDatabaseTextFileQueryVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<GetDatabaseTextFileQuery>;
|
|
15934
|
+
MyPreferredLocale(variables?: MyPreferredLocaleQueryVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<MyPreferredLocaleQuery>;
|
|
15935
|
+
SetPreferredLocale(variables: SetPreferredLocaleMutationVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<SetPreferredLocaleMutation>;
|
|
16720
15936
|
};
|
|
16721
15937
|
export type Sdk = ReturnType<typeof getSdk>;
|
|
16722
15938
|
export {};
|