@vertikalx/vtx-backend-client 2.0.0-dev-carlos.14 → 2.0.0-dev-daniel.3
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 +1 -2
- package/src/api/vtx-base-api.js +0 -26
- package/src/api/vtx-base-api.js.map +1 -1
- package/src/client/schema.d.ts +20 -14
- package/src/client/schema.js +9 -2
- package/src/client/schema.js.map +1 -1
- package/src/client/types.d.ts +8 -12
- package/src/client/types.js +235 -247
- package/src/client/types.js.map +1 -1
- package/tsconfig.lib.tsbuildinfo +1 -1
package/src/client/types.js
CHANGED
|
@@ -6,12 +6,12 @@ exports.default = {
|
|
|
6
6
|
2,
|
|
7
7
|
14,
|
|
8
8
|
18,
|
|
9
|
-
|
|
10
|
-
126,
|
|
9
|
+
102,
|
|
11
10
|
127,
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
11
|
+
128,
|
|
12
|
+
139,
|
|
13
|
+
142,
|
|
14
|
+
205
|
|
15
15
|
],
|
|
16
16
|
"types": {
|
|
17
17
|
"User": {
|
|
@@ -2037,7 +2037,7 @@ exports.default = {
|
|
|
2037
2037
|
82
|
|
2038
2038
|
],
|
|
2039
2039
|
"athlete": [
|
|
2040
|
-
|
|
2040
|
+
99
|
|
2041
2041
|
],
|
|
2042
2042
|
"membershipNumber": [
|
|
2043
2043
|
1
|
|
@@ -2106,12 +2106,29 @@ exports.default = {
|
|
|
2106
2106
|
1
|
|
2107
2107
|
]
|
|
2108
2108
|
},
|
|
2109
|
+
"Video": {
|
|
2110
|
+
"_id": [
|
|
2111
|
+
1
|
|
2112
|
+
],
|
|
2113
|
+
"source": [
|
|
2114
|
+
1
|
|
2115
|
+
],
|
|
2116
|
+
"url": [
|
|
2117
|
+
1
|
|
2118
|
+
],
|
|
2119
|
+
"sourceData": [
|
|
2120
|
+
1
|
|
2121
|
+
],
|
|
2122
|
+
"__typename": [
|
|
2123
|
+
1
|
|
2124
|
+
]
|
|
2125
|
+
},
|
|
2109
2126
|
"FundRaisingCampaign": {
|
|
2110
2127
|
"_id": [
|
|
2111
2128
|
1
|
|
2112
2129
|
],
|
|
2113
2130
|
"athlete": [
|
|
2114
|
-
|
|
2131
|
+
99
|
|
2115
2132
|
],
|
|
2116
2133
|
"budgetMode": [
|
|
2117
2134
|
1
|
|
@@ -2155,6 +2172,9 @@ exports.default = {
|
|
|
2155
2172
|
"vtxComissionPct": [
|
|
2156
2173
|
18
|
|
2157
2174
|
],
|
|
2175
|
+
"video": [
|
|
2176
|
+
88
|
|
2177
|
+
],
|
|
2158
2178
|
"__typename": [
|
|
2159
2179
|
1
|
|
2160
2180
|
]
|
|
@@ -2364,7 +2384,7 @@ exports.default = {
|
|
|
2364
2384
|
},
|
|
2365
2385
|
"StripeRequirementType": {
|
|
2366
2386
|
"alternatives": [
|
|
2367
|
-
|
|
2387
|
+
91
|
|
2368
2388
|
],
|
|
2369
2389
|
"current_deadline": [
|
|
2370
2390
|
14
|
|
@@ -2376,7 +2396,7 @@ exports.default = {
|
|
|
2376
2396
|
1
|
|
2377
2397
|
],
|
|
2378
2398
|
"errors": [
|
|
2379
|
-
|
|
2399
|
+
93
|
|
2380
2400
|
],
|
|
2381
2401
|
"eventually_due": [
|
|
2382
2402
|
1
|
|
@@ -2393,7 +2413,7 @@ exports.default = {
|
|
|
2393
2413
|
},
|
|
2394
2414
|
"StripeFutureRequirementType": {
|
|
2395
2415
|
"alternatives": [
|
|
2396
|
-
|
|
2416
|
+
92
|
|
2397
2417
|
],
|
|
2398
2418
|
"current_deadline": [
|
|
2399
2419
|
14
|
|
@@ -2405,7 +2425,7 @@ exports.default = {
|
|
|
2405
2425
|
1
|
|
2406
2426
|
],
|
|
2407
2427
|
"errors": [
|
|
2408
|
-
|
|
2428
|
+
93
|
|
2409
2429
|
],
|
|
2410
2430
|
"eventually_due": [
|
|
2411
2431
|
1
|
|
@@ -2437,13 +2457,13 @@ exports.default = {
|
|
|
2437
2457
|
1
|
|
2438
2458
|
],
|
|
2439
2459
|
"capabilities": [
|
|
2440
|
-
|
|
2460
|
+
90
|
|
2441
2461
|
],
|
|
2442
2462
|
"requirements": [
|
|
2443
|
-
|
|
2463
|
+
94
|
|
2444
2464
|
],
|
|
2445
2465
|
"future_requirements": [
|
|
2446
|
-
|
|
2466
|
+
95
|
|
2447
2467
|
],
|
|
2448
2468
|
"type": [
|
|
2449
2469
|
1
|
|
@@ -2472,7 +2492,7 @@ exports.default = {
|
|
|
2472
2492
|
1
|
|
2473
2493
|
],
|
|
2474
2494
|
"account": [
|
|
2475
|
-
|
|
2495
|
+
96
|
|
2476
2496
|
],
|
|
2477
2497
|
"__typename": [
|
|
2478
2498
|
1
|
|
@@ -2670,19 +2690,19 @@ exports.default = {
|
|
|
2670
2690
|
86
|
|
2671
2691
|
],
|
|
2672
2692
|
"currentCampaign": [
|
|
2673
|
-
|
|
2693
|
+
89
|
|
2674
2694
|
],
|
|
2675
2695
|
"fundingCampaigns": [
|
|
2676
|
-
|
|
2696
|
+
89
|
|
2677
2697
|
],
|
|
2678
2698
|
"stripeAccountReference": [
|
|
2679
|
-
|
|
2699
|
+
97
|
|
2680
2700
|
],
|
|
2681
2701
|
"albums": [
|
|
2682
2702
|
80
|
|
2683
2703
|
],
|
|
2684
2704
|
"historicalScores": [
|
|
2685
|
-
|
|
2705
|
+
98
|
|
2686
2706
|
],
|
|
2687
2707
|
"signedAgreements": [
|
|
2688
2708
|
15
|
|
@@ -2693,7 +2713,7 @@ exports.default = {
|
|
|
2693
2713
|
},
|
|
2694
2714
|
"CheckoutSession": {
|
|
2695
2715
|
"_id": [
|
|
2696
|
-
|
|
2716
|
+
102
|
|
2697
2717
|
],
|
|
2698
2718
|
"type": [
|
|
2699
2719
|
1
|
|
@@ -2732,10 +2752,10 @@ exports.default = {
|
|
|
2732
2752
|
"ID": {},
|
|
2733
2753
|
"FundingCheckoutSessionData": {
|
|
2734
2754
|
"_id": [
|
|
2735
|
-
|
|
2755
|
+
102
|
|
2736
2756
|
],
|
|
2737
2757
|
"session": [
|
|
2738
|
-
|
|
2758
|
+
101
|
|
2739
2759
|
],
|
|
2740
2760
|
"fromName": [
|
|
2741
2761
|
1
|
|
@@ -2747,10 +2767,10 @@ exports.default = {
|
|
|
2747
2767
|
18
|
|
2748
2768
|
],
|
|
2749
2769
|
"fundingCampaign": [
|
|
2750
|
-
|
|
2770
|
+
89
|
|
2751
2771
|
],
|
|
2752
2772
|
"mode": [
|
|
2753
|
-
|
|
2773
|
+
205
|
|
2754
2774
|
],
|
|
2755
2775
|
"athleteId": [
|
|
2756
2776
|
1
|
|
@@ -2905,7 +2925,7 @@ exports.default = {
|
|
|
2905
2925
|
},
|
|
2906
2926
|
"InstagramPaging": {
|
|
2907
2927
|
"cursors": [
|
|
2908
|
-
|
|
2928
|
+
109
|
|
2909
2929
|
],
|
|
2910
2930
|
"next": [
|
|
2911
2931
|
1
|
|
@@ -2930,7 +2950,7 @@ exports.default = {
|
|
|
2930
2950
|
},
|
|
2931
2951
|
"InstagramInsights": {
|
|
2932
2952
|
"data": [
|
|
2933
|
-
|
|
2953
|
+
111
|
|
2934
2954
|
],
|
|
2935
2955
|
"__typename": [
|
|
2936
2956
|
1
|
|
@@ -2968,7 +2988,7 @@ exports.default = {
|
|
|
2968
2988
|
18
|
|
2969
2989
|
],
|
|
2970
2990
|
"insights": [
|
|
2971
|
-
|
|
2991
|
+
112
|
|
2972
2992
|
],
|
|
2973
2993
|
"__typename": [
|
|
2974
2994
|
1
|
|
@@ -2976,10 +2996,10 @@ exports.default = {
|
|
|
2976
2996
|
},
|
|
2977
2997
|
"InstagramMediaData": {
|
|
2978
2998
|
"data": [
|
|
2979
|
-
|
|
2999
|
+
113
|
|
2980
3000
|
],
|
|
2981
3001
|
"paging": [
|
|
2982
|
-
|
|
3002
|
+
110
|
|
2983
3003
|
],
|
|
2984
3004
|
"__typename": [
|
|
2985
3005
|
1
|
|
@@ -3013,7 +3033,7 @@ exports.default = {
|
|
|
3013
3033
|
1
|
|
3014
3034
|
],
|
|
3015
3035
|
"athlete": [
|
|
3016
|
-
|
|
3036
|
+
99
|
|
3017
3037
|
],
|
|
3018
3038
|
"hasStravaIntegration": [
|
|
3019
3039
|
2
|
|
@@ -3022,7 +3042,7 @@ exports.default = {
|
|
|
3022
3042
|
14
|
|
3023
3043
|
],
|
|
3024
3044
|
"stravaAthleteData": [
|
|
3025
|
-
|
|
3045
|
+
108
|
|
3026
3046
|
],
|
|
3027
3047
|
"hasInstagramIntegration": [
|
|
3028
3048
|
2
|
|
@@ -3031,10 +3051,10 @@ exports.default = {
|
|
|
3031
3051
|
14
|
|
3032
3052
|
],
|
|
3033
3053
|
"instagramUserData": [
|
|
3034
|
-
|
|
3054
|
+
115
|
|
3035
3055
|
],
|
|
3036
3056
|
"instagramMediaData": [
|
|
3037
|
-
|
|
3057
|
+
114
|
|
3038
3058
|
],
|
|
3039
3059
|
"__typename": [
|
|
3040
3060
|
1
|
|
@@ -3099,7 +3119,7 @@ exports.default = {
|
|
|
3099
3119
|
1
|
|
3100
3120
|
],
|
|
3101
3121
|
"failureReason": [
|
|
3102
|
-
|
|
3122
|
+
119
|
|
3103
3123
|
],
|
|
3104
3124
|
"result": [
|
|
3105
3125
|
1
|
|
@@ -3133,7 +3153,7 @@ exports.default = {
|
|
|
3133
3153
|
1
|
|
3134
3154
|
],
|
|
3135
3155
|
"items": [
|
|
3136
|
-
|
|
3156
|
+
121
|
|
3137
3157
|
],
|
|
3138
3158
|
"totalAmount": [
|
|
3139
3159
|
18
|
|
@@ -3150,7 +3170,7 @@ exports.default = {
|
|
|
3150
3170
|
1
|
|
3151
3171
|
],
|
|
3152
3172
|
"budget": [
|
|
3153
|
-
|
|
3173
|
+
122
|
|
3154
3174
|
],
|
|
3155
3175
|
"__typename": [
|
|
3156
3176
|
1
|
|
@@ -3199,7 +3219,7 @@ exports.default = {
|
|
|
3199
3219
|
1
|
|
3200
3220
|
],
|
|
3201
3221
|
"items": [
|
|
3202
|
-
|
|
3222
|
+
121
|
|
3203
3223
|
],
|
|
3204
3224
|
"__typename": [
|
|
3205
3225
|
1
|
|
@@ -3234,16 +3254,16 @@ exports.default = {
|
|
|
3234
3254
|
18
|
|
3235
3255
|
],
|
|
3236
3256
|
"status": [
|
|
3237
|
-
|
|
3257
|
+
127
|
|
3238
3258
|
],
|
|
3239
3259
|
"budgetMode": [
|
|
3240
|
-
|
|
3260
|
+
128
|
|
3241
3261
|
],
|
|
3242
3262
|
"items": [
|
|
3243
|
-
|
|
3263
|
+
121
|
|
3244
3264
|
],
|
|
3245
3265
|
"competitionBudgets": [
|
|
3246
|
-
|
|
3266
|
+
123
|
|
3247
3267
|
],
|
|
3248
3268
|
"__typename": [
|
|
3249
3269
|
1
|
|
@@ -3253,10 +3273,10 @@ exports.default = {
|
|
|
3253
3273
|
"FundingMode": {},
|
|
3254
3274
|
"BudgetData": {
|
|
3255
3275
|
"competitions": [
|
|
3256
|
-
|
|
3276
|
+
125
|
|
3257
3277
|
],
|
|
3258
3278
|
"campaigns": [
|
|
3259
|
-
|
|
3279
|
+
126
|
|
3260
3280
|
],
|
|
3261
3281
|
"__typename": [
|
|
3262
3282
|
1
|
|
@@ -3287,7 +3307,7 @@ exports.default = {
|
|
|
3287
3307
|
2
|
|
3288
3308
|
],
|
|
3289
3309
|
"failureReason": [
|
|
3290
|
-
|
|
3310
|
+
119
|
|
3291
3311
|
],
|
|
3292
3312
|
"__typename": [
|
|
3293
3313
|
1
|
|
@@ -3306,7 +3326,7 @@ exports.default = {
|
|
|
3306
3326
|
},
|
|
3307
3327
|
"CursorPaginationResponse": {
|
|
3308
3328
|
"sort": [
|
|
3309
|
-
|
|
3329
|
+
132
|
|
3310
3330
|
],
|
|
3311
3331
|
"initialCursorId": [
|
|
3312
3332
|
1
|
|
@@ -3335,10 +3355,10 @@ exports.default = {
|
|
|
3335
3355
|
},
|
|
3336
3356
|
"AthleteQueryResponse": {
|
|
3337
3357
|
"athletes": [
|
|
3338
|
-
|
|
3358
|
+
100
|
|
3339
3359
|
],
|
|
3340
3360
|
"cursor": [
|
|
3341
|
-
|
|
3361
|
+
133
|
|
3342
3362
|
],
|
|
3343
3363
|
"__typename": [
|
|
3344
3364
|
1
|
|
@@ -3369,7 +3389,7 @@ exports.default = {
|
|
|
3369
3389
|
1
|
|
3370
3390
|
],
|
|
3371
3391
|
"failureReason": [
|
|
3372
|
-
|
|
3392
|
+
119
|
|
3373
3393
|
],
|
|
3374
3394
|
"result": [
|
|
3375
3395
|
1
|
|
@@ -3391,7 +3411,7 @@ exports.default = {
|
|
|
3391
3411
|
1
|
|
3392
3412
|
],
|
|
3393
3413
|
"json": [
|
|
3394
|
-
|
|
3414
|
+
139
|
|
3395
3415
|
],
|
|
3396
3416
|
"__typename": [
|
|
3397
3417
|
1
|
|
@@ -3414,7 +3434,7 @@ exports.default = {
|
|
|
3414
3434
|
},
|
|
3415
3435
|
"StripeTransfer": {
|
|
3416
3436
|
"_id": [
|
|
3417
|
-
|
|
3437
|
+
102
|
|
3418
3438
|
],
|
|
3419
3439
|
"stripeId": [
|
|
3420
3440
|
1
|
|
@@ -3444,7 +3464,7 @@ exports.default = {
|
|
|
3444
3464
|
1
|
|
3445
3465
|
],
|
|
3446
3466
|
"status": [
|
|
3447
|
-
|
|
3467
|
+
142
|
|
3448
3468
|
],
|
|
3449
3469
|
"lastError": [
|
|
3450
3470
|
1
|
|
@@ -3628,7 +3648,7 @@ exports.default = {
|
|
|
3628
3648
|
1
|
|
3629
3649
|
],
|
|
3630
3650
|
"invitations": [
|
|
3631
|
-
|
|
3651
|
+
153
|
|
3632
3652
|
],
|
|
3633
3653
|
"__typename": [
|
|
3634
3654
|
1
|
|
@@ -3739,7 +3759,7 @@ exports.default = {
|
|
|
3739
3759
|
1
|
|
3740
3760
|
],
|
|
3741
3761
|
"result": [
|
|
3742
|
-
|
|
3762
|
+
155
|
|
3743
3763
|
],
|
|
3744
3764
|
"cityId": [
|
|
3745
3765
|
1
|
|
@@ -3762,7 +3782,7 @@ exports.default = {
|
|
|
3762
3782
|
1
|
|
3763
3783
|
],
|
|
3764
3784
|
"result": [
|
|
3765
|
-
|
|
3785
|
+
155
|
|
3766
3786
|
],
|
|
3767
3787
|
"cityId": [
|
|
3768
3788
|
1
|
|
@@ -3798,13 +3818,13 @@ exports.default = {
|
|
|
3798
3818
|
},
|
|
3799
3819
|
"CursorPaginationDto": {
|
|
3800
3820
|
"sortCriteria": [
|
|
3801
|
-
|
|
3821
|
+
160
|
|
3802
3822
|
],
|
|
3803
3823
|
"limit": [
|
|
3804
3824
|
18
|
|
3805
3825
|
],
|
|
3806
3826
|
"cursorPosition": [
|
|
3807
|
-
|
|
3827
|
+
159
|
|
3808
3828
|
],
|
|
3809
3829
|
"__typename": [
|
|
3810
3830
|
1
|
|
@@ -3879,7 +3899,7 @@ exports.default = {
|
|
|
3879
3899
|
1
|
|
3880
3900
|
],
|
|
3881
3901
|
"currentCampaign": [
|
|
3882
|
-
|
|
3902
|
+
163
|
|
3883
3903
|
],
|
|
3884
3904
|
"sports": [
|
|
3885
3905
|
1
|
|
@@ -3935,10 +3955,10 @@ exports.default = {
|
|
|
3935
3955
|
},
|
|
3936
3956
|
"AthleteQueryDto": {
|
|
3937
3957
|
"cursor": [
|
|
3938
|
-
|
|
3958
|
+
161
|
|
3939
3959
|
],
|
|
3940
3960
|
"filters": [
|
|
3941
|
-
|
|
3961
|
+
164
|
|
3942
3962
|
],
|
|
3943
3963
|
"__typename": [
|
|
3944
3964
|
1
|
|
@@ -3949,7 +3969,7 @@ exports.default = {
|
|
|
3949
3969
|
1
|
|
3950
3970
|
],
|
|
3951
3971
|
"newPicture": [
|
|
3952
|
-
|
|
3972
|
+
167
|
|
3953
3973
|
],
|
|
3954
3974
|
"__typename": [
|
|
3955
3975
|
1
|
|
@@ -3983,7 +4003,7 @@ exports.default = {
|
|
|
3983
4003
|
1
|
|
3984
4004
|
],
|
|
3985
4005
|
"pictures": [
|
|
3986
|
-
|
|
4006
|
+
167
|
|
3987
4007
|
],
|
|
3988
4008
|
"albumId": [
|
|
3989
4009
|
1
|
|
@@ -4204,7 +4224,7 @@ exports.default = {
|
|
|
4204
4224
|
},
|
|
4205
4225
|
"resetPasswordDto": {
|
|
4206
4226
|
"code": [
|
|
4207
|
-
|
|
4227
|
+
152
|
|
4208
4228
|
],
|
|
4209
4229
|
"newPassword": [
|
|
4210
4230
|
1
|
|
@@ -4257,7 +4277,7 @@ exports.default = {
|
|
|
4257
4277
|
18
|
|
4258
4278
|
],
|
|
4259
4279
|
"items": [
|
|
4260
|
-
|
|
4280
|
+
186
|
|
4261
4281
|
],
|
|
4262
4282
|
"__typename": [
|
|
4263
4283
|
1
|
|
@@ -4268,7 +4288,7 @@ exports.default = {
|
|
|
4268
4288
|
18
|
|
4269
4289
|
],
|
|
4270
4290
|
"items": [
|
|
4271
|
-
|
|
4291
|
+
186
|
|
4272
4292
|
],
|
|
4273
4293
|
"athleteCompetitionId": [
|
|
4274
4294
|
1
|
|
@@ -4303,10 +4323,10 @@ exports.default = {
|
|
|
4303
4323
|
14
|
|
4304
4324
|
],
|
|
4305
4325
|
"budget": [
|
|
4306
|
-
|
|
4326
|
+
188
|
|
4307
4327
|
],
|
|
4308
4328
|
"competitionBudgets": [
|
|
4309
|
-
|
|
4329
|
+
189
|
|
4310
4330
|
],
|
|
4311
4331
|
"competitionIds": [
|
|
4312
4332
|
1
|
|
@@ -4341,10 +4361,10 @@ exports.default = {
|
|
|
4341
4361
|
14
|
|
4342
4362
|
],
|
|
4343
4363
|
"budget": [
|
|
4344
|
-
|
|
4364
|
+
188
|
|
4345
4365
|
],
|
|
4346
4366
|
"competitionBudgets": [
|
|
4347
|
-
|
|
4367
|
+
189
|
|
4348
4368
|
],
|
|
4349
4369
|
"competitionIds": [
|
|
4350
4370
|
1
|
|
@@ -4382,10 +4402,10 @@ exports.default = {
|
|
|
4382
4402
|
14
|
|
4383
4403
|
],
|
|
4384
4404
|
"budget": [
|
|
4385
|
-
|
|
4405
|
+
188
|
|
4386
4406
|
],
|
|
4387
4407
|
"competitionBudgets": [
|
|
4388
|
-
|
|
4408
|
+
189
|
|
4389
4409
|
],
|
|
4390
4410
|
"competitionIds": [
|
|
4391
4411
|
1
|
|
@@ -4410,7 +4430,7 @@ exports.default = {
|
|
|
4410
4430
|
},
|
|
4411
4431
|
"BudgetDto": {
|
|
4412
4432
|
"items": [
|
|
4413
|
-
|
|
4433
|
+
186
|
|
4414
4434
|
],
|
|
4415
4435
|
"fundingMode": [
|
|
4416
4436
|
1
|
|
@@ -4424,7 +4444,7 @@ exports.default = {
|
|
|
4424
4444
|
1
|
|
4425
4445
|
],
|
|
4426
4446
|
"budget": [
|
|
4427
|
-
|
|
4447
|
+
194
|
|
4428
4448
|
],
|
|
4429
4449
|
"__typename": [
|
|
4430
4450
|
1
|
|
@@ -4435,7 +4455,7 @@ exports.default = {
|
|
|
4435
4455
|
1
|
|
4436
4456
|
],
|
|
4437
4457
|
"budget": [
|
|
4438
|
-
|
|
4458
|
+
194
|
|
4439
4459
|
],
|
|
4440
4460
|
"__typename": [
|
|
4441
4461
|
1
|
|
@@ -4445,9 +4465,6 @@ exports.default = {
|
|
|
4445
4465
|
"campaignId": [
|
|
4446
4466
|
1
|
|
4447
4467
|
],
|
|
4448
|
-
"competitionId": [
|
|
4449
|
-
1
|
|
4450
|
-
],
|
|
4451
4468
|
"fundsRequired": [
|
|
4452
4469
|
18
|
|
4453
4470
|
],
|
|
@@ -4455,7 +4472,7 @@ exports.default = {
|
|
|
4455
4472
|
18
|
|
4456
4473
|
],
|
|
4457
4474
|
"budget": [
|
|
4458
|
-
|
|
4475
|
+
194
|
|
4459
4476
|
],
|
|
4460
4477
|
"__typename": [
|
|
4461
4478
|
1
|
|
@@ -4475,7 +4492,7 @@ exports.default = {
|
|
|
4475
4492
|
1
|
|
4476
4493
|
],
|
|
4477
4494
|
"logo": [
|
|
4478
|
-
|
|
4495
|
+
167
|
|
4479
4496
|
],
|
|
4480
4497
|
"countryId": [
|
|
4481
4498
|
1
|
|
@@ -4654,7 +4671,7 @@ exports.default = {
|
|
|
4654
4671
|
32,
|
|
4655
4672
|
{
|
|
4656
4673
|
"input": [
|
|
4657
|
-
|
|
4674
|
+
207,
|
|
4658
4675
|
"AWSS3GetUploadDto!"
|
|
4659
4676
|
]
|
|
4660
4677
|
}
|
|
@@ -4713,28 +4730,28 @@ exports.default = {
|
|
|
4713
4730
|
59
|
|
4714
4731
|
],
|
|
4715
4732
|
"findSponsorAthleteInvitation": [
|
|
4716
|
-
|
|
4733
|
+
104,
|
|
4717
4734
|
{
|
|
4718
4735
|
"input": [
|
|
4719
|
-
|
|
4736
|
+
208,
|
|
4720
4737
|
"FindSponsorAthleteInvitationDto!"
|
|
4721
4738
|
]
|
|
4722
4739
|
}
|
|
4723
4740
|
],
|
|
4724
4741
|
"getAthletes": [
|
|
4725
|
-
|
|
4742
|
+
100
|
|
4726
4743
|
],
|
|
4727
4744
|
"queryAthleteFundingCampaigns": [
|
|
4728
|
-
|
|
4745
|
+
134,
|
|
4729
4746
|
{
|
|
4730
4747
|
"input": [
|
|
4731
|
-
|
|
4748
|
+
165,
|
|
4732
4749
|
"AthleteQueryDto!"
|
|
4733
4750
|
]
|
|
4734
4751
|
}
|
|
4735
4752
|
],
|
|
4736
4753
|
"searchAthletes": [
|
|
4737
|
-
|
|
4754
|
+
100,
|
|
4738
4755
|
{
|
|
4739
4756
|
"searchString": [
|
|
4740
4757
|
1,
|
|
@@ -4743,7 +4760,7 @@ exports.default = {
|
|
|
4743
4760
|
}
|
|
4744
4761
|
],
|
|
4745
4762
|
"findAthleteById": [
|
|
4746
|
-
|
|
4763
|
+
100,
|
|
4747
4764
|
{
|
|
4748
4765
|
"athleteId": [
|
|
4749
4766
|
1,
|
|
@@ -4752,7 +4769,7 @@ exports.default = {
|
|
|
4752
4769
|
}
|
|
4753
4770
|
],
|
|
4754
4771
|
"findAthleteForUser": [
|
|
4755
|
-
|
|
4772
|
+
100,
|
|
4756
4773
|
{
|
|
4757
4774
|
"loginEmail": [
|
|
4758
4775
|
1,
|
|
@@ -4761,7 +4778,7 @@ exports.default = {
|
|
|
4761
4778
|
}
|
|
4762
4779
|
],
|
|
4763
4780
|
"getRecommendedAthletes": [
|
|
4764
|
-
|
|
4781
|
+
100,
|
|
4765
4782
|
{
|
|
4766
4783
|
"loginEmail": [
|
|
4767
4784
|
1,
|
|
@@ -4770,13 +4787,13 @@ exports.default = {
|
|
|
4770
4787
|
}
|
|
4771
4788
|
],
|
|
4772
4789
|
"getSponsorAthletesForTenant": [
|
|
4773
|
-
|
|
4790
|
+
100
|
|
4774
4791
|
],
|
|
4775
4792
|
"getAthleteCompetitions": [
|
|
4776
4793
|
81,
|
|
4777
4794
|
{
|
|
4778
4795
|
"input": [
|
|
4779
|
-
|
|
4796
|
+
209,
|
|
4780
4797
|
"GetAthleteCompetitionsDto!"
|
|
4781
4798
|
]
|
|
4782
4799
|
}
|
|
@@ -4791,7 +4808,7 @@ exports.default = {
|
|
|
4791
4808
|
}
|
|
4792
4809
|
],
|
|
4793
4810
|
"findAthletebyIdpublic": [
|
|
4794
|
-
|
|
4811
|
+
100,
|
|
4795
4812
|
{
|
|
4796
4813
|
"athleteId": [
|
|
4797
4814
|
1,
|
|
@@ -4821,10 +4838,10 @@ exports.default = {
|
|
|
4821
4838
|
}
|
|
4822
4839
|
],
|
|
4823
4840
|
"queryAthleteWithFilter": [
|
|
4824
|
-
|
|
4841
|
+
134,
|
|
4825
4842
|
{
|
|
4826
4843
|
"input": [
|
|
4827
|
-
|
|
4844
|
+
165,
|
|
4828
4845
|
"AthleteQueryDto!"
|
|
4829
4846
|
]
|
|
4830
4847
|
}
|
|
@@ -4839,37 +4856,37 @@ exports.default = {
|
|
|
4839
4856
|
}
|
|
4840
4857
|
],
|
|
4841
4858
|
"screenNameAvailability": [
|
|
4842
|
-
|
|
4859
|
+
137,
|
|
4843
4860
|
{
|
|
4844
4861
|
"input": [
|
|
4845
|
-
|
|
4862
|
+
170,
|
|
4846
4863
|
"existValueDto!"
|
|
4847
4864
|
]
|
|
4848
4865
|
}
|
|
4849
4866
|
],
|
|
4850
4867
|
"getAthleteHistoricalScores": [
|
|
4851
|
-
|
|
4868
|
+
98,
|
|
4852
4869
|
{
|
|
4853
4870
|
"input": [
|
|
4854
|
-
|
|
4871
|
+
172,
|
|
4855
4872
|
"GetHistoricalScoresDto!"
|
|
4856
4873
|
]
|
|
4857
4874
|
}
|
|
4858
4875
|
],
|
|
4859
4876
|
"getMyHistoricalScores": [
|
|
4860
|
-
|
|
4877
|
+
98,
|
|
4861
4878
|
{
|
|
4862
4879
|
"input": [
|
|
4863
|
-
|
|
4880
|
+
171,
|
|
4864
4881
|
"GetMyHistoricalScoresDto!"
|
|
4865
4882
|
]
|
|
4866
4883
|
}
|
|
4867
4884
|
],
|
|
4868
4885
|
"getAthleteCampaigns": [
|
|
4869
|
-
|
|
4886
|
+
89,
|
|
4870
4887
|
{
|
|
4871
4888
|
"input": [
|
|
4872
|
-
|
|
4889
|
+
173,
|
|
4873
4890
|
"GetAthleteCampaignsDto!"
|
|
4874
4891
|
]
|
|
4875
4892
|
}
|
|
@@ -4941,7 +4958,7 @@ exports.default = {
|
|
|
4941
4958
|
0,
|
|
4942
4959
|
{
|
|
4943
4960
|
"input": [
|
|
4944
|
-
|
|
4961
|
+
210,
|
|
4945
4962
|
"FindVtxUserDto!"
|
|
4946
4963
|
]
|
|
4947
4964
|
}
|
|
@@ -4960,7 +4977,7 @@ exports.default = {
|
|
|
4960
4977
|
}
|
|
4961
4978
|
],
|
|
4962
4979
|
"getUserImagesFromEmail": [
|
|
4963
|
-
|
|
4980
|
+
140,
|
|
4964
4981
|
{
|
|
4965
4982
|
"loginEmail": [
|
|
4966
4983
|
1,
|
|
@@ -4981,7 +4998,7 @@ exports.default = {
|
|
|
4981
4998
|
36,
|
|
4982
4999
|
{
|
|
4983
5000
|
"input": [
|
|
4984
|
-
|
|
5001
|
+
152,
|
|
4985
5002
|
"VerifyCodeDto!"
|
|
4986
5003
|
]
|
|
4987
5004
|
}
|
|
@@ -4993,34 +5010,34 @@ exports.default = {
|
|
|
4993
5010
|
75,
|
|
4994
5011
|
{
|
|
4995
5012
|
"input": [
|
|
4996
|
-
|
|
5013
|
+
211,
|
|
4997
5014
|
"GetSportEventsDto!"
|
|
4998
5015
|
]
|
|
4999
5016
|
}
|
|
5000
5017
|
],
|
|
5001
5018
|
"getBudgetsByAthlete": [
|
|
5002
|
-
|
|
5019
|
+
129
|
|
5003
5020
|
],
|
|
5004
5021
|
"getDonationsByAthlete": [
|
|
5005
|
-
|
|
5022
|
+
117
|
|
5006
5023
|
],
|
|
5007
5024
|
"getMembershipOrganizations": [
|
|
5008
5025
|
82
|
|
5009
5026
|
],
|
|
5010
5027
|
"getAthleteStravaIntegration": [
|
|
5011
|
-
|
|
5028
|
+
116
|
|
5012
5029
|
],
|
|
5013
5030
|
"getAthleteInstagramIntegration": [
|
|
5014
|
-
|
|
5031
|
+
116
|
|
5015
5032
|
],
|
|
5016
5033
|
"getAthleteIntegrations": [
|
|
5017
|
-
|
|
5034
|
+
116
|
|
5018
5035
|
],
|
|
5019
5036
|
"stripeQuery": [
|
|
5020
|
-
|
|
5037
|
+
138,
|
|
5021
5038
|
{
|
|
5022
5039
|
"input": [
|
|
5023
|
-
|
|
5040
|
+
201,
|
|
5024
5041
|
"StripeQueryDto!"
|
|
5025
5042
|
]
|
|
5026
5043
|
}
|
|
@@ -5029,25 +5046,25 @@ exports.default = {
|
|
|
5029
5046
|
35,
|
|
5030
5047
|
{
|
|
5031
5048
|
"input": [
|
|
5032
|
-
|
|
5049
|
+
150,
|
|
5033
5050
|
"GetDatabaseFileDto!"
|
|
5034
5051
|
]
|
|
5035
5052
|
}
|
|
5036
5053
|
],
|
|
5037
5054
|
"getReceipt": [
|
|
5038
|
-
|
|
5055
|
+
117,
|
|
5039
5056
|
{
|
|
5040
5057
|
"input": [
|
|
5041
|
-
|
|
5058
|
+
185,
|
|
5042
5059
|
"GetReceiptDto!"
|
|
5043
5060
|
]
|
|
5044
5061
|
}
|
|
5045
5062
|
],
|
|
5046
5063
|
"getReceiptUrl": [
|
|
5047
|
-
|
|
5064
|
+
118,
|
|
5048
5065
|
{
|
|
5049
5066
|
"input": [
|
|
5050
|
-
|
|
5067
|
+
185,
|
|
5051
5068
|
"GetReceiptDto!"
|
|
5052
5069
|
]
|
|
5053
5070
|
}
|
|
@@ -5113,7 +5130,7 @@ exports.default = {
|
|
|
5113
5130
|
5,
|
|
5114
5131
|
{
|
|
5115
5132
|
"tenant": [
|
|
5116
|
-
|
|
5133
|
+
213,
|
|
5117
5134
|
"CreateTenantInput!"
|
|
5118
5135
|
]
|
|
5119
5136
|
}
|
|
@@ -5122,7 +5139,7 @@ exports.default = {
|
|
|
5122
5139
|
11,
|
|
5123
5140
|
{
|
|
5124
5141
|
"tenant": [
|
|
5125
|
-
|
|
5142
|
+
213,
|
|
5126
5143
|
"CreateTenantInput!"
|
|
5127
5144
|
]
|
|
5128
5145
|
}
|
|
@@ -5131,7 +5148,7 @@ exports.default = {
|
|
|
5131
5148
|
3,
|
|
5132
5149
|
{
|
|
5133
5150
|
"user": [
|
|
5134
|
-
|
|
5151
|
+
214,
|
|
5135
5152
|
"CreateActiveUserInput!"
|
|
5136
5153
|
]
|
|
5137
5154
|
}
|
|
@@ -5166,7 +5183,7 @@ exports.default = {
|
|
|
5166
5183
|
0,
|
|
5167
5184
|
{
|
|
5168
5185
|
"input": [
|
|
5169
|
-
|
|
5186
|
+
215,
|
|
5170
5187
|
"RegisterUserToDomainFromEmailInput!"
|
|
5171
5188
|
]
|
|
5172
5189
|
}
|
|
@@ -5175,7 +5192,7 @@ exports.default = {
|
|
|
5175
5192
|
8,
|
|
5176
5193
|
{
|
|
5177
5194
|
"dto": [
|
|
5178
|
-
|
|
5195
|
+
216,
|
|
5179
5196
|
"RefreshTokenInput!"
|
|
5180
5197
|
]
|
|
5181
5198
|
}
|
|
@@ -5184,7 +5201,7 @@ exports.default = {
|
|
|
5184
5201
|
33,
|
|
5185
5202
|
{
|
|
5186
5203
|
"input": [
|
|
5187
|
-
|
|
5204
|
+
217,
|
|
5188
5205
|
"AWSS3DeleteUseTypeFileDto!"
|
|
5189
5206
|
]
|
|
5190
5207
|
}
|
|
@@ -5193,7 +5210,7 @@ exports.default = {
|
|
|
5193
5210
|
33,
|
|
5194
5211
|
{
|
|
5195
5212
|
"input": [
|
|
5196
|
-
|
|
5213
|
+
218,
|
|
5197
5214
|
"AWSS3DeleteBucketFileDto!"
|
|
5198
5215
|
]
|
|
5199
5216
|
}
|
|
@@ -5202,7 +5219,7 @@ exports.default = {
|
|
|
5202
5219
|
33,
|
|
5203
5220
|
{
|
|
5204
5221
|
"input": [
|
|
5205
|
-
|
|
5222
|
+
219,
|
|
5206
5223
|
"AWSS3DeleteUseTypeKeyDto!"
|
|
5207
5224
|
]
|
|
5208
5225
|
}
|
|
@@ -5211,7 +5228,7 @@ exports.default = {
|
|
|
5211
5228
|
27,
|
|
5212
5229
|
{
|
|
5213
5230
|
"input": [
|
|
5214
|
-
|
|
5231
|
+
167,
|
|
5215
5232
|
"AWSS3UploadedFileDto!"
|
|
5216
5233
|
]
|
|
5217
5234
|
}
|
|
@@ -5220,7 +5237,7 @@ exports.default = {
|
|
|
5220
5237
|
56,
|
|
5221
5238
|
{
|
|
5222
5239
|
"input": [
|
|
5223
|
-
|
|
5240
|
+
220,
|
|
5224
5241
|
"CreateIndustryDto!"
|
|
5225
5242
|
]
|
|
5226
5243
|
}
|
|
@@ -5229,7 +5246,7 @@ exports.default = {
|
|
|
5229
5246
|
39,
|
|
5230
5247
|
{
|
|
5231
5248
|
"input": [
|
|
5232
|
-
|
|
5249
|
+
221,
|
|
5233
5250
|
"CreateBrandDto!"
|
|
5234
5251
|
]
|
|
5235
5252
|
}
|
|
@@ -5238,7 +5255,7 @@ exports.default = {
|
|
|
5238
5255
|
59,
|
|
5239
5256
|
{
|
|
5240
5257
|
"input": [
|
|
5241
|
-
|
|
5258
|
+
223,
|
|
5242
5259
|
"RegisterSponsorInput!"
|
|
5243
5260
|
]
|
|
5244
5261
|
}
|
|
@@ -5247,52 +5264,52 @@ exports.default = {
|
|
|
5247
5264
|
59,
|
|
5248
5265
|
{
|
|
5249
5266
|
"input": [
|
|
5250
|
-
|
|
5267
|
+
224,
|
|
5251
5268
|
"CreateSponsorDto!"
|
|
5252
5269
|
]
|
|
5253
5270
|
}
|
|
5254
5271
|
],
|
|
5255
5272
|
"sendAthleteInvitations": [
|
|
5256
|
-
|
|
5273
|
+
104,
|
|
5257
5274
|
{
|
|
5258
5275
|
"input": [
|
|
5259
|
-
|
|
5276
|
+
154,
|
|
5260
5277
|
"InviteAthletesDto!"
|
|
5261
5278
|
]
|
|
5262
5279
|
}
|
|
5263
5280
|
],
|
|
5264
5281
|
"registerAthlete": [
|
|
5265
|
-
|
|
5282
|
+
100,
|
|
5266
5283
|
{
|
|
5267
5284
|
"input": [
|
|
5268
|
-
|
|
5285
|
+
225,
|
|
5269
5286
|
"RegisterAthleteDto!"
|
|
5270
5287
|
]
|
|
5271
5288
|
}
|
|
5272
5289
|
],
|
|
5273
5290
|
"editProfileValue": [
|
|
5274
|
-
|
|
5291
|
+
130,
|
|
5275
5292
|
{
|
|
5276
5293
|
"input": [
|
|
5277
|
-
|
|
5294
|
+
226,
|
|
5278
5295
|
"EditValueDto!"
|
|
5279
5296
|
]
|
|
5280
5297
|
}
|
|
5281
5298
|
],
|
|
5282
5299
|
"editPicture": [
|
|
5283
|
-
|
|
5300
|
+
135,
|
|
5284
5301
|
{
|
|
5285
5302
|
"input": [
|
|
5286
|
-
|
|
5303
|
+
166,
|
|
5287
5304
|
"EditPictureDto!"
|
|
5288
5305
|
]
|
|
5289
5306
|
}
|
|
5290
5307
|
],
|
|
5291
5308
|
"AddAlbumPictures": [
|
|
5292
|
-
|
|
5309
|
+
136,
|
|
5293
5310
|
{
|
|
5294
5311
|
"input": [
|
|
5295
|
-
|
|
5312
|
+
168,
|
|
5296
5313
|
"UploadAlbumsPicturesDto!"
|
|
5297
5314
|
]
|
|
5298
5315
|
}
|
|
@@ -5301,16 +5318,16 @@ exports.default = {
|
|
|
5301
5318
|
81,
|
|
5302
5319
|
{
|
|
5303
5320
|
"input": [
|
|
5304
|
-
|
|
5321
|
+
157,
|
|
5305
5322
|
"CreateAthleteCompetitionDto!"
|
|
5306
5323
|
]
|
|
5307
5324
|
}
|
|
5308
5325
|
],
|
|
5309
5326
|
"deleteAthleteCompetition": [
|
|
5310
|
-
|
|
5327
|
+
131,
|
|
5311
5328
|
{
|
|
5312
5329
|
"input": [
|
|
5313
|
-
|
|
5330
|
+
162,
|
|
5314
5331
|
"DeleteSingleValueDto!"
|
|
5315
5332
|
]
|
|
5316
5333
|
}
|
|
@@ -5319,7 +5336,7 @@ exports.default = {
|
|
|
5319
5336
|
80,
|
|
5320
5337
|
{
|
|
5321
5338
|
"input": [
|
|
5322
|
-
|
|
5339
|
+
168,
|
|
5323
5340
|
"UploadAlbumsPicturesDto!"
|
|
5324
5341
|
]
|
|
5325
5342
|
}
|
|
@@ -5328,25 +5345,25 @@ exports.default = {
|
|
|
5328
5345
|
80,
|
|
5329
5346
|
{
|
|
5330
5347
|
"input": [
|
|
5331
|
-
|
|
5348
|
+
168,
|
|
5332
5349
|
"UploadAlbumsPicturesDto!"
|
|
5333
5350
|
]
|
|
5334
5351
|
}
|
|
5335
5352
|
],
|
|
5336
5353
|
"deleteAthleteAlbum": [
|
|
5337
|
-
|
|
5354
|
+
131,
|
|
5338
5355
|
{
|
|
5339
5356
|
"input": [
|
|
5340
|
-
|
|
5357
|
+
162,
|
|
5341
5358
|
"DeleteSingleValueDto!"
|
|
5342
5359
|
]
|
|
5343
5360
|
}
|
|
5344
5361
|
],
|
|
5345
5362
|
"deleteAthletePhotos": [
|
|
5346
|
-
|
|
5363
|
+
120,
|
|
5347
5364
|
{
|
|
5348
5365
|
"input": [
|
|
5349
|
-
|
|
5366
|
+
169,
|
|
5350
5367
|
"DeleteValuesDto!"
|
|
5351
5368
|
]
|
|
5352
5369
|
}
|
|
@@ -5355,19 +5372,19 @@ exports.default = {
|
|
|
5355
5372
|
76,
|
|
5356
5373
|
{
|
|
5357
5374
|
"input": [
|
|
5358
|
-
|
|
5375
|
+
156,
|
|
5359
5376
|
"SetCompetitionResultDto!"
|
|
5360
5377
|
]
|
|
5361
5378
|
}
|
|
5362
5379
|
],
|
|
5363
5380
|
"updateAthleteScores": [
|
|
5364
|
-
|
|
5381
|
+
100
|
|
5365
5382
|
],
|
|
5366
5383
|
"setCurrentCampaign": [
|
|
5367
|
-
|
|
5384
|
+
89,
|
|
5368
5385
|
{
|
|
5369
5386
|
"input": [
|
|
5370
|
-
|
|
5387
|
+
227,
|
|
5371
5388
|
"SetCurrentCampaignDto!"
|
|
5372
5389
|
]
|
|
5373
5390
|
}
|
|
@@ -5376,7 +5393,7 @@ exports.default = {
|
|
|
5376
5393
|
67,
|
|
5377
5394
|
{
|
|
5378
5395
|
"input": [
|
|
5379
|
-
|
|
5396
|
+
228,
|
|
5380
5397
|
"CreateSportDto!"
|
|
5381
5398
|
]
|
|
5382
5399
|
}
|
|
@@ -5385,7 +5402,7 @@ exports.default = {
|
|
|
5385
5402
|
67,
|
|
5386
5403
|
{
|
|
5387
5404
|
"input": [
|
|
5388
|
-
|
|
5405
|
+
229,
|
|
5389
5406
|
"UpdateSportDto!"
|
|
5390
5407
|
]
|
|
5391
5408
|
}
|
|
@@ -5394,7 +5411,7 @@ exports.default = {
|
|
|
5394
5411
|
70,
|
|
5395
5412
|
{
|
|
5396
5413
|
"input": [
|
|
5397
|
-
|
|
5414
|
+
230,
|
|
5398
5415
|
"CreateSportLevelDto!"
|
|
5399
5416
|
]
|
|
5400
5417
|
}
|
|
@@ -5403,7 +5420,7 @@ exports.default = {
|
|
|
5403
5420
|
65,
|
|
5404
5421
|
{
|
|
5405
5422
|
"input": [
|
|
5406
|
-
|
|
5423
|
+
232,
|
|
5407
5424
|
"CreateSponsorshipDto!"
|
|
5408
5425
|
]
|
|
5409
5426
|
}
|
|
@@ -5412,7 +5429,7 @@ exports.default = {
|
|
|
5412
5429
|
45,
|
|
5413
5430
|
{
|
|
5414
5431
|
"input": [
|
|
5415
|
-
|
|
5432
|
+
239,
|
|
5416
5433
|
"CreateCountryDto!"
|
|
5417
5434
|
]
|
|
5418
5435
|
}
|
|
@@ -5421,7 +5438,7 @@ exports.default = {
|
|
|
5421
5438
|
44,
|
|
5422
5439
|
{
|
|
5423
5440
|
"input": [
|
|
5424
|
-
|
|
5441
|
+
240,
|
|
5425
5442
|
"CreateStateDto!"
|
|
5426
5443
|
]
|
|
5427
5444
|
}
|
|
@@ -5430,7 +5447,7 @@ exports.default = {
|
|
|
5430
5447
|
43,
|
|
5431
5448
|
{
|
|
5432
5449
|
"input": [
|
|
5433
|
-
|
|
5450
|
+
241,
|
|
5434
5451
|
"CreateCityDto!"
|
|
5435
5452
|
]
|
|
5436
5453
|
}
|
|
@@ -5439,7 +5456,7 @@ exports.default = {
|
|
|
5439
5456
|
29,
|
|
5440
5457
|
{
|
|
5441
5458
|
"input": [
|
|
5442
|
-
|
|
5459
|
+
183,
|
|
5443
5460
|
"RegisterUserDto!"
|
|
5444
5461
|
]
|
|
5445
5462
|
}
|
|
@@ -5448,7 +5465,7 @@ exports.default = {
|
|
|
5448
5465
|
3,
|
|
5449
5466
|
{
|
|
5450
5467
|
"input": [
|
|
5451
|
-
|
|
5468
|
+
152,
|
|
5452
5469
|
"VerifyCodeDto!"
|
|
5453
5470
|
]
|
|
5454
5471
|
}
|
|
@@ -5457,7 +5474,7 @@ exports.default = {
|
|
|
5457
5474
|
0,
|
|
5458
5475
|
{
|
|
5459
5476
|
"input": [
|
|
5460
|
-
|
|
5477
|
+
152,
|
|
5461
5478
|
"VerifyCodeDto!"
|
|
5462
5479
|
]
|
|
5463
5480
|
}
|
|
@@ -5466,7 +5483,7 @@ exports.default = {
|
|
|
5466
5483
|
0,
|
|
5467
5484
|
{
|
|
5468
5485
|
"input": [
|
|
5469
|
-
|
|
5486
|
+
183,
|
|
5470
5487
|
"RegisterUserDto!"
|
|
5471
5488
|
]
|
|
5472
5489
|
}
|
|
@@ -5475,7 +5492,7 @@ exports.default = {
|
|
|
5475
5492
|
0,
|
|
5476
5493
|
{
|
|
5477
5494
|
"input": [
|
|
5478
|
-
|
|
5495
|
+
183,
|
|
5479
5496
|
"RegisterUserDto!"
|
|
5480
5497
|
]
|
|
5481
5498
|
}
|
|
@@ -5494,7 +5511,7 @@ exports.default = {
|
|
|
5494
5511
|
}
|
|
5495
5512
|
],
|
|
5496
5513
|
"createResetPasswordCode": [
|
|
5497
|
-
|
|
5514
|
+
130,
|
|
5498
5515
|
{
|
|
5499
5516
|
"input": [
|
|
5500
5517
|
1,
|
|
@@ -5503,25 +5520,25 @@ exports.default = {
|
|
|
5503
5520
|
}
|
|
5504
5521
|
],
|
|
5505
5522
|
"resetUserPassword": [
|
|
5506
|
-
|
|
5523
|
+
130,
|
|
5507
5524
|
{
|
|
5508
5525
|
"input": [
|
|
5509
|
-
|
|
5526
|
+
184,
|
|
5510
5527
|
"resetPasswordDto!"
|
|
5511
5528
|
]
|
|
5512
5529
|
}
|
|
5513
5530
|
],
|
|
5514
5531
|
"handleStravaCallback": [
|
|
5515
|
-
|
|
5532
|
+
105,
|
|
5516
5533
|
{
|
|
5517
5534
|
"data": [
|
|
5518
|
-
|
|
5535
|
+
242,
|
|
5519
5536
|
"RegisterStravaDto!"
|
|
5520
5537
|
]
|
|
5521
5538
|
}
|
|
5522
5539
|
],
|
|
5523
5540
|
"refreshStravaToken": [
|
|
5524
|
-
|
|
5541
|
+
105,
|
|
5525
5542
|
{
|
|
5526
5543
|
"input": [
|
|
5527
5544
|
1,
|
|
@@ -5533,52 +5550,52 @@ exports.default = {
|
|
|
5533
5550
|
75,
|
|
5534
5551
|
{
|
|
5535
5552
|
"input": [
|
|
5536
|
-
|
|
5553
|
+
243,
|
|
5537
5554
|
"CreateSportEventDto!"
|
|
5538
5555
|
]
|
|
5539
5556
|
}
|
|
5540
5557
|
],
|
|
5541
5558
|
"setFundingStatus": [
|
|
5542
|
-
|
|
5559
|
+
89,
|
|
5543
5560
|
{
|
|
5544
5561
|
"input": [
|
|
5545
|
-
|
|
5562
|
+
193,
|
|
5546
5563
|
"SetFundingStatusDto!"
|
|
5547
5564
|
]
|
|
5548
5565
|
}
|
|
5549
5566
|
],
|
|
5550
5567
|
"createFundingCampaign": [
|
|
5551
|
-
|
|
5568
|
+
89,
|
|
5552
5569
|
{
|
|
5553
5570
|
"input": [
|
|
5554
|
-
|
|
5571
|
+
190,
|
|
5555
5572
|
"CreateFundingCampaignDto!"
|
|
5556
5573
|
]
|
|
5557
5574
|
}
|
|
5558
5575
|
],
|
|
5559
5576
|
"updateFundingCampaign": [
|
|
5560
|
-
|
|
5577
|
+
89,
|
|
5561
5578
|
{
|
|
5562
5579
|
"input": [
|
|
5563
|
-
|
|
5580
|
+
192,
|
|
5564
5581
|
"UpdateFundingCampaignDto!"
|
|
5565
5582
|
]
|
|
5566
5583
|
}
|
|
5567
5584
|
],
|
|
5568
5585
|
"deleteFundingCampaign": [
|
|
5569
|
-
|
|
5586
|
+
131,
|
|
5570
5587
|
{
|
|
5571
5588
|
"input": [
|
|
5572
|
-
|
|
5589
|
+
162,
|
|
5573
5590
|
"DeleteSingleValueDto!"
|
|
5574
5591
|
]
|
|
5575
5592
|
}
|
|
5576
5593
|
],
|
|
5577
5594
|
"deleteFundingCampaigns": [
|
|
5578
|
-
|
|
5595
|
+
120,
|
|
5579
5596
|
{
|
|
5580
5597
|
"input": [
|
|
5581
|
-
|
|
5598
|
+
169,
|
|
5582
5599
|
"DeleteValuesDto!"
|
|
5583
5600
|
]
|
|
5584
5601
|
}
|
|
@@ -5596,7 +5613,7 @@ exports.default = {
|
|
|
5596
5613
|
2,
|
|
5597
5614
|
{
|
|
5598
5615
|
"input": [
|
|
5599
|
-
|
|
5616
|
+
195,
|
|
5600
5617
|
"AddCompetitionBudgetDto!"
|
|
5601
5618
|
]
|
|
5602
5619
|
}
|
|
@@ -5605,7 +5622,7 @@ exports.default = {
|
|
|
5605
5622
|
2,
|
|
5606
5623
|
{
|
|
5607
5624
|
"input": [
|
|
5608
|
-
|
|
5625
|
+
196,
|
|
5609
5626
|
"EditCompetitionBudgetDto!"
|
|
5610
5627
|
]
|
|
5611
5628
|
}
|
|
@@ -5614,25 +5631,16 @@ exports.default = {
|
|
|
5614
5631
|
2,
|
|
5615
5632
|
{
|
|
5616
5633
|
"input": [
|
|
5617
|
-
|
|
5634
|
+
197,
|
|
5618
5635
|
"EditCampaignBudgetDto!"
|
|
5619
5636
|
]
|
|
5620
5637
|
}
|
|
5621
5638
|
],
|
|
5622
|
-
"editCompetitionBudgetForCampaign": [
|
|
5623
|
-
2,
|
|
5624
|
-
{
|
|
5625
|
-
"input": [
|
|
5626
|
-
243,
|
|
5627
|
-
"EditCompetitionBudgetForCampaignDto!"
|
|
5628
|
-
]
|
|
5629
|
-
}
|
|
5630
|
-
],
|
|
5631
5639
|
"createMembershipOrganization": [
|
|
5632
5640
|
82,
|
|
5633
5641
|
{
|
|
5634
5642
|
"input": [
|
|
5635
|
-
|
|
5643
|
+
198,
|
|
5636
5644
|
"CreateMembershipOrganizationDto!"
|
|
5637
5645
|
]
|
|
5638
5646
|
}
|
|
@@ -5641,16 +5649,16 @@ exports.default = {
|
|
|
5641
5649
|
84,
|
|
5642
5650
|
{
|
|
5643
5651
|
"input": [
|
|
5644
|
-
|
|
5652
|
+
199,
|
|
5645
5653
|
"CreateAthleteMembershipDto!"
|
|
5646
5654
|
]
|
|
5647
5655
|
}
|
|
5648
5656
|
],
|
|
5649
5657
|
"deleteAthleteMembershipAffilation": [
|
|
5650
|
-
|
|
5658
|
+
131,
|
|
5651
5659
|
{
|
|
5652
5660
|
"input": [
|
|
5653
|
-
|
|
5661
|
+
162,
|
|
5654
5662
|
"DeleteSingleValueDto!"
|
|
5655
5663
|
]
|
|
5656
5664
|
}
|
|
@@ -5665,7 +5673,7 @@ exports.default = {
|
|
|
5665
5673
|
}
|
|
5666
5674
|
],
|
|
5667
5675
|
"createStripeAccount": [
|
|
5668
|
-
|
|
5676
|
+
97,
|
|
5669
5677
|
{
|
|
5670
5678
|
"input": [
|
|
5671
5679
|
244,
|
|
@@ -5674,13 +5682,13 @@ exports.default = {
|
|
|
5674
5682
|
}
|
|
5675
5683
|
],
|
|
5676
5684
|
"createAthleteStripeSession": [
|
|
5677
|
-
|
|
5685
|
+
106
|
|
5678
5686
|
],
|
|
5679
5687
|
"createStripeCheckoutSession": [
|
|
5680
|
-
|
|
5688
|
+
107,
|
|
5681
5689
|
{
|
|
5682
5690
|
"input": [
|
|
5683
|
-
|
|
5691
|
+
200,
|
|
5684
5692
|
"DonationCheckoutDto!"
|
|
5685
5693
|
]
|
|
5686
5694
|
}
|
|
@@ -5803,13 +5811,13 @@ exports.default = {
|
|
|
5803
5811
|
1
|
|
5804
5812
|
],
|
|
5805
5813
|
"logo": [
|
|
5806
|
-
|
|
5814
|
+
167
|
|
5807
5815
|
],
|
|
5808
5816
|
"banner": [
|
|
5809
|
-
|
|
5817
|
+
167
|
|
5810
5818
|
],
|
|
5811
5819
|
"translations": [
|
|
5812
|
-
|
|
5820
|
+
222
|
|
5813
5821
|
],
|
|
5814
5822
|
"__typename": [
|
|
5815
5823
|
1
|
|
@@ -5832,10 +5840,10 @@ exports.default = {
|
|
|
5832
5840
|
1
|
|
5833
5841
|
],
|
|
5834
5842
|
"logo": [
|
|
5835
|
-
|
|
5843
|
+
167
|
|
5836
5844
|
],
|
|
5837
5845
|
"banner": [
|
|
5838
|
-
|
|
5846
|
+
167
|
|
5839
5847
|
],
|
|
5840
5848
|
"__typename": [
|
|
5841
5849
|
1
|
|
@@ -5940,10 +5948,10 @@ exports.default = {
|
|
|
5940
5948
|
1
|
|
5941
5949
|
],
|
|
5942
5950
|
"profilePicture": [
|
|
5943
|
-
|
|
5951
|
+
167
|
|
5944
5952
|
],
|
|
5945
5953
|
"cardPicture": [
|
|
5946
|
-
|
|
5954
|
+
167
|
|
5947
5955
|
],
|
|
5948
5956
|
"__typename": [
|
|
5949
5957
|
1
|
|
@@ -6007,7 +6015,7 @@ exports.default = {
|
|
|
6007
6015
|
18
|
|
6008
6016
|
],
|
|
6009
6017
|
"translations": [
|
|
6010
|
-
|
|
6018
|
+
231
|
|
6011
6019
|
],
|
|
6012
6020
|
"__typename": [
|
|
6013
6021
|
1
|
|
@@ -6041,10 +6049,10 @@ exports.default = {
|
|
|
6041
6049
|
18
|
|
6042
6050
|
],
|
|
6043
6051
|
"banner": [
|
|
6044
|
-
|
|
6052
|
+
167
|
|
6045
6053
|
],
|
|
6046
6054
|
"criteria": [
|
|
6047
|
-
|
|
6055
|
+
233
|
|
6048
6056
|
],
|
|
6049
6057
|
"deadline": [
|
|
6050
6058
|
14
|
|
@@ -6053,13 +6061,13 @@ exports.default = {
|
|
|
6053
6061
|
14
|
|
6054
6062
|
],
|
|
6055
6063
|
"duration": [
|
|
6056
|
-
|
|
6064
|
+
235
|
|
6057
6065
|
],
|
|
6058
6066
|
"sponsorshipItems": [
|
|
6059
|
-
|
|
6067
|
+
236
|
|
6060
6068
|
],
|
|
6061
6069
|
"commitments": [
|
|
6062
|
-
|
|
6070
|
+
237
|
|
6063
6071
|
],
|
|
6064
6072
|
"terms": [
|
|
6065
6073
|
1
|
|
@@ -6071,7 +6079,7 @@ exports.default = {
|
|
|
6071
6079
|
2
|
|
6072
6080
|
],
|
|
6073
6081
|
"translations": [
|
|
6074
|
-
|
|
6082
|
+
238
|
|
6075
6083
|
],
|
|
6076
6084
|
"__typename": [
|
|
6077
6085
|
1
|
|
@@ -6085,7 +6093,7 @@ exports.default = {
|
|
|
6085
6093
|
1
|
|
6086
6094
|
],
|
|
6087
6095
|
"qualificationsBag": [
|
|
6088
|
-
|
|
6096
|
+
234
|
|
6089
6097
|
],
|
|
6090
6098
|
"__typename": [
|
|
6091
6099
|
1
|
|
@@ -6093,28 +6101,28 @@ exports.default = {
|
|
|
6093
6101
|
},
|
|
6094
6102
|
"QualificationsBagDto": {
|
|
6095
6103
|
"ageQualifications": [
|
|
6096
|
-
|
|
6104
|
+
175
|
|
6097
6105
|
],
|
|
6098
6106
|
"genderQualifications": [
|
|
6099
|
-
|
|
6107
|
+
176
|
|
6100
6108
|
],
|
|
6101
6109
|
"scoreQualifications": [
|
|
6102
|
-
|
|
6110
|
+
178
|
|
6103
6111
|
],
|
|
6104
6112
|
"locationQualifications": [
|
|
6105
|
-
|
|
6113
|
+
179
|
|
6106
6114
|
],
|
|
6107
6115
|
"nationalityQualifications": [
|
|
6108
|
-
|
|
6116
|
+
177
|
|
6109
6117
|
],
|
|
6110
6118
|
"distanceQualifications": [
|
|
6111
|
-
|
|
6119
|
+
180
|
|
6112
6120
|
],
|
|
6113
6121
|
"sportsQualifications": [
|
|
6114
|
-
|
|
6122
|
+
181
|
|
6115
6123
|
],
|
|
6116
6124
|
"levelQualifications": [
|
|
6117
|
-
|
|
6125
|
+
182
|
|
6118
6126
|
],
|
|
6119
6127
|
"__typename": [
|
|
6120
6128
|
1
|
|
@@ -6191,7 +6199,7 @@ exports.default = {
|
|
|
6191
6199
|
1
|
|
6192
6200
|
],
|
|
6193
6201
|
"banner": [
|
|
6194
|
-
|
|
6202
|
+
167
|
|
6195
6203
|
],
|
|
6196
6204
|
"terms": [
|
|
6197
6205
|
1
|
|
@@ -6309,7 +6317,7 @@ exports.default = {
|
|
|
6309
6317
|
1
|
|
6310
6318
|
],
|
|
6311
6319
|
"banner": [
|
|
6312
|
-
|
|
6320
|
+
167
|
|
6313
6321
|
],
|
|
6314
6322
|
"eventLevel": [
|
|
6315
6323
|
1
|
|
@@ -6318,26 +6326,6 @@ exports.default = {
|
|
|
6318
6326
|
1
|
|
6319
6327
|
]
|
|
6320
6328
|
},
|
|
6321
|
-
"EditCompetitionBudgetForCampaignDto": {
|
|
6322
|
-
"campaignId": [
|
|
6323
|
-
1
|
|
6324
|
-
],
|
|
6325
|
-
"competitionId": [
|
|
6326
|
-
1
|
|
6327
|
-
],
|
|
6328
|
-
"fundsRequired": [
|
|
6329
|
-
18
|
|
6330
|
-
],
|
|
6331
|
-
"initialFundsObtained": [
|
|
6332
|
-
18
|
|
6333
|
-
],
|
|
6334
|
-
"budget": [
|
|
6335
|
-
193
|
|
6336
|
-
],
|
|
6337
|
-
"__typename": [
|
|
6338
|
-
1
|
|
6339
|
-
]
|
|
6340
|
-
},
|
|
6341
6329
|
"CreateStripeAccountDto": {
|
|
6342
6330
|
"countryId": [
|
|
6343
6331
|
1
|