@vertikalx/vtx-backend-client 1.0.0-dev.82 → 1.0.0-dev.84
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 +12 -1
- package/src/api/vtx-base-api.js +1066 -0
- package/src/api/vtx-base-api.js.map +1 -1
- package/src/client/schema.d.ts +577 -8
- package/src/client/schema.graphql +291 -9
- package/src/client/schema.js +122 -2
- package/src/client/schema.js.map +1 -1
- package/src/client/types.d.ts +307 -9
- package/src/client/types.js +1076 -303
- package/src/client/types.js.map +1 -1
- package/tsconfig.lib.tsbuildinfo +1 -1
package/src/client/schema.d.ts
CHANGED
|
@@ -3,6 +3,7 @@ export type Scalars = {
|
|
|
3
3
|
Boolean: boolean;
|
|
4
4
|
DateTime: any;
|
|
5
5
|
Float: number;
|
|
6
|
+
JSONObject: any;
|
|
6
7
|
};
|
|
7
8
|
export interface User {
|
|
8
9
|
_id: Scalars['String'];
|
|
@@ -267,6 +268,25 @@ export interface AWSS3CallResult {
|
|
|
267
268
|
errors: (Scalars['String'][] | null);
|
|
268
269
|
__typename: 'AWSS3CallResult';
|
|
269
270
|
}
|
|
271
|
+
export interface DatabaseFile {
|
|
272
|
+
_id: Scalars['String'];
|
|
273
|
+
identifier: Scalars['String'];
|
|
274
|
+
version: Scalars['String'];
|
|
275
|
+
contentType: Scalars['String'];
|
|
276
|
+
updated: Scalars['DateTime'];
|
|
277
|
+
created: Scalars['DateTime'];
|
|
278
|
+
__typename: 'DatabaseFile';
|
|
279
|
+
}
|
|
280
|
+
export interface TextDatabaseFile {
|
|
281
|
+
_id: Scalars['String'];
|
|
282
|
+
identifier: Scalars['String'];
|
|
283
|
+
version: Scalars['String'];
|
|
284
|
+
contentType: Scalars['String'];
|
|
285
|
+
updated: Scalars['DateTime'];
|
|
286
|
+
created: Scalars['DateTime'];
|
|
287
|
+
content: Scalars['String'];
|
|
288
|
+
__typename: 'TextDatabaseFile';
|
|
289
|
+
}
|
|
270
290
|
export interface CodeVerificationResponse {
|
|
271
291
|
result: Scalars['String'];
|
|
272
292
|
code: (VerificationCode | null);
|
|
@@ -689,6 +709,135 @@ export interface FundRaisingCampaign {
|
|
|
689
709
|
competitions: (AthleteCompetition[] | null);
|
|
690
710
|
__typename: 'FundRaisingCampaign';
|
|
691
711
|
}
|
|
712
|
+
export interface StripeCapabilityType {
|
|
713
|
+
acss_debit_payments: (Scalars['String'] | null);
|
|
714
|
+
affirm_payments: (Scalars['String'] | null);
|
|
715
|
+
afterpay_clearpay_payments: (Scalars['String'] | null);
|
|
716
|
+
alma_payments: (Scalars['String'] | null);
|
|
717
|
+
amazon_pay_payments: (Scalars['String'] | null);
|
|
718
|
+
au_becs_debit_payments: (Scalars['String'] | null);
|
|
719
|
+
bacs_debit_payments: (Scalars['String'] | null);
|
|
720
|
+
bancontact_payments: (Scalars['String'] | null);
|
|
721
|
+
bank_transfer_payments: (Scalars['String'] | null);
|
|
722
|
+
blik_payments: (Scalars['String'] | null);
|
|
723
|
+
boleto_payments: (Scalars['String'] | null);
|
|
724
|
+
card_issuing: (Scalars['String'] | null);
|
|
725
|
+
card_payments: (Scalars['String'] | null);
|
|
726
|
+
cartes_bancaires_payments: (Scalars['String'] | null);
|
|
727
|
+
cashapp_payments: (Scalars['String'] | null);
|
|
728
|
+
eps_payments: (Scalars['String'] | null);
|
|
729
|
+
fpx_payments: (Scalars['String'] | null);
|
|
730
|
+
gb_bank_transfer_payments: (Scalars['String'] | null);
|
|
731
|
+
giropay_payments: (Scalars['String'] | null);
|
|
732
|
+
grabpay_payments: (Scalars['String'] | null);
|
|
733
|
+
ideal_payments: (Scalars['String'] | null);
|
|
734
|
+
india_international_payments: (Scalars['String'] | null);
|
|
735
|
+
jcb_payments: (Scalars['String'] | null);
|
|
736
|
+
jp_bank_transfer_payments: (Scalars['String'] | null);
|
|
737
|
+
kakao_pay_payments: (Scalars['String'] | null);
|
|
738
|
+
klarna_payments: (Scalars['String'] | null);
|
|
739
|
+
konbini_payments: (Scalars['String'] | null);
|
|
740
|
+
kr_card_payments: (Scalars['String'] | null);
|
|
741
|
+
legacy_payments: (Scalars['String'] | null);
|
|
742
|
+
link_payments: (Scalars['String'] | null);
|
|
743
|
+
mobilepay_payments: (Scalars['String'] | null);
|
|
744
|
+
multibanco_payments: (Scalars['String'] | null);
|
|
745
|
+
mx_bank_transfer_payments: (Scalars['String'] | null);
|
|
746
|
+
naver_pay_payments: (Scalars['String'] | null);
|
|
747
|
+
oxxo_payments: (Scalars['String'] | null);
|
|
748
|
+
p24_payments: (Scalars['String'] | null);
|
|
749
|
+
pay_by_bank_payments: (Scalars['String'] | null);
|
|
750
|
+
payco_payments: (Scalars['String'] | null);
|
|
751
|
+
paynow_payments: (Scalars['String'] | null);
|
|
752
|
+
promptpay_payments: (Scalars['String'] | null);
|
|
753
|
+
revolut_pay_payments: (Scalars['String'] | null);
|
|
754
|
+
samsung_pay_payments: (Scalars['String'] | null);
|
|
755
|
+
sepa_bank_transfer_payments: (Scalars['String'] | null);
|
|
756
|
+
sepa_debit_payments: (Scalars['String'] | null);
|
|
757
|
+
sofort_payments: (Scalars['String'] | null);
|
|
758
|
+
swish_payments: (Scalars['String'] | null);
|
|
759
|
+
tax_reporting_us_1099_k: (Scalars['String'] | null);
|
|
760
|
+
tax_reporting_us_1099_misc: (Scalars['String'] | null);
|
|
761
|
+
transfers: (Scalars['String'] | null);
|
|
762
|
+
treasury: (Scalars['String'] | null);
|
|
763
|
+
twint_payments: (Scalars['String'] | null);
|
|
764
|
+
us_bank_account_ach_payments: (Scalars['String'] | null);
|
|
765
|
+
us_bank_transfer_payments: (Scalars['String'] | null);
|
|
766
|
+
zip_payments: (Scalars['String'] | null);
|
|
767
|
+
__typename: 'StripeCapabilityType';
|
|
768
|
+
}
|
|
769
|
+
export interface StripeRequirementAlternativeType {
|
|
770
|
+
alternative_fields_due: Scalars['String'][];
|
|
771
|
+
original_fields_due: Scalars['String'][];
|
|
772
|
+
__typename: 'StripeRequirementAlternativeType';
|
|
773
|
+
}
|
|
774
|
+
export interface StripeFutureRequirementAlternativeType {
|
|
775
|
+
alternative_fields_due: Scalars['String'][];
|
|
776
|
+
original_fields_due: Scalars['String'][];
|
|
777
|
+
__typename: 'StripeFutureRequirementAlternativeType';
|
|
778
|
+
}
|
|
779
|
+
export interface StripeErrorType {
|
|
780
|
+
code: Scalars['String'];
|
|
781
|
+
reason: Scalars['String'];
|
|
782
|
+
requirement: Scalars['String'];
|
|
783
|
+
__typename: 'StripeErrorType';
|
|
784
|
+
}
|
|
785
|
+
export interface StripeRequirementType {
|
|
786
|
+
alternatives: (StripeRequirementAlternativeType[] | null);
|
|
787
|
+
current_deadline: (Scalars['DateTime'] | null);
|
|
788
|
+
currently_due: (Scalars['String'][] | null);
|
|
789
|
+
disabled_reason: (Scalars['String'] | null);
|
|
790
|
+
errors: (StripeErrorType[] | null);
|
|
791
|
+
eventually_due: (Scalars['String'][] | null);
|
|
792
|
+
past_due: (Scalars['String'][] | null);
|
|
793
|
+
pending_verification: (Scalars['String'][] | null);
|
|
794
|
+
__typename: 'StripeRequirementType';
|
|
795
|
+
}
|
|
796
|
+
export interface StripeFutureRequirementType {
|
|
797
|
+
alternatives: (StripeFutureRequirementAlternativeType[] | null);
|
|
798
|
+
current_deadline: (Scalars['DateTime'] | null);
|
|
799
|
+
currently_due: (Scalars['String'][] | null);
|
|
800
|
+
disabled_reason: (Scalars['String'] | null);
|
|
801
|
+
errors: (StripeErrorType[] | null);
|
|
802
|
+
eventually_due: (Scalars['String'][] | null);
|
|
803
|
+
past_due: (Scalars['String'][] | null);
|
|
804
|
+
pending_verification: (Scalars['String'][] | null);
|
|
805
|
+
__typename: 'StripeFutureRequirementType';
|
|
806
|
+
}
|
|
807
|
+
export interface StripeAccount {
|
|
808
|
+
id: Scalars['String'];
|
|
809
|
+
object: Scalars['String'];
|
|
810
|
+
business_type: (Scalars['String'] | null);
|
|
811
|
+
country: Scalars['String'];
|
|
812
|
+
email: (Scalars['String'] | null);
|
|
813
|
+
capabilities: (StripeCapabilityType | null);
|
|
814
|
+
requirements: (StripeRequirementType | null);
|
|
815
|
+
future_requirements: (StripeFutureRequirementType | null);
|
|
816
|
+
type: Scalars['String'];
|
|
817
|
+
charges_enabled: Scalars['Boolean'];
|
|
818
|
+
payouts_enabled: Scalars['Boolean'];
|
|
819
|
+
created: (Scalars['DateTime'] | null);
|
|
820
|
+
default_currency: (Scalars['String'] | null);
|
|
821
|
+
__typename: 'StripeAccount';
|
|
822
|
+
}
|
|
823
|
+
export interface StripeAccountReference {
|
|
824
|
+
_id: Scalars['String'];
|
|
825
|
+
stripeAccountId: Scalars['String'];
|
|
826
|
+
account: (StripeAccount | null);
|
|
827
|
+
__typename: 'StripeAccountReference';
|
|
828
|
+
}
|
|
829
|
+
export interface PhotoAlbum {
|
|
830
|
+
_id: Scalars['String'];
|
|
831
|
+
photo: (AWSS3File | null);
|
|
832
|
+
__typename: 'PhotoAlbum';
|
|
833
|
+
}
|
|
834
|
+
export interface Album {
|
|
835
|
+
_id: Scalars['String'];
|
|
836
|
+
label: Scalars['String'];
|
|
837
|
+
description: (Scalars['String'] | null);
|
|
838
|
+
photos: (PhotoAlbum[] | null);
|
|
839
|
+
__typename: 'Album';
|
|
840
|
+
}
|
|
692
841
|
export interface AthleteReference {
|
|
693
842
|
_id: Scalars['String'];
|
|
694
843
|
firstName: Scalars['String'];
|
|
@@ -710,6 +859,7 @@ export interface AthleteReference {
|
|
|
710
859
|
totalPastCompetitions: (Scalars['Float'] | null);
|
|
711
860
|
profilePicture: (AWSS3File | null);
|
|
712
861
|
cardPicture: (AWSS3File | null);
|
|
862
|
+
bannerPicture: (AWSS3File | null);
|
|
713
863
|
aboutMe: (Scalars['String'] | null);
|
|
714
864
|
preferences: AthletePreferences;
|
|
715
865
|
__typename: 'AthleteReference';
|
|
@@ -735,6 +885,7 @@ export interface Athlete {
|
|
|
735
885
|
totalPastCompetitions: (Scalars['Float'] | null);
|
|
736
886
|
profilePicture: (AWSS3File | null);
|
|
737
887
|
cardPicture: (AWSS3File | null);
|
|
888
|
+
bannerPicture: (AWSS3File | null);
|
|
738
889
|
aboutMe: (Scalars['String'] | null);
|
|
739
890
|
preferences: AthletePreferences;
|
|
740
891
|
allSports: (Sport[] | null);
|
|
@@ -746,6 +897,8 @@ export interface Athlete {
|
|
|
746
897
|
channels: (Channel[] | null);
|
|
747
898
|
currentCampaign: (FundRaisingCampaign | null);
|
|
748
899
|
fundingCampaigns: (FundRaisingCampaign[] | null);
|
|
900
|
+
stripeAccountReference: (StripeAccountReference | null);
|
|
901
|
+
albums: (Album[] | null);
|
|
749
902
|
__typename: 'Athlete';
|
|
750
903
|
}
|
|
751
904
|
export interface SponsorAthleteInvitation {
|
|
@@ -766,6 +919,19 @@ export interface StravaToken {
|
|
|
766
919
|
access_token: Scalars['String'];
|
|
767
920
|
__typename: 'StravaToken';
|
|
768
921
|
}
|
|
922
|
+
export interface StripeSession {
|
|
923
|
+
account: Scalars['String'];
|
|
924
|
+
client_secret: Scalars['String'];
|
|
925
|
+
expires_at: Scalars['Float'];
|
|
926
|
+
livemode: Scalars['Boolean'];
|
|
927
|
+
__typename: 'StripeSession';
|
|
928
|
+
}
|
|
929
|
+
export interface StripeCheckoutSession {
|
|
930
|
+
client_secret: Scalars['String'];
|
|
931
|
+
expires_at: Scalars['Float'];
|
|
932
|
+
livemode: Scalars['Boolean'];
|
|
933
|
+
__typename: 'StripeCheckoutSession';
|
|
934
|
+
}
|
|
769
935
|
export interface EditValueResponse {
|
|
770
936
|
field: Scalars['String'];
|
|
771
937
|
oldValue: (Scalars['String'] | null);
|
|
@@ -805,6 +971,25 @@ export interface AthleteQueryResponse {
|
|
|
805
971
|
cursor: CursorPaginationResponse;
|
|
806
972
|
__typename: 'AthleteQueryResponse';
|
|
807
973
|
}
|
|
974
|
+
export interface EditPictureResponse {
|
|
975
|
+
field: Scalars['String'];
|
|
976
|
+
oldValue: (AWSS3File | null);
|
|
977
|
+
newValue: (AWSS3File | null);
|
|
978
|
+
changed: Scalars['Boolean'];
|
|
979
|
+
__typename: 'EditPictureResponse';
|
|
980
|
+
}
|
|
981
|
+
export interface AddValuesResponse {
|
|
982
|
+
added: Scalars['String'][];
|
|
983
|
+
failedToAdd: (Scalars['String'][] | null);
|
|
984
|
+
failureReason: (ErrorType[] | null);
|
|
985
|
+
result: Scalars['String'];
|
|
986
|
+
__typename: 'AddValuesResponse';
|
|
987
|
+
}
|
|
988
|
+
export interface StripeObject {
|
|
989
|
+
type: Scalars['String'];
|
|
990
|
+
json: Scalars['JSONObject'];
|
|
991
|
+
__typename: 'StripeObject';
|
|
992
|
+
}
|
|
808
993
|
export interface UserImages {
|
|
809
994
|
profilePictureUrl: (Scalars['String'] | null);
|
|
810
995
|
cardPictureUrl: (Scalars['String'] | null);
|
|
@@ -844,6 +1029,8 @@ export interface Query {
|
|
|
844
1029
|
getSponsorAthletesForTenant: Athlete[];
|
|
845
1030
|
getAthleteCompetitions: AthleteCompetition[];
|
|
846
1031
|
getAthleteMemberships: AthleteMembership[];
|
|
1032
|
+
findAthletebyIdpublic: Athlete;
|
|
1033
|
+
getAthleteAlbums: Album;
|
|
847
1034
|
getSports: Sport[];
|
|
848
1035
|
findSportById: Sport;
|
|
849
1036
|
getSportLevels: SportLevel[];
|
|
@@ -860,6 +1047,8 @@ export interface Query {
|
|
|
860
1047
|
getStravaLoginUrl: Scalars['String'];
|
|
861
1048
|
getSportsEvents: SportsEvent[];
|
|
862
1049
|
getMembershipOrganizations: MembershipOrganizationReference[];
|
|
1050
|
+
stripeQuery: StripeObject;
|
|
1051
|
+
getDatabaseTextFile: TextDatabaseFile;
|
|
863
1052
|
__typename: 'Query';
|
|
864
1053
|
}
|
|
865
1054
|
export interface Mutation {
|
|
@@ -880,8 +1069,12 @@ export interface Mutation {
|
|
|
880
1069
|
sendAthleteInvitations: SponsorAthleteInvitation[];
|
|
881
1070
|
registerAthlete: Athlete;
|
|
882
1071
|
editProfileValue: EditValueResponse;
|
|
1072
|
+
editPicture: EditPictureResponse;
|
|
1073
|
+
AddAlbumPictures: AddValuesResponse;
|
|
1074
|
+
DeletePictureBuket: DeleteSingleValueResponse;
|
|
883
1075
|
addAthleteCompetition: AthleteCompetition;
|
|
884
1076
|
deleteAthleteCompetition: DeleteSingleValueResponse;
|
|
1077
|
+
createAthleteAlbum: Album;
|
|
885
1078
|
createSport: Sport;
|
|
886
1079
|
updateSport: Sport;
|
|
887
1080
|
createSportLevel: SportLevel;
|
|
@@ -898,10 +1091,14 @@ export interface Mutation {
|
|
|
898
1091
|
handleStravaCallback: StravaToken;
|
|
899
1092
|
refreshStravaToken: StravaToken;
|
|
900
1093
|
createSportsEvent: SportsEvent;
|
|
1094
|
+
setFundingStatus: FundRaisingCampaign;
|
|
901
1095
|
createFundingCampaign: FundRaisingCampaign;
|
|
902
1096
|
createMembershipOrganization: MembershipOrganizationReference;
|
|
903
1097
|
createAthleteMembershipAffilation: AthleteMembership;
|
|
904
1098
|
deleteAthleteMembershipAffilation: DeleteSingleValueResponse;
|
|
1099
|
+
createStripeAccount: StripeAccountReference;
|
|
1100
|
+
createAthleteStripeSession: StripeSession;
|
|
1101
|
+
createStripeCheckoutSession: StripeCheckoutSession;
|
|
905
1102
|
__typename: 'Mutation';
|
|
906
1103
|
}
|
|
907
1104
|
export interface UserGenqlSelection {
|
|
@@ -1196,6 +1393,27 @@ export interface AWSS3CallResultGenqlSelection {
|
|
|
1196
1393
|
__typename?: boolean | number;
|
|
1197
1394
|
__scalar?: boolean | number;
|
|
1198
1395
|
}
|
|
1396
|
+
export interface DatabaseFileGenqlSelection {
|
|
1397
|
+
_id?: boolean | number;
|
|
1398
|
+
identifier?: boolean | number;
|
|
1399
|
+
version?: boolean | number;
|
|
1400
|
+
contentType?: boolean | number;
|
|
1401
|
+
updated?: boolean | number;
|
|
1402
|
+
created?: boolean | number;
|
|
1403
|
+
__typename?: boolean | number;
|
|
1404
|
+
__scalar?: boolean | number;
|
|
1405
|
+
}
|
|
1406
|
+
export interface TextDatabaseFileGenqlSelection {
|
|
1407
|
+
_id?: boolean | number;
|
|
1408
|
+
identifier?: boolean | number;
|
|
1409
|
+
version?: boolean | number;
|
|
1410
|
+
contentType?: boolean | number;
|
|
1411
|
+
updated?: boolean | number;
|
|
1412
|
+
created?: boolean | number;
|
|
1413
|
+
content?: boolean | number;
|
|
1414
|
+
__typename?: boolean | number;
|
|
1415
|
+
__scalar?: boolean | number;
|
|
1416
|
+
}
|
|
1199
1417
|
export interface CodeVerificationResponseGenqlSelection {
|
|
1200
1418
|
result?: boolean | number;
|
|
1201
1419
|
code?: VerificationCodeGenqlSelection;
|
|
@@ -1673,6 +1891,145 @@ export interface FundRaisingCampaignGenqlSelection {
|
|
|
1673
1891
|
__typename?: boolean | number;
|
|
1674
1892
|
__scalar?: boolean | number;
|
|
1675
1893
|
}
|
|
1894
|
+
export interface StripeCapabilityTypeGenqlSelection {
|
|
1895
|
+
acss_debit_payments?: boolean | number;
|
|
1896
|
+
affirm_payments?: boolean | number;
|
|
1897
|
+
afterpay_clearpay_payments?: boolean | number;
|
|
1898
|
+
alma_payments?: boolean | number;
|
|
1899
|
+
amazon_pay_payments?: boolean | number;
|
|
1900
|
+
au_becs_debit_payments?: boolean | number;
|
|
1901
|
+
bacs_debit_payments?: boolean | number;
|
|
1902
|
+
bancontact_payments?: boolean | number;
|
|
1903
|
+
bank_transfer_payments?: boolean | number;
|
|
1904
|
+
blik_payments?: boolean | number;
|
|
1905
|
+
boleto_payments?: boolean | number;
|
|
1906
|
+
card_issuing?: boolean | number;
|
|
1907
|
+
card_payments?: boolean | number;
|
|
1908
|
+
cartes_bancaires_payments?: boolean | number;
|
|
1909
|
+
cashapp_payments?: boolean | number;
|
|
1910
|
+
eps_payments?: boolean | number;
|
|
1911
|
+
fpx_payments?: boolean | number;
|
|
1912
|
+
gb_bank_transfer_payments?: boolean | number;
|
|
1913
|
+
giropay_payments?: boolean | number;
|
|
1914
|
+
grabpay_payments?: boolean | number;
|
|
1915
|
+
ideal_payments?: boolean | number;
|
|
1916
|
+
india_international_payments?: boolean | number;
|
|
1917
|
+
jcb_payments?: boolean | number;
|
|
1918
|
+
jp_bank_transfer_payments?: boolean | number;
|
|
1919
|
+
kakao_pay_payments?: boolean | number;
|
|
1920
|
+
klarna_payments?: boolean | number;
|
|
1921
|
+
konbini_payments?: boolean | number;
|
|
1922
|
+
kr_card_payments?: boolean | number;
|
|
1923
|
+
legacy_payments?: boolean | number;
|
|
1924
|
+
link_payments?: boolean | number;
|
|
1925
|
+
mobilepay_payments?: boolean | number;
|
|
1926
|
+
multibanco_payments?: boolean | number;
|
|
1927
|
+
mx_bank_transfer_payments?: boolean | number;
|
|
1928
|
+
naver_pay_payments?: boolean | number;
|
|
1929
|
+
oxxo_payments?: boolean | number;
|
|
1930
|
+
p24_payments?: boolean | number;
|
|
1931
|
+
pay_by_bank_payments?: boolean | number;
|
|
1932
|
+
payco_payments?: boolean | number;
|
|
1933
|
+
paynow_payments?: boolean | number;
|
|
1934
|
+
promptpay_payments?: boolean | number;
|
|
1935
|
+
revolut_pay_payments?: boolean | number;
|
|
1936
|
+
samsung_pay_payments?: boolean | number;
|
|
1937
|
+
sepa_bank_transfer_payments?: boolean | number;
|
|
1938
|
+
sepa_debit_payments?: boolean | number;
|
|
1939
|
+
sofort_payments?: boolean | number;
|
|
1940
|
+
swish_payments?: boolean | number;
|
|
1941
|
+
tax_reporting_us_1099_k?: boolean | number;
|
|
1942
|
+
tax_reporting_us_1099_misc?: boolean | number;
|
|
1943
|
+
transfers?: boolean | number;
|
|
1944
|
+
treasury?: boolean | number;
|
|
1945
|
+
twint_payments?: boolean | number;
|
|
1946
|
+
us_bank_account_ach_payments?: boolean | number;
|
|
1947
|
+
us_bank_transfer_payments?: boolean | number;
|
|
1948
|
+
zip_payments?: boolean | number;
|
|
1949
|
+
__typename?: boolean | number;
|
|
1950
|
+
__scalar?: boolean | number;
|
|
1951
|
+
}
|
|
1952
|
+
export interface StripeRequirementAlternativeTypeGenqlSelection {
|
|
1953
|
+
alternative_fields_due?: boolean | number;
|
|
1954
|
+
original_fields_due?: boolean | number;
|
|
1955
|
+
__typename?: boolean | number;
|
|
1956
|
+
__scalar?: boolean | number;
|
|
1957
|
+
}
|
|
1958
|
+
export interface StripeFutureRequirementAlternativeTypeGenqlSelection {
|
|
1959
|
+
alternative_fields_due?: boolean | number;
|
|
1960
|
+
original_fields_due?: boolean | number;
|
|
1961
|
+
__typename?: boolean | number;
|
|
1962
|
+
__scalar?: boolean | number;
|
|
1963
|
+
}
|
|
1964
|
+
export interface StripeErrorTypeGenqlSelection {
|
|
1965
|
+
code?: boolean | number;
|
|
1966
|
+
reason?: boolean | number;
|
|
1967
|
+
requirement?: boolean | number;
|
|
1968
|
+
__typename?: boolean | number;
|
|
1969
|
+
__scalar?: boolean | number;
|
|
1970
|
+
}
|
|
1971
|
+
export interface StripeRequirementTypeGenqlSelection {
|
|
1972
|
+
alternatives?: StripeRequirementAlternativeTypeGenqlSelection;
|
|
1973
|
+
current_deadline?: boolean | number;
|
|
1974
|
+
currently_due?: boolean | number;
|
|
1975
|
+
disabled_reason?: boolean | number;
|
|
1976
|
+
errors?: StripeErrorTypeGenqlSelection;
|
|
1977
|
+
eventually_due?: boolean | number;
|
|
1978
|
+
past_due?: boolean | number;
|
|
1979
|
+
pending_verification?: boolean | number;
|
|
1980
|
+
__typename?: boolean | number;
|
|
1981
|
+
__scalar?: boolean | number;
|
|
1982
|
+
}
|
|
1983
|
+
export interface StripeFutureRequirementTypeGenqlSelection {
|
|
1984
|
+
alternatives?: StripeFutureRequirementAlternativeTypeGenqlSelection;
|
|
1985
|
+
current_deadline?: boolean | number;
|
|
1986
|
+
currently_due?: boolean | number;
|
|
1987
|
+
disabled_reason?: boolean | number;
|
|
1988
|
+
errors?: StripeErrorTypeGenqlSelection;
|
|
1989
|
+
eventually_due?: boolean | number;
|
|
1990
|
+
past_due?: boolean | number;
|
|
1991
|
+
pending_verification?: boolean | number;
|
|
1992
|
+
__typename?: boolean | number;
|
|
1993
|
+
__scalar?: boolean | number;
|
|
1994
|
+
}
|
|
1995
|
+
export interface StripeAccountGenqlSelection {
|
|
1996
|
+
id?: boolean | number;
|
|
1997
|
+
object?: boolean | number;
|
|
1998
|
+
business_type?: boolean | number;
|
|
1999
|
+
country?: boolean | number;
|
|
2000
|
+
email?: boolean | number;
|
|
2001
|
+
capabilities?: StripeCapabilityTypeGenqlSelection;
|
|
2002
|
+
requirements?: StripeRequirementTypeGenqlSelection;
|
|
2003
|
+
future_requirements?: StripeFutureRequirementTypeGenqlSelection;
|
|
2004
|
+
type?: boolean | number;
|
|
2005
|
+
charges_enabled?: boolean | number;
|
|
2006
|
+
payouts_enabled?: boolean | number;
|
|
2007
|
+
created?: boolean | number;
|
|
2008
|
+
default_currency?: boolean | number;
|
|
2009
|
+
__typename?: boolean | number;
|
|
2010
|
+
__scalar?: boolean | number;
|
|
2011
|
+
}
|
|
2012
|
+
export interface StripeAccountReferenceGenqlSelection {
|
|
2013
|
+
_id?: boolean | number;
|
|
2014
|
+
stripeAccountId?: boolean | number;
|
|
2015
|
+
account?: StripeAccountGenqlSelection;
|
|
2016
|
+
__typename?: boolean | number;
|
|
2017
|
+
__scalar?: boolean | number;
|
|
2018
|
+
}
|
|
2019
|
+
export interface PhotoAlbumGenqlSelection {
|
|
2020
|
+
_id?: boolean | number;
|
|
2021
|
+
photo?: AWSS3FileGenqlSelection;
|
|
2022
|
+
__typename?: boolean | number;
|
|
2023
|
+
__scalar?: boolean | number;
|
|
2024
|
+
}
|
|
2025
|
+
export interface AlbumGenqlSelection {
|
|
2026
|
+
_id?: boolean | number;
|
|
2027
|
+
label?: boolean | number;
|
|
2028
|
+
description?: boolean | number;
|
|
2029
|
+
photos?: PhotoAlbumGenqlSelection;
|
|
2030
|
+
__typename?: boolean | number;
|
|
2031
|
+
__scalar?: boolean | number;
|
|
2032
|
+
}
|
|
1676
2033
|
export interface AthleteReferenceGenqlSelection {
|
|
1677
2034
|
_id?: boolean | number;
|
|
1678
2035
|
firstName?: boolean | number;
|
|
@@ -1694,6 +2051,7 @@ export interface AthleteReferenceGenqlSelection {
|
|
|
1694
2051
|
totalPastCompetitions?: boolean | number;
|
|
1695
2052
|
profilePicture?: AWSS3FileGenqlSelection;
|
|
1696
2053
|
cardPicture?: AWSS3FileGenqlSelection;
|
|
2054
|
+
bannerPicture?: AWSS3FileGenqlSelection;
|
|
1697
2055
|
aboutMe?: boolean | number;
|
|
1698
2056
|
preferences?: AthletePreferencesGenqlSelection;
|
|
1699
2057
|
__typename?: boolean | number;
|
|
@@ -1720,6 +2078,7 @@ export interface AthleteGenqlSelection {
|
|
|
1720
2078
|
totalPastCompetitions?: boolean | number;
|
|
1721
2079
|
profilePicture?: AWSS3FileGenqlSelection;
|
|
1722
2080
|
cardPicture?: AWSS3FileGenqlSelection;
|
|
2081
|
+
bannerPicture?: AWSS3FileGenqlSelection;
|
|
1723
2082
|
aboutMe?: boolean | number;
|
|
1724
2083
|
preferences?: AthletePreferencesGenqlSelection;
|
|
1725
2084
|
allSports?: SportGenqlSelection;
|
|
@@ -1731,6 +2090,8 @@ export interface AthleteGenqlSelection {
|
|
|
1731
2090
|
channels?: ChannelGenqlSelection;
|
|
1732
2091
|
currentCampaign?: FundRaisingCampaignGenqlSelection;
|
|
1733
2092
|
fundingCampaigns?: FundRaisingCampaignGenqlSelection;
|
|
2093
|
+
stripeAccountReference?: StripeAccountReferenceGenqlSelection;
|
|
2094
|
+
albums?: AlbumGenqlSelection;
|
|
1734
2095
|
__typename?: boolean | number;
|
|
1735
2096
|
__scalar?: boolean | number;
|
|
1736
2097
|
}
|
|
@@ -1754,6 +2115,21 @@ export interface StravaTokenGenqlSelection {
|
|
|
1754
2115
|
__typename?: boolean | number;
|
|
1755
2116
|
__scalar?: boolean | number;
|
|
1756
2117
|
}
|
|
2118
|
+
export interface StripeSessionGenqlSelection {
|
|
2119
|
+
account?: boolean | number;
|
|
2120
|
+
client_secret?: boolean | number;
|
|
2121
|
+
expires_at?: boolean | number;
|
|
2122
|
+
livemode?: boolean | number;
|
|
2123
|
+
__typename?: boolean | number;
|
|
2124
|
+
__scalar?: boolean | number;
|
|
2125
|
+
}
|
|
2126
|
+
export interface StripeCheckoutSessionGenqlSelection {
|
|
2127
|
+
client_secret?: boolean | number;
|
|
2128
|
+
expires_at?: boolean | number;
|
|
2129
|
+
livemode?: boolean | number;
|
|
2130
|
+
__typename?: boolean | number;
|
|
2131
|
+
__scalar?: boolean | number;
|
|
2132
|
+
}
|
|
1757
2133
|
export interface EditValueResponseGenqlSelection {
|
|
1758
2134
|
field?: boolean | number;
|
|
1759
2135
|
oldValue?: boolean | number;
|
|
@@ -1799,6 +2175,28 @@ export interface AthleteQueryResponseGenqlSelection {
|
|
|
1799
2175
|
__typename?: boolean | number;
|
|
1800
2176
|
__scalar?: boolean | number;
|
|
1801
2177
|
}
|
|
2178
|
+
export interface EditPictureResponseGenqlSelection {
|
|
2179
|
+
field?: boolean | number;
|
|
2180
|
+
oldValue?: AWSS3FileGenqlSelection;
|
|
2181
|
+
newValue?: AWSS3FileGenqlSelection;
|
|
2182
|
+
changed?: boolean | number;
|
|
2183
|
+
__typename?: boolean | number;
|
|
2184
|
+
__scalar?: boolean | number;
|
|
2185
|
+
}
|
|
2186
|
+
export interface AddValuesResponseGenqlSelection {
|
|
2187
|
+
added?: boolean | number;
|
|
2188
|
+
failedToAdd?: boolean | number;
|
|
2189
|
+
failureReason?: ErrorTypeGenqlSelection;
|
|
2190
|
+
result?: boolean | number;
|
|
2191
|
+
__typename?: boolean | number;
|
|
2192
|
+
__scalar?: boolean | number;
|
|
2193
|
+
}
|
|
2194
|
+
export interface StripeObjectGenqlSelection {
|
|
2195
|
+
type?: boolean | number;
|
|
2196
|
+
json?: boolean | number;
|
|
2197
|
+
__typename?: boolean | number;
|
|
2198
|
+
__scalar?: boolean | number;
|
|
2199
|
+
}
|
|
1802
2200
|
export interface UserImagesGenqlSelection {
|
|
1803
2201
|
profilePictureUrl?: boolean | number;
|
|
1804
2202
|
cardPictureUrl?: boolean | number;
|
|
@@ -1814,6 +2212,43 @@ export interface DeleteValuesResponseGenqlSelection {
|
|
|
1814
2212
|
__typename?: boolean | number;
|
|
1815
2213
|
__scalar?: boolean | number;
|
|
1816
2214
|
}
|
|
2215
|
+
export interface CreateDatabaseFileDto {
|
|
2216
|
+
identifier: Scalars['String'];
|
|
2217
|
+
version?: Scalars['String'];
|
|
2218
|
+
contentType: Scalars['String'];
|
|
2219
|
+
}
|
|
2220
|
+
export interface CreateTextDatabaseFileDto {
|
|
2221
|
+
identifier: Scalars['String'];
|
|
2222
|
+
version?: Scalars['String'];
|
|
2223
|
+
contentType: Scalars['String'];
|
|
2224
|
+
content?: Scalars['String'];
|
|
2225
|
+
}
|
|
2226
|
+
export interface UpdateDatabaseFileDto {
|
|
2227
|
+
_id: Scalars['String'];
|
|
2228
|
+
identifier?: (Scalars['String'] | null);
|
|
2229
|
+
version?: (Scalars['String'] | null);
|
|
2230
|
+
contentType?: (Scalars['String'] | null);
|
|
2231
|
+
}
|
|
2232
|
+
export interface UpdateTextDatabaseFileDto {
|
|
2233
|
+
_id: Scalars['String'];
|
|
2234
|
+
identifier?: (Scalars['String'] | null);
|
|
2235
|
+
version?: (Scalars['String'] | null);
|
|
2236
|
+
contentType?: (Scalars['String'] | null);
|
|
2237
|
+
content?: (Scalars['String'] | null);
|
|
2238
|
+
}
|
|
2239
|
+
export interface CloneDatabaseFileDto {
|
|
2240
|
+
_id: Scalars['String'];
|
|
2241
|
+
version?: (Scalars['String'] | null);
|
|
2242
|
+
}
|
|
2243
|
+
export interface FindDatabaseFilesDto {
|
|
2244
|
+
_id?: (Scalars['String'] | null);
|
|
2245
|
+
identifier?: (Scalars['String'] | null);
|
|
2246
|
+
version?: (Scalars['String'] | null);
|
|
2247
|
+
}
|
|
2248
|
+
export interface GetDatabaseFileDto {
|
|
2249
|
+
identifier: Scalars['String'];
|
|
2250
|
+
version: Scalars['String'];
|
|
2251
|
+
}
|
|
1817
2252
|
export interface CreateVerificationCodeDto {
|
|
1818
2253
|
type?: (Scalars['String'] | null);
|
|
1819
2254
|
recipient?: (Scalars['String'] | null);
|
|
@@ -1925,6 +2360,22 @@ export interface AthleteQueryDto {
|
|
|
1925
2360
|
cursor?: (CursorPaginationDto | null);
|
|
1926
2361
|
filters?: (AthleteFilterDto | null);
|
|
1927
2362
|
}
|
|
2363
|
+
export interface EditPictureDto {
|
|
2364
|
+
field: Scalars['String'];
|
|
2365
|
+
newPicture?: (AWSS3UploadedFileDto | null);
|
|
2366
|
+
}
|
|
2367
|
+
export interface AWSS3UploadedFileDto {
|
|
2368
|
+
key: Scalars['String'];
|
|
2369
|
+
useType: Scalars['String'];
|
|
2370
|
+
contentType: Scalars['String'];
|
|
2371
|
+
originalFileName?: (Scalars['String'] | null);
|
|
2372
|
+
fileSize?: (Scalars['Float'] | null);
|
|
2373
|
+
}
|
|
2374
|
+
export interface UploadAlbumsPicturesDto {
|
|
2375
|
+
label: Scalars['String'];
|
|
2376
|
+
description?: (Scalars['String'] | null);
|
|
2377
|
+
pictures?: (AWSS3UploadedFileDto[] | null);
|
|
2378
|
+
}
|
|
1928
2379
|
export interface QualificationDto {
|
|
1929
2380
|
type: Scalars['String'];
|
|
1930
2381
|
}
|
|
@@ -2029,6 +2480,10 @@ export interface CreateFundingCampaignForDto {
|
|
|
2029
2480
|
competitionIds?: (Scalars['String'][] | null);
|
|
2030
2481
|
loginEmail: Scalars['String'];
|
|
2031
2482
|
}
|
|
2483
|
+
export interface SetFundingStatusDto {
|
|
2484
|
+
fundingCampaignId: Scalars['String'];
|
|
2485
|
+
newStatus: Scalars['String'];
|
|
2486
|
+
}
|
|
2032
2487
|
export interface CreateMembershipOrganizationDto {
|
|
2033
2488
|
shortName: Scalars['String'];
|
|
2034
2489
|
acronym?: (Scalars['String'] | null);
|
|
@@ -2038,21 +2493,27 @@ export interface CreateMembershipOrganizationDto {
|
|
|
2038
2493
|
countryId?: (Scalars['String'] | null);
|
|
2039
2494
|
sportId?: (Scalars['String'] | null);
|
|
2040
2495
|
}
|
|
2041
|
-
export interface AWSS3UploadedFileDto {
|
|
2042
|
-
key: Scalars['String'];
|
|
2043
|
-
useType: Scalars['String'];
|
|
2044
|
-
contentType: Scalars['String'];
|
|
2045
|
-
originalFileName?: (Scalars['String'] | null);
|
|
2046
|
-
fileSize?: (Scalars['Float'] | null);
|
|
2047
|
-
}
|
|
2048
2496
|
export interface CreateAthleteMembershipDto {
|
|
2049
2497
|
organizationId: Scalars['String'];
|
|
2050
|
-
athleteId: Scalars['String'];
|
|
2051
2498
|
membershipNumber?: (Scalars['String'] | null);
|
|
2052
2499
|
membershipType?: (Scalars['String'] | null);
|
|
2053
2500
|
issueDate?: (Scalars['DateTime'] | null);
|
|
2054
2501
|
expirationDate?: (Scalars['DateTime'] | null);
|
|
2055
2502
|
}
|
|
2503
|
+
export interface DonationCheckoutDto {
|
|
2504
|
+
fundingCampaignId: Scalars['String'];
|
|
2505
|
+
donationAmount: Scalars['Float'];
|
|
2506
|
+
mode?: Scalars['String'];
|
|
2507
|
+
fromName?: (Scalars['String'] | null);
|
|
2508
|
+
fromEmail?: (Scalars['String'] | null);
|
|
2509
|
+
fromPhone?: (Scalars['String'] | null);
|
|
2510
|
+
message?: (Scalars['String'] | null);
|
|
2511
|
+
}
|
|
2512
|
+
export interface StripeQueryDto {
|
|
2513
|
+
operation: Scalars['String'];
|
|
2514
|
+
id: Scalars['String'];
|
|
2515
|
+
params?: (Scalars['String'] | null);
|
|
2516
|
+
}
|
|
2056
2517
|
export interface QueryGenqlSelection {
|
|
2057
2518
|
findTenantById?: (TenantGenqlSelection & {
|
|
2058
2519
|
__args: {
|
|
@@ -2159,6 +2620,12 @@ export interface QueryGenqlSelection {
|
|
|
2159
2620
|
athleteId: Scalars['String'];
|
|
2160
2621
|
};
|
|
2161
2622
|
});
|
|
2623
|
+
findAthletebyIdpublic?: (AthleteGenqlSelection & {
|
|
2624
|
+
__args: {
|
|
2625
|
+
athleteId: Scalars['String'];
|
|
2626
|
+
};
|
|
2627
|
+
});
|
|
2628
|
+
getAthleteAlbums?: AlbumGenqlSelection;
|
|
2162
2629
|
getSports?: SportGenqlSelection;
|
|
2163
2630
|
findSportById?: (SportGenqlSelection & {
|
|
2164
2631
|
__args: {
|
|
@@ -2212,6 +2679,16 @@ export interface QueryGenqlSelection {
|
|
|
2212
2679
|
};
|
|
2213
2680
|
});
|
|
2214
2681
|
getMembershipOrganizations?: MembershipOrganizationReferenceGenqlSelection;
|
|
2682
|
+
stripeQuery?: (StripeObjectGenqlSelection & {
|
|
2683
|
+
__args: {
|
|
2684
|
+
input: StripeQueryDto;
|
|
2685
|
+
};
|
|
2686
|
+
});
|
|
2687
|
+
getDatabaseTextFile?: (TextDatabaseFileGenqlSelection & {
|
|
2688
|
+
__args: {
|
|
2689
|
+
input: GetDatabaseFileDto;
|
|
2690
|
+
};
|
|
2691
|
+
});
|
|
2215
2692
|
__typename?: boolean | number;
|
|
2216
2693
|
__scalar?: boolean | number;
|
|
2217
2694
|
}
|
|
@@ -2322,6 +2799,21 @@ export interface MutationGenqlSelection {
|
|
|
2322
2799
|
input: EditValueDto;
|
|
2323
2800
|
};
|
|
2324
2801
|
});
|
|
2802
|
+
editPicture?: (EditPictureResponseGenqlSelection & {
|
|
2803
|
+
__args: {
|
|
2804
|
+
input: EditPictureDto;
|
|
2805
|
+
};
|
|
2806
|
+
});
|
|
2807
|
+
AddAlbumPictures?: (AddValuesResponseGenqlSelection & {
|
|
2808
|
+
__args: {
|
|
2809
|
+
input: UploadAlbumsPicturesDto;
|
|
2810
|
+
};
|
|
2811
|
+
});
|
|
2812
|
+
DeletePictureBuket?: (DeleteSingleValueResponseGenqlSelection & {
|
|
2813
|
+
__args: {
|
|
2814
|
+
input: AWSS3DeleteUseTypeFileDto;
|
|
2815
|
+
};
|
|
2816
|
+
});
|
|
2325
2817
|
addAthleteCompetition?: (AthleteCompetitionGenqlSelection & {
|
|
2326
2818
|
__args: {
|
|
2327
2819
|
input: CreateAthleteCompetitionDto;
|
|
@@ -2332,6 +2824,11 @@ export interface MutationGenqlSelection {
|
|
|
2332
2824
|
input: DeleteSingleValueDto;
|
|
2333
2825
|
};
|
|
2334
2826
|
});
|
|
2827
|
+
createAthleteAlbum?: (AlbumGenqlSelection & {
|
|
2828
|
+
__args: {
|
|
2829
|
+
input: DeleteSingleValueDto;
|
|
2830
|
+
};
|
|
2831
|
+
});
|
|
2335
2832
|
createSport?: (SportGenqlSelection & {
|
|
2336
2833
|
__args: {
|
|
2337
2834
|
input: CreateSportDto;
|
|
@@ -2413,6 +2910,11 @@ export interface MutationGenqlSelection {
|
|
|
2413
2910
|
input: CreateSportEventDto;
|
|
2414
2911
|
};
|
|
2415
2912
|
});
|
|
2913
|
+
setFundingStatus?: (FundRaisingCampaignGenqlSelection & {
|
|
2914
|
+
__args: {
|
|
2915
|
+
input: SetFundingStatusDto;
|
|
2916
|
+
};
|
|
2917
|
+
});
|
|
2416
2918
|
createFundingCampaign?: (FundRaisingCampaignGenqlSelection & {
|
|
2417
2919
|
__args: {
|
|
2418
2920
|
input: CreateFundingCampaignDto;
|
|
@@ -2433,6 +2935,17 @@ export interface MutationGenqlSelection {
|
|
|
2433
2935
|
input: DeleteSingleValueDto;
|
|
2434
2936
|
};
|
|
2435
2937
|
});
|
|
2938
|
+
createStripeAccount?: (StripeAccountReferenceGenqlSelection & {
|
|
2939
|
+
__args: {
|
|
2940
|
+
input: CreateStripeAccountDto;
|
|
2941
|
+
};
|
|
2942
|
+
});
|
|
2943
|
+
createAthleteStripeSession?: StripeSessionGenqlSelection;
|
|
2944
|
+
createStripeCheckoutSession?: (StripeCheckoutSessionGenqlSelection & {
|
|
2945
|
+
__args: {
|
|
2946
|
+
input: DonationCheckoutDto;
|
|
2947
|
+
};
|
|
2948
|
+
});
|
|
2436
2949
|
__typename?: boolean | number;
|
|
2437
2950
|
__scalar?: boolean | number;
|
|
2438
2951
|
}
|
|
@@ -2646,6 +3159,11 @@ export interface CreateSportEventDto {
|
|
|
2646
3159
|
website?: (Scalars['String'] | null);
|
|
2647
3160
|
banner?: (AWSS3UploadedFileDto | null);
|
|
2648
3161
|
}
|
|
3162
|
+
export interface CreateStripeAccountDto {
|
|
3163
|
+
countryId: Scalars['String'];
|
|
3164
|
+
acceptedTermsId: Scalars['String'];
|
|
3165
|
+
acceptedPrivacyId: Scalars['String'];
|
|
3166
|
+
}
|
|
2649
3167
|
export declare const isUser: (obj?: {
|
|
2650
3168
|
__typename?: any;
|
|
2651
3169
|
} | null) => obj is User;
|
|
@@ -2733,6 +3251,12 @@ export declare const isAWSS3UploadUrl: (obj?: {
|
|
|
2733
3251
|
export declare const isAWSS3CallResult: (obj?: {
|
|
2734
3252
|
__typename?: any;
|
|
2735
3253
|
} | null) => obj is AWSS3CallResult;
|
|
3254
|
+
export declare const isDatabaseFile: (obj?: {
|
|
3255
|
+
__typename?: any;
|
|
3256
|
+
} | null) => obj is DatabaseFile;
|
|
3257
|
+
export declare const isTextDatabaseFile: (obj?: {
|
|
3258
|
+
__typename?: any;
|
|
3259
|
+
} | null) => obj is TextDatabaseFile;
|
|
2736
3260
|
export declare const isCodeVerificationResponse: (obj?: {
|
|
2737
3261
|
__typename?: any;
|
|
2738
3262
|
} | null) => obj is CodeVerificationResponse;
|
|
@@ -2877,6 +3401,36 @@ export declare const isAthletePreferences: (obj?: {
|
|
|
2877
3401
|
export declare const isFundRaisingCampaign: (obj?: {
|
|
2878
3402
|
__typename?: any;
|
|
2879
3403
|
} | null) => obj is FundRaisingCampaign;
|
|
3404
|
+
export declare const isStripeCapabilityType: (obj?: {
|
|
3405
|
+
__typename?: any;
|
|
3406
|
+
} | null) => obj is StripeCapabilityType;
|
|
3407
|
+
export declare const isStripeRequirementAlternativeType: (obj?: {
|
|
3408
|
+
__typename?: any;
|
|
3409
|
+
} | null) => obj is StripeRequirementAlternativeType;
|
|
3410
|
+
export declare const isStripeFutureRequirementAlternativeType: (obj?: {
|
|
3411
|
+
__typename?: any;
|
|
3412
|
+
} | null) => obj is StripeFutureRequirementAlternativeType;
|
|
3413
|
+
export declare const isStripeErrorType: (obj?: {
|
|
3414
|
+
__typename?: any;
|
|
3415
|
+
} | null) => obj is StripeErrorType;
|
|
3416
|
+
export declare const isStripeRequirementType: (obj?: {
|
|
3417
|
+
__typename?: any;
|
|
3418
|
+
} | null) => obj is StripeRequirementType;
|
|
3419
|
+
export declare const isStripeFutureRequirementType: (obj?: {
|
|
3420
|
+
__typename?: any;
|
|
3421
|
+
} | null) => obj is StripeFutureRequirementType;
|
|
3422
|
+
export declare const isStripeAccount: (obj?: {
|
|
3423
|
+
__typename?: any;
|
|
3424
|
+
} | null) => obj is StripeAccount;
|
|
3425
|
+
export declare const isStripeAccountReference: (obj?: {
|
|
3426
|
+
__typename?: any;
|
|
3427
|
+
} | null) => obj is StripeAccountReference;
|
|
3428
|
+
export declare const isPhotoAlbum: (obj?: {
|
|
3429
|
+
__typename?: any;
|
|
3430
|
+
} | null) => obj is PhotoAlbum;
|
|
3431
|
+
export declare const isAlbum: (obj?: {
|
|
3432
|
+
__typename?: any;
|
|
3433
|
+
} | null) => obj is Album;
|
|
2880
3434
|
export declare const isAthleteReference: (obj?: {
|
|
2881
3435
|
__typename?: any;
|
|
2882
3436
|
} | null) => obj is AthleteReference;
|
|
@@ -2889,6 +3443,12 @@ export declare const isSponsorAthleteInvitation: (obj?: {
|
|
|
2889
3443
|
export declare const isStravaToken: (obj?: {
|
|
2890
3444
|
__typename?: any;
|
|
2891
3445
|
} | null) => obj is StravaToken;
|
|
3446
|
+
export declare const isStripeSession: (obj?: {
|
|
3447
|
+
__typename?: any;
|
|
3448
|
+
} | null) => obj is StripeSession;
|
|
3449
|
+
export declare const isStripeCheckoutSession: (obj?: {
|
|
3450
|
+
__typename?: any;
|
|
3451
|
+
} | null) => obj is StripeCheckoutSession;
|
|
2892
3452
|
export declare const isEditValueResponse: (obj?: {
|
|
2893
3453
|
__typename?: any;
|
|
2894
3454
|
} | null) => obj is EditValueResponse;
|
|
@@ -2907,6 +3467,15 @@ export declare const isCursorPaginationResponse: (obj?: {
|
|
|
2907
3467
|
export declare const isAthleteQueryResponse: (obj?: {
|
|
2908
3468
|
__typename?: any;
|
|
2909
3469
|
} | null) => obj is AthleteQueryResponse;
|
|
3470
|
+
export declare const isEditPictureResponse: (obj?: {
|
|
3471
|
+
__typename?: any;
|
|
3472
|
+
} | null) => obj is EditPictureResponse;
|
|
3473
|
+
export declare const isAddValuesResponse: (obj?: {
|
|
3474
|
+
__typename?: any;
|
|
3475
|
+
} | null) => obj is AddValuesResponse;
|
|
3476
|
+
export declare const isStripeObject: (obj?: {
|
|
3477
|
+
__typename?: any;
|
|
3478
|
+
} | null) => obj is StripeObject;
|
|
2910
3479
|
export declare const isUserImages: (obj?: {
|
|
2911
3480
|
__typename?: any;
|
|
2912
3481
|
} | null) => obj is UserImages;
|