@vertikalx/vtx-backend-client 1.0.0-dev.107 → 1.0.0-dev.109
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 +3 -1
- package/src/api/vtx-base-api.js +70 -431
- package/src/api/vtx-base-api.js.map +1 -1
- package/src/client/schema.d.ts +172 -0
- package/src/client/schema.js +48 -2
- package/src/client/schema.js.map +1 -1
- package/src/client/types.d.ts +77 -0
- package/src/client/types.js +341 -141
- package/src/client/types.js.map +1 -1
- package/tsconfig.lib.tsbuildinfo +1 -1
package/src/client/types.js
CHANGED
|
@@ -6,7 +6,10 @@ exports.default = {
|
|
|
6
6
|
2,
|
|
7
7
|
14,
|
|
8
8
|
18,
|
|
9
|
-
|
|
9
|
+
101,
|
|
10
|
+
129,
|
|
11
|
+
132,
|
|
12
|
+
187
|
|
10
13
|
],
|
|
11
14
|
"types": {
|
|
12
15
|
"User": {
|
|
@@ -2650,6 +2653,83 @@ exports.default = {
|
|
|
2650
2653
|
1
|
|
2651
2654
|
]
|
|
2652
2655
|
},
|
|
2656
|
+
"CheckoutSession": {
|
|
2657
|
+
"_id": [
|
|
2658
|
+
101
|
|
2659
|
+
],
|
|
2660
|
+
"type": [
|
|
2661
|
+
1
|
|
2662
|
+
],
|
|
2663
|
+
"estimatedStripeComission": [
|
|
2664
|
+
18
|
|
2665
|
+
],
|
|
2666
|
+
"stripeSessionId": [
|
|
2667
|
+
1
|
|
2668
|
+
],
|
|
2669
|
+
"stripeAccountId": [
|
|
2670
|
+
1
|
|
2671
|
+
],
|
|
2672
|
+
"donationAmount": [
|
|
2673
|
+
18
|
|
2674
|
+
],
|
|
2675
|
+
"fromEmail": [
|
|
2676
|
+
1
|
|
2677
|
+
],
|
|
2678
|
+
"confirmed": [
|
|
2679
|
+
2
|
|
2680
|
+
],
|
|
2681
|
+
"completed": [
|
|
2682
|
+
2
|
|
2683
|
+
],
|
|
2684
|
+
"completedDate": [
|
|
2685
|
+
14
|
|
2686
|
+
],
|
|
2687
|
+
"createdDate": [
|
|
2688
|
+
14
|
|
2689
|
+
],
|
|
2690
|
+
"__typename": [
|
|
2691
|
+
1
|
|
2692
|
+
]
|
|
2693
|
+
},
|
|
2694
|
+
"ID": {},
|
|
2695
|
+
"FundingCheckoutSessionData": {
|
|
2696
|
+
"_id": [
|
|
2697
|
+
101
|
|
2698
|
+
],
|
|
2699
|
+
"session": [
|
|
2700
|
+
100
|
|
2701
|
+
],
|
|
2702
|
+
"fromName": [
|
|
2703
|
+
1
|
|
2704
|
+
],
|
|
2705
|
+
"paidToAthlete": [
|
|
2706
|
+
18
|
|
2707
|
+
],
|
|
2708
|
+
"paidToVtx": [
|
|
2709
|
+
18
|
|
2710
|
+
],
|
|
2711
|
+
"fundingCampaign": [
|
|
2712
|
+
88
|
|
2713
|
+
],
|
|
2714
|
+
"mode": [
|
|
2715
|
+
187
|
|
2716
|
+
],
|
|
2717
|
+
"athleteId": [
|
|
2718
|
+
1
|
|
2719
|
+
],
|
|
2720
|
+
"athleteName": [
|
|
2721
|
+
1
|
|
2722
|
+
],
|
|
2723
|
+
"fromPhone": [
|
|
2724
|
+
1
|
|
2725
|
+
],
|
|
2726
|
+
"message": [
|
|
2727
|
+
1
|
|
2728
|
+
],
|
|
2729
|
+
"__typename": [
|
|
2730
|
+
1
|
|
2731
|
+
]
|
|
2732
|
+
},
|
|
2653
2733
|
"SponsorAthleteInvitation": {
|
|
2654
2734
|
"_id": [
|
|
2655
2735
|
1
|
|
@@ -2787,7 +2867,7 @@ exports.default = {
|
|
|
2787
2867
|
},
|
|
2788
2868
|
"InstagramPaging": {
|
|
2789
2869
|
"cursors": [
|
|
2790
|
-
|
|
2870
|
+
108
|
|
2791
2871
|
],
|
|
2792
2872
|
"next": [
|
|
2793
2873
|
1
|
|
@@ -2812,7 +2892,7 @@ exports.default = {
|
|
|
2812
2892
|
},
|
|
2813
2893
|
"InstagramInsights": {
|
|
2814
2894
|
"data": [
|
|
2815
|
-
|
|
2895
|
+
110
|
|
2816
2896
|
],
|
|
2817
2897
|
"__typename": [
|
|
2818
2898
|
1
|
|
@@ -2850,7 +2930,7 @@ exports.default = {
|
|
|
2850
2930
|
18
|
|
2851
2931
|
],
|
|
2852
2932
|
"insights": [
|
|
2853
|
-
|
|
2933
|
+
111
|
|
2854
2934
|
],
|
|
2855
2935
|
"__typename": [
|
|
2856
2936
|
1
|
|
@@ -2858,10 +2938,10 @@ exports.default = {
|
|
|
2858
2938
|
},
|
|
2859
2939
|
"InstagramMediaData": {
|
|
2860
2940
|
"data": [
|
|
2861
|
-
|
|
2941
|
+
112
|
|
2862
2942
|
],
|
|
2863
2943
|
"paging": [
|
|
2864
|
-
|
|
2944
|
+
109
|
|
2865
2945
|
],
|
|
2866
2946
|
"__typename": [
|
|
2867
2947
|
1
|
|
@@ -2904,7 +2984,7 @@ exports.default = {
|
|
|
2904
2984
|
14
|
|
2905
2985
|
],
|
|
2906
2986
|
"stravaAthleteData": [
|
|
2907
|
-
|
|
2987
|
+
107
|
|
2908
2988
|
],
|
|
2909
2989
|
"hasInstagramIntegration": [
|
|
2910
2990
|
2
|
|
@@ -2913,10 +2993,50 @@ exports.default = {
|
|
|
2913
2993
|
14
|
|
2914
2994
|
],
|
|
2915
2995
|
"instagramUserData": [
|
|
2916
|
-
|
|
2996
|
+
114
|
|
2917
2997
|
],
|
|
2918
2998
|
"instagramMediaData": [
|
|
2919
|
-
|
|
2999
|
+
113
|
|
3000
|
+
],
|
|
3001
|
+
"__typename": [
|
|
3002
|
+
1
|
|
3003
|
+
]
|
|
3004
|
+
},
|
|
3005
|
+
"Receipt": {
|
|
3006
|
+
"receiptId": [
|
|
3007
|
+
1
|
|
3008
|
+
],
|
|
3009
|
+
"campaignName": [
|
|
3010
|
+
1
|
|
3011
|
+
],
|
|
3012
|
+
"athleteName": [
|
|
3013
|
+
1
|
|
3014
|
+
],
|
|
3015
|
+
"donorName": [
|
|
3016
|
+
1
|
|
3017
|
+
],
|
|
3018
|
+
"amount": [
|
|
3019
|
+
18
|
|
3020
|
+
],
|
|
3021
|
+
"currency": [
|
|
3022
|
+
1
|
|
3023
|
+
],
|
|
3024
|
+
"dateIssued": [
|
|
3025
|
+
14
|
|
3026
|
+
],
|
|
3027
|
+
"confirmed": [
|
|
3028
|
+
2
|
|
3029
|
+
],
|
|
3030
|
+
"message": [
|
|
3031
|
+
1
|
|
3032
|
+
],
|
|
3033
|
+
"__typename": [
|
|
3034
|
+
1
|
|
3035
|
+
]
|
|
3036
|
+
},
|
|
3037
|
+
"ReceiptUrl": {
|
|
3038
|
+
"receiptId": [
|
|
3039
|
+
1
|
|
2920
3040
|
],
|
|
2921
3041
|
"__typename": [
|
|
2922
3042
|
1
|
|
@@ -2958,7 +3078,7 @@ exports.default = {
|
|
|
2958
3078
|
1
|
|
2959
3079
|
],
|
|
2960
3080
|
"failureReason": [
|
|
2961
|
-
|
|
3081
|
+
119
|
|
2962
3082
|
],
|
|
2963
3083
|
"result": [
|
|
2964
3084
|
1
|
|
@@ -2975,7 +3095,7 @@ exports.default = {
|
|
|
2975
3095
|
2
|
|
2976
3096
|
],
|
|
2977
3097
|
"failureReason": [
|
|
2978
|
-
|
|
3098
|
+
119
|
|
2979
3099
|
],
|
|
2980
3100
|
"__typename": [
|
|
2981
3101
|
1
|
|
@@ -2994,7 +3114,7 @@ exports.default = {
|
|
|
2994
3114
|
},
|
|
2995
3115
|
"CursorPaginationResponse": {
|
|
2996
3116
|
"sort": [
|
|
2997
|
-
|
|
3117
|
+
122
|
|
2998
3118
|
],
|
|
2999
3119
|
"initialCursorId": [
|
|
3000
3120
|
1
|
|
@@ -3026,7 +3146,7 @@ exports.default = {
|
|
|
3026
3146
|
99
|
|
3027
3147
|
],
|
|
3028
3148
|
"cursor": [
|
|
3029
|
-
|
|
3149
|
+
123
|
|
3030
3150
|
],
|
|
3031
3151
|
"__typename": [
|
|
3032
3152
|
1
|
|
@@ -3057,7 +3177,7 @@ exports.default = {
|
|
|
3057
3177
|
1
|
|
3058
3178
|
],
|
|
3059
3179
|
"failureReason": [
|
|
3060
|
-
|
|
3180
|
+
119
|
|
3061
3181
|
],
|
|
3062
3182
|
"result": [
|
|
3063
3183
|
1
|
|
@@ -3079,7 +3199,7 @@ exports.default = {
|
|
|
3079
3199
|
1
|
|
3080
3200
|
],
|
|
3081
3201
|
"json": [
|
|
3082
|
-
|
|
3202
|
+
129
|
|
3083
3203
|
],
|
|
3084
3204
|
"__typename": [
|
|
3085
3205
|
1
|
|
@@ -3100,6 +3220,51 @@ exports.default = {
|
|
|
3100
3220
|
1
|
|
3101
3221
|
]
|
|
3102
3222
|
},
|
|
3223
|
+
"StripeTransfer": {
|
|
3224
|
+
"_id": [
|
|
3225
|
+
101
|
|
3226
|
+
],
|
|
3227
|
+
"stripeId": [
|
|
3228
|
+
1
|
|
3229
|
+
],
|
|
3230
|
+
"amount": [
|
|
3231
|
+
18
|
|
3232
|
+
],
|
|
3233
|
+
"amount_reversed": [
|
|
3234
|
+
18
|
|
3235
|
+
],
|
|
3236
|
+
"currency": [
|
|
3237
|
+
1
|
|
3238
|
+
],
|
|
3239
|
+
"destination": [
|
|
3240
|
+
1
|
|
3241
|
+
],
|
|
3242
|
+
"description": [
|
|
3243
|
+
1
|
|
3244
|
+
],
|
|
3245
|
+
"reversed": [
|
|
3246
|
+
2
|
|
3247
|
+
],
|
|
3248
|
+
"livemode": [
|
|
3249
|
+
2
|
|
3250
|
+
],
|
|
3251
|
+
"transfer_group": [
|
|
3252
|
+
1
|
|
3253
|
+
],
|
|
3254
|
+
"status": [
|
|
3255
|
+
132
|
|
3256
|
+
],
|
|
3257
|
+
"lastError": [
|
|
3258
|
+
1
|
|
3259
|
+
],
|
|
3260
|
+
"json": [
|
|
3261
|
+
1
|
|
3262
|
+
],
|
|
3263
|
+
"__typename": [
|
|
3264
|
+
1
|
|
3265
|
+
]
|
|
3266
|
+
},
|
|
3267
|
+
"StripeTransferStatus": {},
|
|
3103
3268
|
"CreateDatabaseFileDto": {
|
|
3104
3269
|
"identifier": [
|
|
3105
3270
|
1
|
|
@@ -3260,7 +3425,7 @@ exports.default = {
|
|
|
3260
3425
|
1
|
|
3261
3426
|
],
|
|
3262
3427
|
"invitations": [
|
|
3263
|
-
|
|
3428
|
+
142
|
|
3264
3429
|
],
|
|
3265
3430
|
"__typename": [
|
|
3266
3431
|
1
|
|
@@ -3341,7 +3506,7 @@ exports.default = {
|
|
|
3341
3506
|
1
|
|
3342
3507
|
],
|
|
3343
3508
|
"result": [
|
|
3344
|
-
|
|
3509
|
+
144
|
|
3345
3510
|
],
|
|
3346
3511
|
"cityId": [
|
|
3347
3512
|
1
|
|
@@ -3364,7 +3529,7 @@ exports.default = {
|
|
|
3364
3529
|
1
|
|
3365
3530
|
],
|
|
3366
3531
|
"result": [
|
|
3367
|
-
|
|
3532
|
+
144
|
|
3368
3533
|
],
|
|
3369
3534
|
"cityId": [
|
|
3370
3535
|
1
|
|
@@ -3400,13 +3565,13 @@ exports.default = {
|
|
|
3400
3565
|
},
|
|
3401
3566
|
"CursorPaginationDto": {
|
|
3402
3567
|
"sortCriteria": [
|
|
3403
|
-
|
|
3568
|
+
149
|
|
3404
3569
|
],
|
|
3405
3570
|
"limit": [
|
|
3406
3571
|
18
|
|
3407
3572
|
],
|
|
3408
3573
|
"cursorPosition": [
|
|
3409
|
-
|
|
3574
|
+
148
|
|
3410
3575
|
],
|
|
3411
3576
|
"__typename": [
|
|
3412
3577
|
1
|
|
@@ -3481,7 +3646,7 @@ exports.default = {
|
|
|
3481
3646
|
1
|
|
3482
3647
|
],
|
|
3483
3648
|
"currentCampaign": [
|
|
3484
|
-
|
|
3649
|
+
152
|
|
3485
3650
|
],
|
|
3486
3651
|
"sports": [
|
|
3487
3652
|
1
|
|
@@ -3537,10 +3702,10 @@ exports.default = {
|
|
|
3537
3702
|
},
|
|
3538
3703
|
"AthleteQueryDto": {
|
|
3539
3704
|
"cursor": [
|
|
3540
|
-
|
|
3705
|
+
150
|
|
3541
3706
|
],
|
|
3542
3707
|
"filters": [
|
|
3543
|
-
|
|
3708
|
+
153
|
|
3544
3709
|
],
|
|
3545
3710
|
"__typename": [
|
|
3546
3711
|
1
|
|
@@ -3551,7 +3716,7 @@ exports.default = {
|
|
|
3551
3716
|
1
|
|
3552
3717
|
],
|
|
3553
3718
|
"newPicture": [
|
|
3554
|
-
|
|
3719
|
+
156
|
|
3555
3720
|
],
|
|
3556
3721
|
"__typename": [
|
|
3557
3722
|
1
|
|
@@ -3585,7 +3750,7 @@ exports.default = {
|
|
|
3585
3750
|
1
|
|
3586
3751
|
],
|
|
3587
3752
|
"pictures": [
|
|
3588
|
-
|
|
3753
|
+
156
|
|
3589
3754
|
],
|
|
3590
3755
|
"albumId": [
|
|
3591
3756
|
1
|
|
@@ -3795,7 +3960,7 @@ exports.default = {
|
|
|
3795
3960
|
},
|
|
3796
3961
|
"resetPasswordDto": {
|
|
3797
3962
|
"code": [
|
|
3798
|
-
|
|
3963
|
+
141
|
|
3799
3964
|
],
|
|
3800
3965
|
"newPassword": [
|
|
3801
3966
|
1
|
|
@@ -3804,6 +3969,14 @@ exports.default = {
|
|
|
3804
3969
|
1
|
|
3805
3970
|
]
|
|
3806
3971
|
},
|
|
3972
|
+
"GetReceiptDto": {
|
|
3973
|
+
"_id": [
|
|
3974
|
+
1
|
|
3975
|
+
],
|
|
3976
|
+
"__typename": [
|
|
3977
|
+
1
|
|
3978
|
+
]
|
|
3979
|
+
},
|
|
3807
3980
|
"BudgetItemDto": {
|
|
3808
3981
|
"quantity": [
|
|
3809
3982
|
18
|
|
@@ -3840,7 +4013,7 @@ exports.default = {
|
|
|
3840
4013
|
18
|
|
3841
4014
|
],
|
|
3842
4015
|
"items": [
|
|
3843
|
-
|
|
4016
|
+
174
|
|
3844
4017
|
],
|
|
3845
4018
|
"__typename": [
|
|
3846
4019
|
1
|
|
@@ -3851,7 +4024,7 @@ exports.default = {
|
|
|
3851
4024
|
18
|
|
3852
4025
|
],
|
|
3853
4026
|
"items": [
|
|
3854
|
-
|
|
4027
|
+
174
|
|
3855
4028
|
],
|
|
3856
4029
|
"athleteCompetitionId": [
|
|
3857
4030
|
1
|
|
@@ -3886,10 +4059,10 @@ exports.default = {
|
|
|
3886
4059
|
14
|
|
3887
4060
|
],
|
|
3888
4061
|
"budget": [
|
|
3889
|
-
|
|
4062
|
+
176
|
|
3890
4063
|
],
|
|
3891
4064
|
"competitionBudgets": [
|
|
3892
|
-
|
|
4065
|
+
177
|
|
3893
4066
|
],
|
|
3894
4067
|
"competitionIds": [
|
|
3895
4068
|
1
|
|
@@ -3924,10 +4097,10 @@ exports.default = {
|
|
|
3924
4097
|
14
|
|
3925
4098
|
],
|
|
3926
4099
|
"budget": [
|
|
3927
|
-
|
|
4100
|
+
176
|
|
3928
4101
|
],
|
|
3929
4102
|
"competitionBudgets": [
|
|
3930
|
-
|
|
4103
|
+
177
|
|
3931
4104
|
],
|
|
3932
4105
|
"competitionIds": [
|
|
3933
4106
|
1
|
|
@@ -3964,7 +4137,7 @@ exports.default = {
|
|
|
3964
4137
|
1
|
|
3965
4138
|
],
|
|
3966
4139
|
"logo": [
|
|
3967
|
-
|
|
4140
|
+
156
|
|
3968
4141
|
],
|
|
3969
4142
|
"countryId": [
|
|
3970
4143
|
1
|
|
@@ -4056,6 +4229,15 @@ exports.default = {
|
|
|
4056
4229
|
1
|
|
4057
4230
|
]
|
|
4058
4231
|
},
|
|
4232
|
+
"GetFundingCheckoutSessionDataDto": {
|
|
4233
|
+
"_id": [
|
|
4234
|
+
1
|
|
4235
|
+
],
|
|
4236
|
+
"__typename": [
|
|
4237
|
+
1
|
|
4238
|
+
]
|
|
4239
|
+
},
|
|
4240
|
+
"DonationMode": {},
|
|
4059
4241
|
"Query": {
|
|
4060
4242
|
"findTenantById": [
|
|
4061
4243
|
5,
|
|
@@ -4126,7 +4308,7 @@ exports.default = {
|
|
|
4126
4308
|
32,
|
|
4127
4309
|
{
|
|
4128
4310
|
"input": [
|
|
4129
|
-
|
|
4311
|
+
189,
|
|
4130
4312
|
"AWSS3GetUploadDto!"
|
|
4131
4313
|
]
|
|
4132
4314
|
}
|
|
@@ -4185,10 +4367,10 @@ exports.default = {
|
|
|
4185
4367
|
59
|
|
4186
4368
|
],
|
|
4187
4369
|
"findSponsorAthleteInvitation": [
|
|
4188
|
-
|
|
4370
|
+
103,
|
|
4189
4371
|
{
|
|
4190
4372
|
"input": [
|
|
4191
|
-
|
|
4373
|
+
190,
|
|
4192
4374
|
"FindSponsorAthleteInvitationDto!"
|
|
4193
4375
|
]
|
|
4194
4376
|
}
|
|
@@ -4197,10 +4379,10 @@ exports.default = {
|
|
|
4197
4379
|
99
|
|
4198
4380
|
],
|
|
4199
4381
|
"queryAthleteFundingCampaigns": [
|
|
4200
|
-
|
|
4382
|
+
124,
|
|
4201
4383
|
{
|
|
4202
4384
|
"input": [
|
|
4203
|
-
|
|
4385
|
+
154,
|
|
4204
4386
|
"AthleteQueryDto!"
|
|
4205
4387
|
]
|
|
4206
4388
|
}
|
|
@@ -4248,7 +4430,7 @@ exports.default = {
|
|
|
4248
4430
|
79,
|
|
4249
4431
|
{
|
|
4250
4432
|
"input": [
|
|
4251
|
-
|
|
4433
|
+
191,
|
|
4252
4434
|
"GetAthleteCompetitionsDto!"
|
|
4253
4435
|
]
|
|
4254
4436
|
}
|
|
@@ -4293,10 +4475,10 @@ exports.default = {
|
|
|
4293
4475
|
}
|
|
4294
4476
|
],
|
|
4295
4477
|
"queryAthleteWithFilter": [
|
|
4296
|
-
|
|
4478
|
+
124,
|
|
4297
4479
|
{
|
|
4298
4480
|
"input": [
|
|
4299
|
-
|
|
4481
|
+
154,
|
|
4300
4482
|
"AthleteQueryDto!"
|
|
4301
4483
|
]
|
|
4302
4484
|
}
|
|
@@ -4311,10 +4493,10 @@ exports.default = {
|
|
|
4311
4493
|
}
|
|
4312
4494
|
],
|
|
4313
4495
|
"screenNameAvailability": [
|
|
4314
|
-
|
|
4496
|
+
127,
|
|
4315
4497
|
{
|
|
4316
4498
|
"input": [
|
|
4317
|
-
|
|
4499
|
+
159,
|
|
4318
4500
|
"existValueDto!"
|
|
4319
4501
|
]
|
|
4320
4502
|
}
|
|
@@ -4323,7 +4505,7 @@ exports.default = {
|
|
|
4323
4505
|
97,
|
|
4324
4506
|
{
|
|
4325
4507
|
"input": [
|
|
4326
|
-
|
|
4508
|
+
161,
|
|
4327
4509
|
"GetHistoricalScoresDto!"
|
|
4328
4510
|
]
|
|
4329
4511
|
}
|
|
@@ -4332,7 +4514,7 @@ exports.default = {
|
|
|
4332
4514
|
97,
|
|
4333
4515
|
{
|
|
4334
4516
|
"input": [
|
|
4335
|
-
|
|
4517
|
+
160,
|
|
4336
4518
|
"GetMyHistoricalScoresDto!"
|
|
4337
4519
|
]
|
|
4338
4520
|
}
|
|
@@ -4404,7 +4586,7 @@ exports.default = {
|
|
|
4404
4586
|
0,
|
|
4405
4587
|
{
|
|
4406
4588
|
"input": [
|
|
4407
|
-
|
|
4589
|
+
192,
|
|
4408
4590
|
"FindVtxUserDto!"
|
|
4409
4591
|
]
|
|
4410
4592
|
}
|
|
@@ -4423,7 +4605,7 @@ exports.default = {
|
|
|
4423
4605
|
}
|
|
4424
4606
|
],
|
|
4425
4607
|
"getUserImagesFromEmail": [
|
|
4426
|
-
|
|
4608
|
+
130,
|
|
4427
4609
|
{
|
|
4428
4610
|
"loginEmail": [
|
|
4429
4611
|
1,
|
|
@@ -4444,7 +4626,7 @@ exports.default = {
|
|
|
4444
4626
|
36,
|
|
4445
4627
|
{
|
|
4446
4628
|
"input": [
|
|
4447
|
-
|
|
4629
|
+
141,
|
|
4448
4630
|
"VerifyCodeDto!"
|
|
4449
4631
|
]
|
|
4450
4632
|
}
|
|
@@ -4456,7 +4638,7 @@ exports.default = {
|
|
|
4456
4638
|
75,
|
|
4457
4639
|
{
|
|
4458
4640
|
"input": [
|
|
4459
|
-
|
|
4641
|
+
193,
|
|
4460
4642
|
"GetSportEventsDto!"
|
|
4461
4643
|
]
|
|
4462
4644
|
}
|
|
@@ -4465,19 +4647,19 @@ exports.default = {
|
|
|
4465
4647
|
80
|
|
4466
4648
|
],
|
|
4467
4649
|
"getAthleteStravaIntegration": [
|
|
4468
|
-
|
|
4650
|
+
115
|
|
4469
4651
|
],
|
|
4470
4652
|
"getAthleteInstagramIntegration": [
|
|
4471
|
-
|
|
4653
|
+
115
|
|
4472
4654
|
],
|
|
4473
4655
|
"getAthleteIntegrations": [
|
|
4474
|
-
|
|
4656
|
+
115
|
|
4475
4657
|
],
|
|
4476
4658
|
"stripeQuery": [
|
|
4477
|
-
|
|
4659
|
+
128,
|
|
4478
4660
|
{
|
|
4479
4661
|
"input": [
|
|
4480
|
-
|
|
4662
|
+
184,
|
|
4481
4663
|
"StripeQueryDto!"
|
|
4482
4664
|
]
|
|
4483
4665
|
}
|
|
@@ -4486,11 +4668,29 @@ exports.default = {
|
|
|
4486
4668
|
35,
|
|
4487
4669
|
{
|
|
4488
4670
|
"input": [
|
|
4489
|
-
|
|
4671
|
+
139,
|
|
4490
4672
|
"GetDatabaseFileDto!"
|
|
4491
4673
|
]
|
|
4492
4674
|
}
|
|
4493
4675
|
],
|
|
4676
|
+
"getReceipt": [
|
|
4677
|
+
116,
|
|
4678
|
+
{
|
|
4679
|
+
"input": [
|
|
4680
|
+
173,
|
|
4681
|
+
"GetReceiptDto!"
|
|
4682
|
+
]
|
|
4683
|
+
}
|
|
4684
|
+
],
|
|
4685
|
+
"getReceiptUrl": [
|
|
4686
|
+
117,
|
|
4687
|
+
{
|
|
4688
|
+
"input": [
|
|
4689
|
+
173,
|
|
4690
|
+
"GetReceiptDto!"
|
|
4691
|
+
]
|
|
4692
|
+
}
|
|
4693
|
+
],
|
|
4494
4694
|
"__typename": [
|
|
4495
4695
|
1
|
|
4496
4696
|
]
|
|
@@ -4552,7 +4752,7 @@ exports.default = {
|
|
|
4552
4752
|
5,
|
|
4553
4753
|
{
|
|
4554
4754
|
"tenant": [
|
|
4555
|
-
|
|
4755
|
+
195,
|
|
4556
4756
|
"CreateTenantInput!"
|
|
4557
4757
|
]
|
|
4558
4758
|
}
|
|
@@ -4561,7 +4761,7 @@ exports.default = {
|
|
|
4561
4761
|
11,
|
|
4562
4762
|
{
|
|
4563
4763
|
"tenant": [
|
|
4564
|
-
|
|
4764
|
+
195,
|
|
4565
4765
|
"CreateTenantInput!"
|
|
4566
4766
|
]
|
|
4567
4767
|
}
|
|
@@ -4570,7 +4770,7 @@ exports.default = {
|
|
|
4570
4770
|
3,
|
|
4571
4771
|
{
|
|
4572
4772
|
"user": [
|
|
4573
|
-
|
|
4773
|
+
196,
|
|
4574
4774
|
"CreateActiveUserInput!"
|
|
4575
4775
|
]
|
|
4576
4776
|
}
|
|
@@ -4605,7 +4805,7 @@ exports.default = {
|
|
|
4605
4805
|
0,
|
|
4606
4806
|
{
|
|
4607
4807
|
"input": [
|
|
4608
|
-
|
|
4808
|
+
197,
|
|
4609
4809
|
"RegisterUserToDomainFromEmailInput!"
|
|
4610
4810
|
]
|
|
4611
4811
|
}
|
|
@@ -4614,7 +4814,7 @@ exports.default = {
|
|
|
4614
4814
|
8,
|
|
4615
4815
|
{
|
|
4616
4816
|
"dto": [
|
|
4617
|
-
|
|
4817
|
+
198,
|
|
4618
4818
|
"RefreshTokenInput!"
|
|
4619
4819
|
]
|
|
4620
4820
|
}
|
|
@@ -4623,7 +4823,7 @@ exports.default = {
|
|
|
4623
4823
|
33,
|
|
4624
4824
|
{
|
|
4625
4825
|
"input": [
|
|
4626
|
-
|
|
4826
|
+
199,
|
|
4627
4827
|
"AWSS3DeleteUseTypeFileDto!"
|
|
4628
4828
|
]
|
|
4629
4829
|
}
|
|
@@ -4632,7 +4832,7 @@ exports.default = {
|
|
|
4632
4832
|
33,
|
|
4633
4833
|
{
|
|
4634
4834
|
"input": [
|
|
4635
|
-
|
|
4835
|
+
200,
|
|
4636
4836
|
"AWSS3DeleteBucketFileDto!"
|
|
4637
4837
|
]
|
|
4638
4838
|
}
|
|
@@ -4641,7 +4841,7 @@ exports.default = {
|
|
|
4641
4841
|
33,
|
|
4642
4842
|
{
|
|
4643
4843
|
"input": [
|
|
4644
|
-
|
|
4844
|
+
201,
|
|
4645
4845
|
"AWSS3DeleteUseTypeKeyDto!"
|
|
4646
4846
|
]
|
|
4647
4847
|
}
|
|
@@ -4650,7 +4850,7 @@ exports.default = {
|
|
|
4650
4850
|
27,
|
|
4651
4851
|
{
|
|
4652
4852
|
"input": [
|
|
4653
|
-
|
|
4853
|
+
156,
|
|
4654
4854
|
"AWSS3UploadedFileDto!"
|
|
4655
4855
|
]
|
|
4656
4856
|
}
|
|
@@ -4659,7 +4859,7 @@ exports.default = {
|
|
|
4659
4859
|
56,
|
|
4660
4860
|
{
|
|
4661
4861
|
"input": [
|
|
4662
|
-
|
|
4862
|
+
202,
|
|
4663
4863
|
"CreateIndustryDto!"
|
|
4664
4864
|
]
|
|
4665
4865
|
}
|
|
@@ -4668,7 +4868,7 @@ exports.default = {
|
|
|
4668
4868
|
39,
|
|
4669
4869
|
{
|
|
4670
4870
|
"input": [
|
|
4671
|
-
|
|
4871
|
+
203,
|
|
4672
4872
|
"CreateBrandDto!"
|
|
4673
4873
|
]
|
|
4674
4874
|
}
|
|
@@ -4677,7 +4877,7 @@ exports.default = {
|
|
|
4677
4877
|
59,
|
|
4678
4878
|
{
|
|
4679
4879
|
"input": [
|
|
4680
|
-
|
|
4880
|
+
205,
|
|
4681
4881
|
"RegisterSponsorInput!"
|
|
4682
4882
|
]
|
|
4683
4883
|
}
|
|
@@ -4686,16 +4886,16 @@ exports.default = {
|
|
|
4686
4886
|
59,
|
|
4687
4887
|
{
|
|
4688
4888
|
"input": [
|
|
4689
|
-
|
|
4889
|
+
206,
|
|
4690
4890
|
"CreateSponsorDto!"
|
|
4691
4891
|
]
|
|
4692
4892
|
}
|
|
4693
4893
|
],
|
|
4694
4894
|
"sendAthleteInvitations": [
|
|
4695
|
-
|
|
4895
|
+
103,
|
|
4696
4896
|
{
|
|
4697
4897
|
"input": [
|
|
4698
|
-
|
|
4898
|
+
143,
|
|
4699
4899
|
"InviteAthletesDto!"
|
|
4700
4900
|
]
|
|
4701
4901
|
}
|
|
@@ -4704,34 +4904,34 @@ exports.default = {
|
|
|
4704
4904
|
99,
|
|
4705
4905
|
{
|
|
4706
4906
|
"input": [
|
|
4707
|
-
|
|
4907
|
+
207,
|
|
4708
4908
|
"RegisterAthleteDto!"
|
|
4709
4909
|
]
|
|
4710
4910
|
}
|
|
4711
4911
|
],
|
|
4712
4912
|
"editProfileValue": [
|
|
4713
|
-
|
|
4913
|
+
118,
|
|
4714
4914
|
{
|
|
4715
4915
|
"input": [
|
|
4716
|
-
|
|
4916
|
+
208,
|
|
4717
4917
|
"EditValueDto!"
|
|
4718
4918
|
]
|
|
4719
4919
|
}
|
|
4720
4920
|
],
|
|
4721
4921
|
"editPicture": [
|
|
4722
|
-
|
|
4922
|
+
125,
|
|
4723
4923
|
{
|
|
4724
4924
|
"input": [
|
|
4725
|
-
|
|
4925
|
+
155,
|
|
4726
4926
|
"EditPictureDto!"
|
|
4727
4927
|
]
|
|
4728
4928
|
}
|
|
4729
4929
|
],
|
|
4730
4930
|
"AddAlbumPictures": [
|
|
4731
|
-
|
|
4931
|
+
126,
|
|
4732
4932
|
{
|
|
4733
4933
|
"input": [
|
|
4734
|
-
|
|
4934
|
+
157,
|
|
4735
4935
|
"UploadAlbumsPicturesDto!"
|
|
4736
4936
|
]
|
|
4737
4937
|
}
|
|
@@ -4740,16 +4940,16 @@ exports.default = {
|
|
|
4740
4940
|
79,
|
|
4741
4941
|
{
|
|
4742
4942
|
"input": [
|
|
4743
|
-
|
|
4943
|
+
146,
|
|
4744
4944
|
"CreateAthleteCompetitionDto!"
|
|
4745
4945
|
]
|
|
4746
4946
|
}
|
|
4747
4947
|
],
|
|
4748
4948
|
"deleteAthleteCompetition": [
|
|
4749
|
-
|
|
4949
|
+
121,
|
|
4750
4950
|
{
|
|
4751
4951
|
"input": [
|
|
4752
|
-
|
|
4952
|
+
151,
|
|
4753
4953
|
"DeleteSingleValueDto!"
|
|
4754
4954
|
]
|
|
4755
4955
|
}
|
|
@@ -4758,7 +4958,7 @@ exports.default = {
|
|
|
4758
4958
|
86,
|
|
4759
4959
|
{
|
|
4760
4960
|
"input": [
|
|
4761
|
-
|
|
4961
|
+
157,
|
|
4762
4962
|
"UploadAlbumsPicturesDto!"
|
|
4763
4963
|
]
|
|
4764
4964
|
}
|
|
@@ -4767,25 +4967,25 @@ exports.default = {
|
|
|
4767
4967
|
86,
|
|
4768
4968
|
{
|
|
4769
4969
|
"input": [
|
|
4770
|
-
|
|
4970
|
+
157,
|
|
4771
4971
|
"UploadAlbumsPicturesDto!"
|
|
4772
4972
|
]
|
|
4773
4973
|
}
|
|
4774
4974
|
],
|
|
4775
4975
|
"deleteAthleteAlbum": [
|
|
4776
|
-
|
|
4976
|
+
121,
|
|
4777
4977
|
{
|
|
4778
4978
|
"input": [
|
|
4779
|
-
|
|
4979
|
+
151,
|
|
4780
4980
|
"DeleteSingleValueDto!"
|
|
4781
4981
|
]
|
|
4782
4982
|
}
|
|
4783
4983
|
],
|
|
4784
4984
|
"deleteAthletePhotos": [
|
|
4785
|
-
|
|
4985
|
+
120,
|
|
4786
4986
|
{
|
|
4787
4987
|
"input": [
|
|
4788
|
-
|
|
4988
|
+
158,
|
|
4789
4989
|
"DeleteValuesDto!"
|
|
4790
4990
|
]
|
|
4791
4991
|
}
|
|
@@ -4794,7 +4994,7 @@ exports.default = {
|
|
|
4794
4994
|
76,
|
|
4795
4995
|
{
|
|
4796
4996
|
"input": [
|
|
4797
|
-
|
|
4997
|
+
145,
|
|
4798
4998
|
"SetCompetitionResultDto!"
|
|
4799
4999
|
]
|
|
4800
5000
|
}
|
|
@@ -4806,7 +5006,7 @@ exports.default = {
|
|
|
4806
5006
|
67,
|
|
4807
5007
|
{
|
|
4808
5008
|
"input": [
|
|
4809
|
-
|
|
5009
|
+
209,
|
|
4810
5010
|
"CreateSportDto!"
|
|
4811
5011
|
]
|
|
4812
5012
|
}
|
|
@@ -4815,7 +5015,7 @@ exports.default = {
|
|
|
4815
5015
|
67,
|
|
4816
5016
|
{
|
|
4817
5017
|
"input": [
|
|
4818
|
-
|
|
5018
|
+
210,
|
|
4819
5019
|
"UpdateSportDto!"
|
|
4820
5020
|
]
|
|
4821
5021
|
}
|
|
@@ -4824,7 +5024,7 @@ exports.default = {
|
|
|
4824
5024
|
70,
|
|
4825
5025
|
{
|
|
4826
5026
|
"input": [
|
|
4827
|
-
|
|
5027
|
+
211,
|
|
4828
5028
|
"CreateSportLevelDto!"
|
|
4829
5029
|
]
|
|
4830
5030
|
}
|
|
@@ -4833,7 +5033,7 @@ exports.default = {
|
|
|
4833
5033
|
65,
|
|
4834
5034
|
{
|
|
4835
5035
|
"input": [
|
|
4836
|
-
|
|
5036
|
+
213,
|
|
4837
5037
|
"CreateSponsorshipDto!"
|
|
4838
5038
|
]
|
|
4839
5039
|
}
|
|
@@ -4842,7 +5042,7 @@ exports.default = {
|
|
|
4842
5042
|
45,
|
|
4843
5043
|
{
|
|
4844
5044
|
"input": [
|
|
4845
|
-
|
|
5045
|
+
220,
|
|
4846
5046
|
"CreateCountryDto!"
|
|
4847
5047
|
]
|
|
4848
5048
|
}
|
|
@@ -4851,7 +5051,7 @@ exports.default = {
|
|
|
4851
5051
|
44,
|
|
4852
5052
|
{
|
|
4853
5053
|
"input": [
|
|
4854
|
-
|
|
5054
|
+
221,
|
|
4855
5055
|
"CreateStateDto!"
|
|
4856
5056
|
]
|
|
4857
5057
|
}
|
|
@@ -4860,7 +5060,7 @@ exports.default = {
|
|
|
4860
5060
|
43,
|
|
4861
5061
|
{
|
|
4862
5062
|
"input": [
|
|
4863
|
-
|
|
5063
|
+
222,
|
|
4864
5064
|
"CreateCityDto!"
|
|
4865
5065
|
]
|
|
4866
5066
|
}
|
|
@@ -4869,7 +5069,7 @@ exports.default = {
|
|
|
4869
5069
|
29,
|
|
4870
5070
|
{
|
|
4871
5071
|
"input": [
|
|
4872
|
-
|
|
5072
|
+
171,
|
|
4873
5073
|
"RegisterUserDto!"
|
|
4874
5074
|
]
|
|
4875
5075
|
}
|
|
@@ -4878,7 +5078,7 @@ exports.default = {
|
|
|
4878
5078
|
3,
|
|
4879
5079
|
{
|
|
4880
5080
|
"input": [
|
|
4881
|
-
|
|
5081
|
+
141,
|
|
4882
5082
|
"VerifyCodeDto!"
|
|
4883
5083
|
]
|
|
4884
5084
|
}
|
|
@@ -4887,7 +5087,7 @@ exports.default = {
|
|
|
4887
5087
|
0,
|
|
4888
5088
|
{
|
|
4889
5089
|
"input": [
|
|
4890
|
-
|
|
5090
|
+
141,
|
|
4891
5091
|
"VerifyCodeDto!"
|
|
4892
5092
|
]
|
|
4893
5093
|
}
|
|
@@ -4896,7 +5096,7 @@ exports.default = {
|
|
|
4896
5096
|
0,
|
|
4897
5097
|
{
|
|
4898
5098
|
"input": [
|
|
4899
|
-
|
|
5099
|
+
171,
|
|
4900
5100
|
"RegisterUserDto!"
|
|
4901
5101
|
]
|
|
4902
5102
|
}
|
|
@@ -4905,7 +5105,7 @@ exports.default = {
|
|
|
4905
5105
|
0,
|
|
4906
5106
|
{
|
|
4907
5107
|
"input": [
|
|
4908
|
-
|
|
5108
|
+
171,
|
|
4909
5109
|
"RegisterUserDto!"
|
|
4910
5110
|
]
|
|
4911
5111
|
}
|
|
@@ -4924,7 +5124,7 @@ exports.default = {
|
|
|
4924
5124
|
}
|
|
4925
5125
|
],
|
|
4926
5126
|
"createResetPasswordCode": [
|
|
4927
|
-
|
|
5127
|
+
118,
|
|
4928
5128
|
{
|
|
4929
5129
|
"input": [
|
|
4930
5130
|
1,
|
|
@@ -4933,25 +5133,25 @@ exports.default = {
|
|
|
4933
5133
|
}
|
|
4934
5134
|
],
|
|
4935
5135
|
"resetUserPassword": [
|
|
4936
|
-
|
|
5136
|
+
118,
|
|
4937
5137
|
{
|
|
4938
5138
|
"input": [
|
|
4939
|
-
|
|
5139
|
+
172,
|
|
4940
5140
|
"resetPasswordDto!"
|
|
4941
5141
|
]
|
|
4942
5142
|
}
|
|
4943
5143
|
],
|
|
4944
5144
|
"handleStravaCallback": [
|
|
4945
|
-
|
|
5145
|
+
104,
|
|
4946
5146
|
{
|
|
4947
5147
|
"data": [
|
|
4948
|
-
|
|
5148
|
+
223,
|
|
4949
5149
|
"RegisterStravaDto!"
|
|
4950
5150
|
]
|
|
4951
5151
|
}
|
|
4952
5152
|
],
|
|
4953
5153
|
"refreshStravaToken": [
|
|
4954
|
-
|
|
5154
|
+
104,
|
|
4955
5155
|
{
|
|
4956
5156
|
"input": [
|
|
4957
5157
|
1,
|
|
@@ -4963,7 +5163,7 @@ exports.default = {
|
|
|
4963
5163
|
75,
|
|
4964
5164
|
{
|
|
4965
5165
|
"input": [
|
|
4966
|
-
|
|
5166
|
+
224,
|
|
4967
5167
|
"CreateSportEventDto!"
|
|
4968
5168
|
]
|
|
4969
5169
|
}
|
|
@@ -4972,7 +5172,7 @@ exports.default = {
|
|
|
4972
5172
|
88,
|
|
4973
5173
|
{
|
|
4974
5174
|
"input": [
|
|
4975
|
-
|
|
5175
|
+
180,
|
|
4976
5176
|
"SetFundingStatusDto!"
|
|
4977
5177
|
]
|
|
4978
5178
|
}
|
|
@@ -4981,7 +5181,7 @@ exports.default = {
|
|
|
4981
5181
|
88,
|
|
4982
5182
|
{
|
|
4983
5183
|
"input": [
|
|
4984
|
-
|
|
5184
|
+
178,
|
|
4985
5185
|
"CreateFundingCampaignDto!"
|
|
4986
5186
|
]
|
|
4987
5187
|
}
|
|
@@ -4990,7 +5190,7 @@ exports.default = {
|
|
|
4990
5190
|
80,
|
|
4991
5191
|
{
|
|
4992
5192
|
"input": [
|
|
4993
|
-
|
|
5193
|
+
181,
|
|
4994
5194
|
"CreateMembershipOrganizationDto!"
|
|
4995
5195
|
]
|
|
4996
5196
|
}
|
|
@@ -4999,16 +5199,16 @@ exports.default = {
|
|
|
4999
5199
|
82,
|
|
5000
5200
|
{
|
|
5001
5201
|
"input": [
|
|
5002
|
-
|
|
5202
|
+
182,
|
|
5003
5203
|
"CreateAthleteMembershipDto!"
|
|
5004
5204
|
]
|
|
5005
5205
|
}
|
|
5006
5206
|
],
|
|
5007
5207
|
"deleteAthleteMembershipAffilation": [
|
|
5008
|
-
|
|
5208
|
+
121,
|
|
5009
5209
|
{
|
|
5010
5210
|
"input": [
|
|
5011
|
-
|
|
5211
|
+
151,
|
|
5012
5212
|
"DeleteSingleValueDto!"
|
|
5013
5213
|
]
|
|
5014
5214
|
}
|
|
@@ -5026,19 +5226,19 @@ exports.default = {
|
|
|
5026
5226
|
96,
|
|
5027
5227
|
{
|
|
5028
5228
|
"input": [
|
|
5029
|
-
|
|
5229
|
+
225,
|
|
5030
5230
|
"CreateStripeAccountDto!"
|
|
5031
5231
|
]
|
|
5032
5232
|
}
|
|
5033
5233
|
],
|
|
5034
5234
|
"createAthleteStripeSession": [
|
|
5035
|
-
|
|
5235
|
+
105
|
|
5036
5236
|
],
|
|
5037
5237
|
"createStripeCheckoutSession": [
|
|
5038
|
-
|
|
5238
|
+
106,
|
|
5039
5239
|
{
|
|
5040
5240
|
"input": [
|
|
5041
|
-
|
|
5241
|
+
183,
|
|
5042
5242
|
"DonationCheckoutDto!"
|
|
5043
5243
|
]
|
|
5044
5244
|
}
|
|
@@ -5161,13 +5361,13 @@ exports.default = {
|
|
|
5161
5361
|
1
|
|
5162
5362
|
],
|
|
5163
5363
|
"logo": [
|
|
5164
|
-
|
|
5364
|
+
156
|
|
5165
5365
|
],
|
|
5166
5366
|
"banner": [
|
|
5167
|
-
|
|
5367
|
+
156
|
|
5168
5368
|
],
|
|
5169
5369
|
"translations": [
|
|
5170
|
-
|
|
5370
|
+
204
|
|
5171
5371
|
],
|
|
5172
5372
|
"__typename": [
|
|
5173
5373
|
1
|
|
@@ -5190,10 +5390,10 @@ exports.default = {
|
|
|
5190
5390
|
1
|
|
5191
5391
|
],
|
|
5192
5392
|
"logo": [
|
|
5193
|
-
|
|
5393
|
+
156
|
|
5194
5394
|
],
|
|
5195
5395
|
"banner": [
|
|
5196
|
-
|
|
5396
|
+
156
|
|
5197
5397
|
],
|
|
5198
5398
|
"__typename": [
|
|
5199
5399
|
1
|
|
@@ -5298,10 +5498,10 @@ exports.default = {
|
|
|
5298
5498
|
1
|
|
5299
5499
|
],
|
|
5300
5500
|
"profilePicture": [
|
|
5301
|
-
|
|
5501
|
+
156
|
|
5302
5502
|
],
|
|
5303
5503
|
"cardPicture": [
|
|
5304
|
-
|
|
5504
|
+
156
|
|
5305
5505
|
],
|
|
5306
5506
|
"__typename": [
|
|
5307
5507
|
1
|
|
@@ -5357,7 +5557,7 @@ exports.default = {
|
|
|
5357
5557
|
18
|
|
5358
5558
|
],
|
|
5359
5559
|
"translations": [
|
|
5360
|
-
|
|
5560
|
+
212
|
|
5361
5561
|
],
|
|
5362
5562
|
"__typename": [
|
|
5363
5563
|
1
|
|
@@ -5391,10 +5591,10 @@ exports.default = {
|
|
|
5391
5591
|
18
|
|
5392
5592
|
],
|
|
5393
5593
|
"banner": [
|
|
5394
|
-
|
|
5594
|
+
156
|
|
5395
5595
|
],
|
|
5396
5596
|
"criteria": [
|
|
5397
|
-
|
|
5597
|
+
214
|
|
5398
5598
|
],
|
|
5399
5599
|
"deadline": [
|
|
5400
5600
|
14
|
|
@@ -5403,13 +5603,13 @@ exports.default = {
|
|
|
5403
5603
|
14
|
|
5404
5604
|
],
|
|
5405
5605
|
"duration": [
|
|
5406
|
-
|
|
5606
|
+
216
|
|
5407
5607
|
],
|
|
5408
5608
|
"sponsorshipItems": [
|
|
5409
|
-
|
|
5609
|
+
217
|
|
5410
5610
|
],
|
|
5411
5611
|
"commitments": [
|
|
5412
|
-
|
|
5612
|
+
218
|
|
5413
5613
|
],
|
|
5414
5614
|
"terms": [
|
|
5415
5615
|
1
|
|
@@ -5421,7 +5621,7 @@ exports.default = {
|
|
|
5421
5621
|
2
|
|
5422
5622
|
],
|
|
5423
5623
|
"translations": [
|
|
5424
|
-
|
|
5624
|
+
219
|
|
5425
5625
|
],
|
|
5426
5626
|
"__typename": [
|
|
5427
5627
|
1
|
|
@@ -5435,7 +5635,7 @@ exports.default = {
|
|
|
5435
5635
|
1
|
|
5436
5636
|
],
|
|
5437
5637
|
"qualificationsBag": [
|
|
5438
|
-
|
|
5638
|
+
215
|
|
5439
5639
|
],
|
|
5440
5640
|
"__typename": [
|
|
5441
5641
|
1
|
|
@@ -5443,28 +5643,28 @@ exports.default = {
|
|
|
5443
5643
|
},
|
|
5444
5644
|
"QualificationsBagDto": {
|
|
5445
5645
|
"ageQualifications": [
|
|
5446
|
-
|
|
5646
|
+
163
|
|
5447
5647
|
],
|
|
5448
5648
|
"genderQualifications": [
|
|
5449
|
-
|
|
5649
|
+
164
|
|
5450
5650
|
],
|
|
5451
5651
|
"scoreQualifications": [
|
|
5452
|
-
|
|
5652
|
+
166
|
|
5453
5653
|
],
|
|
5454
5654
|
"locationQualifications": [
|
|
5455
|
-
|
|
5655
|
+
167
|
|
5456
5656
|
],
|
|
5457
5657
|
"nationalityQualifications": [
|
|
5458
|
-
|
|
5658
|
+
165
|
|
5459
5659
|
],
|
|
5460
5660
|
"distanceQualifications": [
|
|
5461
|
-
|
|
5661
|
+
168
|
|
5462
5662
|
],
|
|
5463
5663
|
"sportsQualifications": [
|
|
5464
|
-
|
|
5664
|
+
169
|
|
5465
5665
|
],
|
|
5466
5666
|
"levelQualifications": [
|
|
5467
|
-
|
|
5667
|
+
170
|
|
5468
5668
|
],
|
|
5469
5669
|
"__typename": [
|
|
5470
5670
|
1
|
|
@@ -5541,7 +5741,7 @@ exports.default = {
|
|
|
5541
5741
|
1
|
|
5542
5742
|
],
|
|
5543
5743
|
"banner": [
|
|
5544
|
-
|
|
5744
|
+
156
|
|
5545
5745
|
],
|
|
5546
5746
|
"terms": [
|
|
5547
5747
|
1
|
|
@@ -5659,7 +5859,7 @@ exports.default = {
|
|
|
5659
5859
|
1
|
|
5660
5860
|
],
|
|
5661
5861
|
"banner": [
|
|
5662
|
-
|
|
5862
|
+
156
|
|
5663
5863
|
],
|
|
5664
5864
|
"eventLevel": [
|
|
5665
5865
|
1
|