@vertikalx/vtx-backend-client 3.5.1-dev.0 → 3.5.5-dev-ven.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.
@@ -161,6 +161,7 @@ export type ActivityEntry = {
161
161
  counted: Scalars['Boolean']['output'];
162
162
  date: Scalars['DateTime']['output'];
163
163
  id: Scalars['String']['output'];
164
+ load?: Maybe<ActivityLoad>;
164
165
  metricAverages?: Maybe<Scalars['JSONObject']['output']>;
165
166
  metrics?: Maybe<Scalars['JSONObject']['output']>;
166
167
  notCountedReason?: Maybe<Scalars['String']['output']>;
@@ -175,6 +176,12 @@ export type ActivityFiltersInput = {
175
176
  dateTo?: InputMaybe<Scalars['String']['input']>;
176
177
  metricRanges?: InputMaybe<Array<MetricRangeInput>>;
177
178
  };
179
+ export type ActivityLoad = {
180
+ absentReason?: Maybe<Scalars['String']['output']>;
181
+ confidence?: Maybe<Scalars['String']['output']>;
182
+ metric: Scalars['String']['output'];
183
+ value?: Maybe<Scalars['Float']['output']>;
184
+ };
178
185
  export type AddCompetitionBudgetDto = {
179
186
  budget: BudgetDto;
180
187
  competitionId: Scalars['String']['input'];
@@ -445,6 +452,7 @@ export type Athlete = {
445
452
  followerCount?: Maybe<Scalars['Int']['output']>;
446
453
  fundingCampaigns?: Maybe<Array<FundRaisingCampaign>>;
447
454
  historicalScores?: Maybe<Array<HistoricalScore>>;
455
+ isVerifiedOverride?: Maybe<Scalars['Boolean']['output']>;
448
456
  lastName: Scalars['String']['output'];
449
457
  lgbt?: Maybe<Scalars['Boolean']['output']>;
450
458
  location?: Maybe<WorldLocation>;
@@ -467,6 +475,7 @@ export type Athlete = {
467
475
  totalUpcomingCompetitions?: Maybe<Scalars['Float']['output']>;
468
476
  trainer?: Maybe<Scalars['String']['output']>;
469
477
  trainerUrl?: Maybe<Scalars['String']['output']>;
478
+ verifiedStatus?: Maybe<VerifiedAthleteStatusType>;
470
479
  };
471
480
  export type AthleteClub = {
472
481
  _id: Scalars['String']['output'];
@@ -486,6 +495,9 @@ export type AthleteClubMember = {
486
495
  };
487
496
  export type AthleteCompetition = {
488
497
  _id: Scalars['String']['output'];
498
+ actualAirTempC?: Maybe<Scalars['Float']['output']>;
499
+ actualWaterTempC?: Maybe<Scalars['Float']['output']>;
500
+ actualWindConditions?: Maybe<Scalars['String']['output']>;
489
501
  albums?: Maybe<Array<Album>>;
490
502
  budget?: Maybe<Budget>;
491
503
  claimedAt?: Maybe<Scalars['DateTime']['output']>;
@@ -494,6 +506,9 @@ export type AthleteCompetition = {
494
506
  dismissedAt?: Maybe<Scalars['DateTime']['output']>;
495
507
  dismissedBy?: Maybe<Scalars['String']['output']>;
496
508
  event: SportsEvent;
509
+ expectedAirTempC?: Maybe<Scalars['Float']['output']>;
510
+ expectedWaterTempC?: Maybe<Scalars['Float']['output']>;
511
+ expectedWindConditions?: Maybe<Scalars['String']['output']>;
497
512
  fundRaisingCampaignIds?: Maybe<Array<Scalars['String']['output']>>;
498
513
  participationDate?: Maybe<Scalars['DateTime']['output']>;
499
514
  result?: Maybe<AthleteCompetitionResult>;
@@ -623,6 +638,7 @@ export type AthleteReference = {
623
638
  firstName: Scalars['String']['output'];
624
639
  followStats?: Maybe<FollowStats>;
625
640
  followerCount?: Maybe<Scalars['Int']['output']>;
641
+ isVerifiedOverride?: Maybe<Scalars['Boolean']['output']>;
626
642
  lastName: Scalars['String']['output'];
627
643
  lgbt?: Maybe<Scalars['Boolean']['output']>;
628
644
  location?: Maybe<WorldLocation>;
@@ -640,6 +656,7 @@ export type AthleteReference = {
640
656
  totalUpcomingCompetitions?: Maybe<Scalars['Float']['output']>;
641
657
  trainer?: Maybe<Scalars['String']['output']>;
642
658
  trainerUrl?: Maybe<Scalars['String']['output']>;
659
+ verifiedStatus?: Maybe<VerifiedAthleteStatusType>;
643
660
  };
644
661
  export type AthleteRequestStatus = 'CLOSED' | 'OPEN';
645
662
  export type AthleteSponsorshipStatus = 'ACTIVE' | 'APPROVED' | 'CANCELLED' | 'CLOSED' | 'EXPIRED' | 'PREPARING';
@@ -925,10 +942,13 @@ export type CloneDatabaseFileDto = {
925
942
  };
926
943
  export type Club = {
927
944
  _id: Scalars['String']['output'];
945
+ accentColor?: Maybe<Scalars['String']['output']>;
946
+ allowMemberCampaigns: Scalars['Boolean']['output'];
928
947
  approved?: Maybe<Scalars['Boolean']['output']>;
929
948
  banner?: Maybe<Awss3File>;
930
949
  description?: Maybe<Scalars['String']['output']>;
931
950
  feeStructure?: Maybe<Scalars['JSON']['output']>;
951
+ fundingCampaigns?: Maybe<Array<FundRaisingCampaign>>;
932
952
  location?: Maybe<Scalars['String']['output']>;
933
953
  logo?: Maybe<Awss3File>;
934
954
  membershipType: Scalars['String']['output'];
@@ -991,6 +1011,11 @@ export type CompetitionResultDto = {
991
1011
  };
992
1012
  export type CompetitionResultType = 'POSITION' | 'SCORE';
993
1013
  export type CompetitionVerificationTier = 'ATHLINKS_CLAIMED' | 'FEDERATION_VERIFIED' | 'LINK_EXTRACTED_MATCH' | 'LINK_PROVIDED' | 'SELF_REPORTED' | 'STRAVA_CORROBORATED';
1014
+ export type ComponentPresence = {
1015
+ cause?: Maybe<Scalars['String']['output']>;
1016
+ reason?: Maybe<Scalars['String']['output']>;
1017
+ status: Scalars['String']['output'];
1018
+ };
994
1019
  export type ComponentSummary = {
995
1020
  activityCount: Scalars['Int']['output'];
996
1021
  avgScorePerActivity?: Maybe<Scalars['Float']['output']>;
@@ -1007,6 +1032,15 @@ export type ComponentSummaryQueryDto = {
1007
1032
  athleteId: Scalars['String']['input'];
1008
1033
  component: Scalars['String']['input'];
1009
1034
  };
1035
+ export type ConfirmProfileVitalsDto = {
1036
+ dateOfBirth: Scalars['DateTime']['input'];
1037
+ gender: Scalars['String']['input'];
1038
+ };
1039
+ export type ConfirmProfileVitalsResponse = {
1040
+ competitionGender?: Maybe<Scalars['String']['output']>;
1041
+ confirmedAt: Scalars['DateTime']['output'];
1042
+ dob?: Maybe<Scalars['DateTime']['output']>;
1043
+ };
1010
1044
  export type ContentType = 'LIVE' | 'POST' | 'REEL' | 'SHORT' | 'VIDEO';
1011
1045
  export type Country = {
1012
1046
  _id: Scalars['String']['output'];
@@ -1137,6 +1171,8 @@ export type CreateCityDto = {
1137
1171
  timezone: Scalars['String']['input'];
1138
1172
  };
1139
1173
  export type CreateClubInput = {
1174
+ accentColor?: InputMaybe<Scalars['String']['input']>;
1175
+ allowMemberCampaigns?: InputMaybe<Scalars['Boolean']['input']>;
1140
1176
  description?: InputMaybe<Scalars['String']['input']>;
1141
1177
  feeStructure?: InputMaybe<Scalars['JSON']['input']>;
1142
1178
  location?: InputMaybe<Scalars['String']['input']>;
@@ -1185,6 +1221,7 @@ export type CreateFundingCampaignDto = {
1185
1221
  budget?: InputMaybe<CreateBudgetDto>;
1186
1222
  budgetMode: FundingMode;
1187
1223
  cityId?: InputMaybe<Scalars['String']['input']>;
1224
+ clubId?: InputMaybe<Scalars['String']['input']>;
1188
1225
  competitionBudgets?: InputMaybe<Array<CreateCompetitionBudgetDto>>;
1189
1226
  competitionIds?: InputMaybe<Array<Scalars['String']['input']>>;
1190
1227
  coverImageId?: InputMaybe<Scalars['String']['input']>;
@@ -1192,6 +1229,7 @@ export type CreateFundingCampaignDto = {
1192
1229
  fundsRequired: Scalars['Float']['input'];
1193
1230
  initialFundsObtained?: Scalars['Float']['input'];
1194
1231
  motivation: Scalars['String']['input'];
1232
+ teamId?: InputMaybe<Scalars['String']['input']>;
1195
1233
  thankYouMediaUrl?: InputMaybe<Scalars['String']['input']>;
1196
1234
  thankYouMessage?: InputMaybe<Scalars['String']['input']>;
1197
1235
  title: Scalars['String']['input'];
@@ -1203,6 +1241,7 @@ export type CreateFundingCampaignForDto = {
1203
1241
  budget?: InputMaybe<CreateBudgetDto>;
1204
1242
  budgetMode: FundingMode;
1205
1243
  cityId?: InputMaybe<Scalars['String']['input']>;
1244
+ clubId?: InputMaybe<Scalars['String']['input']>;
1206
1245
  competitionBudgets?: InputMaybe<Array<CreateCompetitionBudgetDto>>;
1207
1246
  competitionIds?: InputMaybe<Array<Scalars['String']['input']>>;
1208
1247
  coverImageId?: InputMaybe<Scalars['String']['input']>;
@@ -1211,6 +1250,7 @@ export type CreateFundingCampaignForDto = {
1211
1250
  initialFundsObtained?: Scalars['Float']['input'];
1212
1251
  loginEmail: Scalars['String']['input'];
1213
1252
  motivation: Scalars['String']['input'];
1253
+ teamId?: InputMaybe<Scalars['String']['input']>;
1214
1254
  thankYouMediaUrl?: InputMaybe<Scalars['String']['input']>;
1215
1255
  thankYouMessage?: InputMaybe<Scalars['String']['input']>;
1216
1256
  title: Scalars['String']['input'];
@@ -1290,6 +1330,8 @@ export type CreateSportDto = {
1290
1330
  export type CreateSportEventDto = {
1291
1331
  banner?: InputMaybe<Awss3UploadedFileDto>;
1292
1332
  cityId?: InputMaybe<Scalars['String']['input']>;
1333
+ courseType?: InputMaybe<Scalars['String']['input']>;
1334
+ distanceMeters?: InputMaybe<Scalars['Int']['input']>;
1293
1335
  endDate?: InputMaybe<Scalars['DateTime']['input']>;
1294
1336
  eventLevel?: InputMaybe<Scalars['String']['input']>;
1295
1337
  name: Scalars['String']['input'];
@@ -1318,6 +1360,8 @@ export type CreateStripeAccountDto = {
1318
1360
  countryId: Scalars['String']['input'];
1319
1361
  };
1320
1362
  export type CreateTeamInput = {
1363
+ accentColor?: InputMaybe<Scalars['String']['input']>;
1364
+ allowMemberCampaigns?: InputMaybe<Scalars['Boolean']['input']>;
1321
1365
  clubId?: InputMaybe<Scalars['String']['input']>;
1322
1366
  description?: InputMaybe<Scalars['String']['input']>;
1323
1367
  joinPolicy?: InputMaybe<Scalars['String']['input']>;
@@ -1376,6 +1420,9 @@ export type CursorPositionDto = {
1376
1420
  export type DashboardSummary = {
1377
1421
  competitionScore: Scalars['Float']['output'];
1378
1422
  lastUpdated: Scalars['DateTime']['output'];
1423
+ presence?: Maybe<ScorePresence>;
1424
+ renormalizedSecondary?: Maybe<Scalars['Float']['output']>;
1425
+ renormalizedSecondaryBasis?: Maybe<Scalars['String']['output']>;
1379
1426
  socialScore: Scalars['Float']['output'];
1380
1427
  trainingScore: Scalars['Float']['output'];
1381
1428
  vtxScore: Scalars['Float']['output'];
@@ -1568,10 +1615,16 @@ export type DurationDto = {
1568
1615
  unit?: Scalars['String']['input'];
1569
1616
  };
1570
1617
  export type EditAthleteCompetitionDto = {
1618
+ actualAirTempC?: InputMaybe<Scalars['Float']['input']>;
1619
+ actualWaterTempC?: InputMaybe<Scalars['Float']['input']>;
1620
+ actualWindConditions?: InputMaybe<Scalars['String']['input']>;
1571
1621
  cityId?: InputMaybe<Scalars['String']['input']>;
1572
1622
  competitionId: Scalars['String']['input'];
1573
1623
  competitionNumber?: InputMaybe<Scalars['String']['input']>;
1574
1624
  eventWebsite?: InputMaybe<Scalars['String']['input']>;
1625
+ expectedAirTempC?: InputMaybe<Scalars['Float']['input']>;
1626
+ expectedWaterTempC?: InputMaybe<Scalars['Float']['input']>;
1627
+ expectedWindConditions?: InputMaybe<Scalars['String']['input']>;
1575
1628
  participationDate?: InputMaybe<Scalars['DateTime']['input']>;
1576
1629
  };
1577
1630
  export type EditCampaignBudgetDto = {
@@ -1767,10 +1820,11 @@ export type FundCampaignFilterDto = {
1767
1820
  };
1768
1821
  export type FundRaisingCampaign = {
1769
1822
  _id: Scalars['String']['output'];
1770
- athlete: AthleteReference;
1823
+ athlete?: Maybe<AthleteReference>;
1771
1824
  autoSendThankYou: Scalars['Boolean']['output'];
1772
1825
  budget?: Maybe<Budget>;
1773
1826
  budgetMode: Scalars['String']['output'];
1827
+ club?: Maybe<Club>;
1774
1828
  competitions?: Maybe<Array<AthleteCompetition>>;
1775
1829
  coverImage?: Maybe<Awss3File>;
1776
1830
  createdDate: Scalars['DateTime']['output'];
@@ -1782,6 +1836,7 @@ export type FundRaisingCampaign = {
1782
1836
  motivation?: Maybe<Scalars['String']['output']>;
1783
1837
  slug?: Maybe<Scalars['String']['output']>;
1784
1838
  status: Scalars['String']['output'];
1839
+ team?: Maybe<Team>;
1785
1840
  thankYouMediaUrl?: Maybe<Scalars['String']['output']>;
1786
1841
  thankYouMessage?: Maybe<Scalars['String']['output']>;
1787
1842
  title: Scalars['String']['output'];
@@ -2170,6 +2225,7 @@ export type Mutation = {
2170
2225
  cloneEmailCampaign: EmailCampaign;
2171
2226
  confirmAthleteUserRegistration: User;
2172
2227
  confirmAthleteUserRegistrationAndLogin: UserWithToken;
2228
+ confirmProfileVitals: ConfirmProfileVitalsResponse;
2173
2229
  createAthleteAlbum: Album;
2174
2230
  createAthleteMembershipAffilation: AthleteMembership;
2175
2231
  createAthleteStripeSession: StripeSession;
@@ -2291,10 +2347,13 @@ export type Mutation = {
2291
2347
  sendTestEmail: Scalars['Boolean']['output'];
2292
2348
  sendThankYou: DonationThankYou;
2293
2349
  setAdminUserRole: AdminUser;
2350
+ setAthleteVerifiedOverride: Athlete;
2351
+ setClubCampaignPermission: Club;
2294
2352
  setCurrentCampaign: FundRaisingCampaign;
2295
2353
  setFundingStatus: FundRaisingCampaign;
2296
2354
  setOfferStatus: Offer;
2297
2355
  setPreferredLocale?: Maybe<Scalars['String']['output']>;
2356
+ setTeamCampaignPermission: Team;
2298
2357
  submitHealthKitActivities: HealthKitSubmitResult;
2299
2358
  trackUsageEvents: TrackResult;
2300
2359
  transferBrand: Brand;
@@ -2391,6 +2450,9 @@ export type MutationConfirmAthleteUserRegistrationArgs = {
2391
2450
  export type MutationConfirmAthleteUserRegistrationAndLoginArgs = {
2392
2451
  input: VerifyCodeDto;
2393
2452
  };
2453
+ export type MutationConfirmProfileVitalsArgs = {
2454
+ input: ConfirmProfileVitalsDto;
2455
+ };
2394
2456
  export type MutationCreateAthleteAlbumArgs = {
2395
2457
  input: UploadAlbumsPicturesDto;
2396
2458
  };
@@ -2416,6 +2478,7 @@ export type MutationCreateClubDonationCheckoutArgs = {
2416
2478
  currency?: Scalars['String']['input'];
2417
2479
  donorEmail?: InputMaybe<Scalars['String']['input']>;
2418
2480
  donorName?: InputMaybe<Scalars['String']['input']>;
2481
+ fundingCampaignId?: InputMaybe<Scalars['String']['input']>;
2419
2482
  };
2420
2483
  export type MutationCreateClubStripeAccountArgs = {
2421
2484
  clubId: Scalars['String']['input'];
@@ -2486,6 +2549,7 @@ export type MutationCreateTeamDonationCheckoutArgs = {
2486
2549
  currency?: Scalars['String']['input'];
2487
2550
  donorEmail?: InputMaybe<Scalars['String']['input']>;
2488
2551
  donorName?: InputMaybe<Scalars['String']['input']>;
2552
+ fundingCampaignId?: InputMaybe<Scalars['String']['input']>;
2489
2553
  teamId: Scalars['String']['input'];
2490
2554
  };
2491
2555
  export type MutationCreateTeamStripeAccountArgs = {
@@ -2754,6 +2818,14 @@ export type MutationSendThankYouArgs = {
2754
2818
  export type MutationSetAdminUserRoleArgs = {
2755
2819
  input: SetAdminUserRoleInput;
2756
2820
  };
2821
+ export type MutationSetAthleteVerifiedOverrideArgs = {
2822
+ athleteId: Scalars['String']['input'];
2823
+ isVerifiedOverride: Scalars['Boolean']['input'];
2824
+ };
2825
+ export type MutationSetClubCampaignPermissionArgs = {
2826
+ allowMemberCampaigns: Scalars['Boolean']['input'];
2827
+ clubId: Scalars['String']['input'];
2828
+ };
2757
2829
  export type MutationSetCurrentCampaignArgs = {
2758
2830
  input: SetCurrentCampaignDto;
2759
2831
  };
@@ -2767,6 +2839,10 @@ export type MutationSetOfferStatusArgs = {
2767
2839
  export type MutationSetPreferredLocaleArgs = {
2768
2840
  locale: Scalars['String']['input'];
2769
2841
  };
2842
+ export type MutationSetTeamCampaignPermissionArgs = {
2843
+ allowMemberCampaigns: Scalars['Boolean']['input'];
2844
+ teamId: Scalars['String']['input'];
2845
+ };
2770
2846
  export type MutationSubmitHealthKitActivitiesArgs = {
2771
2847
  items: Array<HealthKitWorkoutInput>;
2772
2848
  };
@@ -3162,12 +3238,16 @@ export type PostMetricType = {
3162
3238
  postId: Scalars['String']['output'];
3163
3239
  postedAt: Scalars['DateTime']['output'];
3164
3240
  reach?: Maybe<Scalars['Int']['output']>;
3165
- saves: Scalars['Int']['output'];
3166
- shares: Scalars['Int']['output'];
3241
+ saves?: Maybe<Scalars['Int']['output']>;
3242
+ shares?: Maybe<Scalars['Int']['output']>;
3167
3243
  thumbnailUrl?: Maybe<Scalars['String']['output']>;
3168
3244
  vsAvgPercent: Scalars['Float']['output'];
3169
3245
  };
3170
3246
  export type PostSortOption = 'RECENT' | 'TOP' | 'UNDERPERFORMING';
3247
+ export type ProfileVitalsStatus = {
3248
+ confirmed: Scalars['Boolean']['output'];
3249
+ confirmedAt?: Maybe<Scalars['DateTime']['output']>;
3250
+ };
3171
3251
  export type Promotion = {
3172
3252
  _id: Scalars['String']['output'];
3173
3253
  availableCodes: Scalars['Int']['output'];
@@ -3326,6 +3406,7 @@ export type Query = {
3326
3406
  getEmailCampaign: EmailCampaign;
3327
3407
  getEmailCampaigns: EmailCampaignPage;
3328
3408
  getEmailSegments: Array<EmailSegment>;
3409
+ getEventsMissingCourseData: PaginatedEvents;
3329
3410
  getLeaderboard: LeaderboardResponse;
3330
3411
  getMembershipOrganizations: Array<MembershipOrganizationReference>;
3331
3412
  getMyClubs: Array<Club>;
@@ -3401,6 +3482,7 @@ export type Query = {
3401
3482
  offersForAthlete: Array<Offer>;
3402
3483
  offersWithEligibility: PaginatedOffersWithEligibility;
3403
3484
  postsWithComparison: PostComparisonResultType;
3485
+ profileVitalsStatus: ProfileVitalsStatus;
3404
3486
  queryAthleteFundingCampaigns: AthleteQueryResponse;
3405
3487
  queryAthleteWithFilter: AthleteQueryResponse;
3406
3488
  screenNameAvailability: ExistValueResponse;
@@ -3597,6 +3679,9 @@ export type QueryGetEmailCampaignsArgs = {
3597
3679
  search?: InputMaybe<Scalars['String']['input']>;
3598
3680
  status?: InputMaybe<Scalars['String']['input']>;
3599
3681
  };
3682
+ export type QueryGetEventsMissingCourseDataArgs = {
3683
+ query?: InputMaybe<EventQueryDto>;
3684
+ };
3600
3685
  export type QueryGetLeaderboardArgs = {
3601
3686
  input?: InputMaybe<LeaderboardQueryDto>;
3602
3687
  };
@@ -3925,6 +4010,11 @@ export type ScoreInfo = {
3925
4010
  earned: Scalars['Float']['output'];
3926
4011
  maxPossible: Scalars['Float']['output'];
3927
4012
  };
4013
+ export type ScorePresence = {
4014
+ competition: ComponentPresence;
4015
+ social: ComponentPresence;
4016
+ training: ComponentPresence;
4017
+ };
3928
4018
  export type ScoreQualification = {
3929
4019
  operator: Scalars['String']['output'];
3930
4020
  scoreType: Scalars['String']['output'];
@@ -4244,6 +4334,8 @@ export type SportQueryResults = {
4244
4334
  export type SportsEvent = {
4245
4335
  _id: Scalars['String']['output'];
4246
4336
  banner?: Maybe<Awss3File>;
4337
+ courseType?: Maybe<Scalars['String']['output']>;
4338
+ distanceMeters?: Maybe<Scalars['Int']['output']>;
4247
4339
  endDate?: Maybe<Scalars['DateTime']['output']>;
4248
4340
  eventLevel?: Maybe<Scalars['String']['output']>;
4249
4341
  eventWebSite?: Maybe<Scalars['String']['output']>;
@@ -4543,11 +4635,14 @@ export type TaskStatus = 'DONE' | 'EXPIRED' | 'PENDING';
4543
4635
  export type TaxCalculation = 'NO_TAX' | 'PLUS_TAX' | 'TAX_INCLUDED';
4544
4636
  export type Team = {
4545
4637
  _id: Scalars['String']['output'];
4638
+ accentColor?: Maybe<Scalars['String']['output']>;
4639
+ allowMemberCampaigns: Scalars['Boolean']['output'];
4546
4640
  approved?: Maybe<Scalars['Boolean']['output']>;
4547
4641
  athletes?: Maybe<Array<AthleteTeam>>;
4548
4642
  banner?: Maybe<Awss3File>;
4549
4643
  club?: Maybe<TeamClubReference>;
4550
4644
  description?: Maybe<Scalars['String']['output']>;
4645
+ fundingCampaigns?: Maybe<Array<FundRaisingCampaign>>;
4551
4646
  joinPolicy?: Maybe<Scalars['String']['output']>;
4552
4647
  logo?: Maybe<Awss3File>;
4553
4648
  maxRosterSize?: Maybe<Scalars['Int']['output']>;
@@ -4692,6 +4787,8 @@ export type UpdateBlogPostInput = {
4692
4787
  title?: InputMaybe<Scalars['String']['input']>;
4693
4788
  };
4694
4789
  export type UpdateClubInput = {
4790
+ accentColor?: InputMaybe<Scalars['String']['input']>;
4791
+ allowMemberCampaigns?: InputMaybe<Scalars['Boolean']['input']>;
4695
4792
  banner?: InputMaybe<Awss3UploadedFileDto>;
4696
4793
  clubId: Scalars['String']['input'];
4697
4794
  description?: InputMaybe<Scalars['String']['input']>;
@@ -4727,6 +4824,7 @@ export type UpdateFundingCampaignDto = {
4727
4824
  budget?: InputMaybe<CreateBudgetDto>;
4728
4825
  budgetMode: FundingMode;
4729
4826
  cityId?: InputMaybe<Scalars['String']['input']>;
4827
+ clubId?: InputMaybe<Scalars['String']['input']>;
4730
4828
  competitionBudgets?: InputMaybe<Array<CreateCompetitionBudgetDto>>;
4731
4829
  competitionIds?: InputMaybe<Array<Scalars['String']['input']>>;
4732
4830
  coverImageId?: InputMaybe<Scalars['String']['input']>;
@@ -4734,6 +4832,7 @@ export type UpdateFundingCampaignDto = {
4734
4832
  fundsRequired: Scalars['Float']['input'];
4735
4833
  initialFundsObtained?: Scalars['Float']['input'];
4736
4834
  motivation: Scalars['String']['input'];
4835
+ teamId?: InputMaybe<Scalars['String']['input']>;
4737
4836
  thankYouMediaUrl?: InputMaybe<Scalars['String']['input']>;
4738
4837
  thankYouMessage?: InputMaybe<Scalars['String']['input']>;
4739
4838
  title: Scalars['String']['input'];
@@ -4780,6 +4879,8 @@ export type UpdateSportEventDto = {
4780
4879
  _id: Scalars['String']['input'];
4781
4880
  banner?: InputMaybe<Awss3UploadedFileDto>;
4782
4881
  cityId?: InputMaybe<Scalars['String']['input']>;
4882
+ courseType?: InputMaybe<Scalars['String']['input']>;
4883
+ distanceMeters?: InputMaybe<Scalars['Int']['input']>;
4783
4884
  endDate?: InputMaybe<Scalars['DateTime']['input']>;
4784
4885
  eventLevel?: InputMaybe<Scalars['String']['input']>;
4785
4886
  name?: InputMaybe<Scalars['String']['input']>;
@@ -4788,6 +4889,8 @@ export type UpdateSportEventDto = {
4788
4889
  website?: InputMaybe<Scalars['String']['input']>;
4789
4890
  };
4790
4891
  export type UpdateTeamInput = {
4892
+ accentColor?: InputMaybe<Scalars['String']['input']>;
4893
+ allowMemberCampaigns?: InputMaybe<Scalars['Boolean']['input']>;
4791
4894
  banner?: InputMaybe<Awss3UploadedFileDto>;
4792
4895
  description?: InputMaybe<Scalars['String']['input']>;
4793
4896
  joinPolicy?: InputMaybe<Scalars['String']['input']>;
@@ -4930,6 +5033,13 @@ export type VerificationCode = {
4930
5033
  recipient?: Maybe<Scalars['String']['output']>;
4931
5034
  type?: Maybe<Scalars['String']['output']>;
4932
5035
  };
5036
+ export type VerifiedAthleteStatusType = {
5037
+ hasInstagramConnected: Scalars['Boolean']['output'];
5038
+ hasStripeVerified: Scalars['Boolean']['output'];
5039
+ hasTrainingConnected: Scalars['Boolean']['output'];
5040
+ hasVerifiedRaceResult: Scalars['Boolean']['output'];
5041
+ isVerified: Scalars['Boolean']['output'];
5042
+ };
4933
5043
  export type VerifyCodeDto = {
4934
5044
  codeId: Scalars['String']['input'];
4935
5045
  enteredCodeValue: Scalars['String']['input'];
@@ -5391,6 +5501,9 @@ export type CompetitionEventFieldsFragment = {
5391
5501
  startDate: string;
5392
5502
  endDate?: string | null;
5393
5503
  verified: boolean;
5504
+ distanceMeters?: number | null;
5505
+ courseType?: string | null;
5506
+ eventLevel?: string | null;
5394
5507
  mainSport?: {
5395
5508
  _id: string;
5396
5509
  name: string;
@@ -5445,6 +5558,7 @@ export type StandardAthleteFieldsFragment = {
5445
5558
  aboutMe?: string | null;
5446
5559
  totalUpcomingCompetitions?: number | null;
5447
5560
  totalPastCompetitions?: number | null;
5561
+ isVerifiedOverride?: boolean | null;
5448
5562
  country?: {
5449
5563
  _id: string;
5450
5564
  name: string;
@@ -5589,6 +5703,9 @@ export type StandardAthleteFieldsFragment = {
5589
5703
  startDate: string;
5590
5704
  endDate?: string | null;
5591
5705
  verified: boolean;
5706
+ distanceMeters?: number | null;
5707
+ courseType?: string | null;
5708
+ eventLevel?: string | null;
5592
5709
  mainSport?: {
5593
5710
  _id: string;
5594
5711
  name: string;
@@ -5661,6 +5778,13 @@ export type StandardAthleteFieldsFragment = {
5661
5778
  _id: string;
5662
5779
  showProfileHelper: boolean;
5663
5780
  };
5781
+ verifiedStatus?: {
5782
+ isVerified: boolean;
5783
+ hasTrainingConnected: boolean;
5784
+ hasInstagramConnected: boolean;
5785
+ hasVerifiedRaceResult: boolean;
5786
+ hasStripeVerified: boolean;
5787
+ } | null;
5664
5788
  };
5665
5789
  export type CampaignLocationFieldsFragment = {
5666
5790
  _id: string;
@@ -5889,6 +6013,7 @@ export type RegisterAthleteMutation = {
5889
6013
  aboutMe?: string | null;
5890
6014
  totalUpcomingCompetitions?: number | null;
5891
6015
  totalPastCompetitions?: number | null;
6016
+ isVerifiedOverride?: boolean | null;
5892
6017
  country?: {
5893
6018
  _id: string;
5894
6019
  name: string;
@@ -6033,6 +6158,9 @@ export type RegisterAthleteMutation = {
6033
6158
  startDate: string;
6034
6159
  endDate?: string | null;
6035
6160
  verified: boolean;
6161
+ distanceMeters?: number | null;
6162
+ courseType?: string | null;
6163
+ eventLevel?: string | null;
6036
6164
  mainSport?: {
6037
6165
  _id: string;
6038
6166
  name: string;
@@ -6105,6 +6233,13 @@ export type RegisterAthleteMutation = {
6105
6233
  _id: string;
6106
6234
  showProfileHelper: boolean;
6107
6235
  };
6236
+ verifiedStatus?: {
6237
+ isVerified: boolean;
6238
+ hasTrainingConnected: boolean;
6239
+ hasInstagramConnected: boolean;
6240
+ hasVerifiedRaceResult: boolean;
6241
+ hasStripeVerified: boolean;
6242
+ } | null;
6108
6243
  };
6109
6244
  };
6110
6245
  export type FindAthleteForUserQueryVariables = Exact<{
@@ -6127,6 +6262,7 @@ export type FindAthleteForUserQuery = {
6127
6262
  aboutMe?: string | null;
6128
6263
  totalUpcomingCompetitions?: number | null;
6129
6264
  totalPastCompetitions?: number | null;
6265
+ isVerifiedOverride?: boolean | null;
6130
6266
  affiliations?: Array<{
6131
6267
  _id: string;
6132
6268
  membershipNumber?: string | null;
@@ -6579,6 +6715,9 @@ export type FindAthleteForUserQuery = {
6579
6715
  startDate: string;
6580
6716
  endDate?: string | null;
6581
6717
  verified: boolean;
6718
+ distanceMeters?: number | null;
6719
+ courseType?: string | null;
6720
+ eventLevel?: string | null;
6582
6721
  mainSport?: {
6583
6722
  _id: string;
6584
6723
  name: string;
@@ -6647,6 +6786,13 @@ export type FindAthleteForUserQuery = {
6647
6786
  url: string;
6648
6787
  key: string;
6649
6788
  } | null;
6789
+ verifiedStatus?: {
6790
+ isVerified: boolean;
6791
+ hasTrainingConnected: boolean;
6792
+ hasInstagramConnected: boolean;
6793
+ hasVerifiedRaceResult: boolean;
6794
+ hasStripeVerified: boolean;
6795
+ } | null;
6650
6796
  };
6651
6797
  };
6652
6798
  export type FindAthleteByIdQueryVariables = Exact<{
@@ -6667,6 +6813,7 @@ export type FindAthleteByIdQuery = {
6667
6813
  aboutMe?: string | null;
6668
6814
  totalUpcomingCompetitions?: number | null;
6669
6815
  totalPastCompetitions?: number | null;
6816
+ isVerifiedOverride?: boolean | null;
6670
6817
  country?: {
6671
6818
  _id: string;
6672
6819
  name: string;
@@ -6811,6 +6958,9 @@ export type FindAthleteByIdQuery = {
6811
6958
  startDate: string;
6812
6959
  endDate?: string | null;
6813
6960
  verified: boolean;
6961
+ distanceMeters?: number | null;
6962
+ courseType?: string | null;
6963
+ eventLevel?: string | null;
6814
6964
  mainSport?: {
6815
6965
  _id: string;
6816
6966
  name: string;
@@ -6883,6 +7033,13 @@ export type FindAthleteByIdQuery = {
6883
7033
  _id: string;
6884
7034
  showProfileHelper: boolean;
6885
7035
  };
7036
+ verifiedStatus?: {
7037
+ isVerified: boolean;
7038
+ hasTrainingConnected: boolean;
7039
+ hasInstagramConnected: boolean;
7040
+ hasVerifiedRaceResult: boolean;
7041
+ hasStripeVerified: boolean;
7042
+ } | null;
6886
7043
  };
6887
7044
  };
6888
7045
  export type FindAthleteForIdPublicQueryVariables = Exact<{
@@ -6904,6 +7061,7 @@ export type FindAthleteForIdPublicQuery = {
6904
7061
  aboutMe?: string | null;
6905
7062
  totalUpcomingCompetitions?: number | null;
6906
7063
  totalPastCompetitions?: number | null;
7064
+ isVerifiedOverride?: boolean | null;
6907
7065
  affiliations?: Array<{
6908
7066
  _id: string;
6909
7067
  membershipNumber?: string | null;
@@ -6946,6 +7104,9 @@ export type FindAthleteForIdPublicQuery = {
6946
7104
  startDate: string;
6947
7105
  endDate?: string | null;
6948
7106
  verified: boolean;
7107
+ distanceMeters?: number | null;
7108
+ courseType?: string | null;
7109
+ eventLevel?: string | null;
6949
7110
  mainSport?: {
6950
7111
  _id: string;
6951
7112
  name: string;
@@ -7319,6 +7480,13 @@ export type FindAthleteForIdPublicQuery = {
7319
7480
  url: string;
7320
7481
  key: string;
7321
7482
  } | null;
7483
+ verifiedStatus?: {
7484
+ isVerified: boolean;
7485
+ hasTrainingConnected: boolean;
7486
+ hasInstagramConnected: boolean;
7487
+ hasVerifiedRaceResult: boolean;
7488
+ hasStripeVerified: boolean;
7489
+ } | null;
7322
7490
  };
7323
7491
  };
7324
7492
  export type GetAthletesQueryVariables = Exact<{
@@ -7338,6 +7506,7 @@ export type GetAthletesQuery = {
7338
7506
  aboutMe?: string | null;
7339
7507
  totalUpcomingCompetitions?: number | null;
7340
7508
  totalPastCompetitions?: number | null;
7509
+ isVerifiedOverride?: boolean | null;
7341
7510
  country?: {
7342
7511
  _id: string;
7343
7512
  name: string;
@@ -7482,6 +7651,9 @@ export type GetAthletesQuery = {
7482
7651
  startDate: string;
7483
7652
  endDate?: string | null;
7484
7653
  verified: boolean;
7654
+ distanceMeters?: number | null;
7655
+ courseType?: string | null;
7656
+ eventLevel?: string | null;
7485
7657
  mainSport?: {
7486
7658
  _id: string;
7487
7659
  name: string;
@@ -7554,6 +7726,13 @@ export type GetAthletesQuery = {
7554
7726
  _id: string;
7555
7727
  showProfileHelper: boolean;
7556
7728
  };
7729
+ verifiedStatus?: {
7730
+ isVerified: boolean;
7731
+ hasTrainingConnected: boolean;
7732
+ hasInstagramConnected: boolean;
7733
+ hasVerifiedRaceResult: boolean;
7734
+ hasStripeVerified: boolean;
7735
+ } | null;
7557
7736
  }>;
7558
7737
  };
7559
7738
  export type SearchAthletesQueryVariables = Exact<{
@@ -7573,6 +7752,7 @@ export type SearchAthletesQuery = {
7573
7752
  aboutMe?: string | null;
7574
7753
  totalUpcomingCompetitions?: number | null;
7575
7754
  totalPastCompetitions?: number | null;
7755
+ isVerifiedOverride?: boolean | null;
7576
7756
  country?: {
7577
7757
  _id: string;
7578
7758
  name: string;
@@ -7717,6 +7897,9 @@ export type SearchAthletesQuery = {
7717
7897
  startDate: string;
7718
7898
  endDate?: string | null;
7719
7899
  verified: boolean;
7900
+ distanceMeters?: number | null;
7901
+ courseType?: string | null;
7902
+ eventLevel?: string | null;
7720
7903
  mainSport?: {
7721
7904
  _id: string;
7722
7905
  name: string;
@@ -7789,6 +7972,13 @@ export type SearchAthletesQuery = {
7789
7972
  _id: string;
7790
7973
  showProfileHelper: boolean;
7791
7974
  };
7975
+ verifiedStatus?: {
7976
+ isVerified: boolean;
7977
+ hasTrainingConnected: boolean;
7978
+ hasInstagramConnected: boolean;
7979
+ hasVerifiedRaceResult: boolean;
7980
+ hasStripeVerified: boolean;
7981
+ } | null;
7792
7982
  }>;
7793
7983
  };
7794
7984
  export type GetRecommendedAthletesQueryVariables = Exact<{
@@ -7808,6 +7998,7 @@ export type GetRecommendedAthletesQuery = {
7808
7998
  aboutMe?: string | null;
7809
7999
  totalUpcomingCompetitions?: number | null;
7810
8000
  totalPastCompetitions?: number | null;
8001
+ isVerifiedOverride?: boolean | null;
7811
8002
  country?: {
7812
8003
  _id: string;
7813
8004
  name: string;
@@ -7952,6 +8143,9 @@ export type GetRecommendedAthletesQuery = {
7952
8143
  startDate: string;
7953
8144
  endDate?: string | null;
7954
8145
  verified: boolean;
8146
+ distanceMeters?: number | null;
8147
+ courseType?: string | null;
8148
+ eventLevel?: string | null;
7955
8149
  mainSport?: {
7956
8150
  _id: string;
7957
8151
  name: string;
@@ -8024,6 +8218,13 @@ export type GetRecommendedAthletesQuery = {
8024
8218
  _id: string;
8025
8219
  showProfileHelper: boolean;
8026
8220
  };
8221
+ verifiedStatus?: {
8222
+ isVerified: boolean;
8223
+ hasTrainingConnected: boolean;
8224
+ hasInstagramConnected: boolean;
8225
+ hasVerifiedRaceResult: boolean;
8226
+ hasStripeVerified: boolean;
8227
+ } | null;
8027
8228
  }>;
8028
8229
  };
8029
8230
  export type GetSponsorAthletesForTenantQueryVariables = Exact<{
@@ -8043,6 +8244,7 @@ export type GetSponsorAthletesForTenantQuery = {
8043
8244
  aboutMe?: string | null;
8044
8245
  totalUpcomingCompetitions?: number | null;
8045
8246
  totalPastCompetitions?: number | null;
8247
+ isVerifiedOverride?: boolean | null;
8046
8248
  country?: {
8047
8249
  _id: string;
8048
8250
  name: string;
@@ -8187,6 +8389,9 @@ export type GetSponsorAthletesForTenantQuery = {
8187
8389
  startDate: string;
8188
8390
  endDate?: string | null;
8189
8391
  verified: boolean;
8392
+ distanceMeters?: number | null;
8393
+ courseType?: string | null;
8394
+ eventLevel?: string | null;
8190
8395
  mainSport?: {
8191
8396
  _id: string;
8192
8397
  name: string;
@@ -8259,6 +8464,13 @@ export type GetSponsorAthletesForTenantQuery = {
8259
8464
  _id: string;
8260
8465
  showProfileHelper: boolean;
8261
8466
  };
8467
+ verifiedStatus?: {
8468
+ isVerified: boolean;
8469
+ hasTrainingConnected: boolean;
8470
+ hasInstagramConnected: boolean;
8471
+ hasVerifiedRaceResult: boolean;
8472
+ hasStripeVerified: boolean;
8473
+ } | null;
8262
8474
  }>;
8263
8475
  };
8264
8476
  export type QueryAthleteFundingCampaignsQueryVariables = Exact<{
@@ -8599,6 +8811,25 @@ export type EditProfileValueMutation = {
8599
8811
  changed: boolean;
8600
8812
  };
8601
8813
  };
8814
+ export type ConfirmProfileVitalsMutationVariables = Exact<{
8815
+ input: ConfirmProfileVitalsDto;
8816
+ }>;
8817
+ export type ConfirmProfileVitalsMutation = {
8818
+ confirmProfileVitals: {
8819
+ confirmedAt: string;
8820
+ dob?: string | null;
8821
+ competitionGender?: string | null;
8822
+ };
8823
+ };
8824
+ export type ProfileVitalsStatusQueryVariables = Exact<{
8825
+ [key: string]: never;
8826
+ }>;
8827
+ export type ProfileVitalsStatusQuery = {
8828
+ profileVitalsStatus: {
8829
+ confirmed: boolean;
8830
+ confirmedAt?: string | null;
8831
+ };
8832
+ };
8602
8833
  export type EditPictureMutationVariables = Exact<{
8603
8834
  input: EditPictureDto;
8604
8835
  }>;
@@ -8635,12 +8866,20 @@ export type AddAthleteCompetitionMutation = {
8635
8866
  participationDate?: string | null;
8636
8867
  competitionNumber?: string | null;
8637
8868
  fundRaisingCampaignIds?: Array<string> | null;
8869
+ expectedAirTempC?: number | null;
8870
+ expectedWaterTempC?: number | null;
8871
+ expectedWindConditions?: string | null;
8872
+ actualAirTempC?: number | null;
8873
+ actualWaterTempC?: number | null;
8874
+ actualWindConditions?: string | null;
8638
8875
  event: {
8639
8876
  _id: string;
8640
8877
  name: string;
8641
8878
  eventWebSite?: string | null;
8642
8879
  startDate: string;
8643
8880
  endDate?: string | null;
8881
+ distanceMeters?: number | null;
8882
+ courseType?: string | null;
8644
8883
  verified: boolean;
8645
8884
  mainSport?: {
8646
8885
  _id: string;
@@ -8702,12 +8941,20 @@ export type EditAthleteCompetitionMutation = {
8702
8941
  participationDate?: string | null;
8703
8942
  competitionNumber?: string | null;
8704
8943
  fundRaisingCampaignIds?: Array<string> | null;
8944
+ expectedAirTempC?: number | null;
8945
+ expectedWaterTempC?: number | null;
8946
+ expectedWindConditions?: string | null;
8947
+ actualAirTempC?: number | null;
8948
+ actualWaterTempC?: number | null;
8949
+ actualWindConditions?: string | null;
8705
8950
  event: {
8706
8951
  _id: string;
8707
8952
  name: string;
8708
8953
  eventWebSite?: string | null;
8709
8954
  startDate: string;
8710
8955
  endDate?: string | null;
8956
+ distanceMeters?: number | null;
8957
+ courseType?: string | null;
8711
8958
  verified: boolean;
8712
8959
  mainSport?: {
8713
8960
  _id: string;
@@ -8777,12 +9024,20 @@ export type GetAthleteCompetitionsQuery = {
8777
9024
  participationDate?: string | null;
8778
9025
  competitionNumber?: string | null;
8779
9026
  fundRaisingCampaignIds?: Array<string> | null;
9027
+ expectedAirTempC?: number | null;
9028
+ expectedWaterTempC?: number | null;
9029
+ expectedWindConditions?: string | null;
9030
+ actualAirTempC?: number | null;
9031
+ actualWaterTempC?: number | null;
9032
+ actualWindConditions?: string | null;
8780
9033
  event: {
8781
9034
  _id: string;
8782
9035
  name: string;
8783
9036
  eventWebSite?: string | null;
8784
9037
  startDate: string;
8785
9038
  endDate?: string | null;
9039
+ distanceMeters?: number | null;
9040
+ courseType?: string | null;
8786
9041
  verified: boolean;
8787
9042
  mainSport?: {
8788
9043
  _id: string;
@@ -9386,6 +9641,25 @@ export type GetAthleteDashboardQuery = {
9386
9641
  trainingScore: number;
9387
9642
  competitionScore: number;
9388
9643
  lastUpdated: string;
9644
+ renormalizedSecondary?: number | null;
9645
+ renormalizedSecondaryBasis?: string | null;
9646
+ presence?: {
9647
+ training: {
9648
+ status: string;
9649
+ cause?: string | null;
9650
+ reason?: string | null;
9651
+ };
9652
+ social: {
9653
+ status: string;
9654
+ cause?: string | null;
9655
+ reason?: string | null;
9656
+ };
9657
+ competition: {
9658
+ status: string;
9659
+ cause?: string | null;
9660
+ reason?: string | null;
9661
+ };
9662
+ } | null;
9389
9663
  };
9390
9664
  };
9391
9665
  export type GetAthleteScoreHistoryQueryVariables = Exact<{
@@ -9441,6 +9715,12 @@ export type GetAthleteActivitiesQuery = {
9441
9715
  notCountedReason?: string | null;
9442
9716
  prMetrics?: Array<string> | null;
9443
9717
  metricAverages?: any | null;
9718
+ load?: {
9719
+ value?: number | null;
9720
+ metric: string;
9721
+ confidence?: string | null;
9722
+ absentReason?: string | null;
9723
+ } | null;
9444
9724
  }>;
9445
9725
  };
9446
9726
  };
@@ -9550,8 +9830,8 @@ export type GetPostsWithComparisonQuery = {
9550
9830
  postedAt: string;
9551
9831
  likes: number;
9552
9832
  comments: number;
9553
- shares: number;
9554
- saves: number;
9833
+ shares?: number | null;
9834
+ saves?: number | null;
9555
9835
  reach?: number | null;
9556
9836
  vsAvgPercent: number;
9557
9837
  }>;
@@ -9585,6 +9865,9 @@ export type GetSportsEventsQuery = {
9585
9865
  startDate: string;
9586
9866
  endDate?: string | null;
9587
9867
  verified: boolean;
9868
+ distanceMeters?: number | null;
9869
+ courseType?: string | null;
9870
+ eventLevel?: string | null;
9588
9871
  registeredAthletesCount?: number | null;
9589
9872
  mainSport?: {
9590
9873
  _id: string;
@@ -9642,6 +9925,62 @@ export type GetSportsEventsPaginatedQuery = {
9642
9925
  endDate?: string | null;
9643
9926
  eventWebSite?: string | null;
9644
9927
  registeredAthletesCount?: number | null;
9928
+ distanceMeters?: number | null;
9929
+ courseType?: string | null;
9930
+ eventLevel?: string | null;
9931
+ mainSport?: {
9932
+ _id: string;
9933
+ name: string;
9934
+ } | null;
9935
+ location?: {
9936
+ _id: string;
9937
+ cityNameGeocode?: string | null;
9938
+ countryIso2CodeGeocode?: string | null;
9939
+ city?: {
9940
+ _id: string;
9941
+ name: string;
9942
+ state?: {
9943
+ _id: string;
9944
+ name: string;
9945
+ country?: {
9946
+ _id: string;
9947
+ name: string;
9948
+ } | null;
9949
+ } | null;
9950
+ } | null;
9951
+ } | null;
9952
+ banner?: {
9953
+ _id: string;
9954
+ url: string;
9955
+ useType?: string | null;
9956
+ } | null;
9957
+ }>;
9958
+ pagination: {
9959
+ currentPage: number;
9960
+ totalPages: number;
9961
+ totalItems: number;
9962
+ itemsPerPage: number;
9963
+ hasNextPage: boolean;
9964
+ hasPreviousPage: boolean;
9965
+ };
9966
+ };
9967
+ };
9968
+ export type GetEventsMissingCourseDataQueryVariables = Exact<{
9969
+ query?: InputMaybe<EventQueryDto>;
9970
+ }>;
9971
+ export type GetEventsMissingCourseDataQuery = {
9972
+ getEventsMissingCourseData: {
9973
+ items: Array<{
9974
+ _id: string;
9975
+ name: string;
9976
+ verified: boolean;
9977
+ startDate: string;
9978
+ endDate?: string | null;
9979
+ eventWebSite?: string | null;
9980
+ registeredAthletesCount?: number | null;
9981
+ distanceMeters?: number | null;
9982
+ courseType?: string | null;
9983
+ eventLevel?: string | null;
9645
9984
  mainSport?: {
9646
9985
  _id: string;
9647
9986
  name: string;
@@ -9690,6 +10029,9 @@ export type CreateSportsEventMutation = {
9690
10029
  startDate: string;
9691
10030
  endDate?: string | null;
9692
10031
  verified: boolean;
10032
+ distanceMeters?: number | null;
10033
+ courseType?: string | null;
10034
+ eventLevel?: string | null;
9693
10035
  mainSport?: {
9694
10036
  _id: string;
9695
10037
  name: string;
@@ -9743,6 +10085,9 @@ export type UpdateSportsEventMutation = {
9743
10085
  startDate: string;
9744
10086
  endDate?: string | null;
9745
10087
  verified: boolean;
10088
+ distanceMeters?: number | null;
10089
+ courseType?: string | null;
10090
+ eventLevel?: string | null;
9746
10091
  mainSport?: {
9747
10092
  _id: string;
9748
10093
  name: string;
@@ -9796,6 +10141,9 @@ export type MergeSportsEventsMutation = {
9796
10141
  startDate: string;
9797
10142
  endDate?: string | null;
9798
10143
  verified: boolean;
10144
+ distanceMeters?: number | null;
10145
+ courseType?: string | null;
10146
+ eventLevel?: string | null;
9799
10147
  mainSport?: {
9800
10148
  _id: string;
9801
10149
  name: string;
@@ -10291,6 +10639,97 @@ export type ValidateTokenMutation = {
10291
10639
  refreshExpiresAt: number;
10292
10640
  };
10293
10641
  };
10642
+ export type BlogPostFieldsFragment = {
10643
+ _id: string;
10644
+ title: string;
10645
+ slug: string;
10646
+ content: string;
10647
+ excerpt: string;
10648
+ createdAt: string;
10649
+ publishedAt?: string | null;
10650
+ isFlagged: boolean;
10651
+ moderationStatus: string;
10652
+ authorName?: string | null;
10653
+ author?: {
10654
+ _id: string;
10655
+ firstName: string;
10656
+ lastName: string;
10657
+ screenName?: string | null;
10658
+ profilePicture?: {
10659
+ _id: string;
10660
+ url: string;
10661
+ } | null;
10662
+ } | null;
10663
+ coverImage?: {
10664
+ _id: string;
10665
+ url: string;
10666
+ name?: string | null;
10667
+ } | null;
10668
+ };
10669
+ export type ListBlogPostsQueryVariables = Exact<{
10670
+ [key: string]: never;
10671
+ }>;
10672
+ export type ListBlogPostsQuery = {
10673
+ listBlogPosts: Array<{
10674
+ _id: string;
10675
+ title: string;
10676
+ slug: string;
10677
+ content: string;
10678
+ excerpt: string;
10679
+ createdAt: string;
10680
+ publishedAt?: string | null;
10681
+ isFlagged: boolean;
10682
+ moderationStatus: string;
10683
+ authorName?: string | null;
10684
+ author?: {
10685
+ _id: string;
10686
+ firstName: string;
10687
+ lastName: string;
10688
+ screenName?: string | null;
10689
+ profilePicture?: {
10690
+ _id: string;
10691
+ url: string;
10692
+ } | null;
10693
+ } | null;
10694
+ coverImage?: {
10695
+ _id: string;
10696
+ url: string;
10697
+ name?: string | null;
10698
+ } | null;
10699
+ }>;
10700
+ };
10701
+ export type GetBlogPostQueryVariables = Exact<{
10702
+ slug: Scalars['String']['input'];
10703
+ }>;
10704
+ export type GetBlogPostQuery = {
10705
+ getBlogPost?: {
10706
+ _id: string;
10707
+ title: string;
10708
+ slug: string;
10709
+ content: string;
10710
+ excerpt: string;
10711
+ createdAt: string;
10712
+ publishedAt?: string | null;
10713
+ isFlagged: boolean;
10714
+ moderationStatus: string;
10715
+ authorName?: string | null;
10716
+ author?: {
10717
+ _id: string;
10718
+ firstName: string;
10719
+ lastName: string;
10720
+ screenName?: string | null;
10721
+ profilePicture?: {
10722
+ _id: string;
10723
+ url: string;
10724
+ } | null;
10725
+ } | null;
10726
+ coverImage?: {
10727
+ _id: string;
10728
+ url: string;
10729
+ name?: string | null;
10730
+ } | null;
10731
+ } | null;
10732
+ };
10294
10733
  export type ListBlogPostsAdminQueryVariables = Exact<{
10295
10734
  [key: string]: never;
10296
10735
  }>;
@@ -10305,6 +10744,7 @@ export type ListBlogPostsAdminQuery = {
10305
10744
  publishedAt?: string | null;
10306
10745
  isFlagged: boolean;
10307
10746
  moderationStatus: string;
10747
+ authorName?: string | null;
10308
10748
  author?: {
10309
10749
  _id: string;
10310
10750
  firstName: string;
@@ -10452,6 +10892,33 @@ export type CampaignFieldsFragment = {
10452
10892
  size?: number | null;
10453
10893
  useType?: string | null;
10454
10894
  } | null;
10895
+ club?: {
10896
+ _id: string;
10897
+ name: string;
10898
+ description?: string | null;
10899
+ logo?: {
10900
+ _id: string;
10901
+ url: string;
10902
+ } | null;
10903
+ sports?: Array<{
10904
+ _id: string;
10905
+ name: string;
10906
+ }> | null;
10907
+ } | null;
10908
+ team?: {
10909
+ _id: string;
10910
+ name: string;
10911
+ description?: string | null;
10912
+ vtxScore?: number | null;
10913
+ logo?: {
10914
+ _id: string;
10915
+ url: string;
10916
+ } | null;
10917
+ sports?: Array<{
10918
+ _id: string;
10919
+ name: string;
10920
+ }> | null;
10921
+ } | null;
10455
10922
  };
10456
10923
  export type DonationThankYouFieldsFragment = {
10457
10924
  _id: string;
@@ -10533,7 +11000,7 @@ export type BrowseCampaignFieldsFragment = {
10533
11000
  }> | null;
10534
11001
  } | null;
10535
11002
  }> | null;
10536
- athlete: {
11003
+ athlete?: {
10537
11004
  _id: string;
10538
11005
  firstName: string;
10539
11006
  lastName: string;
@@ -10559,7 +11026,34 @@ export type BrowseCampaignFieldsFragment = {
10559
11026
  _id: string;
10560
11027
  name: string;
10561
11028
  } | null;
10562
- };
11029
+ } | null;
11030
+ club?: {
11031
+ _id: string;
11032
+ name: string;
11033
+ description?: string | null;
11034
+ logo?: {
11035
+ _id: string;
11036
+ url: string;
11037
+ } | null;
11038
+ sports?: Array<{
11039
+ _id: string;
11040
+ name: string;
11041
+ }> | null;
11042
+ } | null;
11043
+ team?: {
11044
+ _id: string;
11045
+ name: string;
11046
+ description?: string | null;
11047
+ vtxScore?: number | null;
11048
+ logo?: {
11049
+ _id: string;
11050
+ url: string;
11051
+ } | null;
11052
+ sports?: Array<{
11053
+ _id: string;
11054
+ name: string;
11055
+ }> | null;
11056
+ } | null;
10563
11057
  };
10564
11058
  export type DonationFieldsFragment = {
10565
11059
  checkoutSessionId: string;
@@ -10640,12 +11134,12 @@ export type GetAthleteCampaignsQuery = {
10640
11134
  thankYouMessage?: string | null;
10641
11135
  thankYouMediaUrl?: string | null;
10642
11136
  autoSendThankYou: boolean;
10643
- athlete: {
11137
+ athlete?: {
10644
11138
  _id: string;
10645
11139
  firstName: string;
10646
11140
  lastName: string;
10647
11141
  screenName?: string | null;
10648
- };
11142
+ } | null;
10649
11143
  video?: {
10650
11144
  _id: string;
10651
11145
  source: string;
@@ -10759,13 +11253,40 @@ export type GetAthleteCampaignsQuery = {
10759
11253
  size?: number | null;
10760
11254
  useType?: string | null;
10761
11255
  } | null;
10762
- }>;
10763
- };
10764
- export type BrowseCampaignsQueryVariables = Exact<{
10765
- input: BrowseCampaignsDto;
10766
- }>;
10767
- export type BrowseCampaignsQuery = {
10768
- browseCampaigns: {
11256
+ club?: {
11257
+ _id: string;
11258
+ name: string;
11259
+ description?: string | null;
11260
+ logo?: {
11261
+ _id: string;
11262
+ url: string;
11263
+ } | null;
11264
+ sports?: Array<{
11265
+ _id: string;
11266
+ name: string;
11267
+ }> | null;
11268
+ } | null;
11269
+ team?: {
11270
+ _id: string;
11271
+ name: string;
11272
+ description?: string | null;
11273
+ vtxScore?: number | null;
11274
+ logo?: {
11275
+ _id: string;
11276
+ url: string;
11277
+ } | null;
11278
+ sports?: Array<{
11279
+ _id: string;
11280
+ name: string;
11281
+ }> | null;
11282
+ } | null;
11283
+ }>;
11284
+ };
11285
+ export type BrowseCampaignsQueryVariables = Exact<{
11286
+ input: BrowseCampaignsDto;
11287
+ }>;
11288
+ export type BrowseCampaignsQuery = {
11289
+ browseCampaigns: {
10769
11290
  total: number;
10770
11291
  page: number;
10771
11292
  limit: number;
@@ -10840,7 +11361,7 @@ export type BrowseCampaignsQuery = {
10840
11361
  }> | null;
10841
11362
  } | null;
10842
11363
  }> | null;
10843
- athlete: {
11364
+ athlete?: {
10844
11365
  _id: string;
10845
11366
  firstName: string;
10846
11367
  lastName: string;
@@ -10866,7 +11387,34 @@ export type BrowseCampaignsQuery = {
10866
11387
  _id: string;
10867
11388
  name: string;
10868
11389
  } | null;
10869
- };
11390
+ } | null;
11391
+ club?: {
11392
+ _id: string;
11393
+ name: string;
11394
+ description?: string | null;
11395
+ logo?: {
11396
+ _id: string;
11397
+ url: string;
11398
+ } | null;
11399
+ sports?: Array<{
11400
+ _id: string;
11401
+ name: string;
11402
+ }> | null;
11403
+ } | null;
11404
+ team?: {
11405
+ _id: string;
11406
+ name: string;
11407
+ description?: string | null;
11408
+ vtxScore?: number | null;
11409
+ logo?: {
11410
+ _id: string;
11411
+ url: string;
11412
+ } | null;
11413
+ sports?: Array<{
11414
+ _id: string;
11415
+ name: string;
11416
+ }> | null;
11417
+ } | null;
10870
11418
  }>;
10871
11419
  featuredPopular: Array<{
10872
11420
  _id: string;
@@ -10938,7 +11486,7 @@ export type BrowseCampaignsQuery = {
10938
11486
  }> | null;
10939
11487
  } | null;
10940
11488
  }> | null;
10941
- athlete: {
11489
+ athlete?: {
10942
11490
  _id: string;
10943
11491
  firstName: string;
10944
11492
  lastName: string;
@@ -10964,7 +11512,34 @@ export type BrowseCampaignsQuery = {
10964
11512
  _id: string;
10965
11513
  name: string;
10966
11514
  } | null;
10967
- };
11515
+ } | null;
11516
+ club?: {
11517
+ _id: string;
11518
+ name: string;
11519
+ description?: string | null;
11520
+ logo?: {
11521
+ _id: string;
11522
+ url: string;
11523
+ } | null;
11524
+ sports?: Array<{
11525
+ _id: string;
11526
+ name: string;
11527
+ }> | null;
11528
+ } | null;
11529
+ team?: {
11530
+ _id: string;
11531
+ name: string;
11532
+ description?: string | null;
11533
+ vtxScore?: number | null;
11534
+ logo?: {
11535
+ _id: string;
11536
+ url: string;
11537
+ } | null;
11538
+ sports?: Array<{
11539
+ _id: string;
11540
+ name: string;
11541
+ }> | null;
11542
+ } | null;
10968
11543
  }>;
10969
11544
  featuredEndingSoon: Array<{
10970
11545
  _id: string;
@@ -11036,7 +11611,7 @@ export type BrowseCampaignsQuery = {
11036
11611
  }> | null;
11037
11612
  } | null;
11038
11613
  }> | null;
11039
- athlete: {
11614
+ athlete?: {
11040
11615
  _id: string;
11041
11616
  firstName: string;
11042
11617
  lastName: string;
@@ -11062,7 +11637,34 @@ export type BrowseCampaignsQuery = {
11062
11637
  _id: string;
11063
11638
  name: string;
11064
11639
  } | null;
11065
- };
11640
+ } | null;
11641
+ club?: {
11642
+ _id: string;
11643
+ name: string;
11644
+ description?: string | null;
11645
+ logo?: {
11646
+ _id: string;
11647
+ url: string;
11648
+ } | null;
11649
+ sports?: Array<{
11650
+ _id: string;
11651
+ name: string;
11652
+ }> | null;
11653
+ } | null;
11654
+ team?: {
11655
+ _id: string;
11656
+ name: string;
11657
+ description?: string | null;
11658
+ vtxScore?: number | null;
11659
+ logo?: {
11660
+ _id: string;
11661
+ url: string;
11662
+ } | null;
11663
+ sports?: Array<{
11664
+ _id: string;
11665
+ name: string;
11666
+ }> | null;
11667
+ } | null;
11066
11668
  }>;
11067
11669
  };
11068
11670
  };
@@ -11200,6 +11802,33 @@ export type CreateFundingCampaignMutation = {
11200
11802
  size?: number | null;
11201
11803
  useType?: string | null;
11202
11804
  } | null;
11805
+ club?: {
11806
+ _id: string;
11807
+ name: string;
11808
+ description?: string | null;
11809
+ logo?: {
11810
+ _id: string;
11811
+ url: string;
11812
+ } | null;
11813
+ sports?: Array<{
11814
+ _id: string;
11815
+ name: string;
11816
+ }> | null;
11817
+ } | null;
11818
+ team?: {
11819
+ _id: string;
11820
+ name: string;
11821
+ description?: string | null;
11822
+ vtxScore?: number | null;
11823
+ logo?: {
11824
+ _id: string;
11825
+ url: string;
11826
+ } | null;
11827
+ sports?: Array<{
11828
+ _id: string;
11829
+ name: string;
11830
+ }> | null;
11831
+ } | null;
11203
11832
  };
11204
11833
  };
11205
11834
  export type UpdateFundingCampaignMutationVariables = Exact<{
@@ -11336,6 +11965,33 @@ export type UpdateFundingCampaignMutation = {
11336
11965
  size?: number | null;
11337
11966
  useType?: string | null;
11338
11967
  } | null;
11968
+ club?: {
11969
+ _id: string;
11970
+ name: string;
11971
+ description?: string | null;
11972
+ logo?: {
11973
+ _id: string;
11974
+ url: string;
11975
+ } | null;
11976
+ sports?: Array<{
11977
+ _id: string;
11978
+ name: string;
11979
+ }> | null;
11980
+ } | null;
11981
+ team?: {
11982
+ _id: string;
11983
+ name: string;
11984
+ description?: string | null;
11985
+ vtxScore?: number | null;
11986
+ logo?: {
11987
+ _id: string;
11988
+ url: string;
11989
+ } | null;
11990
+ sports?: Array<{
11991
+ _id: string;
11992
+ name: string;
11993
+ }> | null;
11994
+ } | null;
11339
11995
  };
11340
11996
  };
11341
11997
  export type DeleteFundingCampaignMutationVariables = Exact<{
@@ -11499,6 +12155,33 @@ export type SetFundingStatusMutation = {
11499
12155
  size?: number | null;
11500
12156
  useType?: string | null;
11501
12157
  } | null;
12158
+ club?: {
12159
+ _id: string;
12160
+ name: string;
12161
+ description?: string | null;
12162
+ logo?: {
12163
+ _id: string;
12164
+ url: string;
12165
+ } | null;
12166
+ sports?: Array<{
12167
+ _id: string;
12168
+ name: string;
12169
+ }> | null;
12170
+ } | null;
12171
+ team?: {
12172
+ _id: string;
12173
+ name: string;
12174
+ description?: string | null;
12175
+ vtxScore?: number | null;
12176
+ logo?: {
12177
+ _id: string;
12178
+ url: string;
12179
+ } | null;
12180
+ sports?: Array<{
12181
+ _id: string;
12182
+ name: string;
12183
+ }> | null;
12184
+ } | null;
11502
12185
  };
11503
12186
  };
11504
12187
  export type SetCurrentCampaignMutationVariables = Exact<{
@@ -11635,6 +12318,33 @@ export type SetCurrentCampaignMutation = {
11635
12318
  size?: number | null;
11636
12319
  useType?: string | null;
11637
12320
  } | null;
12321
+ club?: {
12322
+ _id: string;
12323
+ name: string;
12324
+ description?: string | null;
12325
+ logo?: {
12326
+ _id: string;
12327
+ url: string;
12328
+ } | null;
12329
+ sports?: Array<{
12330
+ _id: string;
12331
+ name: string;
12332
+ }> | null;
12333
+ } | null;
12334
+ team?: {
12335
+ _id: string;
12336
+ name: string;
12337
+ description?: string | null;
12338
+ vtxScore?: number | null;
12339
+ logo?: {
12340
+ _id: string;
12341
+ url: string;
12342
+ } | null;
12343
+ sports?: Array<{
12344
+ _id: string;
12345
+ name: string;
12346
+ }> | null;
12347
+ } | null;
11638
12348
  };
11639
12349
  };
11640
12350
  export type GetDonationsByAthleteQueryVariables = Exact<{
@@ -11724,7 +12434,7 @@ export type GetDonationsByMemberQuery = {
11724
12434
  initialFundsObtained: number;
11725
12435
  fundsObtained: number;
11726
12436
  endingDate: string;
11727
- athlete: {
12437
+ athlete?: {
11728
12438
  _id: string;
11729
12439
  firstName: string;
11730
12440
  lastName: string;
@@ -11766,7 +12476,7 @@ export type GetDonationsByMemberQuery = {
11766
12476
  url: string;
11767
12477
  key: string;
11768
12478
  } | null;
11769
- };
12479
+ } | null;
11770
12480
  video?: {
11771
12481
  _id: string;
11772
12482
  source: string;
@@ -12354,6 +13064,33 @@ export type UpdateThankYouTemplateMutation = {
12354
13064
  size?: number | null;
12355
13065
  useType?: string | null;
12356
13066
  } | null;
13067
+ club?: {
13068
+ _id: string;
13069
+ name: string;
13070
+ description?: string | null;
13071
+ logo?: {
13072
+ _id: string;
13073
+ url: string;
13074
+ } | null;
13075
+ sports?: Array<{
13076
+ _id: string;
13077
+ name: string;
13078
+ }> | null;
13079
+ } | null;
13080
+ team?: {
13081
+ _id: string;
13082
+ name: string;
13083
+ description?: string | null;
13084
+ vtxScore?: number | null;
13085
+ logo?: {
13086
+ _id: string;
13087
+ url: string;
13088
+ } | null;
13089
+ sports?: Array<{
13090
+ _id: string;
13091
+ name: string;
13092
+ }> | null;
13093
+ } | null;
12357
13094
  };
12358
13095
  };
12359
13096
  export type SendThankYouMutationVariables = Exact<{
@@ -12873,6 +13610,7 @@ export type ListSponsorFavoritesQuery = {
12873
13610
  suspended: boolean;
12874
13611
  onboardingComplete?: boolean | null;
12875
13612
  onboardingStep?: number | null;
13613
+ isVerifiedOverride?: boolean | null;
12876
13614
  country?: {
12877
13615
  _id: string;
12878
13616
  name: string;
@@ -12983,6 +13721,7 @@ export type FindAthletebyIdpublicQuery = {
12983
13721
  suspended: boolean;
12984
13722
  onboardingComplete?: boolean | null;
12985
13723
  onboardingStep?: number | null;
13724
+ isVerifiedOverride?: boolean | null;
12986
13725
  country?: {
12987
13726
  _id: string;
12988
13727
  name: string;
@@ -13280,6 +14019,8 @@ export type AthleteDashboardQuery = {
13280
14019
  trainingScore: number;
13281
14020
  competitionScore: number;
13282
14021
  lastUpdated: string;
14022
+ renormalizedSecondary?: number | null;
14023
+ renormalizedSecondaryBasis?: string | null;
13283
14024
  };
13284
14025
  };
13285
14026
  export type AthleteScoreHistoryQueryVariables = Exact<{
@@ -13436,54 +14177,6 @@ export type GetEmailCampaignQuery = {
13436
14177
  } | null;
13437
14178
  };
13438
14179
  };
13439
- export type GetBlogPostQueryVariables = Exact<{
13440
- slug: Scalars['String']['input'];
13441
- }>;
13442
- export type GetBlogPostQuery = {
13443
- getBlogPost?: {
13444
- _id: string;
13445
- title: string;
13446
- slug: string;
13447
- content: string;
13448
- excerpt: string;
13449
- createdAt: string;
13450
- publishedAt?: string | null;
13451
- isFlagged: boolean;
13452
- moderationStatus: string;
13453
- authorName?: string | null;
13454
- author?: {
13455
- _id: string;
13456
- } | null;
13457
- coverImage?: {
13458
- _id: string;
13459
- name?: string | null;
13460
- } | null;
13461
- } | null;
13462
- };
13463
- export type ListBlogPostsQueryVariables = Exact<{
13464
- [key: string]: never;
13465
- }>;
13466
- export type ListBlogPostsQuery = {
13467
- listBlogPosts: Array<{
13468
- _id: string;
13469
- title: string;
13470
- slug: string;
13471
- content: string;
13472
- excerpt: string;
13473
- createdAt: string;
13474
- publishedAt?: string | null;
13475
- isFlagged: boolean;
13476
- moderationStatus: string;
13477
- authorName?: string | null;
13478
- author?: {
13479
- _id: string;
13480
- } | null;
13481
- coverImage?: {
13482
- _id: string;
13483
- name?: string | null;
13484
- } | null;
13485
- }>;
13486
- };
13487
14180
  export type ClientCompatibilityQueryVariables = Exact<{
13488
14181
  [key: string]: never;
13489
14182
  }>;
@@ -13627,36 +14320,133 @@ export type InviteSponsorUserMutation = {
13627
14320
  status: string;
13628
14321
  };
13629
14322
  };
13630
- export type AcceptSponsorUserInvitationMutationVariables = Exact<{
13631
- input: AcceptSponsorUserInvitationInput;
13632
- }>;
13633
- export type AcceptSponsorUserInvitationMutation = {
13634
- acceptSponsorUserInvitation: boolean;
13635
- };
13636
- export type RemoveSponsorUserMutationVariables = Exact<{
13637
- userId: Scalars['String']['input'];
13638
- }>;
13639
- export type RemoveSponsorUserMutation = {
13640
- removeSponsorUser: boolean;
13641
- };
13642
- export type ChangeSponsorUserRoleMutationVariables = Exact<{
13643
- input: ChangeSponsorUserRoleInput;
13644
- }>;
13645
- export type ChangeSponsorUserRoleMutation = {
13646
- changeSponsorUserRole: boolean;
13647
- };
13648
- export type RevokeSponsorUserInvitationMutationVariables = Exact<{
13649
- invitationId: Scalars['String']['input'];
13650
- }>;
13651
- export type RevokeSponsorUserInvitationMutation = {
13652
- revokeSponsorUserInvitation: boolean;
13653
- };
13654
- export type TransferSponsorOwnershipMutationVariables = Exact<{
13655
- userId: Scalars['String']['input'];
13656
- }>;
13657
- export type TransferSponsorOwnershipMutation = {
13658
- transferSponsorOwnership: boolean;
13659
- };
14323
+ export type AcceptSponsorUserInvitationMutationVariables = Exact<{
14324
+ input: AcceptSponsorUserInvitationInput;
14325
+ }>;
14326
+ export type AcceptSponsorUserInvitationMutation = {
14327
+ acceptSponsorUserInvitation: boolean;
14328
+ };
14329
+ export type RemoveSponsorUserMutationVariables = Exact<{
14330
+ userId: Scalars['String']['input'];
14331
+ }>;
14332
+ export type RemoveSponsorUserMutation = {
14333
+ removeSponsorUser: boolean;
14334
+ };
14335
+ export type ChangeSponsorUserRoleMutationVariables = Exact<{
14336
+ input: ChangeSponsorUserRoleInput;
14337
+ }>;
14338
+ export type ChangeSponsorUserRoleMutation = {
14339
+ changeSponsorUserRole: boolean;
14340
+ };
14341
+ export type RevokeSponsorUserInvitationMutationVariables = Exact<{
14342
+ invitationId: Scalars['String']['input'];
14343
+ }>;
14344
+ export type RevokeSponsorUserInvitationMutation = {
14345
+ revokeSponsorUserInvitation: boolean;
14346
+ };
14347
+ export type TransferSponsorOwnershipMutationVariables = Exact<{
14348
+ userId: Scalars['String']['input'];
14349
+ }>;
14350
+ export type TransferSponsorOwnershipMutation = {
14351
+ transferSponsorOwnership: boolean;
14352
+ };
14353
+ export type SetAthleteVerifiedOverrideMutationVariables = Exact<{
14354
+ athleteId: Scalars['String']['input'];
14355
+ isVerifiedOverride: Scalars['Boolean']['input'];
14356
+ }>;
14357
+ export type SetAthleteVerifiedOverrideMutation = {
14358
+ setAthleteVerifiedOverride: {
14359
+ _id: string;
14360
+ firstName: string;
14361
+ lastName: string;
14362
+ screenName?: string | null;
14363
+ dob?: string | null;
14364
+ lgbt?: boolean | null;
14365
+ competitionGender?: string | null;
14366
+ trainer?: string | null;
14367
+ trainerUrl?: string | null;
14368
+ followerCount?: number | null;
14369
+ totalUpcomingCompetitions?: number | null;
14370
+ totalPastCompetitions?: number | null;
14371
+ aboutMe?: string | null;
14372
+ biography?: string | null;
14373
+ suspended: boolean;
14374
+ onboardingComplete?: boolean | null;
14375
+ onboardingStep?: number | null;
14376
+ isVerifiedOverride?: boolean | null;
14377
+ country?: {
14378
+ _id: string;
14379
+ name: string;
14380
+ } | null;
14381
+ location?: {
14382
+ _id: string;
14383
+ } | null;
14384
+ mainSport: {
14385
+ _id: string;
14386
+ name: string;
14387
+ };
14388
+ mainSportLevel: {
14389
+ _id: string;
14390
+ };
14391
+ profilePicture?: {
14392
+ _id: string;
14393
+ name?: string | null;
14394
+ } | null;
14395
+ cardPicture?: {
14396
+ _id: string;
14397
+ name?: string | null;
14398
+ } | null;
14399
+ bannerPicture?: {
14400
+ _id: string;
14401
+ name?: string | null;
14402
+ } | null;
14403
+ preferences: {
14404
+ _id: string;
14405
+ };
14406
+ allSports?: Array<{
14407
+ _id: string;
14408
+ name: string;
14409
+ }> | null;
14410
+ teams?: Array<{
14411
+ _id: string;
14412
+ name: string;
14413
+ }> | null;
14414
+ sponsorBrands?: Array<{
14415
+ _id: string;
14416
+ name: string;
14417
+ }> | null;
14418
+ competitions?: Array<{
14419
+ _id: string;
14420
+ }> | null;
14421
+ affiliations?: Array<{
14422
+ _id: string;
14423
+ }> | null;
14424
+ newsLinks?: Array<{
14425
+ _id: string;
14426
+ }> | null;
14427
+ channels?: Array<{
14428
+ _id: string;
14429
+ }> | null;
14430
+ currentCampaign?: {
14431
+ _id: string;
14432
+ } | null;
14433
+ fundingCampaigns?: Array<{
14434
+ _id: string;
14435
+ }> | null;
14436
+ stripeAccountReference?: {
14437
+ _id: string;
14438
+ } | null;
14439
+ albums?: Array<{
14440
+ _id: string;
14441
+ }> | null;
14442
+ historicalScores?: Array<{
14443
+ _id: string;
14444
+ }> | null;
14445
+ signedAgreements?: Array<{
14446
+ _id: string;
14447
+ }> | null;
14448
+ };
14449
+ };
13660
14450
  export type ReorderAlbumIndexMutationVariables = Exact<{
13661
14451
  input: EditDisplayIndexDto;
13662
14452
  }>;
@@ -13712,6 +14502,12 @@ export type IngestCompetitionResultMutation = {
13712
14502
  claimedBy?: string | null;
13713
14503
  dismissedAt?: string | null;
13714
14504
  dismissedBy?: string | null;
14505
+ expectedAirTempC?: number | null;
14506
+ expectedWaterTempC?: number | null;
14507
+ expectedWindConditions?: string | null;
14508
+ actualAirTempC?: number | null;
14509
+ actualWaterTempC?: number | null;
14510
+ actualWindConditions?: string | null;
13715
14511
  event: {
13716
14512
  _id: string;
13717
14513
  name: string;
@@ -13759,6 +14555,49 @@ export type ApproveTeamMutation = {
13759
14555
  visibility?: string | null;
13760
14556
  stripeAccountId?: string | null;
13761
14557
  vtxScore?: number | null;
14558
+ allowMemberCampaigns: boolean;
14559
+ accentColor?: string | null;
14560
+ sports?: Array<{
14561
+ _id: string;
14562
+ name: string;
14563
+ }> | null;
14564
+ logo?: {
14565
+ _id: string;
14566
+ name?: string | null;
14567
+ } | null;
14568
+ banner?: {
14569
+ _id: string;
14570
+ name?: string | null;
14571
+ } | null;
14572
+ club?: {
14573
+ _id: string;
14574
+ name: string;
14575
+ } | null;
14576
+ athletes?: Array<{
14577
+ _id: string;
14578
+ }> | null;
14579
+ fundingCampaigns?: Array<{
14580
+ _id: string;
14581
+ }> | null;
14582
+ };
14583
+ };
14584
+ export type SetTeamCampaignPermissionMutationVariables = Exact<{
14585
+ teamId: Scalars['String']['input'];
14586
+ allowMemberCampaigns: Scalars['Boolean']['input'];
14587
+ }>;
14588
+ export type SetTeamCampaignPermissionMutation = {
14589
+ setTeamCampaignPermission: {
14590
+ _id: string;
14591
+ name: string;
14592
+ description?: string | null;
14593
+ approved?: boolean | null;
14594
+ joinPolicy?: string | null;
14595
+ maxRosterSize?: number | null;
14596
+ visibility?: string | null;
14597
+ stripeAccountId?: string | null;
14598
+ vtxScore?: number | null;
14599
+ allowMemberCampaigns: boolean;
14600
+ accentColor?: string | null;
13762
14601
  sports?: Array<{
13763
14602
  _id: string;
13764
14603
  name: string;
@@ -13778,6 +14617,9 @@ export type ApproveTeamMutation = {
13778
14617
  athletes?: Array<{
13779
14618
  _id: string;
13780
14619
  }> | null;
14620
+ fundingCampaigns?: Array<{
14621
+ _id: string;
14622
+ }> | null;
13781
14623
  };
13782
14624
  };
13783
14625
  export type ApproveClubMutationVariables = Exact<{
@@ -13796,6 +14638,47 @@ export type ApproveClubMutation = {
13796
14638
  approved?: boolean | null;
13797
14639
  visibility: string;
13798
14640
  stripeAccountId?: string | null;
14641
+ allowMemberCampaigns: boolean;
14642
+ accentColor?: string | null;
14643
+ sports?: Array<{
14644
+ _id: string;
14645
+ name: string;
14646
+ }> | null;
14647
+ logo?: {
14648
+ _id: string;
14649
+ name?: string | null;
14650
+ } | null;
14651
+ banner?: {
14652
+ _id: string;
14653
+ name?: string | null;
14654
+ } | null;
14655
+ teams?: Array<{
14656
+ _id: string;
14657
+ name: string;
14658
+ }> | null;
14659
+ fundingCampaigns?: Array<{
14660
+ _id: string;
14661
+ }> | null;
14662
+ };
14663
+ };
14664
+ export type SetClubCampaignPermissionMutationVariables = Exact<{
14665
+ clubId: Scalars['String']['input'];
14666
+ allowMemberCampaigns: Scalars['Boolean']['input'];
14667
+ }>;
14668
+ export type SetClubCampaignPermissionMutation = {
14669
+ setClubCampaignPermission: {
14670
+ _id: string;
14671
+ name: string;
14672
+ description?: string | null;
14673
+ location?: string | null;
14674
+ website?: string | null;
14675
+ membershipType: string;
14676
+ feeStructure?: any | null;
14677
+ approved?: boolean | null;
14678
+ visibility: string;
14679
+ stripeAccountId?: string | null;
14680
+ allowMemberCampaigns: boolean;
14681
+ accentColor?: string | null;
13799
14682
  sports?: Array<{
13800
14683
  _id: string;
13801
14684
  name: string;
@@ -13812,6 +14695,9 @@ export type ApproveClubMutation = {
13812
14695
  _id: string;
13813
14696
  name: string;
13814
14697
  }> | null;
14698
+ fundingCampaigns?: Array<{
14699
+ _id: string;
14700
+ }> | null;
13815
14701
  };
13816
14702
  };
13817
14703
  export type CreateBlogPostMutationVariables = Exact<{
@@ -16371,6 +17257,8 @@ export type TeamFieldsFragment = {
16371
17257
  visibility?: string | null;
16372
17258
  stripeAccountId?: string | null;
16373
17259
  vtxScore?: number | null;
17260
+ allowMemberCampaigns: boolean;
17261
+ accentColor?: string | null;
16374
17262
  sports?: Array<{
16375
17263
  _id: string;
16376
17264
  name: string;
@@ -16412,6 +17300,16 @@ export type TeamFieldsFragment = {
16412
17300
  name: string;
16413
17301
  } | null;
16414
17302
  }> | null;
17303
+ fundingCampaigns?: Array<{
17304
+ _id: string;
17305
+ title: string;
17306
+ motivation?: string | null;
17307
+ fundsRequired: number;
17308
+ fundsObtained: number;
17309
+ status: string;
17310
+ endingDate: string;
17311
+ createdDate: string;
17312
+ }> | null;
16415
17313
  };
16416
17314
  export type ClubFieldsFragment = {
16417
17315
  _id: string;
@@ -16423,7 +17321,9 @@ export type ClubFieldsFragment = {
16423
17321
  feeStructure?: any | null;
16424
17322
  approved?: boolean | null;
16425
17323
  visibility: string;
17324
+ accentColor?: string | null;
16426
17325
  stripeAccountId?: string | null;
17326
+ allowMemberCampaigns: boolean;
16427
17327
  sports?: Array<{
16428
17328
  _id: string;
16429
17329
  name: string;
@@ -16452,6 +17352,16 @@ export type ClubFieldsFragment = {
16452
17352
  key: string;
16453
17353
  } | null;
16454
17354
  }> | null;
17355
+ fundingCampaigns?: Array<{
17356
+ _id: string;
17357
+ title: string;
17358
+ motivation?: string | null;
17359
+ fundsRequired: number;
17360
+ fundsObtained: number;
17361
+ status: string;
17362
+ endingDate: string;
17363
+ createdDate: string;
17364
+ }> | null;
16455
17365
  };
16456
17366
  export type AthleteTeamFieldsFragment = {
16457
17367
  _id: string;
@@ -16545,6 +17455,8 @@ export type FindTeamByIdQuery = {
16545
17455
  visibility?: string | null;
16546
17456
  stripeAccountId?: string | null;
16547
17457
  vtxScore?: number | null;
17458
+ allowMemberCampaigns: boolean;
17459
+ accentColor?: string | null;
16548
17460
  sports?: Array<{
16549
17461
  _id: string;
16550
17462
  name: string;
@@ -16586,6 +17498,16 @@ export type FindTeamByIdQuery = {
16586
17498
  name: string;
16587
17499
  } | null;
16588
17500
  }> | null;
17501
+ fundingCampaigns?: Array<{
17502
+ _id: string;
17503
+ title: string;
17504
+ motivation?: string | null;
17505
+ fundsRequired: number;
17506
+ fundsObtained: number;
17507
+ status: string;
17508
+ endingDate: string;
17509
+ createdDate: string;
17510
+ }> | null;
16589
17511
  };
16590
17512
  };
16591
17513
  export type FindTeamsQueryVariables = Exact<{
@@ -16603,6 +17525,8 @@ export type FindTeamsQuery = {
16603
17525
  visibility?: string | null;
16604
17526
  stripeAccountId?: string | null;
16605
17527
  vtxScore?: number | null;
17528
+ allowMemberCampaigns: boolean;
17529
+ accentColor?: string | null;
16606
17530
  sports?: Array<{
16607
17531
  _id: string;
16608
17532
  name: string;
@@ -16644,6 +17568,16 @@ export type FindTeamsQuery = {
16644
17568
  name: string;
16645
17569
  } | null;
16646
17570
  }> | null;
17571
+ fundingCampaigns?: Array<{
17572
+ _id: string;
17573
+ title: string;
17574
+ motivation?: string | null;
17575
+ fundsRequired: number;
17576
+ fundsObtained: number;
17577
+ status: string;
17578
+ endingDate: string;
17579
+ createdDate: string;
17580
+ }> | null;
16647
17581
  }>;
16648
17582
  };
16649
17583
  export type FindAllTeamsQueryVariables = Exact<{
@@ -16660,6 +17594,8 @@ export type FindAllTeamsQuery = {
16660
17594
  visibility?: string | null;
16661
17595
  stripeAccountId?: string | null;
16662
17596
  vtxScore?: number | null;
17597
+ allowMemberCampaigns: boolean;
17598
+ accentColor?: string | null;
16663
17599
  sports?: Array<{
16664
17600
  _id: string;
16665
17601
  name: string;
@@ -16701,6 +17637,16 @@ export type FindAllTeamsQuery = {
16701
17637
  name: string;
16702
17638
  } | null;
16703
17639
  }> | null;
17640
+ fundingCampaigns?: Array<{
17641
+ _id: string;
17642
+ title: string;
17643
+ motivation?: string | null;
17644
+ fundsRequired: number;
17645
+ fundsObtained: number;
17646
+ status: string;
17647
+ endingDate: string;
17648
+ createdDate: string;
17649
+ }> | null;
16704
17650
  }>;
16705
17651
  };
16706
17652
  export type GetMyTeamsQueryVariables = Exact<{
@@ -16717,6 +17663,8 @@ export type GetMyTeamsQuery = {
16717
17663
  visibility?: string | null;
16718
17664
  stripeAccountId?: string | null;
16719
17665
  vtxScore?: number | null;
17666
+ allowMemberCampaigns: boolean;
17667
+ accentColor?: string | null;
16720
17668
  sports?: Array<{
16721
17669
  _id: string;
16722
17670
  name: string;
@@ -16758,6 +17706,16 @@ export type GetMyTeamsQuery = {
16758
17706
  name: string;
16759
17707
  } | null;
16760
17708
  }> | null;
17709
+ fundingCampaigns?: Array<{
17710
+ _id: string;
17711
+ title: string;
17712
+ motivation?: string | null;
17713
+ fundsRequired: number;
17714
+ fundsObtained: number;
17715
+ status: string;
17716
+ endingDate: string;
17717
+ createdDate: string;
17718
+ }> | null;
16761
17719
  }>;
16762
17720
  };
16763
17721
  export type GetTeamRosterQueryVariables = Exact<{
@@ -16901,6 +17859,8 @@ export type CreateTeamMutation = {
16901
17859
  visibility?: string | null;
16902
17860
  stripeAccountId?: string | null;
16903
17861
  vtxScore?: number | null;
17862
+ allowMemberCampaigns: boolean;
17863
+ accentColor?: string | null;
16904
17864
  sports?: Array<{
16905
17865
  _id: string;
16906
17866
  name: string;
@@ -16942,6 +17902,16 @@ export type CreateTeamMutation = {
16942
17902
  name: string;
16943
17903
  } | null;
16944
17904
  }> | null;
17905
+ fundingCampaigns?: Array<{
17906
+ _id: string;
17907
+ title: string;
17908
+ motivation?: string | null;
17909
+ fundsRequired: number;
17910
+ fundsObtained: number;
17911
+ status: string;
17912
+ endingDate: string;
17913
+ createdDate: string;
17914
+ }> | null;
16945
17915
  };
16946
17916
  };
16947
17917
  export type UpdateTeamMutationVariables = Exact<{
@@ -16958,6 +17928,8 @@ export type UpdateTeamMutation = {
16958
17928
  visibility?: string | null;
16959
17929
  stripeAccountId?: string | null;
16960
17930
  vtxScore?: number | null;
17931
+ allowMemberCampaigns: boolean;
17932
+ accentColor?: string | null;
16961
17933
  sports?: Array<{
16962
17934
  _id: string;
16963
17935
  name: string;
@@ -16999,6 +17971,16 @@ export type UpdateTeamMutation = {
16999
17971
  name: string;
17000
17972
  } | null;
17001
17973
  }> | null;
17974
+ fundingCampaigns?: Array<{
17975
+ _id: string;
17976
+ title: string;
17977
+ motivation?: string | null;
17978
+ fundsRequired: number;
17979
+ fundsObtained: number;
17980
+ status: string;
17981
+ endingDate: string;
17982
+ createdDate: string;
17983
+ }> | null;
17002
17984
  };
17003
17985
  };
17004
17986
  export type JoinTeamMutationVariables = Exact<{
@@ -17127,6 +18109,7 @@ export type CreateTeamDonationCheckoutMutationVariables = Exact<{
17127
18109
  currency?: Scalars['String']['input'];
17128
18110
  donorEmail?: InputMaybe<Scalars['String']['input']>;
17129
18111
  donorName?: InputMaybe<Scalars['String']['input']>;
18112
+ fundingCampaignId?: InputMaybe<Scalars['String']['input']>;
17130
18113
  }>;
17131
18114
  export type CreateTeamDonationCheckoutMutation = {
17132
18115
  createTeamDonationCheckout: string;
@@ -17145,7 +18128,9 @@ export type FindClubByIdQuery = {
17145
18128
  feeStructure?: any | null;
17146
18129
  approved?: boolean | null;
17147
18130
  visibility: string;
18131
+ accentColor?: string | null;
17148
18132
  stripeAccountId?: string | null;
18133
+ allowMemberCampaigns: boolean;
17149
18134
  sports?: Array<{
17150
18135
  _id: string;
17151
18136
  name: string;
@@ -17174,6 +18159,16 @@ export type FindClubByIdQuery = {
17174
18159
  key: string;
17175
18160
  } | null;
17176
18161
  }> | null;
18162
+ fundingCampaigns?: Array<{
18163
+ _id: string;
18164
+ title: string;
18165
+ motivation?: string | null;
18166
+ fundsRequired: number;
18167
+ fundsObtained: number;
18168
+ status: string;
18169
+ endingDate: string;
18170
+ createdDate: string;
18171
+ }> | null;
17177
18172
  };
17178
18173
  };
17179
18174
  export type FindClubsQueryVariables = Exact<{
@@ -17190,7 +18185,9 @@ export type FindClubsQuery = {
17190
18185
  feeStructure?: any | null;
17191
18186
  approved?: boolean | null;
17192
18187
  visibility: string;
18188
+ accentColor?: string | null;
17193
18189
  stripeAccountId?: string | null;
18190
+ allowMemberCampaigns: boolean;
17194
18191
  sports?: Array<{
17195
18192
  _id: string;
17196
18193
  name: string;
@@ -17219,6 +18216,16 @@ export type FindClubsQuery = {
17219
18216
  key: string;
17220
18217
  } | null;
17221
18218
  }> | null;
18219
+ fundingCampaigns?: Array<{
18220
+ _id: string;
18221
+ title: string;
18222
+ motivation?: string | null;
18223
+ fundsRequired: number;
18224
+ fundsObtained: number;
18225
+ status: string;
18226
+ endingDate: string;
18227
+ createdDate: string;
18228
+ }> | null;
17222
18229
  }>;
17223
18230
  };
17224
18231
  export type FindAllClubsQueryVariables = Exact<{
@@ -17235,7 +18242,9 @@ export type FindAllClubsQuery = {
17235
18242
  feeStructure?: any | null;
17236
18243
  approved?: boolean | null;
17237
18244
  visibility: string;
18245
+ accentColor?: string | null;
17238
18246
  stripeAccountId?: string | null;
18247
+ allowMemberCampaigns: boolean;
17239
18248
  sports?: Array<{
17240
18249
  _id: string;
17241
18250
  name: string;
@@ -17264,6 +18273,16 @@ export type FindAllClubsQuery = {
17264
18273
  key: string;
17265
18274
  } | null;
17266
18275
  }> | null;
18276
+ fundingCampaigns?: Array<{
18277
+ _id: string;
18278
+ title: string;
18279
+ motivation?: string | null;
18280
+ fundsRequired: number;
18281
+ fundsObtained: number;
18282
+ status: string;
18283
+ endingDate: string;
18284
+ createdDate: string;
18285
+ }> | null;
17267
18286
  }>;
17268
18287
  };
17269
18288
  export type GetMyClubsQueryVariables = Exact<{
@@ -17280,7 +18299,9 @@ export type GetMyClubsQuery = {
17280
18299
  feeStructure?: any | null;
17281
18300
  approved?: boolean | null;
17282
18301
  visibility: string;
18302
+ accentColor?: string | null;
17283
18303
  stripeAccountId?: string | null;
18304
+ allowMemberCampaigns: boolean;
17284
18305
  sports?: Array<{
17285
18306
  _id: string;
17286
18307
  name: string;
@@ -17309,6 +18330,16 @@ export type GetMyClubsQuery = {
17309
18330
  key: string;
17310
18331
  } | null;
17311
18332
  }> | null;
18333
+ fundingCampaigns?: Array<{
18334
+ _id: string;
18335
+ title: string;
18336
+ motivation?: string | null;
18337
+ fundsRequired: number;
18338
+ fundsObtained: number;
18339
+ status: string;
18340
+ endingDate: string;
18341
+ createdDate: string;
18342
+ }> | null;
17312
18343
  }>;
17313
18344
  };
17314
18345
  export type GetClubMembersQueryVariables = Exact<{
@@ -17362,7 +18393,9 @@ export type CreateClubMutation = {
17362
18393
  feeStructure?: any | null;
17363
18394
  approved?: boolean | null;
17364
18395
  visibility: string;
18396
+ accentColor?: string | null;
17365
18397
  stripeAccountId?: string | null;
18398
+ allowMemberCampaigns: boolean;
17366
18399
  sports?: Array<{
17367
18400
  _id: string;
17368
18401
  name: string;
@@ -17391,6 +18424,16 @@ export type CreateClubMutation = {
17391
18424
  key: string;
17392
18425
  } | null;
17393
18426
  }> | null;
18427
+ fundingCampaigns?: Array<{
18428
+ _id: string;
18429
+ title: string;
18430
+ motivation?: string | null;
18431
+ fundsRequired: number;
18432
+ fundsObtained: number;
18433
+ status: string;
18434
+ endingDate: string;
18435
+ createdDate: string;
18436
+ }> | null;
17394
18437
  };
17395
18438
  };
17396
18439
  export type UpdateClubMutationVariables = Exact<{
@@ -17407,7 +18450,9 @@ export type UpdateClubMutation = {
17407
18450
  feeStructure?: any | null;
17408
18451
  approved?: boolean | null;
17409
18452
  visibility: string;
18453
+ accentColor?: string | null;
17410
18454
  stripeAccountId?: string | null;
18455
+ allowMemberCampaigns: boolean;
17411
18456
  sports?: Array<{
17412
18457
  _id: string;
17413
18458
  name: string;
@@ -17436,6 +18481,16 @@ export type UpdateClubMutation = {
17436
18481
  key: string;
17437
18482
  } | null;
17438
18483
  }> | null;
18484
+ fundingCampaigns?: Array<{
18485
+ _id: string;
18486
+ title: string;
18487
+ motivation?: string | null;
18488
+ fundsRequired: number;
18489
+ fundsObtained: number;
18490
+ status: string;
18491
+ endingDate: string;
18492
+ createdDate: string;
18493
+ }> | null;
17439
18494
  };
17440
18495
  };
17441
18496
  export type JoinClubMutationVariables = Exact<{
@@ -17559,6 +18614,7 @@ export type CreateClubDonationCheckoutMutationVariables = Exact<{
17559
18614
  currency?: Scalars['String']['input'];
17560
18615
  donorEmail?: InputMaybe<Scalars['String']['input']>;
17561
18616
  donorName?: InputMaybe<Scalars['String']['input']>;
18617
+ fundingCampaignId?: InputMaybe<Scalars['String']['input']>;
17562
18618
  }>;
17563
18619
  export type CreateClubDonationCheckoutMutation = {
17564
18620
  createClubDonationCheckout: string;
@@ -18205,6 +19261,7 @@ export declare const CampaignLocationFieldsFragmentDoc: import("graphql").Docume
18205
19261
  export declare const CurrentCampaignFieldsFragmentDoc: import("graphql").DocumentNode;
18206
19262
  export declare const HistoricalScoreFieldsFragmentDoc: import("graphql").DocumentNode;
18207
19263
  export declare const HistoricalScoresPeriodFieldsFragmentDoc: import("graphql").DocumentNode;
19264
+ export declare const BlogPostFieldsFragmentDoc: import("graphql").DocumentNode;
18208
19265
  export declare const CampaignFieldsFragmentDoc: import("graphql").DocumentNode;
18209
19266
  export declare const DonationThankYouFieldsFragmentDoc: import("graphql").DocumentNode;
18210
19267
  export declare const BrowseCampaignFieldsFragmentDoc: import("graphql").DocumentNode;
@@ -18256,6 +19313,8 @@ export declare const QueryAthleteFundingCampaignsDocument: import("graphql").Doc
18256
19313
  export declare const QueryAthletesWithFiltersDocument: import("graphql").DocumentNode;
18257
19314
  export declare const EditAboutMeDocument: import("graphql").DocumentNode;
18258
19315
  export declare const EditProfileValueDocument: import("graphql").DocumentNode;
19316
+ export declare const ConfirmProfileVitalsDocument: import("graphql").DocumentNode;
19317
+ export declare const ProfileVitalsStatusDocument: import("graphql").DocumentNode;
18259
19318
  export declare const EditPictureDocument: import("graphql").DocumentNode;
18260
19319
  export declare const AddAthleteCompetitionDocument: import("graphql").DocumentNode;
18261
19320
  export declare const EditAthleteCompetitionDocument: import("graphql").DocumentNode;
@@ -18293,6 +19352,7 @@ export declare const GetPostsWithComparisonDocument: import("graphql").DocumentN
18293
19352
  export declare const GetPublicAthleteIntegrationStatusDocument: import("graphql").DocumentNode;
18294
19353
  export declare const GetSportsEventsDocument: import("graphql").DocumentNode;
18295
19354
  export declare const GetSportsEventsPaginatedDocument: import("graphql").DocumentNode;
19355
+ export declare const GetEventsMissingCourseDataDocument: import("graphql").DocumentNode;
18296
19356
  export declare const CreateSportsEventDocument: import("graphql").DocumentNode;
18297
19357
  export declare const UpdateSportsEventDocument: import("graphql").DocumentNode;
18298
19358
  export declare const DeleteSportsEventDocument: import("graphql").DocumentNode;
@@ -18325,6 +19385,8 @@ export declare const UpdateUserSuspendedStatusDocument: import("graphql").Docume
18325
19385
  export declare const DeleteMyAccountDocument: import("graphql").DocumentNode;
18326
19386
  export declare const DeleteVtxUserDocument: import("graphql").DocumentNode;
18327
19387
  export declare const ValidateTokenDocument: import("graphql").DocumentNode;
19388
+ export declare const ListBlogPostsDocument: import("graphql").DocumentNode;
19389
+ export declare const GetBlogPostDocument: import("graphql").DocumentNode;
18328
19390
  export declare const ListBlogPostsAdminDocument: import("graphql").DocumentNode;
18329
19391
  export declare const GetAthleteCampaignsDocument: import("graphql").DocumentNode;
18330
19392
  export declare const BrowseCampaignsDocument: import("graphql").DocumentNode;
@@ -18414,8 +19476,6 @@ export declare const AthleteActivityDatesDocument: import("graphql").DocumentNod
18414
19476
  export declare const SocialAggregatesDocument: import("graphql").DocumentNode;
18415
19477
  export declare const PostsWithComparisonDocument: import("graphql").DocumentNode;
18416
19478
  export declare const GetEmailCampaignDocument: import("graphql").DocumentNode;
18417
- export declare const GetBlogPostDocument: import("graphql").DocumentNode;
18418
- export declare const ListBlogPostsDocument: import("graphql").DocumentNode;
18419
19479
  export declare const ClientCompatibilityDocument: import("graphql").DocumentNode;
18420
19480
  export declare const LoginUserFromCredentialsDocument: import("graphql").DocumentNode;
18421
19481
  export declare const RevokeRefreshTokenDocument: import("graphql").DocumentNode;
@@ -18432,6 +19492,7 @@ export declare const RemoveSponsorUserDocument: import("graphql").DocumentNode;
18432
19492
  export declare const ChangeSponsorUserRoleDocument: import("graphql").DocumentNode;
18433
19493
  export declare const RevokeSponsorUserInvitationDocument: import("graphql").DocumentNode;
18434
19494
  export declare const TransferSponsorOwnershipDocument: import("graphql").DocumentNode;
19495
+ export declare const SetAthleteVerifiedOverrideDocument: import("graphql").DocumentNode;
18435
19496
  export declare const ReorderAlbumIndexDocument: import("graphql").DocumentNode;
18436
19497
  export declare const EditAlbumDocument: import("graphql").DocumentNode;
18437
19498
  export declare const DeleteAthletePhotosDocument: import("graphql").DocumentNode;
@@ -18439,7 +19500,9 @@ export declare const IngestCompetitionResultDocument: import("graphql").Document
18439
19500
  export declare const DeleteAthleteMembershipAffilationDocument: import("graphql").DocumentNode;
18440
19501
  export declare const SubmitHealthKitActivitiesDocument: import("graphql").DocumentNode;
18441
19502
  export declare const ApproveTeamDocument: import("graphql").DocumentNode;
19503
+ export declare const SetTeamCampaignPermissionDocument: import("graphql").DocumentNode;
18442
19504
  export declare const ApproveClubDocument: import("graphql").DocumentNode;
19505
+ export declare const SetClubCampaignPermissionDocument: import("graphql").DocumentNode;
18443
19506
  export declare const CreateBlogPostDocument: import("graphql").DocumentNode;
18444
19507
  export declare const UpdateBlogPostDocument: import("graphql").DocumentNode;
18445
19508
  export declare const DeleteBlogPostDocument: import("graphql").DocumentNode;
@@ -18632,6 +19695,8 @@ export declare function getSdk(client: GraphQLClient, withWrapper?: SdkFunctionW
18632
19695
  QueryAthletesWithFilters(variables: QueryAthletesWithFiltersQueryVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<QueryAthletesWithFiltersQuery>;
18633
19696
  EditAboutMe(variables: EditAboutMeMutationVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<EditAboutMeMutation>;
18634
19697
  EditProfileValue(variables: EditProfileValueMutationVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<EditProfileValueMutation>;
19698
+ ConfirmProfileVitals(variables: ConfirmProfileVitalsMutationVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<ConfirmProfileVitalsMutation>;
19699
+ ProfileVitalsStatus(variables?: ProfileVitalsStatusQueryVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<ProfileVitalsStatusQuery>;
18635
19700
  EditPicture(variables: EditPictureMutationVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<EditPictureMutation>;
18636
19701
  AddAthleteCompetition(variables: AddAthleteCompetitionMutationVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<AddAthleteCompetitionMutation>;
18637
19702
  EditAthleteCompetition(variables: EditAthleteCompetitionMutationVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<EditAthleteCompetitionMutation>;
@@ -18669,6 +19734,7 @@ export declare function getSdk(client: GraphQLClient, withWrapper?: SdkFunctionW
18669
19734
  GetPublicAthleteIntegrationStatus(variables: GetPublicAthleteIntegrationStatusQueryVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<GetPublicAthleteIntegrationStatusQuery>;
18670
19735
  GetSportsEvents(variables: GetSportsEventsQueryVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<GetSportsEventsQuery>;
18671
19736
  GetSportsEventsPaginated(variables?: GetSportsEventsPaginatedQueryVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<GetSportsEventsPaginatedQuery>;
19737
+ GetEventsMissingCourseData(variables?: GetEventsMissingCourseDataQueryVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<GetEventsMissingCourseDataQuery>;
18672
19738
  CreateSportsEvent(variables: CreateSportsEventMutationVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<CreateSportsEventMutation>;
18673
19739
  UpdateSportsEvent(variables: UpdateSportsEventMutationVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<UpdateSportsEventMutation>;
18674
19740
  DeleteSportsEvent(variables: DeleteSportsEventMutationVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<DeleteSportsEventMutation>;
@@ -18701,6 +19767,8 @@ export declare function getSdk(client: GraphQLClient, withWrapper?: SdkFunctionW
18701
19767
  DeleteMyAccount(variables?: DeleteMyAccountMutationVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<DeleteMyAccountMutation>;
18702
19768
  DeleteVtxUser(variables: DeleteVtxUserMutationVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<DeleteVtxUserMutation>;
18703
19769
  ValidateToken(variables: ValidateTokenMutationVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<ValidateTokenMutation>;
19770
+ ListBlogPosts(variables?: ListBlogPostsQueryVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<ListBlogPostsQuery>;
19771
+ GetBlogPost(variables: GetBlogPostQueryVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<GetBlogPostQuery>;
18704
19772
  ListBlogPostsAdmin(variables?: ListBlogPostsAdminQueryVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<ListBlogPostsAdminQuery>;
18705
19773
  GetAthleteCampaigns(variables: GetAthleteCampaignsQueryVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<GetAthleteCampaignsQuery>;
18706
19774
  BrowseCampaigns(variables: BrowseCampaignsQueryVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<BrowseCampaignsQuery>;
@@ -18790,8 +19858,6 @@ export declare function getSdk(client: GraphQLClient, withWrapper?: SdkFunctionW
18790
19858
  SocialAggregates(variables: SocialAggregatesQueryVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<SocialAggregatesQuery>;
18791
19859
  PostsWithComparison(variables: PostsWithComparisonQueryVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<PostsWithComparisonQuery>;
18792
19860
  GetEmailCampaign(variables: GetEmailCampaignQueryVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<GetEmailCampaignQuery>;
18793
- GetBlogPost(variables: GetBlogPostQueryVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<GetBlogPostQuery>;
18794
- ListBlogPosts(variables?: ListBlogPostsQueryVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<ListBlogPostsQuery>;
18795
19861
  ClientCompatibility(variables?: ClientCompatibilityQueryVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<ClientCompatibilityQuery>;
18796
19862
  LoginUserFromCredentials(variables: LoginUserFromCredentialsMutationVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<LoginUserFromCredentialsMutation>;
18797
19863
  RevokeRefreshToken(variables: RevokeRefreshTokenMutationVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<RevokeRefreshTokenMutation>;
@@ -18808,6 +19874,7 @@ export declare function getSdk(client: GraphQLClient, withWrapper?: SdkFunctionW
18808
19874
  ChangeSponsorUserRole(variables: ChangeSponsorUserRoleMutationVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<ChangeSponsorUserRoleMutation>;
18809
19875
  RevokeSponsorUserInvitation(variables: RevokeSponsorUserInvitationMutationVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<RevokeSponsorUserInvitationMutation>;
18810
19876
  TransferSponsorOwnership(variables: TransferSponsorOwnershipMutationVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<TransferSponsorOwnershipMutation>;
19877
+ SetAthleteVerifiedOverride(variables: SetAthleteVerifiedOverrideMutationVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<SetAthleteVerifiedOverrideMutation>;
18811
19878
  ReorderAlbumIndex(variables: ReorderAlbumIndexMutationVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<ReorderAlbumIndexMutation>;
18812
19879
  EditAlbum(variables: EditAlbumMutationVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<EditAlbumMutation>;
18813
19880
  DeleteAthletePhotos(variables: DeleteAthletePhotosMutationVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<DeleteAthletePhotosMutation>;
@@ -18815,7 +19882,9 @@ export declare function getSdk(client: GraphQLClient, withWrapper?: SdkFunctionW
18815
19882
  DeleteAthleteMembershipAffilation(variables: DeleteAthleteMembershipAffilationMutationVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<DeleteAthleteMembershipAffilationMutation>;
18816
19883
  SubmitHealthKitActivities(variables: SubmitHealthKitActivitiesMutationVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<SubmitHealthKitActivitiesMutation>;
18817
19884
  ApproveTeam(variables: ApproveTeamMutationVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<ApproveTeamMutation>;
19885
+ SetTeamCampaignPermission(variables: SetTeamCampaignPermissionMutationVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<SetTeamCampaignPermissionMutation>;
18818
19886
  ApproveClub(variables: ApproveClubMutationVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<ApproveClubMutation>;
19887
+ SetClubCampaignPermission(variables: SetClubCampaignPermissionMutationVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<SetClubCampaignPermissionMutation>;
18819
19888
  CreateBlogPost(variables: CreateBlogPostMutationVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<CreateBlogPostMutation>;
18820
19889
  UpdateBlogPost(variables: UpdateBlogPostMutationVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<UpdateBlogPostMutation>;
18821
19890
  DeleteBlogPost(variables: DeleteBlogPostMutationVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<DeleteBlogPostMutation>;