@vertikalx/vtx-backend-client 1.0.0-dev-david.2 → 1.0.0-dev-carlos.27
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 +8 -10
- package/src/api/vtx-base-api.js +206 -197
- package/src/api/vtx-base-api.js.map +1 -1
- package/src/client/schema.d.ts +191 -74
- package/src/client/schema.js +65 -16
- package/src/client/schema.js.map +1 -1
- package/src/client/types.d.ts +77 -36
- package/src/client/types.js +323 -224
- package/src/client/types.js.map +1 -1
- package/tsconfig.lib.tsbuildinfo +1 -1
package/src/client/types.js
CHANGED
|
@@ -6,7 +6,7 @@ exports.default = {
|
|
|
6
6
|
2,
|
|
7
7
|
14,
|
|
8
8
|
17,
|
|
9
|
-
|
|
9
|
+
120
|
|
10
10
|
],
|
|
11
11
|
"types": {
|
|
12
12
|
"User": {
|
|
@@ -1973,34 +1973,6 @@ exports.default = {
|
|
|
1973
1973
|
1
|
|
1974
1974
|
]
|
|
1975
1975
|
},
|
|
1976
|
-
"PhotoAlbum": {
|
|
1977
|
-
"_id": [
|
|
1978
|
-
1
|
|
1979
|
-
],
|
|
1980
|
-
"photo": [
|
|
1981
|
-
26
|
|
1982
|
-
],
|
|
1983
|
-
"__typename": [
|
|
1984
|
-
1
|
|
1985
|
-
]
|
|
1986
|
-
},
|
|
1987
|
-
"Album": {
|
|
1988
|
-
"_id": [
|
|
1989
|
-
1
|
|
1990
|
-
],
|
|
1991
|
-
"label": [
|
|
1992
|
-
1
|
|
1993
|
-
],
|
|
1994
|
-
"description": [
|
|
1995
|
-
1
|
|
1996
|
-
],
|
|
1997
|
-
"photos": [
|
|
1998
|
-
84
|
|
1999
|
-
],
|
|
2000
|
-
"__typename": [
|
|
2001
|
-
1
|
|
2002
|
-
]
|
|
2003
|
-
},
|
|
2004
1976
|
"AthletePreferences": {
|
|
2005
1977
|
"_id": [
|
|
2006
1978
|
1
|
|
@@ -2008,9 +1980,6 @@ exports.default = {
|
|
|
2008
1980
|
"showProfileHelper": [
|
|
2009
1981
|
2
|
|
2010
1982
|
],
|
|
2011
|
-
"defaultAlbum": [
|
|
2012
|
-
85
|
|
2013
|
-
],
|
|
2014
1983
|
"__typename": [
|
|
2015
1984
|
1
|
|
2016
1985
|
]
|
|
@@ -2270,7 +2239,7 @@ exports.default = {
|
|
|
2270
2239
|
},
|
|
2271
2240
|
"StripeRequirementType": {
|
|
2272
2241
|
"alternatives": [
|
|
2273
|
-
|
|
2242
|
+
87
|
|
2274
2243
|
],
|
|
2275
2244
|
"current_deadline": [
|
|
2276
2245
|
14
|
|
@@ -2282,7 +2251,7 @@ exports.default = {
|
|
|
2282
2251
|
1
|
|
2283
2252
|
],
|
|
2284
2253
|
"errors": [
|
|
2285
|
-
|
|
2254
|
+
89
|
|
2286
2255
|
],
|
|
2287
2256
|
"eventually_due": [
|
|
2288
2257
|
1
|
|
@@ -2299,7 +2268,7 @@ exports.default = {
|
|
|
2299
2268
|
},
|
|
2300
2269
|
"StripeFutureRequirementType": {
|
|
2301
2270
|
"alternatives": [
|
|
2302
|
-
|
|
2271
|
+
88
|
|
2303
2272
|
],
|
|
2304
2273
|
"current_deadline": [
|
|
2305
2274
|
14
|
|
@@ -2311,7 +2280,7 @@ exports.default = {
|
|
|
2311
2280
|
1
|
|
2312
2281
|
],
|
|
2313
2282
|
"errors": [
|
|
2314
|
-
|
|
2283
|
+
89
|
|
2315
2284
|
],
|
|
2316
2285
|
"eventually_due": [
|
|
2317
2286
|
1
|
|
@@ -2343,13 +2312,13 @@ exports.default = {
|
|
|
2343
2312
|
1
|
|
2344
2313
|
],
|
|
2345
2314
|
"capabilities": [
|
|
2346
|
-
|
|
2315
|
+
86
|
|
2347
2316
|
],
|
|
2348
2317
|
"requirements": [
|
|
2349
|
-
|
|
2318
|
+
90
|
|
2350
2319
|
],
|
|
2351
2320
|
"future_requirements": [
|
|
2352
|
-
|
|
2321
|
+
91
|
|
2353
2322
|
],
|
|
2354
2323
|
"type": [
|
|
2355
2324
|
1
|
|
@@ -2378,6 +2347,34 @@ exports.default = {
|
|
|
2378
2347
|
1
|
|
2379
2348
|
],
|
|
2380
2349
|
"account": [
|
|
2350
|
+
92
|
|
2351
|
+
],
|
|
2352
|
+
"__typename": [
|
|
2353
|
+
1
|
|
2354
|
+
]
|
|
2355
|
+
},
|
|
2356
|
+
"PhotoAlbum": {
|
|
2357
|
+
"_id": [
|
|
2358
|
+
1
|
|
2359
|
+
],
|
|
2360
|
+
"photo": [
|
|
2361
|
+
26
|
|
2362
|
+
],
|
|
2363
|
+
"__typename": [
|
|
2364
|
+
1
|
|
2365
|
+
]
|
|
2366
|
+
},
|
|
2367
|
+
"Album": {
|
|
2368
|
+
"_id": [
|
|
2369
|
+
1
|
|
2370
|
+
],
|
|
2371
|
+
"label": [
|
|
2372
|
+
1
|
|
2373
|
+
],
|
|
2374
|
+
"description": [
|
|
2375
|
+
1
|
|
2376
|
+
],
|
|
2377
|
+
"photos": [
|
|
2381
2378
|
94
|
|
2382
2379
|
],
|
|
2383
2380
|
"__typename": [
|
|
@@ -2452,7 +2449,7 @@ exports.default = {
|
|
|
2452
2449
|
1
|
|
2453
2450
|
],
|
|
2454
2451
|
"preferences": [
|
|
2455
|
-
|
|
2452
|
+
84
|
|
2456
2453
|
],
|
|
2457
2454
|
"__typename": [
|
|
2458
2455
|
1
|
|
@@ -2526,7 +2523,7 @@ exports.default = {
|
|
|
2526
2523
|
1
|
|
2527
2524
|
],
|
|
2528
2525
|
"preferences": [
|
|
2529
|
-
|
|
2526
|
+
84
|
|
2530
2527
|
],
|
|
2531
2528
|
"allSports": [
|
|
2532
2529
|
66
|
|
@@ -2550,16 +2547,16 @@ exports.default = {
|
|
|
2550
2547
|
83
|
|
2551
2548
|
],
|
|
2552
2549
|
"currentCampaign": [
|
|
2553
|
-
|
|
2550
|
+
85
|
|
2554
2551
|
],
|
|
2555
2552
|
"fundingCampaigns": [
|
|
2556
|
-
|
|
2553
|
+
85
|
|
2557
2554
|
],
|
|
2558
2555
|
"stripeAccountReference": [
|
|
2559
|
-
|
|
2556
|
+
93
|
|
2560
2557
|
],
|
|
2561
2558
|
"albums": [
|
|
2562
|
-
|
|
2559
|
+
95
|
|
2563
2560
|
],
|
|
2564
2561
|
"__typename": [
|
|
2565
2562
|
1
|
|
@@ -2689,6 +2686,122 @@ exports.default = {
|
|
|
2689
2686
|
1
|
|
2690
2687
|
]
|
|
2691
2688
|
},
|
|
2689
|
+
"InstagramCursors": {
|
|
2690
|
+
"before": [
|
|
2691
|
+
1
|
|
2692
|
+
],
|
|
2693
|
+
"after": [
|
|
2694
|
+
1
|
|
2695
|
+
],
|
|
2696
|
+
"__typename": [
|
|
2697
|
+
1
|
|
2698
|
+
]
|
|
2699
|
+
},
|
|
2700
|
+
"InstagramPaging": {
|
|
2701
|
+
"cursors": [
|
|
2702
|
+
103
|
|
2703
|
+
],
|
|
2704
|
+
"next": [
|
|
2705
|
+
1
|
|
2706
|
+
],
|
|
2707
|
+
"__typename": [
|
|
2708
|
+
1
|
|
2709
|
+
]
|
|
2710
|
+
},
|
|
2711
|
+
"InstagramMetric": {
|
|
2712
|
+
"name": [
|
|
2713
|
+
1
|
|
2714
|
+
],
|
|
2715
|
+
"period": [
|
|
2716
|
+
1
|
|
2717
|
+
],
|
|
2718
|
+
"values": [
|
|
2719
|
+
1
|
|
2720
|
+
],
|
|
2721
|
+
"__typename": [
|
|
2722
|
+
1
|
|
2723
|
+
]
|
|
2724
|
+
},
|
|
2725
|
+
"InstagramInsights": {
|
|
2726
|
+
"data": [
|
|
2727
|
+
105
|
|
2728
|
+
],
|
|
2729
|
+
"__typename": [
|
|
2730
|
+
1
|
|
2731
|
+
]
|
|
2732
|
+
},
|
|
2733
|
+
"InstagramMediaItem": {
|
|
2734
|
+
"id": [
|
|
2735
|
+
1
|
|
2736
|
+
],
|
|
2737
|
+
"caption": [
|
|
2738
|
+
1
|
|
2739
|
+
],
|
|
2740
|
+
"media_type": [
|
|
2741
|
+
1
|
|
2742
|
+
],
|
|
2743
|
+
"media_url": [
|
|
2744
|
+
1
|
|
2745
|
+
],
|
|
2746
|
+
"permalink": [
|
|
2747
|
+
1
|
|
2748
|
+
],
|
|
2749
|
+
"thumbnail_url": [
|
|
2750
|
+
1
|
|
2751
|
+
],
|
|
2752
|
+
"timestamp": [
|
|
2753
|
+
1
|
|
2754
|
+
],
|
|
2755
|
+
"username": [
|
|
2756
|
+
1
|
|
2757
|
+
],
|
|
2758
|
+
"like_count": [
|
|
2759
|
+
17
|
|
2760
|
+
],
|
|
2761
|
+
"comments_count": [
|
|
2762
|
+
17
|
|
2763
|
+
],
|
|
2764
|
+
"insights": [
|
|
2765
|
+
106
|
|
2766
|
+
],
|
|
2767
|
+
"__typename": [
|
|
2768
|
+
1
|
|
2769
|
+
]
|
|
2770
|
+
},
|
|
2771
|
+
"InstagramMediaData": {
|
|
2772
|
+
"data": [
|
|
2773
|
+
107
|
|
2774
|
+
],
|
|
2775
|
+
"paging": [
|
|
2776
|
+
104
|
|
2777
|
+
],
|
|
2778
|
+
"__typename": [
|
|
2779
|
+
1
|
|
2780
|
+
]
|
|
2781
|
+
},
|
|
2782
|
+
"InstagramUserData": {
|
|
2783
|
+
"user_id": [
|
|
2784
|
+
1
|
|
2785
|
+
],
|
|
2786
|
+
"username": [
|
|
2787
|
+
1
|
|
2788
|
+
],
|
|
2789
|
+
"name": [
|
|
2790
|
+
1
|
|
2791
|
+
],
|
|
2792
|
+
"account_type": [
|
|
2793
|
+
1
|
|
2794
|
+
],
|
|
2795
|
+
"followers_count": [
|
|
2796
|
+
1
|
|
2797
|
+
],
|
|
2798
|
+
"media_count": [
|
|
2799
|
+
17
|
|
2800
|
+
],
|
|
2801
|
+
"__typename": [
|
|
2802
|
+
1
|
|
2803
|
+
]
|
|
2804
|
+
},
|
|
2692
2805
|
"AthleteIntegrationReference": {
|
|
2693
2806
|
"_id": [
|
|
2694
2807
|
1
|
|
@@ -2705,6 +2818,18 @@ exports.default = {
|
|
|
2705
2818
|
"stravaAthleteData": [
|
|
2706
2819
|
102
|
|
2707
2820
|
],
|
|
2821
|
+
"hasInstagramIntegration": [
|
|
2822
|
+
2
|
|
2823
|
+
],
|
|
2824
|
+
"instagramTokenExpires": [
|
|
2825
|
+
14
|
|
2826
|
+
],
|
|
2827
|
+
"instagramUserData": [
|
|
2828
|
+
109
|
|
2829
|
+
],
|
|
2830
|
+
"instagramMediaData": [
|
|
2831
|
+
108
|
|
2832
|
+
],
|
|
2708
2833
|
"__typename": [
|
|
2709
2834
|
1
|
|
2710
2835
|
]
|
|
@@ -2745,7 +2870,7 @@ exports.default = {
|
|
|
2745
2870
|
2
|
|
2746
2871
|
],
|
|
2747
2872
|
"failureReason": [
|
|
2748
|
-
|
|
2873
|
+
112
|
|
2749
2874
|
],
|
|
2750
2875
|
"__typename": [
|
|
2751
2876
|
1
|
|
@@ -2764,7 +2889,7 @@ exports.default = {
|
|
|
2764
2889
|
},
|
|
2765
2890
|
"CursorPaginationResponse": {
|
|
2766
2891
|
"sort": [
|
|
2767
|
-
|
|
2892
|
+
114
|
|
2768
2893
|
],
|
|
2769
2894
|
"initialCursorId": [
|
|
2770
2895
|
1
|
|
@@ -2796,7 +2921,7 @@ exports.default = {
|
|
|
2796
2921
|
97
|
|
2797
2922
|
],
|
|
2798
2923
|
"cursor": [
|
|
2799
|
-
|
|
2924
|
+
115
|
|
2800
2925
|
],
|
|
2801
2926
|
"__typename": [
|
|
2802
2927
|
1
|
|
@@ -2827,7 +2952,7 @@ exports.default = {
|
|
|
2827
2952
|
1
|
|
2828
2953
|
],
|
|
2829
2954
|
"failureReason": [
|
|
2830
|
-
|
|
2955
|
+
112
|
|
2831
2956
|
],
|
|
2832
2957
|
"result": [
|
|
2833
2958
|
1
|
|
@@ -2841,7 +2966,7 @@ exports.default = {
|
|
|
2841
2966
|
1
|
|
2842
2967
|
],
|
|
2843
2968
|
"json": [
|
|
2844
|
-
|
|
2969
|
+
120
|
|
2845
2970
|
],
|
|
2846
2971
|
"__typename": [
|
|
2847
2972
|
1
|
|
@@ -2870,7 +2995,7 @@ exports.default = {
|
|
|
2870
2995
|
1
|
|
2871
2996
|
],
|
|
2872
2997
|
"failureReason": [
|
|
2873
|
-
|
|
2998
|
+
112
|
|
2874
2999
|
],
|
|
2875
3000
|
"result": [
|
|
2876
3001
|
1
|
|
@@ -3039,7 +3164,7 @@ exports.default = {
|
|
|
3039
3164
|
1
|
|
3040
3165
|
],
|
|
3041
3166
|
"invitations": [
|
|
3042
|
-
|
|
3167
|
+
132
|
|
3043
3168
|
],
|
|
3044
3169
|
"__typename": [
|
|
3045
3170
|
1
|
|
@@ -3102,7 +3227,7 @@ exports.default = {
|
|
|
3102
3227
|
1
|
|
3103
3228
|
],
|
|
3104
3229
|
"result": [
|
|
3105
|
-
|
|
3230
|
+
134
|
|
3106
3231
|
],
|
|
3107
3232
|
"cityId": [
|
|
3108
3233
|
1
|
|
@@ -3125,7 +3250,7 @@ exports.default = {
|
|
|
3125
3250
|
1
|
|
3126
3251
|
],
|
|
3127
3252
|
"result": [
|
|
3128
|
-
|
|
3253
|
+
134
|
|
3129
3254
|
],
|
|
3130
3255
|
"cityId": [
|
|
3131
3256
|
1
|
|
@@ -3161,13 +3286,13 @@ exports.default = {
|
|
|
3161
3286
|
},
|
|
3162
3287
|
"CursorPaginationDto": {
|
|
3163
3288
|
"sortCriteria": [
|
|
3164
|
-
|
|
3289
|
+
139
|
|
3165
3290
|
],
|
|
3166
3291
|
"limit": [
|
|
3167
3292
|
17
|
|
3168
3293
|
],
|
|
3169
3294
|
"cursorPosition": [
|
|
3170
|
-
|
|
3295
|
+
138
|
|
3171
3296
|
],
|
|
3172
3297
|
"__typename": [
|
|
3173
3298
|
1
|
|
@@ -3242,7 +3367,7 @@ exports.default = {
|
|
|
3242
3367
|
1
|
|
3243
3368
|
],
|
|
3244
3369
|
"currentCampaign": [
|
|
3245
|
-
|
|
3370
|
+
142
|
|
3246
3371
|
],
|
|
3247
3372
|
"sports": [
|
|
3248
3373
|
1
|
|
@@ -3298,10 +3423,10 @@ exports.default = {
|
|
|
3298
3423
|
},
|
|
3299
3424
|
"AthleteQueryDto": {
|
|
3300
3425
|
"cursor": [
|
|
3301
|
-
|
|
3426
|
+
140
|
|
3302
3427
|
],
|
|
3303
3428
|
"filters": [
|
|
3304
|
-
|
|
3429
|
+
143
|
|
3305
3430
|
],
|
|
3306
3431
|
"__typename": [
|
|
3307
3432
|
1
|
|
@@ -3312,7 +3437,7 @@ exports.default = {
|
|
|
3312
3437
|
1
|
|
3313
3438
|
],
|
|
3314
3439
|
"newPicture": [
|
|
3315
|
-
|
|
3440
|
+
146
|
|
3316
3441
|
],
|
|
3317
3442
|
"__typename": [
|
|
3318
3443
|
1
|
|
@@ -3346,10 +3471,7 @@ exports.default = {
|
|
|
3346
3471
|
1
|
|
3347
3472
|
],
|
|
3348
3473
|
"pictures": [
|
|
3349
|
-
|
|
3350
|
-
],
|
|
3351
|
-
"albumId": [
|
|
3352
|
-
1
|
|
3474
|
+
146
|
|
3353
3475
|
],
|
|
3354
3476
|
"__typename": [
|
|
3355
3477
|
1
|
|
@@ -3504,17 +3626,6 @@ exports.default = {
|
|
|
3504
3626
|
1
|
|
3505
3627
|
]
|
|
3506
3628
|
},
|
|
3507
|
-
"resetPasswordDto": {
|
|
3508
|
-
"code": [
|
|
3509
|
-
124
|
|
3510
|
-
],
|
|
3511
|
-
"newPassword": [
|
|
3512
|
-
1
|
|
3513
|
-
],
|
|
3514
|
-
"__typename": [
|
|
3515
|
-
1
|
|
3516
|
-
]
|
|
3517
|
-
},
|
|
3518
3629
|
"DeleteValuesDto": {
|
|
3519
3630
|
"idsToDelete": [
|
|
3520
3631
|
1
|
|
@@ -3562,7 +3673,7 @@ exports.default = {
|
|
|
3562
3673
|
17
|
|
3563
3674
|
],
|
|
3564
3675
|
"items": [
|
|
3565
|
-
|
|
3676
|
+
159
|
|
3566
3677
|
],
|
|
3567
3678
|
"__typename": [
|
|
3568
3679
|
1
|
|
@@ -3573,7 +3684,7 @@ exports.default = {
|
|
|
3573
3684
|
17
|
|
3574
3685
|
],
|
|
3575
3686
|
"items": [
|
|
3576
|
-
|
|
3687
|
+
159
|
|
3577
3688
|
],
|
|
3578
3689
|
"athleteCompetitionId": [
|
|
3579
3690
|
1
|
|
@@ -3608,10 +3719,10 @@ exports.default = {
|
|
|
3608
3719
|
14
|
|
3609
3720
|
],
|
|
3610
3721
|
"budget": [
|
|
3611
|
-
|
|
3722
|
+
161
|
|
3612
3723
|
],
|
|
3613
3724
|
"competitionBudgets": [
|
|
3614
|
-
|
|
3725
|
+
162
|
|
3615
3726
|
],
|
|
3616
3727
|
"competitionIds": [
|
|
3617
3728
|
1
|
|
@@ -3646,10 +3757,10 @@ exports.default = {
|
|
|
3646
3757
|
14
|
|
3647
3758
|
],
|
|
3648
3759
|
"budget": [
|
|
3649
|
-
|
|
3760
|
+
161
|
|
3650
3761
|
],
|
|
3651
3762
|
"competitionBudgets": [
|
|
3652
|
-
|
|
3763
|
+
162
|
|
3653
3764
|
],
|
|
3654
3765
|
"competitionIds": [
|
|
3655
3766
|
1
|
|
@@ -3686,7 +3797,7 @@ exports.default = {
|
|
|
3686
3797
|
1
|
|
3687
3798
|
],
|
|
3688
3799
|
"logo": [
|
|
3689
|
-
|
|
3800
|
+
146
|
|
3690
3801
|
],
|
|
3691
3802
|
"countryId": [
|
|
3692
3803
|
1
|
|
@@ -3848,7 +3959,7 @@ exports.default = {
|
|
|
3848
3959
|
31,
|
|
3849
3960
|
{
|
|
3850
3961
|
"input": [
|
|
3851
|
-
|
|
3962
|
+
172,
|
|
3852
3963
|
"AWSS3GetUploadDto!"
|
|
3853
3964
|
]
|
|
3854
3965
|
}
|
|
@@ -3910,7 +4021,7 @@ exports.default = {
|
|
|
3910
4021
|
98,
|
|
3911
4022
|
{
|
|
3912
4023
|
"input": [
|
|
3913
|
-
|
|
4024
|
+
173,
|
|
3914
4025
|
"FindSponsorAthleteInvitationDto!"
|
|
3915
4026
|
]
|
|
3916
4027
|
}
|
|
@@ -3919,10 +4030,10 @@ exports.default = {
|
|
|
3919
4030
|
97
|
|
3920
4031
|
],
|
|
3921
4032
|
"queryAthleteFundingCampaigns": [
|
|
3922
|
-
|
|
4033
|
+
116,
|
|
3923
4034
|
{
|
|
3924
4035
|
"input": [
|
|
3925
|
-
|
|
4036
|
+
144,
|
|
3926
4037
|
"AthleteQueryDto!"
|
|
3927
4038
|
]
|
|
3928
4039
|
}
|
|
@@ -3970,7 +4081,7 @@ exports.default = {
|
|
|
3970
4081
|
78,
|
|
3971
4082
|
{
|
|
3972
4083
|
"input": [
|
|
3973
|
-
|
|
4084
|
+
174,
|
|
3974
4085
|
"GetAthleteCompetitionsDto!"
|
|
3975
4086
|
]
|
|
3976
4087
|
}
|
|
@@ -3994,19 +4105,10 @@ exports.default = {
|
|
|
3994
4105
|
}
|
|
3995
4106
|
],
|
|
3996
4107
|
"getAthleteAlbums": [
|
|
3997
|
-
|
|
3998
|
-
],
|
|
3999
|
-
"getAndSetAlbumById": [
|
|
4000
|
-
85,
|
|
4001
|
-
{
|
|
4002
|
-
"input": [
|
|
4003
|
-
1,
|
|
4004
|
-
"String!"
|
|
4005
|
-
]
|
|
4006
|
-
}
|
|
4108
|
+
95
|
|
4007
4109
|
],
|
|
4008
4110
|
"getAthleteAlbumId": [
|
|
4009
|
-
|
|
4111
|
+
95,
|
|
4010
4112
|
{
|
|
4011
4113
|
"input": [
|
|
4012
4114
|
1,
|
|
@@ -4015,10 +4117,10 @@ exports.default = {
|
|
|
4015
4117
|
}
|
|
4016
4118
|
],
|
|
4017
4119
|
"queryAthleteWithFilter": [
|
|
4018
|
-
|
|
4120
|
+
116,
|
|
4019
4121
|
{
|
|
4020
4122
|
"input": [
|
|
4021
|
-
|
|
4123
|
+
144,
|
|
4022
4124
|
"AthleteQueryDto!"
|
|
4023
4125
|
]
|
|
4024
4126
|
}
|
|
@@ -4090,7 +4192,7 @@ exports.default = {
|
|
|
4090
4192
|
0,
|
|
4091
4193
|
{
|
|
4092
4194
|
"input": [
|
|
4093
|
-
|
|
4195
|
+
175,
|
|
4094
4196
|
"FindVtxUserDto!"
|
|
4095
4197
|
]
|
|
4096
4198
|
}
|
|
@@ -4109,7 +4211,7 @@ exports.default = {
|
|
|
4109
4211
|
}
|
|
4110
4212
|
],
|
|
4111
4213
|
"getUserImagesFromEmail": [
|
|
4112
|
-
|
|
4214
|
+
121,
|
|
4113
4215
|
{
|
|
4114
4216
|
"loginEmail": [
|
|
4115
4217
|
1,
|
|
@@ -4117,24 +4219,6 @@ exports.default = {
|
|
|
4117
4219
|
]
|
|
4118
4220
|
}
|
|
4119
4221
|
],
|
|
4120
|
-
"getResetVerificationCode": [
|
|
4121
|
-
28,
|
|
4122
|
-
{
|
|
4123
|
-
"input": [
|
|
4124
|
-
1,
|
|
4125
|
-
"String!"
|
|
4126
|
-
]
|
|
4127
|
-
}
|
|
4128
|
-
],
|
|
4129
|
-
"verifyCode": [
|
|
4130
|
-
35,
|
|
4131
|
-
{
|
|
4132
|
-
"input": [
|
|
4133
|
-
124,
|
|
4134
|
-
"VerifyCodeDto!"
|
|
4135
|
-
]
|
|
4136
|
-
}
|
|
4137
|
-
],
|
|
4138
4222
|
"getStravaLoginUrl": [
|
|
4139
4223
|
1
|
|
4140
4224
|
],
|
|
@@ -4142,7 +4226,7 @@ exports.default = {
|
|
|
4142
4226
|
74,
|
|
4143
4227
|
{
|
|
4144
4228
|
"input": [
|
|
4145
|
-
|
|
4229
|
+
176,
|
|
4146
4230
|
"GetSportEventsDto!"
|
|
4147
4231
|
]
|
|
4148
4232
|
}
|
|
@@ -4150,14 +4234,20 @@ exports.default = {
|
|
|
4150
4234
|
"getMembershipOrganizations": [
|
|
4151
4235
|
79
|
|
4152
4236
|
],
|
|
4153
|
-
"
|
|
4154
|
-
|
|
4237
|
+
"getAthleteStravaIntegration": [
|
|
4238
|
+
110
|
|
4239
|
+
],
|
|
4240
|
+
"getAthleteInstagramIntegration": [
|
|
4241
|
+
110
|
|
4242
|
+
],
|
|
4243
|
+
"getAthleteIntegrations": [
|
|
4244
|
+
110
|
|
4155
4245
|
],
|
|
4156
4246
|
"stripeQuery": [
|
|
4157
|
-
|
|
4247
|
+
119,
|
|
4158
4248
|
{
|
|
4159
4249
|
"input": [
|
|
4160
|
-
|
|
4250
|
+
169,
|
|
4161
4251
|
"StripeQueryDto!"
|
|
4162
4252
|
]
|
|
4163
4253
|
}
|
|
@@ -4166,7 +4256,7 @@ exports.default = {
|
|
|
4166
4256
|
34,
|
|
4167
4257
|
{
|
|
4168
4258
|
"input": [
|
|
4169
|
-
|
|
4259
|
+
129,
|
|
4170
4260
|
"GetDatabaseFileDto!"
|
|
4171
4261
|
]
|
|
4172
4262
|
}
|
|
@@ -4232,7 +4322,7 @@ exports.default = {
|
|
|
4232
4322
|
5,
|
|
4233
4323
|
{
|
|
4234
4324
|
"tenant": [
|
|
4235
|
-
|
|
4325
|
+
178,
|
|
4236
4326
|
"CreateTenantInput!"
|
|
4237
4327
|
]
|
|
4238
4328
|
}
|
|
@@ -4241,7 +4331,7 @@ exports.default = {
|
|
|
4241
4331
|
11,
|
|
4242
4332
|
{
|
|
4243
4333
|
"tenant": [
|
|
4244
|
-
|
|
4334
|
+
178,
|
|
4245
4335
|
"CreateTenantInput!"
|
|
4246
4336
|
]
|
|
4247
4337
|
}
|
|
@@ -4250,7 +4340,7 @@ exports.default = {
|
|
|
4250
4340
|
3,
|
|
4251
4341
|
{
|
|
4252
4342
|
"user": [
|
|
4253
|
-
|
|
4343
|
+
179,
|
|
4254
4344
|
"CreateActiveUserInput!"
|
|
4255
4345
|
]
|
|
4256
4346
|
}
|
|
@@ -4285,7 +4375,7 @@ exports.default = {
|
|
|
4285
4375
|
0,
|
|
4286
4376
|
{
|
|
4287
4377
|
"input": [
|
|
4288
|
-
|
|
4378
|
+
180,
|
|
4289
4379
|
"RegisterUserToDomainFromEmailInput!"
|
|
4290
4380
|
]
|
|
4291
4381
|
}
|
|
@@ -4294,7 +4384,7 @@ exports.default = {
|
|
|
4294
4384
|
8,
|
|
4295
4385
|
{
|
|
4296
4386
|
"dto": [
|
|
4297
|
-
|
|
4387
|
+
181,
|
|
4298
4388
|
"RefreshTokenInput!"
|
|
4299
4389
|
]
|
|
4300
4390
|
}
|
|
@@ -4303,7 +4393,7 @@ exports.default = {
|
|
|
4303
4393
|
32,
|
|
4304
4394
|
{
|
|
4305
4395
|
"input": [
|
|
4306
|
-
|
|
4396
|
+
182,
|
|
4307
4397
|
"AWSS3DeleteUseTypeFileDto!"
|
|
4308
4398
|
]
|
|
4309
4399
|
}
|
|
@@ -4312,7 +4402,7 @@ exports.default = {
|
|
|
4312
4402
|
32,
|
|
4313
4403
|
{
|
|
4314
4404
|
"input": [
|
|
4315
|
-
|
|
4405
|
+
183,
|
|
4316
4406
|
"AWSS3DeleteBucketFileDto!"
|
|
4317
4407
|
]
|
|
4318
4408
|
}
|
|
@@ -4321,7 +4411,7 @@ exports.default = {
|
|
|
4321
4411
|
32,
|
|
4322
4412
|
{
|
|
4323
4413
|
"input": [
|
|
4324
|
-
|
|
4414
|
+
184,
|
|
4325
4415
|
"AWSS3DeleteUseTypeKeyDto!"
|
|
4326
4416
|
]
|
|
4327
4417
|
}
|
|
@@ -4330,7 +4420,7 @@ exports.default = {
|
|
|
4330
4420
|
26,
|
|
4331
4421
|
{
|
|
4332
4422
|
"input": [
|
|
4333
|
-
|
|
4423
|
+
146,
|
|
4334
4424
|
"AWSS3UploadedFileDto!"
|
|
4335
4425
|
]
|
|
4336
4426
|
}
|
|
@@ -4339,7 +4429,7 @@ exports.default = {
|
|
|
4339
4429
|
55,
|
|
4340
4430
|
{
|
|
4341
4431
|
"input": [
|
|
4342
|
-
|
|
4432
|
+
185,
|
|
4343
4433
|
"CreateIndustryDto!"
|
|
4344
4434
|
]
|
|
4345
4435
|
}
|
|
@@ -4348,7 +4438,7 @@ exports.default = {
|
|
|
4348
4438
|
38,
|
|
4349
4439
|
{
|
|
4350
4440
|
"input": [
|
|
4351
|
-
|
|
4441
|
+
186,
|
|
4352
4442
|
"CreateBrandDto!"
|
|
4353
4443
|
]
|
|
4354
4444
|
}
|
|
@@ -4357,7 +4447,7 @@ exports.default = {
|
|
|
4357
4447
|
58,
|
|
4358
4448
|
{
|
|
4359
4449
|
"input": [
|
|
4360
|
-
|
|
4450
|
+
188,
|
|
4361
4451
|
"RegisterSponsorInput!"
|
|
4362
4452
|
]
|
|
4363
4453
|
}
|
|
@@ -4366,7 +4456,7 @@ exports.default = {
|
|
|
4366
4456
|
58,
|
|
4367
4457
|
{
|
|
4368
4458
|
"input": [
|
|
4369
|
-
|
|
4459
|
+
189,
|
|
4370
4460
|
"CreateSponsorDto!"
|
|
4371
4461
|
]
|
|
4372
4462
|
}
|
|
@@ -4375,7 +4465,7 @@ exports.default = {
|
|
|
4375
4465
|
98,
|
|
4376
4466
|
{
|
|
4377
4467
|
"input": [
|
|
4378
|
-
|
|
4468
|
+
133,
|
|
4379
4469
|
"InviteAthletesDto!"
|
|
4380
4470
|
]
|
|
4381
4471
|
}
|
|
@@ -4384,79 +4474,100 @@ exports.default = {
|
|
|
4384
4474
|
97,
|
|
4385
4475
|
{
|
|
4386
4476
|
"input": [
|
|
4387
|
-
|
|
4477
|
+
190,
|
|
4388
4478
|
"RegisterAthleteDto!"
|
|
4389
4479
|
]
|
|
4390
4480
|
}
|
|
4391
4481
|
],
|
|
4392
4482
|
"editProfileValue": [
|
|
4393
|
-
|
|
4483
|
+
111,
|
|
4394
4484
|
{
|
|
4395
4485
|
"input": [
|
|
4396
|
-
|
|
4486
|
+
191,
|
|
4397
4487
|
"EditValueDto!"
|
|
4398
4488
|
]
|
|
4399
4489
|
}
|
|
4400
4490
|
],
|
|
4401
4491
|
"editPicture": [
|
|
4402
|
-
|
|
4492
|
+
117,
|
|
4403
4493
|
{
|
|
4404
4494
|
"input": [
|
|
4405
|
-
|
|
4495
|
+
145,
|
|
4406
4496
|
"EditPictureDto!"
|
|
4407
4497
|
]
|
|
4408
4498
|
}
|
|
4409
4499
|
],
|
|
4410
4500
|
"AddAlbumPictures": [
|
|
4411
|
-
|
|
4501
|
+
118,
|
|
4412
4502
|
{
|
|
4413
4503
|
"input": [
|
|
4414
|
-
|
|
4504
|
+
147,
|
|
4415
4505
|
"UploadAlbumsPicturesDto!"
|
|
4416
4506
|
]
|
|
4417
4507
|
}
|
|
4418
4508
|
],
|
|
4509
|
+
"DeletePictureBuket": [
|
|
4510
|
+
113,
|
|
4511
|
+
{
|
|
4512
|
+
"input": [
|
|
4513
|
+
182,
|
|
4514
|
+
"AWSS3DeleteUseTypeFileDto!"
|
|
4515
|
+
]
|
|
4516
|
+
}
|
|
4517
|
+
],
|
|
4419
4518
|
"addAthleteCompetition": [
|
|
4420
4519
|
78,
|
|
4421
4520
|
{
|
|
4422
4521
|
"input": [
|
|
4423
|
-
|
|
4522
|
+
136,
|
|
4424
4523
|
"CreateAthleteCompetitionDto!"
|
|
4425
4524
|
]
|
|
4426
4525
|
}
|
|
4427
4526
|
],
|
|
4428
4527
|
"deleteAthleteCompetition": [
|
|
4429
|
-
|
|
4528
|
+
113,
|
|
4430
4529
|
{
|
|
4431
4530
|
"input": [
|
|
4432
|
-
|
|
4531
|
+
141,
|
|
4433
4532
|
"DeleteSingleValueDto!"
|
|
4434
4533
|
]
|
|
4435
4534
|
}
|
|
4436
4535
|
],
|
|
4437
4536
|
"createAthleteAlbum": [
|
|
4438
|
-
|
|
4537
|
+
95,
|
|
4439
4538
|
{
|
|
4440
4539
|
"input": [
|
|
4441
|
-
|
|
4540
|
+
147,
|
|
4442
4541
|
"UploadAlbumsPicturesDto!"
|
|
4443
4542
|
]
|
|
4444
4543
|
}
|
|
4445
4544
|
],
|
|
4446
4545
|
"deleteAthleteAlbum": [
|
|
4447
|
-
|
|
4546
|
+
113,
|
|
4448
4547
|
{
|
|
4449
4548
|
"input": [
|
|
4450
|
-
|
|
4549
|
+
141,
|
|
4451
4550
|
"DeleteSingleValueDto!"
|
|
4452
4551
|
]
|
|
4453
4552
|
}
|
|
4454
4553
|
],
|
|
4554
|
+
"saveAthleteCompetitionResult": [
|
|
4555
|
+
75,
|
|
4556
|
+
{
|
|
4557
|
+
"input": [
|
|
4558
|
+
135,
|
|
4559
|
+
"SetCompetitionResultDto!"
|
|
4560
|
+
]
|
|
4561
|
+
}
|
|
4562
|
+
],
|
|
4563
|
+
"updateAthleteTpiScore": [
|
|
4564
|
+
97
|
|
4565
|
+
],
|
|
4455
4566
|
"createSport": [
|
|
4456
4567
|
66,
|
|
4457
4568
|
{
|
|
4458
4569
|
"input": [
|
|
4459
|
-
|
|
4570
|
+
192,
|
|
4460
4571
|
"CreateSportDto!"
|
|
4461
4572
|
]
|
|
4462
4573
|
}
|
|
@@ -4465,7 +4576,7 @@ exports.default = {
|
|
|
4465
4576
|
66,
|
|
4466
4577
|
{
|
|
4467
4578
|
"input": [
|
|
4468
|
-
|
|
4579
|
+
193,
|
|
4469
4580
|
"UpdateSportDto!"
|
|
4470
4581
|
]
|
|
4471
4582
|
}
|
|
@@ -4474,7 +4585,7 @@ exports.default = {
|
|
|
4474
4585
|
69,
|
|
4475
4586
|
{
|
|
4476
4587
|
"input": [
|
|
4477
|
-
|
|
4588
|
+
194,
|
|
4478
4589
|
"CreateSportLevelDto!"
|
|
4479
4590
|
]
|
|
4480
4591
|
}
|
|
@@ -4483,7 +4594,7 @@ exports.default = {
|
|
|
4483
4594
|
64,
|
|
4484
4595
|
{
|
|
4485
4596
|
"input": [
|
|
4486
|
-
|
|
4597
|
+
196,
|
|
4487
4598
|
"CreateSponsorshipDto!"
|
|
4488
4599
|
]
|
|
4489
4600
|
}
|
|
@@ -4492,7 +4603,7 @@ exports.default = {
|
|
|
4492
4603
|
44,
|
|
4493
4604
|
{
|
|
4494
4605
|
"input": [
|
|
4495
|
-
|
|
4606
|
+
203,
|
|
4496
4607
|
"CreateCountryDto!"
|
|
4497
4608
|
]
|
|
4498
4609
|
}
|
|
@@ -4501,7 +4612,7 @@ exports.default = {
|
|
|
4501
4612
|
43,
|
|
4502
4613
|
{
|
|
4503
4614
|
"input": [
|
|
4504
|
-
|
|
4615
|
+
204,
|
|
4505
4616
|
"CreateStateDto!"
|
|
4506
4617
|
]
|
|
4507
4618
|
}
|
|
@@ -4510,7 +4621,7 @@ exports.default = {
|
|
|
4510
4621
|
42,
|
|
4511
4622
|
{
|
|
4512
4623
|
"input": [
|
|
4513
|
-
|
|
4624
|
+
205,
|
|
4514
4625
|
"CreateCityDto!"
|
|
4515
4626
|
]
|
|
4516
4627
|
}
|
|
@@ -4519,7 +4630,7 @@ exports.default = {
|
|
|
4519
4630
|
28,
|
|
4520
4631
|
{
|
|
4521
4632
|
"input": [
|
|
4522
|
-
|
|
4633
|
+
157,
|
|
4523
4634
|
"RegisterUserDto!"
|
|
4524
4635
|
]
|
|
4525
4636
|
}
|
|
@@ -4528,7 +4639,7 @@ exports.default = {
|
|
|
4528
4639
|
3,
|
|
4529
4640
|
{
|
|
4530
4641
|
"input": [
|
|
4531
|
-
|
|
4642
|
+
131,
|
|
4532
4643
|
"VerifyCodeDto!"
|
|
4533
4644
|
]
|
|
4534
4645
|
}
|
|
@@ -4537,7 +4648,7 @@ exports.default = {
|
|
|
4537
4648
|
0,
|
|
4538
4649
|
{
|
|
4539
4650
|
"input": [
|
|
4540
|
-
|
|
4651
|
+
131,
|
|
4541
4652
|
"VerifyCodeDto!"
|
|
4542
4653
|
]
|
|
4543
4654
|
}
|
|
@@ -4546,7 +4657,7 @@ exports.default = {
|
|
|
4546
4657
|
0,
|
|
4547
4658
|
{
|
|
4548
4659
|
"input": [
|
|
4549
|
-
|
|
4660
|
+
157,
|
|
4550
4661
|
"RegisterUserDto!"
|
|
4551
4662
|
]
|
|
4552
4663
|
}
|
|
@@ -4555,7 +4666,7 @@ exports.default = {
|
|
|
4555
4666
|
0,
|
|
4556
4667
|
{
|
|
4557
4668
|
"input": [
|
|
4558
|
-
|
|
4669
|
+
157,
|
|
4559
4670
|
"RegisterUserDto!"
|
|
4560
4671
|
]
|
|
4561
4672
|
}
|
|
@@ -4573,29 +4684,11 @@ exports.default = {
|
|
|
4573
4684
|
]
|
|
4574
4685
|
}
|
|
4575
4686
|
],
|
|
4576
|
-
"createResetPasswordCode": [
|
|
4577
|
-
104,
|
|
4578
|
-
{
|
|
4579
|
-
"input": [
|
|
4580
|
-
1,
|
|
4581
|
-
"String!"
|
|
4582
|
-
]
|
|
4583
|
-
}
|
|
4584
|
-
],
|
|
4585
|
-
"resetUserPassword": [
|
|
4586
|
-
104,
|
|
4587
|
-
{
|
|
4588
|
-
"input": [
|
|
4589
|
-
151,
|
|
4590
|
-
"resetPasswordDto!"
|
|
4591
|
-
]
|
|
4592
|
-
}
|
|
4593
|
-
],
|
|
4594
4687
|
"handleStravaCallback": [
|
|
4595
4688
|
99,
|
|
4596
4689
|
{
|
|
4597
4690
|
"data": [
|
|
4598
|
-
|
|
4691
|
+
206,
|
|
4599
4692
|
"RegisterStravaDto!"
|
|
4600
4693
|
]
|
|
4601
4694
|
}
|
|
@@ -4613,25 +4706,25 @@ exports.default = {
|
|
|
4613
4706
|
74,
|
|
4614
4707
|
{
|
|
4615
4708
|
"input": [
|
|
4616
|
-
|
|
4709
|
+
207,
|
|
4617
4710
|
"CreateSportEventDto!"
|
|
4618
4711
|
]
|
|
4619
4712
|
}
|
|
4620
4713
|
],
|
|
4621
4714
|
"setFundingStatus": [
|
|
4622
|
-
|
|
4715
|
+
85,
|
|
4623
4716
|
{
|
|
4624
4717
|
"input": [
|
|
4625
|
-
|
|
4718
|
+
165,
|
|
4626
4719
|
"SetFundingStatusDto!"
|
|
4627
4720
|
]
|
|
4628
4721
|
}
|
|
4629
4722
|
],
|
|
4630
4723
|
"createFundingCampaign": [
|
|
4631
|
-
|
|
4724
|
+
85,
|
|
4632
4725
|
{
|
|
4633
4726
|
"input": [
|
|
4634
|
-
|
|
4727
|
+
163,
|
|
4635
4728
|
"CreateFundingCampaignDto!"
|
|
4636
4729
|
]
|
|
4637
4730
|
}
|
|
@@ -4640,7 +4733,7 @@ exports.default = {
|
|
|
4640
4733
|
79,
|
|
4641
4734
|
{
|
|
4642
4735
|
"input": [
|
|
4643
|
-
|
|
4736
|
+
166,
|
|
4644
4737
|
"CreateMembershipOrganizationDto!"
|
|
4645
4738
|
]
|
|
4646
4739
|
}
|
|
@@ -4649,28 +4742,34 @@ exports.default = {
|
|
|
4649
4742
|
81,
|
|
4650
4743
|
{
|
|
4651
4744
|
"input": [
|
|
4652
|
-
|
|
4745
|
+
167,
|
|
4653
4746
|
"CreateAthleteMembershipDto!"
|
|
4654
4747
|
]
|
|
4655
4748
|
}
|
|
4656
4749
|
],
|
|
4657
4750
|
"deleteAthleteMembershipAffilation": [
|
|
4658
|
-
|
|
4751
|
+
113,
|
|
4659
4752
|
{
|
|
4660
4753
|
"input": [
|
|
4661
|
-
|
|
4754
|
+
141,
|
|
4662
4755
|
"DeleteSingleValueDto!"
|
|
4663
4756
|
]
|
|
4664
4757
|
}
|
|
4665
4758
|
],
|
|
4666
|
-
"
|
|
4667
|
-
2
|
|
4759
|
+
"updateAthleteIntegration": [
|
|
4760
|
+
2,
|
|
4761
|
+
{
|
|
4762
|
+
"type": [
|
|
4763
|
+
1,
|
|
4764
|
+
"String!"
|
|
4765
|
+
]
|
|
4766
|
+
}
|
|
4668
4767
|
],
|
|
4669
4768
|
"createStripeAccount": [
|
|
4670
|
-
|
|
4769
|
+
93,
|
|
4671
4770
|
{
|
|
4672
4771
|
"input": [
|
|
4673
|
-
|
|
4772
|
+
208,
|
|
4674
4773
|
"CreateStripeAccountDto!"
|
|
4675
4774
|
]
|
|
4676
4775
|
}
|
|
@@ -4682,7 +4781,7 @@ exports.default = {
|
|
|
4682
4781
|
101,
|
|
4683
4782
|
{
|
|
4684
4783
|
"input": [
|
|
4685
|
-
|
|
4784
|
+
168,
|
|
4686
4785
|
"DonationCheckoutDto!"
|
|
4687
4786
|
]
|
|
4688
4787
|
}
|
|
@@ -4805,13 +4904,13 @@ exports.default = {
|
|
|
4805
4904
|
1
|
|
4806
4905
|
],
|
|
4807
4906
|
"logo": [
|
|
4808
|
-
|
|
4907
|
+
146
|
|
4809
4908
|
],
|
|
4810
4909
|
"banner": [
|
|
4811
|
-
|
|
4910
|
+
146
|
|
4812
4911
|
],
|
|
4813
4912
|
"translations": [
|
|
4814
|
-
|
|
4913
|
+
187
|
|
4815
4914
|
],
|
|
4816
4915
|
"__typename": [
|
|
4817
4916
|
1
|
|
@@ -4834,10 +4933,10 @@ exports.default = {
|
|
|
4834
4933
|
1
|
|
4835
4934
|
],
|
|
4836
4935
|
"logo": [
|
|
4837
|
-
|
|
4936
|
+
146
|
|
4838
4937
|
],
|
|
4839
4938
|
"banner": [
|
|
4840
|
-
|
|
4939
|
+
146
|
|
4841
4940
|
],
|
|
4842
4941
|
"__typename": [
|
|
4843
4942
|
1
|
|
@@ -4942,10 +5041,10 @@ exports.default = {
|
|
|
4942
5041
|
1
|
|
4943
5042
|
],
|
|
4944
5043
|
"profilePicture": [
|
|
4945
|
-
|
|
5044
|
+
146
|
|
4946
5045
|
],
|
|
4947
5046
|
"cardPicture": [
|
|
4948
|
-
|
|
5047
|
+
146
|
|
4949
5048
|
],
|
|
4950
5049
|
"__typename": [
|
|
4951
5050
|
1
|
|
@@ -4998,7 +5097,7 @@ exports.default = {
|
|
|
4998
5097
|
17
|
|
4999
5098
|
],
|
|
5000
5099
|
"translations": [
|
|
5001
|
-
|
|
5100
|
+
195
|
|
5002
5101
|
],
|
|
5003
5102
|
"__typename": [
|
|
5004
5103
|
1
|
|
@@ -5032,10 +5131,10 @@ exports.default = {
|
|
|
5032
5131
|
17
|
|
5033
5132
|
],
|
|
5034
5133
|
"banner": [
|
|
5035
|
-
|
|
5134
|
+
146
|
|
5036
5135
|
],
|
|
5037
5136
|
"criteria": [
|
|
5038
|
-
|
|
5137
|
+
197
|
|
5039
5138
|
],
|
|
5040
5139
|
"deadline": [
|
|
5041
5140
|
14
|
|
@@ -5044,13 +5143,13 @@ exports.default = {
|
|
|
5044
5143
|
14
|
|
5045
5144
|
],
|
|
5046
5145
|
"duration": [
|
|
5047
|
-
|
|
5146
|
+
199
|
|
5048
5147
|
],
|
|
5049
5148
|
"sponsorshipItems": [
|
|
5050
|
-
|
|
5149
|
+
200
|
|
5051
5150
|
],
|
|
5052
5151
|
"commitments": [
|
|
5053
|
-
|
|
5152
|
+
201
|
|
5054
5153
|
],
|
|
5055
5154
|
"terms": [
|
|
5056
5155
|
1
|
|
@@ -5062,7 +5161,7 @@ exports.default = {
|
|
|
5062
5161
|
2
|
|
5063
5162
|
],
|
|
5064
5163
|
"translations": [
|
|
5065
|
-
|
|
5164
|
+
202
|
|
5066
5165
|
],
|
|
5067
5166
|
"__typename": [
|
|
5068
5167
|
1
|
|
@@ -5076,7 +5175,7 @@ exports.default = {
|
|
|
5076
5175
|
1
|
|
5077
5176
|
],
|
|
5078
5177
|
"qualificationsBag": [
|
|
5079
|
-
|
|
5178
|
+
198
|
|
5080
5179
|
],
|
|
5081
5180
|
"__typename": [
|
|
5082
5181
|
1
|
|
@@ -5084,28 +5183,28 @@ exports.default = {
|
|
|
5084
5183
|
},
|
|
5085
5184
|
"QualificationsBagDto": {
|
|
5086
5185
|
"ageQualifications": [
|
|
5087
|
-
|
|
5186
|
+
149
|
|
5088
5187
|
],
|
|
5089
5188
|
"genderQualifications": [
|
|
5090
|
-
|
|
5189
|
+
150
|
|
5091
5190
|
],
|
|
5092
5191
|
"scoreQualifications": [
|
|
5093
|
-
|
|
5192
|
+
152
|
|
5094
5193
|
],
|
|
5095
5194
|
"locationQualifications": [
|
|
5096
|
-
|
|
5195
|
+
153
|
|
5097
5196
|
],
|
|
5098
5197
|
"nationalityQualifications": [
|
|
5099
|
-
|
|
5198
|
+
151
|
|
5100
5199
|
],
|
|
5101
5200
|
"distanceQualifications": [
|
|
5102
|
-
|
|
5201
|
+
154
|
|
5103
5202
|
],
|
|
5104
5203
|
"sportsQualifications": [
|
|
5105
|
-
|
|
5204
|
+
155
|
|
5106
5205
|
],
|
|
5107
5206
|
"levelQualifications": [
|
|
5108
|
-
|
|
5207
|
+
156
|
|
5109
5208
|
],
|
|
5110
5209
|
"__typename": [
|
|
5111
5210
|
1
|
|
@@ -5182,7 +5281,7 @@ exports.default = {
|
|
|
5182
5281
|
1
|
|
5183
5282
|
],
|
|
5184
5283
|
"banner": [
|
|
5185
|
-
|
|
5284
|
+
146
|
|
5186
5285
|
],
|
|
5187
5286
|
"terms": [
|
|
5188
5287
|
1
|
|
@@ -5300,7 +5399,7 @@ exports.default = {
|
|
|
5300
5399
|
1
|
|
5301
5400
|
],
|
|
5302
5401
|
"banner": [
|
|
5303
|
-
|
|
5402
|
+
146
|
|
5304
5403
|
],
|
|
5305
5404
|
"__typename": [
|
|
5306
5405
|
1
|