@vertikalx/vtx-backend-client 1.0.0-dev-daniel.166 → 1.0.0-dev-daniel.167
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/client/schema.d.ts +18 -0
- package/src/client/schema.graphql +7 -0
- package/src/client/schema.js +8 -1
- package/src/client/schema.js.map +1 -1
- package/src/client/types.d.ts +7 -0
- package/src/client/types.js +94 -77
- package/src/client/types.js.map +1 -1
- package/tsconfig.lib.tsbuildinfo +1 -1
package/src/client/types.js
CHANGED
|
@@ -1670,7 +1670,7 @@ exports.default = {
|
|
|
1670
1670
|
74
|
|
1671
1671
|
],
|
|
1672
1672
|
"athlete": [
|
|
1673
|
-
|
|
1673
|
+
80
|
|
1674
1674
|
],
|
|
1675
1675
|
"membershipNumber": [
|
|
1676
1676
|
1
|
|
@@ -1725,6 +1725,17 @@ exports.default = {
|
|
|
1725
1725
|
1
|
|
1726
1726
|
]
|
|
1727
1727
|
},
|
|
1728
|
+
"AthletePreferences": {
|
|
1729
|
+
"_id": [
|
|
1730
|
+
1
|
|
1731
|
+
],
|
|
1732
|
+
"showProfileHelper": [
|
|
1733
|
+
2
|
|
1734
|
+
],
|
|
1735
|
+
"__typename": [
|
|
1736
|
+
1
|
|
1737
|
+
]
|
|
1738
|
+
},
|
|
1728
1739
|
"AthleteReference": {
|
|
1729
1740
|
"_id": [
|
|
1730
1741
|
1
|
|
@@ -1789,6 +1800,9 @@ exports.default = {
|
|
|
1789
1800
|
"aboutMe": [
|
|
1790
1801
|
1
|
|
1791
1802
|
],
|
|
1803
|
+
"preferences": [
|
|
1804
|
+
79
|
|
1805
|
+
],
|
|
1792
1806
|
"__typename": [
|
|
1793
1807
|
1
|
|
1794
1808
|
]
|
|
@@ -1857,6 +1871,9 @@ exports.default = {
|
|
|
1857
1871
|
"aboutMe": [
|
|
1858
1872
|
1
|
|
1859
1873
|
],
|
|
1874
|
+
"preferences": [
|
|
1875
|
+
79
|
|
1876
|
+
],
|
|
1860
1877
|
"allSports": [
|
|
1861
1878
|
61
|
|
1862
1879
|
],
|
|
@@ -2056,7 +2073,7 @@ exports.default = {
|
|
|
2056
2073
|
1
|
|
2057
2074
|
],
|
|
2058
2075
|
"invitations": [
|
|
2059
|
-
|
|
2076
|
+
89
|
|
2060
2077
|
],
|
|
2061
2078
|
"__typename": [
|
|
2062
2079
|
1
|
|
@@ -2119,7 +2136,7 @@ exports.default = {
|
|
|
2119
2136
|
1
|
|
2120
2137
|
],
|
|
2121
2138
|
"result": [
|
|
2122
|
-
|
|
2139
|
+
91
|
|
2123
2140
|
],
|
|
2124
2141
|
"cityId": [
|
|
2125
2142
|
1
|
|
@@ -2142,7 +2159,7 @@ exports.default = {
|
|
|
2142
2159
|
1
|
|
2143
2160
|
],
|
|
2144
2161
|
"result": [
|
|
2145
|
-
|
|
2162
|
+
91
|
|
2146
2163
|
],
|
|
2147
2164
|
"cityId": [
|
|
2148
2165
|
1
|
|
@@ -2373,7 +2390,7 @@ exports.default = {
|
|
|
2373
2390
|
31,
|
|
2374
2391
|
{
|
|
2375
2392
|
"input": [
|
|
2376
|
-
|
|
2393
|
+
106,
|
|
2377
2394
|
"AWSS3GetUploadDto!"
|
|
2378
2395
|
]
|
|
2379
2396
|
}
|
|
@@ -2432,19 +2449,19 @@ exports.default = {
|
|
|
2432
2449
|
53
|
|
2433
2450
|
],
|
|
2434
2451
|
"findSponsorAthleteInvitation": [
|
|
2435
|
-
|
|
2452
|
+
82,
|
|
2436
2453
|
{
|
|
2437
2454
|
"input": [
|
|
2438
|
-
|
|
2455
|
+
107,
|
|
2439
2456
|
"FindSponsorAthleteInvitationDto!"
|
|
2440
2457
|
]
|
|
2441
2458
|
}
|
|
2442
2459
|
],
|
|
2443
2460
|
"getAthletes": [
|
|
2444
|
-
|
|
2461
|
+
81
|
|
2445
2462
|
],
|
|
2446
2463
|
"searchAthletes": [
|
|
2447
|
-
|
|
2464
|
+
81,
|
|
2448
2465
|
{
|
|
2449
2466
|
"searchString": [
|
|
2450
2467
|
1,
|
|
@@ -2453,7 +2470,7 @@ exports.default = {
|
|
|
2453
2470
|
}
|
|
2454
2471
|
],
|
|
2455
2472
|
"findAthleteById": [
|
|
2456
|
-
|
|
2473
|
+
81,
|
|
2457
2474
|
{
|
|
2458
2475
|
"athleteId": [
|
|
2459
2476
|
1,
|
|
@@ -2462,7 +2479,7 @@ exports.default = {
|
|
|
2462
2479
|
}
|
|
2463
2480
|
],
|
|
2464
2481
|
"findAthleteForUser": [
|
|
2465
|
-
|
|
2482
|
+
81,
|
|
2466
2483
|
{
|
|
2467
2484
|
"loginEmail": [
|
|
2468
2485
|
1,
|
|
@@ -2471,7 +2488,7 @@ exports.default = {
|
|
|
2471
2488
|
}
|
|
2472
2489
|
],
|
|
2473
2490
|
"getRecommendedAthletes": [
|
|
2474
|
-
|
|
2491
|
+
81,
|
|
2475
2492
|
{
|
|
2476
2493
|
"loginEmail": [
|
|
2477
2494
|
1,
|
|
@@ -2480,13 +2497,13 @@ exports.default = {
|
|
|
2480
2497
|
}
|
|
2481
2498
|
],
|
|
2482
2499
|
"getSponsorAthletesForTenant": [
|
|
2483
|
-
|
|
2500
|
+
81
|
|
2484
2501
|
],
|
|
2485
2502
|
"getAthleteCompetitions": [
|
|
2486
2503
|
72,
|
|
2487
2504
|
{
|
|
2488
2505
|
"input": [
|
|
2489
|
-
|
|
2506
|
+
108,
|
|
2490
2507
|
"GetAthleteCompetitionsDto!"
|
|
2491
2508
|
]
|
|
2492
2509
|
}
|
|
@@ -2564,7 +2581,7 @@ exports.default = {
|
|
|
2564
2581
|
0,
|
|
2565
2582
|
{
|
|
2566
2583
|
"input": [
|
|
2567
|
-
|
|
2584
|
+
109,
|
|
2568
2585
|
"FindVtxUserDto!"
|
|
2569
2586
|
]
|
|
2570
2587
|
}
|
|
@@ -2583,7 +2600,7 @@ exports.default = {
|
|
|
2583
2600
|
}
|
|
2584
2601
|
],
|
|
2585
2602
|
"getUserImagesFromEmail": [
|
|
2586
|
-
|
|
2603
|
+
85,
|
|
2587
2604
|
{
|
|
2588
2605
|
"loginEmail": [
|
|
2589
2606
|
1,
|
|
@@ -2598,7 +2615,7 @@ exports.default = {
|
|
|
2598
2615
|
68,
|
|
2599
2616
|
{
|
|
2600
2617
|
"input": [
|
|
2601
|
-
|
|
2618
|
+
110,
|
|
2602
2619
|
"GetSportEventsDto!"
|
|
2603
2620
|
]
|
|
2604
2621
|
}
|
|
@@ -2664,7 +2681,7 @@ exports.default = {
|
|
|
2664
2681
|
5,
|
|
2665
2682
|
{
|
|
2666
2683
|
"tenant": [
|
|
2667
|
-
|
|
2684
|
+
112,
|
|
2668
2685
|
"CreateTenantInput!"
|
|
2669
2686
|
]
|
|
2670
2687
|
}
|
|
@@ -2673,7 +2690,7 @@ exports.default = {
|
|
|
2673
2690
|
11,
|
|
2674
2691
|
{
|
|
2675
2692
|
"tenant": [
|
|
2676
|
-
|
|
2693
|
+
112,
|
|
2677
2694
|
"CreateTenantInput!"
|
|
2678
2695
|
]
|
|
2679
2696
|
}
|
|
@@ -2682,7 +2699,7 @@ exports.default = {
|
|
|
2682
2699
|
3,
|
|
2683
2700
|
{
|
|
2684
2701
|
"user": [
|
|
2685
|
-
|
|
2702
|
+
113,
|
|
2686
2703
|
"CreateActiveUserInput!"
|
|
2687
2704
|
]
|
|
2688
2705
|
}
|
|
@@ -2717,7 +2734,7 @@ exports.default = {
|
|
|
2717
2734
|
0,
|
|
2718
2735
|
{
|
|
2719
2736
|
"input": [
|
|
2720
|
-
|
|
2737
|
+
114,
|
|
2721
2738
|
"RegisterUserToDomainFromEmailInput!"
|
|
2722
2739
|
]
|
|
2723
2740
|
}
|
|
@@ -2726,7 +2743,7 @@ exports.default = {
|
|
|
2726
2743
|
8,
|
|
2727
2744
|
{
|
|
2728
2745
|
"dto": [
|
|
2729
|
-
|
|
2746
|
+
115,
|
|
2730
2747
|
"RefreshTokenInput!"
|
|
2731
2748
|
]
|
|
2732
2749
|
}
|
|
@@ -2735,7 +2752,7 @@ exports.default = {
|
|
|
2735
2752
|
32,
|
|
2736
2753
|
{
|
|
2737
2754
|
"input": [
|
|
2738
|
-
|
|
2755
|
+
116,
|
|
2739
2756
|
"AWSS3DeleteUseTypeFileDto!"
|
|
2740
2757
|
]
|
|
2741
2758
|
}
|
|
@@ -2744,7 +2761,7 @@ exports.default = {
|
|
|
2744
2761
|
32,
|
|
2745
2762
|
{
|
|
2746
2763
|
"input": [
|
|
2747
|
-
|
|
2764
|
+
117,
|
|
2748
2765
|
"AWSS3DeleteBucketFileDto!"
|
|
2749
2766
|
]
|
|
2750
2767
|
}
|
|
@@ -2753,7 +2770,7 @@ exports.default = {
|
|
|
2753
2770
|
26,
|
|
2754
2771
|
{
|
|
2755
2772
|
"input": [
|
|
2756
|
-
|
|
2773
|
+
118,
|
|
2757
2774
|
"AWSS3UploadedFileDto!"
|
|
2758
2775
|
]
|
|
2759
2776
|
}
|
|
@@ -2762,7 +2779,7 @@ exports.default = {
|
|
|
2762
2779
|
50,
|
|
2763
2780
|
{
|
|
2764
2781
|
"input": [
|
|
2765
|
-
|
|
2782
|
+
119,
|
|
2766
2783
|
"CreateIndustryDto!"
|
|
2767
2784
|
]
|
|
2768
2785
|
}
|
|
@@ -2771,7 +2788,7 @@ exports.default = {
|
|
|
2771
2788
|
36,
|
|
2772
2789
|
{
|
|
2773
2790
|
"input": [
|
|
2774
|
-
|
|
2791
|
+
120,
|
|
2775
2792
|
"CreateBrandDto!"
|
|
2776
2793
|
]
|
|
2777
2794
|
}
|
|
@@ -2780,7 +2797,7 @@ exports.default = {
|
|
|
2780
2797
|
53,
|
|
2781
2798
|
{
|
|
2782
2799
|
"input": [
|
|
2783
|
-
|
|
2800
|
+
122,
|
|
2784
2801
|
"RegisterSponsorInput!"
|
|
2785
2802
|
]
|
|
2786
2803
|
}
|
|
@@ -2789,34 +2806,34 @@ exports.default = {
|
|
|
2789
2806
|
53,
|
|
2790
2807
|
{
|
|
2791
2808
|
"input": [
|
|
2792
|
-
|
|
2809
|
+
123,
|
|
2793
2810
|
"CreateSponsorDto!"
|
|
2794
2811
|
]
|
|
2795
2812
|
}
|
|
2796
2813
|
],
|
|
2797
2814
|
"sendAthleteInvitations": [
|
|
2798
|
-
|
|
2815
|
+
82,
|
|
2799
2816
|
{
|
|
2800
2817
|
"input": [
|
|
2801
|
-
|
|
2818
|
+
90,
|
|
2802
2819
|
"InviteAthletesDto!"
|
|
2803
2820
|
]
|
|
2804
2821
|
}
|
|
2805
2822
|
],
|
|
2806
2823
|
"registerAthlete": [
|
|
2807
|
-
|
|
2824
|
+
81,
|
|
2808
2825
|
{
|
|
2809
2826
|
"input": [
|
|
2810
|
-
|
|
2827
|
+
124,
|
|
2811
2828
|
"RegisterAthleteDto!"
|
|
2812
2829
|
]
|
|
2813
2830
|
}
|
|
2814
2831
|
],
|
|
2815
2832
|
"editProfileValue": [
|
|
2816
|
-
|
|
2833
|
+
84,
|
|
2817
2834
|
{
|
|
2818
2835
|
"input": [
|
|
2819
|
-
|
|
2836
|
+
125,
|
|
2820
2837
|
"EditValueDto!"
|
|
2821
2838
|
]
|
|
2822
2839
|
}
|
|
@@ -2825,7 +2842,7 @@ exports.default = {
|
|
|
2825
2842
|
72,
|
|
2826
2843
|
{
|
|
2827
2844
|
"input": [
|
|
2828
|
-
|
|
2845
|
+
93,
|
|
2829
2846
|
"CreateAthleteCompetitionDto!"
|
|
2830
2847
|
]
|
|
2831
2848
|
}
|
|
@@ -2834,7 +2851,7 @@ exports.default = {
|
|
|
2834
2851
|
61,
|
|
2835
2852
|
{
|
|
2836
2853
|
"input": [
|
|
2837
|
-
|
|
2854
|
+
126,
|
|
2838
2855
|
"CreateSportDto!"
|
|
2839
2856
|
]
|
|
2840
2857
|
}
|
|
@@ -2843,7 +2860,7 @@ exports.default = {
|
|
|
2843
2860
|
61,
|
|
2844
2861
|
{
|
|
2845
2862
|
"input": [
|
|
2846
|
-
|
|
2863
|
+
127,
|
|
2847
2864
|
"UpdateSportDto!"
|
|
2848
2865
|
]
|
|
2849
2866
|
}
|
|
@@ -2852,7 +2869,7 @@ exports.default = {
|
|
|
2852
2869
|
64,
|
|
2853
2870
|
{
|
|
2854
2871
|
"input": [
|
|
2855
|
-
|
|
2872
|
+
128,
|
|
2856
2873
|
"CreateSportLevelDto!"
|
|
2857
2874
|
]
|
|
2858
2875
|
}
|
|
@@ -2861,7 +2878,7 @@ exports.default = {
|
|
|
2861
2878
|
59,
|
|
2862
2879
|
{
|
|
2863
2880
|
"input": [
|
|
2864
|
-
|
|
2881
|
+
130,
|
|
2865
2882
|
"CreateSponsorshipDto!"
|
|
2866
2883
|
]
|
|
2867
2884
|
}
|
|
@@ -2870,7 +2887,7 @@ exports.default = {
|
|
|
2870
2887
|
39,
|
|
2871
2888
|
{
|
|
2872
2889
|
"input": [
|
|
2873
|
-
|
|
2890
|
+
137,
|
|
2874
2891
|
"CreateCountryDto!"
|
|
2875
2892
|
]
|
|
2876
2893
|
}
|
|
@@ -2879,7 +2896,7 @@ exports.default = {
|
|
|
2879
2896
|
38,
|
|
2880
2897
|
{
|
|
2881
2898
|
"input": [
|
|
2882
|
-
|
|
2899
|
+
138,
|
|
2883
2900
|
"CreateStateDto!"
|
|
2884
2901
|
]
|
|
2885
2902
|
}
|
|
@@ -2888,7 +2905,7 @@ exports.default = {
|
|
|
2888
2905
|
37,
|
|
2889
2906
|
{
|
|
2890
2907
|
"input": [
|
|
2891
|
-
|
|
2908
|
+
139,
|
|
2892
2909
|
"CreateCityDto!"
|
|
2893
2910
|
]
|
|
2894
2911
|
}
|
|
@@ -2897,7 +2914,7 @@ exports.default = {
|
|
|
2897
2914
|
28,
|
|
2898
2915
|
{
|
|
2899
2916
|
"input": [
|
|
2900
|
-
|
|
2917
|
+
104,
|
|
2901
2918
|
"RegisterUserDto!"
|
|
2902
2919
|
]
|
|
2903
2920
|
}
|
|
@@ -2906,7 +2923,7 @@ exports.default = {
|
|
|
2906
2923
|
3,
|
|
2907
2924
|
{
|
|
2908
2925
|
"input": [
|
|
2909
|
-
|
|
2926
|
+
88,
|
|
2910
2927
|
"VerifyCodeDto!"
|
|
2911
2928
|
]
|
|
2912
2929
|
}
|
|
@@ -2915,7 +2932,7 @@ exports.default = {
|
|
|
2915
2932
|
0,
|
|
2916
2933
|
{
|
|
2917
2934
|
"input": [
|
|
2918
|
-
|
|
2935
|
+
88,
|
|
2919
2936
|
"VerifyCodeDto!"
|
|
2920
2937
|
]
|
|
2921
2938
|
}
|
|
@@ -2924,7 +2941,7 @@ exports.default = {
|
|
|
2924
2941
|
0,
|
|
2925
2942
|
{
|
|
2926
2943
|
"input": [
|
|
2927
|
-
|
|
2944
|
+
104,
|
|
2928
2945
|
"RegisterUserDto!"
|
|
2929
2946
|
]
|
|
2930
2947
|
}
|
|
@@ -2933,7 +2950,7 @@ exports.default = {
|
|
|
2933
2950
|
0,
|
|
2934
2951
|
{
|
|
2935
2952
|
"input": [
|
|
2936
|
-
|
|
2953
|
+
104,
|
|
2937
2954
|
"RegisterUserDto!"
|
|
2938
2955
|
]
|
|
2939
2956
|
}
|
|
@@ -2952,16 +2969,16 @@ exports.default = {
|
|
|
2952
2969
|
}
|
|
2953
2970
|
],
|
|
2954
2971
|
"handleStravaCallback": [
|
|
2955
|
-
|
|
2972
|
+
83,
|
|
2956
2973
|
{
|
|
2957
2974
|
"data": [
|
|
2958
|
-
|
|
2975
|
+
140,
|
|
2959
2976
|
"RegisterStravaDto!"
|
|
2960
2977
|
]
|
|
2961
2978
|
}
|
|
2962
2979
|
],
|
|
2963
2980
|
"refreshStravaToken": [
|
|
2964
|
-
|
|
2981
|
+
83,
|
|
2965
2982
|
{
|
|
2966
2983
|
"input": [
|
|
2967
2984
|
1,
|
|
@@ -2973,7 +2990,7 @@ exports.default = {
|
|
|
2973
2990
|
68,
|
|
2974
2991
|
{
|
|
2975
2992
|
"input": [
|
|
2976
|
-
|
|
2993
|
+
141,
|
|
2977
2994
|
"CreateSportEventDto!"
|
|
2978
2995
|
]
|
|
2979
2996
|
}
|
|
@@ -3105,13 +3122,13 @@ exports.default = {
|
|
|
3105
3122
|
1
|
|
3106
3123
|
],
|
|
3107
3124
|
"logo": [
|
|
3108
|
-
|
|
3125
|
+
118
|
|
3109
3126
|
],
|
|
3110
3127
|
"banner": [
|
|
3111
|
-
|
|
3128
|
+
118
|
|
3112
3129
|
],
|
|
3113
3130
|
"translations": [
|
|
3114
|
-
|
|
3131
|
+
121
|
|
3115
3132
|
],
|
|
3116
3133
|
"__typename": [
|
|
3117
3134
|
1
|
|
@@ -3134,10 +3151,10 @@ exports.default = {
|
|
|
3134
3151
|
1
|
|
3135
3152
|
],
|
|
3136
3153
|
"logo": [
|
|
3137
|
-
|
|
3154
|
+
118
|
|
3138
3155
|
],
|
|
3139
3156
|
"banner": [
|
|
3140
|
-
|
|
3157
|
+
118
|
|
3141
3158
|
],
|
|
3142
3159
|
"__typename": [
|
|
3143
3160
|
1
|
|
@@ -3242,10 +3259,10 @@ exports.default = {
|
|
|
3242
3259
|
1
|
|
3243
3260
|
],
|
|
3244
3261
|
"profilePicture": [
|
|
3245
|
-
|
|
3262
|
+
118
|
|
3246
3263
|
],
|
|
3247
3264
|
"cardPicture": [
|
|
3248
|
-
|
|
3265
|
+
118
|
|
3249
3266
|
],
|
|
3250
3267
|
"__typename": [
|
|
3251
3268
|
1
|
|
@@ -3295,7 +3312,7 @@ exports.default = {
|
|
|
3295
3312
|
17
|
|
3296
3313
|
],
|
|
3297
3314
|
"translations": [
|
|
3298
|
-
|
|
3315
|
+
129
|
|
3299
3316
|
],
|
|
3300
3317
|
"__typename": [
|
|
3301
3318
|
1
|
|
@@ -3329,10 +3346,10 @@ exports.default = {
|
|
|
3329
3346
|
17
|
|
3330
3347
|
],
|
|
3331
3348
|
"banner": [
|
|
3332
|
-
|
|
3349
|
+
118
|
|
3333
3350
|
],
|
|
3334
3351
|
"criteria": [
|
|
3335
|
-
|
|
3352
|
+
131
|
|
3336
3353
|
],
|
|
3337
3354
|
"deadline": [
|
|
3338
3355
|
14
|
|
@@ -3341,13 +3358,13 @@ exports.default = {
|
|
|
3341
3358
|
14
|
|
3342
3359
|
],
|
|
3343
3360
|
"duration": [
|
|
3344
|
-
|
|
3361
|
+
133
|
|
3345
3362
|
],
|
|
3346
3363
|
"sponsorshipItems": [
|
|
3347
|
-
|
|
3364
|
+
134
|
|
3348
3365
|
],
|
|
3349
3366
|
"commitments": [
|
|
3350
|
-
|
|
3367
|
+
135
|
|
3351
3368
|
],
|
|
3352
3369
|
"terms": [
|
|
3353
3370
|
1
|
|
@@ -3359,7 +3376,7 @@ exports.default = {
|
|
|
3359
3376
|
2
|
|
3360
3377
|
],
|
|
3361
3378
|
"translations": [
|
|
3362
|
-
|
|
3379
|
+
136
|
|
3363
3380
|
],
|
|
3364
3381
|
"__typename": [
|
|
3365
3382
|
1
|
|
@@ -3373,7 +3390,7 @@ exports.default = {
|
|
|
3373
3390
|
1
|
|
3374
3391
|
],
|
|
3375
3392
|
"qualificationsBag": [
|
|
3376
|
-
|
|
3393
|
+
132
|
|
3377
3394
|
],
|
|
3378
3395
|
"__typename": [
|
|
3379
3396
|
1
|
|
@@ -3381,28 +3398,28 @@ exports.default = {
|
|
|
3381
3398
|
},
|
|
3382
3399
|
"QualificationsBagDto": {
|
|
3383
3400
|
"ageQualifications": [
|
|
3384
|
-
|
|
3401
|
+
96
|
|
3385
3402
|
],
|
|
3386
3403
|
"genderQualifications": [
|
|
3387
|
-
|
|
3404
|
+
97
|
|
3388
3405
|
],
|
|
3389
3406
|
"scoreQualifications": [
|
|
3390
|
-
|
|
3407
|
+
99
|
|
3391
3408
|
],
|
|
3392
3409
|
"locationQualifications": [
|
|
3393
|
-
|
|
3410
|
+
100
|
|
3394
3411
|
],
|
|
3395
3412
|
"nationalityQualifications": [
|
|
3396
|
-
|
|
3413
|
+
98
|
|
3397
3414
|
],
|
|
3398
3415
|
"distanceQualifications": [
|
|
3399
|
-
|
|
3416
|
+
101
|
|
3400
3417
|
],
|
|
3401
3418
|
"sportsQualifications": [
|
|
3402
|
-
|
|
3419
|
+
102
|
|
3403
3420
|
],
|
|
3404
3421
|
"levelQualifications": [
|
|
3405
|
-
|
|
3422
|
+
103
|
|
3406
3423
|
],
|
|
3407
3424
|
"__typename": [
|
|
3408
3425
|
1
|
|
@@ -3479,7 +3496,7 @@ exports.default = {
|
|
|
3479
3496
|
1
|
|
3480
3497
|
],
|
|
3481
3498
|
"banner": [
|
|
3482
|
-
|
|
3499
|
+
118
|
|
3483
3500
|
],
|
|
3484
3501
|
"terms": [
|
|
3485
3502
|
1
|
|
@@ -3594,7 +3611,7 @@ exports.default = {
|
|
|
3594
3611
|
1
|
|
3595
3612
|
],
|
|
3596
3613
|
"banner": [
|
|
3597
|
-
|
|
3614
|
+
118
|
|
3598
3615
|
],
|
|
3599
3616
|
"__typename": [
|
|
3600
3617
|
1
|