@vertikalx/vtx-backend-client 2.0.0-dev-alejo.45 → 2.0.0-dev-carlos.16
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.js +57 -0
- package/src/api/vtx-base-api.js.map +1 -1
- package/src/client/schema.d.ts +28 -0
- package/src/client/schema.js +9 -2
- package/src/client/schema.js.map +1 -1
- package/src/client/types.d.ts +17 -0
- package/src/client/types.js +262 -219
- 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
|
+
206
|
|
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
|
+
206
|
|
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
|
|
@@ -4207,7 +4227,7 @@ exports.default = {
|
|
|
4207
4227
|
},
|
|
4208
4228
|
"resetPasswordDto": {
|
|
4209
4229
|
"code": [
|
|
4210
|
-
|
|
4230
|
+
152
|
|
4211
4231
|
],
|
|
4212
4232
|
"newPassword": [
|
|
4213
4233
|
1
|
|
@@ -4260,7 +4280,7 @@ exports.default = {
|
|
|
4260
4280
|
18
|
|
4261
4281
|
],
|
|
4262
4282
|
"items": [
|
|
4263
|
-
|
|
4283
|
+
186
|
|
4264
4284
|
],
|
|
4265
4285
|
"__typename": [
|
|
4266
4286
|
1
|
|
@@ -4271,7 +4291,7 @@ exports.default = {
|
|
|
4271
4291
|
18
|
|
4272
4292
|
],
|
|
4273
4293
|
"items": [
|
|
4274
|
-
|
|
4294
|
+
186
|
|
4275
4295
|
],
|
|
4276
4296
|
"athleteCompetitionId": [
|
|
4277
4297
|
1
|
|
@@ -4280,6 +4300,20 @@ exports.default = {
|
|
|
4280
4300
|
1
|
|
4281
4301
|
]
|
|
4282
4302
|
},
|
|
4303
|
+
"CreateVideoDto": {
|
|
4304
|
+
"source": [
|
|
4305
|
+
1
|
|
4306
|
+
],
|
|
4307
|
+
"url": [
|
|
4308
|
+
1
|
|
4309
|
+
],
|
|
4310
|
+
"sourceData": [
|
|
4311
|
+
1
|
|
4312
|
+
],
|
|
4313
|
+
"__typename": [
|
|
4314
|
+
1
|
|
4315
|
+
]
|
|
4316
|
+
},
|
|
4283
4317
|
"CreateFundingCampaignDto": {
|
|
4284
4318
|
"budgetMode": [
|
|
4285
4319
|
1
|
|
@@ -4306,14 +4340,17 @@ exports.default = {
|
|
|
4306
4340
|
14
|
|
4307
4341
|
],
|
|
4308
4342
|
"budget": [
|
|
4309
|
-
|
|
4343
|
+
188
|
|
4310
4344
|
],
|
|
4311
4345
|
"competitionBudgets": [
|
|
4312
|
-
|
|
4346
|
+
189
|
|
4313
4347
|
],
|
|
4314
4348
|
"competitionIds": [
|
|
4315
4349
|
1
|
|
4316
4350
|
],
|
|
4351
|
+
"video": [
|
|
4352
|
+
190
|
|
4353
|
+
],
|
|
4317
4354
|
"__typename": [
|
|
4318
4355
|
1
|
|
4319
4356
|
]
|
|
@@ -4344,14 +4381,17 @@ exports.default = {
|
|
|
4344
4381
|
14
|
|
4345
4382
|
],
|
|
4346
4383
|
"budget": [
|
|
4347
|
-
|
|
4384
|
+
188
|
|
4348
4385
|
],
|
|
4349
4386
|
"competitionBudgets": [
|
|
4350
|
-
|
|
4387
|
+
189
|
|
4351
4388
|
],
|
|
4352
4389
|
"competitionIds": [
|
|
4353
4390
|
1
|
|
4354
4391
|
],
|
|
4392
|
+
"video": [
|
|
4393
|
+
190
|
|
4394
|
+
],
|
|
4355
4395
|
"loginEmail": [
|
|
4356
4396
|
1
|
|
4357
4397
|
],
|
|
@@ -4385,14 +4425,17 @@ exports.default = {
|
|
|
4385
4425
|
14
|
|
4386
4426
|
],
|
|
4387
4427
|
"budget": [
|
|
4388
|
-
|
|
4428
|
+
188
|
|
4389
4429
|
],
|
|
4390
4430
|
"competitionBudgets": [
|
|
4391
|
-
|
|
4431
|
+
189
|
|
4392
4432
|
],
|
|
4393
4433
|
"competitionIds": [
|
|
4394
4434
|
1
|
|
4395
4435
|
],
|
|
4436
|
+
"video": [
|
|
4437
|
+
190
|
|
4438
|
+
],
|
|
4396
4439
|
"_id": [
|
|
4397
4440
|
1
|
|
4398
4441
|
],
|
|
@@ -4413,7 +4456,7 @@ exports.default = {
|
|
|
4413
4456
|
},
|
|
4414
4457
|
"BudgetDto": {
|
|
4415
4458
|
"items": [
|
|
4416
|
-
|
|
4459
|
+
186
|
|
4417
4460
|
],
|
|
4418
4461
|
"fundingMode": [
|
|
4419
4462
|
1
|
|
@@ -4427,7 +4470,7 @@ exports.default = {
|
|
|
4427
4470
|
1
|
|
4428
4471
|
],
|
|
4429
4472
|
"budget": [
|
|
4430
|
-
|
|
4473
|
+
195
|
|
4431
4474
|
],
|
|
4432
4475
|
"__typename": [
|
|
4433
4476
|
1
|
|
@@ -4438,7 +4481,7 @@ exports.default = {
|
|
|
4438
4481
|
1
|
|
4439
4482
|
],
|
|
4440
4483
|
"budget": [
|
|
4441
|
-
|
|
4484
|
+
195
|
|
4442
4485
|
],
|
|
4443
4486
|
"__typename": [
|
|
4444
4487
|
1
|
|
@@ -4458,7 +4501,7 @@ exports.default = {
|
|
|
4458
4501
|
18
|
|
4459
4502
|
],
|
|
4460
4503
|
"budget": [
|
|
4461
|
-
|
|
4504
|
+
195
|
|
4462
4505
|
],
|
|
4463
4506
|
"__typename": [
|
|
4464
4507
|
1
|
|
@@ -4478,7 +4521,7 @@ exports.default = {
|
|
|
4478
4521
|
1
|
|
4479
4522
|
],
|
|
4480
4523
|
"logo": [
|
|
4481
|
-
|
|
4524
|
+
167
|
|
4482
4525
|
],
|
|
4483
4526
|
"countryId": [
|
|
4484
4527
|
1
|
|
@@ -4657,7 +4700,7 @@ exports.default = {
|
|
|
4657
4700
|
32,
|
|
4658
4701
|
{
|
|
4659
4702
|
"input": [
|
|
4660
|
-
|
|
4703
|
+
208,
|
|
4661
4704
|
"AWSS3GetUploadDto!"
|
|
4662
4705
|
]
|
|
4663
4706
|
}
|
|
@@ -4716,28 +4759,28 @@ exports.default = {
|
|
|
4716
4759
|
59
|
|
4717
4760
|
],
|
|
4718
4761
|
"findSponsorAthleteInvitation": [
|
|
4719
|
-
|
|
4762
|
+
104,
|
|
4720
4763
|
{
|
|
4721
4764
|
"input": [
|
|
4722
|
-
|
|
4765
|
+
209,
|
|
4723
4766
|
"FindSponsorAthleteInvitationDto!"
|
|
4724
4767
|
]
|
|
4725
4768
|
}
|
|
4726
4769
|
],
|
|
4727
4770
|
"getAthletes": [
|
|
4728
|
-
|
|
4771
|
+
100
|
|
4729
4772
|
],
|
|
4730
4773
|
"queryAthleteFundingCampaigns": [
|
|
4731
|
-
|
|
4774
|
+
134,
|
|
4732
4775
|
{
|
|
4733
4776
|
"input": [
|
|
4734
|
-
|
|
4777
|
+
165,
|
|
4735
4778
|
"AthleteQueryDto!"
|
|
4736
4779
|
]
|
|
4737
4780
|
}
|
|
4738
4781
|
],
|
|
4739
4782
|
"searchAthletes": [
|
|
4740
|
-
|
|
4783
|
+
100,
|
|
4741
4784
|
{
|
|
4742
4785
|
"searchString": [
|
|
4743
4786
|
1,
|
|
@@ -4746,7 +4789,7 @@ exports.default = {
|
|
|
4746
4789
|
}
|
|
4747
4790
|
],
|
|
4748
4791
|
"findAthleteById": [
|
|
4749
|
-
|
|
4792
|
+
100,
|
|
4750
4793
|
{
|
|
4751
4794
|
"athleteId": [
|
|
4752
4795
|
1,
|
|
@@ -4755,7 +4798,7 @@ exports.default = {
|
|
|
4755
4798
|
}
|
|
4756
4799
|
],
|
|
4757
4800
|
"findAthleteForUser": [
|
|
4758
|
-
|
|
4801
|
+
100,
|
|
4759
4802
|
{
|
|
4760
4803
|
"loginEmail": [
|
|
4761
4804
|
1,
|
|
@@ -4764,7 +4807,7 @@ exports.default = {
|
|
|
4764
4807
|
}
|
|
4765
4808
|
],
|
|
4766
4809
|
"getRecommendedAthletes": [
|
|
4767
|
-
|
|
4810
|
+
100,
|
|
4768
4811
|
{
|
|
4769
4812
|
"loginEmail": [
|
|
4770
4813
|
1,
|
|
@@ -4773,13 +4816,13 @@ exports.default = {
|
|
|
4773
4816
|
}
|
|
4774
4817
|
],
|
|
4775
4818
|
"getSponsorAthletesForTenant": [
|
|
4776
|
-
|
|
4819
|
+
100
|
|
4777
4820
|
],
|
|
4778
4821
|
"getAthleteCompetitions": [
|
|
4779
4822
|
81,
|
|
4780
4823
|
{
|
|
4781
4824
|
"input": [
|
|
4782
|
-
|
|
4825
|
+
210,
|
|
4783
4826
|
"GetAthleteCompetitionsDto!"
|
|
4784
4827
|
]
|
|
4785
4828
|
}
|
|
@@ -4794,7 +4837,7 @@ exports.default = {
|
|
|
4794
4837
|
}
|
|
4795
4838
|
],
|
|
4796
4839
|
"findAthletebyIdpublic": [
|
|
4797
|
-
|
|
4840
|
+
100,
|
|
4798
4841
|
{
|
|
4799
4842
|
"athleteId": [
|
|
4800
4843
|
1,
|
|
@@ -4824,10 +4867,10 @@ exports.default = {
|
|
|
4824
4867
|
}
|
|
4825
4868
|
],
|
|
4826
4869
|
"queryAthleteWithFilter": [
|
|
4827
|
-
|
|
4870
|
+
134,
|
|
4828
4871
|
{
|
|
4829
4872
|
"input": [
|
|
4830
|
-
|
|
4873
|
+
165,
|
|
4831
4874
|
"AthleteQueryDto!"
|
|
4832
4875
|
]
|
|
4833
4876
|
}
|
|
@@ -4842,37 +4885,37 @@ exports.default = {
|
|
|
4842
4885
|
}
|
|
4843
4886
|
],
|
|
4844
4887
|
"screenNameAvailability": [
|
|
4845
|
-
|
|
4888
|
+
137,
|
|
4846
4889
|
{
|
|
4847
4890
|
"input": [
|
|
4848
|
-
|
|
4891
|
+
170,
|
|
4849
4892
|
"existValueDto!"
|
|
4850
4893
|
]
|
|
4851
4894
|
}
|
|
4852
4895
|
],
|
|
4853
4896
|
"getAthleteHistoricalScores": [
|
|
4854
|
-
|
|
4897
|
+
98,
|
|
4855
4898
|
{
|
|
4856
4899
|
"input": [
|
|
4857
|
-
|
|
4900
|
+
172,
|
|
4858
4901
|
"GetHistoricalScoresDto!"
|
|
4859
4902
|
]
|
|
4860
4903
|
}
|
|
4861
4904
|
],
|
|
4862
4905
|
"getMyHistoricalScores": [
|
|
4863
|
-
|
|
4906
|
+
98,
|
|
4864
4907
|
{
|
|
4865
4908
|
"input": [
|
|
4866
|
-
|
|
4909
|
+
171,
|
|
4867
4910
|
"GetMyHistoricalScoresDto!"
|
|
4868
4911
|
]
|
|
4869
4912
|
}
|
|
4870
4913
|
],
|
|
4871
4914
|
"getAthleteCampaigns": [
|
|
4872
|
-
|
|
4915
|
+
89,
|
|
4873
4916
|
{
|
|
4874
4917
|
"input": [
|
|
4875
|
-
|
|
4918
|
+
173,
|
|
4876
4919
|
"GetAthleteCampaignsDto!"
|
|
4877
4920
|
]
|
|
4878
4921
|
}
|
|
@@ -4944,7 +4987,7 @@ exports.default = {
|
|
|
4944
4987
|
0,
|
|
4945
4988
|
{
|
|
4946
4989
|
"input": [
|
|
4947
|
-
|
|
4990
|
+
211,
|
|
4948
4991
|
"FindVtxUserDto!"
|
|
4949
4992
|
]
|
|
4950
4993
|
}
|
|
@@ -4963,7 +5006,7 @@ exports.default = {
|
|
|
4963
5006
|
}
|
|
4964
5007
|
],
|
|
4965
5008
|
"getUserImagesFromEmail": [
|
|
4966
|
-
|
|
5009
|
+
140,
|
|
4967
5010
|
{
|
|
4968
5011
|
"loginEmail": [
|
|
4969
5012
|
1,
|
|
@@ -4984,7 +5027,7 @@ exports.default = {
|
|
|
4984
5027
|
36,
|
|
4985
5028
|
{
|
|
4986
5029
|
"input": [
|
|
4987
|
-
|
|
5030
|
+
152,
|
|
4988
5031
|
"VerifyCodeDto!"
|
|
4989
5032
|
]
|
|
4990
5033
|
}
|
|
@@ -4996,34 +5039,34 @@ exports.default = {
|
|
|
4996
5039
|
75,
|
|
4997
5040
|
{
|
|
4998
5041
|
"input": [
|
|
4999
|
-
|
|
5042
|
+
212,
|
|
5000
5043
|
"GetSportEventsDto!"
|
|
5001
5044
|
]
|
|
5002
5045
|
}
|
|
5003
5046
|
],
|
|
5004
5047
|
"getBudgetsByAthlete": [
|
|
5005
|
-
|
|
5048
|
+
129
|
|
5006
5049
|
],
|
|
5007
5050
|
"getDonationsByAthlete": [
|
|
5008
|
-
|
|
5051
|
+
117
|
|
5009
5052
|
],
|
|
5010
5053
|
"getMembershipOrganizations": [
|
|
5011
5054
|
82
|
|
5012
5055
|
],
|
|
5013
5056
|
"getAthleteStravaIntegration": [
|
|
5014
|
-
|
|
5057
|
+
116
|
|
5015
5058
|
],
|
|
5016
5059
|
"getAthleteInstagramIntegration": [
|
|
5017
|
-
|
|
5060
|
+
116
|
|
5018
5061
|
],
|
|
5019
5062
|
"getAthleteIntegrations": [
|
|
5020
|
-
|
|
5063
|
+
116
|
|
5021
5064
|
],
|
|
5022
5065
|
"stripeQuery": [
|
|
5023
|
-
|
|
5066
|
+
138,
|
|
5024
5067
|
{
|
|
5025
5068
|
"input": [
|
|
5026
|
-
|
|
5069
|
+
202,
|
|
5027
5070
|
"StripeQueryDto!"
|
|
5028
5071
|
]
|
|
5029
5072
|
}
|
|
@@ -5032,25 +5075,25 @@ exports.default = {
|
|
|
5032
5075
|
35,
|
|
5033
5076
|
{
|
|
5034
5077
|
"input": [
|
|
5035
|
-
|
|
5078
|
+
150,
|
|
5036
5079
|
"GetDatabaseFileDto!"
|
|
5037
5080
|
]
|
|
5038
5081
|
}
|
|
5039
5082
|
],
|
|
5040
5083
|
"getReceipt": [
|
|
5041
|
-
|
|
5084
|
+
117,
|
|
5042
5085
|
{
|
|
5043
5086
|
"input": [
|
|
5044
|
-
|
|
5087
|
+
185,
|
|
5045
5088
|
"GetReceiptDto!"
|
|
5046
5089
|
]
|
|
5047
5090
|
}
|
|
5048
5091
|
],
|
|
5049
5092
|
"getReceiptUrl": [
|
|
5050
|
-
|
|
5093
|
+
118,
|
|
5051
5094
|
{
|
|
5052
5095
|
"input": [
|
|
5053
|
-
|
|
5096
|
+
185,
|
|
5054
5097
|
"GetReceiptDto!"
|
|
5055
5098
|
]
|
|
5056
5099
|
}
|
|
@@ -5116,7 +5159,7 @@ exports.default = {
|
|
|
5116
5159
|
5,
|
|
5117
5160
|
{
|
|
5118
5161
|
"tenant": [
|
|
5119
|
-
|
|
5162
|
+
214,
|
|
5120
5163
|
"CreateTenantInput!"
|
|
5121
5164
|
]
|
|
5122
5165
|
}
|
|
@@ -5125,7 +5168,7 @@ exports.default = {
|
|
|
5125
5168
|
11,
|
|
5126
5169
|
{
|
|
5127
5170
|
"tenant": [
|
|
5128
|
-
|
|
5171
|
+
214,
|
|
5129
5172
|
"CreateTenantInput!"
|
|
5130
5173
|
]
|
|
5131
5174
|
}
|
|
@@ -5134,7 +5177,7 @@ exports.default = {
|
|
|
5134
5177
|
3,
|
|
5135
5178
|
{
|
|
5136
5179
|
"user": [
|
|
5137
|
-
|
|
5180
|
+
215,
|
|
5138
5181
|
"CreateActiveUserInput!"
|
|
5139
5182
|
]
|
|
5140
5183
|
}
|
|
@@ -5169,7 +5212,7 @@ exports.default = {
|
|
|
5169
5212
|
0,
|
|
5170
5213
|
{
|
|
5171
5214
|
"input": [
|
|
5172
|
-
|
|
5215
|
+
216,
|
|
5173
5216
|
"RegisterUserToDomainFromEmailInput!"
|
|
5174
5217
|
]
|
|
5175
5218
|
}
|
|
@@ -5178,7 +5221,7 @@ exports.default = {
|
|
|
5178
5221
|
8,
|
|
5179
5222
|
{
|
|
5180
5223
|
"dto": [
|
|
5181
|
-
|
|
5224
|
+
217,
|
|
5182
5225
|
"RefreshTokenInput!"
|
|
5183
5226
|
]
|
|
5184
5227
|
}
|
|
@@ -5187,7 +5230,7 @@ exports.default = {
|
|
|
5187
5230
|
33,
|
|
5188
5231
|
{
|
|
5189
5232
|
"input": [
|
|
5190
|
-
|
|
5233
|
+
218,
|
|
5191
5234
|
"AWSS3DeleteUseTypeFileDto!"
|
|
5192
5235
|
]
|
|
5193
5236
|
}
|
|
@@ -5196,7 +5239,7 @@ exports.default = {
|
|
|
5196
5239
|
33,
|
|
5197
5240
|
{
|
|
5198
5241
|
"input": [
|
|
5199
|
-
|
|
5242
|
+
219,
|
|
5200
5243
|
"AWSS3DeleteBucketFileDto!"
|
|
5201
5244
|
]
|
|
5202
5245
|
}
|
|
@@ -5205,7 +5248,7 @@ exports.default = {
|
|
|
5205
5248
|
33,
|
|
5206
5249
|
{
|
|
5207
5250
|
"input": [
|
|
5208
|
-
|
|
5251
|
+
220,
|
|
5209
5252
|
"AWSS3DeleteUseTypeKeyDto!"
|
|
5210
5253
|
]
|
|
5211
5254
|
}
|
|
@@ -5214,7 +5257,7 @@ exports.default = {
|
|
|
5214
5257
|
27,
|
|
5215
5258
|
{
|
|
5216
5259
|
"input": [
|
|
5217
|
-
|
|
5260
|
+
167,
|
|
5218
5261
|
"AWSS3UploadedFileDto!"
|
|
5219
5262
|
]
|
|
5220
5263
|
}
|
|
@@ -5223,7 +5266,7 @@ exports.default = {
|
|
|
5223
5266
|
56,
|
|
5224
5267
|
{
|
|
5225
5268
|
"input": [
|
|
5226
|
-
|
|
5269
|
+
221,
|
|
5227
5270
|
"CreateIndustryDto!"
|
|
5228
5271
|
]
|
|
5229
5272
|
}
|
|
@@ -5232,7 +5275,7 @@ exports.default = {
|
|
|
5232
5275
|
39,
|
|
5233
5276
|
{
|
|
5234
5277
|
"input": [
|
|
5235
|
-
|
|
5278
|
+
222,
|
|
5236
5279
|
"CreateBrandDto!"
|
|
5237
5280
|
]
|
|
5238
5281
|
}
|
|
@@ -5241,7 +5284,7 @@ exports.default = {
|
|
|
5241
5284
|
59,
|
|
5242
5285
|
{
|
|
5243
5286
|
"input": [
|
|
5244
|
-
|
|
5287
|
+
224,
|
|
5245
5288
|
"RegisterSponsorInput!"
|
|
5246
5289
|
]
|
|
5247
5290
|
}
|
|
@@ -5250,52 +5293,52 @@ exports.default = {
|
|
|
5250
5293
|
59,
|
|
5251
5294
|
{
|
|
5252
5295
|
"input": [
|
|
5253
|
-
|
|
5296
|
+
225,
|
|
5254
5297
|
"CreateSponsorDto!"
|
|
5255
5298
|
]
|
|
5256
5299
|
}
|
|
5257
5300
|
],
|
|
5258
5301
|
"sendAthleteInvitations": [
|
|
5259
|
-
|
|
5302
|
+
104,
|
|
5260
5303
|
{
|
|
5261
5304
|
"input": [
|
|
5262
|
-
|
|
5305
|
+
154,
|
|
5263
5306
|
"InviteAthletesDto!"
|
|
5264
5307
|
]
|
|
5265
5308
|
}
|
|
5266
5309
|
],
|
|
5267
5310
|
"registerAthlete": [
|
|
5268
|
-
|
|
5311
|
+
100,
|
|
5269
5312
|
{
|
|
5270
5313
|
"input": [
|
|
5271
|
-
|
|
5314
|
+
226,
|
|
5272
5315
|
"RegisterAthleteDto!"
|
|
5273
5316
|
]
|
|
5274
5317
|
}
|
|
5275
5318
|
],
|
|
5276
5319
|
"editProfileValue": [
|
|
5277
|
-
|
|
5320
|
+
130,
|
|
5278
5321
|
{
|
|
5279
5322
|
"input": [
|
|
5280
|
-
|
|
5323
|
+
227,
|
|
5281
5324
|
"EditValueDto!"
|
|
5282
5325
|
]
|
|
5283
5326
|
}
|
|
5284
5327
|
],
|
|
5285
5328
|
"editPicture": [
|
|
5286
|
-
|
|
5329
|
+
135,
|
|
5287
5330
|
{
|
|
5288
5331
|
"input": [
|
|
5289
|
-
|
|
5332
|
+
166,
|
|
5290
5333
|
"EditPictureDto!"
|
|
5291
5334
|
]
|
|
5292
5335
|
}
|
|
5293
5336
|
],
|
|
5294
5337
|
"AddAlbumPictures": [
|
|
5295
|
-
|
|
5338
|
+
136,
|
|
5296
5339
|
{
|
|
5297
5340
|
"input": [
|
|
5298
|
-
|
|
5341
|
+
168,
|
|
5299
5342
|
"UploadAlbumsPicturesDto!"
|
|
5300
5343
|
]
|
|
5301
5344
|
}
|
|
@@ -5304,16 +5347,16 @@ exports.default = {
|
|
|
5304
5347
|
81,
|
|
5305
5348
|
{
|
|
5306
5349
|
"input": [
|
|
5307
|
-
|
|
5350
|
+
157,
|
|
5308
5351
|
"CreateAthleteCompetitionDto!"
|
|
5309
5352
|
]
|
|
5310
5353
|
}
|
|
5311
5354
|
],
|
|
5312
5355
|
"deleteAthleteCompetition": [
|
|
5313
|
-
|
|
5356
|
+
131,
|
|
5314
5357
|
{
|
|
5315
5358
|
"input": [
|
|
5316
|
-
|
|
5359
|
+
162,
|
|
5317
5360
|
"DeleteSingleValueDto!"
|
|
5318
5361
|
]
|
|
5319
5362
|
}
|
|
@@ -5322,7 +5365,7 @@ exports.default = {
|
|
|
5322
5365
|
80,
|
|
5323
5366
|
{
|
|
5324
5367
|
"input": [
|
|
5325
|
-
|
|
5368
|
+
168,
|
|
5326
5369
|
"UploadAlbumsPicturesDto!"
|
|
5327
5370
|
]
|
|
5328
5371
|
}
|
|
@@ -5331,7 +5374,7 @@ exports.default = {
|
|
|
5331
5374
|
80,
|
|
5332
5375
|
{
|
|
5333
5376
|
"input": [
|
|
5334
|
-
|
|
5377
|
+
228,
|
|
5335
5378
|
"EditDisplayIndexDto!"
|
|
5336
5379
|
]
|
|
5337
5380
|
}
|
|
@@ -5340,25 +5383,25 @@ exports.default = {
|
|
|
5340
5383
|
80,
|
|
5341
5384
|
{
|
|
5342
5385
|
"input": [
|
|
5343
|
-
|
|
5386
|
+
168,
|
|
5344
5387
|
"UploadAlbumsPicturesDto!"
|
|
5345
5388
|
]
|
|
5346
5389
|
}
|
|
5347
5390
|
],
|
|
5348
5391
|
"deleteAthleteAlbum": [
|
|
5349
|
-
|
|
5392
|
+
131,
|
|
5350
5393
|
{
|
|
5351
5394
|
"input": [
|
|
5352
|
-
|
|
5395
|
+
162,
|
|
5353
5396
|
"DeleteSingleValueDto!"
|
|
5354
5397
|
]
|
|
5355
5398
|
}
|
|
5356
5399
|
],
|
|
5357
5400
|
"deleteAthletePhotos": [
|
|
5358
|
-
|
|
5401
|
+
120,
|
|
5359
5402
|
{
|
|
5360
5403
|
"input": [
|
|
5361
|
-
|
|
5404
|
+
169,
|
|
5362
5405
|
"DeleteValuesDto!"
|
|
5363
5406
|
]
|
|
5364
5407
|
}
|
|
@@ -5367,19 +5410,19 @@ exports.default = {
|
|
|
5367
5410
|
76,
|
|
5368
5411
|
{
|
|
5369
5412
|
"input": [
|
|
5370
|
-
|
|
5413
|
+
156,
|
|
5371
5414
|
"SetCompetitionResultDto!"
|
|
5372
5415
|
]
|
|
5373
5416
|
}
|
|
5374
5417
|
],
|
|
5375
5418
|
"updateAthleteScores": [
|
|
5376
|
-
|
|
5419
|
+
100
|
|
5377
5420
|
],
|
|
5378
5421
|
"setCurrentCampaign": [
|
|
5379
|
-
|
|
5422
|
+
89,
|
|
5380
5423
|
{
|
|
5381
5424
|
"input": [
|
|
5382
|
-
|
|
5425
|
+
230,
|
|
5383
5426
|
"SetCurrentCampaignDto!"
|
|
5384
5427
|
]
|
|
5385
5428
|
}
|
|
@@ -5388,7 +5431,7 @@ exports.default = {
|
|
|
5388
5431
|
67,
|
|
5389
5432
|
{
|
|
5390
5433
|
"input": [
|
|
5391
|
-
|
|
5434
|
+
231,
|
|
5392
5435
|
"CreateSportDto!"
|
|
5393
5436
|
]
|
|
5394
5437
|
}
|
|
@@ -5397,7 +5440,7 @@ exports.default = {
|
|
|
5397
5440
|
67,
|
|
5398
5441
|
{
|
|
5399
5442
|
"input": [
|
|
5400
|
-
|
|
5443
|
+
232,
|
|
5401
5444
|
"UpdateSportDto!"
|
|
5402
5445
|
]
|
|
5403
5446
|
}
|
|
@@ -5406,7 +5449,7 @@ exports.default = {
|
|
|
5406
5449
|
70,
|
|
5407
5450
|
{
|
|
5408
5451
|
"input": [
|
|
5409
|
-
|
|
5452
|
+
233,
|
|
5410
5453
|
"CreateSportLevelDto!"
|
|
5411
5454
|
]
|
|
5412
5455
|
}
|
|
@@ -5415,7 +5458,7 @@ exports.default = {
|
|
|
5415
5458
|
65,
|
|
5416
5459
|
{
|
|
5417
5460
|
"input": [
|
|
5418
|
-
|
|
5461
|
+
235,
|
|
5419
5462
|
"CreateSponsorshipDto!"
|
|
5420
5463
|
]
|
|
5421
5464
|
}
|
|
@@ -5424,7 +5467,7 @@ exports.default = {
|
|
|
5424
5467
|
45,
|
|
5425
5468
|
{
|
|
5426
5469
|
"input": [
|
|
5427
|
-
|
|
5470
|
+
242,
|
|
5428
5471
|
"CreateCountryDto!"
|
|
5429
5472
|
]
|
|
5430
5473
|
}
|
|
@@ -5433,7 +5476,7 @@ exports.default = {
|
|
|
5433
5476
|
44,
|
|
5434
5477
|
{
|
|
5435
5478
|
"input": [
|
|
5436
|
-
|
|
5479
|
+
243,
|
|
5437
5480
|
"CreateStateDto!"
|
|
5438
5481
|
]
|
|
5439
5482
|
}
|
|
@@ -5442,7 +5485,7 @@ exports.default = {
|
|
|
5442
5485
|
43,
|
|
5443
5486
|
{
|
|
5444
5487
|
"input": [
|
|
5445
|
-
|
|
5488
|
+
244,
|
|
5446
5489
|
"CreateCityDto!"
|
|
5447
5490
|
]
|
|
5448
5491
|
}
|
|
@@ -5451,7 +5494,7 @@ exports.default = {
|
|
|
5451
5494
|
29,
|
|
5452
5495
|
{
|
|
5453
5496
|
"input": [
|
|
5454
|
-
|
|
5497
|
+
183,
|
|
5455
5498
|
"RegisterUserDto!"
|
|
5456
5499
|
]
|
|
5457
5500
|
}
|
|
@@ -5460,7 +5503,7 @@ exports.default = {
|
|
|
5460
5503
|
3,
|
|
5461
5504
|
{
|
|
5462
5505
|
"input": [
|
|
5463
|
-
|
|
5506
|
+
152,
|
|
5464
5507
|
"VerifyCodeDto!"
|
|
5465
5508
|
]
|
|
5466
5509
|
}
|
|
@@ -5469,7 +5512,7 @@ exports.default = {
|
|
|
5469
5512
|
0,
|
|
5470
5513
|
{
|
|
5471
5514
|
"input": [
|
|
5472
|
-
|
|
5515
|
+
152,
|
|
5473
5516
|
"VerifyCodeDto!"
|
|
5474
5517
|
]
|
|
5475
5518
|
}
|
|
@@ -5478,7 +5521,7 @@ exports.default = {
|
|
|
5478
5521
|
0,
|
|
5479
5522
|
{
|
|
5480
5523
|
"input": [
|
|
5481
|
-
|
|
5524
|
+
183,
|
|
5482
5525
|
"RegisterUserDto!"
|
|
5483
5526
|
]
|
|
5484
5527
|
}
|
|
@@ -5487,7 +5530,7 @@ exports.default = {
|
|
|
5487
5530
|
0,
|
|
5488
5531
|
{
|
|
5489
5532
|
"input": [
|
|
5490
|
-
|
|
5533
|
+
183,
|
|
5491
5534
|
"RegisterUserDto!"
|
|
5492
5535
|
]
|
|
5493
5536
|
}
|
|
@@ -5506,7 +5549,7 @@ exports.default = {
|
|
|
5506
5549
|
}
|
|
5507
5550
|
],
|
|
5508
5551
|
"createResetPasswordCode": [
|
|
5509
|
-
|
|
5552
|
+
130,
|
|
5510
5553
|
{
|
|
5511
5554
|
"input": [
|
|
5512
5555
|
1,
|
|
@@ -5515,25 +5558,25 @@ exports.default = {
|
|
|
5515
5558
|
}
|
|
5516
5559
|
],
|
|
5517
5560
|
"resetUserPassword": [
|
|
5518
|
-
|
|
5561
|
+
130,
|
|
5519
5562
|
{
|
|
5520
5563
|
"input": [
|
|
5521
|
-
|
|
5564
|
+
184,
|
|
5522
5565
|
"resetPasswordDto!"
|
|
5523
5566
|
]
|
|
5524
5567
|
}
|
|
5525
5568
|
],
|
|
5526
5569
|
"handleStravaCallback": [
|
|
5527
|
-
|
|
5570
|
+
105,
|
|
5528
5571
|
{
|
|
5529
5572
|
"data": [
|
|
5530
|
-
|
|
5573
|
+
245,
|
|
5531
5574
|
"RegisterStravaDto!"
|
|
5532
5575
|
]
|
|
5533
5576
|
}
|
|
5534
5577
|
],
|
|
5535
5578
|
"refreshStravaToken": [
|
|
5536
|
-
|
|
5579
|
+
105,
|
|
5537
5580
|
{
|
|
5538
5581
|
"input": [
|
|
5539
5582
|
1,
|
|
@@ -5545,52 +5588,52 @@ exports.default = {
|
|
|
5545
5588
|
75,
|
|
5546
5589
|
{
|
|
5547
5590
|
"input": [
|
|
5548
|
-
|
|
5591
|
+
246,
|
|
5549
5592
|
"CreateSportEventDto!"
|
|
5550
5593
|
]
|
|
5551
5594
|
}
|
|
5552
5595
|
],
|
|
5553
5596
|
"setFundingStatus": [
|
|
5554
|
-
|
|
5597
|
+
89,
|
|
5555
5598
|
{
|
|
5556
5599
|
"input": [
|
|
5557
|
-
|
|
5600
|
+
194,
|
|
5558
5601
|
"SetFundingStatusDto!"
|
|
5559
5602
|
]
|
|
5560
5603
|
}
|
|
5561
5604
|
],
|
|
5562
5605
|
"createFundingCampaign": [
|
|
5563
|
-
|
|
5606
|
+
89,
|
|
5564
5607
|
{
|
|
5565
5608
|
"input": [
|
|
5566
|
-
|
|
5609
|
+
191,
|
|
5567
5610
|
"CreateFundingCampaignDto!"
|
|
5568
5611
|
]
|
|
5569
5612
|
}
|
|
5570
5613
|
],
|
|
5571
5614
|
"updateFundingCampaign": [
|
|
5572
|
-
|
|
5615
|
+
89,
|
|
5573
5616
|
{
|
|
5574
5617
|
"input": [
|
|
5575
|
-
|
|
5618
|
+
193,
|
|
5576
5619
|
"UpdateFundingCampaignDto!"
|
|
5577
5620
|
]
|
|
5578
5621
|
}
|
|
5579
5622
|
],
|
|
5580
5623
|
"deleteFundingCampaign": [
|
|
5581
|
-
|
|
5624
|
+
131,
|
|
5582
5625
|
{
|
|
5583
5626
|
"input": [
|
|
5584
|
-
|
|
5627
|
+
162,
|
|
5585
5628
|
"DeleteSingleValueDto!"
|
|
5586
5629
|
]
|
|
5587
5630
|
}
|
|
5588
5631
|
],
|
|
5589
5632
|
"deleteFundingCampaigns": [
|
|
5590
|
-
|
|
5633
|
+
120,
|
|
5591
5634
|
{
|
|
5592
5635
|
"input": [
|
|
5593
|
-
|
|
5636
|
+
169,
|
|
5594
5637
|
"DeleteValuesDto!"
|
|
5595
5638
|
]
|
|
5596
5639
|
}
|
|
@@ -5608,7 +5651,7 @@ exports.default = {
|
|
|
5608
5651
|
2,
|
|
5609
5652
|
{
|
|
5610
5653
|
"input": [
|
|
5611
|
-
|
|
5654
|
+
196,
|
|
5612
5655
|
"AddCompetitionBudgetDto!"
|
|
5613
5656
|
]
|
|
5614
5657
|
}
|
|
@@ -5617,7 +5660,7 @@ exports.default = {
|
|
|
5617
5660
|
2,
|
|
5618
5661
|
{
|
|
5619
5662
|
"input": [
|
|
5620
|
-
|
|
5663
|
+
197,
|
|
5621
5664
|
"EditCompetitionBudgetDto!"
|
|
5622
5665
|
]
|
|
5623
5666
|
}
|
|
@@ -5626,7 +5669,7 @@ exports.default = {
|
|
|
5626
5669
|
2,
|
|
5627
5670
|
{
|
|
5628
5671
|
"input": [
|
|
5629
|
-
|
|
5672
|
+
198,
|
|
5630
5673
|
"EditCampaignBudgetDto!"
|
|
5631
5674
|
]
|
|
5632
5675
|
}
|
|
@@ -5635,7 +5678,7 @@ exports.default = {
|
|
|
5635
5678
|
2,
|
|
5636
5679
|
{
|
|
5637
5680
|
"input": [
|
|
5638
|
-
|
|
5681
|
+
198,
|
|
5639
5682
|
"EditCampaignBudgetDto!"
|
|
5640
5683
|
]
|
|
5641
5684
|
}
|
|
@@ -5644,7 +5687,7 @@ exports.default = {
|
|
|
5644
5687
|
82,
|
|
5645
5688
|
{
|
|
5646
5689
|
"input": [
|
|
5647
|
-
|
|
5690
|
+
199,
|
|
5648
5691
|
"CreateMembershipOrganizationDto!"
|
|
5649
5692
|
]
|
|
5650
5693
|
}
|
|
@@ -5653,16 +5696,16 @@ exports.default = {
|
|
|
5653
5696
|
84,
|
|
5654
5697
|
{
|
|
5655
5698
|
"input": [
|
|
5656
|
-
|
|
5699
|
+
200,
|
|
5657
5700
|
"CreateAthleteMembershipDto!"
|
|
5658
5701
|
]
|
|
5659
5702
|
}
|
|
5660
5703
|
],
|
|
5661
5704
|
"deleteAthleteMembershipAffilation": [
|
|
5662
|
-
|
|
5705
|
+
131,
|
|
5663
5706
|
{
|
|
5664
5707
|
"input": [
|
|
5665
|
-
|
|
5708
|
+
162,
|
|
5666
5709
|
"DeleteSingleValueDto!"
|
|
5667
5710
|
]
|
|
5668
5711
|
}
|
|
@@ -5677,22 +5720,22 @@ exports.default = {
|
|
|
5677
5720
|
}
|
|
5678
5721
|
],
|
|
5679
5722
|
"createStripeAccount": [
|
|
5680
|
-
|
|
5723
|
+
97,
|
|
5681
5724
|
{
|
|
5682
5725
|
"input": [
|
|
5683
|
-
|
|
5726
|
+
247,
|
|
5684
5727
|
"CreateStripeAccountDto!"
|
|
5685
5728
|
]
|
|
5686
5729
|
}
|
|
5687
5730
|
],
|
|
5688
5731
|
"createAthleteStripeSession": [
|
|
5689
|
-
|
|
5732
|
+
106
|
|
5690
5733
|
],
|
|
5691
5734
|
"createStripeCheckoutSession": [
|
|
5692
|
-
|
|
5735
|
+
107,
|
|
5693
5736
|
{
|
|
5694
5737
|
"input": [
|
|
5695
|
-
|
|
5738
|
+
201,
|
|
5696
5739
|
"DonationCheckoutDto!"
|
|
5697
5740
|
]
|
|
5698
5741
|
}
|
|
@@ -5815,13 +5858,13 @@ exports.default = {
|
|
|
5815
5858
|
1
|
|
5816
5859
|
],
|
|
5817
5860
|
"logo": [
|
|
5818
|
-
|
|
5861
|
+
167
|
|
5819
5862
|
],
|
|
5820
5863
|
"banner": [
|
|
5821
|
-
|
|
5864
|
+
167
|
|
5822
5865
|
],
|
|
5823
5866
|
"translations": [
|
|
5824
|
-
|
|
5867
|
+
223
|
|
5825
5868
|
],
|
|
5826
5869
|
"__typename": [
|
|
5827
5870
|
1
|
|
@@ -5844,10 +5887,10 @@ exports.default = {
|
|
|
5844
5887
|
1
|
|
5845
5888
|
],
|
|
5846
5889
|
"logo": [
|
|
5847
|
-
|
|
5890
|
+
167
|
|
5848
5891
|
],
|
|
5849
5892
|
"banner": [
|
|
5850
|
-
|
|
5893
|
+
167
|
|
5851
5894
|
],
|
|
5852
5895
|
"__typename": [
|
|
5853
5896
|
1
|
|
@@ -5952,10 +5995,10 @@ exports.default = {
|
|
|
5952
5995
|
1
|
|
5953
5996
|
],
|
|
5954
5997
|
"profilePicture": [
|
|
5955
|
-
|
|
5998
|
+
167
|
|
5956
5999
|
],
|
|
5957
6000
|
"cardPicture": [
|
|
5958
|
-
|
|
6001
|
+
167
|
|
5959
6002
|
],
|
|
5960
6003
|
"__typename": [
|
|
5961
6004
|
1
|
|
@@ -5974,7 +6017,7 @@ exports.default = {
|
|
|
5974
6017
|
},
|
|
5975
6018
|
"EditDisplayIndexDto": {
|
|
5976
6019
|
"updates": [
|
|
5977
|
-
|
|
6020
|
+
229
|
|
5978
6021
|
],
|
|
5979
6022
|
"__typename": [
|
|
5980
6023
|
1
|
|
@@ -6038,7 +6081,7 @@ exports.default = {
|
|
|
6038
6081
|
18
|
|
6039
6082
|
],
|
|
6040
6083
|
"translations": [
|
|
6041
|
-
|
|
6084
|
+
234
|
|
6042
6085
|
],
|
|
6043
6086
|
"__typename": [
|
|
6044
6087
|
1
|
|
@@ -6072,10 +6115,10 @@ exports.default = {
|
|
|
6072
6115
|
18
|
|
6073
6116
|
],
|
|
6074
6117
|
"banner": [
|
|
6075
|
-
|
|
6118
|
+
167
|
|
6076
6119
|
],
|
|
6077
6120
|
"criteria": [
|
|
6078
|
-
|
|
6121
|
+
236
|
|
6079
6122
|
],
|
|
6080
6123
|
"deadline": [
|
|
6081
6124
|
14
|
|
@@ -6084,13 +6127,13 @@ exports.default = {
|
|
|
6084
6127
|
14
|
|
6085
6128
|
],
|
|
6086
6129
|
"duration": [
|
|
6087
|
-
|
|
6130
|
+
238
|
|
6088
6131
|
],
|
|
6089
6132
|
"sponsorshipItems": [
|
|
6090
|
-
|
|
6133
|
+
239
|
|
6091
6134
|
],
|
|
6092
6135
|
"commitments": [
|
|
6093
|
-
|
|
6136
|
+
240
|
|
6094
6137
|
],
|
|
6095
6138
|
"terms": [
|
|
6096
6139
|
1
|
|
@@ -6102,7 +6145,7 @@ exports.default = {
|
|
|
6102
6145
|
2
|
|
6103
6146
|
],
|
|
6104
6147
|
"translations": [
|
|
6105
|
-
|
|
6148
|
+
241
|
|
6106
6149
|
],
|
|
6107
6150
|
"__typename": [
|
|
6108
6151
|
1
|
|
@@ -6116,7 +6159,7 @@ exports.default = {
|
|
|
6116
6159
|
1
|
|
6117
6160
|
],
|
|
6118
6161
|
"qualificationsBag": [
|
|
6119
|
-
|
|
6162
|
+
237
|
|
6120
6163
|
],
|
|
6121
6164
|
"__typename": [
|
|
6122
6165
|
1
|
|
@@ -6124,28 +6167,28 @@ exports.default = {
|
|
|
6124
6167
|
},
|
|
6125
6168
|
"QualificationsBagDto": {
|
|
6126
6169
|
"ageQualifications": [
|
|
6127
|
-
|
|
6170
|
+
175
|
|
6128
6171
|
],
|
|
6129
6172
|
"genderQualifications": [
|
|
6130
|
-
|
|
6173
|
+
176
|
|
6131
6174
|
],
|
|
6132
6175
|
"scoreQualifications": [
|
|
6133
|
-
|
|
6176
|
+
178
|
|
6134
6177
|
],
|
|
6135
6178
|
"locationQualifications": [
|
|
6136
|
-
|
|
6179
|
+
179
|
|
6137
6180
|
],
|
|
6138
6181
|
"nationalityQualifications": [
|
|
6139
|
-
|
|
6182
|
+
177
|
|
6140
6183
|
],
|
|
6141
6184
|
"distanceQualifications": [
|
|
6142
|
-
|
|
6185
|
+
180
|
|
6143
6186
|
],
|
|
6144
6187
|
"sportsQualifications": [
|
|
6145
|
-
|
|
6188
|
+
181
|
|
6146
6189
|
],
|
|
6147
6190
|
"levelQualifications": [
|
|
6148
|
-
|
|
6191
|
+
182
|
|
6149
6192
|
],
|
|
6150
6193
|
"__typename": [
|
|
6151
6194
|
1
|
|
@@ -6222,7 +6265,7 @@ exports.default = {
|
|
|
6222
6265
|
1
|
|
6223
6266
|
],
|
|
6224
6267
|
"banner": [
|
|
6225
|
-
|
|
6268
|
+
167
|
|
6226
6269
|
],
|
|
6227
6270
|
"terms": [
|
|
6228
6271
|
1
|
|
@@ -6340,7 +6383,7 @@ exports.default = {
|
|
|
6340
6383
|
1
|
|
6341
6384
|
],
|
|
6342
6385
|
"banner": [
|
|
6343
|
-
|
|
6386
|
+
167
|
|
6344
6387
|
],
|
|
6345
6388
|
"eventLevel": [
|
|
6346
6389
|
1
|