@vertikalx/vtx-backend-client 3.1.1-dev.0 → 3.1.2-dev.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/api/domains/generated/admin.api.d.ts +2 -0
- package/src/api/domains/generated/admin.api.js +15 -0
- package/src/api/domains/generated/admin.api.js.map +1 -0
- package/src/api/domains/generated/ai-coach.api.d.ts +2 -0
- package/src/api/domains/generated/ai-coach.api.js +33 -0
- package/src/api/domains/generated/ai-coach.api.js.map +1 -0
- package/src/api/domains/generated/athlete.api.d.ts +2 -0
- package/src/api/domains/generated/athlete.api.js +174 -0
- package/src/api/domains/generated/athlete.api.js.map +1 -0
- package/src/api/domains/generated/auth.api.d.ts +2 -0
- package/src/api/domains/generated/auth.api.js +66 -0
- package/src/api/domains/generated/auth.api.js.map +1 -0
- package/src/api/domains/generated/campaign.api.d.ts +2 -0
- package/src/api/domains/generated/campaign.api.js +99 -0
- package/src/api/domains/generated/campaign.api.js.map +1 -0
- package/src/api/domains/generated/email-campaign.api.d.ts +2 -0
- package/src/api/domains/generated/email-campaign.api.js +54 -0
- package/src/api/domains/generated/email-campaign.api.js.map +1 -0
- package/src/api/domains/generated/followers.api.d.ts +2 -0
- package/src/api/domains/generated/followers.api.js +18 -0
- package/src/api/domains/generated/followers.api.js.map +1 -0
- package/src/api/domains/generated/index.d.ts +18 -0
- package/src/api/domains/generated/index.js +40 -0
- package/src/api/domains/generated/index.js.map +1 -0
- package/src/api/domains/generated/integrations.api.d.ts +2 -0
- package/src/api/domains/generated/integrations.api.js +27 -0
- package/src/api/domains/generated/integrations.api.js.map +1 -0
- package/src/api/domains/generated/leaderboard.api.d.ts +2 -0
- package/src/api/domains/generated/leaderboard.api.js +15 -0
- package/src/api/domains/generated/leaderboard.api.js.map +1 -0
- package/src/api/domains/generated/media.api.d.ts +2 -0
- package/src/api/domains/generated/media.api.js +45 -0
- package/src/api/domains/generated/media.api.js.map +1 -0
- package/src/api/domains/generated/misc.api.d.ts +2 -0
- package/src/api/domains/generated/misc.api.js +150 -0
- package/src/api/domains/generated/misc.api.js.map +1 -0
- package/src/api/domains/generated/notifications.api.d.ts +2 -0
- package/src/api/domains/generated/notifications.api.js +33 -0
- package/src/api/domains/generated/notifications.api.js.map +1 -0
- package/src/api/domains/generated/offers.api.d.ts +2 -0
- package/src/api/domains/generated/offers.api.js +51 -0
- package/src/api/domains/generated/offers.api.js.map +1 -0
- package/src/api/domains/generated/onboarding.api.d.ts +2 -0
- package/src/api/domains/generated/onboarding.api.js +15 -0
- package/src/api/domains/generated/onboarding.api.js.map +1 -0
- package/src/api/domains/generated/sponsor.api.d.ts +2 -0
- package/src/api/domains/generated/sponsor.api.js +54 -0
- package/src/api/domains/generated/sponsor.api.js.map +1 -0
- package/src/api/domains/generated/sport.api.d.ts +2 -0
- package/src/api/domains/generated/sport.api.js +45 -0
- package/src/api/domains/generated/sport.api.js.map +1 -0
- package/src/api/domains/generated/teams-clubs.api.d.ts +2 -0
- package/src/api/domains/generated/teams-clubs.api.js +102 -0
- package/src/api/domains/generated/teams-clubs.api.js.map +1 -0
- package/src/api/domains/generated/user.api.d.ts +2 -0
- package/src/api/domains/generated/user.api.js +54 -0
- package/src/api/domains/generated/user.api.js.map +1 -0
- package/src/api/domains/generated/vtx-base-api.augment.d.ts +320 -0
- package/src/api/domains/generated/vtx-base-api.augment.js +3 -0
- package/src/api/domains/generated/vtx-base-api.augment.js.map +1 -0
- package/src/api/domains/overrides/auth.overrides.d.ts +2 -0
- package/src/api/domains/overrides/auth.overrides.js +30 -0
- package/src/api/domains/overrides/auth.overrides.js.map +1 -0
- package/src/api/domains/overrides/compat.overrides.d.ts +2 -0
- package/src/api/domains/overrides/compat.overrides.js +74 -0
- package/src/api/domains/overrides/compat.overrides.js.map +1 -0
- package/src/api/domains/overrides/index.d.ts +3 -0
- package/src/api/domains/overrides/index.js +10 -0
- package/src/api/domains/overrides/index.js.map +1 -0
- package/src/api/domains/overrides/sponsor.overrides.d.ts +2 -0
- package/src/api/domains/overrides/sponsor.overrides.js +47 -0
- package/src/api/domains/overrides/sponsor.overrides.js.map +1 -0
- package/src/api/vtx-base-api.d.ts +1 -373
- package/src/api/vtx-base-api.js +24 -870
- package/src/api/vtx-base-api.js.map +1 -1
- package/src/client/schema.d.ts +217 -15
- package/src/client/schema.js +153 -3
- package/src/client/schema.js.map +1 -1
- package/src/client/types.d.ts +44 -3
- package/src/client/types.js +990 -898
- package/src/client/types.js.map +1 -1
- package/src/generated/graphql.d.ts +1394 -198
- package/src/generated/graphql.js +1356 -204
- package/src/generated/graphql.js.map +1 -1
- package/src/scripts/generate-api-wrappers.d.ts +2 -0
- package/src/scripts/generate-api-wrappers.js +229 -0
- package/src/scripts/generate-api-wrappers.js.map +1 -0
- package/src/scripts/generate-operations.d.ts +1 -0
- package/src/scripts/generate-operations.js +168 -0
- package/src/scripts/generate-operations.js.map +1 -0
|
@@ -170,6 +170,9 @@ export type AddValuesResponse = {
|
|
|
170
170
|
failureReason?: Maybe<Array<ErrorType>>;
|
|
171
171
|
result: Scalars['String']['output'];
|
|
172
172
|
};
|
|
173
|
+
export type AdminEmailDto = {
|
|
174
|
+
email: Scalars['String']['input'];
|
|
175
|
+
};
|
|
173
176
|
export type AdminTransactionFundingDetails = {
|
|
174
177
|
athleteId: Scalars['String']['output'];
|
|
175
178
|
athleteName: Scalars['String']['output'];
|
|
@@ -194,6 +197,11 @@ export type AdminTransactionView = {
|
|
|
194
197
|
stripeSessionId: Scalars['String']['output'];
|
|
195
198
|
type: Scalars['String']['output'];
|
|
196
199
|
};
|
|
200
|
+
export type AdminUser = {
|
|
201
|
+
_id: Scalars['String']['output'];
|
|
202
|
+
isSuperAdmin: Scalars['Boolean']['output'];
|
|
203
|
+
loginEmail: Scalars['String']['output'];
|
|
204
|
+
};
|
|
197
205
|
export type AdminUserView = {
|
|
198
206
|
_id: Scalars['String']['output'];
|
|
199
207
|
athlete?: Maybe<Athlete>;
|
|
@@ -205,6 +213,7 @@ export type AdminUserView = {
|
|
|
205
213
|
screenName: Scalars['String']['output'];
|
|
206
214
|
suspended: Scalars['Boolean']['output'];
|
|
207
215
|
};
|
|
216
|
+
export type AgeDetermination = 'AGE_ON_EVENT' | 'YEAR_OF_BIRTH';
|
|
208
217
|
export type AgeQualification = {
|
|
209
218
|
operator: Scalars['String']['output'];
|
|
210
219
|
type: Scalars['String']['output'];
|
|
@@ -394,7 +403,7 @@ export type AthleteFilterDto = {
|
|
|
394
403
|
countries?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
395
404
|
currentCampaign?: InputMaybe<FundCampaignFilterDto>;
|
|
396
405
|
futureEventIds?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
397
|
-
gender?: InputMaybe<
|
|
406
|
+
gender?: InputMaybe<CompetitionGender>;
|
|
398
407
|
mainSportOnly?: InputMaybe<Scalars['Boolean']['input']>;
|
|
399
408
|
maxAge?: InputMaybe<Scalars['Float']['input']>;
|
|
400
409
|
maxDob?: InputMaybe<Scalars['DateTime']['input']>;
|
|
@@ -488,6 +497,8 @@ export type AthleteReference = {
|
|
|
488
497
|
trainer?: Maybe<Scalars['String']['output']>;
|
|
489
498
|
trainerUrl?: Maybe<Scalars['String']['output']>;
|
|
490
499
|
};
|
|
500
|
+
export type AthleteRequestStatus = 'CLOSED' | 'OPEN';
|
|
501
|
+
export type AthleteSponsorshipStatus = 'ACTIVE' | 'APPROVED' | 'CANCELLED' | 'CLOSED' | 'EXPIRED' | 'PREPARING';
|
|
491
502
|
export type AthleteTeam = {
|
|
492
503
|
_id: Scalars['String']['output'];
|
|
493
504
|
athlete?: Maybe<AthleteTeamMember>;
|
|
@@ -645,7 +656,7 @@ export type BudgetData = {
|
|
|
645
656
|
competitions: Array<CompetitionBudgetData>;
|
|
646
657
|
};
|
|
647
658
|
export type BudgetDto = {
|
|
648
|
-
fundingMode?: InputMaybe<
|
|
659
|
+
fundingMode?: InputMaybe<FundingMode>;
|
|
649
660
|
items: Array<BudgetItemDto>;
|
|
650
661
|
};
|
|
651
662
|
export type BudgetItem = {
|
|
@@ -753,6 +764,10 @@ export type CodeVerificationResponse = {
|
|
|
753
764
|
error?: Maybe<ErrorInfo>;
|
|
754
765
|
result: Scalars['String']['output'];
|
|
755
766
|
};
|
|
767
|
+
export type CommitmentActionType = 'BANNER_AD' | 'LIVE_VIDEO' | 'LONG_VIDEO' | 'MEET_AND_GREET' | 'OTHER' | 'PHOTO_SESSION' | 'PODCAST' | 'PRESS_CONFERENCE' | 'PRINT_AD' | 'RADIO_COMMERCIAL' | 'RADIO_INTERVIEW' | 'SHORT_VIDEO' | 'SOCIAL_POST' | 'SOCIAL_STORY' | 'TV_COMMERCIAL' | 'TV_INTERVIEW' | 'WEB_AD' | 'WEB_INTERVIEW';
|
|
768
|
+
export type CommitmentMedia = 'ANY' | 'APPLE' | 'COURIER_DELIVERY' | 'ELECTRONIC_DELIVERY' | 'FACEBOOK' | 'INSTAGRAM' | 'INTERNET' | 'IN_PERSON_DELIVERY' | 'IN_PERSON_PUBLIC' | 'IN_PERSON_VIP' | 'LINKEDIN' | 'MAIL_DELIVERY' | 'OTHER' | 'RADIO' | 'TIKTOK' | 'TV' | 'TWITTER_X' | 'VIRTUAL_CONFERENCE' | 'YOUTUBE';
|
|
769
|
+
export type CommitmentTypeEnum = 'DATED' | 'RECURRENT' | 'REGULAR';
|
|
770
|
+
export type CompanySize = 'LARGE' | 'MEDIUM' | 'MICRO' | 'SMALL';
|
|
756
771
|
export type CompetitionBudgetData = {
|
|
757
772
|
budget: Scalars['Float']['output'];
|
|
758
773
|
campaign?: Maybe<Scalars['String']['output']>;
|
|
@@ -776,6 +791,7 @@ export type CompetitionDeleteVerificationReason = {
|
|
|
776
791
|
export type CompetitionDeleteVerificationResponse = {
|
|
777
792
|
reasons: Array<CompetitionDeleteVerificationReason>;
|
|
778
793
|
};
|
|
794
|
+
export type CompetitionGender = 'FEMALE' | 'MALE';
|
|
779
795
|
export type CompetitionResultDto = {
|
|
780
796
|
adversary?: InputMaybe<Scalars['String']['input']>;
|
|
781
797
|
categoryName?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -791,6 +807,7 @@ export type CompetitionResultDto = {
|
|
|
791
807
|
score?: InputMaybe<Scalars['String']['input']>;
|
|
792
808
|
totalParticipants?: InputMaybe<Scalars['Float']['input']>;
|
|
793
809
|
};
|
|
810
|
+
export type CompetitionResultType = 'POSITION' | 'SCORE';
|
|
794
811
|
export type ComponentSummary = {
|
|
795
812
|
activityCount: Scalars['Int']['output'];
|
|
796
813
|
avgScorePerActivity?: Maybe<Scalars['Float']['output']>;
|
|
@@ -964,7 +981,7 @@ export type CreateEmailSegmentDto = {
|
|
|
964
981
|
export type CreateFundingCampaignDto = {
|
|
965
982
|
autoSendThankYou?: InputMaybe<Scalars['Boolean']['input']>;
|
|
966
983
|
budget?: InputMaybe<CreateBudgetDto>;
|
|
967
|
-
budgetMode:
|
|
984
|
+
budgetMode: FundingMode;
|
|
968
985
|
cityId?: InputMaybe<Scalars['String']['input']>;
|
|
969
986
|
competitionBudgets?: InputMaybe<Array<CreateCompetitionBudgetDto>>;
|
|
970
987
|
competitionIds?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
@@ -982,7 +999,7 @@ export type CreateFundingCampaignDto = {
|
|
|
982
999
|
export type CreateFundingCampaignForDto = {
|
|
983
1000
|
autoSendThankYou?: InputMaybe<Scalars['Boolean']['input']>;
|
|
984
1001
|
budget?: InputMaybe<CreateBudgetDto>;
|
|
985
|
-
budgetMode:
|
|
1002
|
+
budgetMode: FundingMode;
|
|
986
1003
|
cityId?: InputMaybe<Scalars['String']['input']>;
|
|
987
1004
|
competitionBudgets?: InputMaybe<Array<CreateCompetitionBudgetDto>>;
|
|
988
1005
|
competitionIds?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
@@ -1281,7 +1298,7 @@ export type DonationCheckoutDto = {
|
|
|
1281
1298
|
fromPhone?: InputMaybe<Scalars['String']['input']>;
|
|
1282
1299
|
fundingCampaignId: Scalars['String']['input'];
|
|
1283
1300
|
message?: InputMaybe<Scalars['String']['input']>;
|
|
1284
|
-
mode?:
|
|
1301
|
+
mode?: DonationMode;
|
|
1285
1302
|
};
|
|
1286
1303
|
export type DonationDates = {
|
|
1287
1304
|
dates: Array<Scalars['String']['output']>;
|
|
@@ -1508,7 +1525,7 @@ export type FundCampaignFilterDto = {
|
|
|
1508
1525
|
minEndingDate?: InputMaybe<Scalars['DateTime']['input']>;
|
|
1509
1526
|
minFundsRequired?: InputMaybe<Scalars['Float']['input']>;
|
|
1510
1527
|
states?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
1511
|
-
status?: InputMaybe<
|
|
1528
|
+
status?: InputMaybe<FundingStatus>;
|
|
1512
1529
|
};
|
|
1513
1530
|
export type FundRaisingCampaign = {
|
|
1514
1531
|
_id: Scalars['String']['output'];
|
|
@@ -1600,7 +1617,7 @@ export type HistoricalScore = {
|
|
|
1600
1617
|
athleteId: Scalars['String']['output'];
|
|
1601
1618
|
date: Scalars['DateTime']['output'];
|
|
1602
1619
|
score: Scalars['Float']['output'];
|
|
1603
|
-
scoreType:
|
|
1620
|
+
scoreType: ScoreType;
|
|
1604
1621
|
};
|
|
1605
1622
|
export type HistoricalScoresPeriod = {
|
|
1606
1623
|
apiScores?: Maybe<Array<HistoricalScore>>;
|
|
@@ -1787,6 +1804,7 @@ export type ManageTeamMemberInput = {
|
|
|
1787
1804
|
export type MarkNotificationReadDto = {
|
|
1788
1805
|
notificationId: Scalars['String']['input'];
|
|
1789
1806
|
};
|
|
1807
|
+
export type MatchMode = 'ONLY_SPECIFIED' | 'SPECIFIED_OR_GREATER' | 'SPECIFIED_OR_LOWER';
|
|
1790
1808
|
export type Member = {
|
|
1791
1809
|
_id: Scalars['String']['output'];
|
|
1792
1810
|
donations: Array<Donation>;
|
|
@@ -1845,6 +1863,7 @@ export type MetricRangeInput = {
|
|
|
1845
1863
|
export type Mutation = {
|
|
1846
1864
|
AddAlbumPictures: AddValuesResponse;
|
|
1847
1865
|
activateOffer: Offer;
|
|
1866
|
+
addAdminUser: AdminUser;
|
|
1848
1867
|
addAthleteCompetition: AthleteCompetition;
|
|
1849
1868
|
addCompetitionBudget: Scalars['Boolean']['output'];
|
|
1850
1869
|
approveClub: Club;
|
|
@@ -1945,6 +1964,7 @@ export type Mutation = {
|
|
|
1945
1964
|
registerSponsorUser: User;
|
|
1946
1965
|
registerUser: User;
|
|
1947
1966
|
registerUserToDomainFromEmail: User;
|
|
1967
|
+
removeAdminUser: RemoveAdminUserResponse;
|
|
1948
1968
|
removeOfferClaim: Scalars['Boolean']['output'];
|
|
1949
1969
|
reorderAlbumIndex: Array<Album>;
|
|
1950
1970
|
resetUserPassword: EditValueResponse;
|
|
@@ -1989,6 +2009,9 @@ export type MutationAddAlbumPicturesArgs = {
|
|
|
1989
2009
|
export type MutationActivateOfferArgs = {
|
|
1990
2010
|
id: Scalars['String']['input'];
|
|
1991
2011
|
};
|
|
2012
|
+
export type MutationAddAdminUserArgs = {
|
|
2013
|
+
input: AdminEmailDto;
|
|
2014
|
+
};
|
|
1992
2015
|
export type MutationAddAthleteCompetitionArgs = {
|
|
1993
2016
|
input: CreateAthleteCompetitionDto;
|
|
1994
2017
|
};
|
|
@@ -2286,6 +2309,9 @@ export type MutationRegisterUserArgs = {
|
|
|
2286
2309
|
export type MutationRegisterUserToDomainFromEmailArgs = {
|
|
2287
2310
|
input: RegisterUserToDomainFromEmailInput;
|
|
2288
2311
|
};
|
|
2312
|
+
export type MutationRemoveAdminUserArgs = {
|
|
2313
|
+
input: AdminEmailDto;
|
|
2314
|
+
};
|
|
2289
2315
|
export type MutationRemoveOfferClaimArgs = {
|
|
2290
2316
|
athleteId: Scalars['String']['input'];
|
|
2291
2317
|
claimId: Scalars['String']['input'];
|
|
@@ -2453,6 +2479,7 @@ export type NotificationQueryDto = {
|
|
|
2453
2479
|
export type NudgeQueryDto = {
|
|
2454
2480
|
unreadOnly?: InputMaybe<Scalars['Boolean']['input']>;
|
|
2455
2481
|
};
|
|
2482
|
+
export type NumberOfAthletesSponsored = 'ALOT' | 'FEW' | 'MANY' | 'SOME';
|
|
2456
2483
|
export type Offer = {
|
|
2457
2484
|
_id: Scalars['String']['output'];
|
|
2458
2485
|
availableCodes: Scalars['Int']['output'];
|
|
@@ -2616,14 +2643,15 @@ export type Plan = {
|
|
|
2616
2643
|
startOfferingDate?: Maybe<Scalars['DateTime']['output']>;
|
|
2617
2644
|
termsAndConditions?: Maybe<Scalars['String']['output']>;
|
|
2618
2645
|
};
|
|
2646
|
+
export type PlanPeriod = 'CUSTOM_DAYS' | 'DAYLY' | 'MONTHLY' | 'QUATERLY' | 'SEMESTER' | 'WEEKLY' | 'YEARLY';
|
|
2619
2647
|
export type PlanPrice = {
|
|
2620
2648
|
_id: Scalars['String']['output'];
|
|
2621
2649
|
currency: Scalars['String']['output'];
|
|
2622
2650
|
customDays?: Maybe<Scalars['Float']['output']>;
|
|
2623
|
-
period:
|
|
2651
|
+
period: PlanPeriod;
|
|
2624
2652
|
plan?: Maybe<Plan>;
|
|
2625
2653
|
price: Scalars['Float']['output'];
|
|
2626
|
-
taxMode:
|
|
2654
|
+
taxMode: TaxCalculation;
|
|
2627
2655
|
};
|
|
2628
2656
|
export type PlanSubscription = {
|
|
2629
2657
|
_id: Scalars['String']['output'];
|
|
@@ -2748,6 +2776,7 @@ export type Query = {
|
|
|
2748
2776
|
findUserByEmail: User;
|
|
2749
2777
|
findUserById: User;
|
|
2750
2778
|
findVtxUser: User;
|
|
2779
|
+
getAdminUsers: Array<AdminUser>;
|
|
2751
2780
|
getAiCoachConfig: AiCoachConfig;
|
|
2752
2781
|
getAiCoachNudges: AiCoachNudgeListResponse;
|
|
2753
2782
|
getAiCoachThread?: Maybe<AiCoachThread>;
|
|
@@ -3301,6 +3330,11 @@ export type RegisterUserToDomainFromEmailInput = {
|
|
|
3301
3330
|
email: Scalars['String']['input'];
|
|
3302
3331
|
tenantId?: InputMaybe<Scalars['String']['input']>;
|
|
3303
3332
|
};
|
|
3333
|
+
export type RemoveAdminUserResponse = {
|
|
3334
|
+
message?: Maybe<Scalars['String']['output']>;
|
|
3335
|
+
success: Scalars['Boolean']['output'];
|
|
3336
|
+
};
|
|
3337
|
+
export type RequestItemType = 'CASH' | 'EQUIPMENT' | 'OTHER' | 'PRODUCT' | 'TRAVEL';
|
|
3304
3338
|
export type ScoreHistoryEntry = {
|
|
3305
3339
|
competitionScore?: Maybe<Scalars['Float']['output']>;
|
|
3306
3340
|
date: Scalars['DateTime']['output'];
|
|
@@ -3343,6 +3377,7 @@ export type ScoreRefreshDetail = {
|
|
|
3343
3377
|
message?: Maybe<Scalars['String']['output']>;
|
|
3344
3378
|
status: ForceScoreRefreshStatus;
|
|
3345
3379
|
};
|
|
3380
|
+
export type ScoreType = 'COMPETITION_SCORE' | 'SOCIAL_SCORE' | 'TRANING_SCORE' | 'VTX_SCORE';
|
|
3346
3381
|
export type SendChatMessageDto = {
|
|
3347
3382
|
message: Scalars['String']['input'];
|
|
3348
3383
|
threadId: Scalars['String']['input'];
|
|
@@ -3557,7 +3592,7 @@ export type Sport = {
|
|
|
3557
3592
|
_id: Scalars['String']['output'];
|
|
3558
3593
|
name: Scalars['String']['output'];
|
|
3559
3594
|
priority?: Maybe<Scalars['Float']['output']>;
|
|
3560
|
-
resultType:
|
|
3595
|
+
resultType: CompetitionResultType;
|
|
3561
3596
|
verified?: Maybe<Scalars['Boolean']['output']>;
|
|
3562
3597
|
};
|
|
3563
3598
|
export type SportLevel = {
|
|
@@ -3825,6 +3860,7 @@ export type StripeQueryDto = {
|
|
|
3825
3860
|
operation: Scalars['String']['input'];
|
|
3826
3861
|
params?: InputMaybe<Scalars['String']['input']>;
|
|
3827
3862
|
};
|
|
3863
|
+
export type StripeQueryOperation = 'CheckoutSession';
|
|
3828
3864
|
export type StripeRequirementAlternativeType = {
|
|
3829
3865
|
alternative_fields_due: Array<Scalars['String']['output']>;
|
|
3830
3866
|
original_fields_due: Array<Scalars['String']['output']>;
|
|
@@ -3872,6 +3908,8 @@ export type SubscriptionPayment = {
|
|
|
3872
3908
|
payment: Payment;
|
|
3873
3909
|
subscriber: PlanSubscription;
|
|
3874
3910
|
};
|
|
3911
|
+
export type TaskStatus = 'DONE' | 'EXPIRED' | 'PENDING';
|
|
3912
|
+
export type TaxCalculation = 'NO_TAX' | 'PLUS_TAX' | 'TAX_INCLUDED';
|
|
3875
3913
|
export type Team = {
|
|
3876
3914
|
_id: Scalars['String']['output'];
|
|
3877
3915
|
approved?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -3955,6 +3993,7 @@ export type TextDatabaseFile = {
|
|
|
3955
3993
|
version: Scalars['String']['output'];
|
|
3956
3994
|
};
|
|
3957
3995
|
export type TimeRange = 'ALL_TIME' | 'NINETY_DAYS' | 'ONE_YEAR' | 'SEVEN_DAYS' | 'THIRTY_DAYS';
|
|
3996
|
+
export type TimeUnit = 'DAYS' | 'HOURS' | 'MINUTES' | 'MONTHS' | 'SECONDS' | 'WEEKS' | 'YEARS';
|
|
3958
3997
|
export type TopMetric = {
|
|
3959
3998
|
name: Scalars['String']['output'];
|
|
3960
3999
|
status: Scalars['String']['output'];
|
|
@@ -4038,7 +4077,7 @@ export type UpdateFundingCampaignDto = {
|
|
|
4038
4077
|
_id: Scalars['String']['input'];
|
|
4039
4078
|
autoSendThankYou?: InputMaybe<Scalars['Boolean']['input']>;
|
|
4040
4079
|
budget?: InputMaybe<CreateBudgetDto>;
|
|
4041
|
-
budgetMode:
|
|
4080
|
+
budgetMode: FundingMode;
|
|
4042
4081
|
cityId?: InputMaybe<Scalars['String']['input']>;
|
|
4043
4082
|
competitionBudgets?: InputMaybe<Array<CreateCompetitionBudgetDto>>;
|
|
4044
4083
|
competitionIds?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
@@ -4114,7 +4153,7 @@ export type UploadAlbumsPicturesDto = {
|
|
|
4114
4153
|
description?: InputMaybe<Scalars['String']['input']>;
|
|
4115
4154
|
label: Scalars['String']['input'];
|
|
4116
4155
|
pictures?: InputMaybe<Array<Awss3UploadedFileDto>>;
|
|
4117
|
-
visibility?: InputMaybe<
|
|
4156
|
+
visibility?: InputMaybe<VisibilityScope>;
|
|
4118
4157
|
};
|
|
4119
4158
|
export type UploadResult = {
|
|
4120
4159
|
addedCodes: Scalars['Int']['output'];
|
|
@@ -4208,6 +4247,7 @@ export type Video = {
|
|
|
4208
4247
|
sourceData: Scalars['String']['output'];
|
|
4209
4248
|
url: Scalars['String']['output'];
|
|
4210
4249
|
};
|
|
4250
|
+
export type VisibilityScope = 'FRIENDS' | 'PRIVATE' | 'PUBLIC';
|
|
4211
4251
|
export type VtxScores = {
|
|
4212
4252
|
competitionScore: Scalars['Float']['output'];
|
|
4213
4253
|
socialScore: Scalars['Float']['output'];
|
|
@@ -4233,6 +4273,35 @@ export type ResetPasswordDto = {
|
|
|
4233
4273
|
code: VerifyCodeDto;
|
|
4234
4274
|
newPassword?: InputMaybe<Scalars['String']['input']>;
|
|
4235
4275
|
};
|
|
4276
|
+
export type GetAdminUsersQueryVariables = Exact<{
|
|
4277
|
+
[key: string]: never;
|
|
4278
|
+
}>;
|
|
4279
|
+
export type GetAdminUsersQuery = {
|
|
4280
|
+
getAdminUsers: Array<{
|
|
4281
|
+
_id: string;
|
|
4282
|
+
loginEmail: string;
|
|
4283
|
+
isSuperAdmin: boolean;
|
|
4284
|
+
}>;
|
|
4285
|
+
};
|
|
4286
|
+
export type AddAdminUserMutationVariables = Exact<{
|
|
4287
|
+
input: AdminEmailDto;
|
|
4288
|
+
}>;
|
|
4289
|
+
export type AddAdminUserMutation = {
|
|
4290
|
+
addAdminUser: {
|
|
4291
|
+
_id: string;
|
|
4292
|
+
loginEmail: string;
|
|
4293
|
+
isSuperAdmin: boolean;
|
|
4294
|
+
};
|
|
4295
|
+
};
|
|
4296
|
+
export type RemoveAdminUserMutationVariables = Exact<{
|
|
4297
|
+
input: AdminEmailDto;
|
|
4298
|
+
}>;
|
|
4299
|
+
export type RemoveAdminUserMutation = {
|
|
4300
|
+
removeAdminUser: {
|
|
4301
|
+
success: boolean;
|
|
4302
|
+
message?: string | null;
|
|
4303
|
+
};
|
|
4304
|
+
};
|
|
4236
4305
|
export type AiCoachThreadFieldsFragment = {
|
|
4237
4306
|
_id: string;
|
|
4238
4307
|
athleteId: string;
|
|
@@ -4924,7 +4993,7 @@ export type CurrentCampaignFieldsFragment = {
|
|
|
4924
4993
|
};
|
|
4925
4994
|
export type HistoricalScoreFieldsFragment = {
|
|
4926
4995
|
_id: string;
|
|
4927
|
-
scoreType:
|
|
4996
|
+
scoreType: ScoreType;
|
|
4928
4997
|
score: number;
|
|
4929
4998
|
date: string;
|
|
4930
4999
|
athleteId: string;
|
|
@@ -4938,28 +5007,28 @@ export type HistoricalScoresPeriodFieldsFragment = {
|
|
|
4938
5007
|
maxTimestampExclusive: string;
|
|
4939
5008
|
vtxScores?: Array<{
|
|
4940
5009
|
_id: string;
|
|
4941
|
-
scoreType:
|
|
5010
|
+
scoreType: ScoreType;
|
|
4942
5011
|
score: number;
|
|
4943
5012
|
date: string;
|
|
4944
5013
|
athleteId: string;
|
|
4945
5014
|
}> | null;
|
|
4946
5015
|
tpiScores?: Array<{
|
|
4947
5016
|
_id: string;
|
|
4948
|
-
scoreType:
|
|
5017
|
+
scoreType: ScoreType;
|
|
4949
5018
|
score: number;
|
|
4950
5019
|
date: string;
|
|
4951
5020
|
athleteId: string;
|
|
4952
5021
|
}> | null;
|
|
4953
5022
|
spiScores?: Array<{
|
|
4954
5023
|
_id: string;
|
|
4955
|
-
scoreType:
|
|
5024
|
+
scoreType: ScoreType;
|
|
4956
5025
|
score: number;
|
|
4957
5026
|
date: string;
|
|
4958
5027
|
athleteId: string;
|
|
4959
5028
|
}> | null;
|
|
4960
5029
|
apiScores?: Array<{
|
|
4961
5030
|
_id: string;
|
|
4962
|
-
scoreType:
|
|
5031
|
+
scoreType: ScoreType;
|
|
4963
5032
|
score: number;
|
|
4964
5033
|
date: string;
|
|
4965
5034
|
athleteId: string;
|
|
@@ -7544,7 +7613,7 @@ export type GetAthleteCompetitionsQuery = {
|
|
|
7544
7613
|
mainSport?: {
|
|
7545
7614
|
_id: string;
|
|
7546
7615
|
name: string;
|
|
7547
|
-
resultType:
|
|
7616
|
+
resultType: CompetitionResultType;
|
|
7548
7617
|
} | null;
|
|
7549
7618
|
banner?: {
|
|
7550
7619
|
_id: string;
|
|
@@ -7971,7 +8040,7 @@ export type GetAthleteHistoricalScoresQueryVariables = Exact<{
|
|
|
7971
8040
|
export type GetAthleteHistoricalScoresQuery = {
|
|
7972
8041
|
getAthleteHistoricalScores: Array<{
|
|
7973
8042
|
_id: string;
|
|
7974
|
-
scoreType:
|
|
8043
|
+
scoreType: ScoreType;
|
|
7975
8044
|
score: number;
|
|
7976
8045
|
date: string;
|
|
7977
8046
|
athleteId: string;
|
|
@@ -7983,7 +8052,7 @@ export type GetMyHistoricalScoresQueryVariables = Exact<{
|
|
|
7983
8052
|
export type GetMyHistoricalScoresQuery = {
|
|
7984
8053
|
getMyHistoricalScores: Array<{
|
|
7985
8054
|
_id: string;
|
|
7986
|
-
scoreType:
|
|
8055
|
+
scoreType: ScoreType;
|
|
7987
8056
|
score: number;
|
|
7988
8057
|
date: string;
|
|
7989
8058
|
athleteId: string;
|
|
@@ -8002,28 +8071,28 @@ export type GetAthleteHistoricalScoresPeriodQuery = {
|
|
|
8002
8071
|
maxTimestampExclusive: string;
|
|
8003
8072
|
vtxScores?: Array<{
|
|
8004
8073
|
_id: string;
|
|
8005
|
-
scoreType:
|
|
8074
|
+
scoreType: ScoreType;
|
|
8006
8075
|
score: number;
|
|
8007
8076
|
date: string;
|
|
8008
8077
|
athleteId: string;
|
|
8009
8078
|
}> | null;
|
|
8010
8079
|
tpiScores?: Array<{
|
|
8011
8080
|
_id: string;
|
|
8012
|
-
scoreType:
|
|
8081
|
+
scoreType: ScoreType;
|
|
8013
8082
|
score: number;
|
|
8014
8083
|
date: string;
|
|
8015
8084
|
athleteId: string;
|
|
8016
8085
|
}> | null;
|
|
8017
8086
|
spiScores?: Array<{
|
|
8018
8087
|
_id: string;
|
|
8019
|
-
scoreType:
|
|
8088
|
+
scoreType: ScoreType;
|
|
8020
8089
|
score: number;
|
|
8021
8090
|
date: string;
|
|
8022
8091
|
athleteId: string;
|
|
8023
8092
|
}> | null;
|
|
8024
8093
|
apiScores?: Array<{
|
|
8025
8094
|
_id: string;
|
|
8026
|
-
scoreType:
|
|
8095
|
+
scoreType: ScoreType;
|
|
8027
8096
|
score: number;
|
|
8028
8097
|
date: string;
|
|
8029
8098
|
athleteId: string;
|
|
@@ -8043,28 +8112,28 @@ export type GetMyHistoricalScoresPeriodQuery = {
|
|
|
8043
8112
|
maxTimestampExclusive: string;
|
|
8044
8113
|
vtxScores?: Array<{
|
|
8045
8114
|
_id: string;
|
|
8046
|
-
scoreType:
|
|
8115
|
+
scoreType: ScoreType;
|
|
8047
8116
|
score: number;
|
|
8048
8117
|
date: string;
|
|
8049
8118
|
athleteId: string;
|
|
8050
8119
|
}> | null;
|
|
8051
8120
|
tpiScores?: Array<{
|
|
8052
8121
|
_id: string;
|
|
8053
|
-
scoreType:
|
|
8122
|
+
scoreType: ScoreType;
|
|
8054
8123
|
score: number;
|
|
8055
8124
|
date: string;
|
|
8056
8125
|
athleteId: string;
|
|
8057
8126
|
}> | null;
|
|
8058
8127
|
spiScores?: Array<{
|
|
8059
8128
|
_id: string;
|
|
8060
|
-
scoreType:
|
|
8129
|
+
scoreType: ScoreType;
|
|
8061
8130
|
score: number;
|
|
8062
8131
|
date: string;
|
|
8063
8132
|
athleteId: string;
|
|
8064
8133
|
}> | null;
|
|
8065
8134
|
apiScores?: Array<{
|
|
8066
8135
|
_id: string;
|
|
8067
|
-
scoreType:
|
|
8136
|
+
scoreType: ScoreType;
|
|
8068
8137
|
score: number;
|
|
8069
8138
|
date: string;
|
|
8070
8139
|
athleteId: string;
|
|
@@ -8283,7 +8352,7 @@ export type GetSportsEventsQuery = {
|
|
|
8283
8352
|
mainSport?: {
|
|
8284
8353
|
_id: string;
|
|
8285
8354
|
name: string;
|
|
8286
|
-
resultType:
|
|
8355
|
+
resultType: CompetitionResultType;
|
|
8287
8356
|
} | null;
|
|
8288
8357
|
banner?: {
|
|
8289
8358
|
_id: string;
|
|
@@ -8440,7 +8509,7 @@ export type UpdateSportsEventMutation = {
|
|
|
8440
8509
|
mainSport?: {
|
|
8441
8510
|
_id: string;
|
|
8442
8511
|
name: string;
|
|
8443
|
-
resultType:
|
|
8512
|
+
resultType: CompetitionResultType;
|
|
8444
8513
|
} | null;
|
|
8445
8514
|
banner?: {
|
|
8446
8515
|
_id: string;
|
|
@@ -8493,7 +8562,7 @@ export type MergeSportsEventsMutation = {
|
|
|
8493
8562
|
mainSport?: {
|
|
8494
8563
|
_id: string;
|
|
8495
8564
|
name: string;
|
|
8496
|
-
resultType:
|
|
8565
|
+
resultType: CompetitionResultType;
|
|
8497
8566
|
} | null;
|
|
8498
8567
|
banner?: {
|
|
8499
8568
|
_id: string;
|
|
@@ -11268,200 +11337,1225 @@ export type MyFollowedAthletesQuery = {
|
|
|
11268
11337
|
}>;
|
|
11269
11338
|
};
|
|
11270
11339
|
};
|
|
11271
|
-
export type
|
|
11272
|
-
|
|
11340
|
+
export type FindTenantByIdQueryVariables = Exact<{
|
|
11341
|
+
_id: Scalars['String']['input'];
|
|
11273
11342
|
}>;
|
|
11274
|
-
export type
|
|
11275
|
-
|
|
11343
|
+
export type FindTenantByIdQuery = {
|
|
11344
|
+
findTenantById: {
|
|
11276
11345
|
_id: string;
|
|
11277
|
-
|
|
11278
|
-
|
|
11346
|
+
name: string;
|
|
11347
|
+
tenant_uri: string;
|
|
11348
|
+
email: string;
|
|
11349
|
+
domain: {
|
|
11279
11350
|
_id: string;
|
|
11351
|
+
name: string;
|
|
11280
11352
|
};
|
|
11281
|
-
|
|
11282
|
-
|
|
11283
|
-
username: string;
|
|
11284
|
-
name?: string | null;
|
|
11285
|
-
account_type?: string | null;
|
|
11286
|
-
followers_count?: string | null;
|
|
11287
|
-
media_count?: number | null;
|
|
11288
|
-
} | null;
|
|
11289
|
-
instagramMediaData?: {
|
|
11290
|
-
data?: Array<{
|
|
11291
|
-
id: string;
|
|
11292
|
-
caption?: string | null;
|
|
11293
|
-
media_type: string;
|
|
11294
|
-
media_url?: string | null;
|
|
11295
|
-
permalink: string;
|
|
11296
|
-
thumbnail_url?: string | null;
|
|
11297
|
-
timestamp: string;
|
|
11298
|
-
username: string;
|
|
11299
|
-
like_count?: number | null;
|
|
11300
|
-
comments_count?: number | null;
|
|
11301
|
-
insights?: {
|
|
11302
|
-
data?: Array<{
|
|
11303
|
-
name: string;
|
|
11304
|
-
period: string;
|
|
11305
|
-
values: string;
|
|
11306
|
-
}> | null;
|
|
11307
|
-
} | null;
|
|
11308
|
-
}> | null;
|
|
11309
|
-
paging?: {
|
|
11310
|
-
next?: string | null;
|
|
11311
|
-
cursors?: {
|
|
11312
|
-
before?: string | null;
|
|
11313
|
-
after?: string | null;
|
|
11314
|
-
} | null;
|
|
11315
|
-
} | null;
|
|
11353
|
+
owner?: {
|
|
11354
|
+
_id: string;
|
|
11316
11355
|
} | null;
|
|
11317
11356
|
};
|
|
11318
11357
|
};
|
|
11319
|
-
export type
|
|
11320
|
-
|
|
11358
|
+
export type FindTenantByEmailQueryVariables = Exact<{
|
|
11359
|
+
email: Scalars['String']['input'];
|
|
11360
|
+
domainId: Scalars['String']['input'];
|
|
11321
11361
|
}>;
|
|
11322
|
-
export type
|
|
11323
|
-
|
|
11362
|
+
export type FindTenantByEmailQuery = {
|
|
11363
|
+
findTenantByEmail: {
|
|
11324
11364
|
_id: string;
|
|
11325
|
-
|
|
11326
|
-
|
|
11365
|
+
name: string;
|
|
11366
|
+
tenant_uri: string;
|
|
11367
|
+
email: string;
|
|
11368
|
+
domain: {
|
|
11327
11369
|
_id: string;
|
|
11370
|
+
name: string;
|
|
11328
11371
|
};
|
|
11329
|
-
|
|
11330
|
-
|
|
11331
|
-
username?: string | null;
|
|
11332
|
-
firstname: string;
|
|
11333
|
-
lastname: string;
|
|
11334
|
-
bio?: string | null;
|
|
11335
|
-
city?: string | null;
|
|
11336
|
-
state?: string | null;
|
|
11337
|
-
country?: string | null;
|
|
11338
|
-
sex?: string | null;
|
|
11339
|
-
premium: boolean;
|
|
11340
|
-
profile?: string | null;
|
|
11341
|
-
created_at?: string | null;
|
|
11342
|
-
updated_at?: string | null;
|
|
11372
|
+
owner?: {
|
|
11373
|
+
_id: string;
|
|
11343
11374
|
} | null;
|
|
11344
11375
|
};
|
|
11345
11376
|
};
|
|
11346
|
-
export type
|
|
11377
|
+
export type GetTenantsQueryVariables = Exact<{
|
|
11347
11378
|
[key: string]: never;
|
|
11348
11379
|
}>;
|
|
11349
|
-
export type
|
|
11350
|
-
|
|
11380
|
+
export type GetTenantsQuery = {
|
|
11381
|
+
getTenants: Array<{
|
|
11351
11382
|
_id: string;
|
|
11352
|
-
|
|
11353
|
-
|
|
11383
|
+
name: string;
|
|
11384
|
+
tenant_uri: string;
|
|
11385
|
+
email: string;
|
|
11386
|
+
domain: {
|
|
11354
11387
|
_id: string;
|
|
11388
|
+
name: string;
|
|
11355
11389
|
};
|
|
11356
|
-
|
|
11357
|
-
|
|
11358
|
-
username: string;
|
|
11359
|
-
name?: string | null;
|
|
11360
|
-
account_type?: string | null;
|
|
11361
|
-
followers_count?: string | null;
|
|
11362
|
-
media_count?: number | null;
|
|
11363
|
-
} | null;
|
|
11364
|
-
instagramMediaData?: {
|
|
11365
|
-
data?: Array<{
|
|
11366
|
-
id: string;
|
|
11367
|
-
caption?: string | null;
|
|
11368
|
-
media_type: string;
|
|
11369
|
-
media_url?: string | null;
|
|
11370
|
-
permalink: string;
|
|
11371
|
-
thumbnail_url?: string | null;
|
|
11372
|
-
timestamp: string;
|
|
11373
|
-
username: string;
|
|
11374
|
-
like_count?: number | null;
|
|
11375
|
-
comments_count?: number | null;
|
|
11376
|
-
insights?: {
|
|
11377
|
-
data?: Array<{
|
|
11378
|
-
name: string;
|
|
11379
|
-
period: string;
|
|
11380
|
-
values: string;
|
|
11381
|
-
}> | null;
|
|
11382
|
-
} | null;
|
|
11383
|
-
}> | null;
|
|
11384
|
-
paging?: {
|
|
11385
|
-
next?: string | null;
|
|
11386
|
-
cursors?: {
|
|
11387
|
-
before?: string | null;
|
|
11388
|
-
after?: string | null;
|
|
11389
|
-
} | null;
|
|
11390
|
-
} | null;
|
|
11390
|
+
owner?: {
|
|
11391
|
+
_id: string;
|
|
11391
11392
|
} | 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;
|
|
11392
11402
|
};
|
|
11393
11403
|
};
|
|
11394
|
-
export type
|
|
11395
|
-
|
|
11404
|
+
export type FindUserByIdQueryVariables = Exact<{
|
|
11405
|
+
_id: Scalars['String']['input'];
|
|
11396
11406
|
}>;
|
|
11397
|
-
export type
|
|
11398
|
-
|
|
11407
|
+
export type FindUserByIdQuery = {
|
|
11408
|
+
findUserById: {
|
|
11399
11409
|
_id: string;
|
|
11400
|
-
|
|
11401
|
-
|
|
11402
|
-
|
|
11410
|
+
loginEmail: string;
|
|
11411
|
+
suspended: boolean;
|
|
11412
|
+
loginMethods?: Array<string> | null;
|
|
11413
|
+
domains?: Array<{
|
|
11403
11414
|
_id: string;
|
|
11404
|
-
|
|
11405
|
-
|
|
11406
|
-
id: number;
|
|
11407
|
-
username?: string | null;
|
|
11408
|
-
firstname: string;
|
|
11409
|
-
lastname: string;
|
|
11410
|
-
bio?: string | null;
|
|
11411
|
-
city?: string | null;
|
|
11412
|
-
state?: string | null;
|
|
11413
|
-
country?: string | null;
|
|
11414
|
-
sex?: string | null;
|
|
11415
|
-
premium: boolean;
|
|
11416
|
-
profile?: string | null;
|
|
11417
|
-
created_at?: string | null;
|
|
11418
|
-
updated_at?: string | null;
|
|
11419
|
-
} | null;
|
|
11420
|
-
instagramUserData?: {
|
|
11421
|
-
user_id: string;
|
|
11422
|
-
username: string;
|
|
11423
|
-
name?: string | null;
|
|
11424
|
-
account_type?: string | null;
|
|
11425
|
-
followers_count?: string | null;
|
|
11426
|
-
media_count?: number | null;
|
|
11427
|
-
} | null;
|
|
11428
|
-
instagramMediaData?: {
|
|
11429
|
-
data?: Array<{
|
|
11430
|
-
id: string;
|
|
11431
|
-
caption?: string | null;
|
|
11432
|
-
media_type: string;
|
|
11433
|
-
media_url?: string | null;
|
|
11434
|
-
permalink: string;
|
|
11435
|
-
thumbnail_url?: string | null;
|
|
11436
|
-
timestamp: string;
|
|
11437
|
-
username: string;
|
|
11438
|
-
like_count?: number | null;
|
|
11439
|
-
comments_count?: number | null;
|
|
11440
|
-
insights?: {
|
|
11441
|
-
data?: Array<{
|
|
11442
|
-
name: string;
|
|
11443
|
-
period: string;
|
|
11444
|
-
values: string;
|
|
11445
|
-
}> | null;
|
|
11446
|
-
} | null;
|
|
11447
|
-
}> | null;
|
|
11448
|
-
paging?: {
|
|
11449
|
-
next?: string | null;
|
|
11450
|
-
cursors?: {
|
|
11451
|
-
before?: string | null;
|
|
11452
|
-
after?: string | null;
|
|
11453
|
-
} | null;
|
|
11454
|
-
} | null;
|
|
11455
|
-
} | null;
|
|
11415
|
+
name: string;
|
|
11416
|
+
}> | null;
|
|
11456
11417
|
};
|
|
11457
11418
|
};
|
|
11458
|
-
export type
|
|
11459
|
-
|
|
11419
|
+
export type ValidateUserCredentialsQueryVariables = Exact<{
|
|
11420
|
+
username: Scalars['String']['input'];
|
|
11421
|
+
password: Scalars['String']['input'];
|
|
11460
11422
|
}>;
|
|
11461
|
-
export type
|
|
11462
|
-
|
|
11463
|
-
|
|
11464
|
-
|
|
11423
|
+
export type ValidateUserCredentialsQuery = {
|
|
11424
|
+
validateUserCredentials: {
|
|
11425
|
+
_id: string;
|
|
11426
|
+
loginEmail: string;
|
|
11427
|
+
suspended: boolean;
|
|
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: {
|
|
12448
|
+
_id: string;
|
|
12449
|
+
};
|
|
12450
|
+
instagramUserData?: {
|
|
12451
|
+
user_id: string;
|
|
12452
|
+
username: string;
|
|
12453
|
+
name?: string | null;
|
|
12454
|
+
account_type?: string | null;
|
|
12455
|
+
followers_count?: string | null;
|
|
12456
|
+
media_count?: number | null;
|
|
12457
|
+
} | null;
|
|
12458
|
+
instagramMediaData?: {
|
|
12459
|
+
data?: Array<{
|
|
12460
|
+
id: string;
|
|
12461
|
+
caption?: string | null;
|
|
12462
|
+
media_type: string;
|
|
12463
|
+
media_url?: string | null;
|
|
12464
|
+
permalink: string;
|
|
12465
|
+
thumbnail_url?: string | null;
|
|
12466
|
+
timestamp: string;
|
|
12467
|
+
username: string;
|
|
12468
|
+
like_count?: number | null;
|
|
12469
|
+
comments_count?: number | null;
|
|
12470
|
+
insights?: {
|
|
12471
|
+
data?: Array<{
|
|
12472
|
+
name: string;
|
|
12473
|
+
period: string;
|
|
12474
|
+
values: string;
|
|
12475
|
+
}> | null;
|
|
12476
|
+
} | null;
|
|
12477
|
+
}> | null;
|
|
12478
|
+
paging?: {
|
|
12479
|
+
next?: string | null;
|
|
12480
|
+
cursors?: {
|
|
12481
|
+
before?: string | null;
|
|
12482
|
+
after?: string | null;
|
|
12483
|
+
} | null;
|
|
12484
|
+
} | null;
|
|
12485
|
+
} | null;
|
|
12486
|
+
};
|
|
12487
|
+
};
|
|
12488
|
+
export type GetAthleteIntegrationsQueryVariables = Exact<{
|
|
12489
|
+
[key: string]: never;
|
|
12490
|
+
}>;
|
|
12491
|
+
export type GetAthleteIntegrationsQuery = {
|
|
12492
|
+
getAthleteIntegrations: {
|
|
12493
|
+
_id: string;
|
|
12494
|
+
hasStravaIntegration?: boolean | null;
|
|
12495
|
+
hasInstagramIntegration?: boolean | null;
|
|
12496
|
+
athlete: {
|
|
12497
|
+
_id: string;
|
|
12498
|
+
};
|
|
12499
|
+
stravaAthleteData?: {
|
|
12500
|
+
id: number;
|
|
12501
|
+
username?: string | null;
|
|
12502
|
+
firstname: string;
|
|
12503
|
+
lastname: string;
|
|
12504
|
+
bio?: string | null;
|
|
12505
|
+
city?: string | null;
|
|
12506
|
+
state?: string | null;
|
|
12507
|
+
country?: string | null;
|
|
12508
|
+
sex?: string | null;
|
|
12509
|
+
premium: boolean;
|
|
12510
|
+
profile?: string | null;
|
|
12511
|
+
created_at?: string | null;
|
|
12512
|
+
updated_at?: string | null;
|
|
12513
|
+
} | null;
|
|
12514
|
+
instagramUserData?: {
|
|
12515
|
+
user_id: string;
|
|
12516
|
+
username: string;
|
|
12517
|
+
name?: string | null;
|
|
12518
|
+
account_type?: string | null;
|
|
12519
|
+
followers_count?: string | null;
|
|
12520
|
+
media_count?: number | null;
|
|
12521
|
+
} | null;
|
|
12522
|
+
instagramMediaData?: {
|
|
12523
|
+
data?: Array<{
|
|
12524
|
+
id: string;
|
|
12525
|
+
caption?: string | null;
|
|
12526
|
+
media_type: string;
|
|
12527
|
+
media_url?: string | null;
|
|
12528
|
+
permalink: string;
|
|
12529
|
+
thumbnail_url?: string | null;
|
|
12530
|
+
timestamp: string;
|
|
12531
|
+
username: string;
|
|
12532
|
+
like_count?: number | null;
|
|
12533
|
+
comments_count?: number | null;
|
|
12534
|
+
insights?: {
|
|
12535
|
+
data?: Array<{
|
|
12536
|
+
name: string;
|
|
12537
|
+
period: string;
|
|
12538
|
+
values: string;
|
|
12539
|
+
}> | null;
|
|
12540
|
+
} | null;
|
|
12541
|
+
}> | null;
|
|
12542
|
+
paging?: {
|
|
12543
|
+
next?: string | null;
|
|
12544
|
+
cursors?: {
|
|
12545
|
+
before?: string | null;
|
|
12546
|
+
after?: string | null;
|
|
12547
|
+
} | null;
|
|
12548
|
+
} | null;
|
|
12549
|
+
} | null;
|
|
12550
|
+
};
|
|
12551
|
+
};
|
|
12552
|
+
export type GetStravaLoginUrlQueryVariables = Exact<{
|
|
12553
|
+
[key: string]: never;
|
|
12554
|
+
}>;
|
|
12555
|
+
export type GetStravaLoginUrlQuery = {
|
|
12556
|
+
getStravaLoginUrl: string;
|
|
12557
|
+
};
|
|
12558
|
+
export type UpdateAthleteIntegrationMutationVariables = Exact<{
|
|
11465
12559
|
type: Scalars['String']['input'];
|
|
11466
12560
|
}>;
|
|
11467
12561
|
export type UpdateAthleteIntegrationMutation = {
|
|
@@ -13136,7 +14230,7 @@ export type GetSportsPaginatedQuery = {
|
|
|
13136
14230
|
name: string;
|
|
13137
14231
|
priority?: number | null;
|
|
13138
14232
|
verified?: boolean | null;
|
|
13139
|
-
resultType:
|
|
14233
|
+
resultType: CompetitionResultType;
|
|
13140
14234
|
}>;
|
|
13141
14235
|
pagination: {
|
|
13142
14236
|
currentPage: number;
|
|
@@ -14993,6 +16087,9 @@ export declare const AthleteTeamFieldsFragmentDoc: import("graphql").DocumentNod
|
|
|
14993
16087
|
export declare const AthleteClubFieldsFragmentDoc: import("graphql").DocumentNode;
|
|
14994
16088
|
export declare const TeamAnalyticsFieldsFragmentDoc: import("graphql").DocumentNode;
|
|
14995
16089
|
export declare const TeamLeaderboardEntryFieldsFragmentDoc: import("graphql").DocumentNode;
|
|
16090
|
+
export declare const GetAdminUsersDocument: import("graphql").DocumentNode;
|
|
16091
|
+
export declare const AddAdminUserDocument: import("graphql").DocumentNode;
|
|
16092
|
+
export declare const RemoveAdminUserDocument: import("graphql").DocumentNode;
|
|
14996
16093
|
export declare const GetAiCoachThreadDocument: import("graphql").DocumentNode;
|
|
14997
16094
|
export declare const GetAiCoachThreadHistoryDocument: import("graphql").DocumentNode;
|
|
14998
16095
|
export declare const GetAiCoachThreadMessagesDocument: import("graphql").DocumentNode;
|
|
@@ -15129,6 +16226,54 @@ export declare const FollowAthleteDocument: import("graphql").DocumentNode;
|
|
|
15129
16226
|
export declare const UnfollowAthleteDocument: import("graphql").DocumentNode;
|
|
15130
16227
|
export declare const IsFollowingAthleteDocument: import("graphql").DocumentNode;
|
|
15131
16228
|
export declare const MyFollowedAthletesDocument: import("graphql").DocumentNode;
|
|
16229
|
+
export declare const FindTenantByIdDocument: import("graphql").DocumentNode;
|
|
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;
|
|
15132
16277
|
export declare const GetAthleteIntegrationsByAthleteDocument: import("graphql").DocumentNode;
|
|
15133
16278
|
export declare const GetAthleteStravaIntegrationDocument: import("graphql").DocumentNode;
|
|
15134
16279
|
export declare const GetAthleteInstagramIntegrationDocument: import("graphql").DocumentNode;
|
|
@@ -15258,6 +16403,9 @@ export declare const GetUsersPaginatedDocument: import("graphql").DocumentNode;
|
|
|
15258
16403
|
export declare const GetDatabaseTextFileDocument: import("graphql").DocumentNode;
|
|
15259
16404
|
export type SdkFunctionWrapper = <T>(action: (requestHeaders?: Record<string, string>) => Promise<T>, operationName: string, operationType?: string, variables?: any) => Promise<T>;
|
|
15260
16405
|
export declare function getSdk(client: GraphQLClient, withWrapper?: SdkFunctionWrapper): {
|
|
16406
|
+
GetAdminUsers(variables?: GetAdminUsersQueryVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<GetAdminUsersQuery>;
|
|
16407
|
+
AddAdminUser(variables: AddAdminUserMutationVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<AddAdminUserMutation>;
|
|
16408
|
+
RemoveAdminUser(variables: RemoveAdminUserMutationVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<RemoveAdminUserMutation>;
|
|
15261
16409
|
GetAiCoachThread(variables?: GetAiCoachThreadQueryVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<GetAiCoachThreadQuery>;
|
|
15262
16410
|
GetAiCoachThreadHistory(variables?: GetAiCoachThreadHistoryQueryVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<GetAiCoachThreadHistoryQuery>;
|
|
15263
16411
|
GetAiCoachThreadMessages(variables: GetAiCoachThreadMessagesQueryVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<GetAiCoachThreadMessagesQuery>;
|
|
@@ -15394,6 +16542,54 @@ export declare function getSdk(client: GraphQLClient, withWrapper?: SdkFunctionW
|
|
|
15394
16542
|
UnfollowAthlete(variables: UnfollowAthleteMutationVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<UnfollowAthleteMutation>;
|
|
15395
16543
|
IsFollowingAthlete(variables: IsFollowingAthleteQueryVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<IsFollowingAthleteQuery>;
|
|
15396
16544
|
MyFollowedAthletes(variables?: MyFollowedAthletesQueryVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<MyFollowedAthletesQuery>;
|
|
16545
|
+
FindTenantById(variables: FindTenantByIdQueryVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<FindTenantByIdQuery>;
|
|
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>;
|
|
15397
16593
|
GetAthleteIntegrationsByAthlete(variables?: GetAthleteIntegrationsByAthleteQueryVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<GetAthleteIntegrationsByAthleteQuery>;
|
|
15398
16594
|
GetAthleteStravaIntegration(variables?: GetAthleteStravaIntegrationQueryVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<GetAthleteStravaIntegrationQuery>;
|
|
15399
16595
|
GetAthleteInstagramIntegration(variables?: GetAthleteInstagramIntegrationQueryVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<GetAthleteInstagramIntegrationQuery>;
|