@vertikalx/vtx-backend-client 1.0.0-dev.85 → 1.0.0-dev.87
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 +4 -1
- package/src/api/vtx-base-api.js +119 -3
- package/src/api/vtx-base-api.js.map +1 -1
- package/src/client/schema.d.ts +73 -0
- package/src/client/schema.js +16 -2
- package/src/client/schema.js.map +1 -1
- package/src/client/types.d.ts +38 -0
- package/src/client/types.js +214 -112
- package/src/client/types.js.map +1 -1
- package/tsconfig.lib.tsbuildinfo +1 -1
- package/src/client/schema.graphql +0 -1726
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
|
|
@@ -2964,11 +3034,14 @@ exports.default = {
|
|
|
2964
3034
|
"countries": [
|
|
2965
3035
|
1
|
|
2966
3036
|
],
|
|
3037
|
+
"nacionalities": [
|
|
3038
|
+
1
|
|
3039
|
+
],
|
|
2967
3040
|
"teams": [
|
|
2968
3041
|
1
|
|
2969
3042
|
],
|
|
2970
3043
|
"currentCampaign": [
|
|
2971
|
-
|
|
3044
|
+
132
|
|
2972
3045
|
],
|
|
2973
3046
|
"sports": [
|
|
2974
3047
|
1
|
|
@@ -3024,10 +3097,10 @@ exports.default = {
|
|
|
3024
3097
|
},
|
|
3025
3098
|
"AthleteQueryDto": {
|
|
3026
3099
|
"cursor": [
|
|
3027
|
-
|
|
3100
|
+
130
|
|
3028
3101
|
],
|
|
3029
3102
|
"filters": [
|
|
3030
|
-
|
|
3103
|
+
133
|
|
3031
3104
|
],
|
|
3032
3105
|
"__typename": [
|
|
3033
3106
|
1
|
|
@@ -3038,7 +3111,7 @@ exports.default = {
|
|
|
3038
3111
|
1
|
|
3039
3112
|
],
|
|
3040
3113
|
"newPicture": [
|
|
3041
|
-
|
|
3114
|
+
136
|
|
3042
3115
|
],
|
|
3043
3116
|
"__typename": [
|
|
3044
3117
|
1
|
|
@@ -3072,7 +3145,7 @@ exports.default = {
|
|
|
3072
3145
|
1
|
|
3073
3146
|
],
|
|
3074
3147
|
"pictures": [
|
|
3075
|
-
|
|
3148
|
+
136
|
|
3076
3149
|
],
|
|
3077
3150
|
"__typename": [
|
|
3078
3151
|
1
|
|
@@ -3274,7 +3347,7 @@ exports.default = {
|
|
|
3274
3347
|
17
|
|
3275
3348
|
],
|
|
3276
3349
|
"items": [
|
|
3277
|
-
|
|
3350
|
+
149
|
|
3278
3351
|
],
|
|
3279
3352
|
"__typename": [
|
|
3280
3353
|
1
|
|
@@ -3285,7 +3358,7 @@ exports.default = {
|
|
|
3285
3358
|
17
|
|
3286
3359
|
],
|
|
3287
3360
|
"items": [
|
|
3288
|
-
|
|
3361
|
+
149
|
|
3289
3362
|
],
|
|
3290
3363
|
"athleteCompetitionId": [
|
|
3291
3364
|
1
|
|
@@ -3320,10 +3393,10 @@ exports.default = {
|
|
|
3320
3393
|
14
|
|
3321
3394
|
],
|
|
3322
3395
|
"budget": [
|
|
3323
|
-
|
|
3396
|
+
151
|
|
3324
3397
|
],
|
|
3325
3398
|
"competitionBudgets": [
|
|
3326
|
-
|
|
3399
|
+
152
|
|
3327
3400
|
],
|
|
3328
3401
|
"competitionIds": [
|
|
3329
3402
|
1
|
|
@@ -3358,10 +3431,10 @@ exports.default = {
|
|
|
3358
3431
|
14
|
|
3359
3432
|
],
|
|
3360
3433
|
"budget": [
|
|
3361
|
-
|
|
3434
|
+
151
|
|
3362
3435
|
],
|
|
3363
3436
|
"competitionBudgets": [
|
|
3364
|
-
|
|
3437
|
+
152
|
|
3365
3438
|
],
|
|
3366
3439
|
"competitionIds": [
|
|
3367
3440
|
1
|
|
@@ -3398,7 +3471,7 @@ exports.default = {
|
|
|
3398
3471
|
1
|
|
3399
3472
|
],
|
|
3400
3473
|
"logo": [
|
|
3401
|
-
|
|
3474
|
+
136
|
|
3402
3475
|
],
|
|
3403
3476
|
"countryId": [
|
|
3404
3477
|
1
|
|
@@ -3470,6 +3543,26 @@ exports.default = {
|
|
|
3470
3543
|
1
|
|
3471
3544
|
]
|
|
3472
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
|
+
},
|
|
3473
3566
|
"Query": {
|
|
3474
3567
|
"findTenantById": [
|
|
3475
3568
|
5,
|
|
@@ -3540,7 +3633,7 @@ exports.default = {
|
|
|
3540
3633
|
31,
|
|
3541
3634
|
{
|
|
3542
3635
|
"input": [
|
|
3543
|
-
|
|
3636
|
+
162,
|
|
3544
3637
|
"AWSS3GetUploadDto!"
|
|
3545
3638
|
]
|
|
3546
3639
|
}
|
|
@@ -3602,7 +3695,7 @@ exports.default = {
|
|
|
3602
3695
|
95,
|
|
3603
3696
|
{
|
|
3604
3697
|
"input": [
|
|
3605
|
-
|
|
3698
|
+
163,
|
|
3606
3699
|
"FindSponsorAthleteInvitationDto!"
|
|
3607
3700
|
]
|
|
3608
3701
|
}
|
|
@@ -3611,10 +3704,10 @@ exports.default = {
|
|
|
3611
3704
|
94
|
|
3612
3705
|
],
|
|
3613
3706
|
"queryAthleteFundingCampaigns": [
|
|
3614
|
-
|
|
3707
|
+
106,
|
|
3615
3708
|
{
|
|
3616
3709
|
"input": [
|
|
3617
|
-
|
|
3710
|
+
134,
|
|
3618
3711
|
"AthleteQueryDto!"
|
|
3619
3712
|
]
|
|
3620
3713
|
}
|
|
@@ -3662,7 +3755,7 @@ exports.default = {
|
|
|
3662
3755
|
75,
|
|
3663
3756
|
{
|
|
3664
3757
|
"input": [
|
|
3665
|
-
|
|
3758
|
+
164,
|
|
3666
3759
|
"GetAthleteCompetitionsDto!"
|
|
3667
3760
|
]
|
|
3668
3761
|
}
|
|
@@ -3698,10 +3791,10 @@ exports.default = {
|
|
|
3698
3791
|
}
|
|
3699
3792
|
],
|
|
3700
3793
|
"queryAthleteWithFilter": [
|
|
3701
|
-
|
|
3794
|
+
106,
|
|
3702
3795
|
{
|
|
3703
3796
|
"input": [
|
|
3704
|
-
|
|
3797
|
+
134,
|
|
3705
3798
|
"AthleteQueryDto!"
|
|
3706
3799
|
]
|
|
3707
3800
|
}
|
|
@@ -3739,6 +3832,9 @@ exports.default = {
|
|
|
3739
3832
|
]
|
|
3740
3833
|
}
|
|
3741
3834
|
],
|
|
3835
|
+
"getStates": [
|
|
3836
|
+
40
|
|
3837
|
+
],
|
|
3742
3838
|
"getStateCities": [
|
|
3743
3839
|
39,
|
|
3744
3840
|
{
|
|
@@ -3770,7 +3866,7 @@ exports.default = {
|
|
|
3770
3866
|
0,
|
|
3771
3867
|
{
|
|
3772
3868
|
"input": [
|
|
3773
|
-
|
|
3869
|
+
165,
|
|
3774
3870
|
"FindVtxUserDto!"
|
|
3775
3871
|
]
|
|
3776
3872
|
}
|
|
@@ -3789,7 +3885,7 @@ exports.default = {
|
|
|
3789
3885
|
}
|
|
3790
3886
|
],
|
|
3791
3887
|
"getUserImagesFromEmail": [
|
|
3792
|
-
|
|
3888
|
+
111,
|
|
3793
3889
|
{
|
|
3794
3890
|
"loginEmail": [
|
|
3795
3891
|
1,
|
|
@@ -3804,7 +3900,7 @@ exports.default = {
|
|
|
3804
3900
|
71,
|
|
3805
3901
|
{
|
|
3806
3902
|
"input": [
|
|
3807
|
-
|
|
3903
|
+
166,
|
|
3808
3904
|
"GetSportEventsDto!"
|
|
3809
3905
|
]
|
|
3810
3906
|
}
|
|
@@ -3812,11 +3908,14 @@ exports.default = {
|
|
|
3812
3908
|
"getMembershipOrganizations": [
|
|
3813
3909
|
76
|
|
3814
3910
|
],
|
|
3911
|
+
"getAthleteIntegrationsByAthlete": [
|
|
3912
|
+
100
|
|
3913
|
+
],
|
|
3815
3914
|
"stripeQuery": [
|
|
3816
|
-
|
|
3915
|
+
109,
|
|
3817
3916
|
{
|
|
3818
3917
|
"input": [
|
|
3819
|
-
|
|
3918
|
+
159,
|
|
3820
3919
|
"StripeQueryDto!"
|
|
3821
3920
|
]
|
|
3822
3921
|
}
|
|
@@ -3825,7 +3924,7 @@ exports.default = {
|
|
|
3825
3924
|
34,
|
|
3826
3925
|
{
|
|
3827
3926
|
"input": [
|
|
3828
|
-
|
|
3927
|
+
119,
|
|
3829
3928
|
"GetDatabaseFileDto!"
|
|
3830
3929
|
]
|
|
3831
3930
|
}
|
|
@@ -3891,7 +3990,7 @@ exports.default = {
|
|
|
3891
3990
|
5,
|
|
3892
3991
|
{
|
|
3893
3992
|
"tenant": [
|
|
3894
|
-
|
|
3993
|
+
168,
|
|
3895
3994
|
"CreateTenantInput!"
|
|
3896
3995
|
]
|
|
3897
3996
|
}
|
|
@@ -3900,7 +3999,7 @@ exports.default = {
|
|
|
3900
3999
|
11,
|
|
3901
4000
|
{
|
|
3902
4001
|
"tenant": [
|
|
3903
|
-
|
|
4002
|
+
168,
|
|
3904
4003
|
"CreateTenantInput!"
|
|
3905
4004
|
]
|
|
3906
4005
|
}
|
|
@@ -3909,7 +4008,7 @@ exports.default = {
|
|
|
3909
4008
|
3,
|
|
3910
4009
|
{
|
|
3911
4010
|
"user": [
|
|
3912
|
-
|
|
4011
|
+
169,
|
|
3913
4012
|
"CreateActiveUserInput!"
|
|
3914
4013
|
]
|
|
3915
4014
|
}
|
|
@@ -3944,7 +4043,7 @@ exports.default = {
|
|
|
3944
4043
|
0,
|
|
3945
4044
|
{
|
|
3946
4045
|
"input": [
|
|
3947
|
-
|
|
4046
|
+
170,
|
|
3948
4047
|
"RegisterUserToDomainFromEmailInput!"
|
|
3949
4048
|
]
|
|
3950
4049
|
}
|
|
@@ -3953,7 +4052,7 @@ exports.default = {
|
|
|
3953
4052
|
8,
|
|
3954
4053
|
{
|
|
3955
4054
|
"dto": [
|
|
3956
|
-
|
|
4055
|
+
171,
|
|
3957
4056
|
"RefreshTokenInput!"
|
|
3958
4057
|
]
|
|
3959
4058
|
}
|
|
@@ -3962,7 +4061,7 @@ exports.default = {
|
|
|
3962
4061
|
32,
|
|
3963
4062
|
{
|
|
3964
4063
|
"input": [
|
|
3965
|
-
|
|
4064
|
+
172,
|
|
3966
4065
|
"AWSS3DeleteUseTypeFileDto!"
|
|
3967
4066
|
]
|
|
3968
4067
|
}
|
|
@@ -3971,7 +4070,7 @@ exports.default = {
|
|
|
3971
4070
|
32,
|
|
3972
4071
|
{
|
|
3973
4072
|
"input": [
|
|
3974
|
-
|
|
4073
|
+
173,
|
|
3975
4074
|
"AWSS3DeleteBucketFileDto!"
|
|
3976
4075
|
]
|
|
3977
4076
|
}
|
|
@@ -3980,7 +4079,7 @@ exports.default = {
|
|
|
3980
4079
|
26,
|
|
3981
4080
|
{
|
|
3982
4081
|
"input": [
|
|
3983
|
-
|
|
4082
|
+
136,
|
|
3984
4083
|
"AWSS3UploadedFileDto!"
|
|
3985
4084
|
]
|
|
3986
4085
|
}
|
|
@@ -3989,7 +4088,7 @@ exports.default = {
|
|
|
3989
4088
|
52,
|
|
3990
4089
|
{
|
|
3991
4090
|
"input": [
|
|
3992
|
-
|
|
4091
|
+
174,
|
|
3993
4092
|
"CreateIndustryDto!"
|
|
3994
4093
|
]
|
|
3995
4094
|
}
|
|
@@ -3998,7 +4097,7 @@ exports.default = {
|
|
|
3998
4097
|
38,
|
|
3999
4098
|
{
|
|
4000
4099
|
"input": [
|
|
4001
|
-
|
|
4100
|
+
175,
|
|
4002
4101
|
"CreateBrandDto!"
|
|
4003
4102
|
]
|
|
4004
4103
|
}
|
|
@@ -4007,7 +4106,7 @@ exports.default = {
|
|
|
4007
4106
|
55,
|
|
4008
4107
|
{
|
|
4009
4108
|
"input": [
|
|
4010
|
-
|
|
4109
|
+
177,
|
|
4011
4110
|
"RegisterSponsorInput!"
|
|
4012
4111
|
]
|
|
4013
4112
|
}
|
|
@@ -4016,7 +4115,7 @@ exports.default = {
|
|
|
4016
4115
|
55,
|
|
4017
4116
|
{
|
|
4018
4117
|
"input": [
|
|
4019
|
-
|
|
4118
|
+
178,
|
|
4020
4119
|
"CreateSponsorDto!"
|
|
4021
4120
|
]
|
|
4022
4121
|
}
|
|
@@ -4025,7 +4124,7 @@ exports.default = {
|
|
|
4025
4124
|
95,
|
|
4026
4125
|
{
|
|
4027
4126
|
"input": [
|
|
4028
|
-
|
|
4127
|
+
123,
|
|
4029
4128
|
"InviteAthletesDto!"
|
|
4030
4129
|
]
|
|
4031
4130
|
}
|
|
@@ -4034,43 +4133,43 @@ exports.default = {
|
|
|
4034
4133
|
94,
|
|
4035
4134
|
{
|
|
4036
4135
|
"input": [
|
|
4037
|
-
|
|
4136
|
+
179,
|
|
4038
4137
|
"RegisterAthleteDto!"
|
|
4039
4138
|
]
|
|
4040
4139
|
}
|
|
4041
4140
|
],
|
|
4042
4141
|
"editProfileValue": [
|
|
4043
|
-
|
|
4142
|
+
101,
|
|
4044
4143
|
{
|
|
4045
4144
|
"input": [
|
|
4046
|
-
|
|
4145
|
+
180,
|
|
4047
4146
|
"EditValueDto!"
|
|
4048
4147
|
]
|
|
4049
4148
|
}
|
|
4050
4149
|
],
|
|
4051
4150
|
"editPicture": [
|
|
4052
|
-
|
|
4151
|
+
107,
|
|
4053
4152
|
{
|
|
4054
4153
|
"input": [
|
|
4055
|
-
|
|
4154
|
+
135,
|
|
4056
4155
|
"EditPictureDto!"
|
|
4057
4156
|
]
|
|
4058
4157
|
}
|
|
4059
4158
|
],
|
|
4060
4159
|
"AddAlbumPictures": [
|
|
4061
|
-
|
|
4160
|
+
108,
|
|
4062
4161
|
{
|
|
4063
4162
|
"input": [
|
|
4064
|
-
|
|
4163
|
+
137,
|
|
4065
4164
|
"UploadAlbumsPicturesDto!"
|
|
4066
4165
|
]
|
|
4067
4166
|
}
|
|
4068
4167
|
],
|
|
4069
4168
|
"DeletePictureBuket": [
|
|
4070
|
-
|
|
4169
|
+
103,
|
|
4071
4170
|
{
|
|
4072
4171
|
"input": [
|
|
4073
|
-
|
|
4172
|
+
172,
|
|
4074
4173
|
"AWSS3DeleteUseTypeFileDto!"
|
|
4075
4174
|
]
|
|
4076
4175
|
}
|
|
@@ -4079,16 +4178,16 @@ exports.default = {
|
|
|
4079
4178
|
75,
|
|
4080
4179
|
{
|
|
4081
4180
|
"input": [
|
|
4082
|
-
|
|
4181
|
+
126,
|
|
4083
4182
|
"CreateAthleteCompetitionDto!"
|
|
4084
4183
|
]
|
|
4085
4184
|
}
|
|
4086
4185
|
],
|
|
4087
4186
|
"deleteAthleteCompetition": [
|
|
4088
|
-
|
|
4187
|
+
103,
|
|
4089
4188
|
{
|
|
4090
4189
|
"input": [
|
|
4091
|
-
|
|
4190
|
+
131,
|
|
4092
4191
|
"DeleteSingleValueDto!"
|
|
4093
4192
|
]
|
|
4094
4193
|
}
|
|
@@ -4097,16 +4196,16 @@ exports.default = {
|
|
|
4097
4196
|
92,
|
|
4098
4197
|
{
|
|
4099
4198
|
"input": [
|
|
4100
|
-
|
|
4199
|
+
137,
|
|
4101
4200
|
"UploadAlbumsPicturesDto!"
|
|
4102
4201
|
]
|
|
4103
4202
|
}
|
|
4104
4203
|
],
|
|
4105
4204
|
"deleteAthleteAlbum": [
|
|
4106
|
-
|
|
4205
|
+
103,
|
|
4107
4206
|
{
|
|
4108
4207
|
"input": [
|
|
4109
|
-
|
|
4208
|
+
131,
|
|
4110
4209
|
"DeleteSingleValueDto!"
|
|
4111
4210
|
]
|
|
4112
4211
|
}
|
|
@@ -4115,7 +4214,7 @@ exports.default = {
|
|
|
4115
4214
|
63,
|
|
4116
4215
|
{
|
|
4117
4216
|
"input": [
|
|
4118
|
-
|
|
4217
|
+
181,
|
|
4119
4218
|
"CreateSportDto!"
|
|
4120
4219
|
]
|
|
4121
4220
|
}
|
|
@@ -4124,7 +4223,7 @@ exports.default = {
|
|
|
4124
4223
|
63,
|
|
4125
4224
|
{
|
|
4126
4225
|
"input": [
|
|
4127
|
-
|
|
4226
|
+
182,
|
|
4128
4227
|
"UpdateSportDto!"
|
|
4129
4228
|
]
|
|
4130
4229
|
}
|
|
@@ -4133,7 +4232,7 @@ exports.default = {
|
|
|
4133
4232
|
66,
|
|
4134
4233
|
{
|
|
4135
4234
|
"input": [
|
|
4136
|
-
|
|
4235
|
+
183,
|
|
4137
4236
|
"CreateSportLevelDto!"
|
|
4138
4237
|
]
|
|
4139
4238
|
}
|
|
@@ -4142,7 +4241,7 @@ exports.default = {
|
|
|
4142
4241
|
61,
|
|
4143
4242
|
{
|
|
4144
4243
|
"input": [
|
|
4145
|
-
|
|
4244
|
+
185,
|
|
4146
4245
|
"CreateSponsorshipDto!"
|
|
4147
4246
|
]
|
|
4148
4247
|
}
|
|
@@ -4151,7 +4250,7 @@ exports.default = {
|
|
|
4151
4250
|
41,
|
|
4152
4251
|
{
|
|
4153
4252
|
"input": [
|
|
4154
|
-
|
|
4253
|
+
192,
|
|
4155
4254
|
"CreateCountryDto!"
|
|
4156
4255
|
]
|
|
4157
4256
|
}
|
|
@@ -4160,7 +4259,7 @@ exports.default = {
|
|
|
4160
4259
|
40,
|
|
4161
4260
|
{
|
|
4162
4261
|
"input": [
|
|
4163
|
-
|
|
4262
|
+
193,
|
|
4164
4263
|
"CreateStateDto!"
|
|
4165
4264
|
]
|
|
4166
4265
|
}
|
|
@@ -4169,7 +4268,7 @@ exports.default = {
|
|
|
4169
4268
|
39,
|
|
4170
4269
|
{
|
|
4171
4270
|
"input": [
|
|
4172
|
-
|
|
4271
|
+
194,
|
|
4173
4272
|
"CreateCityDto!"
|
|
4174
4273
|
]
|
|
4175
4274
|
}
|
|
@@ -4178,7 +4277,7 @@ exports.default = {
|
|
|
4178
4277
|
28,
|
|
4179
4278
|
{
|
|
4180
4279
|
"input": [
|
|
4181
|
-
|
|
4280
|
+
147,
|
|
4182
4281
|
"RegisterUserDto!"
|
|
4183
4282
|
]
|
|
4184
4283
|
}
|
|
@@ -4187,7 +4286,7 @@ exports.default = {
|
|
|
4187
4286
|
3,
|
|
4188
4287
|
{
|
|
4189
4288
|
"input": [
|
|
4190
|
-
|
|
4289
|
+
121,
|
|
4191
4290
|
"VerifyCodeDto!"
|
|
4192
4291
|
]
|
|
4193
4292
|
}
|
|
@@ -4196,7 +4295,7 @@ exports.default = {
|
|
|
4196
4295
|
0,
|
|
4197
4296
|
{
|
|
4198
4297
|
"input": [
|
|
4199
|
-
|
|
4298
|
+
121,
|
|
4200
4299
|
"VerifyCodeDto!"
|
|
4201
4300
|
]
|
|
4202
4301
|
}
|
|
@@ -4205,7 +4304,7 @@ exports.default = {
|
|
|
4205
4304
|
0,
|
|
4206
4305
|
{
|
|
4207
4306
|
"input": [
|
|
4208
|
-
|
|
4307
|
+
147,
|
|
4209
4308
|
"RegisterUserDto!"
|
|
4210
4309
|
]
|
|
4211
4310
|
}
|
|
@@ -4214,7 +4313,7 @@ exports.default = {
|
|
|
4214
4313
|
0,
|
|
4215
4314
|
{
|
|
4216
4315
|
"input": [
|
|
4217
|
-
|
|
4316
|
+
147,
|
|
4218
4317
|
"RegisterUserDto!"
|
|
4219
4318
|
]
|
|
4220
4319
|
}
|
|
@@ -4236,7 +4335,7 @@ exports.default = {
|
|
|
4236
4335
|
96,
|
|
4237
4336
|
{
|
|
4238
4337
|
"data": [
|
|
4239
|
-
|
|
4338
|
+
195,
|
|
4240
4339
|
"RegisterStravaDto!"
|
|
4241
4340
|
]
|
|
4242
4341
|
}
|
|
@@ -4254,7 +4353,7 @@ exports.default = {
|
|
|
4254
4353
|
71,
|
|
4255
4354
|
{
|
|
4256
4355
|
"input": [
|
|
4257
|
-
|
|
4356
|
+
196,
|
|
4258
4357
|
"CreateSportEventDto!"
|
|
4259
4358
|
]
|
|
4260
4359
|
}
|
|
@@ -4263,7 +4362,7 @@ exports.default = {
|
|
|
4263
4362
|
82,
|
|
4264
4363
|
{
|
|
4265
4364
|
"input": [
|
|
4266
|
-
|
|
4365
|
+
155,
|
|
4267
4366
|
"SetFundingStatusDto!"
|
|
4268
4367
|
]
|
|
4269
4368
|
}
|
|
@@ -4272,7 +4371,7 @@ exports.default = {
|
|
|
4272
4371
|
82,
|
|
4273
4372
|
{
|
|
4274
4373
|
"input": [
|
|
4275
|
-
|
|
4374
|
+
153,
|
|
4276
4375
|
"CreateFundingCampaignDto!"
|
|
4277
4376
|
]
|
|
4278
4377
|
}
|
|
@@ -4281,7 +4380,7 @@ exports.default = {
|
|
|
4281
4380
|
76,
|
|
4282
4381
|
{
|
|
4283
4382
|
"input": [
|
|
4284
|
-
|
|
4383
|
+
156,
|
|
4285
4384
|
"CreateMembershipOrganizationDto!"
|
|
4286
4385
|
]
|
|
4287
4386
|
}
|
|
@@ -4290,16 +4389,16 @@ exports.default = {
|
|
|
4290
4389
|
78,
|
|
4291
4390
|
{
|
|
4292
4391
|
"input": [
|
|
4293
|
-
|
|
4392
|
+
157,
|
|
4294
4393
|
"CreateAthleteMembershipDto!"
|
|
4295
4394
|
]
|
|
4296
4395
|
}
|
|
4297
4396
|
],
|
|
4298
4397
|
"deleteAthleteMembershipAffilation": [
|
|
4299
|
-
|
|
4398
|
+
103,
|
|
4300
4399
|
{
|
|
4301
4400
|
"input": [
|
|
4302
|
-
|
|
4401
|
+
131,
|
|
4303
4402
|
"DeleteSingleValueDto!"
|
|
4304
4403
|
]
|
|
4305
4404
|
}
|
|
@@ -4308,7 +4407,7 @@ exports.default = {
|
|
|
4308
4407
|
90,
|
|
4309
4408
|
{
|
|
4310
4409
|
"input": [
|
|
4311
|
-
|
|
4410
|
+
197,
|
|
4312
4411
|
"CreateStripeAccountDto!"
|
|
4313
4412
|
]
|
|
4314
4413
|
}
|
|
@@ -4320,7 +4419,7 @@ exports.default = {
|
|
|
4320
4419
|
98,
|
|
4321
4420
|
{
|
|
4322
4421
|
"input": [
|
|
4323
|
-
|
|
4422
|
+
158,
|
|
4324
4423
|
"DonationCheckoutDto!"
|
|
4325
4424
|
]
|
|
4326
4425
|
}
|
|
@@ -4432,13 +4531,13 @@ exports.default = {
|
|
|
4432
4531
|
1
|
|
4433
4532
|
],
|
|
4434
4533
|
"logo": [
|
|
4435
|
-
|
|
4534
|
+
136
|
|
4436
4535
|
],
|
|
4437
4536
|
"banner": [
|
|
4438
|
-
|
|
4537
|
+
136
|
|
4439
4538
|
],
|
|
4440
4539
|
"translations": [
|
|
4441
|
-
|
|
4540
|
+
176
|
|
4442
4541
|
],
|
|
4443
4542
|
"__typename": [
|
|
4444
4543
|
1
|
|
@@ -4461,10 +4560,10 @@ exports.default = {
|
|
|
4461
4560
|
1
|
|
4462
4561
|
],
|
|
4463
4562
|
"logo": [
|
|
4464
|
-
|
|
4563
|
+
136
|
|
4465
4564
|
],
|
|
4466
4565
|
"banner": [
|
|
4467
|
-
|
|
4566
|
+
136
|
|
4468
4567
|
],
|
|
4469
4568
|
"__typename": [
|
|
4470
4569
|
1
|
|
@@ -4569,10 +4668,10 @@ exports.default = {
|
|
|
4569
4668
|
1
|
|
4570
4669
|
],
|
|
4571
4670
|
"profilePicture": [
|
|
4572
|
-
|
|
4671
|
+
136
|
|
4573
4672
|
],
|
|
4574
4673
|
"cardPicture": [
|
|
4575
|
-
|
|
4674
|
+
136
|
|
4576
4675
|
],
|
|
4577
4676
|
"__typename": [
|
|
4578
4677
|
1
|
|
@@ -4590,6 +4689,9 @@ exports.default = {
|
|
|
4590
4689
|
]
|
|
4591
4690
|
},
|
|
4592
4691
|
"CreateSportDto": {
|
|
4692
|
+
"_id": [
|
|
4693
|
+
1
|
|
4694
|
+
],
|
|
4593
4695
|
"name": [
|
|
4594
4696
|
1
|
|
4595
4697
|
],
|
|
@@ -4622,7 +4724,7 @@ exports.default = {
|
|
|
4622
4724
|
17
|
|
4623
4725
|
],
|
|
4624
4726
|
"translations": [
|
|
4625
|
-
|
|
4727
|
+
184
|
|
4626
4728
|
],
|
|
4627
4729
|
"__typename": [
|
|
4628
4730
|
1
|
|
@@ -4656,10 +4758,10 @@ exports.default = {
|
|
|
4656
4758
|
17
|
|
4657
4759
|
],
|
|
4658
4760
|
"banner": [
|
|
4659
|
-
|
|
4761
|
+
136
|
|
4660
4762
|
],
|
|
4661
4763
|
"criteria": [
|
|
4662
|
-
|
|
4764
|
+
186
|
|
4663
4765
|
],
|
|
4664
4766
|
"deadline": [
|
|
4665
4767
|
14
|
|
@@ -4668,13 +4770,13 @@ exports.default = {
|
|
|
4668
4770
|
14
|
|
4669
4771
|
],
|
|
4670
4772
|
"duration": [
|
|
4671
|
-
|
|
4773
|
+
188
|
|
4672
4774
|
],
|
|
4673
4775
|
"sponsorshipItems": [
|
|
4674
|
-
|
|
4776
|
+
189
|
|
4675
4777
|
],
|
|
4676
4778
|
"commitments": [
|
|
4677
|
-
|
|
4779
|
+
190
|
|
4678
4780
|
],
|
|
4679
4781
|
"terms": [
|
|
4680
4782
|
1
|
|
@@ -4686,7 +4788,7 @@ exports.default = {
|
|
|
4686
4788
|
2
|
|
4687
4789
|
],
|
|
4688
4790
|
"translations": [
|
|
4689
|
-
|
|
4791
|
+
191
|
|
4690
4792
|
],
|
|
4691
4793
|
"__typename": [
|
|
4692
4794
|
1
|
|
@@ -4700,7 +4802,7 @@ exports.default = {
|
|
|
4700
4802
|
1
|
|
4701
4803
|
],
|
|
4702
4804
|
"qualificationsBag": [
|
|
4703
|
-
|
|
4805
|
+
187
|
|
4704
4806
|
],
|
|
4705
4807
|
"__typename": [
|
|
4706
4808
|
1
|
|
@@ -4708,28 +4810,28 @@ exports.default = {
|
|
|
4708
4810
|
},
|
|
4709
4811
|
"QualificationsBagDto": {
|
|
4710
4812
|
"ageQualifications": [
|
|
4711
|
-
|
|
4813
|
+
139
|
|
4712
4814
|
],
|
|
4713
4815
|
"genderQualifications": [
|
|
4714
|
-
|
|
4816
|
+
140
|
|
4715
4817
|
],
|
|
4716
4818
|
"scoreQualifications": [
|
|
4717
|
-
|
|
4819
|
+
142
|
|
4718
4820
|
],
|
|
4719
4821
|
"locationQualifications": [
|
|
4720
|
-
|
|
4822
|
+
143
|
|
4721
4823
|
],
|
|
4722
4824
|
"nationalityQualifications": [
|
|
4723
|
-
|
|
4825
|
+
141
|
|
4724
4826
|
],
|
|
4725
4827
|
"distanceQualifications": [
|
|
4726
|
-
|
|
4828
|
+
144
|
|
4727
4829
|
],
|
|
4728
4830
|
"sportsQualifications": [
|
|
4729
|
-
|
|
4831
|
+
145
|
|
4730
4832
|
],
|
|
4731
4833
|
"levelQualifications": [
|
|
4732
|
-
|
|
4834
|
+
146
|
|
4733
4835
|
],
|
|
4734
4836
|
"__typename": [
|
|
4735
4837
|
1
|
|
@@ -4806,7 +4908,7 @@ exports.default = {
|
|
|
4806
4908
|
1
|
|
4807
4909
|
],
|
|
4808
4910
|
"banner": [
|
|
4809
|
-
|
|
4911
|
+
136
|
|
4810
4912
|
],
|
|
4811
4913
|
"terms": [
|
|
4812
4914
|
1
|
|
@@ -4924,7 +5026,7 @@ exports.default = {
|
|
|
4924
5026
|
1
|
|
4925
5027
|
],
|
|
4926
5028
|
"banner": [
|
|
4927
|
-
|
|
5029
|
+
136
|
|
4928
5030
|
],
|
|
4929
5031
|
"__typename": [
|
|
4930
5032
|
1
|