@vertikalx/vtx-backend-client 1.0.0-dev-geo.61 → 1.0.0-dev-daniel.233
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 +68 -0
- package/src/api/vtx-base-api.js.map +1 -1
- package/src/client/schema.d.ts +81 -0
- package/src/client/schema.js +16 -2
- package/src/client/schema.js.map +1 -1
- package/src/client/types.d.ts +44 -0
- package/src/client/types.js +228 -112
- package/src/client/types.js.map +1 -1
- package/tsconfig.lib.tsbuildinfo +1 -1
- package/src/client/schema.graphql +0 -1729
package/src/client/types.js
CHANGED
|
@@ -6,7 +6,7 @@ exports.default = {
|
|
|
6
6
|
2,
|
|
7
7
|
14,
|
|
8
8
|
17,
|
|
9
|
-
|
|
9
|
+
110
|
|
10
10
|
],
|
|
11
11
|
"types": {
|
|
12
12
|
"User": {
|
|
@@ -1829,6 +1829,9 @@ exports.default = {
|
|
|
1829
1829
|
"competitions": [
|
|
1830
1830
|
75
|
|
1831
1831
|
],
|
|
1832
|
+
"vtxComissionPct": [
|
|
1833
|
+
17
|
|
1834
|
+
],
|
|
1832
1835
|
"__typename": [
|
|
1833
1836
|
1
|
|
1834
1837
|
]
|
|
@@ -2438,6 +2441,73 @@ exports.default = {
|
|
|
2438
2441
|
1
|
|
2439
2442
|
]
|
|
2440
2443
|
},
|
|
2444
|
+
"StravaAthleteData": {
|
|
2445
|
+
"id": [
|
|
2446
|
+
17
|
|
2447
|
+
],
|
|
2448
|
+
"username": [
|
|
2449
|
+
1
|
|
2450
|
+
],
|
|
2451
|
+
"firstname": [
|
|
2452
|
+
1
|
|
2453
|
+
],
|
|
2454
|
+
"lastname": [
|
|
2455
|
+
1
|
|
2456
|
+
],
|
|
2457
|
+
"bio": [
|
|
2458
|
+
1
|
|
2459
|
+
],
|
|
2460
|
+
"city": [
|
|
2461
|
+
1
|
|
2462
|
+
],
|
|
2463
|
+
"state": [
|
|
2464
|
+
1
|
|
2465
|
+
],
|
|
2466
|
+
"country": [
|
|
2467
|
+
1
|
|
2468
|
+
],
|
|
2469
|
+
"sex": [
|
|
2470
|
+
1
|
|
2471
|
+
],
|
|
2472
|
+
"premium": [
|
|
2473
|
+
2
|
|
2474
|
+
],
|
|
2475
|
+
"profile": [
|
|
2476
|
+
1
|
|
2477
|
+
],
|
|
2478
|
+
"created_at": [
|
|
2479
|
+
1
|
|
2480
|
+
],
|
|
2481
|
+
"updated_at": [
|
|
2482
|
+
1
|
|
2483
|
+
],
|
|
2484
|
+
"weight": [
|
|
2485
|
+
17
|
|
2486
|
+
],
|
|
2487
|
+
"__typename": [
|
|
2488
|
+
1
|
|
2489
|
+
]
|
|
2490
|
+
},
|
|
2491
|
+
"AthleteIntegrationReference": {
|
|
2492
|
+
"_id": [
|
|
2493
|
+
1
|
|
2494
|
+
],
|
|
2495
|
+
"athlete": [
|
|
2496
|
+
93
|
|
2497
|
+
],
|
|
2498
|
+
"hasStravaIntegration": [
|
|
2499
|
+
2
|
|
2500
|
+
],
|
|
2501
|
+
"stravaTokenExpires": [
|
|
2502
|
+
14
|
|
2503
|
+
],
|
|
2504
|
+
"stravaAthleteData": [
|
|
2505
|
+
99
|
|
2506
|
+
],
|
|
2507
|
+
"__typename": [
|
|
2508
|
+
1
|
|
2509
|
+
]
|
|
2510
|
+
},
|
|
2441
2511
|
"EditValueResponse": {
|
|
2442
2512
|
"field": [
|
|
2443
2513
|
1
|
|
@@ -2474,7 +2544,7 @@ exports.default = {
|
|
|
2474
2544
|
2
|
|
2475
2545
|
],
|
|
2476
2546
|
"failureReason": [
|
|
2477
|
-
|
|
2547
|
+
102
|
|
2478
2548
|
],
|
|
2479
2549
|
"__typename": [
|
|
2480
2550
|
1
|
|
@@ -2493,7 +2563,7 @@ exports.default = {
|
|
|
2493
2563
|
},
|
|
2494
2564
|
"CursorPaginationResponse": {
|
|
2495
2565
|
"sort": [
|
|
2496
|
-
|
|
2566
|
+
104
|
|
2497
2567
|
],
|
|
2498
2568
|
"initialCursorId": [
|
|
2499
2569
|
1
|
|
@@ -2525,7 +2595,7 @@ exports.default = {
|
|
|
2525
2595
|
94
|
|
2526
2596
|
],
|
|
2527
2597
|
"cursor": [
|
|
2528
|
-
|
|
2598
|
+
105
|
|
2529
2599
|
],
|
|
2530
2600
|
"__typename": [
|
|
2531
2601
|
1
|
|
@@ -2556,7 +2626,7 @@ exports.default = {
|
|
|
2556
2626
|
1
|
|
2557
2627
|
],
|
|
2558
2628
|
"failureReason": [
|
|
2559
|
-
|
|
2629
|
+
102
|
|
2560
2630
|
],
|
|
2561
2631
|
"result": [
|
|
2562
2632
|
1
|
|
@@ -2570,7 +2640,7 @@ exports.default = {
|
|
|
2570
2640
|
1
|
|
2571
2641
|
],
|
|
2572
2642
|
"json": [
|
|
2573
|
-
|
|
2643
|
+
110
|
|
2574
2644
|
],
|
|
2575
2645
|
"__typename": [
|
|
2576
2646
|
1
|
|
@@ -2599,7 +2669,7 @@ exports.default = {
|
|
|
2599
2669
|
1
|
|
2600
2670
|
],
|
|
2601
2671
|
"failureReason": [
|
|
2602
|
-
|
|
2672
|
+
102
|
|
2603
2673
|
],
|
|
2604
2674
|
"result": [
|
|
2605
2675
|
1
|
|
@@ -2768,7 +2838,7 @@ exports.default = {
|
|
|
2768
2838
|
1
|
|
2769
2839
|
],
|
|
2770
2840
|
"invitations": [
|
|
2771
|
-
|
|
2841
|
+
122
|
|
2772
2842
|
],
|
|
2773
2843
|
"__typename": [
|
|
2774
2844
|
1
|
|
@@ -2831,7 +2901,7 @@ exports.default = {
|
|
|
2831
2901
|
1
|
|
2832
2902
|
],
|
|
2833
2903
|
"result": [
|
|
2834
|
-
|
|
2904
|
+
124
|
|
2835
2905
|
],
|
|
2836
2906
|
"cityId": [
|
|
2837
2907
|
1
|
|
@@ -2854,7 +2924,7 @@ exports.default = {
|
|
|
2854
2924
|
1
|
|
2855
2925
|
],
|
|
2856
2926
|
"result": [
|
|
2857
|
-
|
|
2927
|
+
124
|
|
2858
2928
|
],
|
|
2859
2929
|
"cityId": [
|
|
2860
2930
|
1
|
|
@@ -2890,13 +2960,13 @@ exports.default = {
|
|
|
2890
2960
|
},
|
|
2891
2961
|
"CursorPaginationDto": {
|
|
2892
2962
|
"sortCriteria": [
|
|
2893
|
-
|
|
2963
|
+
129
|
|
2894
2964
|
],
|
|
2895
2965
|
"limit": [
|
|
2896
2966
|
17
|
|
2897
2967
|
],
|
|
2898
2968
|
"cursorPosition": [
|
|
2899
|
-
|
|
2969
|
+
128
|
|
2900
2970
|
],
|
|
2901
2971
|
"__typename": [
|
|
2902
2972
|
1
|
|
@@ -2971,7 +3041,7 @@ exports.default = {
|
|
|
2971
3041
|
1
|
|
2972
3042
|
],
|
|
2973
3043
|
"currentCampaign": [
|
|
2974
|
-
|
|
3044
|
+
132
|
|
2975
3045
|
],
|
|
2976
3046
|
"sports": [
|
|
2977
3047
|
1
|
|
@@ -3027,10 +3097,10 @@ exports.default = {
|
|
|
3027
3097
|
},
|
|
3028
3098
|
"AthleteQueryDto": {
|
|
3029
3099
|
"cursor": [
|
|
3030
|
-
|
|
3100
|
+
130
|
|
3031
3101
|
],
|
|
3032
3102
|
"filters": [
|
|
3033
|
-
|
|
3103
|
+
133
|
|
3034
3104
|
],
|
|
3035
3105
|
"__typename": [
|
|
3036
3106
|
1
|
|
@@ -3041,7 +3111,7 @@ exports.default = {
|
|
|
3041
3111
|
1
|
|
3042
3112
|
],
|
|
3043
3113
|
"newPicture": [
|
|
3044
|
-
|
|
3114
|
+
136
|
|
3045
3115
|
],
|
|
3046
3116
|
"__typename": [
|
|
3047
3117
|
1
|
|
@@ -3075,7 +3145,7 @@ exports.default = {
|
|
|
3075
3145
|
1
|
|
3076
3146
|
],
|
|
3077
3147
|
"pictures": [
|
|
3078
|
-
|
|
3148
|
+
136
|
|
3079
3149
|
],
|
|
3080
3150
|
"__typename": [
|
|
3081
3151
|
1
|
|
@@ -3277,7 +3347,7 @@ exports.default = {
|
|
|
3277
3347
|
17
|
|
3278
3348
|
],
|
|
3279
3349
|
"items": [
|
|
3280
|
-
|
|
3350
|
+
149
|
|
3281
3351
|
],
|
|
3282
3352
|
"__typename": [
|
|
3283
3353
|
1
|
|
@@ -3288,7 +3358,7 @@ exports.default = {
|
|
|
3288
3358
|
17
|
|
3289
3359
|
],
|
|
3290
3360
|
"items": [
|
|
3291
|
-
|
|
3361
|
+
149
|
|
3292
3362
|
],
|
|
3293
3363
|
"athleteCompetitionId": [
|
|
3294
3364
|
1
|
|
@@ -3323,10 +3393,10 @@ exports.default = {
|
|
|
3323
3393
|
14
|
|
3324
3394
|
],
|
|
3325
3395
|
"budget": [
|
|
3326
|
-
|
|
3396
|
+
151
|
|
3327
3397
|
],
|
|
3328
3398
|
"competitionBudgets": [
|
|
3329
|
-
|
|
3399
|
+
152
|
|
3330
3400
|
],
|
|
3331
3401
|
"competitionIds": [
|
|
3332
3402
|
1
|
|
@@ -3361,10 +3431,10 @@ exports.default = {
|
|
|
3361
3431
|
14
|
|
3362
3432
|
],
|
|
3363
3433
|
"budget": [
|
|
3364
|
-
|
|
3434
|
+
151
|
|
3365
3435
|
],
|
|
3366
3436
|
"competitionBudgets": [
|
|
3367
|
-
|
|
3437
|
+
152
|
|
3368
3438
|
],
|
|
3369
3439
|
"competitionIds": [
|
|
3370
3440
|
1
|
|
@@ -3401,7 +3471,7 @@ exports.default = {
|
|
|
3401
3471
|
1
|
|
3402
3472
|
],
|
|
3403
3473
|
"logo": [
|
|
3404
|
-
|
|
3474
|
+
136
|
|
3405
3475
|
],
|
|
3406
3476
|
"countryId": [
|
|
3407
3477
|
1
|
|
@@ -3473,6 +3543,26 @@ exports.default = {
|
|
|
3473
3543
|
1
|
|
3474
3544
|
]
|
|
3475
3545
|
},
|
|
3546
|
+
"CreateAthleteIntegrationDto": {
|
|
3547
|
+
"athleteId": [
|
|
3548
|
+
1
|
|
3549
|
+
],
|
|
3550
|
+
"accessToken": [
|
|
3551
|
+
1
|
|
3552
|
+
],
|
|
3553
|
+
"refreshToken": [
|
|
3554
|
+
1
|
|
3555
|
+
],
|
|
3556
|
+
"expiresIn": [
|
|
3557
|
+
17
|
|
3558
|
+
],
|
|
3559
|
+
"refreshExpiresIn": [
|
|
3560
|
+
17
|
|
3561
|
+
],
|
|
3562
|
+
"__typename": [
|
|
3563
|
+
1
|
|
3564
|
+
]
|
|
3565
|
+
},
|
|
3476
3566
|
"Query": {
|
|
3477
3567
|
"findTenantById": [
|
|
3478
3568
|
5,
|
|
@@ -3543,7 +3633,7 @@ exports.default = {
|
|
|
3543
3633
|
31,
|
|
3544
3634
|
{
|
|
3545
3635
|
"input": [
|
|
3546
|
-
|
|
3636
|
+
162,
|
|
3547
3637
|
"AWSS3GetUploadDto!"
|
|
3548
3638
|
]
|
|
3549
3639
|
}
|
|
@@ -3605,7 +3695,7 @@ exports.default = {
|
|
|
3605
3695
|
95,
|
|
3606
3696
|
{
|
|
3607
3697
|
"input": [
|
|
3608
|
-
|
|
3698
|
+
163,
|
|
3609
3699
|
"FindSponsorAthleteInvitationDto!"
|
|
3610
3700
|
]
|
|
3611
3701
|
}
|
|
@@ -3614,10 +3704,10 @@ exports.default = {
|
|
|
3614
3704
|
94
|
|
3615
3705
|
],
|
|
3616
3706
|
"queryAthleteFundingCampaigns": [
|
|
3617
|
-
|
|
3707
|
+
106,
|
|
3618
3708
|
{
|
|
3619
3709
|
"input": [
|
|
3620
|
-
|
|
3710
|
+
134,
|
|
3621
3711
|
"AthleteQueryDto!"
|
|
3622
3712
|
]
|
|
3623
3713
|
}
|
|
@@ -3665,7 +3755,7 @@ exports.default = {
|
|
|
3665
3755
|
75,
|
|
3666
3756
|
{
|
|
3667
3757
|
"input": [
|
|
3668
|
-
|
|
3758
|
+
164,
|
|
3669
3759
|
"GetAthleteCompetitionsDto!"
|
|
3670
3760
|
]
|
|
3671
3761
|
}
|
|
@@ -3701,10 +3791,10 @@ exports.default = {
|
|
|
3701
3791
|
}
|
|
3702
3792
|
],
|
|
3703
3793
|
"queryAthleteWithFilter": [
|
|
3704
|
-
|
|
3794
|
+
106,
|
|
3705
3795
|
{
|
|
3706
3796
|
"input": [
|
|
3707
|
-
|
|
3797
|
+
134,
|
|
3708
3798
|
"AthleteQueryDto!"
|
|
3709
3799
|
]
|
|
3710
3800
|
}
|
|
@@ -3776,7 +3866,7 @@ exports.default = {
|
|
|
3776
3866
|
0,
|
|
3777
3867
|
{
|
|
3778
3868
|
"input": [
|
|
3779
|
-
|
|
3869
|
+
165,
|
|
3780
3870
|
"FindVtxUserDto!"
|
|
3781
3871
|
]
|
|
3782
3872
|
}
|
|
@@ -3795,7 +3885,7 @@ exports.default = {
|
|
|
3795
3885
|
}
|
|
3796
3886
|
],
|
|
3797
3887
|
"getUserImagesFromEmail": [
|
|
3798
|
-
|
|
3888
|
+
111,
|
|
3799
3889
|
{
|
|
3800
3890
|
"loginEmail": [
|
|
3801
3891
|
1,
|
|
@@ -3810,7 +3900,7 @@ exports.default = {
|
|
|
3810
3900
|
71,
|
|
3811
3901
|
{
|
|
3812
3902
|
"input": [
|
|
3813
|
-
|
|
3903
|
+
166,
|
|
3814
3904
|
"GetSportEventsDto!"
|
|
3815
3905
|
]
|
|
3816
3906
|
}
|
|
@@ -3818,11 +3908,14 @@ exports.default = {
|
|
|
3818
3908
|
"getMembershipOrganizations": [
|
|
3819
3909
|
76
|
|
3820
3910
|
],
|
|
3911
|
+
"getAthleteIntegrationsByAthlete": [
|
|
3912
|
+
100
|
|
3913
|
+
],
|
|
3821
3914
|
"stripeQuery": [
|
|
3822
|
-
|
|
3915
|
+
109,
|
|
3823
3916
|
{
|
|
3824
3917
|
"input": [
|
|
3825
|
-
|
|
3918
|
+
159,
|
|
3826
3919
|
"StripeQueryDto!"
|
|
3827
3920
|
]
|
|
3828
3921
|
}
|
|
@@ -3831,7 +3924,7 @@ exports.default = {
|
|
|
3831
3924
|
34,
|
|
3832
3925
|
{
|
|
3833
3926
|
"input": [
|
|
3834
|
-
|
|
3927
|
+
119,
|
|
3835
3928
|
"GetDatabaseFileDto!"
|
|
3836
3929
|
]
|
|
3837
3930
|
}
|
|
@@ -3897,7 +3990,7 @@ exports.default = {
|
|
|
3897
3990
|
5,
|
|
3898
3991
|
{
|
|
3899
3992
|
"tenant": [
|
|
3900
|
-
|
|
3993
|
+
168,
|
|
3901
3994
|
"CreateTenantInput!"
|
|
3902
3995
|
]
|
|
3903
3996
|
}
|
|
@@ -3906,7 +3999,7 @@ exports.default = {
|
|
|
3906
3999
|
11,
|
|
3907
4000
|
{
|
|
3908
4001
|
"tenant": [
|
|
3909
|
-
|
|
4002
|
+
168,
|
|
3910
4003
|
"CreateTenantInput!"
|
|
3911
4004
|
]
|
|
3912
4005
|
}
|
|
@@ -3915,7 +4008,7 @@ exports.default = {
|
|
|
3915
4008
|
3,
|
|
3916
4009
|
{
|
|
3917
4010
|
"user": [
|
|
3918
|
-
|
|
4011
|
+
169,
|
|
3919
4012
|
"CreateActiveUserInput!"
|
|
3920
4013
|
]
|
|
3921
4014
|
}
|
|
@@ -3950,7 +4043,7 @@ exports.default = {
|
|
|
3950
4043
|
0,
|
|
3951
4044
|
{
|
|
3952
4045
|
"input": [
|
|
3953
|
-
|
|
4046
|
+
170,
|
|
3954
4047
|
"RegisterUserToDomainFromEmailInput!"
|
|
3955
4048
|
]
|
|
3956
4049
|
}
|
|
@@ -3959,7 +4052,7 @@ exports.default = {
|
|
|
3959
4052
|
8,
|
|
3960
4053
|
{
|
|
3961
4054
|
"dto": [
|
|
3962
|
-
|
|
4055
|
+
171,
|
|
3963
4056
|
"RefreshTokenInput!"
|
|
3964
4057
|
]
|
|
3965
4058
|
}
|
|
@@ -3968,7 +4061,7 @@ exports.default = {
|
|
|
3968
4061
|
32,
|
|
3969
4062
|
{
|
|
3970
4063
|
"input": [
|
|
3971
|
-
|
|
4064
|
+
172,
|
|
3972
4065
|
"AWSS3DeleteUseTypeFileDto!"
|
|
3973
4066
|
]
|
|
3974
4067
|
}
|
|
@@ -3977,16 +4070,25 @@ exports.default = {
|
|
|
3977
4070
|
32,
|
|
3978
4071
|
{
|
|
3979
4072
|
"input": [
|
|
3980
|
-
|
|
4073
|
+
173,
|
|
3981
4074
|
"AWSS3DeleteBucketFileDto!"
|
|
3982
4075
|
]
|
|
3983
4076
|
}
|
|
3984
4077
|
],
|
|
4078
|
+
"deleteUploadedTypeKeyFile": [
|
|
4079
|
+
32,
|
|
4080
|
+
{
|
|
4081
|
+
"input": [
|
|
4082
|
+
174,
|
|
4083
|
+
"AWSS3DeleteUseTypeKeyDto!"
|
|
4084
|
+
]
|
|
4085
|
+
}
|
|
4086
|
+
],
|
|
3985
4087
|
"registerS3UploadedFile": [
|
|
3986
4088
|
26,
|
|
3987
4089
|
{
|
|
3988
4090
|
"input": [
|
|
3989
|
-
|
|
4091
|
+
136,
|
|
3990
4092
|
"AWSS3UploadedFileDto!"
|
|
3991
4093
|
]
|
|
3992
4094
|
}
|
|
@@ -3995,7 +4097,7 @@ exports.default = {
|
|
|
3995
4097
|
52,
|
|
3996
4098
|
{
|
|
3997
4099
|
"input": [
|
|
3998
|
-
|
|
4100
|
+
175,
|
|
3999
4101
|
"CreateIndustryDto!"
|
|
4000
4102
|
]
|
|
4001
4103
|
}
|
|
@@ -4004,7 +4106,7 @@ exports.default = {
|
|
|
4004
4106
|
38,
|
|
4005
4107
|
{
|
|
4006
4108
|
"input": [
|
|
4007
|
-
|
|
4109
|
+
176,
|
|
4008
4110
|
"CreateBrandDto!"
|
|
4009
4111
|
]
|
|
4010
4112
|
}
|
|
@@ -4013,7 +4115,7 @@ exports.default = {
|
|
|
4013
4115
|
55,
|
|
4014
4116
|
{
|
|
4015
4117
|
"input": [
|
|
4016
|
-
|
|
4118
|
+
178,
|
|
4017
4119
|
"RegisterSponsorInput!"
|
|
4018
4120
|
]
|
|
4019
4121
|
}
|
|
@@ -4022,7 +4124,7 @@ exports.default = {
|
|
|
4022
4124
|
55,
|
|
4023
4125
|
{
|
|
4024
4126
|
"input": [
|
|
4025
|
-
|
|
4127
|
+
179,
|
|
4026
4128
|
"CreateSponsorDto!"
|
|
4027
4129
|
]
|
|
4028
4130
|
}
|
|
@@ -4031,7 +4133,7 @@ exports.default = {
|
|
|
4031
4133
|
95,
|
|
4032
4134
|
{
|
|
4033
4135
|
"input": [
|
|
4034
|
-
|
|
4136
|
+
123,
|
|
4035
4137
|
"InviteAthletesDto!"
|
|
4036
4138
|
]
|
|
4037
4139
|
}
|
|
@@ -4040,43 +4142,43 @@ exports.default = {
|
|
|
4040
4142
|
94,
|
|
4041
4143
|
{
|
|
4042
4144
|
"input": [
|
|
4043
|
-
|
|
4145
|
+
180,
|
|
4044
4146
|
"RegisterAthleteDto!"
|
|
4045
4147
|
]
|
|
4046
4148
|
}
|
|
4047
4149
|
],
|
|
4048
4150
|
"editProfileValue": [
|
|
4049
|
-
|
|
4151
|
+
101,
|
|
4050
4152
|
{
|
|
4051
4153
|
"input": [
|
|
4052
|
-
|
|
4154
|
+
181,
|
|
4053
4155
|
"EditValueDto!"
|
|
4054
4156
|
]
|
|
4055
4157
|
}
|
|
4056
4158
|
],
|
|
4057
4159
|
"editPicture": [
|
|
4058
|
-
|
|
4160
|
+
107,
|
|
4059
4161
|
{
|
|
4060
4162
|
"input": [
|
|
4061
|
-
|
|
4163
|
+
135,
|
|
4062
4164
|
"EditPictureDto!"
|
|
4063
4165
|
]
|
|
4064
4166
|
}
|
|
4065
4167
|
],
|
|
4066
4168
|
"AddAlbumPictures": [
|
|
4067
|
-
|
|
4169
|
+
108,
|
|
4068
4170
|
{
|
|
4069
4171
|
"input": [
|
|
4070
|
-
|
|
4172
|
+
137,
|
|
4071
4173
|
"UploadAlbumsPicturesDto!"
|
|
4072
4174
|
]
|
|
4073
4175
|
}
|
|
4074
4176
|
],
|
|
4075
4177
|
"DeletePictureBuket": [
|
|
4076
|
-
|
|
4178
|
+
103,
|
|
4077
4179
|
{
|
|
4078
4180
|
"input": [
|
|
4079
|
-
|
|
4181
|
+
172,
|
|
4080
4182
|
"AWSS3DeleteUseTypeFileDto!"
|
|
4081
4183
|
]
|
|
4082
4184
|
}
|
|
@@ -4085,16 +4187,16 @@ exports.default = {
|
|
|
4085
4187
|
75,
|
|
4086
4188
|
{
|
|
4087
4189
|
"input": [
|
|
4088
|
-
|
|
4190
|
+
126,
|
|
4089
4191
|
"CreateAthleteCompetitionDto!"
|
|
4090
4192
|
]
|
|
4091
4193
|
}
|
|
4092
4194
|
],
|
|
4093
4195
|
"deleteAthleteCompetition": [
|
|
4094
|
-
|
|
4196
|
+
103,
|
|
4095
4197
|
{
|
|
4096
4198
|
"input": [
|
|
4097
|
-
|
|
4199
|
+
131,
|
|
4098
4200
|
"DeleteSingleValueDto!"
|
|
4099
4201
|
]
|
|
4100
4202
|
}
|
|
@@ -4103,16 +4205,16 @@ exports.default = {
|
|
|
4103
4205
|
92,
|
|
4104
4206
|
{
|
|
4105
4207
|
"input": [
|
|
4106
|
-
|
|
4208
|
+
137,
|
|
4107
4209
|
"UploadAlbumsPicturesDto!"
|
|
4108
4210
|
]
|
|
4109
4211
|
}
|
|
4110
4212
|
],
|
|
4111
4213
|
"deleteAthleteAlbum": [
|
|
4112
|
-
|
|
4214
|
+
103,
|
|
4113
4215
|
{
|
|
4114
4216
|
"input": [
|
|
4115
|
-
|
|
4217
|
+
131,
|
|
4116
4218
|
"DeleteSingleValueDto!"
|
|
4117
4219
|
]
|
|
4118
4220
|
}
|
|
@@ -4121,7 +4223,7 @@ exports.default = {
|
|
|
4121
4223
|
63,
|
|
4122
4224
|
{
|
|
4123
4225
|
"input": [
|
|
4124
|
-
|
|
4226
|
+
182,
|
|
4125
4227
|
"CreateSportDto!"
|
|
4126
4228
|
]
|
|
4127
4229
|
}
|
|
@@ -4130,7 +4232,7 @@ exports.default = {
|
|
|
4130
4232
|
63,
|
|
4131
4233
|
{
|
|
4132
4234
|
"input": [
|
|
4133
|
-
|
|
4235
|
+
183,
|
|
4134
4236
|
"UpdateSportDto!"
|
|
4135
4237
|
]
|
|
4136
4238
|
}
|
|
@@ -4139,7 +4241,7 @@ exports.default = {
|
|
|
4139
4241
|
66,
|
|
4140
4242
|
{
|
|
4141
4243
|
"input": [
|
|
4142
|
-
|
|
4244
|
+
184,
|
|
4143
4245
|
"CreateSportLevelDto!"
|
|
4144
4246
|
]
|
|
4145
4247
|
}
|
|
@@ -4148,7 +4250,7 @@ exports.default = {
|
|
|
4148
4250
|
61,
|
|
4149
4251
|
{
|
|
4150
4252
|
"input": [
|
|
4151
|
-
|
|
4253
|
+
186,
|
|
4152
4254
|
"CreateSponsorshipDto!"
|
|
4153
4255
|
]
|
|
4154
4256
|
}
|
|
@@ -4157,7 +4259,7 @@ exports.default = {
|
|
|
4157
4259
|
41,
|
|
4158
4260
|
{
|
|
4159
4261
|
"input": [
|
|
4160
|
-
|
|
4262
|
+
193,
|
|
4161
4263
|
"CreateCountryDto!"
|
|
4162
4264
|
]
|
|
4163
4265
|
}
|
|
@@ -4166,7 +4268,7 @@ exports.default = {
|
|
|
4166
4268
|
40,
|
|
4167
4269
|
{
|
|
4168
4270
|
"input": [
|
|
4169
|
-
|
|
4271
|
+
194,
|
|
4170
4272
|
"CreateStateDto!"
|
|
4171
4273
|
]
|
|
4172
4274
|
}
|
|
@@ -4175,7 +4277,7 @@ exports.default = {
|
|
|
4175
4277
|
39,
|
|
4176
4278
|
{
|
|
4177
4279
|
"input": [
|
|
4178
|
-
|
|
4280
|
+
195,
|
|
4179
4281
|
"CreateCityDto!"
|
|
4180
4282
|
]
|
|
4181
4283
|
}
|
|
@@ -4184,7 +4286,7 @@ exports.default = {
|
|
|
4184
4286
|
28,
|
|
4185
4287
|
{
|
|
4186
4288
|
"input": [
|
|
4187
|
-
|
|
4289
|
+
147,
|
|
4188
4290
|
"RegisterUserDto!"
|
|
4189
4291
|
]
|
|
4190
4292
|
}
|
|
@@ -4193,7 +4295,7 @@ exports.default = {
|
|
|
4193
4295
|
3,
|
|
4194
4296
|
{
|
|
4195
4297
|
"input": [
|
|
4196
|
-
|
|
4298
|
+
121,
|
|
4197
4299
|
"VerifyCodeDto!"
|
|
4198
4300
|
]
|
|
4199
4301
|
}
|
|
@@ -4202,7 +4304,7 @@ exports.default = {
|
|
|
4202
4304
|
0,
|
|
4203
4305
|
{
|
|
4204
4306
|
"input": [
|
|
4205
|
-
|
|
4307
|
+
121,
|
|
4206
4308
|
"VerifyCodeDto!"
|
|
4207
4309
|
]
|
|
4208
4310
|
}
|
|
@@ -4211,7 +4313,7 @@ exports.default = {
|
|
|
4211
4313
|
0,
|
|
4212
4314
|
{
|
|
4213
4315
|
"input": [
|
|
4214
|
-
|
|
4316
|
+
147,
|
|
4215
4317
|
"RegisterUserDto!"
|
|
4216
4318
|
]
|
|
4217
4319
|
}
|
|
@@ -4220,7 +4322,7 @@ exports.default = {
|
|
|
4220
4322
|
0,
|
|
4221
4323
|
{
|
|
4222
4324
|
"input": [
|
|
4223
|
-
|
|
4325
|
+
147,
|
|
4224
4326
|
"RegisterUserDto!"
|
|
4225
4327
|
]
|
|
4226
4328
|
}
|
|
@@ -4242,7 +4344,7 @@ exports.default = {
|
|
|
4242
4344
|
96,
|
|
4243
4345
|
{
|
|
4244
4346
|
"data": [
|
|
4245
|
-
|
|
4347
|
+
196,
|
|
4246
4348
|
"RegisterStravaDto!"
|
|
4247
4349
|
]
|
|
4248
4350
|
}
|
|
@@ -4260,7 +4362,7 @@ exports.default = {
|
|
|
4260
4362
|
71,
|
|
4261
4363
|
{
|
|
4262
4364
|
"input": [
|
|
4263
|
-
|
|
4365
|
+
197,
|
|
4264
4366
|
"CreateSportEventDto!"
|
|
4265
4367
|
]
|
|
4266
4368
|
}
|
|
@@ -4269,7 +4371,7 @@ exports.default = {
|
|
|
4269
4371
|
82,
|
|
4270
4372
|
{
|
|
4271
4373
|
"input": [
|
|
4272
|
-
|
|
4374
|
+
155,
|
|
4273
4375
|
"SetFundingStatusDto!"
|
|
4274
4376
|
]
|
|
4275
4377
|
}
|
|
@@ -4278,7 +4380,7 @@ exports.default = {
|
|
|
4278
4380
|
82,
|
|
4279
4381
|
{
|
|
4280
4382
|
"input": [
|
|
4281
|
-
|
|
4383
|
+
153,
|
|
4282
4384
|
"CreateFundingCampaignDto!"
|
|
4283
4385
|
]
|
|
4284
4386
|
}
|
|
@@ -4287,7 +4389,7 @@ exports.default = {
|
|
|
4287
4389
|
76,
|
|
4288
4390
|
{
|
|
4289
4391
|
"input": [
|
|
4290
|
-
|
|
4392
|
+
156,
|
|
4291
4393
|
"CreateMembershipOrganizationDto!"
|
|
4292
4394
|
]
|
|
4293
4395
|
}
|
|
@@ -4296,25 +4398,28 @@ exports.default = {
|
|
|
4296
4398
|
78,
|
|
4297
4399
|
{
|
|
4298
4400
|
"input": [
|
|
4299
|
-
|
|
4401
|
+
157,
|
|
4300
4402
|
"CreateAthleteMembershipDto!"
|
|
4301
4403
|
]
|
|
4302
4404
|
}
|
|
4303
4405
|
],
|
|
4304
4406
|
"deleteAthleteMembershipAffilation": [
|
|
4305
|
-
|
|
4407
|
+
103,
|
|
4306
4408
|
{
|
|
4307
4409
|
"input": [
|
|
4308
|
-
|
|
4410
|
+
131,
|
|
4309
4411
|
"DeleteSingleValueDto!"
|
|
4310
4412
|
]
|
|
4311
4413
|
}
|
|
4312
4414
|
],
|
|
4415
|
+
"deleteAthleteIntegration": [
|
|
4416
|
+
2
|
|
4417
|
+
],
|
|
4313
4418
|
"createStripeAccount": [
|
|
4314
4419
|
90,
|
|
4315
4420
|
{
|
|
4316
4421
|
"input": [
|
|
4317
|
-
|
|
4422
|
+
198,
|
|
4318
4423
|
"CreateStripeAccountDto!"
|
|
4319
4424
|
]
|
|
4320
4425
|
}
|
|
@@ -4326,7 +4431,7 @@ exports.default = {
|
|
|
4326
4431
|
98,
|
|
4327
4432
|
{
|
|
4328
4433
|
"input": [
|
|
4329
|
-
|
|
4434
|
+
158,
|
|
4330
4435
|
"DonationCheckoutDto!"
|
|
4331
4436
|
]
|
|
4332
4437
|
}
|
|
@@ -4416,6 +4521,17 @@ exports.default = {
|
|
|
4416
4521
|
1
|
|
4417
4522
|
]
|
|
4418
4523
|
},
|
|
4524
|
+
"AWSS3DeleteUseTypeKeyDto": {
|
|
4525
|
+
"key": [
|
|
4526
|
+
1
|
|
4527
|
+
],
|
|
4528
|
+
"useType": [
|
|
4529
|
+
1
|
|
4530
|
+
],
|
|
4531
|
+
"__typename": [
|
|
4532
|
+
1
|
|
4533
|
+
]
|
|
4534
|
+
},
|
|
4419
4535
|
"CreateIndustryDto": {
|
|
4420
4536
|
"name": [
|
|
4421
4537
|
1
|
|
@@ -4438,13 +4554,13 @@ exports.default = {
|
|
|
4438
4554
|
1
|
|
4439
4555
|
],
|
|
4440
4556
|
"logo": [
|
|
4441
|
-
|
|
4557
|
+
136
|
|
4442
4558
|
],
|
|
4443
4559
|
"banner": [
|
|
4444
|
-
|
|
4560
|
+
136
|
|
4445
4561
|
],
|
|
4446
4562
|
"translations": [
|
|
4447
|
-
|
|
4563
|
+
177
|
|
4448
4564
|
],
|
|
4449
4565
|
"__typename": [
|
|
4450
4566
|
1
|
|
@@ -4467,10 +4583,10 @@ exports.default = {
|
|
|
4467
4583
|
1
|
|
4468
4584
|
],
|
|
4469
4585
|
"logo": [
|
|
4470
|
-
|
|
4586
|
+
136
|
|
4471
4587
|
],
|
|
4472
4588
|
"banner": [
|
|
4473
|
-
|
|
4589
|
+
136
|
|
4474
4590
|
],
|
|
4475
4591
|
"__typename": [
|
|
4476
4592
|
1
|
|
@@ -4575,10 +4691,10 @@ exports.default = {
|
|
|
4575
4691
|
1
|
|
4576
4692
|
],
|
|
4577
4693
|
"profilePicture": [
|
|
4578
|
-
|
|
4694
|
+
136
|
|
4579
4695
|
],
|
|
4580
4696
|
"cardPicture": [
|
|
4581
|
-
|
|
4697
|
+
136
|
|
4582
4698
|
],
|
|
4583
4699
|
"__typename": [
|
|
4584
4700
|
1
|
|
@@ -4631,7 +4747,7 @@ exports.default = {
|
|
|
4631
4747
|
17
|
|
4632
4748
|
],
|
|
4633
4749
|
"translations": [
|
|
4634
|
-
|
|
4750
|
+
185
|
|
4635
4751
|
],
|
|
4636
4752
|
"__typename": [
|
|
4637
4753
|
1
|
|
@@ -4665,10 +4781,10 @@ exports.default = {
|
|
|
4665
4781
|
17
|
|
4666
4782
|
],
|
|
4667
4783
|
"banner": [
|
|
4668
|
-
|
|
4784
|
+
136
|
|
4669
4785
|
],
|
|
4670
4786
|
"criteria": [
|
|
4671
|
-
|
|
4787
|
+
187
|
|
4672
4788
|
],
|
|
4673
4789
|
"deadline": [
|
|
4674
4790
|
14
|
|
@@ -4677,13 +4793,13 @@ exports.default = {
|
|
|
4677
4793
|
14
|
|
4678
4794
|
],
|
|
4679
4795
|
"duration": [
|
|
4680
|
-
|
|
4796
|
+
189
|
|
4681
4797
|
],
|
|
4682
4798
|
"sponsorshipItems": [
|
|
4683
|
-
|
|
4799
|
+
190
|
|
4684
4800
|
],
|
|
4685
4801
|
"commitments": [
|
|
4686
|
-
|
|
4802
|
+
191
|
|
4687
4803
|
],
|
|
4688
4804
|
"terms": [
|
|
4689
4805
|
1
|
|
@@ -4695,7 +4811,7 @@ exports.default = {
|
|
|
4695
4811
|
2
|
|
4696
4812
|
],
|
|
4697
4813
|
"translations": [
|
|
4698
|
-
|
|
4814
|
+
192
|
|
4699
4815
|
],
|
|
4700
4816
|
"__typename": [
|
|
4701
4817
|
1
|
|
@@ -4709,7 +4825,7 @@ exports.default = {
|
|
|
4709
4825
|
1
|
|
4710
4826
|
],
|
|
4711
4827
|
"qualificationsBag": [
|
|
4712
|
-
|
|
4828
|
+
188
|
|
4713
4829
|
],
|
|
4714
4830
|
"__typename": [
|
|
4715
4831
|
1
|
|
@@ -4717,28 +4833,28 @@ exports.default = {
|
|
|
4717
4833
|
},
|
|
4718
4834
|
"QualificationsBagDto": {
|
|
4719
4835
|
"ageQualifications": [
|
|
4720
|
-
|
|
4836
|
+
139
|
|
4721
4837
|
],
|
|
4722
4838
|
"genderQualifications": [
|
|
4723
|
-
|
|
4839
|
+
140
|
|
4724
4840
|
],
|
|
4725
4841
|
"scoreQualifications": [
|
|
4726
|
-
|
|
4842
|
+
142
|
|
4727
4843
|
],
|
|
4728
4844
|
"locationQualifications": [
|
|
4729
|
-
|
|
4845
|
+
143
|
|
4730
4846
|
],
|
|
4731
4847
|
"nationalityQualifications": [
|
|
4732
|
-
|
|
4848
|
+
141
|
|
4733
4849
|
],
|
|
4734
4850
|
"distanceQualifications": [
|
|
4735
|
-
|
|
4851
|
+
144
|
|
4736
4852
|
],
|
|
4737
4853
|
"sportsQualifications": [
|
|
4738
|
-
|
|
4854
|
+
145
|
|
4739
4855
|
],
|
|
4740
4856
|
"levelQualifications": [
|
|
4741
|
-
|
|
4857
|
+
146
|
|
4742
4858
|
],
|
|
4743
4859
|
"__typename": [
|
|
4744
4860
|
1
|
|
@@ -4815,7 +4931,7 @@ exports.default = {
|
|
|
4815
4931
|
1
|
|
4816
4932
|
],
|
|
4817
4933
|
"banner": [
|
|
4818
|
-
|
|
4934
|
+
136
|
|
4819
4935
|
],
|
|
4820
4936
|
"terms": [
|
|
4821
4937
|
1
|
|
@@ -4933,7 +5049,7 @@ exports.default = {
|
|
|
4933
5049
|
1
|
|
4934
5050
|
],
|
|
4935
5051
|
"banner": [
|
|
4936
|
-
|
|
5052
|
+
136
|
|
4937
5053
|
],
|
|
4938
5054
|
"__typename": [
|
|
4939
5055
|
1
|