@vertikalx/vtx-backend-client 1.0.0-dev-daniel.204 → 1.0.0-dev-daniel.205
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/client/schema.d.ts +31 -0
- package/src/client/schema.graphql +17 -0
- package/src/client/schema.js +9 -1
- package/src/client/schema.js.map +1 -1
- package/src/client/types.d.ts +19 -0
- package/src/client/types.js +140 -91
- package/src/client/types.js.map +1 -1
- package/tsconfig.lib.tsbuildinfo +1 -1
package/src/client/types.js
CHANGED
|
@@ -2337,6 +2337,20 @@ exports.default = {
|
|
|
2337
2337
|
1
|
|
2338
2338
|
]
|
|
2339
2339
|
},
|
|
2340
|
+
"StripeCheckoutSession": {
|
|
2341
|
+
"client_secret": [
|
|
2342
|
+
1
|
|
2343
|
+
],
|
|
2344
|
+
"expires_at": [
|
|
2345
|
+
17
|
|
2346
|
+
],
|
|
2347
|
+
"livemode": [
|
|
2348
|
+
2
|
|
2349
|
+
],
|
|
2350
|
+
"__typename": [
|
|
2351
|
+
1
|
|
2352
|
+
]
|
|
2353
|
+
},
|
|
2340
2354
|
"EditValueResponse": {
|
|
2341
2355
|
"field": [
|
|
2342
2356
|
1
|
|
@@ -2373,7 +2387,7 @@ exports.default = {
|
|
|
2373
2387
|
2
|
|
2374
2388
|
],
|
|
2375
2389
|
"failureReason": [
|
|
2376
|
-
|
|
2390
|
+
96
|
|
2377
2391
|
],
|
|
2378
2392
|
"__typename": [
|
|
2379
2393
|
1
|
|
@@ -2392,7 +2406,7 @@ exports.default = {
|
|
|
2392
2406
|
},
|
|
2393
2407
|
"CursorPaginationResponse": {
|
|
2394
2408
|
"sort": [
|
|
2395
|
-
|
|
2409
|
+
98
|
|
2396
2410
|
],
|
|
2397
2411
|
"initialCursorId": [
|
|
2398
2412
|
1
|
|
@@ -2424,7 +2438,7 @@ exports.default = {
|
|
|
2424
2438
|
90
|
|
2425
2439
|
],
|
|
2426
2440
|
"cursor": [
|
|
2427
|
-
|
|
2441
|
+
99
|
|
2428
2442
|
],
|
|
2429
2443
|
"__typename": [
|
|
2430
2444
|
1
|
|
@@ -2452,7 +2466,7 @@ exports.default = {
|
|
|
2452
2466
|
1
|
|
2453
2467
|
],
|
|
2454
2468
|
"failureReason": [
|
|
2455
|
-
|
|
2469
|
+
96
|
|
2456
2470
|
],
|
|
2457
2471
|
"result": [
|
|
2458
2472
|
1
|
|
@@ -2517,7 +2531,7 @@ exports.default = {
|
|
|
2517
2531
|
1
|
|
2518
2532
|
],
|
|
2519
2533
|
"invitations": [
|
|
2520
|
-
|
|
2534
|
+
105
|
|
2521
2535
|
],
|
|
2522
2536
|
"__typename": [
|
|
2523
2537
|
1
|
|
@@ -2580,7 +2594,7 @@ exports.default = {
|
|
|
2580
2594
|
1
|
|
2581
2595
|
],
|
|
2582
2596
|
"result": [
|
|
2583
|
-
|
|
2597
|
+
107
|
|
2584
2598
|
],
|
|
2585
2599
|
"cityId": [
|
|
2586
2600
|
1
|
|
@@ -2603,7 +2617,7 @@ exports.default = {
|
|
|
2603
2617
|
1
|
|
2604
2618
|
],
|
|
2605
2619
|
"result": [
|
|
2606
|
-
|
|
2620
|
+
107
|
|
2607
2621
|
],
|
|
2608
2622
|
"cityId": [
|
|
2609
2623
|
1
|
|
@@ -2639,13 +2653,13 @@ exports.default = {
|
|
|
2639
2653
|
},
|
|
2640
2654
|
"CursorPaginationDto": {
|
|
2641
2655
|
"sortCriteria": [
|
|
2642
|
-
|
|
2656
|
+
112
|
|
2643
2657
|
],
|
|
2644
2658
|
"limit": [
|
|
2645
2659
|
17
|
|
2646
2660
|
],
|
|
2647
2661
|
"cursorPosition": [
|
|
2648
|
-
|
|
2662
|
+
111
|
|
2649
2663
|
],
|
|
2650
2664
|
"__typename": [
|
|
2651
2665
|
1
|
|
@@ -2717,7 +2731,7 @@ exports.default = {
|
|
|
2717
2731
|
1
|
|
2718
2732
|
],
|
|
2719
2733
|
"currentCampaign": [
|
|
2720
|
-
|
|
2734
|
+
115
|
|
2721
2735
|
],
|
|
2722
2736
|
"sports": [
|
|
2723
2737
|
1
|
|
@@ -2770,10 +2784,10 @@ exports.default = {
|
|
|
2770
2784
|
},
|
|
2771
2785
|
"AthleteQueryDto": {
|
|
2772
2786
|
"cursor": [
|
|
2773
|
-
|
|
2787
|
+
113
|
|
2774
2788
|
],
|
|
2775
2789
|
"filters": [
|
|
2776
|
-
|
|
2790
|
+
116
|
|
2777
2791
|
],
|
|
2778
2792
|
"__typename": [
|
|
2779
2793
|
1
|
|
@@ -2975,7 +2989,7 @@ exports.default = {
|
|
|
2975
2989
|
17
|
|
2976
2990
|
],
|
|
2977
2991
|
"items": [
|
|
2978
|
-
|
|
2992
|
+
129
|
|
2979
2993
|
],
|
|
2980
2994
|
"__typename": [
|
|
2981
2995
|
1
|
|
@@ -2986,7 +3000,7 @@ exports.default = {
|
|
|
2986
3000
|
17
|
|
2987
3001
|
],
|
|
2988
3002
|
"items": [
|
|
2989
|
-
|
|
3003
|
+
129
|
|
2990
3004
|
],
|
|
2991
3005
|
"athleteCompetitionId": [
|
|
2992
3006
|
1
|
|
@@ -3021,10 +3035,10 @@ exports.default = {
|
|
|
3021
3035
|
14
|
|
3022
3036
|
],
|
|
3023
3037
|
"budget": [
|
|
3024
|
-
|
|
3038
|
+
131
|
|
3025
3039
|
],
|
|
3026
3040
|
"competitionBudgets": [
|
|
3027
|
-
|
|
3041
|
+
132
|
|
3028
3042
|
],
|
|
3029
3043
|
"competitionIds": [
|
|
3030
3044
|
1
|
|
@@ -3059,10 +3073,10 @@ exports.default = {
|
|
|
3059
3073
|
14
|
|
3060
3074
|
],
|
|
3061
3075
|
"budget": [
|
|
3062
|
-
|
|
3076
|
+
131
|
|
3063
3077
|
],
|
|
3064
3078
|
"competitionBudgets": [
|
|
3065
|
-
|
|
3079
|
+
132
|
|
3066
3080
|
],
|
|
3067
3081
|
"competitionIds": [
|
|
3068
3082
|
1
|
|
@@ -3088,7 +3102,7 @@ exports.default = {
|
|
|
3088
3102
|
1
|
|
3089
3103
|
],
|
|
3090
3104
|
"logo": [
|
|
3091
|
-
|
|
3105
|
+
136
|
|
3092
3106
|
],
|
|
3093
3107
|
"countryId": [
|
|
3094
3108
|
1
|
|
@@ -3143,6 +3157,32 @@ exports.default = {
|
|
|
3143
3157
|
1
|
|
3144
3158
|
]
|
|
3145
3159
|
},
|
|
3160
|
+
"DonationCheckoutDto": {
|
|
3161
|
+
"athleteId": [
|
|
3162
|
+
1
|
|
3163
|
+
],
|
|
3164
|
+
"donationAmount": [
|
|
3165
|
+
17
|
|
3166
|
+
],
|
|
3167
|
+
"mode": [
|
|
3168
|
+
1
|
|
3169
|
+
],
|
|
3170
|
+
"fromName": [
|
|
3171
|
+
1
|
|
3172
|
+
],
|
|
3173
|
+
"fromEmail": [
|
|
3174
|
+
1
|
|
3175
|
+
],
|
|
3176
|
+
"fromPhone": [
|
|
3177
|
+
1
|
|
3178
|
+
],
|
|
3179
|
+
"message": [
|
|
3180
|
+
1
|
|
3181
|
+
],
|
|
3182
|
+
"__typename": [
|
|
3183
|
+
1
|
|
3184
|
+
]
|
|
3185
|
+
},
|
|
3146
3186
|
"Query": {
|
|
3147
3187
|
"findTenantById": [
|
|
3148
3188
|
5,
|
|
@@ -3213,7 +3253,7 @@ exports.default = {
|
|
|
3213
3253
|
31,
|
|
3214
3254
|
{
|
|
3215
3255
|
"input": [
|
|
3216
|
-
|
|
3256
|
+
140,
|
|
3217
3257
|
"AWSS3GetUploadDto!"
|
|
3218
3258
|
]
|
|
3219
3259
|
}
|
|
@@ -3275,7 +3315,7 @@ exports.default = {
|
|
|
3275
3315
|
91,
|
|
3276
3316
|
{
|
|
3277
3317
|
"input": [
|
|
3278
|
-
|
|
3318
|
+
141,
|
|
3279
3319
|
"FindSponsorAthleteInvitationDto!"
|
|
3280
3320
|
]
|
|
3281
3321
|
}
|
|
@@ -3284,10 +3324,10 @@ exports.default = {
|
|
|
3284
3324
|
90
|
|
3285
3325
|
],
|
|
3286
3326
|
"queryAthleteFundingCampaigns": [
|
|
3287
|
-
|
|
3327
|
+
100,
|
|
3288
3328
|
{
|
|
3289
3329
|
"input": [
|
|
3290
|
-
|
|
3330
|
+
117,
|
|
3291
3331
|
"AthleteQueryDto!"
|
|
3292
3332
|
]
|
|
3293
3333
|
}
|
|
@@ -3335,7 +3375,7 @@ exports.default = {
|
|
|
3335
3375
|
73,
|
|
3336
3376
|
{
|
|
3337
3377
|
"input": [
|
|
3338
|
-
|
|
3378
|
+
142,
|
|
3339
3379
|
"GetAthleteCompetitionsDto!"
|
|
3340
3380
|
]
|
|
3341
3381
|
}
|
|
@@ -3413,7 +3453,7 @@ exports.default = {
|
|
|
3413
3453
|
0,
|
|
3414
3454
|
{
|
|
3415
3455
|
"input": [
|
|
3416
|
-
|
|
3456
|
+
143,
|
|
3417
3457
|
"FindVtxUserDto!"
|
|
3418
3458
|
]
|
|
3419
3459
|
}
|
|
@@ -3432,7 +3472,7 @@ exports.default = {
|
|
|
3432
3472
|
}
|
|
3433
3473
|
],
|
|
3434
3474
|
"getUserImagesFromEmail": [
|
|
3435
|
-
|
|
3475
|
+
101,
|
|
3436
3476
|
{
|
|
3437
3477
|
"loginEmail": [
|
|
3438
3478
|
1,
|
|
@@ -3447,7 +3487,7 @@ exports.default = {
|
|
|
3447
3487
|
69,
|
|
3448
3488
|
{
|
|
3449
3489
|
"input": [
|
|
3450
|
-
|
|
3490
|
+
144,
|
|
3451
3491
|
"GetSportEventsDto!"
|
|
3452
3492
|
]
|
|
3453
3493
|
}
|
|
@@ -3516,7 +3556,7 @@ exports.default = {
|
|
|
3516
3556
|
5,
|
|
3517
3557
|
{
|
|
3518
3558
|
"tenant": [
|
|
3519
|
-
|
|
3559
|
+
146,
|
|
3520
3560
|
"CreateTenantInput!"
|
|
3521
3561
|
]
|
|
3522
3562
|
}
|
|
@@ -3525,7 +3565,7 @@ exports.default = {
|
|
|
3525
3565
|
11,
|
|
3526
3566
|
{
|
|
3527
3567
|
"tenant": [
|
|
3528
|
-
|
|
3568
|
+
146,
|
|
3529
3569
|
"CreateTenantInput!"
|
|
3530
3570
|
]
|
|
3531
3571
|
}
|
|
@@ -3534,7 +3574,7 @@ exports.default = {
|
|
|
3534
3574
|
3,
|
|
3535
3575
|
{
|
|
3536
3576
|
"user": [
|
|
3537
|
-
|
|
3577
|
+
147,
|
|
3538
3578
|
"CreateActiveUserInput!"
|
|
3539
3579
|
]
|
|
3540
3580
|
}
|
|
@@ -3569,7 +3609,7 @@ exports.default = {
|
|
|
3569
3609
|
0,
|
|
3570
3610
|
{
|
|
3571
3611
|
"input": [
|
|
3572
|
-
|
|
3612
|
+
148,
|
|
3573
3613
|
"RegisterUserToDomainFromEmailInput!"
|
|
3574
3614
|
]
|
|
3575
3615
|
}
|
|
@@ -3578,7 +3618,7 @@ exports.default = {
|
|
|
3578
3618
|
8,
|
|
3579
3619
|
{
|
|
3580
3620
|
"dto": [
|
|
3581
|
-
|
|
3621
|
+
149,
|
|
3582
3622
|
"RefreshTokenInput!"
|
|
3583
3623
|
]
|
|
3584
3624
|
}
|
|
@@ -3587,7 +3627,7 @@ exports.default = {
|
|
|
3587
3627
|
32,
|
|
3588
3628
|
{
|
|
3589
3629
|
"input": [
|
|
3590
|
-
|
|
3630
|
+
150,
|
|
3591
3631
|
"AWSS3DeleteUseTypeFileDto!"
|
|
3592
3632
|
]
|
|
3593
3633
|
}
|
|
@@ -3596,7 +3636,7 @@ exports.default = {
|
|
|
3596
3636
|
32,
|
|
3597
3637
|
{
|
|
3598
3638
|
"input": [
|
|
3599
|
-
|
|
3639
|
+
151,
|
|
3600
3640
|
"AWSS3DeleteBucketFileDto!"
|
|
3601
3641
|
]
|
|
3602
3642
|
}
|
|
@@ -3605,7 +3645,7 @@ exports.default = {
|
|
|
3605
3645
|
26,
|
|
3606
3646
|
{
|
|
3607
3647
|
"input": [
|
|
3608
|
-
|
|
3648
|
+
136,
|
|
3609
3649
|
"AWSS3UploadedFileDto!"
|
|
3610
3650
|
]
|
|
3611
3651
|
}
|
|
@@ -3614,7 +3654,7 @@ exports.default = {
|
|
|
3614
3654
|
50,
|
|
3615
3655
|
{
|
|
3616
3656
|
"input": [
|
|
3617
|
-
|
|
3657
|
+
152,
|
|
3618
3658
|
"CreateIndustryDto!"
|
|
3619
3659
|
]
|
|
3620
3660
|
}
|
|
@@ -3623,7 +3663,7 @@ exports.default = {
|
|
|
3623
3663
|
36,
|
|
3624
3664
|
{
|
|
3625
3665
|
"input": [
|
|
3626
|
-
|
|
3666
|
+
153,
|
|
3627
3667
|
"CreateBrandDto!"
|
|
3628
3668
|
]
|
|
3629
3669
|
}
|
|
@@ -3632,7 +3672,7 @@ exports.default = {
|
|
|
3632
3672
|
53,
|
|
3633
3673
|
{
|
|
3634
3674
|
"input": [
|
|
3635
|
-
|
|
3675
|
+
155,
|
|
3636
3676
|
"RegisterSponsorInput!"
|
|
3637
3677
|
]
|
|
3638
3678
|
}
|
|
@@ -3641,7 +3681,7 @@ exports.default = {
|
|
|
3641
3681
|
53,
|
|
3642
3682
|
{
|
|
3643
3683
|
"input": [
|
|
3644
|
-
|
|
3684
|
+
156,
|
|
3645
3685
|
"CreateSponsorDto!"
|
|
3646
3686
|
]
|
|
3647
3687
|
}
|
|
@@ -3650,7 +3690,7 @@ exports.default = {
|
|
|
3650
3690
|
91,
|
|
3651
3691
|
{
|
|
3652
3692
|
"input": [
|
|
3653
|
-
|
|
3693
|
+
106,
|
|
3654
3694
|
"InviteAthletesDto!"
|
|
3655
3695
|
]
|
|
3656
3696
|
}
|
|
@@ -3659,16 +3699,16 @@ exports.default = {
|
|
|
3659
3699
|
90,
|
|
3660
3700
|
{
|
|
3661
3701
|
"input": [
|
|
3662
|
-
|
|
3702
|
+
157,
|
|
3663
3703
|
"RegisterAthleteDto!"
|
|
3664
3704
|
]
|
|
3665
3705
|
}
|
|
3666
3706
|
],
|
|
3667
3707
|
"editProfileValue": [
|
|
3668
|
-
|
|
3708
|
+
95,
|
|
3669
3709
|
{
|
|
3670
3710
|
"input": [
|
|
3671
|
-
|
|
3711
|
+
158,
|
|
3672
3712
|
"EditValueDto!"
|
|
3673
3713
|
]
|
|
3674
3714
|
}
|
|
@@ -3677,16 +3717,16 @@ exports.default = {
|
|
|
3677
3717
|
73,
|
|
3678
3718
|
{
|
|
3679
3719
|
"input": [
|
|
3680
|
-
|
|
3720
|
+
109,
|
|
3681
3721
|
"CreateAthleteCompetitionDto!"
|
|
3682
3722
|
]
|
|
3683
3723
|
}
|
|
3684
3724
|
],
|
|
3685
3725
|
"deleteAthleteCompetition": [
|
|
3686
|
-
|
|
3726
|
+
97,
|
|
3687
3727
|
{
|
|
3688
3728
|
"input": [
|
|
3689
|
-
|
|
3729
|
+
114,
|
|
3690
3730
|
"DeleteSingleValueDto!"
|
|
3691
3731
|
]
|
|
3692
3732
|
}
|
|
@@ -3695,7 +3735,7 @@ exports.default = {
|
|
|
3695
3735
|
61,
|
|
3696
3736
|
{
|
|
3697
3737
|
"input": [
|
|
3698
|
-
|
|
3738
|
+
159,
|
|
3699
3739
|
"CreateSportDto!"
|
|
3700
3740
|
]
|
|
3701
3741
|
}
|
|
@@ -3704,7 +3744,7 @@ exports.default = {
|
|
|
3704
3744
|
61,
|
|
3705
3745
|
{
|
|
3706
3746
|
"input": [
|
|
3707
|
-
|
|
3747
|
+
160,
|
|
3708
3748
|
"UpdateSportDto!"
|
|
3709
3749
|
]
|
|
3710
3750
|
}
|
|
@@ -3713,7 +3753,7 @@ exports.default = {
|
|
|
3713
3753
|
64,
|
|
3714
3754
|
{
|
|
3715
3755
|
"input": [
|
|
3716
|
-
|
|
3756
|
+
161,
|
|
3717
3757
|
"CreateSportLevelDto!"
|
|
3718
3758
|
]
|
|
3719
3759
|
}
|
|
@@ -3722,7 +3762,7 @@ exports.default = {
|
|
|
3722
3762
|
59,
|
|
3723
3763
|
{
|
|
3724
3764
|
"input": [
|
|
3725
|
-
|
|
3765
|
+
163,
|
|
3726
3766
|
"CreateSponsorshipDto!"
|
|
3727
3767
|
]
|
|
3728
3768
|
}
|
|
@@ -3731,7 +3771,7 @@ exports.default = {
|
|
|
3731
3771
|
39,
|
|
3732
3772
|
{
|
|
3733
3773
|
"input": [
|
|
3734
|
-
|
|
3774
|
+
170,
|
|
3735
3775
|
"CreateCountryDto!"
|
|
3736
3776
|
]
|
|
3737
3777
|
}
|
|
@@ -3740,7 +3780,7 @@ exports.default = {
|
|
|
3740
3780
|
38,
|
|
3741
3781
|
{
|
|
3742
3782
|
"input": [
|
|
3743
|
-
|
|
3783
|
+
171,
|
|
3744
3784
|
"CreateStateDto!"
|
|
3745
3785
|
]
|
|
3746
3786
|
}
|
|
@@ -3749,7 +3789,7 @@ exports.default = {
|
|
|
3749
3789
|
37,
|
|
3750
3790
|
{
|
|
3751
3791
|
"input": [
|
|
3752
|
-
|
|
3792
|
+
172,
|
|
3753
3793
|
"CreateCityDto!"
|
|
3754
3794
|
]
|
|
3755
3795
|
}
|
|
@@ -3758,7 +3798,7 @@ exports.default = {
|
|
|
3758
3798
|
28,
|
|
3759
3799
|
{
|
|
3760
3800
|
"input": [
|
|
3761
|
-
|
|
3801
|
+
127,
|
|
3762
3802
|
"RegisterUserDto!"
|
|
3763
3803
|
]
|
|
3764
3804
|
}
|
|
@@ -3767,7 +3807,7 @@ exports.default = {
|
|
|
3767
3807
|
3,
|
|
3768
3808
|
{
|
|
3769
3809
|
"input": [
|
|
3770
|
-
|
|
3810
|
+
104,
|
|
3771
3811
|
"VerifyCodeDto!"
|
|
3772
3812
|
]
|
|
3773
3813
|
}
|
|
@@ -3776,7 +3816,7 @@ exports.default = {
|
|
|
3776
3816
|
0,
|
|
3777
3817
|
{
|
|
3778
3818
|
"input": [
|
|
3779
|
-
|
|
3819
|
+
104,
|
|
3780
3820
|
"VerifyCodeDto!"
|
|
3781
3821
|
]
|
|
3782
3822
|
}
|
|
@@ -3785,7 +3825,7 @@ exports.default = {
|
|
|
3785
3825
|
0,
|
|
3786
3826
|
{
|
|
3787
3827
|
"input": [
|
|
3788
|
-
|
|
3828
|
+
127,
|
|
3789
3829
|
"RegisterUserDto!"
|
|
3790
3830
|
]
|
|
3791
3831
|
}
|
|
@@ -3794,7 +3834,7 @@ exports.default = {
|
|
|
3794
3834
|
0,
|
|
3795
3835
|
{
|
|
3796
3836
|
"input": [
|
|
3797
|
-
|
|
3837
|
+
127,
|
|
3798
3838
|
"RegisterUserDto!"
|
|
3799
3839
|
]
|
|
3800
3840
|
}
|
|
@@ -3816,7 +3856,7 @@ exports.default = {
|
|
|
3816
3856
|
92,
|
|
3817
3857
|
{
|
|
3818
3858
|
"data": [
|
|
3819
|
-
|
|
3859
|
+
173,
|
|
3820
3860
|
"RegisterStravaDto!"
|
|
3821
3861
|
]
|
|
3822
3862
|
}
|
|
@@ -3834,7 +3874,7 @@ exports.default = {
|
|
|
3834
3874
|
69,
|
|
3835
3875
|
{
|
|
3836
3876
|
"input": [
|
|
3837
|
-
|
|
3877
|
+
174,
|
|
3838
3878
|
"CreateSportEventDto!"
|
|
3839
3879
|
]
|
|
3840
3880
|
}
|
|
@@ -3843,7 +3883,7 @@ exports.default = {
|
|
|
3843
3883
|
80,
|
|
3844
3884
|
{
|
|
3845
3885
|
"input": [
|
|
3846
|
-
|
|
3886
|
+
133,
|
|
3847
3887
|
"CreateFundingCampaignDto!"
|
|
3848
3888
|
]
|
|
3849
3889
|
}
|
|
@@ -3852,7 +3892,7 @@ exports.default = {
|
|
|
3852
3892
|
74,
|
|
3853
3893
|
{
|
|
3854
3894
|
"input": [
|
|
3855
|
-
|
|
3895
|
+
135,
|
|
3856
3896
|
"CreateMembershipOrganizationDto!"
|
|
3857
3897
|
]
|
|
3858
3898
|
}
|
|
@@ -3861,16 +3901,16 @@ exports.default = {
|
|
|
3861
3901
|
76,
|
|
3862
3902
|
{
|
|
3863
3903
|
"input": [
|
|
3864
|
-
|
|
3904
|
+
137,
|
|
3865
3905
|
"CreateAthleteMembershipDto!"
|
|
3866
3906
|
]
|
|
3867
3907
|
}
|
|
3868
3908
|
],
|
|
3869
3909
|
"deleteAthleteMembershipAffilation": [
|
|
3870
|
-
|
|
3910
|
+
97,
|
|
3871
3911
|
{
|
|
3872
3912
|
"input": [
|
|
3873
|
-
|
|
3913
|
+
114,
|
|
3874
3914
|
"DeleteSingleValueDto!"
|
|
3875
3915
|
]
|
|
3876
3916
|
}
|
|
@@ -3879,7 +3919,7 @@ exports.default = {
|
|
|
3879
3919
|
88,
|
|
3880
3920
|
{
|
|
3881
3921
|
"input": [
|
|
3882
|
-
|
|
3922
|
+
175,
|
|
3883
3923
|
"CreateStripeAccountDto!"
|
|
3884
3924
|
]
|
|
3885
3925
|
}
|
|
@@ -3887,6 +3927,15 @@ exports.default = {
|
|
|
3887
3927
|
"createAthleteStripeSession": [
|
|
3888
3928
|
93
|
|
3889
3929
|
],
|
|
3930
|
+
"createStripeCheckoutSession": [
|
|
3931
|
+
94,
|
|
3932
|
+
{
|
|
3933
|
+
"input": [
|
|
3934
|
+
138,
|
|
3935
|
+
"DonationCheckoutDto!"
|
|
3936
|
+
]
|
|
3937
|
+
}
|
|
3938
|
+
],
|
|
3890
3939
|
"__typename": [
|
|
3891
3940
|
1
|
|
3892
3941
|
]
|
|
@@ -3994,13 +4043,13 @@ exports.default = {
|
|
|
3994
4043
|
1
|
|
3995
4044
|
],
|
|
3996
4045
|
"logo": [
|
|
3997
|
-
|
|
4046
|
+
136
|
|
3998
4047
|
],
|
|
3999
4048
|
"banner": [
|
|
4000
|
-
|
|
4049
|
+
136
|
|
4001
4050
|
],
|
|
4002
4051
|
"translations": [
|
|
4003
|
-
|
|
4052
|
+
154
|
|
4004
4053
|
],
|
|
4005
4054
|
"__typename": [
|
|
4006
4055
|
1
|
|
@@ -4023,10 +4072,10 @@ exports.default = {
|
|
|
4023
4072
|
1
|
|
4024
4073
|
],
|
|
4025
4074
|
"logo": [
|
|
4026
|
-
|
|
4075
|
+
136
|
|
4027
4076
|
],
|
|
4028
4077
|
"banner": [
|
|
4029
|
-
|
|
4078
|
+
136
|
|
4030
4079
|
],
|
|
4031
4080
|
"__typename": [
|
|
4032
4081
|
1
|
|
@@ -4131,10 +4180,10 @@ exports.default = {
|
|
|
4131
4180
|
1
|
|
4132
4181
|
],
|
|
4133
4182
|
"profilePicture": [
|
|
4134
|
-
|
|
4183
|
+
136
|
|
4135
4184
|
],
|
|
4136
4185
|
"cardPicture": [
|
|
4137
|
-
|
|
4186
|
+
136
|
|
4138
4187
|
],
|
|
4139
4188
|
"__typename": [
|
|
4140
4189
|
1
|
|
@@ -4184,7 +4233,7 @@ exports.default = {
|
|
|
4184
4233
|
17
|
|
4185
4234
|
],
|
|
4186
4235
|
"translations": [
|
|
4187
|
-
|
|
4236
|
+
162
|
|
4188
4237
|
],
|
|
4189
4238
|
"__typename": [
|
|
4190
4239
|
1
|
|
@@ -4218,10 +4267,10 @@ exports.default = {
|
|
|
4218
4267
|
17
|
|
4219
4268
|
],
|
|
4220
4269
|
"banner": [
|
|
4221
|
-
|
|
4270
|
+
136
|
|
4222
4271
|
],
|
|
4223
4272
|
"criteria": [
|
|
4224
|
-
|
|
4273
|
+
164
|
|
4225
4274
|
],
|
|
4226
4275
|
"deadline": [
|
|
4227
4276
|
14
|
|
@@ -4230,13 +4279,13 @@ exports.default = {
|
|
|
4230
4279
|
14
|
|
4231
4280
|
],
|
|
4232
4281
|
"duration": [
|
|
4233
|
-
|
|
4282
|
+
166
|
|
4234
4283
|
],
|
|
4235
4284
|
"sponsorshipItems": [
|
|
4236
|
-
|
|
4285
|
+
167
|
|
4237
4286
|
],
|
|
4238
4287
|
"commitments": [
|
|
4239
|
-
|
|
4288
|
+
168
|
|
4240
4289
|
],
|
|
4241
4290
|
"terms": [
|
|
4242
4291
|
1
|
|
@@ -4248,7 +4297,7 @@ exports.default = {
|
|
|
4248
4297
|
2
|
|
4249
4298
|
],
|
|
4250
4299
|
"translations": [
|
|
4251
|
-
|
|
4300
|
+
169
|
|
4252
4301
|
],
|
|
4253
4302
|
"__typename": [
|
|
4254
4303
|
1
|
|
@@ -4262,7 +4311,7 @@ exports.default = {
|
|
|
4262
4311
|
1
|
|
4263
4312
|
],
|
|
4264
4313
|
"qualificationsBag": [
|
|
4265
|
-
|
|
4314
|
+
165
|
|
4266
4315
|
],
|
|
4267
4316
|
"__typename": [
|
|
4268
4317
|
1
|
|
@@ -4270,28 +4319,28 @@ exports.default = {
|
|
|
4270
4319
|
},
|
|
4271
4320
|
"QualificationsBagDto": {
|
|
4272
4321
|
"ageQualifications": [
|
|
4273
|
-
|
|
4322
|
+
119
|
|
4274
4323
|
],
|
|
4275
4324
|
"genderQualifications": [
|
|
4276
|
-
|
|
4325
|
+
120
|
|
4277
4326
|
],
|
|
4278
4327
|
"scoreQualifications": [
|
|
4279
|
-
|
|
4328
|
+
122
|
|
4280
4329
|
],
|
|
4281
4330
|
"locationQualifications": [
|
|
4282
|
-
|
|
4331
|
+
123
|
|
4283
4332
|
],
|
|
4284
4333
|
"nationalityQualifications": [
|
|
4285
|
-
|
|
4334
|
+
121
|
|
4286
4335
|
],
|
|
4287
4336
|
"distanceQualifications": [
|
|
4288
|
-
|
|
4337
|
+
124
|
|
4289
4338
|
],
|
|
4290
4339
|
"sportsQualifications": [
|
|
4291
|
-
|
|
4340
|
+
125
|
|
4292
4341
|
],
|
|
4293
4342
|
"levelQualifications": [
|
|
4294
|
-
|
|
4343
|
+
126
|
|
4295
4344
|
],
|
|
4296
4345
|
"__typename": [
|
|
4297
4346
|
1
|
|
@@ -4368,7 +4417,7 @@ exports.default = {
|
|
|
4368
4417
|
1
|
|
4369
4418
|
],
|
|
4370
4419
|
"banner": [
|
|
4371
|
-
|
|
4420
|
+
136
|
|
4372
4421
|
],
|
|
4373
4422
|
"terms": [
|
|
4374
4423
|
1
|
|
@@ -4486,7 +4535,7 @@ exports.default = {
|
|
|
4486
4535
|
1
|
|
4487
4536
|
],
|
|
4488
4537
|
"banner": [
|
|
4489
|
-
|
|
4538
|
+
136
|
|
4490
4539
|
],
|
|
4491
4540
|
"__typename": [
|
|
4492
4541
|
1
|