@vertikalx/vtx-backend-client 3.0.0-dev-max2.0 → 3.0.0-dev-max1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/api/vtx-base-api.d.ts +0 -13
- package/src/api/vtx-base-api.js +0 -12
- package/src/api/vtx-base-api.js.map +1 -1
- package/src/client/schema.d.ts +0 -76
- package/src/client/schema.js +2 -9
- package/src/client/schema.js.map +1 -1
- package/src/client/types.d.ts +0 -48
- package/src/client/types.js +287 -419
- package/src/client/types.js.map +1 -1
- package/src/generated/graphql.d.ts +0 -267
- package/src/generated/graphql.js +6 -61
- package/src/generated/graphql.js.map +1 -1
|
@@ -903,7 +903,6 @@ export type CreateEmailSegmentDto = {
|
|
|
903
903
|
name: Scalars['String']['input'];
|
|
904
904
|
};
|
|
905
905
|
export type CreateFundingCampaignDto = {
|
|
906
|
-
autoSendThankYou?: InputMaybe<Scalars['Boolean']['input']>;
|
|
907
906
|
budget?: InputMaybe<CreateBudgetDto>;
|
|
908
907
|
budgetMode: Scalars['String']['input'];
|
|
909
908
|
cityId?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -914,14 +913,11 @@ export type CreateFundingCampaignDto = {
|
|
|
914
913
|
fundsRequired: Scalars['Float']['input'];
|
|
915
914
|
initialFundsObtained?: Scalars['Float']['input'];
|
|
916
915
|
motivation: Scalars['String']['input'];
|
|
917
|
-
thankYouMediaUrl?: InputMaybe<Scalars['String']['input']>;
|
|
918
|
-
thankYouMessage?: InputMaybe<Scalars['String']['input']>;
|
|
919
916
|
title: Scalars['String']['input'];
|
|
920
917
|
video?: InputMaybe<CreateVideoDto>;
|
|
921
918
|
website?: InputMaybe<Scalars['String']['input']>;
|
|
922
919
|
};
|
|
923
920
|
export type CreateFundingCampaignForDto = {
|
|
924
|
-
autoSendThankYou?: InputMaybe<Scalars['Boolean']['input']>;
|
|
925
921
|
budget?: InputMaybe<CreateBudgetDto>;
|
|
926
922
|
budgetMode: Scalars['String']['input'];
|
|
927
923
|
cityId?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -933,8 +929,6 @@ export type CreateFundingCampaignForDto = {
|
|
|
933
929
|
initialFundsObtained?: Scalars['Float']['input'];
|
|
934
930
|
loginEmail: Scalars['String']['input'];
|
|
935
931
|
motivation: Scalars['String']['input'];
|
|
936
|
-
thankYouMediaUrl?: InputMaybe<Scalars['String']['input']>;
|
|
937
|
-
thankYouMessage?: InputMaybe<Scalars['String']['input']>;
|
|
938
932
|
title: Scalars['String']['input'];
|
|
939
933
|
video?: InputMaybe<CreateVideoDto>;
|
|
940
934
|
website?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -1235,16 +1229,6 @@ export type DonationQueryDto = {
|
|
|
1235
1229
|
sortField?: InputMaybe<Scalars['String']['input']>;
|
|
1236
1230
|
sortOrder?: InputMaybe<Scalars['String']['input']>;
|
|
1237
1231
|
};
|
|
1238
|
-
export type DonationThankYou = {
|
|
1239
|
-
_id: Scalars['String']['output'];
|
|
1240
|
-
autoSent: Scalars['Boolean']['output'];
|
|
1241
|
-
donorEmail?: Maybe<Scalars['String']['output']>;
|
|
1242
|
-
donorName?: Maybe<Scalars['String']['output']>;
|
|
1243
|
-
emailSent: Scalars['Boolean']['output'];
|
|
1244
|
-
mediaUrl?: Maybe<Scalars['String']['output']>;
|
|
1245
|
-
message: Scalars['String']['output'];
|
|
1246
|
-
sentDate: Scalars['DateTime']['output'];
|
|
1247
|
-
};
|
|
1248
1232
|
export type Duration = {
|
|
1249
1233
|
length: Scalars['Float']['output'];
|
|
1250
1234
|
unit: Scalars['String']['output'];
|
|
@@ -1445,7 +1429,6 @@ export type FundCampaignFilterDto = {
|
|
|
1445
1429
|
export type FundRaisingCampaign = {
|
|
1446
1430
|
_id: Scalars['String']['output'];
|
|
1447
1431
|
athlete: AthleteReference;
|
|
1448
|
-
autoSendThankYou: Scalars['Boolean']['output'];
|
|
1449
1432
|
budget?: Maybe<Budget>;
|
|
1450
1433
|
budgetMode: Scalars['String']['output'];
|
|
1451
1434
|
competitions?: Maybe<Array<AthleteCompetition>>;
|
|
@@ -1459,8 +1442,6 @@ export type FundRaisingCampaign = {
|
|
|
1459
1442
|
motivation?: Maybe<Scalars['String']['output']>;
|
|
1460
1443
|
slug?: Maybe<Scalars['String']['output']>;
|
|
1461
1444
|
status: Scalars['String']['output'];
|
|
1462
|
-
thankYouMediaUrl?: Maybe<Scalars['String']['output']>;
|
|
1463
|
-
thankYouMessage?: Maybe<Scalars['String']['output']>;
|
|
1464
1445
|
title: Scalars['String']['output'];
|
|
1465
1446
|
video?: Maybe<Video>;
|
|
1466
1447
|
vtxComissionPct: Scalars['Float']['output'];
|
|
@@ -1848,7 +1829,6 @@ export type Mutation = {
|
|
|
1848
1829
|
sendAthleteInvitations: Array<SponsorAthleteInvitation>;
|
|
1849
1830
|
sendBulkEmail: Scalars['Boolean']['output'];
|
|
1850
1831
|
sendTestEmail: Scalars['Boolean']['output'];
|
|
1851
|
-
sendThankYou: DonationThankYou;
|
|
1852
1832
|
setCurrentCampaign: FundRaisingCampaign;
|
|
1853
1833
|
setFundingStatus: FundRaisingCampaign;
|
|
1854
1834
|
setOfferStatus: Offer;
|
|
@@ -1870,7 +1850,6 @@ export type Mutation = {
|
|
|
1870
1850
|
updateSponsor: Sponsor;
|
|
1871
1851
|
updateSport: Sport;
|
|
1872
1852
|
updateSportsEvent: SportsEvent;
|
|
1873
|
-
updateThankYouTemplate: FundRaisingCampaign;
|
|
1874
1853
|
updateUserSuspendedStatus: EditValueResponse;
|
|
1875
1854
|
uploadCouponCodes: UploadResult;
|
|
1876
1855
|
validateToken: ValidatedToken;
|
|
@@ -2144,9 +2123,6 @@ export type MutationSendTestEmailArgs = {
|
|
|
2144
2123
|
adminEmail: Scalars['String']['input'];
|
|
2145
2124
|
campaignId: Scalars['String']['input'];
|
|
2146
2125
|
};
|
|
2147
|
-
export type MutationSendThankYouArgs = {
|
|
2148
|
-
input: SendThankYouDto;
|
|
2149
|
-
};
|
|
2150
2126
|
export type MutationSetCurrentCampaignArgs = {
|
|
2151
2127
|
input: SetCurrentCampaignDto;
|
|
2152
2128
|
};
|
|
@@ -2208,9 +2184,6 @@ export type MutationUpdateSportArgs = {
|
|
|
2208
2184
|
export type MutationUpdateSportsEventArgs = {
|
|
2209
2185
|
input: UpdateSportEventDto;
|
|
2210
2186
|
};
|
|
2211
|
-
export type MutationUpdateThankYouTemplateArgs = {
|
|
2212
|
-
input: UpdateThankYouTemplateDto;
|
|
2213
|
-
};
|
|
2214
2187
|
export type MutationUpdateUserSuspendedStatusArgs = {
|
|
2215
2188
|
input: UpdateUserSuspendedStatusDto;
|
|
2216
2189
|
};
|
|
@@ -2546,9 +2519,7 @@ export type Query = {
|
|
|
2546
2519
|
athleteScoreHistory: Array<ScoreHistoryEntry>;
|
|
2547
2520
|
brands: Array<Brand>;
|
|
2548
2521
|
browseCampaigns: BrowseCampaignsResult;
|
|
2549
|
-
campaignThankYous: Array<DonationThankYou>;
|
|
2550
2522
|
checkScoreRefreshCapabilities: CheckScoreRefreshCapabilityResponse;
|
|
2551
|
-
donationThankYou?: Maybe<DonationThankYou>;
|
|
2552
2523
|
existsValidSponsorForEmail: Sponsor;
|
|
2553
2524
|
findAthleteById: Athlete;
|
|
2554
2525
|
findAthleteForUser: Athlete;
|
|
@@ -2693,15 +2664,9 @@ export type QueryAthleteScoreHistoryArgs = {
|
|
|
2693
2664
|
export type QueryBrowseCampaignsArgs = {
|
|
2694
2665
|
input: BrowseCampaignsDto;
|
|
2695
2666
|
};
|
|
2696
|
-
export type QueryCampaignThankYousArgs = {
|
|
2697
|
-
campaignId: Scalars['String']['input'];
|
|
2698
|
-
};
|
|
2699
2667
|
export type QueryCheckScoreRefreshCapabilitiesArgs = {
|
|
2700
2668
|
input: CheckScoreRefreshCapabilityDto;
|
|
2701
2669
|
};
|
|
2702
|
-
export type QueryDonationThankYouArgs = {
|
|
2703
|
-
donationId: Scalars['String']['input'];
|
|
2704
|
-
};
|
|
2705
2670
|
export type QueryExistsValidSponsorForEmailArgs = {
|
|
2706
2671
|
loginEmail: Scalars['String']['input'];
|
|
2707
2672
|
};
|
|
@@ -3126,11 +3091,6 @@ export type SendGridTemplate = {
|
|
|
3126
3091
|
subject?: Maybe<Scalars['String']['output']>;
|
|
3127
3092
|
updatedAt?: Maybe<Scalars['String']['output']>;
|
|
3128
3093
|
};
|
|
3129
|
-
export type SendThankYouDto = {
|
|
3130
|
-
campaignId: Scalars['String']['input'];
|
|
3131
|
-
customMessage?: InputMaybe<Scalars['String']['input']>;
|
|
3132
|
-
donationId: Scalars['String']['input'];
|
|
3133
|
-
};
|
|
3134
3094
|
export type SetCompetitionResultDto = {
|
|
3135
3095
|
adversary?: InputMaybe<Scalars['String']['input']>;
|
|
3136
3096
|
categoryName?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -3747,7 +3707,6 @@ export type UpdateEmailSegmentDto = {
|
|
|
3747
3707
|
};
|
|
3748
3708
|
export type UpdateFundingCampaignDto = {
|
|
3749
3709
|
_id: Scalars['String']['input'];
|
|
3750
|
-
autoSendThankYou?: InputMaybe<Scalars['Boolean']['input']>;
|
|
3751
3710
|
budget?: InputMaybe<CreateBudgetDto>;
|
|
3752
3711
|
budgetMode: Scalars['String']['input'];
|
|
3753
3712
|
cityId?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -3758,8 +3717,6 @@ export type UpdateFundingCampaignDto = {
|
|
|
3758
3717
|
fundsRequired: Scalars['Float']['input'];
|
|
3759
3718
|
initialFundsObtained?: Scalars['Float']['input'];
|
|
3760
3719
|
motivation: Scalars['String']['input'];
|
|
3761
|
-
thankYouMediaUrl?: InputMaybe<Scalars['String']['input']>;
|
|
3762
|
-
thankYouMessage?: InputMaybe<Scalars['String']['input']>;
|
|
3763
3720
|
title: Scalars['String']['input'];
|
|
3764
3721
|
video?: InputMaybe<CreateVideoDto>;
|
|
3765
3722
|
website?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -3801,12 +3758,6 @@ export type UpdateTextDatabaseFileDto = {
|
|
|
3801
3758
|
identifier?: InputMaybe<Scalars['String']['input']>;
|
|
3802
3759
|
version?: InputMaybe<Scalars['String']['input']>;
|
|
3803
3760
|
};
|
|
3804
|
-
export type UpdateThankYouTemplateDto = {
|
|
3805
|
-
autoSendThankYou?: InputMaybe<Scalars['Boolean']['input']>;
|
|
3806
|
-
campaignId: Scalars['String']['input'];
|
|
3807
|
-
thankYouMediaUrl?: InputMaybe<Scalars['String']['input']>;
|
|
3808
|
-
thankYouMessage?: InputMaybe<Scalars['String']['input']>;
|
|
3809
|
-
};
|
|
3810
3761
|
export type UpdateUserSuspendedStatusDto = {
|
|
3811
3762
|
suspended: Scalars['Boolean']['input'];
|
|
3812
3763
|
userId: Scalars['String']['input'];
|
|
@@ -8702,9 +8653,6 @@ export type CampaignFieldsFragment = {
|
|
|
8702
8653
|
vtxComissionPct: number;
|
|
8703
8654
|
createdDate: string;
|
|
8704
8655
|
endingDate: string;
|
|
8705
|
-
thankYouMessage?: string | null;
|
|
8706
|
-
thankYouMediaUrl?: string | null;
|
|
8707
|
-
autoSendThankYou: boolean;
|
|
8708
8656
|
video?: {
|
|
8709
8657
|
_id: string;
|
|
8710
8658
|
source: string;
|
|
@@ -8819,16 +8767,6 @@ export type CampaignFieldsFragment = {
|
|
|
8819
8767
|
useType?: string | null;
|
|
8820
8768
|
} | null;
|
|
8821
8769
|
};
|
|
8822
|
-
export type DonationThankYouFieldsFragment = {
|
|
8823
|
-
_id: string;
|
|
8824
|
-
message: string;
|
|
8825
|
-
mediaUrl?: string | null;
|
|
8826
|
-
autoSent: boolean;
|
|
8827
|
-
emailSent: boolean;
|
|
8828
|
-
donorEmail?: string | null;
|
|
8829
|
-
donorName?: string | null;
|
|
8830
|
-
sentDate: string;
|
|
8831
|
-
};
|
|
8832
8770
|
export type BrowseCampaignFieldsFragment = {
|
|
8833
8771
|
_id: string;
|
|
8834
8772
|
title: string;
|
|
@@ -9003,9 +8941,6 @@ export type GetAthleteCampaignsQuery = {
|
|
|
9003
8941
|
vtxComissionPct: number;
|
|
9004
8942
|
createdDate: string;
|
|
9005
8943
|
endingDate: string;
|
|
9006
|
-
thankYouMessage?: string | null;
|
|
9007
|
-
thankYouMediaUrl?: string | null;
|
|
9008
|
-
autoSendThankYou: boolean;
|
|
9009
8944
|
athlete: {
|
|
9010
8945
|
_id: string;
|
|
9011
8946
|
firstName: string;
|
|
@@ -9450,9 +9385,6 @@ export type CreateFundingCampaignMutation = {
|
|
|
9450
9385
|
vtxComissionPct: number;
|
|
9451
9386
|
createdDate: string;
|
|
9452
9387
|
endingDate: string;
|
|
9453
|
-
thankYouMessage?: string | null;
|
|
9454
|
-
thankYouMediaUrl?: string | null;
|
|
9455
|
-
autoSendThankYou: boolean;
|
|
9456
9388
|
video?: {
|
|
9457
9389
|
_id: string;
|
|
9458
9390
|
source: string;
|
|
@@ -9586,9 +9518,6 @@ export type UpdateFundingCampaignMutation = {
|
|
|
9586
9518
|
vtxComissionPct: number;
|
|
9587
9519
|
createdDate: string;
|
|
9588
9520
|
endingDate: string;
|
|
9589
|
-
thankYouMessage?: string | null;
|
|
9590
|
-
thankYouMediaUrl?: string | null;
|
|
9591
|
-
autoSendThankYou: boolean;
|
|
9592
9521
|
video?: {
|
|
9593
9522
|
_id: string;
|
|
9594
9523
|
source: string;
|
|
@@ -9749,9 +9678,6 @@ export type SetFundingStatusMutation = {
|
|
|
9749
9678
|
vtxComissionPct: number;
|
|
9750
9679
|
createdDate: string;
|
|
9751
9680
|
endingDate: string;
|
|
9752
|
-
thankYouMessage?: string | null;
|
|
9753
|
-
thankYouMediaUrl?: string | null;
|
|
9754
|
-
autoSendThankYou: boolean;
|
|
9755
9681
|
video?: {
|
|
9756
9682
|
_id: string;
|
|
9757
9683
|
source: string;
|
|
@@ -9885,9 +9811,6 @@ export type SetCurrentCampaignMutation = {
|
|
|
9885
9811
|
vtxComissionPct: number;
|
|
9886
9812
|
createdDate: string;
|
|
9887
9813
|
endingDate: string;
|
|
9888
|
-
thankYouMessage?: string | null;
|
|
9889
|
-
thankYouMediaUrl?: string | null;
|
|
9890
|
-
autoSendThankYou: boolean;
|
|
9891
9814
|
video?: {
|
|
9892
9815
|
_id: string;
|
|
9893
9816
|
source: string;
|
|
@@ -10556,187 +10479,6 @@ export type GetTransactionsPaginatedQuery = {
|
|
|
10556
10479
|
};
|
|
10557
10480
|
};
|
|
10558
10481
|
};
|
|
10559
|
-
export type CampaignThankYousQueryVariables = Exact<{
|
|
10560
|
-
campaignId: Scalars['String']['input'];
|
|
10561
|
-
}>;
|
|
10562
|
-
export type CampaignThankYousQuery = {
|
|
10563
|
-
campaignThankYous: Array<{
|
|
10564
|
-
_id: string;
|
|
10565
|
-
message: string;
|
|
10566
|
-
mediaUrl?: string | null;
|
|
10567
|
-
autoSent: boolean;
|
|
10568
|
-
emailSent: boolean;
|
|
10569
|
-
donorEmail?: string | null;
|
|
10570
|
-
donorName?: string | null;
|
|
10571
|
-
sentDate: string;
|
|
10572
|
-
}>;
|
|
10573
|
-
};
|
|
10574
|
-
export type DonationThankYouQueryVariables = Exact<{
|
|
10575
|
-
donationId: Scalars['String']['input'];
|
|
10576
|
-
}>;
|
|
10577
|
-
export type DonationThankYouQuery = {
|
|
10578
|
-
donationThankYou?: {
|
|
10579
|
-
_id: string;
|
|
10580
|
-
message: string;
|
|
10581
|
-
mediaUrl?: string | null;
|
|
10582
|
-
autoSent: boolean;
|
|
10583
|
-
emailSent: boolean;
|
|
10584
|
-
donorEmail?: string | null;
|
|
10585
|
-
donorName?: string | null;
|
|
10586
|
-
sentDate: string;
|
|
10587
|
-
} | null;
|
|
10588
|
-
};
|
|
10589
|
-
export type UpdateThankYouTemplateMutationVariables = Exact<{
|
|
10590
|
-
input: UpdateThankYouTemplateDto;
|
|
10591
|
-
}>;
|
|
10592
|
-
export type UpdateThankYouTemplateMutation = {
|
|
10593
|
-
updateThankYouTemplate: {
|
|
10594
|
-
_id: string;
|
|
10595
|
-
budgetMode: string;
|
|
10596
|
-
status: string;
|
|
10597
|
-
title: string;
|
|
10598
|
-
slug?: string | null;
|
|
10599
|
-
motivation?: string | null;
|
|
10600
|
-
website?: string | null;
|
|
10601
|
-
fundsRequired: number;
|
|
10602
|
-
initialFundsObtained: number;
|
|
10603
|
-
fundsObtained: number;
|
|
10604
|
-
vtxComissionPct: number;
|
|
10605
|
-
createdDate: string;
|
|
10606
|
-
endingDate: string;
|
|
10607
|
-
thankYouMessage?: string | null;
|
|
10608
|
-
thankYouMediaUrl?: string | null;
|
|
10609
|
-
autoSendThankYou: boolean;
|
|
10610
|
-
video?: {
|
|
10611
|
-
_id: string;
|
|
10612
|
-
source: string;
|
|
10613
|
-
url: string;
|
|
10614
|
-
sourceData: string;
|
|
10615
|
-
} | null;
|
|
10616
|
-
location?: {
|
|
10617
|
-
userProvidedLatitude?: number | null;
|
|
10618
|
-
userProvidedLongitude?: number | null;
|
|
10619
|
-
cityNameGeocode?: string | null;
|
|
10620
|
-
stateNameGeocode?: string | null;
|
|
10621
|
-
countryIso2CodeGeocode?: string | null;
|
|
10622
|
-
timeZoneGeocode?: string | null;
|
|
10623
|
-
latitudeGeocode?: number | null;
|
|
10624
|
-
longitudeGeocode?: number | null;
|
|
10625
|
-
city?: {
|
|
10626
|
-
_id: string;
|
|
10627
|
-
name: string;
|
|
10628
|
-
localizedName: string;
|
|
10629
|
-
latitude?: number | null;
|
|
10630
|
-
longitude?: number | null;
|
|
10631
|
-
timezone?: string | null;
|
|
10632
|
-
state?: {
|
|
10633
|
-
_id: string;
|
|
10634
|
-
name: string;
|
|
10635
|
-
country?: {
|
|
10636
|
-
_id: string;
|
|
10637
|
-
name: string;
|
|
10638
|
-
} | null;
|
|
10639
|
-
} | null;
|
|
10640
|
-
} | null;
|
|
10641
|
-
} | null;
|
|
10642
|
-
budget?: {
|
|
10643
|
-
initialFunds: number;
|
|
10644
|
-
totalRequired: number;
|
|
10645
|
-
items?: Array<{
|
|
10646
|
-
_id: string;
|
|
10647
|
-
quantity: number;
|
|
10648
|
-
concept: string;
|
|
10649
|
-
itemCost: number;
|
|
10650
|
-
unit?: string | null;
|
|
10651
|
-
}> | null;
|
|
10652
|
-
} | null;
|
|
10653
|
-
competitions?: Array<{
|
|
10654
|
-
_id: string;
|
|
10655
|
-
participationDate?: string | null;
|
|
10656
|
-
competitionNumber?: string | null;
|
|
10657
|
-
fundRaisingCampaignIds?: Array<string> | null;
|
|
10658
|
-
event: {
|
|
10659
|
-
_id: string;
|
|
10660
|
-
name: string;
|
|
10661
|
-
eventWebSite?: string | null;
|
|
10662
|
-
startDate: string;
|
|
10663
|
-
endDate?: string | null;
|
|
10664
|
-
verified: boolean;
|
|
10665
|
-
mainSport?: {
|
|
10666
|
-
_id: string;
|
|
10667
|
-
name: string;
|
|
10668
|
-
} | null;
|
|
10669
|
-
banner?: {
|
|
10670
|
-
_id: string;
|
|
10671
|
-
name?: string | null;
|
|
10672
|
-
contentType?: string | null;
|
|
10673
|
-
size?: number | null;
|
|
10674
|
-
useType?: string | null;
|
|
10675
|
-
url: string;
|
|
10676
|
-
key: string;
|
|
10677
|
-
} | null;
|
|
10678
|
-
location?: {
|
|
10679
|
-
_id: string;
|
|
10680
|
-
userProvidedLatitude?: number | null;
|
|
10681
|
-
userProvidedLongitude?: number | null;
|
|
10682
|
-
cityNameGeocode?: string | null;
|
|
10683
|
-
stateNameGeocode?: string | null;
|
|
10684
|
-
countryIso2CodeGeocode?: string | null;
|
|
10685
|
-
timeZoneGeocode?: string | null;
|
|
10686
|
-
latitudeGeocode?: number | null;
|
|
10687
|
-
longitudeGeocode?: number | null;
|
|
10688
|
-
city?: {
|
|
10689
|
-
_id: string;
|
|
10690
|
-
name: string;
|
|
10691
|
-
localizedName: string;
|
|
10692
|
-
latitude?: number | null;
|
|
10693
|
-
longitude?: number | null;
|
|
10694
|
-
timezone?: string | null;
|
|
10695
|
-
state?: {
|
|
10696
|
-
_id: string;
|
|
10697
|
-
name: string;
|
|
10698
|
-
country?: {
|
|
10699
|
-
_id: string;
|
|
10700
|
-
name: string;
|
|
10701
|
-
} | null;
|
|
10702
|
-
} | null;
|
|
10703
|
-
} | null;
|
|
10704
|
-
} | null;
|
|
10705
|
-
};
|
|
10706
|
-
result?: {
|
|
10707
|
-
resultType: string;
|
|
10708
|
-
position?: number | null;
|
|
10709
|
-
score?: string | null;
|
|
10710
|
-
finishTimeMS?: number | null;
|
|
10711
|
-
resultWebLink?: string | null;
|
|
10712
|
-
} | null;
|
|
10713
|
-
}> | null;
|
|
10714
|
-
coverImage?: {
|
|
10715
|
-
_id: string;
|
|
10716
|
-
url: string;
|
|
10717
|
-
key: string;
|
|
10718
|
-
name?: string | null;
|
|
10719
|
-
contentType?: string | null;
|
|
10720
|
-
size?: number | null;
|
|
10721
|
-
useType?: string | null;
|
|
10722
|
-
} | null;
|
|
10723
|
-
};
|
|
10724
|
-
};
|
|
10725
|
-
export type SendThankYouMutationVariables = Exact<{
|
|
10726
|
-
input: SendThankYouDto;
|
|
10727
|
-
}>;
|
|
10728
|
-
export type SendThankYouMutation = {
|
|
10729
|
-
sendThankYou: {
|
|
10730
|
-
_id: string;
|
|
10731
|
-
message: string;
|
|
10732
|
-
mediaUrl?: string | null;
|
|
10733
|
-
autoSent: boolean;
|
|
10734
|
-
emailSent: boolean;
|
|
10735
|
-
donorEmail?: string | null;
|
|
10736
|
-
donorName?: string | null;
|
|
10737
|
-
sentDate: string;
|
|
10738
|
-
};
|
|
10739
|
-
};
|
|
10740
10482
|
export type GetEmailCampaignsQueryVariables = Exact<{
|
|
10741
10483
|
status?: InputMaybe<Scalars['String']['input']>;
|
|
10742
10484
|
search?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -13467,7 +13209,6 @@ export declare const CurrentCampaignFieldsFragmentDoc: import("graphql").Documen
|
|
|
13467
13209
|
export declare const HistoricalScoreFieldsFragmentDoc: import("graphql").DocumentNode;
|
|
13468
13210
|
export declare const HistoricalScoresPeriodFieldsFragmentDoc: import("graphql").DocumentNode;
|
|
13469
13211
|
export declare const CampaignFieldsFragmentDoc: import("graphql").DocumentNode;
|
|
13470
|
-
export declare const DonationThankYouFieldsFragmentDoc: import("graphql").DocumentNode;
|
|
13471
13212
|
export declare const BrowseCampaignFieldsFragmentDoc: import("graphql").DocumentNode;
|
|
13472
13213
|
export declare const DonationFieldsFragmentDoc: import("graphql").DocumentNode;
|
|
13473
13214
|
export declare const DonationAthleteRefFragmentDoc: import("graphql").DocumentNode;
|
|
@@ -13594,10 +13335,6 @@ export declare const GetReceiptDocument: import("graphql").DocumentNode;
|
|
|
13594
13335
|
export declare const GetTransactionDetailsDocument: import("graphql").DocumentNode;
|
|
13595
13336
|
export declare const GetAllTransactionsDocument: import("graphql").DocumentNode;
|
|
13596
13337
|
export declare const GetTransactionsPaginatedDocument: import("graphql").DocumentNode;
|
|
13597
|
-
export declare const CampaignThankYousDocument: import("graphql").DocumentNode;
|
|
13598
|
-
export declare const DonationThankYouDocument: import("graphql").DocumentNode;
|
|
13599
|
-
export declare const UpdateThankYouTemplateDocument: import("graphql").DocumentNode;
|
|
13600
|
-
export declare const SendThankYouDocument: import("graphql").DocumentNode;
|
|
13601
13338
|
export declare const GetEmailCampaignsDocument: import("graphql").DocumentNode;
|
|
13602
13339
|
export declare const GetAudiencePreviewDocument: import("graphql").DocumentNode;
|
|
13603
13340
|
export declare const GetSendGridTemplatesDocument: import("graphql").DocumentNode;
|
|
@@ -13827,10 +13564,6 @@ export declare function getSdk(client: GraphQLClient, withWrapper?: SdkFunctionW
|
|
|
13827
13564
|
GetTransactionDetails(variables: GetTransactionDetailsQueryVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<GetTransactionDetailsQuery>;
|
|
13828
13565
|
GetAllTransactions(variables?: GetAllTransactionsQueryVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<GetAllTransactionsQuery>;
|
|
13829
13566
|
GetTransactionsPaginated(variables?: GetTransactionsPaginatedQueryVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<GetTransactionsPaginatedQuery>;
|
|
13830
|
-
CampaignThankYous(variables: CampaignThankYousQueryVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<CampaignThankYousQuery>;
|
|
13831
|
-
DonationThankYou(variables: DonationThankYouQueryVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<DonationThankYouQuery>;
|
|
13832
|
-
UpdateThankYouTemplate(variables: UpdateThankYouTemplateMutationVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<UpdateThankYouTemplateMutation>;
|
|
13833
|
-
SendThankYou(variables: SendThankYouMutationVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<SendThankYouMutation>;
|
|
13834
13567
|
GetEmailCampaigns(variables?: GetEmailCampaignsQueryVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<GetEmailCampaignsQuery>;
|
|
13835
13568
|
GetAudiencePreview(variables: GetAudiencePreviewQueryVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<GetAudiencePreviewQuery>;
|
|
13836
13569
|
GetSendGridTemplates(variables?: GetSendGridTemplatesQueryVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<GetSendGridTemplatesQuery>;
|
package/src/generated/graphql.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.EditProfileValueDocument = exports.EditAboutMeDocument = exports.QueryAthletesWithFiltersDocument = exports.QueryAthleteFundingCampaignsDocument = exports.GetSponsorAthletesForTenantDocument = exports.GetRecommendedAthletesDocument = exports.SearchAthletesDocument = exports.GetAthletesDocument = exports.FindAthleteForIdPublicDocument = exports.FindAthleteForUserDocument = exports.RegisterAthleteDocument = exports.MarkAiCoachNudgeReadDocument = exports.GetAiCoachUnreadNudgeCountDocument = exports.GetAiCoachNudgesDocument = exports.UpdateAiCoachConfigDocument = exports.SendAiCoachMessageDocument = exports.GetAiCoachConfigDocument = exports.GetAiCoachThreadMessagesDocument = exports.GetAiCoachThreadHistoryDocument = exports.GetAiCoachThreadDocument = exports.PaginationInfoFieldsFragmentDoc = exports.SponsorshipFullFieldsFragmentDoc = exports.BrandFullFieldsFragmentDoc = exports.Awss3FileFieldsFragmentDoc = exports.PaginationFieldsFragmentDoc = exports.OfferBrandBasicFragmentDoc = exports.OfferImageFieldsFragmentDoc = exports.OfferBasicFieldsFragmentDoc = exports.NotificationFieldsFragmentDoc = exports.S3UploadFieldsFragmentDoc = exports.AlbumFieldsFragmentDoc = exports.DonationAthleteRefFragmentDoc = exports.DonationFieldsFragmentDoc = exports.BrowseCampaignFieldsFragmentDoc = exports.
|
|
4
|
-
exports.RefreshTokenDocument = exports.ValidateUserCredentialsVtxDocument = exports.LoginUserFromCredentialsVtxDocument = exports.CreateUserAndLoginDocument = exports.LoginUserFromEmailDocument = exports.GetBudgetItemsUnitsDocument = exports.GetBudgetConceptsDocument = exports.EditCompetitionBudgetForCampaignDocument = exports.EditCampaignBudgetDocument = exports.EditCompetitionBudgetDocument = exports.AddCompetitionBudgetDocument = exports.DeleteCompetitionBudgetDocument = exports.GetBudgetsByAthleteDocument = exports.MergeSportsEventsDocument = exports.DeleteSportsEventDocument = exports.UpdateSportsEventDocument = exports.CreateSportsEventDocument = exports.GetSportsEventsPaginatedDocument = exports.GetSportsEventsDocument = exports.GetPublicAthleteIntegrationStatusDocument = exports.GetPostsWithComparisonDocument = exports.GetSocialAggregatesDocument = exports.GetAthleteActivityDatesDocument = exports.GetAthleteComponentSummaryDocument = exports.GetAthleteActivityDetailDocument = exports.GetAthleteActivitiesDocument = exports.GetAthleteRankContextDocument = exports.GetAthleteRankHistoryDocument = exports.GetAthleteScoreHistoryDocument = exports.GetAthleteDashboardDocument = exports.GetMyHistoricalScoresPeriodDocument = exports.GetAthleteHistoricalScoresPeriodDocument = exports.GetMyHistoricalScoresDocument = exports.GetAthleteHistoricalScoresDocument = exports.CheckScoreRefreshCapabilitiesDocument = exports.ForceRefreshAthleteScoresDocument = exports.UpdateAthleteCompetitionScoresDocument = exports.UpdateAthleteScoresDocument = exports.DeleteMembershipAffiliationDocument = exports.CreateAthleteMembershipAffilationDocument = exports.GetMembershipOrganizationsDocument = exports.CreateMembershipOrganizationDocument = exports.SaveAthleteCompetitionResultDocument = exports.ForceDeleteAthleteCompetitionDocument = exports.VerifyAthleteCompetitionLinkedForDeleteDocument = exports.DeleteAthleteCompetitionDocument = exports.GetAthleteMembershipsDocument = exports.GetAthleteCompetitionsDocument = exports.AddAthleteCompetitionDocument =
|
|
5
|
-
exports.
|
|
6
|
-
exports.UpdateOfferDocument = exports.CreateOfferDocument = exports.UpdateNotificationPreferencesDocument = exports.UnregisterDeviceTokenDocument = exports.RegisterDeviceTokenDocument = exports.DismissNotificationDocument = exports.MarkAllNotificationsAsReadDocument = exports.MarkNotificationAsReadDocument = exports.MyNotificationPreferencesDocument = exports.NotificationUnreadCountDocument = exports.MyNotificationsDocument = exports.DeleteUploadedTypeKeyFileDocument = exports.DeleteAlbumFotosDocument = exports.ReorderAlbumsDocument = exports.DeleteAthleteAlbumDocument = exports.CreateAthleteAlbumDocument = exports.EditAlbumsPicturesDocument = exports.AddAlbumPicturesDocument = exports.GetAndSetAlbumByIdDocument = exports.GetAthleteAlbumsByIdDocument = exports.GetPublicAthleteAlbumsDocument = exports.GetAthleteAlbumsDocument = exports.GetVtxS3UploadUrlDocument = exports.GetS3UploadUrlDocument = exports.RebuildLeaderboardCacheDocument = exports.GetUserRankDocument = exports.GetLeaderboardDocument = exports.UnlinkInstagramDocument = exports.UpdateAthleteIntegrationDocument = exports.GetStravaLoginUrlDocument = exports.GetAthleteIntegrationsDocument = exports.GetAthleteInstagramIntegrationDocument = exports.GetAthleteStravaIntegrationDocument = exports.GetAthleteIntegrationsByAthleteDocument = exports.MyFollowedAthletesDocument = exports.IsFollowingAthleteDocument = exports.UnfollowAthleteDocument = exports.FollowAthleteDocument = exports.DeleteEmailSegmentDocument = exports.UpdateEmailSegmentDocument = exports.CreateEmailSegmentDocument = exports.CancelScheduledEmailDocument = exports.ScheduleEmailCampaignDocument = exports.SendBulkEmailDocument = exports.SendTestEmailDocument =
|
|
7
|
-
exports.RegisterNewDomainTenantWithLoginDocument = exports.RegisterNewDomainTenantDocument = exports.GetUserImagesFromEmailDocument = exports.FindVtxUserDocument = exports.FindUserByEmailDocument = exports.CreateCityDocument = exports.CreateStateDocument = exports.CreateCountryDocument = exports.CreateSportLevelDocument = exports.UpdateSportDocument = exports.CreateSportDocument = exports.GetStateCitiesDocument = exports.GetCountryStatesDocument = exports.GetStatesDocument = exports.GetCountriesDocument = exports.GetSportLevelsDocument = exports.GetSportsPaginatedDocument = exports.GetSportsDocument = exports.CreateSponsorshipDocument = exports.GetTenantSponsorshipsDocument = exports.GetPublicSponsorshipsDocument = exports.DeleteSponsorDocument = exports.UpdateSponsorDocument = exports.CreateSponsorDocument = exports.GetSponsorsPaginatedDocument = exports.GetSponsorsDocument = exports.UnlinkBrandFromSponsorDocument = exports.LinkBrandToSponsorDocument = exports.DeleteBrandDocument = exports.UpdateBrandDocument = exports.CreateBrandDocument = exports.GetBrandsPaginatedDocument = exports.GetBrandsDocument = exports.FindBrandByNameDocument = exports.GetOnboardingProgressDocument = exports.UpdateOnboardingProgressDocument = exports.DeleteOnboardingAthleteDocument = exports.GetMyOfferClaimsDocument = exports.GetOffersForAthleteDocument = exports.GetOfferByIdDocument = exports.OffersWithEligibilityDocument = exports.GetOffersPaginatedDocument = exports.GetOffersDocument = exports.RemoveOfferClaimDocument = exports.ClaimOfferDocument =
|
|
8
|
-
exports.GetDatabaseTextFileDocument = exports.GetUsersPaginatedDocument = exports.GetAllUsersDocument = exports.ScreenNameAvailabilityDocument = exports.FindCityByIdDocument = exports.FindCitiesStartingWithDocument =
|
|
3
|
+
exports.EditPictureDocument = exports.EditProfileValueDocument = exports.EditAboutMeDocument = exports.QueryAthletesWithFiltersDocument = exports.QueryAthleteFundingCampaignsDocument = exports.GetSponsorAthletesForTenantDocument = exports.GetRecommendedAthletesDocument = exports.SearchAthletesDocument = exports.GetAthletesDocument = exports.FindAthleteForIdPublicDocument = exports.FindAthleteForUserDocument = exports.RegisterAthleteDocument = exports.MarkAiCoachNudgeReadDocument = exports.GetAiCoachUnreadNudgeCountDocument = exports.GetAiCoachNudgesDocument = exports.UpdateAiCoachConfigDocument = exports.SendAiCoachMessageDocument = exports.GetAiCoachConfigDocument = exports.GetAiCoachThreadMessagesDocument = exports.GetAiCoachThreadHistoryDocument = exports.GetAiCoachThreadDocument = exports.PaginationInfoFieldsFragmentDoc = exports.SponsorshipFullFieldsFragmentDoc = exports.BrandFullFieldsFragmentDoc = exports.Awss3FileFieldsFragmentDoc = exports.PaginationFieldsFragmentDoc = exports.OfferBrandBasicFragmentDoc = exports.OfferImageFieldsFragmentDoc = exports.OfferBasicFieldsFragmentDoc = exports.NotificationFieldsFragmentDoc = exports.S3UploadFieldsFragmentDoc = exports.AlbumFieldsFragmentDoc = exports.DonationAthleteRefFragmentDoc = exports.DonationFieldsFragmentDoc = exports.BrowseCampaignFieldsFragmentDoc = exports.CampaignFieldsFragmentDoc = exports.HistoricalScoresPeriodFieldsFragmentDoc = exports.HistoricalScoreFieldsFragmentDoc = exports.CurrentCampaignFieldsFragmentDoc = exports.CampaignLocationFieldsFragmentDoc = exports.StandardAthleteFieldsFragmentDoc = exports.CompetitionEventFieldsFragmentDoc = exports.FileFieldsFragmentDoc = exports.RankingFieldsFragmentDoc = exports.LocationFieldsFragmentDoc = exports.CityFieldsFragmentDoc = exports.AiCoachNudgeFieldsFragmentDoc = exports.AiCoachConfigFieldsFragmentDoc = exports.AiCoachMessageFieldsFragmentDoc = exports.AiCoachThreadFieldsFragmentDoc = void 0;
|
|
4
|
+
exports.IsUserSuspendedDocument = exports.RefreshTokenDocument = exports.ValidateUserCredentialsVtxDocument = exports.LoginUserFromCredentialsVtxDocument = exports.CreateUserAndLoginDocument = exports.LoginUserFromEmailDocument = exports.GetBudgetItemsUnitsDocument = exports.GetBudgetConceptsDocument = exports.EditCompetitionBudgetForCampaignDocument = exports.EditCampaignBudgetDocument = exports.EditCompetitionBudgetDocument = exports.AddCompetitionBudgetDocument = exports.DeleteCompetitionBudgetDocument = exports.GetBudgetsByAthleteDocument = exports.MergeSportsEventsDocument = exports.DeleteSportsEventDocument = exports.UpdateSportsEventDocument = exports.CreateSportsEventDocument = exports.GetSportsEventsPaginatedDocument = exports.GetSportsEventsDocument = exports.GetPublicAthleteIntegrationStatusDocument = exports.GetPostsWithComparisonDocument = exports.GetSocialAggregatesDocument = exports.GetAthleteActivityDatesDocument = exports.GetAthleteComponentSummaryDocument = exports.GetAthleteActivityDetailDocument = exports.GetAthleteActivitiesDocument = exports.GetAthleteRankContextDocument = exports.GetAthleteRankHistoryDocument = exports.GetAthleteScoreHistoryDocument = exports.GetAthleteDashboardDocument = exports.GetMyHistoricalScoresPeriodDocument = exports.GetAthleteHistoricalScoresPeriodDocument = exports.GetMyHistoricalScoresDocument = exports.GetAthleteHistoricalScoresDocument = exports.CheckScoreRefreshCapabilitiesDocument = exports.ForceRefreshAthleteScoresDocument = exports.UpdateAthleteCompetitionScoresDocument = exports.UpdateAthleteScoresDocument = exports.DeleteMembershipAffiliationDocument = exports.CreateAthleteMembershipAffilationDocument = exports.GetMembershipOrganizationsDocument = exports.CreateMembershipOrganizationDocument = exports.SaveAthleteCompetitionResultDocument = exports.ForceDeleteAthleteCompetitionDocument = exports.VerifyAthleteCompetitionLinkedForDeleteDocument = exports.DeleteAthleteCompetitionDocument = exports.GetAthleteMembershipsDocument = exports.GetAthleteCompetitionsDocument = exports.AddAthleteCompetitionDocument = void 0;
|
|
5
|
+
exports.CloneEmailCampaignDocument = exports.DeleteEmailCampaignDocument = exports.UpdateEmailCampaignDocument = exports.CreateEmailCampaignDocument = exports.GetEmailSegmentsDocument = exports.GetSendGridTemplatePreviewDocument = exports.GetSendGridTemplatesDocument = exports.GetAudiencePreviewDocument = exports.GetEmailCampaignsDocument = exports.GetTransactionsPaginatedDocument = exports.GetAllTransactionsDocument = exports.GetTransactionDetailsDocument = exports.GetReceiptDocument = exports.GetReceiptUrlDocument = exports.CreateStripeAccountLinkDocument = exports.CreateStripeLoginLinkDocument = exports.CreateStripeCheckoutSessionDocument = exports.CreateAthleteStripeSessionDocument = exports.CreateStripeAccountDocument = exports.StripeQueryDocument = exports.GetStripeBalanceDocument = exports.GetDonationsPaginatedDocument = exports.GetDonationDatesForCalendarDocument = exports.GetDonationsByUserDocument = exports.GetDonationsToMeDocument = exports.GetDonationsToAthleteDocument = exports.GetDonationsByMemberDocument = exports.GetDonationsByAthleteDocument = exports.SetCurrentCampaignDocument = exports.SetFundingStatusDocument = exports.DeleteFundingCampaignsDocument = exports.DeleteFundingCampaignDocument = exports.UpdateFundingCampaignDocument = exports.CreateFundingCampaignDocument = exports.BrowseCampaignsDocument = exports.GetAthleteCampaignsDocument = exports.ValidateTokenDocument = exports.DeleteVtxUserDocument = exports.DeleteMyAccountDocument = exports.UpdateUserSuspendedStatusDocument = exports.ResetUserPasswordDocument = exports.VerifyCodeDocument = exports.GetResetVerificationCodeDocument = exports.CreateResetPasswordCodeDocument = exports.ConfirmAthleteUserRegistrationDocument = exports.ConfirmAthleteUserRegistrationAndLoginDocument = exports.PreRegisterAthleteUserDocument = exports.RegisterSponsorUserDocument = exports.RegisterAthleteUserDocument = exports.RegisterUserDocument = void 0;
|
|
6
|
+
exports.UploadCouponCodesDocument = exports.DeactivateOfferDocument = exports.ActivateOfferDocument = exports.SetOfferStatusDocument = exports.DeleteOfferDocument = exports.UpdateOfferDocument = exports.CreateOfferDocument = exports.UpdateNotificationPreferencesDocument = exports.UnregisterDeviceTokenDocument = exports.RegisterDeviceTokenDocument = exports.DismissNotificationDocument = exports.MarkAllNotificationsAsReadDocument = exports.MarkNotificationAsReadDocument = exports.MyNotificationPreferencesDocument = exports.NotificationUnreadCountDocument = exports.MyNotificationsDocument = exports.DeleteUploadedTypeKeyFileDocument = exports.DeleteAlbumFotosDocument = exports.ReorderAlbumsDocument = exports.DeleteAthleteAlbumDocument = exports.CreateAthleteAlbumDocument = exports.EditAlbumsPicturesDocument = exports.AddAlbumPicturesDocument = exports.GetAndSetAlbumByIdDocument = exports.GetAthleteAlbumsByIdDocument = exports.GetPublicAthleteAlbumsDocument = exports.GetAthleteAlbumsDocument = exports.GetVtxS3UploadUrlDocument = exports.GetS3UploadUrlDocument = exports.RebuildLeaderboardCacheDocument = exports.GetUserRankDocument = exports.GetLeaderboardDocument = exports.UnlinkInstagramDocument = exports.UpdateAthleteIntegrationDocument = exports.GetStravaLoginUrlDocument = exports.GetAthleteIntegrationsDocument = exports.GetAthleteInstagramIntegrationDocument = exports.GetAthleteStravaIntegrationDocument = exports.GetAthleteIntegrationsByAthleteDocument = exports.MyFollowedAthletesDocument = exports.IsFollowingAthleteDocument = exports.UnfollowAthleteDocument = exports.FollowAthleteDocument = exports.DeleteEmailSegmentDocument = exports.UpdateEmailSegmentDocument = exports.CreateEmailSegmentDocument = exports.CancelScheduledEmailDocument = exports.ScheduleEmailCampaignDocument = exports.SendBulkEmailDocument = exports.SendTestEmailDocument = void 0;
|
|
7
|
+
exports.SendAthleteInvitationsDocument = exports.FindSponsorAthleteInvitationDocument = exports.FindMemberForUserDocument = exports.RegisterMemberDocument = exports.RegisterUserToDomainFromEmailDocument = exports.RegisterNewDomainTenantWithLoginDocument = exports.RegisterNewDomainTenantDocument = exports.GetUserImagesFromEmailDocument = exports.FindVtxUserDocument = exports.FindUserByEmailDocument = exports.CreateCityDocument = exports.CreateStateDocument = exports.CreateCountryDocument = exports.CreateSportLevelDocument = exports.UpdateSportDocument = exports.CreateSportDocument = exports.GetStateCitiesDocument = exports.GetCountryStatesDocument = exports.GetStatesDocument = exports.GetCountriesDocument = exports.GetSportLevelsDocument = exports.GetSportsPaginatedDocument = exports.GetSportsDocument = exports.CreateSponsorshipDocument = exports.GetTenantSponsorshipsDocument = exports.GetPublicSponsorshipsDocument = exports.DeleteSponsorDocument = exports.UpdateSponsorDocument = exports.CreateSponsorDocument = exports.GetSponsorsPaginatedDocument = exports.GetSponsorsDocument = exports.UnlinkBrandFromSponsorDocument = exports.LinkBrandToSponsorDocument = exports.DeleteBrandDocument = exports.UpdateBrandDocument = exports.CreateBrandDocument = exports.GetBrandsPaginatedDocument = exports.GetBrandsDocument = exports.FindBrandByNameDocument = exports.GetOnboardingProgressDocument = exports.UpdateOnboardingProgressDocument = exports.DeleteOnboardingAthleteDocument = exports.GetMyOfferClaimsDocument = exports.GetOffersForAthleteDocument = exports.GetOfferByIdDocument = exports.OffersWithEligibilityDocument = exports.GetOffersPaginatedDocument = exports.GetOffersDocument = exports.RemoveOfferClaimDocument = exports.ClaimOfferDocument = void 0;
|
|
8
|
+
exports.GetDatabaseTextFileDocument = exports.GetUsersPaginatedDocument = exports.GetAllUsersDocument = exports.ScreenNameAvailabilityDocument = exports.FindCityByIdDocument = exports.FindCitiesStartingWithDocument = void 0;
|
|
9
9
|
exports.getSdk = getSdk;
|
|
10
10
|
const graphql_tag_1 = require("graphql-tag");
|
|
11
11
|
exports.AiCoachThreadFieldsFragmentDoc = (0, graphql_tag_1.default) `
|
|
@@ -521,21 +521,6 @@ exports.CampaignFieldsFragmentDoc = (0, graphql_tag_1.default) `
|
|
|
521
521
|
size
|
|
522
522
|
useType
|
|
523
523
|
}
|
|
524
|
-
thankYouMessage
|
|
525
|
-
thankYouMediaUrl
|
|
526
|
-
autoSendThankYou
|
|
527
|
-
}
|
|
528
|
-
`;
|
|
529
|
-
exports.DonationThankYouFieldsFragmentDoc = (0, graphql_tag_1.default) `
|
|
530
|
-
fragment DonationThankYouFields on DonationThankYou {
|
|
531
|
-
_id
|
|
532
|
-
message
|
|
533
|
-
mediaUrl
|
|
534
|
-
autoSent
|
|
535
|
-
emailSent
|
|
536
|
-
donorEmail
|
|
537
|
-
donorName
|
|
538
|
-
sentDate
|
|
539
524
|
}
|
|
540
525
|
`;
|
|
541
526
|
exports.BrowseCampaignFieldsFragmentDoc = (0, graphql_tag_1.default) `
|
|
@@ -3338,34 +3323,6 @@ exports.GetTransactionsPaginatedDocument = (0, graphql_tag_1.default) `
|
|
|
3338
3323
|
}
|
|
3339
3324
|
}
|
|
3340
3325
|
`;
|
|
3341
|
-
exports.CampaignThankYousDocument = (0, graphql_tag_1.default) `
|
|
3342
|
-
query CampaignThankYous($campaignId: String!) {
|
|
3343
|
-
campaignThankYous(campaignId: $campaignId) {
|
|
3344
|
-
...DonationThankYouFields
|
|
3345
|
-
}
|
|
3346
|
-
}
|
|
3347
|
-
${exports.DonationThankYouFieldsFragmentDoc}`;
|
|
3348
|
-
exports.DonationThankYouDocument = (0, graphql_tag_1.default) `
|
|
3349
|
-
query DonationThankYou($donationId: String!) {
|
|
3350
|
-
donationThankYou(donationId: $donationId) {
|
|
3351
|
-
...DonationThankYouFields
|
|
3352
|
-
}
|
|
3353
|
-
}
|
|
3354
|
-
${exports.DonationThankYouFieldsFragmentDoc}`;
|
|
3355
|
-
exports.UpdateThankYouTemplateDocument = (0, graphql_tag_1.default) `
|
|
3356
|
-
mutation UpdateThankYouTemplate($input: UpdateThankYouTemplateDto!) {
|
|
3357
|
-
updateThankYouTemplate(input: $input) {
|
|
3358
|
-
...CampaignFields
|
|
3359
|
-
}
|
|
3360
|
-
}
|
|
3361
|
-
${exports.CampaignFieldsFragmentDoc}`;
|
|
3362
|
-
exports.SendThankYouDocument = (0, graphql_tag_1.default) `
|
|
3363
|
-
mutation SendThankYou($input: SendThankYouDto!) {
|
|
3364
|
-
sendThankYou(input: $input) {
|
|
3365
|
-
...DonationThankYouFields
|
|
3366
|
-
}
|
|
3367
|
-
}
|
|
3368
|
-
${exports.DonationThankYouFieldsFragmentDoc}`;
|
|
3369
3326
|
exports.GetEmailCampaignsDocument = (0, graphql_tag_1.default) `
|
|
3370
3327
|
query GetEmailCampaigns($status: String, $search: String, $page: Int = 1, $limit: Int = 20) {
|
|
3371
3328
|
getEmailCampaigns(status: $status, search: $search, page: $page, limit: $limit) {
|
|
@@ -5516,18 +5473,6 @@ function getSdk(client, withWrapper = defaultWrapper) {
|
|
|
5516
5473
|
GetTransactionsPaginated(variables, requestHeaders, signal) {
|
|
5517
5474
|
return withWrapper((wrappedRequestHeaders) => client.request({ document: exports.GetTransactionsPaginatedDocument, variables, requestHeaders: { ...requestHeaders, ...wrappedRequestHeaders }, signal }), 'GetTransactionsPaginated', 'query', variables);
|
|
5518
5475
|
},
|
|
5519
|
-
CampaignThankYous(variables, requestHeaders, signal) {
|
|
5520
|
-
return withWrapper((wrappedRequestHeaders) => client.request({ document: exports.CampaignThankYousDocument, variables, requestHeaders: { ...requestHeaders, ...wrappedRequestHeaders }, signal }), 'CampaignThankYous', 'query', variables);
|
|
5521
|
-
},
|
|
5522
|
-
DonationThankYou(variables, requestHeaders, signal) {
|
|
5523
|
-
return withWrapper((wrappedRequestHeaders) => client.request({ document: exports.DonationThankYouDocument, variables, requestHeaders: { ...requestHeaders, ...wrappedRequestHeaders }, signal }), 'DonationThankYou', 'query', variables);
|
|
5524
|
-
},
|
|
5525
|
-
UpdateThankYouTemplate(variables, requestHeaders, signal) {
|
|
5526
|
-
return withWrapper((wrappedRequestHeaders) => client.request({ document: exports.UpdateThankYouTemplateDocument, variables, requestHeaders: { ...requestHeaders, ...wrappedRequestHeaders }, signal }), 'UpdateThankYouTemplate', 'mutation', variables);
|
|
5527
|
-
},
|
|
5528
|
-
SendThankYou(variables, requestHeaders, signal) {
|
|
5529
|
-
return withWrapper((wrappedRequestHeaders) => client.request({ document: exports.SendThankYouDocument, variables, requestHeaders: { ...requestHeaders, ...wrappedRequestHeaders }, signal }), 'SendThankYou', 'mutation', variables);
|
|
5530
|
-
},
|
|
5531
5476
|
GetEmailCampaigns(variables, requestHeaders, signal) {
|
|
5532
5477
|
return withWrapper((wrappedRequestHeaders) => client.request({ document: exports.GetEmailCampaignsDocument, variables, requestHeaders: { ...requestHeaders, ...wrappedRequestHeaders }, signal }), 'GetEmailCampaigns', 'query', variables);
|
|
5533
5478
|
},
|