@vertikalx/vtx-backend-client 3.0.0-dev-max1.1 → 3.0.0-dev-max3.2
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 +25 -0
- package/src/api/vtx-base-api.js +60 -0
- package/src/api/vtx-base-api.js.map +1 -1
- package/src/client/schema.d.ts +530 -0
- package/src/client/schema.js +88 -4
- package/src/client/schema.js.map +1 -1
- package/src/client/types.d.ts +286 -1
- package/src/client/types.js +1338 -556
- package/src/client/types.js.map +1 -1
- package/src/generated/graphql.d.ts +1467 -0
- package/src/generated/graphql.js +506 -6
- package/src/generated/graphql.js.map +1 -1
package/src/client/types.js
CHANGED
|
@@ -7,22 +7,22 @@ exports.default = {
|
|
|
7
7
|
14,
|
|
8
8
|
18,
|
|
9
9
|
51,
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
213,
|
|
20
|
-
214,
|
|
10
|
+
106,
|
|
11
|
+
128,
|
|
12
|
+
129,
|
|
13
|
+
145,
|
|
14
|
+
156,
|
|
15
|
+
171,
|
|
16
|
+
179,
|
|
17
|
+
193,
|
|
18
|
+
216,
|
|
21
19
|
219,
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
20
|
+
220,
|
|
21
|
+
221,
|
|
22
|
+
345,
|
|
23
|
+
377,
|
|
24
|
+
378,
|
|
25
|
+
379
|
|
26
26
|
],
|
|
27
27
|
"types": {
|
|
28
28
|
"User": {
|
|
@@ -1722,6 +1722,69 @@ exports.default = {
|
|
|
1722
1722
|
1
|
|
1723
1723
|
]
|
|
1724
1724
|
},
|
|
1725
|
+
"AthleteTeamMember": {
|
|
1726
|
+
"_id": [
|
|
1727
|
+
1
|
|
1728
|
+
],
|
|
1729
|
+
"firstName": [
|
|
1730
|
+
1
|
|
1731
|
+
],
|
|
1732
|
+
"lastName": [
|
|
1733
|
+
1
|
|
1734
|
+
],
|
|
1735
|
+
"screenName": [
|
|
1736
|
+
1
|
|
1737
|
+
],
|
|
1738
|
+
"vtxScore": [
|
|
1739
|
+
18
|
|
1740
|
+
],
|
|
1741
|
+
"profilePicture": [
|
|
1742
|
+
27
|
|
1743
|
+
],
|
|
1744
|
+
"__typename": [
|
|
1745
|
+
1
|
|
1746
|
+
]
|
|
1747
|
+
},
|
|
1748
|
+
"AthleteTeam": {
|
|
1749
|
+
"_id": [
|
|
1750
|
+
1
|
|
1751
|
+
],
|
|
1752
|
+
"athlete": [
|
|
1753
|
+
74
|
|
1754
|
+
],
|
|
1755
|
+
"sport": [
|
|
1756
|
+
68
|
|
1757
|
+
],
|
|
1758
|
+
"role": [
|
|
1759
|
+
1
|
|
1760
|
+
],
|
|
1761
|
+
"status": [
|
|
1762
|
+
1
|
|
1763
|
+
],
|
|
1764
|
+
"joinedAt": [
|
|
1765
|
+
14
|
|
1766
|
+
],
|
|
1767
|
+
"leftAt": [
|
|
1768
|
+
14
|
|
1769
|
+
],
|
|
1770
|
+
"__typename": [
|
|
1771
|
+
1
|
|
1772
|
+
]
|
|
1773
|
+
},
|
|
1774
|
+
"TeamClubReference": {
|
|
1775
|
+
"_id": [
|
|
1776
|
+
1
|
|
1777
|
+
],
|
|
1778
|
+
"name": [
|
|
1779
|
+
1
|
|
1780
|
+
],
|
|
1781
|
+
"logo": [
|
|
1782
|
+
27
|
|
1783
|
+
],
|
|
1784
|
+
"__typename": [
|
|
1785
|
+
1
|
|
1786
|
+
]
|
|
1787
|
+
},
|
|
1725
1788
|
"Team": {
|
|
1726
1789
|
"_id": [
|
|
1727
1790
|
1
|
|
@@ -1744,6 +1807,27 @@ exports.default = {
|
|
|
1744
1807
|
"banner": [
|
|
1745
1808
|
27
|
|
1746
1809
|
],
|
|
1810
|
+
"club": [
|
|
1811
|
+
76
|
|
1812
|
+
],
|
|
1813
|
+
"athletes": [
|
|
1814
|
+
75
|
|
1815
|
+
],
|
|
1816
|
+
"joinPolicy": [
|
|
1817
|
+
1
|
|
1818
|
+
],
|
|
1819
|
+
"maxRosterSize": [
|
|
1820
|
+
51
|
|
1821
|
+
],
|
|
1822
|
+
"visibility": [
|
|
1823
|
+
1
|
|
1824
|
+
],
|
|
1825
|
+
"stripeAccountId": [
|
|
1826
|
+
1
|
|
1827
|
+
],
|
|
1828
|
+
"vtxScore": [
|
|
1829
|
+
18
|
|
1830
|
+
],
|
|
1747
1831
|
"__typename": [
|
|
1748
1832
|
1
|
|
1749
1833
|
]
|
|
@@ -1809,7 +1893,7 @@ exports.default = {
|
|
|
1809
1893
|
27
|
|
1810
1894
|
],
|
|
1811
1895
|
"location": [
|
|
1812
|
-
|
|
1896
|
+
78
|
|
1813
1897
|
],
|
|
1814
1898
|
"eventLevel": [
|
|
1815
1899
|
1
|
|
@@ -1902,7 +1986,7 @@ exports.default = {
|
|
|
1902
1986
|
18
|
|
1903
1987
|
],
|
|
1904
1988
|
"items": [
|
|
1905
|
-
|
|
1989
|
+
81
|
|
1906
1990
|
],
|
|
1907
1991
|
"__typename": [
|
|
1908
1992
|
1
|
|
@@ -1930,7 +2014,7 @@ exports.default = {
|
|
|
1930
2014
|
1
|
|
1931
2015
|
],
|
|
1932
2016
|
"photos": [
|
|
1933
|
-
|
|
2017
|
+
83
|
|
1934
2018
|
],
|
|
1935
2019
|
"displayIndex": [
|
|
1936
2020
|
18
|
|
@@ -1950,7 +2034,7 @@ exports.default = {
|
|
|
1950
2034
|
1
|
|
1951
2035
|
],
|
|
1952
2036
|
"event": [
|
|
1953
|
-
|
|
2037
|
+
79
|
|
1954
2038
|
],
|
|
1955
2039
|
"participationDate": [
|
|
1956
2040
|
14
|
|
@@ -1959,16 +2043,16 @@ exports.default = {
|
|
|
1959
2043
|
1
|
|
1960
2044
|
],
|
|
1961
2045
|
"result": [
|
|
1962
|
-
|
|
2046
|
+
80
|
|
1963
2047
|
],
|
|
1964
2048
|
"fundRaisingCampaignIds": [
|
|
1965
2049
|
1
|
|
1966
2050
|
],
|
|
1967
2051
|
"budget": [
|
|
1968
|
-
|
|
2052
|
+
82
|
|
1969
2053
|
],
|
|
1970
2054
|
"albums": [
|
|
1971
|
-
|
|
2055
|
+
84
|
|
1972
2056
|
],
|
|
1973
2057
|
"__typename": [
|
|
1974
2058
|
1
|
|
@@ -2035,7 +2119,7 @@ exports.default = {
|
|
|
2035
2119
|
68
|
|
2036
2120
|
],
|
|
2037
2121
|
"memberships": [
|
|
2038
|
-
|
|
2122
|
+
88
|
|
2039
2123
|
],
|
|
2040
2124
|
"__typename": [
|
|
2041
2125
|
1
|
|
@@ -2046,10 +2130,10 @@ exports.default = {
|
|
|
2046
2130
|
1
|
|
2047
2131
|
],
|
|
2048
2132
|
"organization": [
|
|
2049
|
-
|
|
2133
|
+
86
|
|
2050
2134
|
],
|
|
2051
2135
|
"athlete": [
|
|
2052
|
-
|
|
2136
|
+
103
|
|
2053
2137
|
],
|
|
2054
2138
|
"membershipNumber": [
|
|
2055
2139
|
1
|
|
@@ -2112,7 +2196,7 @@ exports.default = {
|
|
|
2112
2196
|
2
|
|
2113
2197
|
],
|
|
2114
2198
|
"defaultAlbum": [
|
|
2115
|
-
|
|
2199
|
+
84
|
|
2116
2200
|
],
|
|
2117
2201
|
"__typename": [
|
|
2118
2202
|
1
|
|
@@ -2140,7 +2224,7 @@ exports.default = {
|
|
|
2140
2224
|
1
|
|
2141
2225
|
],
|
|
2142
2226
|
"athlete": [
|
|
2143
|
-
|
|
2227
|
+
103
|
|
2144
2228
|
],
|
|
2145
2229
|
"budgetMode": [
|
|
2146
2230
|
1
|
|
@@ -2170,7 +2254,7 @@ exports.default = {
|
|
|
2170
2254
|
18
|
|
2171
2255
|
],
|
|
2172
2256
|
"location": [
|
|
2173
|
-
|
|
2257
|
+
78
|
|
2174
2258
|
],
|
|
2175
2259
|
"createdDate": [
|
|
2176
2260
|
14
|
|
@@ -2179,16 +2263,16 @@ exports.default = {
|
|
|
2179
2263
|
14
|
|
2180
2264
|
],
|
|
2181
2265
|
"budget": [
|
|
2182
|
-
|
|
2266
|
+
82
|
|
2183
2267
|
],
|
|
2184
2268
|
"competitions": [
|
|
2185
|
-
|
|
2269
|
+
85
|
|
2186
2270
|
],
|
|
2187
2271
|
"vtxComissionPct": [
|
|
2188
2272
|
18
|
|
2189
2273
|
],
|
|
2190
2274
|
"video": [
|
|
2191
|
-
|
|
2275
|
+
92
|
|
2192
2276
|
],
|
|
2193
2277
|
"coverImage": [
|
|
2194
2278
|
27
|
|
@@ -2402,7 +2486,7 @@ exports.default = {
|
|
|
2402
2486
|
},
|
|
2403
2487
|
"StripeRequirementType": {
|
|
2404
2488
|
"alternatives": [
|
|
2405
|
-
|
|
2489
|
+
95
|
|
2406
2490
|
],
|
|
2407
2491
|
"current_deadline": [
|
|
2408
2492
|
14
|
|
@@ -2414,7 +2498,7 @@ exports.default = {
|
|
|
2414
2498
|
1
|
|
2415
2499
|
],
|
|
2416
2500
|
"errors": [
|
|
2417
|
-
|
|
2501
|
+
97
|
|
2418
2502
|
],
|
|
2419
2503
|
"eventually_due": [
|
|
2420
2504
|
1
|
|
@@ -2431,7 +2515,7 @@ exports.default = {
|
|
|
2431
2515
|
},
|
|
2432
2516
|
"StripeFutureRequirementType": {
|
|
2433
2517
|
"alternatives": [
|
|
2434
|
-
|
|
2518
|
+
96
|
|
2435
2519
|
],
|
|
2436
2520
|
"current_deadline": [
|
|
2437
2521
|
14
|
|
@@ -2443,7 +2527,7 @@ exports.default = {
|
|
|
2443
2527
|
1
|
|
2444
2528
|
],
|
|
2445
2529
|
"errors": [
|
|
2446
|
-
|
|
2530
|
+
97
|
|
2447
2531
|
],
|
|
2448
2532
|
"eventually_due": [
|
|
2449
2533
|
1
|
|
@@ -2475,13 +2559,13 @@ exports.default = {
|
|
|
2475
2559
|
1
|
|
2476
2560
|
],
|
|
2477
2561
|
"capabilities": [
|
|
2478
|
-
|
|
2562
|
+
94
|
|
2479
2563
|
],
|
|
2480
2564
|
"requirements": [
|
|
2481
|
-
|
|
2565
|
+
98
|
|
2482
2566
|
],
|
|
2483
2567
|
"future_requirements": [
|
|
2484
|
-
|
|
2568
|
+
99
|
|
2485
2569
|
],
|
|
2486
2570
|
"type": [
|
|
2487
2571
|
1
|
|
@@ -2510,7 +2594,7 @@ exports.default = {
|
|
|
2510
2594
|
1
|
|
2511
2595
|
],
|
|
2512
2596
|
"account": [
|
|
2513
|
-
|
|
2597
|
+
100
|
|
2514
2598
|
],
|
|
2515
2599
|
"__typename": [
|
|
2516
2600
|
1
|
|
@@ -2562,7 +2646,7 @@ exports.default = {
|
|
|
2562
2646
|
41
|
|
2563
2647
|
],
|
|
2564
2648
|
"location": [
|
|
2565
|
-
|
|
2649
|
+
78
|
|
2566
2650
|
],
|
|
2567
2651
|
"trainer": [
|
|
2568
2652
|
1
|
|
@@ -2607,7 +2691,7 @@ exports.default = {
|
|
|
2607
2691
|
1
|
|
2608
2692
|
],
|
|
2609
2693
|
"preferences": [
|
|
2610
|
-
|
|
2694
|
+
91
|
|
2611
2695
|
],
|
|
2612
2696
|
"suspended": [
|
|
2613
2697
|
2
|
|
@@ -2648,7 +2732,7 @@ exports.default = {
|
|
|
2648
2732
|
41
|
|
2649
2733
|
],
|
|
2650
2734
|
"location": [
|
|
2651
|
-
|
|
2735
|
+
78
|
|
2652
2736
|
],
|
|
2653
2737
|
"trainer": [
|
|
2654
2738
|
1
|
|
@@ -2693,7 +2777,7 @@ exports.default = {
|
|
|
2693
2777
|
1
|
|
2694
2778
|
],
|
|
2695
2779
|
"preferences": [
|
|
2696
|
-
|
|
2780
|
+
91
|
|
2697
2781
|
],
|
|
2698
2782
|
"suspended": [
|
|
2699
2783
|
2
|
|
@@ -2708,37 +2792,37 @@ exports.default = {
|
|
|
2708
2792
|
68
|
|
2709
2793
|
],
|
|
2710
2794
|
"teams": [
|
|
2711
|
-
|
|
2795
|
+
77
|
|
2712
2796
|
],
|
|
2713
2797
|
"sponsorBrands": [
|
|
2714
2798
|
63
|
|
2715
2799
|
],
|
|
2716
2800
|
"competitions": [
|
|
2717
|
-
|
|
2801
|
+
85
|
|
2718
2802
|
],
|
|
2719
2803
|
"affiliations": [
|
|
2720
|
-
|
|
2804
|
+
88
|
|
2721
2805
|
],
|
|
2722
2806
|
"newsLinks": [
|
|
2723
|
-
|
|
2807
|
+
89
|
|
2724
2808
|
],
|
|
2725
2809
|
"channels": [
|
|
2726
|
-
|
|
2810
|
+
90
|
|
2727
2811
|
],
|
|
2728
2812
|
"currentCampaign": [
|
|
2729
|
-
|
|
2813
|
+
93
|
|
2730
2814
|
],
|
|
2731
2815
|
"fundingCampaigns": [
|
|
2732
|
-
|
|
2816
|
+
93
|
|
2733
2817
|
],
|
|
2734
2818
|
"stripeAccountReference": [
|
|
2735
|
-
|
|
2819
|
+
101
|
|
2736
2820
|
],
|
|
2737
2821
|
"albums": [
|
|
2738
|
-
|
|
2822
|
+
84
|
|
2739
2823
|
],
|
|
2740
2824
|
"historicalScores": [
|
|
2741
|
-
|
|
2825
|
+
102
|
|
2742
2826
|
],
|
|
2743
2827
|
"signedAgreements": [
|
|
2744
2828
|
15
|
|
@@ -2749,7 +2833,7 @@ exports.default = {
|
|
|
2749
2833
|
},
|
|
2750
2834
|
"CheckoutSession": {
|
|
2751
2835
|
"_id": [
|
|
2752
|
-
|
|
2836
|
+
106
|
|
2753
2837
|
],
|
|
2754
2838
|
"type": [
|
|
2755
2839
|
1
|
|
@@ -2788,10 +2872,10 @@ exports.default = {
|
|
|
2788
2872
|
"ID": {},
|
|
2789
2873
|
"FundingCheckoutSessionData": {
|
|
2790
2874
|
"_id": [
|
|
2791
|
-
|
|
2875
|
+
106
|
|
2792
2876
|
],
|
|
2793
2877
|
"session": [
|
|
2794
|
-
|
|
2878
|
+
105
|
|
2795
2879
|
],
|
|
2796
2880
|
"fromName": [
|
|
2797
2881
|
1
|
|
@@ -2803,10 +2887,10 @@ exports.default = {
|
|
|
2803
2887
|
18
|
|
2804
2888
|
],
|
|
2805
2889
|
"fundingCampaign": [
|
|
2806
|
-
|
|
2890
|
+
93
|
|
2807
2891
|
],
|
|
2808
2892
|
"mode": [
|
|
2809
|
-
|
|
2893
|
+
377
|
|
2810
2894
|
],
|
|
2811
2895
|
"athleteId": [
|
|
2812
2896
|
1
|
|
@@ -2950,7 +3034,7 @@ exports.default = {
|
|
|
2950
3034
|
},
|
|
2951
3035
|
"InstagramPaging": {
|
|
2952
3036
|
"cursors": [
|
|
2953
|
-
|
|
3037
|
+
112
|
|
2954
3038
|
],
|
|
2955
3039
|
"next": [
|
|
2956
3040
|
1
|
|
@@ -2975,7 +3059,7 @@ exports.default = {
|
|
|
2975
3059
|
},
|
|
2976
3060
|
"InstagramInsights": {
|
|
2977
3061
|
"data": [
|
|
2978
|
-
|
|
3062
|
+
114
|
|
2979
3063
|
],
|
|
2980
3064
|
"__typename": [
|
|
2981
3065
|
1
|
|
@@ -3013,7 +3097,7 @@ exports.default = {
|
|
|
3013
3097
|
18
|
|
3014
3098
|
],
|
|
3015
3099
|
"insights": [
|
|
3016
|
-
|
|
3100
|
+
115
|
|
3017
3101
|
],
|
|
3018
3102
|
"__typename": [
|
|
3019
3103
|
1
|
|
@@ -3021,10 +3105,10 @@ exports.default = {
|
|
|
3021
3105
|
},
|
|
3022
3106
|
"InstagramMediaData": {
|
|
3023
3107
|
"data": [
|
|
3024
|
-
|
|
3108
|
+
116
|
|
3025
3109
|
],
|
|
3026
3110
|
"paging": [
|
|
3027
|
-
|
|
3111
|
+
113
|
|
3028
3112
|
],
|
|
3029
3113
|
"__typename": [
|
|
3030
3114
|
1
|
|
@@ -3058,22 +3142,22 @@ exports.default = {
|
|
|
3058
3142
|
1
|
|
3059
3143
|
],
|
|
3060
3144
|
"athlete": [
|
|
3061
|
-
|
|
3145
|
+
103
|
|
3062
3146
|
],
|
|
3063
3147
|
"hasStravaIntegration": [
|
|
3064
3148
|
2
|
|
3065
3149
|
],
|
|
3066
3150
|
"stravaAthleteData": [
|
|
3067
|
-
|
|
3151
|
+
111
|
|
3068
3152
|
],
|
|
3069
3153
|
"hasInstagramIntegration": [
|
|
3070
3154
|
2
|
|
3071
3155
|
],
|
|
3072
3156
|
"instagramUserData": [
|
|
3073
|
-
|
|
3157
|
+
118
|
|
3074
3158
|
],
|
|
3075
3159
|
"instagramMediaData": [
|
|
3076
|
-
|
|
3160
|
+
117
|
|
3077
3161
|
],
|
|
3078
3162
|
"__typename": [
|
|
3079
3163
|
1
|
|
@@ -3147,7 +3231,7 @@ exports.default = {
|
|
|
3147
3231
|
1
|
|
3148
3232
|
],
|
|
3149
3233
|
"items": [
|
|
3150
|
-
|
|
3234
|
+
122
|
|
3151
3235
|
],
|
|
3152
3236
|
"totalAmount": [
|
|
3153
3237
|
18
|
|
@@ -3164,7 +3248,7 @@ exports.default = {
|
|
|
3164
3248
|
1
|
|
3165
3249
|
],
|
|
3166
3250
|
"budget": [
|
|
3167
|
-
|
|
3251
|
+
123
|
|
3168
3252
|
],
|
|
3169
3253
|
"__typename": [
|
|
3170
3254
|
1
|
|
@@ -3213,7 +3297,7 @@ exports.default = {
|
|
|
3213
3297
|
1
|
|
3214
3298
|
],
|
|
3215
3299
|
"items": [
|
|
3216
|
-
|
|
3300
|
+
122
|
|
3217
3301
|
],
|
|
3218
3302
|
"__typename": [
|
|
3219
3303
|
1
|
|
@@ -3248,16 +3332,16 @@ exports.default = {
|
|
|
3248
3332
|
18
|
|
3249
3333
|
],
|
|
3250
3334
|
"status": [
|
|
3251
|
-
|
|
3335
|
+
128
|
|
3252
3336
|
],
|
|
3253
3337
|
"budgetMode": [
|
|
3254
|
-
|
|
3338
|
+
129
|
|
3255
3339
|
],
|
|
3256
3340
|
"items": [
|
|
3257
|
-
|
|
3341
|
+
122
|
|
3258
3342
|
],
|
|
3259
3343
|
"competitionBudgets": [
|
|
3260
|
-
|
|
3344
|
+
124
|
|
3261
3345
|
],
|
|
3262
3346
|
"__typename": [
|
|
3263
3347
|
1
|
|
@@ -3267,10 +3351,10 @@ exports.default = {
|
|
|
3267
3351
|
"FundingMode": {},
|
|
3268
3352
|
"BudgetData": {
|
|
3269
3353
|
"competitions": [
|
|
3270
|
-
|
|
3354
|
+
126
|
|
3271
3355
|
],
|
|
3272
3356
|
"campaigns": [
|
|
3273
|
-
|
|
3357
|
+
127
|
|
3274
3358
|
],
|
|
3275
3359
|
"__typename": [
|
|
3276
3360
|
1
|
|
@@ -3281,7 +3365,7 @@ exports.default = {
|
|
|
3281
3365
|
2
|
|
3282
3366
|
],
|
|
3283
3367
|
"mergedEvent": [
|
|
3284
|
-
|
|
3368
|
+
79
|
|
3285
3369
|
],
|
|
3286
3370
|
"__typename": [
|
|
3287
3371
|
1
|
|
@@ -3350,10 +3434,10 @@ exports.default = {
|
|
|
3350
3434
|
1
|
|
3351
3435
|
],
|
|
3352
3436
|
"athleteReference": [
|
|
3353
|
-
|
|
3437
|
+
103
|
|
3354
3438
|
],
|
|
3355
3439
|
"campaignReference": [
|
|
3356
|
-
|
|
3440
|
+
93
|
|
3357
3441
|
],
|
|
3358
3442
|
"__typename": [
|
|
3359
3443
|
1
|
|
@@ -3373,7 +3457,7 @@ exports.default = {
|
|
|
3373
3457
|
27
|
|
3374
3458
|
],
|
|
3375
3459
|
"donations": [
|
|
3376
|
-
|
|
3460
|
+
134
|
|
3377
3461
|
],
|
|
3378
3462
|
"__typename": [
|
|
3379
3463
|
1
|
|
@@ -3399,10 +3483,10 @@ exports.default = {
|
|
|
3399
3483
|
7
|
|
3400
3484
|
],
|
|
3401
3485
|
"athlete": [
|
|
3402
|
-
|
|
3486
|
+
104
|
|
3403
3487
|
],
|
|
3404
3488
|
"member": [
|
|
3405
|
-
|
|
3489
|
+
135
|
|
3406
3490
|
],
|
|
3407
3491
|
"suspended": [
|
|
3408
3492
|
2
|
|
@@ -3442,7 +3526,7 @@ exports.default = {
|
|
|
3442
3526
|
},
|
|
3443
3527
|
"AdminTransactionView": {
|
|
3444
3528
|
"_id": [
|
|
3445
|
-
|
|
3529
|
+
106
|
|
3446
3530
|
],
|
|
3447
3531
|
"createdDate": [
|
|
3448
3532
|
14
|
|
@@ -3475,7 +3559,7 @@ exports.default = {
|
|
|
3475
3559
|
1
|
|
3476
3560
|
],
|
|
3477
3561
|
"fundingDetails": [
|
|
3478
|
-
|
|
3562
|
+
137
|
|
3479
3563
|
],
|
|
3480
3564
|
"__typename": [
|
|
3481
3565
|
1
|
|
@@ -3711,7 +3795,7 @@ exports.default = {
|
|
|
3711
3795
|
2
|
|
3712
3796
|
],
|
|
3713
3797
|
"couponCodes": [
|
|
3714
|
-
|
|
3798
|
+
141
|
|
3715
3799
|
],
|
|
3716
3800
|
"__typename": [
|
|
3717
3801
|
1
|
|
@@ -3722,10 +3806,10 @@ exports.default = {
|
|
|
3722
3806
|
1
|
|
3723
3807
|
],
|
|
3724
3808
|
"offer": [
|
|
3725
|
-
|
|
3809
|
+
139
|
|
3726
3810
|
],
|
|
3727
3811
|
"athlete": [
|
|
3728
|
-
|
|
3812
|
+
104
|
|
3729
3813
|
],
|
|
3730
3814
|
"claimedAt": [
|
|
3731
3815
|
14
|
|
@@ -3739,7 +3823,7 @@ exports.default = {
|
|
|
3739
3823
|
},
|
|
3740
3824
|
"EligibilityResult": {
|
|
3741
3825
|
"status": [
|
|
3742
|
-
|
|
3826
|
+
145
|
|
3743
3827
|
],
|
|
3744
3828
|
"failedCriteria": [
|
|
3745
3829
|
1
|
|
@@ -3849,7 +3933,7 @@ exports.default = {
|
|
|
3849
3933
|
2
|
|
3850
3934
|
],
|
|
3851
3935
|
"eligibility": [
|
|
3852
|
-
|
|
3936
|
+
144
|
|
3853
3937
|
],
|
|
3854
3938
|
"__typename": [
|
|
3855
3939
|
1
|
|
@@ -3857,10 +3941,10 @@ exports.default = {
|
|
|
3857
3941
|
},
|
|
3858
3942
|
"PaginatedOffersWithEligibility": {
|
|
3859
3943
|
"items": [
|
|
3860
|
-
|
|
3944
|
+
147
|
|
3861
3945
|
],
|
|
3862
3946
|
"pagination": [
|
|
3863
|
-
|
|
3947
|
+
146
|
|
3864
3948
|
],
|
|
3865
3949
|
"__typename": [
|
|
3866
3950
|
1
|
|
@@ -3871,7 +3955,7 @@ exports.default = {
|
|
|
3871
3955
|
63
|
|
3872
3956
|
],
|
|
3873
3957
|
"pagination": [
|
|
3874
|
-
|
|
3958
|
+
146
|
|
3875
3959
|
],
|
|
3876
3960
|
"__typename": [
|
|
3877
3961
|
1
|
|
@@ -3882,7 +3966,7 @@ exports.default = {
|
|
|
3882
3966
|
59
|
|
3883
3967
|
],
|
|
3884
3968
|
"pagination": [
|
|
3885
|
-
|
|
3969
|
+
146
|
|
3886
3970
|
],
|
|
3887
3971
|
"__typename": [
|
|
3888
3972
|
1
|
|
@@ -3924,7 +4008,7 @@ exports.default = {
|
|
|
3924
4008
|
1
|
|
3925
4009
|
],
|
|
3926
4010
|
"failureReason": [
|
|
3927
|
-
|
|
4011
|
+
152
|
|
3928
4012
|
],
|
|
3929
4013
|
"result": [
|
|
3930
4014
|
1
|
|
@@ -3941,7 +4025,7 @@ exports.default = {
|
|
|
3941
4025
|
2
|
|
3942
4026
|
],
|
|
3943
4027
|
"failureReason": [
|
|
3944
|
-
|
|
4028
|
+
152
|
|
3945
4029
|
],
|
|
3946
4030
|
"__typename": [
|
|
3947
4031
|
1
|
|
@@ -3949,7 +4033,7 @@ exports.default = {
|
|
|
3949
4033
|
},
|
|
3950
4034
|
"ScoreRefreshDetail": {
|
|
3951
4035
|
"status": [
|
|
3952
|
-
|
|
4036
|
+
156
|
|
3953
4037
|
],
|
|
3954
4038
|
"message": [
|
|
3955
4039
|
1
|
|
@@ -3990,22 +4074,22 @@ exports.default = {
|
|
|
3990
4074
|
1
|
|
3991
4075
|
],
|
|
3992
4076
|
"status": [
|
|
3993
|
-
|
|
4077
|
+
156
|
|
3994
4078
|
],
|
|
3995
4079
|
"message": [
|
|
3996
4080
|
1
|
|
3997
4081
|
],
|
|
3998
4082
|
"tpi": [
|
|
3999
|
-
|
|
4083
|
+
155
|
|
4000
4084
|
],
|
|
4001
4085
|
"spi": [
|
|
4002
|
-
|
|
4086
|
+
155
|
|
4003
4087
|
],
|
|
4004
4088
|
"api": [
|
|
4005
|
-
|
|
4089
|
+
155
|
|
4006
4090
|
],
|
|
4007
4091
|
"diagnostics": [
|
|
4008
|
-
|
|
4092
|
+
157
|
|
4009
4093
|
],
|
|
4010
4094
|
"__typename": [
|
|
4011
4095
|
1
|
|
@@ -4013,7 +4097,7 @@ exports.default = {
|
|
|
4013
4097
|
},
|
|
4014
4098
|
"ForceScoreRefreshResponse": {
|
|
4015
4099
|
"results": [
|
|
4016
|
-
|
|
4100
|
+
158
|
|
4017
4101
|
],
|
|
4018
4102
|
"successCount": [
|
|
4019
4103
|
18
|
|
@@ -4041,7 +4125,7 @@ exports.default = {
|
|
|
4041
4125
|
},
|
|
4042
4126
|
"CursorPaginationResponse": {
|
|
4043
4127
|
"sort": [
|
|
4044
|
-
|
|
4128
|
+
160
|
|
4045
4129
|
],
|
|
4046
4130
|
"initialCursorId": [
|
|
4047
4131
|
1
|
|
@@ -4070,10 +4154,10 @@ exports.default = {
|
|
|
4070
4154
|
},
|
|
4071
4155
|
"AthleteQueryResponse": {
|
|
4072
4156
|
"athletes": [
|
|
4073
|
-
|
|
4157
|
+
104
|
|
4074
4158
|
],
|
|
4075
4159
|
"cursor": [
|
|
4076
|
-
|
|
4160
|
+
161
|
|
4077
4161
|
],
|
|
4078
4162
|
"__typename": [
|
|
4079
4163
|
1
|
|
@@ -4104,7 +4188,7 @@ exports.default = {
|
|
|
4104
4188
|
1
|
|
4105
4189
|
],
|
|
4106
4190
|
"failureReason": [
|
|
4107
|
-
|
|
4191
|
+
152
|
|
4108
4192
|
],
|
|
4109
4193
|
"result": [
|
|
4110
4194
|
1
|
|
@@ -4151,7 +4235,7 @@ exports.default = {
|
|
|
4151
4235
|
},
|
|
4152
4236
|
"CompetitionDeleteVerificationResponse": {
|
|
4153
4237
|
"reasons": [
|
|
4154
|
-
|
|
4238
|
+
167
|
|
4155
4239
|
],
|
|
4156
4240
|
"__typename": [
|
|
4157
4241
|
1
|
|
@@ -4177,16 +4261,16 @@ exports.default = {
|
|
|
4177
4261
|
14
|
|
4178
4262
|
],
|
|
4179
4263
|
"vtxScores": [
|
|
4180
|
-
|
|
4264
|
+
102
|
|
4181
4265
|
],
|
|
4182
4266
|
"tpiScores": [
|
|
4183
|
-
|
|
4267
|
+
102
|
|
4184
4268
|
],
|
|
4185
4269
|
"spiScores": [
|
|
4186
|
-
|
|
4270
|
+
102
|
|
4187
4271
|
],
|
|
4188
4272
|
"apiScores": [
|
|
4189
|
-
|
|
4273
|
+
102
|
|
4190
4274
|
],
|
|
4191
4275
|
"__typename": [
|
|
4192
4276
|
1
|
|
@@ -4197,7 +4281,7 @@ exports.default = {
|
|
|
4197
4281
|
1
|
|
4198
4282
|
],
|
|
4199
4283
|
"json": [
|
|
4200
|
-
|
|
4284
|
+
171
|
|
4201
4285
|
],
|
|
4202
4286
|
"__typename": [
|
|
4203
4287
|
1
|
|
@@ -4206,13 +4290,13 @@ exports.default = {
|
|
|
4206
4290
|
"JSONObject": {},
|
|
4207
4291
|
"BrowseCampaignsResult": {
|
|
4208
4292
|
"campaigns": [
|
|
4209
|
-
|
|
4293
|
+
93
|
|
4210
4294
|
],
|
|
4211
4295
|
"featuredPopular": [
|
|
4212
|
-
|
|
4296
|
+
93
|
|
4213
4297
|
],
|
|
4214
4298
|
"featuredEndingSoon": [
|
|
4215
|
-
|
|
4299
|
+
93
|
|
4216
4300
|
],
|
|
4217
4301
|
"total": [
|
|
4218
4302
|
51
|
|
@@ -4261,7 +4345,7 @@ exports.default = {
|
|
|
4261
4345
|
},
|
|
4262
4346
|
"CheckScoreRefreshCapabilityResponse": {
|
|
4263
4347
|
"capabilities": [
|
|
4264
|
-
|
|
4348
|
+
173
|
|
4265
4349
|
],
|
|
4266
4350
|
"__typename": [
|
|
4267
4351
|
1
|
|
@@ -4309,31 +4393,125 @@ exports.default = {
|
|
|
4309
4393
|
68
|
|
4310
4394
|
],
|
|
4311
4395
|
"pagination": [
|
|
4312
|
-
|
|
4396
|
+
146
|
|
4313
4397
|
],
|
|
4314
4398
|
"__typename": [
|
|
4315
4399
|
1
|
|
4316
4400
|
]
|
|
4317
4401
|
},
|
|
4318
|
-
"
|
|
4319
|
-
"
|
|
4402
|
+
"Club": {
|
|
4403
|
+
"_id": [
|
|
4320
4404
|
1
|
|
4321
4405
|
],
|
|
4322
|
-
"
|
|
4406
|
+
"name": [
|
|
4323
4407
|
1
|
|
4324
4408
|
],
|
|
4325
|
-
"
|
|
4409
|
+
"description": [
|
|
4326
4410
|
1
|
|
4327
4411
|
],
|
|
4328
|
-
"
|
|
4329
|
-
|
|
4330
|
-
]
|
|
4331
|
-
|
|
4332
|
-
|
|
4333
|
-
|
|
4412
|
+
"sports": [
|
|
4413
|
+
68
|
|
4414
|
+
],
|
|
4415
|
+
"logo": [
|
|
4416
|
+
27
|
|
4417
|
+
],
|
|
4418
|
+
"banner": [
|
|
4419
|
+
27
|
|
4420
|
+
],
|
|
4421
|
+
"location": [
|
|
4334
4422
|
1
|
|
4335
4423
|
],
|
|
4336
|
-
"
|
|
4424
|
+
"website": [
|
|
4425
|
+
1
|
|
4426
|
+
],
|
|
4427
|
+
"membershipType": [
|
|
4428
|
+
1
|
|
4429
|
+
],
|
|
4430
|
+
"feeStructure": [
|
|
4431
|
+
179
|
|
4432
|
+
],
|
|
4433
|
+
"approved": [
|
|
4434
|
+
2
|
|
4435
|
+
],
|
|
4436
|
+
"visibility": [
|
|
4437
|
+
1
|
|
4438
|
+
],
|
|
4439
|
+
"teams": [
|
|
4440
|
+
77
|
|
4441
|
+
],
|
|
4442
|
+
"stripeAccountId": [
|
|
4443
|
+
1
|
|
4444
|
+
],
|
|
4445
|
+
"__typename": [
|
|
4446
|
+
1
|
|
4447
|
+
]
|
|
4448
|
+
},
|
|
4449
|
+
"JSON": {},
|
|
4450
|
+
"AthleteClubMember": {
|
|
4451
|
+
"_id": [
|
|
4452
|
+
1
|
|
4453
|
+
],
|
|
4454
|
+
"firstName": [
|
|
4455
|
+
1
|
|
4456
|
+
],
|
|
4457
|
+
"lastName": [
|
|
4458
|
+
1
|
|
4459
|
+
],
|
|
4460
|
+
"screenName": [
|
|
4461
|
+
1
|
|
4462
|
+
],
|
|
4463
|
+
"profilePicture": [
|
|
4464
|
+
27
|
|
4465
|
+
],
|
|
4466
|
+
"__typename": [
|
|
4467
|
+
1
|
|
4468
|
+
]
|
|
4469
|
+
},
|
|
4470
|
+
"AthleteClub": {
|
|
4471
|
+
"_id": [
|
|
4472
|
+
1
|
|
4473
|
+
],
|
|
4474
|
+
"athlete": [
|
|
4475
|
+
180
|
|
4476
|
+
],
|
|
4477
|
+
"club": [
|
|
4478
|
+
178
|
|
4479
|
+
],
|
|
4480
|
+
"role": [
|
|
4481
|
+
1
|
|
4482
|
+
],
|
|
4483
|
+
"status": [
|
|
4484
|
+
1
|
|
4485
|
+
],
|
|
4486
|
+
"joinedAt": [
|
|
4487
|
+
14
|
|
4488
|
+
],
|
|
4489
|
+
"leftAt": [
|
|
4490
|
+
14
|
|
4491
|
+
],
|
|
4492
|
+
"__typename": [
|
|
4493
|
+
1
|
|
4494
|
+
]
|
|
4495
|
+
},
|
|
4496
|
+
"UserImages": {
|
|
4497
|
+
"profilePictureUrl": [
|
|
4498
|
+
1
|
|
4499
|
+
],
|
|
4500
|
+
"cardPictureUrl": [
|
|
4501
|
+
1
|
|
4502
|
+
],
|
|
4503
|
+
"bannerPictureUrl": [
|
|
4504
|
+
1
|
|
4505
|
+
],
|
|
4506
|
+
"__typename": [
|
|
4507
|
+
1
|
|
4508
|
+
]
|
|
4509
|
+
},
|
|
4510
|
+
"ValidatedToken": {
|
|
4511
|
+
"accessToken": [
|
|
4512
|
+
1
|
|
4513
|
+
],
|
|
4514
|
+
"refreshToken": [
|
|
4337
4515
|
1
|
|
4338
4516
|
],
|
|
4339
4517
|
"expiresAt": [
|
|
@@ -4377,10 +4555,10 @@ exports.default = {
|
|
|
4377
4555
|
},
|
|
4378
4556
|
"PaginatedUsers": {
|
|
4379
4557
|
"items": [
|
|
4380
|
-
|
|
4558
|
+
136
|
|
4381
4559
|
],
|
|
4382
4560
|
"pagination": [
|
|
4383
|
-
|
|
4561
|
+
146
|
|
4384
4562
|
],
|
|
4385
4563
|
"__typename": [
|
|
4386
4564
|
1
|
|
@@ -4436,7 +4614,7 @@ exports.default = {
|
|
|
4436
4614
|
14
|
|
4437
4615
|
],
|
|
4438
4616
|
"athleteDonationReceipt": [
|
|
4439
|
-
|
|
4617
|
+
120
|
|
4440
4618
|
],
|
|
4441
4619
|
"__typename": [
|
|
4442
4620
|
1
|
|
@@ -4444,10 +4622,10 @@ exports.default = {
|
|
|
4444
4622
|
},
|
|
4445
4623
|
"PaginatedEvents": {
|
|
4446
4624
|
"items": [
|
|
4447
|
-
|
|
4625
|
+
79
|
|
4448
4626
|
],
|
|
4449
4627
|
"pagination": [
|
|
4450
|
-
|
|
4628
|
+
146
|
|
4451
4629
|
],
|
|
4452
4630
|
"__typename": [
|
|
4453
4631
|
1
|
|
@@ -4466,10 +4644,10 @@ exports.default = {
|
|
|
4466
4644
|
},
|
|
4467
4645
|
"PaginatedDonations": {
|
|
4468
4646
|
"donations": [
|
|
4469
|
-
|
|
4647
|
+
134
|
|
4470
4648
|
],
|
|
4471
4649
|
"pagination": [
|
|
4472
|
-
|
|
4650
|
+
146
|
|
4473
4651
|
],
|
|
4474
4652
|
"__typename": [
|
|
4475
4653
|
1
|
|
@@ -4497,10 +4675,10 @@ exports.default = {
|
|
|
4497
4675
|
1
|
|
4498
4676
|
],
|
|
4499
4677
|
"availableBalances": [
|
|
4500
|
-
|
|
4678
|
+
190
|
|
4501
4679
|
],
|
|
4502
4680
|
"pendingBalances": [
|
|
4503
|
-
|
|
4681
|
+
190
|
|
4504
4682
|
],
|
|
4505
4683
|
"__typename": [
|
|
4506
4684
|
1
|
|
@@ -4508,7 +4686,7 @@ exports.default = {
|
|
|
4508
4686
|
},
|
|
4509
4687
|
"StripeTransfer": {
|
|
4510
4688
|
"_id": [
|
|
4511
|
-
|
|
4689
|
+
106
|
|
4512
4690
|
],
|
|
4513
4691
|
"stripeId": [
|
|
4514
4692
|
1
|
|
@@ -4538,7 +4716,7 @@ exports.default = {
|
|
|
4538
4716
|
1
|
|
4539
4717
|
],
|
|
4540
4718
|
"status": [
|
|
4541
|
-
|
|
4719
|
+
193
|
|
4542
4720
|
],
|
|
4543
4721
|
"lastError": [
|
|
4544
4722
|
1
|
|
@@ -4564,10 +4742,10 @@ exports.default = {
|
|
|
4564
4742
|
},
|
|
4565
4743
|
"PaginatedTransactions": {
|
|
4566
4744
|
"items": [
|
|
4567
|
-
|
|
4745
|
+
138
|
|
4568
4746
|
],
|
|
4569
4747
|
"pagination": [
|
|
4570
|
-
|
|
4748
|
+
146
|
|
4571
4749
|
],
|
|
4572
4750
|
"__typename": [
|
|
4573
4751
|
1
|
|
@@ -4575,10 +4753,10 @@ exports.default = {
|
|
|
4575
4753
|
},
|
|
4576
4754
|
"PaginatedOffers": {
|
|
4577
4755
|
"items": [
|
|
4578
|
-
|
|
4756
|
+
139
|
|
4579
4757
|
],
|
|
4580
4758
|
"pagination": [
|
|
4581
|
-
|
|
4759
|
+
146
|
|
4582
4760
|
],
|
|
4583
4761
|
"__typename": [
|
|
4584
4762
|
1
|
|
@@ -4707,13 +4885,13 @@ exports.default = {
|
|
|
4707
4885
|
},
|
|
4708
4886
|
"LeaderboardResponse": {
|
|
4709
4887
|
"entries": [
|
|
4710
|
-
|
|
4888
|
+
199
|
|
4711
4889
|
],
|
|
4712
4890
|
"pagination": [
|
|
4713
|
-
|
|
4891
|
+
200
|
|
4714
4892
|
],
|
|
4715
4893
|
"filters": [
|
|
4716
|
-
|
|
4894
|
+
201
|
|
4717
4895
|
],
|
|
4718
4896
|
"__typename": [
|
|
4719
4897
|
1
|
|
@@ -4827,7 +5005,7 @@ exports.default = {
|
|
|
4827
5005
|
1
|
|
4828
5006
|
],
|
|
4829
5007
|
"metrics": [
|
|
4830
|
-
|
|
5008
|
+
171
|
|
4831
5009
|
],
|
|
4832
5010
|
"pointsEarned": [
|
|
4833
5011
|
18
|
|
@@ -4847,7 +5025,7 @@ exports.default = {
|
|
|
4847
5025
|
},
|
|
4848
5026
|
"ActivitiesResponse": {
|
|
4849
5027
|
"items": [
|
|
4850
|
-
|
|
5028
|
+
208
|
|
4851
5029
|
],
|
|
4852
5030
|
"total": [
|
|
4853
5031
|
51
|
|
@@ -4910,10 +5088,10 @@ exports.default = {
|
|
|
4910
5088
|
1
|
|
4911
5089
|
],
|
|
4912
5090
|
"metrics": [
|
|
4913
|
-
|
|
5091
|
+
210
|
|
4914
5092
|
],
|
|
4915
5093
|
"scoreInfo": [
|
|
4916
|
-
|
|
5094
|
+
211
|
|
4917
5095
|
],
|
|
4918
5096
|
"prMetrics": [
|
|
4919
5097
|
1
|
|
@@ -4959,13 +5137,13 @@ exports.default = {
|
|
|
4959
5137
|
18
|
|
4960
5138
|
],
|
|
4961
5139
|
"topMetrics": [
|
|
4962
|
-
|
|
5140
|
+
213
|
|
4963
5141
|
],
|
|
4964
5142
|
"newMaxActivityIds": [
|
|
4965
5143
|
1
|
|
4966
5144
|
],
|
|
4967
5145
|
"metricMaxes": [
|
|
4968
|
-
|
|
5146
|
+
171
|
|
4969
5147
|
],
|
|
4970
5148
|
"__typename": [
|
|
4971
5149
|
1
|
|
@@ -4976,7 +5154,7 @@ exports.default = {
|
|
|
4976
5154
|
14
|
|
4977
5155
|
],
|
|
4978
5156
|
"category": [
|
|
4979
|
-
|
|
5157
|
+
216
|
|
4980
5158
|
],
|
|
4981
5159
|
"count": [
|
|
4982
5160
|
51
|
|
@@ -4991,7 +5169,7 @@ exports.default = {
|
|
|
4991
5169
|
"ActivityCategory": {},
|
|
4992
5170
|
"ActivityDatesResponse": {
|
|
4993
5171
|
"dates": [
|
|
4994
|
-
|
|
5172
|
+
215
|
|
4995
5173
|
],
|
|
4996
5174
|
"__typename": [
|
|
4997
5175
|
1
|
|
@@ -4999,19 +5177,19 @@ exports.default = {
|
|
|
4999
5177
|
},
|
|
5000
5178
|
"SocialAggregateType": {
|
|
5001
5179
|
"_id": [
|
|
5002
|
-
|
|
5180
|
+
106
|
|
5003
5181
|
],
|
|
5004
5182
|
"athleteId": [
|
|
5005
5183
|
1
|
|
5006
5184
|
],
|
|
5007
5185
|
"platform": [
|
|
5008
|
-
|
|
5186
|
+
219
|
|
5009
5187
|
],
|
|
5010
5188
|
"contentType": [
|
|
5011
|
-
|
|
5189
|
+
220
|
|
5012
5190
|
],
|
|
5013
5191
|
"periodType": [
|
|
5014
|
-
|
|
5192
|
+
221
|
|
5015
5193
|
],
|
|
5016
5194
|
"periodLabel": [
|
|
5017
5195
|
1
|
|
@@ -5064,7 +5242,7 @@ exports.default = {
|
|
|
5064
5242
|
"PeriodType": {},
|
|
5065
5243
|
"PostMetricType": {
|
|
5066
5244
|
"id": [
|
|
5067
|
-
|
|
5245
|
+
106
|
|
5068
5246
|
],
|
|
5069
5247
|
"postId": [
|
|
5070
5248
|
1
|
|
@@ -5076,7 +5254,7 @@ exports.default = {
|
|
|
5076
5254
|
1
|
|
5077
5255
|
],
|
|
5078
5256
|
"contentType": [
|
|
5079
|
-
|
|
5257
|
+
220
|
|
5080
5258
|
],
|
|
5081
5259
|
"caption": [
|
|
5082
5260
|
1
|
|
@@ -5125,10 +5303,10 @@ exports.default = {
|
|
|
5125
5303
|
},
|
|
5126
5304
|
"PostComparisonResultType": {
|
|
5127
5305
|
"posts": [
|
|
5128
|
-
|
|
5306
|
+
222
|
|
5129
5307
|
],
|
|
5130
5308
|
"averages": [
|
|
5131
|
-
|
|
5309
|
+
223
|
|
5132
5310
|
],
|
|
5133
5311
|
"total": [
|
|
5134
5312
|
51
|
|
@@ -5142,7 +5320,7 @@ exports.default = {
|
|
|
5142
5320
|
},
|
|
5143
5321
|
"Notification": {
|
|
5144
5322
|
"id": [
|
|
5145
|
-
|
|
5323
|
+
106
|
|
5146
5324
|
],
|
|
5147
5325
|
"recipientId": [
|
|
5148
5326
|
1
|
|
@@ -5166,7 +5344,7 @@ exports.default = {
|
|
|
5166
5344
|
1
|
|
5167
5345
|
],
|
|
5168
5346
|
"actionParams": [
|
|
5169
|
-
|
|
5347
|
+
179
|
|
5170
5348
|
],
|
|
5171
5349
|
"actionLabel": [
|
|
5172
5350
|
1
|
|
@@ -5184,10 +5362,9 @@ exports.default = {
|
|
|
5184
5362
|
1
|
|
5185
5363
|
]
|
|
5186
5364
|
},
|
|
5187
|
-
"JSON": {},
|
|
5188
5365
|
"NotificationListResponse": {
|
|
5189
5366
|
"notifications": [
|
|
5190
|
-
|
|
5367
|
+
225
|
|
5191
5368
|
],
|
|
5192
5369
|
"total": [
|
|
5193
5370
|
51
|
|
@@ -5209,7 +5386,7 @@ exports.default = {
|
|
|
5209
5386
|
},
|
|
5210
5387
|
"NotificationPreference": {
|
|
5211
5388
|
"id": [
|
|
5212
|
-
|
|
5389
|
+
106
|
|
5213
5390
|
],
|
|
5214
5391
|
"userId": [
|
|
5215
5392
|
1
|
|
@@ -5232,7 +5409,7 @@ exports.default = {
|
|
|
5232
5409
|
},
|
|
5233
5410
|
"DeviceTokenType": {
|
|
5234
5411
|
"id": [
|
|
5235
|
-
|
|
5412
|
+
106
|
|
5236
5413
|
],
|
|
5237
5414
|
"userId": [
|
|
5238
5415
|
1
|
|
@@ -5287,7 +5464,7 @@ exports.default = {
|
|
|
5287
5464
|
},
|
|
5288
5465
|
"FollowedAthletesListResponse": {
|
|
5289
5466
|
"athletes": [
|
|
5290
|
-
|
|
5467
|
+
230
|
|
5291
5468
|
],
|
|
5292
5469
|
"total": [
|
|
5293
5470
|
51
|
|
@@ -5344,7 +5521,7 @@ exports.default = {
|
|
|
5344
5521
|
1
|
|
5345
5522
|
],
|
|
5346
5523
|
"filters": [
|
|
5347
|
-
|
|
5524
|
+
171
|
|
5348
5525
|
],
|
|
5349
5526
|
"createdBy": [
|
|
5350
5527
|
1
|
|
@@ -5373,7 +5550,7 @@ exports.default = {
|
|
|
5373
5550
|
1
|
|
5374
5551
|
],
|
|
5375
5552
|
"audienceFilters": [
|
|
5376
|
-
|
|
5553
|
+
171
|
|
5377
5554
|
],
|
|
5378
5555
|
"segmentId": [
|
|
5379
5556
|
1
|
|
@@ -5403,10 +5580,10 @@ exports.default = {
|
|
|
5403
5580
|
14
|
|
5404
5581
|
],
|
|
5405
5582
|
"deliveryStats": [
|
|
5406
|
-
|
|
5583
|
+
233
|
|
5407
5584
|
],
|
|
5408
5585
|
"segment": [
|
|
5409
|
-
|
|
5586
|
+
234
|
|
5410
5587
|
],
|
|
5411
5588
|
"__typename": [
|
|
5412
5589
|
1
|
|
@@ -5414,7 +5591,7 @@ exports.default = {
|
|
|
5414
5591
|
},
|
|
5415
5592
|
"EmailCampaignPage": {
|
|
5416
5593
|
"campaigns": [
|
|
5417
|
-
|
|
5594
|
+
235
|
|
5418
5595
|
],
|
|
5419
5596
|
"total": [
|
|
5420
5597
|
51
|
|
@@ -5462,7 +5639,7 @@ exports.default = {
|
|
|
5462
5639
|
51
|
|
5463
5640
|
],
|
|
5464
5641
|
"users": [
|
|
5465
|
-
|
|
5642
|
+
238
|
|
5466
5643
|
],
|
|
5467
5644
|
"__typename": [
|
|
5468
5645
|
1
|
|
@@ -5470,7 +5647,7 @@ exports.default = {
|
|
|
5470
5647
|
},
|
|
5471
5648
|
"AiCoachMessage": {
|
|
5472
5649
|
"_id": [
|
|
5473
|
-
|
|
5650
|
+
106
|
|
5474
5651
|
],
|
|
5475
5652
|
"threadId": [
|
|
5476
5653
|
1
|
|
@@ -5499,7 +5676,7 @@ exports.default = {
|
|
|
5499
5676
|
},
|
|
5500
5677
|
"AiCoachThread": {
|
|
5501
5678
|
"_id": [
|
|
5502
|
-
|
|
5679
|
+
106
|
|
5503
5680
|
],
|
|
5504
5681
|
"athleteId": [
|
|
5505
5682
|
1
|
|
@@ -5514,7 +5691,7 @@ exports.default = {
|
|
|
5514
5691
|
1
|
|
5515
5692
|
],
|
|
5516
5693
|
"contextSnapshot": [
|
|
5517
|
-
|
|
5694
|
+
179
|
|
5518
5695
|
],
|
|
5519
5696
|
"createdAt": [
|
|
5520
5697
|
14
|
|
@@ -5523,7 +5700,7 @@ exports.default = {
|
|
|
5523
5700
|
14
|
|
5524
5701
|
],
|
|
5525
5702
|
"messages": [
|
|
5526
|
-
|
|
5703
|
+
240
|
|
5527
5704
|
],
|
|
5528
5705
|
"__typename": [
|
|
5529
5706
|
1
|
|
@@ -5551,7 +5728,7 @@ exports.default = {
|
|
|
5551
5728
|
},
|
|
5552
5729
|
"AiCoachNudge": {
|
|
5553
5730
|
"_id": [
|
|
5554
|
-
|
|
5731
|
+
106
|
|
5555
5732
|
],
|
|
5556
5733
|
"athleteId": [
|
|
5557
5734
|
1
|
|
@@ -5566,7 +5743,7 @@ exports.default = {
|
|
|
5566
5743
|
1
|
|
5567
5744
|
],
|
|
5568
5745
|
"data": [
|
|
5569
|
-
|
|
5746
|
+
179
|
|
5570
5747
|
],
|
|
5571
5748
|
"read": [
|
|
5572
5749
|
2
|
|
@@ -5583,7 +5760,7 @@ exports.default = {
|
|
|
5583
5760
|
},
|
|
5584
5761
|
"AiCoachNudgeListResponse": {
|
|
5585
5762
|
"nudges": [
|
|
5586
|
-
|
|
5763
|
+
243
|
|
5587
5764
|
],
|
|
5588
5765
|
"total": [
|
|
5589
5766
|
51
|
|
@@ -5600,6 +5777,120 @@ exports.default = {
|
|
|
5600
5777
|
1
|
|
5601
5778
|
]
|
|
5602
5779
|
},
|
|
5780
|
+
"StripeAccountStatus": {
|
|
5781
|
+
"chargesEnabled": [
|
|
5782
|
+
2
|
|
5783
|
+
],
|
|
5784
|
+
"payoutsEnabled": [
|
|
5785
|
+
2
|
|
5786
|
+
],
|
|
5787
|
+
"detailsSubmitted": [
|
|
5788
|
+
2
|
|
5789
|
+
],
|
|
5790
|
+
"__typename": [
|
|
5791
|
+
1
|
|
5792
|
+
]
|
|
5793
|
+
},
|
|
5794
|
+
"TeamVtxScoreHistoryEntry": {
|
|
5795
|
+
"date": [
|
|
5796
|
+
14
|
|
5797
|
+
],
|
|
5798
|
+
"score": [
|
|
5799
|
+
18
|
|
5800
|
+
],
|
|
5801
|
+
"__typename": [
|
|
5802
|
+
1
|
|
5803
|
+
]
|
|
5804
|
+
},
|
|
5805
|
+
"TeamLeaderboardEntry": {
|
|
5806
|
+
"athleteId": [
|
|
5807
|
+
1
|
|
5808
|
+
],
|
|
5809
|
+
"athleteName": [
|
|
5810
|
+
1
|
|
5811
|
+
],
|
|
5812
|
+
"athletePhoto": [
|
|
5813
|
+
1
|
|
5814
|
+
],
|
|
5815
|
+
"sport": [
|
|
5816
|
+
1
|
|
5817
|
+
],
|
|
5818
|
+
"vtxScore": [
|
|
5819
|
+
18
|
|
5820
|
+
],
|
|
5821
|
+
"rank": [
|
|
5822
|
+
51
|
|
5823
|
+
],
|
|
5824
|
+
"tpiScore": [
|
|
5825
|
+
18
|
|
5826
|
+
],
|
|
5827
|
+
"spiScore": [
|
|
5828
|
+
18
|
|
5829
|
+
],
|
|
5830
|
+
"apiScore": [
|
|
5831
|
+
18
|
|
5832
|
+
],
|
|
5833
|
+
"__typename": [
|
|
5834
|
+
1
|
|
5835
|
+
]
|
|
5836
|
+
},
|
|
5837
|
+
"TeamAnalytics": {
|
|
5838
|
+
"teamId": [
|
|
5839
|
+
1
|
|
5840
|
+
],
|
|
5841
|
+
"teamName": [
|
|
5842
|
+
1
|
|
5843
|
+
],
|
|
5844
|
+
"vtxScore": [
|
|
5845
|
+
18
|
|
5846
|
+
],
|
|
5847
|
+
"athleteCount": [
|
|
5848
|
+
51
|
|
5849
|
+
],
|
|
5850
|
+
"rosterSize": [
|
|
5851
|
+
51
|
|
5852
|
+
],
|
|
5853
|
+
"vtxScoreHistory": [
|
|
5854
|
+
247
|
|
5855
|
+
],
|
|
5856
|
+
"topPerformers": [
|
|
5857
|
+
248
|
|
5858
|
+
],
|
|
5859
|
+
"__typename": [
|
|
5860
|
+
1
|
|
5861
|
+
]
|
|
5862
|
+
},
|
|
5863
|
+
"TeamRosterOverview": {
|
|
5864
|
+
"totalActive": [
|
|
5865
|
+
51
|
|
5866
|
+
],
|
|
5867
|
+
"totalInactive": [
|
|
5868
|
+
51
|
|
5869
|
+
],
|
|
5870
|
+
"recentJoins": [
|
|
5871
|
+
51
|
|
5872
|
+
],
|
|
5873
|
+
"recentDepartures": [
|
|
5874
|
+
51
|
|
5875
|
+
],
|
|
5876
|
+
"__typename": [
|
|
5877
|
+
1
|
|
5878
|
+
]
|
|
5879
|
+
},
|
|
5880
|
+
"TeamDashboard": {
|
|
5881
|
+
"analytics": [
|
|
5882
|
+
249
|
|
5883
|
+
],
|
|
5884
|
+
"roster": [
|
|
5885
|
+
250
|
|
5886
|
+
],
|
|
5887
|
+
"leaderboard": [
|
|
5888
|
+
248
|
|
5889
|
+
],
|
|
5890
|
+
"__typename": [
|
|
5891
|
+
1
|
|
5892
|
+
]
|
|
5893
|
+
},
|
|
5603
5894
|
"CreateDatabaseFileDto": {
|
|
5604
5895
|
"identifier": [
|
|
5605
5896
|
1
|
|
@@ -5784,13 +6075,13 @@ exports.default = {
|
|
|
5784
6075
|
1
|
|
5785
6076
|
],
|
|
5786
6077
|
"logo": [
|
|
5787
|
-
|
|
6078
|
+
263
|
|
5788
6079
|
],
|
|
5789
6080
|
"banner": [
|
|
5790
|
-
|
|
6081
|
+
263
|
|
5791
6082
|
],
|
|
5792
6083
|
"translations": [
|
|
5793
|
-
|
|
6084
|
+
264
|
|
5794
6085
|
],
|
|
5795
6086
|
"sponsorId": [
|
|
5796
6087
|
1
|
|
@@ -5842,10 +6133,10 @@ exports.default = {
|
|
|
5842
6133
|
1
|
|
5843
6134
|
],
|
|
5844
6135
|
"logo": [
|
|
5845
|
-
|
|
6136
|
+
263
|
|
5846
6137
|
],
|
|
5847
6138
|
"banner": [
|
|
5848
|
-
|
|
6139
|
+
263
|
|
5849
6140
|
],
|
|
5850
6141
|
"__typename": [
|
|
5851
6142
|
1
|
|
@@ -5913,7 +6204,7 @@ exports.default = {
|
|
|
5913
6204
|
1
|
|
5914
6205
|
],
|
|
5915
6206
|
"invitations": [
|
|
5916
|
-
|
|
6207
|
+
267
|
|
5917
6208
|
],
|
|
5918
6209
|
"__typename": [
|
|
5919
6210
|
1
|
|
@@ -6050,7 +6341,7 @@ exports.default = {
|
|
|
6050
6341
|
1
|
|
6051
6342
|
],
|
|
6052
6343
|
"result": [
|
|
6053
|
-
|
|
6344
|
+
270
|
|
6054
6345
|
],
|
|
6055
6346
|
"cityId": [
|
|
6056
6347
|
1
|
|
@@ -6073,7 +6364,7 @@ exports.default = {
|
|
|
6073
6364
|
1
|
|
6074
6365
|
],
|
|
6075
6366
|
"result": [
|
|
6076
|
-
|
|
6367
|
+
270
|
|
6077
6368
|
],
|
|
6078
6369
|
"cityId": [
|
|
6079
6370
|
1
|
|
@@ -6109,13 +6400,13 @@ exports.default = {
|
|
|
6109
6400
|
},
|
|
6110
6401
|
"CursorPaginationDto": {
|
|
6111
6402
|
"sortCriteria": [
|
|
6112
|
-
|
|
6403
|
+
274
|
|
6113
6404
|
],
|
|
6114
6405
|
"limit": [
|
|
6115
6406
|
18
|
|
6116
6407
|
],
|
|
6117
6408
|
"cursorPosition": [
|
|
6118
|
-
|
|
6409
|
+
275
|
|
6119
6410
|
],
|
|
6120
6411
|
"__typename": [
|
|
6121
6412
|
1
|
|
@@ -6190,7 +6481,7 @@ exports.default = {
|
|
|
6190
6481
|
1
|
|
6191
6482
|
],
|
|
6192
6483
|
"currentCampaign": [
|
|
6193
|
-
|
|
6484
|
+
278
|
|
6194
6485
|
],
|
|
6195
6486
|
"sports": [
|
|
6196
6487
|
1
|
|
@@ -6252,10 +6543,10 @@ exports.default = {
|
|
|
6252
6543
|
},
|
|
6253
6544
|
"AthleteQueryDto": {
|
|
6254
6545
|
"cursor": [
|
|
6255
|
-
|
|
6546
|
+
276
|
|
6256
6547
|
],
|
|
6257
6548
|
"filters": [
|
|
6258
|
-
|
|
6549
|
+
279
|
|
6259
6550
|
],
|
|
6260
6551
|
"__typename": [
|
|
6261
6552
|
1
|
|
@@ -6266,7 +6557,7 @@ exports.default = {
|
|
|
6266
6557
|
1
|
|
6267
6558
|
],
|
|
6268
6559
|
"newPicture": [
|
|
6269
|
-
|
|
6560
|
+
263
|
|
6270
6561
|
],
|
|
6271
6562
|
"__typename": [
|
|
6272
6563
|
1
|
|
@@ -6280,7 +6571,7 @@ exports.default = {
|
|
|
6280
6571
|
1
|
|
6281
6572
|
],
|
|
6282
6573
|
"pictures": [
|
|
6283
|
-
|
|
6574
|
+
263
|
|
6284
6575
|
],
|
|
6285
6576
|
"albumId": [
|
|
6286
6577
|
1
|
|
@@ -6609,7 +6900,7 @@ exports.default = {
|
|
|
6609
6900
|
},
|
|
6610
6901
|
"resetPasswordDto": {
|
|
6611
6902
|
"code": [
|
|
6612
|
-
|
|
6903
|
+
260
|
|
6613
6904
|
],
|
|
6614
6905
|
"newPassword": [
|
|
6615
6906
|
1
|
|
@@ -6740,7 +7031,7 @@ exports.default = {
|
|
|
6740
7031
|
1
|
|
6741
7032
|
],
|
|
6742
7033
|
"banner": [
|
|
6743
|
-
|
|
7034
|
+
263
|
|
6744
7035
|
],
|
|
6745
7036
|
"eventLevel": [
|
|
6746
7037
|
1
|
|
@@ -6849,7 +7140,7 @@ exports.default = {
|
|
|
6849
7140
|
18
|
|
6850
7141
|
],
|
|
6851
7142
|
"items": [
|
|
6852
|
-
|
|
7143
|
+
314
|
|
6853
7144
|
],
|
|
6854
7145
|
"__typename": [
|
|
6855
7146
|
1
|
|
@@ -6860,7 +7151,7 @@ exports.default = {
|
|
|
6860
7151
|
18
|
|
6861
7152
|
],
|
|
6862
7153
|
"items": [
|
|
6863
|
-
|
|
7154
|
+
314
|
|
6864
7155
|
],
|
|
6865
7156
|
"athleteCompetitionId": [
|
|
6866
7157
|
1
|
|
@@ -6909,16 +7200,16 @@ exports.default = {
|
|
|
6909
7200
|
14
|
|
6910
7201
|
],
|
|
6911
7202
|
"budget": [
|
|
6912
|
-
|
|
7203
|
+
316
|
|
6913
7204
|
],
|
|
6914
7205
|
"competitionBudgets": [
|
|
6915
|
-
|
|
7206
|
+
317
|
|
6916
7207
|
],
|
|
6917
7208
|
"competitionIds": [
|
|
6918
7209
|
1
|
|
6919
7210
|
],
|
|
6920
7211
|
"video": [
|
|
6921
|
-
|
|
7212
|
+
318
|
|
6922
7213
|
],
|
|
6923
7214
|
"coverImageId": [
|
|
6924
7215
|
1
|
|
@@ -6953,16 +7244,16 @@ exports.default = {
|
|
|
6953
7244
|
14
|
|
6954
7245
|
],
|
|
6955
7246
|
"budget": [
|
|
6956
|
-
|
|
7247
|
+
316
|
|
6957
7248
|
],
|
|
6958
7249
|
"competitionBudgets": [
|
|
6959
|
-
|
|
7250
|
+
317
|
|
6960
7251
|
],
|
|
6961
7252
|
"competitionIds": [
|
|
6962
7253
|
1
|
|
6963
7254
|
],
|
|
6964
7255
|
"video": [
|
|
6965
|
-
|
|
7256
|
+
318
|
|
6966
7257
|
],
|
|
6967
7258
|
"coverImageId": [
|
|
6968
7259
|
1
|
|
@@ -7000,16 +7291,16 @@ exports.default = {
|
|
|
7000
7291
|
14
|
|
7001
7292
|
],
|
|
7002
7293
|
"budget": [
|
|
7003
|
-
|
|
7294
|
+
316
|
|
7004
7295
|
],
|
|
7005
7296
|
"competitionBudgets": [
|
|
7006
|
-
|
|
7297
|
+
317
|
|
7007
7298
|
],
|
|
7008
7299
|
"competitionIds": [
|
|
7009
7300
|
1
|
|
7010
7301
|
],
|
|
7011
7302
|
"video": [
|
|
7012
|
-
|
|
7303
|
+
318
|
|
7013
7304
|
],
|
|
7014
7305
|
"coverImageId": [
|
|
7015
7306
|
1
|
|
@@ -7034,7 +7325,7 @@ exports.default = {
|
|
|
7034
7325
|
},
|
|
7035
7326
|
"BudgetDto": {
|
|
7036
7327
|
"items": [
|
|
7037
|
-
|
|
7328
|
+
314
|
|
7038
7329
|
],
|
|
7039
7330
|
"fundingMode": [
|
|
7040
7331
|
1
|
|
@@ -7048,7 +7339,7 @@ exports.default = {
|
|
|
7048
7339
|
1
|
|
7049
7340
|
],
|
|
7050
7341
|
"budget": [
|
|
7051
|
-
|
|
7342
|
+
323
|
|
7052
7343
|
],
|
|
7053
7344
|
"__typename": [
|
|
7054
7345
|
1
|
|
@@ -7059,7 +7350,7 @@ exports.default = {
|
|
|
7059
7350
|
1
|
|
7060
7351
|
],
|
|
7061
7352
|
"budget": [
|
|
7062
|
-
|
|
7353
|
+
323
|
|
7063
7354
|
],
|
|
7064
7355
|
"__typename": [
|
|
7065
7356
|
1
|
|
@@ -7079,7 +7370,7 @@ exports.default = {
|
|
|
7079
7370
|
18
|
|
7080
7371
|
],
|
|
7081
7372
|
"budget": [
|
|
7082
|
-
|
|
7373
|
+
323
|
|
7083
7374
|
],
|
|
7084
7375
|
"__typename": [
|
|
7085
7376
|
1
|
|
@@ -7116,7 +7407,7 @@ exports.default = {
|
|
|
7116
7407
|
1
|
|
7117
7408
|
],
|
|
7118
7409
|
"filters": [
|
|
7119
|
-
|
|
7410
|
+
327
|
|
7120
7411
|
],
|
|
7121
7412
|
"sortField": [
|
|
7122
7413
|
1
|
|
@@ -7142,7 +7433,7 @@ exports.default = {
|
|
|
7142
7433
|
1
|
|
7143
7434
|
],
|
|
7144
7435
|
"logo": [
|
|
7145
|
-
|
|
7436
|
+
263
|
|
7146
7437
|
],
|
|
7147
7438
|
"countryId": [
|
|
7148
7439
|
1
|
|
@@ -7230,7 +7521,7 @@ exports.default = {
|
|
|
7230
7521
|
1
|
|
7231
7522
|
],
|
|
7232
7523
|
"profilePicture": [
|
|
7233
|
-
|
|
7524
|
+
263
|
|
7234
7525
|
],
|
|
7235
7526
|
"__typename": [
|
|
7236
7527
|
1
|
|
@@ -7282,7 +7573,7 @@ exports.default = {
|
|
|
7282
7573
|
18
|
|
7283
7574
|
],
|
|
7284
7575
|
"sortCriteria": [
|
|
7285
|
-
|
|
7576
|
+
274
|
|
7286
7577
|
],
|
|
7287
7578
|
"__typename": [
|
|
7288
7579
|
1
|
|
@@ -7299,7 +7590,7 @@ exports.default = {
|
|
|
7299
7590
|
1
|
|
7300
7591
|
],
|
|
7301
7592
|
"offerImage": [
|
|
7302
|
-
|
|
7593
|
+
263
|
|
7303
7594
|
],
|
|
7304
7595
|
"type": [
|
|
7305
7596
|
1
|
|
@@ -7323,7 +7614,7 @@ exports.default = {
|
|
|
7323
7614
|
1
|
|
7324
7615
|
],
|
|
7325
7616
|
"criteria": [
|
|
7326
|
-
|
|
7617
|
+
338
|
|
7327
7618
|
],
|
|
7328
7619
|
"dateStart": [
|
|
7329
7620
|
14
|
|
@@ -7358,7 +7649,7 @@ exports.default = {
|
|
|
7358
7649
|
1
|
|
7359
7650
|
],
|
|
7360
7651
|
"qualificationsBag": [
|
|
7361
|
-
|
|
7652
|
+
339
|
|
7362
7653
|
],
|
|
7363
7654
|
"__typename": [
|
|
7364
7655
|
1
|
|
@@ -7366,28 +7657,28 @@ exports.default = {
|
|
|
7366
7657
|
},
|
|
7367
7658
|
"QualificationsBagDto": {
|
|
7368
7659
|
"ageQualifications": [
|
|
7369
|
-
|
|
7660
|
+
294
|
|
7370
7661
|
],
|
|
7371
7662
|
"genderQualifications": [
|
|
7372
|
-
|
|
7663
|
+
295
|
|
7373
7664
|
],
|
|
7374
7665
|
"scoreQualifications": [
|
|
7375
|
-
|
|
7666
|
+
297
|
|
7376
7667
|
],
|
|
7377
7668
|
"locationQualifications": [
|
|
7378
|
-
|
|
7669
|
+
298
|
|
7379
7670
|
],
|
|
7380
7671
|
"nationalityQualifications": [
|
|
7381
|
-
|
|
7672
|
+
296
|
|
7382
7673
|
],
|
|
7383
7674
|
"distanceQualifications": [
|
|
7384
|
-
|
|
7675
|
+
299
|
|
7385
7676
|
],
|
|
7386
7677
|
"sportsQualifications": [
|
|
7387
|
-
|
|
7678
|
+
300
|
|
7388
7679
|
],
|
|
7389
7680
|
"levelQualifications": [
|
|
7390
|
-
|
|
7681
|
+
301
|
|
7391
7682
|
],
|
|
7392
7683
|
"__typename": [
|
|
7393
7684
|
1
|
|
@@ -7433,7 +7724,7 @@ exports.default = {
|
|
|
7433
7724
|
},
|
|
7434
7725
|
"OfferClaimQueryDto": {
|
|
7435
7726
|
"status": [
|
|
7436
|
-
|
|
7727
|
+
378
|
|
7437
7728
|
],
|
|
7438
7729
|
"__typename": [
|
|
7439
7730
|
1
|
|
@@ -7487,7 +7778,7 @@ exports.default = {
|
|
|
7487
7778
|
1
|
|
7488
7779
|
],
|
|
7489
7780
|
"timeRange": [
|
|
7490
|
-
|
|
7781
|
+
345
|
|
7491
7782
|
],
|
|
7492
7783
|
"__typename": [
|
|
7493
7784
|
1
|
|
@@ -7499,7 +7790,7 @@ exports.default = {
|
|
|
7499
7790
|
1
|
|
7500
7791
|
],
|
|
7501
7792
|
"timeRange": [
|
|
7502
|
-
|
|
7793
|
+
345
|
|
7503
7794
|
],
|
|
7504
7795
|
"sportId": [
|
|
7505
7796
|
1
|
|
@@ -7556,7 +7847,7 @@ exports.default = {
|
|
|
7556
7847
|
1
|
|
7557
7848
|
],
|
|
7558
7849
|
"metricRanges": [
|
|
7559
|
-
|
|
7850
|
+
348
|
|
7560
7851
|
],
|
|
7561
7852
|
"__typename": [
|
|
7562
7853
|
1
|
|
@@ -7567,10 +7858,10 @@ exports.default = {
|
|
|
7567
7858
|
1
|
|
7568
7859
|
],
|
|
7569
7860
|
"category": [
|
|
7570
|
-
|
|
7861
|
+
216
|
|
7571
7862
|
],
|
|
7572
7863
|
"timeRange": [
|
|
7573
|
-
|
|
7864
|
+
345
|
|
7574
7865
|
],
|
|
7575
7866
|
"page": [
|
|
7576
7867
|
51
|
|
@@ -7579,7 +7870,7 @@ exports.default = {
|
|
|
7579
7870
|
51
|
|
7580
7871
|
],
|
|
7581
7872
|
"filters": [
|
|
7582
|
-
|
|
7873
|
+
349
|
|
7583
7874
|
],
|
|
7584
7875
|
"__typename": [
|
|
7585
7876
|
1
|
|
@@ -7634,10 +7925,10 @@ exports.default = {
|
|
|
7634
7925
|
51
|
|
7635
7926
|
],
|
|
7636
7927
|
"sortBy": [
|
|
7637
|
-
|
|
7928
|
+
379
|
|
7638
7929
|
],
|
|
7639
7930
|
"contentType": [
|
|
7640
|
-
|
|
7931
|
+
220
|
|
7641
7932
|
],
|
|
7642
7933
|
"limit": [
|
|
7643
7934
|
51
|
|
@@ -7792,21 +8083,187 @@ exports.default = {
|
|
|
7792
8083
|
1
|
|
7793
8084
|
]
|
|
7794
8085
|
},
|
|
7795
|
-
"
|
|
7796
|
-
|
|
7797
|
-
|
|
7798
|
-
"Query": {
|
|
7799
|
-
"findTenantById": [
|
|
7800
|
-
5,
|
|
7801
|
-
{
|
|
7802
|
-
"_id": [
|
|
7803
|
-
1,
|
|
7804
|
-
"String!"
|
|
7805
|
-
]
|
|
7806
|
-
}
|
|
8086
|
+
"CreateTeamInput": {
|
|
8087
|
+
"name": [
|
|
8088
|
+
1
|
|
7807
8089
|
],
|
|
7808
|
-
"
|
|
7809
|
-
|
|
8090
|
+
"description": [
|
|
8091
|
+
1
|
|
8092
|
+
],
|
|
8093
|
+
"sportIds": [
|
|
8094
|
+
1
|
|
8095
|
+
],
|
|
8096
|
+
"joinPolicy": [
|
|
8097
|
+
1
|
|
8098
|
+
],
|
|
8099
|
+
"maxRosterSize": [
|
|
8100
|
+
51
|
|
8101
|
+
],
|
|
8102
|
+
"visibility": [
|
|
8103
|
+
1
|
|
8104
|
+
],
|
|
8105
|
+
"clubId": [
|
|
8106
|
+
1
|
|
8107
|
+
],
|
|
8108
|
+
"__typename": [
|
|
8109
|
+
1
|
|
8110
|
+
]
|
|
8111
|
+
},
|
|
8112
|
+
"UpdateTeamInput": {
|
|
8113
|
+
"teamId": [
|
|
8114
|
+
1
|
|
8115
|
+
],
|
|
8116
|
+
"name": [
|
|
8117
|
+
1
|
|
8118
|
+
],
|
|
8119
|
+
"description": [
|
|
8120
|
+
1
|
|
8121
|
+
],
|
|
8122
|
+
"joinPolicy": [
|
|
8123
|
+
1
|
|
8124
|
+
],
|
|
8125
|
+
"maxRosterSize": [
|
|
8126
|
+
51
|
|
8127
|
+
],
|
|
8128
|
+
"visibility": [
|
|
8129
|
+
1
|
|
8130
|
+
],
|
|
8131
|
+
"__typename": [
|
|
8132
|
+
1
|
|
8133
|
+
]
|
|
8134
|
+
},
|
|
8135
|
+
"JoinTeamInput": {
|
|
8136
|
+
"teamId": [
|
|
8137
|
+
1
|
|
8138
|
+
],
|
|
8139
|
+
"sportId": [
|
|
8140
|
+
1
|
|
8141
|
+
],
|
|
8142
|
+
"message": [
|
|
8143
|
+
1
|
|
8144
|
+
],
|
|
8145
|
+
"__typename": [
|
|
8146
|
+
1
|
|
8147
|
+
]
|
|
8148
|
+
},
|
|
8149
|
+
"ManageTeamMemberInput": {
|
|
8150
|
+
"teamId": [
|
|
8151
|
+
1
|
|
8152
|
+
],
|
|
8153
|
+
"athleteId": [
|
|
8154
|
+
1
|
|
8155
|
+
],
|
|
8156
|
+
"action": [
|
|
8157
|
+
1
|
|
8158
|
+
],
|
|
8159
|
+
"role": [
|
|
8160
|
+
1
|
|
8161
|
+
],
|
|
8162
|
+
"__typename": [
|
|
8163
|
+
1
|
|
8164
|
+
]
|
|
8165
|
+
},
|
|
8166
|
+
"CreateClubInput": {
|
|
8167
|
+
"name": [
|
|
8168
|
+
1
|
|
8169
|
+
],
|
|
8170
|
+
"description": [
|
|
8171
|
+
1
|
|
8172
|
+
],
|
|
8173
|
+
"sportIds": [
|
|
8174
|
+
1
|
|
8175
|
+
],
|
|
8176
|
+
"membershipType": [
|
|
8177
|
+
1
|
|
8178
|
+
],
|
|
8179
|
+
"feeStructure": [
|
|
8180
|
+
179
|
|
8181
|
+
],
|
|
8182
|
+
"visibility": [
|
|
8183
|
+
1
|
|
8184
|
+
],
|
|
8185
|
+
"location": [
|
|
8186
|
+
1
|
|
8187
|
+
],
|
|
8188
|
+
"website": [
|
|
8189
|
+
1
|
|
8190
|
+
],
|
|
8191
|
+
"__typename": [
|
|
8192
|
+
1
|
|
8193
|
+
]
|
|
8194
|
+
},
|
|
8195
|
+
"UpdateClubInput": {
|
|
8196
|
+
"clubId": [
|
|
8197
|
+
1
|
|
8198
|
+
],
|
|
8199
|
+
"name": [
|
|
8200
|
+
1
|
|
8201
|
+
],
|
|
8202
|
+
"description": [
|
|
8203
|
+
1
|
|
8204
|
+
],
|
|
8205
|
+
"membershipType": [
|
|
8206
|
+
1
|
|
8207
|
+
],
|
|
8208
|
+
"feeStructure": [
|
|
8209
|
+
179
|
|
8210
|
+
],
|
|
8211
|
+
"visibility": [
|
|
8212
|
+
1
|
|
8213
|
+
],
|
|
8214
|
+
"location": [
|
|
8215
|
+
1
|
|
8216
|
+
],
|
|
8217
|
+
"website": [
|
|
8218
|
+
1
|
|
8219
|
+
],
|
|
8220
|
+
"__typename": [
|
|
8221
|
+
1
|
|
8222
|
+
]
|
|
8223
|
+
},
|
|
8224
|
+
"JoinClubInput": {
|
|
8225
|
+
"clubId": [
|
|
8226
|
+
1
|
|
8227
|
+
],
|
|
8228
|
+
"message": [
|
|
8229
|
+
1
|
|
8230
|
+
],
|
|
8231
|
+
"__typename": [
|
|
8232
|
+
1
|
|
8233
|
+
]
|
|
8234
|
+
},
|
|
8235
|
+
"ManageClubMemberInput": {
|
|
8236
|
+
"clubId": [
|
|
8237
|
+
1
|
|
8238
|
+
],
|
|
8239
|
+
"athleteId": [
|
|
8240
|
+
1
|
|
8241
|
+
],
|
|
8242
|
+
"action": [
|
|
8243
|
+
1
|
|
8244
|
+
],
|
|
8245
|
+
"role": [
|
|
8246
|
+
1
|
|
8247
|
+
],
|
|
8248
|
+
"__typename": [
|
|
8249
|
+
1
|
|
8250
|
+
]
|
|
8251
|
+
},
|
|
8252
|
+
"DonationMode": {},
|
|
8253
|
+
"OfferClaimStatus": {},
|
|
8254
|
+
"PostSortOption": {},
|
|
8255
|
+
"Query": {
|
|
8256
|
+
"findTenantById": [
|
|
8257
|
+
5,
|
|
8258
|
+
{
|
|
8259
|
+
"_id": [
|
|
8260
|
+
1,
|
|
8261
|
+
"String!"
|
|
8262
|
+
]
|
|
8263
|
+
}
|
|
8264
|
+
],
|
|
8265
|
+
"findTenantByEmail": [
|
|
8266
|
+
5,
|
|
7810
8267
|
{
|
|
7811
8268
|
"email": [
|
|
7812
8269
|
1,
|
|
@@ -7865,7 +8322,7 @@ exports.default = {
|
|
|
7865
8322
|
32,
|
|
7866
8323
|
{
|
|
7867
8324
|
"input": [
|
|
7868
|
-
|
|
8325
|
+
381,
|
|
7869
8326
|
"AWSS3GetUploadDto!"
|
|
7870
8327
|
]
|
|
7871
8328
|
}
|
|
@@ -7886,10 +8343,10 @@ exports.default = {
|
|
|
7886
8343
|
63
|
|
7887
8344
|
],
|
|
7888
8345
|
"getBrandsPaginated": [
|
|
7889
|
-
|
|
8346
|
+
149,
|
|
7890
8347
|
{
|
|
7891
8348
|
"query": [
|
|
7892
|
-
|
|
8349
|
+
265
|
|
7893
8350
|
]
|
|
7894
8351
|
}
|
|
7895
8352
|
],
|
|
@@ -7932,45 +8389,45 @@ exports.default = {
|
|
|
7932
8389
|
59
|
|
7933
8390
|
],
|
|
7934
8391
|
"getSponsorsPaginated": [
|
|
7935
|
-
|
|
8392
|
+
150,
|
|
7936
8393
|
{
|
|
7937
8394
|
"query": [
|
|
7938
|
-
|
|
8395
|
+
269
|
|
7939
8396
|
]
|
|
7940
8397
|
}
|
|
7941
8398
|
],
|
|
7942
8399
|
"findSponsorAthleteInvitation": [
|
|
7943
|
-
|
|
8400
|
+
108,
|
|
7944
8401
|
{
|
|
7945
8402
|
"input": [
|
|
7946
|
-
|
|
8403
|
+
382,
|
|
7947
8404
|
"FindSponsorAthleteInvitationDto!"
|
|
7948
8405
|
]
|
|
7949
8406
|
}
|
|
7950
8407
|
],
|
|
7951
8408
|
"verifyAthleteCompetitionLinkedForDelete": [
|
|
7952
|
-
|
|
8409
|
+
168,
|
|
7953
8410
|
{
|
|
7954
8411
|
"input": [
|
|
7955
|
-
|
|
8412
|
+
284,
|
|
7956
8413
|
"existValueDto!"
|
|
7957
8414
|
]
|
|
7958
8415
|
}
|
|
7959
8416
|
],
|
|
7960
8417
|
"getAthletes": [
|
|
7961
|
-
|
|
8418
|
+
104
|
|
7962
8419
|
],
|
|
7963
8420
|
"queryAthleteFundingCampaigns": [
|
|
7964
|
-
|
|
8421
|
+
162,
|
|
7965
8422
|
{
|
|
7966
8423
|
"input": [
|
|
7967
|
-
|
|
8424
|
+
280,
|
|
7968
8425
|
"AthleteQueryDto!"
|
|
7969
8426
|
]
|
|
7970
8427
|
}
|
|
7971
8428
|
],
|
|
7972
8429
|
"searchAthletes": [
|
|
7973
|
-
|
|
8430
|
+
104,
|
|
7974
8431
|
{
|
|
7975
8432
|
"searchString": [
|
|
7976
8433
|
1,
|
|
@@ -7979,7 +8436,7 @@ exports.default = {
|
|
|
7979
8436
|
}
|
|
7980
8437
|
],
|
|
7981
8438
|
"findAthleteById": [
|
|
7982
|
-
|
|
8439
|
+
104,
|
|
7983
8440
|
{
|
|
7984
8441
|
"athleteId": [
|
|
7985
8442
|
1,
|
|
@@ -7988,7 +8445,7 @@ exports.default = {
|
|
|
7988
8445
|
}
|
|
7989
8446
|
],
|
|
7990
8447
|
"findAthleteForUser": [
|
|
7991
|
-
|
|
8448
|
+
104,
|
|
7992
8449
|
{
|
|
7993
8450
|
"loginEmail": [
|
|
7994
8451
|
1,
|
|
@@ -7997,7 +8454,7 @@ exports.default = {
|
|
|
7997
8454
|
}
|
|
7998
8455
|
],
|
|
7999
8456
|
"getRecommendedAthletes": [
|
|
8000
|
-
|
|
8457
|
+
104,
|
|
8001
8458
|
{
|
|
8002
8459
|
"loginEmail": [
|
|
8003
8460
|
1,
|
|
@@ -8006,19 +8463,19 @@ exports.default = {
|
|
|
8006
8463
|
}
|
|
8007
8464
|
],
|
|
8008
8465
|
"getSponsorAthletesForTenant": [
|
|
8009
|
-
|
|
8466
|
+
104
|
|
8010
8467
|
],
|
|
8011
8468
|
"getAthleteCompetitions": [
|
|
8012
|
-
|
|
8469
|
+
85,
|
|
8013
8470
|
{
|
|
8014
8471
|
"input": [
|
|
8015
|
-
|
|
8472
|
+
383,
|
|
8016
8473
|
"GetAthleteCompetitionsDto!"
|
|
8017
8474
|
]
|
|
8018
8475
|
}
|
|
8019
8476
|
],
|
|
8020
8477
|
"getAthleteMemberships": [
|
|
8021
|
-
|
|
8478
|
+
88,
|
|
8022
8479
|
{
|
|
8023
8480
|
"athleteId": [
|
|
8024
8481
|
1,
|
|
@@ -8027,7 +8484,7 @@ exports.default = {
|
|
|
8027
8484
|
}
|
|
8028
8485
|
],
|
|
8029
8486
|
"findAthletebyIdpublic": [
|
|
8030
|
-
|
|
8487
|
+
104,
|
|
8031
8488
|
{
|
|
8032
8489
|
"athleteId": [
|
|
8033
8490
|
1,
|
|
@@ -8036,10 +8493,10 @@ exports.default = {
|
|
|
8036
8493
|
}
|
|
8037
8494
|
],
|
|
8038
8495
|
"getAthleteAlbums": [
|
|
8039
|
-
|
|
8496
|
+
84
|
|
8040
8497
|
],
|
|
8041
8498
|
"getAndSetAlbumById": [
|
|
8042
|
-
|
|
8499
|
+
84,
|
|
8043
8500
|
{
|
|
8044
8501
|
"input": [
|
|
8045
8502
|
1,
|
|
@@ -8048,7 +8505,7 @@ exports.default = {
|
|
|
8048
8505
|
}
|
|
8049
8506
|
],
|
|
8050
8507
|
"getAthleteAlbumId": [
|
|
8051
|
-
|
|
8508
|
+
84,
|
|
8052
8509
|
{
|
|
8053
8510
|
"input": [
|
|
8054
8511
|
1,
|
|
@@ -8057,16 +8514,16 @@ exports.default = {
|
|
|
8057
8514
|
}
|
|
8058
8515
|
],
|
|
8059
8516
|
"queryAthleteWithFilter": [
|
|
8060
|
-
|
|
8517
|
+
162,
|
|
8061
8518
|
{
|
|
8062
8519
|
"input": [
|
|
8063
|
-
|
|
8520
|
+
280,
|
|
8064
8521
|
"AthleteQueryDto!"
|
|
8065
8522
|
]
|
|
8066
8523
|
}
|
|
8067
8524
|
],
|
|
8068
8525
|
"getPublicAthleteAlbums": [
|
|
8069
|
-
|
|
8526
|
+
84,
|
|
8070
8527
|
{
|
|
8071
8528
|
"athleteId": [
|
|
8072
8529
|
1,
|
|
@@ -8075,82 +8532,82 @@ exports.default = {
|
|
|
8075
8532
|
}
|
|
8076
8533
|
],
|
|
8077
8534
|
"screenNameAvailability": [
|
|
8078
|
-
|
|
8535
|
+
165,
|
|
8079
8536
|
{
|
|
8080
8537
|
"input": [
|
|
8081
|
-
|
|
8538
|
+
284,
|
|
8082
8539
|
"existValueDto!"
|
|
8083
8540
|
]
|
|
8084
8541
|
}
|
|
8085
8542
|
],
|
|
8086
8543
|
"checkScoreRefreshCapabilities": [
|
|
8087
|
-
|
|
8544
|
+
174,
|
|
8088
8545
|
{
|
|
8089
8546
|
"input": [
|
|
8090
|
-
|
|
8547
|
+
290,
|
|
8091
8548
|
"CheckScoreRefreshCapabilityDto!"
|
|
8092
8549
|
]
|
|
8093
8550
|
}
|
|
8094
8551
|
],
|
|
8095
8552
|
"getAthleteHistoricalScoresPeriod": [
|
|
8096
|
-
|
|
8553
|
+
169,
|
|
8097
8554
|
{
|
|
8098
8555
|
"input": [
|
|
8099
|
-
|
|
8556
|
+
286,
|
|
8100
8557
|
"GetHistoricalScoresDto!"
|
|
8101
8558
|
]
|
|
8102
8559
|
}
|
|
8103
8560
|
],
|
|
8104
8561
|
"getAthleteHistoricalScores": [
|
|
8105
|
-
|
|
8562
|
+
102,
|
|
8106
8563
|
{
|
|
8107
8564
|
"input": [
|
|
8108
|
-
|
|
8565
|
+
286,
|
|
8109
8566
|
"GetHistoricalScoresDto!"
|
|
8110
8567
|
]
|
|
8111
8568
|
}
|
|
8112
8569
|
],
|
|
8113
8570
|
"getMyHistoricalScoresPeriod": [
|
|
8114
|
-
|
|
8571
|
+
169,
|
|
8115
8572
|
{
|
|
8116
8573
|
"input": [
|
|
8117
|
-
|
|
8574
|
+
285,
|
|
8118
8575
|
"GetMyHistoricalScoresDto!"
|
|
8119
8576
|
]
|
|
8120
8577
|
}
|
|
8121
8578
|
],
|
|
8122
8579
|
"getMyHistoricalScores": [
|
|
8123
|
-
|
|
8580
|
+
102,
|
|
8124
8581
|
{
|
|
8125
8582
|
"input": [
|
|
8126
|
-
|
|
8583
|
+
285,
|
|
8127
8584
|
"GetMyHistoricalScoresDto!"
|
|
8128
8585
|
]
|
|
8129
8586
|
}
|
|
8130
8587
|
],
|
|
8131
8588
|
"getAthleteCampaigns": [
|
|
8132
|
-
|
|
8589
|
+
93,
|
|
8133
8590
|
{
|
|
8134
8591
|
"input": [
|
|
8135
|
-
|
|
8592
|
+
287,
|
|
8136
8593
|
"GetAthleteCampaignsDto!"
|
|
8137
8594
|
]
|
|
8138
8595
|
}
|
|
8139
8596
|
],
|
|
8140
8597
|
"browseCampaigns": [
|
|
8141
|
-
|
|
8598
|
+
172,
|
|
8142
8599
|
{
|
|
8143
8600
|
"input": [
|
|
8144
|
-
|
|
8601
|
+
288,
|
|
8145
8602
|
"BrowseCampaignsDto!"
|
|
8146
8603
|
]
|
|
8147
8604
|
}
|
|
8148
8605
|
],
|
|
8149
8606
|
"getOnboardingProgress": [
|
|
8150
|
-
|
|
8607
|
+
175
|
|
8151
8608
|
],
|
|
8152
8609
|
"getPublicAthleteIntegrationStatus": [
|
|
8153
|
-
|
|
8610
|
+
176,
|
|
8154
8611
|
{
|
|
8155
8612
|
"athleteId": [
|
|
8156
8613
|
1,
|
|
@@ -8162,10 +8619,10 @@ exports.default = {
|
|
|
8162
8619
|
68
|
|
8163
8620
|
],
|
|
8164
8621
|
"getSportsPaginated": [
|
|
8165
|
-
|
|
8622
|
+
177,
|
|
8166
8623
|
{
|
|
8167
8624
|
"query": [
|
|
8168
|
-
|
|
8625
|
+
292
|
|
8169
8626
|
]
|
|
8170
8627
|
}
|
|
8171
8628
|
],
|
|
@@ -8233,7 +8690,7 @@ exports.default = {
|
|
|
8233
8690
|
0,
|
|
8234
8691
|
{
|
|
8235
8692
|
"input": [
|
|
8236
|
-
|
|
8693
|
+
384,
|
|
8237
8694
|
"FindVtxUserDto!"
|
|
8238
8695
|
]
|
|
8239
8696
|
}
|
|
@@ -8252,7 +8709,7 @@ exports.default = {
|
|
|
8252
8709
|
}
|
|
8253
8710
|
],
|
|
8254
8711
|
"getUserImagesFromEmail": [
|
|
8255
|
-
|
|
8712
|
+
182,
|
|
8256
8713
|
{
|
|
8257
8714
|
"loginEmail": [
|
|
8258
8715
|
1,
|
|
@@ -8273,7 +8730,7 @@ exports.default = {
|
|
|
8273
8730
|
36,
|
|
8274
8731
|
{
|
|
8275
8732
|
"input": [
|
|
8276
|
-
|
|
8733
|
+
260,
|
|
8277
8734
|
"VerifyCodeDto!"
|
|
8278
8735
|
]
|
|
8279
8736
|
}
|
|
@@ -8288,13 +8745,13 @@ exports.default = {
|
|
|
8288
8745
|
}
|
|
8289
8746
|
],
|
|
8290
8747
|
"getAllUsers": [
|
|
8291
|
-
|
|
8748
|
+
136
|
|
8292
8749
|
],
|
|
8293
8750
|
"getUsersPaginated": [
|
|
8294
|
-
|
|
8751
|
+
185,
|
|
8295
8752
|
{
|
|
8296
8753
|
"query": [
|
|
8297
|
-
|
|
8754
|
+
306
|
|
8298
8755
|
]
|
|
8299
8756
|
}
|
|
8300
8757
|
],
|
|
@@ -8302,30 +8759,30 @@ exports.default = {
|
|
|
8302
8759
|
1
|
|
8303
8760
|
],
|
|
8304
8761
|
"getSportsEvents": [
|
|
8305
|
-
|
|
8762
|
+
79,
|
|
8306
8763
|
{
|
|
8307
8764
|
"input": [
|
|
8308
|
-
|
|
8765
|
+
385,
|
|
8309
8766
|
"GetSportEventsDto!"
|
|
8310
8767
|
]
|
|
8311
8768
|
}
|
|
8312
8769
|
],
|
|
8313
8770
|
"getSportsEventsPaginated": [
|
|
8314
|
-
|
|
8771
|
+
187,
|
|
8315
8772
|
{
|
|
8316
8773
|
"query": [
|
|
8317
|
-
|
|
8774
|
+
313
|
|
8318
8775
|
]
|
|
8319
8776
|
}
|
|
8320
8777
|
],
|
|
8321
8778
|
"getBudgetsByAthlete": [
|
|
8322
|
-
|
|
8779
|
+
130
|
|
8323
8780
|
],
|
|
8324
8781
|
"getDonationsByAthlete": [
|
|
8325
|
-
|
|
8782
|
+
120
|
|
8326
8783
|
],
|
|
8327
8784
|
"getDonationsToAthlete": [
|
|
8328
|
-
|
|
8785
|
+
134,
|
|
8329
8786
|
{
|
|
8330
8787
|
"athleteId": [
|
|
8331
8788
|
1,
|
|
@@ -8334,16 +8791,16 @@ exports.default = {
|
|
|
8334
8791
|
}
|
|
8335
8792
|
],
|
|
8336
8793
|
"getDonationsToMe": [
|
|
8337
|
-
|
|
8794
|
+
134
|
|
8338
8795
|
],
|
|
8339
8796
|
"getBudgetConcepts": [
|
|
8340
|
-
|
|
8797
|
+
133
|
|
8341
8798
|
],
|
|
8342
8799
|
"getBudgetItemUnits": [
|
|
8343
|
-
|
|
8800
|
+
132
|
|
8344
8801
|
],
|
|
8345
8802
|
"getDonationDatesForCalendar": [
|
|
8346
|
-
|
|
8803
|
+
188,
|
|
8347
8804
|
{
|
|
8348
8805
|
"campaignId": [
|
|
8349
8806
|
1
|
|
@@ -8351,42 +8808,42 @@ exports.default = {
|
|
|
8351
8808
|
}
|
|
8352
8809
|
],
|
|
8353
8810
|
"getDonationsPaginated": [
|
|
8354
|
-
|
|
8811
|
+
189,
|
|
8355
8812
|
{
|
|
8356
8813
|
"query": [
|
|
8357
|
-
|
|
8814
|
+
328
|
|
8358
8815
|
]
|
|
8359
8816
|
}
|
|
8360
8817
|
],
|
|
8361
8818
|
"getMembershipOrganizations": [
|
|
8362
|
-
|
|
8819
|
+
86
|
|
8363
8820
|
],
|
|
8364
8821
|
"getAthleteStravaIntegration": [
|
|
8365
|
-
|
|
8822
|
+
119
|
|
8366
8823
|
],
|
|
8367
8824
|
"getAthleteInstagramIntegration": [
|
|
8368
|
-
|
|
8825
|
+
119
|
|
8369
8826
|
],
|
|
8370
8827
|
"getAthleteIntegrations": [
|
|
8371
|
-
|
|
8828
|
+
119
|
|
8372
8829
|
],
|
|
8373
8830
|
"stripeQuery": [
|
|
8374
|
-
|
|
8831
|
+
170,
|
|
8375
8832
|
{
|
|
8376
8833
|
"input": [
|
|
8377
|
-
|
|
8834
|
+
309,
|
|
8378
8835
|
"StripeQueryDto!"
|
|
8379
8836
|
]
|
|
8380
8837
|
}
|
|
8381
8838
|
],
|
|
8382
8839
|
"getStripeBalance": [
|
|
8383
|
-
|
|
8840
|
+
191
|
|
8384
8841
|
],
|
|
8385
8842
|
"getDatabaseTextFile": [
|
|
8386
8843
|
35,
|
|
8387
8844
|
{
|
|
8388
8845
|
"input": [
|
|
8389
|
-
|
|
8846
|
+
258,
|
|
8390
8847
|
"GetDatabaseFileDto!"
|
|
8391
8848
|
]
|
|
8392
8849
|
}
|
|
@@ -8395,40 +8852,40 @@ exports.default = {
|
|
|
8395
8852
|
32,
|
|
8396
8853
|
{
|
|
8397
8854
|
"input": [
|
|
8398
|
-
|
|
8855
|
+
381,
|
|
8399
8856
|
"AWSS3GetUploadDto!"
|
|
8400
8857
|
]
|
|
8401
8858
|
}
|
|
8402
8859
|
],
|
|
8403
8860
|
"getReceipt": [
|
|
8404
|
-
|
|
8861
|
+
120,
|
|
8405
8862
|
{
|
|
8406
8863
|
"input": [
|
|
8407
|
-
|
|
8864
|
+
308,
|
|
8408
8865
|
"GetReceiptDto!"
|
|
8409
8866
|
]
|
|
8410
8867
|
}
|
|
8411
8868
|
],
|
|
8412
8869
|
"getReceiptUrl": [
|
|
8413
|
-
|
|
8870
|
+
121,
|
|
8414
8871
|
{
|
|
8415
8872
|
"input": [
|
|
8416
|
-
|
|
8873
|
+
308,
|
|
8417
8874
|
"GetReceiptDto!"
|
|
8418
8875
|
]
|
|
8419
8876
|
}
|
|
8420
8877
|
],
|
|
8421
8878
|
"getTransactionDetails": [
|
|
8422
|
-
|
|
8879
|
+
186,
|
|
8423
8880
|
{
|
|
8424
8881
|
"input": [
|
|
8425
|
-
|
|
8882
|
+
310,
|
|
8426
8883
|
"GetTransactionDetailsDto!"
|
|
8427
8884
|
]
|
|
8428
8885
|
}
|
|
8429
8886
|
],
|
|
8430
8887
|
"findMemberForUser": [
|
|
8431
|
-
|
|
8888
|
+
135,
|
|
8432
8889
|
{
|
|
8433
8890
|
"loginEmail": [
|
|
8434
8891
|
1,
|
|
@@ -8437,10 +8894,10 @@ exports.default = {
|
|
|
8437
8894
|
}
|
|
8438
8895
|
],
|
|
8439
8896
|
"getDonationsByMember": [
|
|
8440
|
-
|
|
8897
|
+
134
|
|
8441
8898
|
],
|
|
8442
8899
|
"getDonationsByUser": [
|
|
8443
|
-
|
|
8900
|
+
134,
|
|
8444
8901
|
{
|
|
8445
8902
|
"email": [
|
|
8446
8903
|
1,
|
|
@@ -8449,29 +8906,29 @@ exports.default = {
|
|
|
8449
8906
|
}
|
|
8450
8907
|
],
|
|
8451
8908
|
"getAllTransactions": [
|
|
8452
|
-
|
|
8909
|
+
138
|
|
8453
8910
|
],
|
|
8454
8911
|
"getTransactionsPaginated": [
|
|
8455
|
-
|
|
8912
|
+
195,
|
|
8456
8913
|
{
|
|
8457
8914
|
"query": [
|
|
8458
|
-
|
|
8915
|
+
335
|
|
8459
8916
|
]
|
|
8460
8917
|
}
|
|
8461
8918
|
],
|
|
8462
8919
|
"offers": [
|
|
8463
|
-
|
|
8920
|
+
139
|
|
8464
8921
|
],
|
|
8465
8922
|
"getOffersPaginated": [
|
|
8466
|
-
|
|
8923
|
+
196,
|
|
8467
8924
|
{
|
|
8468
8925
|
"query": [
|
|
8469
|
-
|
|
8926
|
+
340
|
|
8470
8927
|
]
|
|
8471
8928
|
}
|
|
8472
8929
|
],
|
|
8473
8930
|
"offersForAthlete": [
|
|
8474
|
-
|
|
8931
|
+
139,
|
|
8475
8932
|
{
|
|
8476
8933
|
"athleteId": [
|
|
8477
8934
|
1
|
|
@@ -8479,7 +8936,7 @@ exports.default = {
|
|
|
8479
8936
|
}
|
|
8480
8937
|
],
|
|
8481
8938
|
"offer": [
|
|
8482
|
-
|
|
8939
|
+
139,
|
|
8483
8940
|
{
|
|
8484
8941
|
"id": [
|
|
8485
8942
|
1,
|
|
@@ -8488,19 +8945,19 @@ exports.default = {
|
|
|
8488
8945
|
}
|
|
8489
8946
|
],
|
|
8490
8947
|
"myOfferClaims": [
|
|
8491
|
-
|
|
8948
|
+
143,
|
|
8492
8949
|
{
|
|
8493
8950
|
"athleteId": [
|
|
8494
8951
|
1,
|
|
8495
8952
|
"String!"
|
|
8496
8953
|
],
|
|
8497
8954
|
"query": [
|
|
8498
|
-
|
|
8955
|
+
341
|
|
8499
8956
|
]
|
|
8500
8957
|
}
|
|
8501
8958
|
],
|
|
8502
8959
|
"offerAvailability": [
|
|
8503
|
-
|
|
8960
|
+
198,
|
|
8504
8961
|
{
|
|
8505
8962
|
"offerId": [
|
|
8506
8963
|
1,
|
|
@@ -8513,32 +8970,32 @@ exports.default = {
|
|
|
8513
8970
|
}
|
|
8514
8971
|
],
|
|
8515
8972
|
"offersWithEligibility": [
|
|
8516
|
-
|
|
8973
|
+
148,
|
|
8517
8974
|
{
|
|
8518
8975
|
"query": [
|
|
8519
|
-
|
|
8976
|
+
340
|
|
8520
8977
|
]
|
|
8521
8978
|
}
|
|
8522
8979
|
],
|
|
8523
8980
|
"getLeaderboard": [
|
|
8524
|
-
|
|
8981
|
+
202,
|
|
8525
8982
|
{
|
|
8526
8983
|
"input": [
|
|
8527
|
-
|
|
8984
|
+
342
|
|
8528
8985
|
]
|
|
8529
8986
|
}
|
|
8530
8987
|
],
|
|
8531
8988
|
"getUserRank": [
|
|
8532
|
-
|
|
8989
|
+
203,
|
|
8533
8990
|
{
|
|
8534
8991
|
"input": [
|
|
8535
|
-
|
|
8992
|
+
343,
|
|
8536
8993
|
"UserRankQueryDto!"
|
|
8537
8994
|
]
|
|
8538
8995
|
}
|
|
8539
8996
|
],
|
|
8540
8997
|
"athleteDashboard": [
|
|
8541
|
-
|
|
8998
|
+
204,
|
|
8542
8999
|
{
|
|
8543
9000
|
"athleteId": [
|
|
8544
9001
|
1,
|
|
@@ -8547,137 +9004,137 @@ exports.default = {
|
|
|
8547
9004
|
}
|
|
8548
9005
|
],
|
|
8549
9006
|
"athleteScoreHistory": [
|
|
8550
|
-
|
|
9007
|
+
205,
|
|
8551
9008
|
{
|
|
8552
9009
|
"input": [
|
|
8553
|
-
|
|
9010
|
+
344,
|
|
8554
9011
|
"ScoreHistoryQueryDto!"
|
|
8555
9012
|
]
|
|
8556
9013
|
}
|
|
8557
9014
|
],
|
|
8558
9015
|
"athleteRankHistory": [
|
|
8559
|
-
|
|
9016
|
+
206,
|
|
8560
9017
|
{
|
|
8561
9018
|
"input": [
|
|
8562
|
-
|
|
9019
|
+
346,
|
|
8563
9020
|
"RankHistoryQueryDto!"
|
|
8564
9021
|
]
|
|
8565
9022
|
}
|
|
8566
9023
|
],
|
|
8567
9024
|
"athleteRankContext": [
|
|
8568
|
-
|
|
9025
|
+
207,
|
|
8569
9026
|
{
|
|
8570
9027
|
"input": [
|
|
8571
|
-
|
|
9028
|
+
347,
|
|
8572
9029
|
"RankContextQueryDto!"
|
|
8573
9030
|
]
|
|
8574
9031
|
}
|
|
8575
9032
|
],
|
|
8576
9033
|
"athleteActivities": [
|
|
8577
|
-
|
|
9034
|
+
209,
|
|
8578
9035
|
{
|
|
8579
9036
|
"input": [
|
|
8580
|
-
|
|
9037
|
+
350,
|
|
8581
9038
|
"ActivitiesQueryDto!"
|
|
8582
9039
|
]
|
|
8583
9040
|
}
|
|
8584
9041
|
],
|
|
8585
9042
|
"athleteActivityDetail": [
|
|
8586
|
-
|
|
9043
|
+
212,
|
|
8587
9044
|
{
|
|
8588
9045
|
"input": [
|
|
8589
|
-
|
|
9046
|
+
351,
|
|
8590
9047
|
"ActivityDetailQueryDto!"
|
|
8591
9048
|
]
|
|
8592
9049
|
}
|
|
8593
9050
|
],
|
|
8594
9051
|
"athleteComponentSummary": [
|
|
8595
|
-
|
|
9052
|
+
214,
|
|
8596
9053
|
{
|
|
8597
9054
|
"input": [
|
|
8598
|
-
|
|
9055
|
+
352,
|
|
8599
9056
|
"ComponentSummaryQueryDto!"
|
|
8600
9057
|
]
|
|
8601
9058
|
}
|
|
8602
9059
|
],
|
|
8603
9060
|
"athleteActivityDates": [
|
|
8604
|
-
|
|
9061
|
+
217,
|
|
8605
9062
|
{
|
|
8606
9063
|
"input": [
|
|
8607
|
-
|
|
9064
|
+
353,
|
|
8608
9065
|
"ActivityDatesQueryDto!"
|
|
8609
9066
|
]
|
|
8610
9067
|
}
|
|
8611
9068
|
],
|
|
8612
9069
|
"socialAggregates": [
|
|
8613
|
-
|
|
9070
|
+
218,
|
|
8614
9071
|
{
|
|
8615
9072
|
"athleteId": [
|
|
8616
|
-
|
|
9073
|
+
106,
|
|
8617
9074
|
"ID!"
|
|
8618
9075
|
],
|
|
8619
9076
|
"platform": [
|
|
8620
|
-
|
|
9077
|
+
219,
|
|
8621
9078
|
"Platform!"
|
|
8622
9079
|
],
|
|
8623
9080
|
"range": [
|
|
8624
|
-
|
|
9081
|
+
354,
|
|
8625
9082
|
"DateRangeInput!"
|
|
8626
9083
|
],
|
|
8627
9084
|
"periodType": [
|
|
8628
|
-
|
|
9085
|
+
221
|
|
8629
9086
|
]
|
|
8630
9087
|
}
|
|
8631
9088
|
],
|
|
8632
9089
|
"postsWithComparison": [
|
|
8633
|
-
|
|
9090
|
+
224,
|
|
8634
9091
|
{
|
|
8635
9092
|
"athleteId": [
|
|
8636
|
-
|
|
9093
|
+
106,
|
|
8637
9094
|
"ID!"
|
|
8638
9095
|
],
|
|
8639
9096
|
"platform": [
|
|
8640
|
-
|
|
9097
|
+
219,
|
|
8641
9098
|
"Platform!"
|
|
8642
9099
|
],
|
|
8643
9100
|
"options": [
|
|
8644
|
-
|
|
9101
|
+
355
|
|
8645
9102
|
]
|
|
8646
9103
|
}
|
|
8647
9104
|
],
|
|
8648
9105
|
"myNotifications": [
|
|
8649
|
-
|
|
9106
|
+
226,
|
|
8650
9107
|
{
|
|
8651
9108
|
"input": [
|
|
8652
|
-
|
|
9109
|
+
356
|
|
8653
9110
|
]
|
|
8654
9111
|
}
|
|
8655
9112
|
],
|
|
8656
9113
|
"notificationUnreadCount": [
|
|
8657
|
-
|
|
9114
|
+
227
|
|
8658
9115
|
],
|
|
8659
9116
|
"myNotificationPreferences": [
|
|
8660
|
-
|
|
9117
|
+
228
|
|
8661
9118
|
],
|
|
8662
9119
|
"myFollowedAthletes": [
|
|
8663
|
-
|
|
9120
|
+
231,
|
|
8664
9121
|
{
|
|
8665
9122
|
"input": [
|
|
8666
|
-
|
|
9123
|
+
365
|
|
8667
9124
|
]
|
|
8668
9125
|
}
|
|
8669
9126
|
],
|
|
8670
9127
|
"isFollowingAthlete": [
|
|
8671
|
-
|
|
9128
|
+
232,
|
|
8672
9129
|
{
|
|
8673
9130
|
"input": [
|
|
8674
|
-
|
|
9131
|
+
364,
|
|
8675
9132
|
"IsFollowingAthleteInput!"
|
|
8676
9133
|
]
|
|
8677
9134
|
}
|
|
8678
9135
|
],
|
|
8679
9136
|
"getEmailCampaigns": [
|
|
8680
|
-
|
|
9137
|
+
236,
|
|
8681
9138
|
{
|
|
8682
9139
|
"status": [
|
|
8683
9140
|
1
|
|
@@ -8694,7 +9151,7 @@ exports.default = {
|
|
|
8694
9151
|
}
|
|
8695
9152
|
],
|
|
8696
9153
|
"getEmailCampaign": [
|
|
8697
|
-
|
|
9154
|
+
235,
|
|
8698
9155
|
{
|
|
8699
9156
|
"id": [
|
|
8700
9157
|
1,
|
|
@@ -8703,16 +9160,16 @@ exports.default = {
|
|
|
8703
9160
|
}
|
|
8704
9161
|
],
|
|
8705
9162
|
"getAudiencePreview": [
|
|
8706
|
-
|
|
9163
|
+
239,
|
|
8707
9164
|
{
|
|
8708
9165
|
"filters": [
|
|
8709
|
-
|
|
9166
|
+
386,
|
|
8710
9167
|
"AudienceFilterDto!"
|
|
8711
9168
|
]
|
|
8712
9169
|
}
|
|
8713
9170
|
],
|
|
8714
9171
|
"getSendGridTemplates": [
|
|
8715
|
-
|
|
9172
|
+
237
|
|
8716
9173
|
],
|
|
8717
9174
|
"getSendGridTemplatePreview": [
|
|
8718
9175
|
1,
|
|
@@ -8724,13 +9181,13 @@ exports.default = {
|
|
|
8724
9181
|
}
|
|
8725
9182
|
],
|
|
8726
9183
|
"getEmailSegments": [
|
|
8727
|
-
|
|
9184
|
+
234
|
|
8728
9185
|
],
|
|
8729
9186
|
"getAiCoachThread": [
|
|
8730
|
-
|
|
9187
|
+
241
|
|
8731
9188
|
],
|
|
8732
9189
|
"getAiCoachThreadHistory": [
|
|
8733
|
-
|
|
9190
|
+
241,
|
|
8734
9191
|
{
|
|
8735
9192
|
"limit": [
|
|
8736
9193
|
51
|
|
@@ -8738,7 +9195,7 @@ exports.default = {
|
|
|
8738
9195
|
}
|
|
8739
9196
|
],
|
|
8740
9197
|
"getAiCoachThreadMessages": [
|
|
8741
|
-
|
|
9198
|
+
240,
|
|
8742
9199
|
{
|
|
8743
9200
|
"threadId": [
|
|
8744
9201
|
1,
|
|
@@ -8747,18 +9204,124 @@ exports.default = {
|
|
|
8747
9204
|
}
|
|
8748
9205
|
],
|
|
8749
9206
|
"getAiCoachConfig": [
|
|
8750
|
-
|
|
9207
|
+
242
|
|
8751
9208
|
],
|
|
8752
9209
|
"getAiCoachNudges": [
|
|
8753
|
-
|
|
9210
|
+
244,
|
|
8754
9211
|
{
|
|
8755
9212
|
"input": [
|
|
8756
|
-
|
|
9213
|
+
368
|
|
8757
9214
|
]
|
|
8758
9215
|
}
|
|
8759
9216
|
],
|
|
8760
9217
|
"getAiCoachUnreadNudgeCount": [
|
|
8761
|
-
|
|
9218
|
+
245
|
|
9219
|
+
],
|
|
9220
|
+
"findAllTeams": [
|
|
9221
|
+
77
|
|
9222
|
+
],
|
|
9223
|
+
"getTeamStripeAccountStatus": [
|
|
9224
|
+
246,
|
|
9225
|
+
{
|
|
9226
|
+
"teamId": [
|
|
9227
|
+
1,
|
|
9228
|
+
"String!"
|
|
9229
|
+
]
|
|
9230
|
+
}
|
|
9231
|
+
],
|
|
9232
|
+
"findTeamById": [
|
|
9233
|
+
77,
|
|
9234
|
+
{
|
|
9235
|
+
"teamId": [
|
|
9236
|
+
1,
|
|
9237
|
+
"String!"
|
|
9238
|
+
]
|
|
9239
|
+
}
|
|
9240
|
+
],
|
|
9241
|
+
"findTeams": [
|
|
9242
|
+
77,
|
|
9243
|
+
{
|
|
9244
|
+
"sportId": [
|
|
9245
|
+
1
|
|
9246
|
+
],
|
|
9247
|
+
"clubId": [
|
|
9248
|
+
1
|
|
9249
|
+
]
|
|
9250
|
+
}
|
|
9251
|
+
],
|
|
9252
|
+
"getTeamRoster": [
|
|
9253
|
+
75,
|
|
9254
|
+
{
|
|
9255
|
+
"teamId": [
|
|
9256
|
+
1,
|
|
9257
|
+
"String!"
|
|
9258
|
+
]
|
|
9259
|
+
}
|
|
9260
|
+
],
|
|
9261
|
+
"getTeamAnalytics": [
|
|
9262
|
+
249,
|
|
9263
|
+
{
|
|
9264
|
+
"teamId": [
|
|
9265
|
+
1,
|
|
9266
|
+
"String!"
|
|
9267
|
+
]
|
|
9268
|
+
}
|
|
9269
|
+
],
|
|
9270
|
+
"getTeamLeaderboard": [
|
|
9271
|
+
248,
|
|
9272
|
+
{
|
|
9273
|
+
"teamId": [
|
|
9274
|
+
1,
|
|
9275
|
+
"String!"
|
|
9276
|
+
]
|
|
9277
|
+
}
|
|
9278
|
+
],
|
|
9279
|
+
"getTeamDashboard": [
|
|
9280
|
+
251,
|
|
9281
|
+
{
|
|
9282
|
+
"teamId": [
|
|
9283
|
+
1,
|
|
9284
|
+
"String!"
|
|
9285
|
+
]
|
|
9286
|
+
}
|
|
9287
|
+
],
|
|
9288
|
+
"findAllClubs": [
|
|
9289
|
+
178
|
|
9290
|
+
],
|
|
9291
|
+
"getClubStripeAccountStatus": [
|
|
9292
|
+
246,
|
|
9293
|
+
{
|
|
9294
|
+
"clubId": [
|
|
9295
|
+
1,
|
|
9296
|
+
"String!"
|
|
9297
|
+
]
|
|
9298
|
+
}
|
|
9299
|
+
],
|
|
9300
|
+
"findClubById": [
|
|
9301
|
+
178,
|
|
9302
|
+
{
|
|
9303
|
+
"clubId": [
|
|
9304
|
+
1,
|
|
9305
|
+
"String!"
|
|
9306
|
+
]
|
|
9307
|
+
}
|
|
9308
|
+
],
|
|
9309
|
+
"findClubs": [
|
|
9310
|
+
178,
|
|
9311
|
+
{
|
|
9312
|
+
"sportId": [
|
|
9313
|
+
1
|
|
9314
|
+
]
|
|
9315
|
+
}
|
|
9316
|
+
],
|
|
9317
|
+
"getClubMembers": [
|
|
9318
|
+
181,
|
|
9319
|
+
{
|
|
9320
|
+
"clubId": [
|
|
9321
|
+
1,
|
|
9322
|
+
"String!"
|
|
9323
|
+
]
|
|
9324
|
+
}
|
|
8762
9325
|
],
|
|
8763
9326
|
"__typename": [
|
|
8764
9327
|
1
|
|
@@ -8859,7 +9422,7 @@ exports.default = {
|
|
|
8859
9422
|
5,
|
|
8860
9423
|
{
|
|
8861
9424
|
"tenant": [
|
|
8862
|
-
|
|
9425
|
+
388,
|
|
8863
9426
|
"CreateTenantInput!"
|
|
8864
9427
|
]
|
|
8865
9428
|
}
|
|
@@ -8868,7 +9431,7 @@ exports.default = {
|
|
|
8868
9431
|
11,
|
|
8869
9432
|
{
|
|
8870
9433
|
"tenant": [
|
|
8871
|
-
|
|
9434
|
+
388,
|
|
8872
9435
|
"CreateTenantInput!"
|
|
8873
9436
|
]
|
|
8874
9437
|
}
|
|
@@ -8877,7 +9440,7 @@ exports.default = {
|
|
|
8877
9440
|
3,
|
|
8878
9441
|
{
|
|
8879
9442
|
"user": [
|
|
8880
|
-
|
|
9443
|
+
389,
|
|
8881
9444
|
"CreateActiveUserInput!"
|
|
8882
9445
|
]
|
|
8883
9446
|
}
|
|
@@ -8912,7 +9475,7 @@ exports.default = {
|
|
|
8912
9475
|
0,
|
|
8913
9476
|
{
|
|
8914
9477
|
"input": [
|
|
8915
|
-
|
|
9478
|
+
390,
|
|
8916
9479
|
"RegisterUserToDomainFromEmailInput!"
|
|
8917
9480
|
]
|
|
8918
9481
|
}
|
|
@@ -8921,7 +9484,7 @@ exports.default = {
|
|
|
8921
9484
|
8,
|
|
8922
9485
|
{
|
|
8923
9486
|
"dto": [
|
|
8924
|
-
|
|
9487
|
+
391,
|
|
8925
9488
|
"RefreshTokenInput!"
|
|
8926
9489
|
]
|
|
8927
9490
|
}
|
|
@@ -8930,7 +9493,7 @@ exports.default = {
|
|
|
8930
9493
|
33,
|
|
8931
9494
|
{
|
|
8932
9495
|
"input": [
|
|
8933
|
-
|
|
9496
|
+
392,
|
|
8934
9497
|
"AWSS3DeleteUseTypeFileDto!"
|
|
8935
9498
|
]
|
|
8936
9499
|
}
|
|
@@ -8939,7 +9502,7 @@ exports.default = {
|
|
|
8939
9502
|
33,
|
|
8940
9503
|
{
|
|
8941
9504
|
"input": [
|
|
8942
|
-
|
|
9505
|
+
393,
|
|
8943
9506
|
"AWSS3DeleteBucketFileDto!"
|
|
8944
9507
|
]
|
|
8945
9508
|
}
|
|
@@ -8948,7 +9511,7 @@ exports.default = {
|
|
|
8948
9511
|
33,
|
|
8949
9512
|
{
|
|
8950
9513
|
"input": [
|
|
8951
|
-
|
|
9514
|
+
394,
|
|
8952
9515
|
"AWSS3DeleteUseTypeKeyDto!"
|
|
8953
9516
|
]
|
|
8954
9517
|
}
|
|
@@ -8957,7 +9520,7 @@ exports.default = {
|
|
|
8957
9520
|
27,
|
|
8958
9521
|
{
|
|
8959
9522
|
"input": [
|
|
8960
|
-
|
|
9523
|
+
263,
|
|
8961
9524
|
"AWSS3UploadedFileDto!"
|
|
8962
9525
|
]
|
|
8963
9526
|
}
|
|
@@ -8966,7 +9529,7 @@ exports.default = {
|
|
|
8966
9529
|
37,
|
|
8967
9530
|
{
|
|
8968
9531
|
"input": [
|
|
8969
|
-
|
|
9532
|
+
395,
|
|
8970
9533
|
"CreateIndustryDto!"
|
|
8971
9534
|
]
|
|
8972
9535
|
}
|
|
@@ -8975,7 +9538,7 @@ exports.default = {
|
|
|
8975
9538
|
63,
|
|
8976
9539
|
{
|
|
8977
9540
|
"input": [
|
|
8978
|
-
|
|
9541
|
+
262,
|
|
8979
9542
|
"CreateBrandDto!"
|
|
8980
9543
|
]
|
|
8981
9544
|
}
|
|
@@ -8988,7 +9551,7 @@ exports.default = {
|
|
|
8988
9551
|
"String!"
|
|
8989
9552
|
],
|
|
8990
9553
|
"input": [
|
|
8991
|
-
|
|
9554
|
+
262,
|
|
8992
9555
|
"CreateBrandDto!"
|
|
8993
9556
|
]
|
|
8994
9557
|
}
|
|
@@ -9032,7 +9595,7 @@ exports.default = {
|
|
|
9032
9595
|
59,
|
|
9033
9596
|
{
|
|
9034
9597
|
"input": [
|
|
9035
|
-
|
|
9598
|
+
396,
|
|
9036
9599
|
"RegisterSponsorInput!"
|
|
9037
9600
|
]
|
|
9038
9601
|
}
|
|
@@ -9041,16 +9604,16 @@ exports.default = {
|
|
|
9041
9604
|
59,
|
|
9042
9605
|
{
|
|
9043
9606
|
"input": [
|
|
9044
|
-
|
|
9607
|
+
266,
|
|
9045
9608
|
"CreateSponsorDto!"
|
|
9046
9609
|
]
|
|
9047
9610
|
}
|
|
9048
9611
|
],
|
|
9049
9612
|
"sendAthleteInvitations": [
|
|
9050
|
-
|
|
9613
|
+
108,
|
|
9051
9614
|
{
|
|
9052
9615
|
"input": [
|
|
9053
|
-
|
|
9616
|
+
268,
|
|
9054
9617
|
"InviteAthletesDto!"
|
|
9055
9618
|
]
|
|
9056
9619
|
}
|
|
@@ -9063,7 +9626,7 @@ exports.default = {
|
|
|
9063
9626
|
"String!"
|
|
9064
9627
|
],
|
|
9065
9628
|
"input": [
|
|
9066
|
-
|
|
9629
|
+
397,
|
|
9067
9630
|
"UpdateSponsorDto!"
|
|
9068
9631
|
]
|
|
9069
9632
|
}
|
|
@@ -9078,154 +9641,154 @@ exports.default = {
|
|
|
9078
9641
|
}
|
|
9079
9642
|
],
|
|
9080
9643
|
"forceDeleteAthleteCompetition": [
|
|
9081
|
-
|
|
9644
|
+
154,
|
|
9082
9645
|
{
|
|
9083
9646
|
"input": [
|
|
9084
|
-
|
|
9647
|
+
277,
|
|
9085
9648
|
"DeleteSingleValueDto!"
|
|
9086
9649
|
]
|
|
9087
9650
|
}
|
|
9088
9651
|
],
|
|
9089
9652
|
"registerAthlete": [
|
|
9090
|
-
|
|
9653
|
+
104,
|
|
9091
9654
|
{
|
|
9092
9655
|
"input": [
|
|
9093
|
-
|
|
9656
|
+
398,
|
|
9094
9657
|
"RegisterAthleteDto!"
|
|
9095
9658
|
]
|
|
9096
9659
|
}
|
|
9097
9660
|
],
|
|
9098
9661
|
"editProfileValue": [
|
|
9099
|
-
|
|
9662
|
+
151,
|
|
9100
9663
|
{
|
|
9101
9664
|
"input": [
|
|
9102
|
-
|
|
9665
|
+
399,
|
|
9103
9666
|
"EditValueDto!"
|
|
9104
9667
|
]
|
|
9105
9668
|
}
|
|
9106
9669
|
],
|
|
9107
9670
|
"editPicture": [
|
|
9108
|
-
|
|
9671
|
+
163,
|
|
9109
9672
|
{
|
|
9110
9673
|
"input": [
|
|
9111
|
-
|
|
9674
|
+
281,
|
|
9112
9675
|
"EditPictureDto!"
|
|
9113
9676
|
]
|
|
9114
9677
|
}
|
|
9115
9678
|
],
|
|
9116
9679
|
"AddAlbumPictures": [
|
|
9117
|
-
|
|
9680
|
+
164,
|
|
9118
9681
|
{
|
|
9119
9682
|
"input": [
|
|
9120
|
-
|
|
9683
|
+
282,
|
|
9121
9684
|
"UploadAlbumsPicturesDto!"
|
|
9122
9685
|
]
|
|
9123
9686
|
}
|
|
9124
9687
|
],
|
|
9125
9688
|
"addAthleteCompetition": [
|
|
9126
|
-
|
|
9689
|
+
85,
|
|
9127
9690
|
{
|
|
9128
9691
|
"input": [
|
|
9129
|
-
|
|
9692
|
+
272,
|
|
9130
9693
|
"CreateAthleteCompetitionDto!"
|
|
9131
9694
|
]
|
|
9132
9695
|
}
|
|
9133
9696
|
],
|
|
9134
9697
|
"deleteAthleteCompetition": [
|
|
9135
|
-
|
|
9698
|
+
154,
|
|
9136
9699
|
{
|
|
9137
9700
|
"input": [
|
|
9138
|
-
|
|
9701
|
+
277,
|
|
9139
9702
|
"DeleteSingleValueDto!"
|
|
9140
9703
|
]
|
|
9141
9704
|
}
|
|
9142
9705
|
],
|
|
9143
9706
|
"createAthleteAlbum": [
|
|
9144
|
-
|
|
9707
|
+
84,
|
|
9145
9708
|
{
|
|
9146
9709
|
"input": [
|
|
9147
|
-
|
|
9710
|
+
282,
|
|
9148
9711
|
"UploadAlbumsPicturesDto!"
|
|
9149
9712
|
]
|
|
9150
9713
|
}
|
|
9151
9714
|
],
|
|
9152
9715
|
"reorderAlbumIndex": [
|
|
9153
|
-
|
|
9716
|
+
84,
|
|
9154
9717
|
{
|
|
9155
9718
|
"input": [
|
|
9156
|
-
|
|
9719
|
+
400,
|
|
9157
9720
|
"EditDisplayIndexDto!"
|
|
9158
9721
|
]
|
|
9159
9722
|
}
|
|
9160
9723
|
],
|
|
9161
9724
|
"editAlbum": [
|
|
9162
|
-
|
|
9725
|
+
84,
|
|
9163
9726
|
{
|
|
9164
9727
|
"input": [
|
|
9165
|
-
|
|
9728
|
+
282,
|
|
9166
9729
|
"UploadAlbumsPicturesDto!"
|
|
9167
9730
|
]
|
|
9168
9731
|
}
|
|
9169
9732
|
],
|
|
9170
9733
|
"deleteAthleteAlbum": [
|
|
9171
|
-
|
|
9734
|
+
154,
|
|
9172
9735
|
{
|
|
9173
9736
|
"input": [
|
|
9174
|
-
|
|
9737
|
+
277,
|
|
9175
9738
|
"DeleteSingleValueDto!"
|
|
9176
9739
|
]
|
|
9177
9740
|
}
|
|
9178
9741
|
],
|
|
9179
9742
|
"deleteAthletePhotos": [
|
|
9180
|
-
|
|
9743
|
+
153,
|
|
9181
9744
|
{
|
|
9182
9745
|
"input": [
|
|
9183
|
-
|
|
9746
|
+
283,
|
|
9184
9747
|
"DeleteValuesDto!"
|
|
9185
9748
|
]
|
|
9186
9749
|
}
|
|
9187
9750
|
],
|
|
9188
9751
|
"saveAthleteCompetitionResult": [
|
|
9189
|
-
|
|
9752
|
+
80,
|
|
9190
9753
|
{
|
|
9191
9754
|
"input": [
|
|
9192
|
-
|
|
9755
|
+
271,
|
|
9193
9756
|
"SetCompetitionResultDto!"
|
|
9194
9757
|
]
|
|
9195
9758
|
}
|
|
9196
9759
|
],
|
|
9197
9760
|
"updateAthleteScores": [
|
|
9198
|
-
|
|
9761
|
+
104
|
|
9199
9762
|
],
|
|
9200
9763
|
"updateAthleteCompetitionScores": [
|
|
9201
|
-
|
|
9764
|
+
104
|
|
9202
9765
|
],
|
|
9203
9766
|
"forceRefreshAthleteScores": [
|
|
9204
|
-
|
|
9767
|
+
159,
|
|
9205
9768
|
{
|
|
9206
9769
|
"input": [
|
|
9207
|
-
|
|
9770
|
+
289,
|
|
9208
9771
|
"ForceScoreRefreshDto!"
|
|
9209
9772
|
]
|
|
9210
9773
|
}
|
|
9211
9774
|
],
|
|
9212
9775
|
"setCurrentCampaign": [
|
|
9213
|
-
|
|
9776
|
+
93,
|
|
9214
9777
|
{
|
|
9215
9778
|
"input": [
|
|
9216
|
-
|
|
9779
|
+
402,
|
|
9217
9780
|
"SetCurrentCampaignDto!"
|
|
9218
9781
|
]
|
|
9219
9782
|
}
|
|
9220
9783
|
],
|
|
9221
9784
|
"deleteOnboardingAthlete": [
|
|
9222
|
-
|
|
9785
|
+
166
|
|
9223
9786
|
],
|
|
9224
9787
|
"updateOnboardingProgress": [
|
|
9225
|
-
|
|
9788
|
+
175,
|
|
9226
9789
|
{
|
|
9227
9790
|
"input": [
|
|
9228
|
-
|
|
9791
|
+
291,
|
|
9229
9792
|
"UpdateOnboardingProgressDto!"
|
|
9230
9793
|
]
|
|
9231
9794
|
}
|
|
@@ -9234,7 +9797,7 @@ exports.default = {
|
|
|
9234
9797
|
68,
|
|
9235
9798
|
{
|
|
9236
9799
|
"input": [
|
|
9237
|
-
|
|
9800
|
+
403,
|
|
9238
9801
|
"CreateSportDto!"
|
|
9239
9802
|
]
|
|
9240
9803
|
}
|
|
@@ -9243,7 +9806,7 @@ exports.default = {
|
|
|
9243
9806
|
68,
|
|
9244
9807
|
{
|
|
9245
9808
|
"input": [
|
|
9246
|
-
|
|
9809
|
+
404,
|
|
9247
9810
|
"UpdateSportDto!"
|
|
9248
9811
|
]
|
|
9249
9812
|
}
|
|
@@ -9252,7 +9815,7 @@ exports.default = {
|
|
|
9252
9815
|
71,
|
|
9253
9816
|
{
|
|
9254
9817
|
"input": [
|
|
9255
|
-
|
|
9818
|
+
405,
|
|
9256
9819
|
"CreateSportLevelDto!"
|
|
9257
9820
|
]
|
|
9258
9821
|
}
|
|
@@ -9261,7 +9824,7 @@ exports.default = {
|
|
|
9261
9824
|
58,
|
|
9262
9825
|
{
|
|
9263
9826
|
"input": [
|
|
9264
|
-
|
|
9827
|
+
407,
|
|
9265
9828
|
"CreateSponsorshipDto!"
|
|
9266
9829
|
]
|
|
9267
9830
|
}
|
|
@@ -9270,7 +9833,7 @@ exports.default = {
|
|
|
9270
9833
|
41,
|
|
9271
9834
|
{
|
|
9272
9835
|
"input": [
|
|
9273
|
-
|
|
9836
|
+
412,
|
|
9274
9837
|
"CreateCountryDto!"
|
|
9275
9838
|
]
|
|
9276
9839
|
}
|
|
@@ -9279,7 +9842,7 @@ exports.default = {
|
|
|
9279
9842
|
40,
|
|
9280
9843
|
{
|
|
9281
9844
|
"input": [
|
|
9282
|
-
|
|
9845
|
+
413,
|
|
9283
9846
|
"CreateStateDto!"
|
|
9284
9847
|
]
|
|
9285
9848
|
}
|
|
@@ -9288,7 +9851,7 @@ exports.default = {
|
|
|
9288
9851
|
39,
|
|
9289
9852
|
{
|
|
9290
9853
|
"input": [
|
|
9291
|
-
|
|
9854
|
+
414,
|
|
9292
9855
|
"CreateCityDto!"
|
|
9293
9856
|
]
|
|
9294
9857
|
}
|
|
@@ -9297,7 +9860,7 @@ exports.default = {
|
|
|
9297
9860
|
29,
|
|
9298
9861
|
{
|
|
9299
9862
|
"input": [
|
|
9300
|
-
|
|
9863
|
+
302,
|
|
9301
9864
|
"RegisterUserDto!"
|
|
9302
9865
|
]
|
|
9303
9866
|
}
|
|
@@ -9306,7 +9869,7 @@ exports.default = {
|
|
|
9306
9869
|
3,
|
|
9307
9870
|
{
|
|
9308
9871
|
"input": [
|
|
9309
|
-
|
|
9872
|
+
260,
|
|
9310
9873
|
"VerifyCodeDto!"
|
|
9311
9874
|
]
|
|
9312
9875
|
}
|
|
@@ -9315,7 +9878,7 @@ exports.default = {
|
|
|
9315
9878
|
0,
|
|
9316
9879
|
{
|
|
9317
9880
|
"input": [
|
|
9318
|
-
|
|
9881
|
+
260,
|
|
9319
9882
|
"VerifyCodeDto!"
|
|
9320
9883
|
]
|
|
9321
9884
|
}
|
|
@@ -9324,7 +9887,7 @@ exports.default = {
|
|
|
9324
9887
|
0,
|
|
9325
9888
|
{
|
|
9326
9889
|
"input": [
|
|
9327
|
-
|
|
9890
|
+
302,
|
|
9328
9891
|
"RegisterUserDto!"
|
|
9329
9892
|
]
|
|
9330
9893
|
}
|
|
@@ -9333,7 +9896,7 @@ exports.default = {
|
|
|
9333
9896
|
0,
|
|
9334
9897
|
{
|
|
9335
9898
|
"input": [
|
|
9336
|
-
|
|
9899
|
+
302,
|
|
9337
9900
|
"RegisterUserDto!"
|
|
9338
9901
|
]
|
|
9339
9902
|
}
|
|
@@ -9342,7 +9905,7 @@ exports.default = {
|
|
|
9342
9905
|
0,
|
|
9343
9906
|
{
|
|
9344
9907
|
"input": [
|
|
9345
|
-
|
|
9908
|
+
302,
|
|
9346
9909
|
"RegisterUserDto!"
|
|
9347
9910
|
]
|
|
9348
9911
|
}
|
|
@@ -9361,7 +9924,7 @@ exports.default = {
|
|
|
9361
9924
|
}
|
|
9362
9925
|
],
|
|
9363
9926
|
"createResetPasswordCode": [
|
|
9364
|
-
|
|
9927
|
+
151,
|
|
9365
9928
|
{
|
|
9366
9929
|
"input": [
|
|
9367
9930
|
1,
|
|
@@ -9370,16 +9933,16 @@ exports.default = {
|
|
|
9370
9933
|
}
|
|
9371
9934
|
],
|
|
9372
9935
|
"resetUserPassword": [
|
|
9373
|
-
|
|
9936
|
+
151,
|
|
9374
9937
|
{
|
|
9375
9938
|
"input": [
|
|
9376
|
-
|
|
9939
|
+
304,
|
|
9377
9940
|
"resetPasswordDto!"
|
|
9378
9941
|
]
|
|
9379
9942
|
}
|
|
9380
9943
|
],
|
|
9381
9944
|
"validateToken": [
|
|
9382
|
-
|
|
9945
|
+
183,
|
|
9383
9946
|
{
|
|
9384
9947
|
"input": [
|
|
9385
9948
|
1,
|
|
@@ -9388,46 +9951,46 @@ exports.default = {
|
|
|
9388
9951
|
}
|
|
9389
9952
|
],
|
|
9390
9953
|
"updateUserSuspendedStatus": [
|
|
9391
|
-
|
|
9954
|
+
151,
|
|
9392
9955
|
{
|
|
9393
9956
|
"input": [
|
|
9394
|
-
|
|
9957
|
+
305,
|
|
9395
9958
|
"UpdateUserSuspendedStatusDto!"
|
|
9396
9959
|
]
|
|
9397
9960
|
}
|
|
9398
9961
|
],
|
|
9399
9962
|
"deleteMyAccount": [
|
|
9400
|
-
|
|
9963
|
+
184
|
|
9401
9964
|
],
|
|
9402
9965
|
"deleteVtxUser": [
|
|
9403
|
-
|
|
9966
|
+
184,
|
|
9404
9967
|
{
|
|
9405
9968
|
"input": [
|
|
9406
|
-
|
|
9969
|
+
307,
|
|
9407
9970
|
"DeleteVtxUserDto!"
|
|
9408
9971
|
]
|
|
9409
9972
|
}
|
|
9410
9973
|
],
|
|
9411
9974
|
"createSportsEvent": [
|
|
9412
|
-
|
|
9975
|
+
79,
|
|
9413
9976
|
{
|
|
9414
9977
|
"input": [
|
|
9415
|
-
|
|
9978
|
+
415,
|
|
9416
9979
|
"CreateSportEventDto!"
|
|
9417
9980
|
]
|
|
9418
9981
|
}
|
|
9419
9982
|
],
|
|
9420
9983
|
"updateSportsEvent": [
|
|
9421
|
-
|
|
9984
|
+
79,
|
|
9422
9985
|
{
|
|
9423
9986
|
"input": [
|
|
9424
|
-
|
|
9987
|
+
311,
|
|
9425
9988
|
"UpdateSportEventDto!"
|
|
9426
9989
|
]
|
|
9427
9990
|
}
|
|
9428
9991
|
],
|
|
9429
9992
|
"deleteSportsEvent": [
|
|
9430
|
-
|
|
9993
|
+
151,
|
|
9431
9994
|
{
|
|
9432
9995
|
"eventId": [
|
|
9433
9996
|
1,
|
|
@@ -9436,55 +9999,55 @@ exports.default = {
|
|
|
9436
9999
|
}
|
|
9437
10000
|
],
|
|
9438
10001
|
"mergeSportsEvents": [
|
|
9439
|
-
|
|
10002
|
+
131,
|
|
9440
10003
|
{
|
|
9441
10004
|
"input": [
|
|
9442
|
-
|
|
10005
|
+
312,
|
|
9443
10006
|
"MergeSportsEventsDto!"
|
|
9444
10007
|
]
|
|
9445
10008
|
}
|
|
9446
10009
|
],
|
|
9447
10010
|
"setFundingStatus": [
|
|
9448
|
-
|
|
10011
|
+
93,
|
|
9449
10012
|
{
|
|
9450
10013
|
"input": [
|
|
9451
|
-
|
|
10014
|
+
322,
|
|
9452
10015
|
"SetFundingStatusDto!"
|
|
9453
10016
|
]
|
|
9454
10017
|
}
|
|
9455
10018
|
],
|
|
9456
10019
|
"createFundingCampaign": [
|
|
9457
|
-
|
|
10020
|
+
93,
|
|
9458
10021
|
{
|
|
9459
10022
|
"input": [
|
|
9460
|
-
|
|
10023
|
+
319,
|
|
9461
10024
|
"CreateFundingCampaignDto!"
|
|
9462
10025
|
]
|
|
9463
10026
|
}
|
|
9464
10027
|
],
|
|
9465
10028
|
"updateFundingCampaign": [
|
|
9466
|
-
|
|
10029
|
+
93,
|
|
9467
10030
|
{
|
|
9468
10031
|
"input": [
|
|
9469
|
-
|
|
10032
|
+
321,
|
|
9470
10033
|
"UpdateFundingCampaignDto!"
|
|
9471
10034
|
]
|
|
9472
10035
|
}
|
|
9473
10036
|
],
|
|
9474
10037
|
"deleteFundingCampaign": [
|
|
9475
|
-
|
|
10038
|
+
154,
|
|
9476
10039
|
{
|
|
9477
10040
|
"input": [
|
|
9478
|
-
|
|
10041
|
+
277,
|
|
9479
10042
|
"DeleteSingleValueDto!"
|
|
9480
10043
|
]
|
|
9481
10044
|
}
|
|
9482
10045
|
],
|
|
9483
10046
|
"deleteFundingCampaigns": [
|
|
9484
|
-
|
|
10047
|
+
153,
|
|
9485
10048
|
{
|
|
9486
10049
|
"input": [
|
|
9487
|
-
|
|
10050
|
+
283,
|
|
9488
10051
|
"DeleteValuesDto!"
|
|
9489
10052
|
]
|
|
9490
10053
|
}
|
|
@@ -9502,7 +10065,7 @@ exports.default = {
|
|
|
9502
10065
|
2,
|
|
9503
10066
|
{
|
|
9504
10067
|
"input": [
|
|
9505
|
-
|
|
10068
|
+
324,
|
|
9506
10069
|
"AddCompetitionBudgetDto!"
|
|
9507
10070
|
]
|
|
9508
10071
|
}
|
|
@@ -9511,7 +10074,7 @@ exports.default = {
|
|
|
9511
10074
|
2,
|
|
9512
10075
|
{
|
|
9513
10076
|
"input": [
|
|
9514
|
-
|
|
10077
|
+
325,
|
|
9515
10078
|
"EditCompetitionBudgetDto!"
|
|
9516
10079
|
]
|
|
9517
10080
|
}
|
|
@@ -9520,7 +10083,7 @@ exports.default = {
|
|
|
9520
10083
|
2,
|
|
9521
10084
|
{
|
|
9522
10085
|
"input": [
|
|
9523
|
-
|
|
10086
|
+
326,
|
|
9524
10087
|
"EditCampaignBudgetDto!"
|
|
9525
10088
|
]
|
|
9526
10089
|
}
|
|
@@ -9529,34 +10092,34 @@ exports.default = {
|
|
|
9529
10092
|
2,
|
|
9530
10093
|
{
|
|
9531
10094
|
"input": [
|
|
9532
|
-
|
|
10095
|
+
326,
|
|
9533
10096
|
"EditCampaignBudgetDto!"
|
|
9534
10097
|
]
|
|
9535
10098
|
}
|
|
9536
10099
|
],
|
|
9537
10100
|
"createMembershipOrganization": [
|
|
9538
|
-
|
|
10101
|
+
86,
|
|
9539
10102
|
{
|
|
9540
10103
|
"input": [
|
|
9541
|
-
|
|
10104
|
+
329,
|
|
9542
10105
|
"CreateMembershipOrganizationDto!"
|
|
9543
10106
|
]
|
|
9544
10107
|
}
|
|
9545
10108
|
],
|
|
9546
10109
|
"createAthleteMembershipAffilation": [
|
|
9547
|
-
|
|
10110
|
+
88,
|
|
9548
10111
|
{
|
|
9549
10112
|
"input": [
|
|
9550
|
-
|
|
10113
|
+
330,
|
|
9551
10114
|
"CreateAthleteMembershipDto!"
|
|
9552
10115
|
]
|
|
9553
10116
|
}
|
|
9554
10117
|
],
|
|
9555
10118
|
"deleteAthleteMembershipAffilation": [
|
|
9556
|
-
|
|
10119
|
+
154,
|
|
9557
10120
|
{
|
|
9558
10121
|
"input": [
|
|
9559
|
-
|
|
10122
|
+
277,
|
|
9560
10123
|
"DeleteSingleValueDto!"
|
|
9561
10124
|
]
|
|
9562
10125
|
}
|
|
@@ -9574,22 +10137,22 @@ exports.default = {
|
|
|
9574
10137
|
2
|
|
9575
10138
|
],
|
|
9576
10139
|
"createStripeAccount": [
|
|
9577
|
-
|
|
10140
|
+
101,
|
|
9578
10141
|
{
|
|
9579
10142
|
"input": [
|
|
9580
|
-
|
|
10143
|
+
416,
|
|
9581
10144
|
"CreateStripeAccountDto!"
|
|
9582
10145
|
]
|
|
9583
10146
|
}
|
|
9584
10147
|
],
|
|
9585
10148
|
"createAthleteStripeSession": [
|
|
9586
|
-
|
|
10149
|
+
109
|
|
9587
10150
|
],
|
|
9588
10151
|
"createStripeCheckoutSession": [
|
|
9589
|
-
|
|
10152
|
+
110,
|
|
9590
10153
|
{
|
|
9591
10154
|
"input": [
|
|
9592
|
-
|
|
10155
|
+
261,
|
|
9593
10156
|
"DonationCheckoutDto!"
|
|
9594
10157
|
]
|
|
9595
10158
|
}
|
|
@@ -9601,32 +10164,32 @@ exports.default = {
|
|
|
9601
10164
|
1
|
|
9602
10165
|
],
|
|
9603
10166
|
"registerMember": [
|
|
9604
|
-
|
|
10167
|
+
135,
|
|
9605
10168
|
{
|
|
9606
10169
|
"input": [
|
|
9607
|
-
|
|
10170
|
+
334,
|
|
9608
10171
|
"RegisterMemberDto!"
|
|
9609
10172
|
]
|
|
9610
10173
|
}
|
|
9611
10174
|
],
|
|
9612
10175
|
"createOffer": [
|
|
9613
|
-
|
|
10176
|
+
139,
|
|
9614
10177
|
{
|
|
9615
10178
|
"input": [
|
|
9616
|
-
|
|
10179
|
+
337,
|
|
9617
10180
|
"CreateOfferDto!"
|
|
9618
10181
|
]
|
|
9619
10182
|
}
|
|
9620
10183
|
],
|
|
9621
10184
|
"updateOffer": [
|
|
9622
|
-
|
|
10185
|
+
139,
|
|
9623
10186
|
{
|
|
9624
10187
|
"id": [
|
|
9625
10188
|
1,
|
|
9626
10189
|
"String!"
|
|
9627
10190
|
],
|
|
9628
10191
|
"input": [
|
|
9629
|
-
|
|
10192
|
+
337,
|
|
9630
10193
|
"CreateOfferDto!"
|
|
9631
10194
|
]
|
|
9632
10195
|
}
|
|
@@ -9641,7 +10204,7 @@ exports.default = {
|
|
|
9641
10204
|
}
|
|
9642
10205
|
],
|
|
9643
10206
|
"setOfferStatus": [
|
|
9644
|
-
|
|
10207
|
+
139,
|
|
9645
10208
|
{
|
|
9646
10209
|
"id": [
|
|
9647
10210
|
1,
|
|
@@ -9654,7 +10217,7 @@ exports.default = {
|
|
|
9654
10217
|
}
|
|
9655
10218
|
],
|
|
9656
10219
|
"activateOffer": [
|
|
9657
|
-
|
|
10220
|
+
139,
|
|
9658
10221
|
{
|
|
9659
10222
|
"id": [
|
|
9660
10223
|
1,
|
|
@@ -9663,7 +10226,7 @@ exports.default = {
|
|
|
9663
10226
|
}
|
|
9664
10227
|
],
|
|
9665
10228
|
"deactivateOffer": [
|
|
9666
|
-
|
|
10229
|
+
139,
|
|
9667
10230
|
{
|
|
9668
10231
|
"id": [
|
|
9669
10232
|
1,
|
|
@@ -9672,7 +10235,7 @@ exports.default = {
|
|
|
9672
10235
|
}
|
|
9673
10236
|
],
|
|
9674
10237
|
"claimOffer": [
|
|
9675
|
-
|
|
10238
|
+
143,
|
|
9676
10239
|
{
|
|
9677
10240
|
"offerId": [
|
|
9678
10241
|
1,
|
|
@@ -9698,7 +10261,7 @@ exports.default = {
|
|
|
9698
10261
|
}
|
|
9699
10262
|
],
|
|
9700
10263
|
"uploadCouponCodes": [
|
|
9701
|
-
|
|
10264
|
+
197,
|
|
9702
10265
|
{
|
|
9703
10266
|
"offerId": [
|
|
9704
10267
|
1,
|
|
@@ -9714,10 +10277,10 @@ exports.default = {
|
|
|
9714
10277
|
2
|
|
9715
10278
|
],
|
|
9716
10279
|
"markNotificationAsRead": [
|
|
9717
|
-
|
|
10280
|
+
225,
|
|
9718
10281
|
{
|
|
9719
10282
|
"input": [
|
|
9720
|
-
|
|
10283
|
+
357,
|
|
9721
10284
|
"MarkNotificationReadDto!"
|
|
9722
10285
|
]
|
|
9723
10286
|
}
|
|
@@ -9729,25 +10292,25 @@ exports.default = {
|
|
|
9729
10292
|
2,
|
|
9730
10293
|
{
|
|
9731
10294
|
"input": [
|
|
9732
|
-
|
|
10295
|
+
358,
|
|
9733
10296
|
"DismissNotificationDto!"
|
|
9734
10297
|
]
|
|
9735
10298
|
}
|
|
9736
10299
|
],
|
|
9737
10300
|
"updateNotificationPreferences": [
|
|
9738
|
-
|
|
10301
|
+
228,
|
|
9739
10302
|
{
|
|
9740
10303
|
"input": [
|
|
9741
|
-
|
|
10304
|
+
359,
|
|
9742
10305
|
"UpdateNotificationPreferenceDto!"
|
|
9743
10306
|
]
|
|
9744
10307
|
}
|
|
9745
10308
|
],
|
|
9746
10309
|
"registerDeviceToken": [
|
|
9747
|
-
|
|
10310
|
+
229,
|
|
9748
10311
|
{
|
|
9749
10312
|
"input": [
|
|
9750
|
-
|
|
10313
|
+
360,
|
|
9751
10314
|
"RegisterDeviceTokenDto!"
|
|
9752
10315
|
]
|
|
9753
10316
|
}
|
|
@@ -9756,7 +10319,7 @@ exports.default = {
|
|
|
9756
10319
|
2,
|
|
9757
10320
|
{
|
|
9758
10321
|
"input": [
|
|
9759
|
-
|
|
10322
|
+
361,
|
|
9760
10323
|
"UnregisterDeviceTokenDto!"
|
|
9761
10324
|
]
|
|
9762
10325
|
}
|
|
@@ -9765,7 +10328,7 @@ exports.default = {
|
|
|
9765
10328
|
2,
|
|
9766
10329
|
{
|
|
9767
10330
|
"input": [
|
|
9768
|
-
|
|
10331
|
+
362,
|
|
9769
10332
|
"FollowAthleteInput!"
|
|
9770
10333
|
]
|
|
9771
10334
|
}
|
|
@@ -9774,29 +10337,29 @@ exports.default = {
|
|
|
9774
10337
|
2,
|
|
9775
10338
|
{
|
|
9776
10339
|
"input": [
|
|
9777
|
-
|
|
10340
|
+
363,
|
|
9778
10341
|
"UnfollowAthleteInput!"
|
|
9779
10342
|
]
|
|
9780
10343
|
}
|
|
9781
10344
|
],
|
|
9782
10345
|
"createEmailCampaign": [
|
|
9783
|
-
|
|
10346
|
+
235,
|
|
9784
10347
|
{
|
|
9785
10348
|
"input": [
|
|
9786
|
-
|
|
10349
|
+
417,
|
|
9787
10350
|
"CreateEmailCampaignDto!"
|
|
9788
10351
|
]
|
|
9789
10352
|
}
|
|
9790
10353
|
],
|
|
9791
10354
|
"updateEmailCampaign": [
|
|
9792
|
-
|
|
10355
|
+
235,
|
|
9793
10356
|
{
|
|
9794
10357
|
"id": [
|
|
9795
10358
|
1,
|
|
9796
10359
|
"String!"
|
|
9797
10360
|
],
|
|
9798
10361
|
"input": [
|
|
9799
|
-
|
|
10362
|
+
418,
|
|
9800
10363
|
"UpdateEmailCampaignDto!"
|
|
9801
10364
|
]
|
|
9802
10365
|
}
|
|
@@ -9811,7 +10374,7 @@ exports.default = {
|
|
|
9811
10374
|
}
|
|
9812
10375
|
],
|
|
9813
10376
|
"cloneEmailCampaign": [
|
|
9814
|
-
|
|
10377
|
+
235,
|
|
9815
10378
|
{
|
|
9816
10379
|
"id": [
|
|
9817
10380
|
1,
|
|
@@ -9842,7 +10405,7 @@ exports.default = {
|
|
|
9842
10405
|
}
|
|
9843
10406
|
],
|
|
9844
10407
|
"scheduleEmailCampaign": [
|
|
9845
|
-
|
|
10408
|
+
235,
|
|
9846
10409
|
{
|
|
9847
10410
|
"campaignId": [
|
|
9848
10411
|
1,
|
|
@@ -9855,7 +10418,7 @@ exports.default = {
|
|
|
9855
10418
|
}
|
|
9856
10419
|
],
|
|
9857
10420
|
"cancelScheduledEmail": [
|
|
9858
|
-
|
|
10421
|
+
235,
|
|
9859
10422
|
{
|
|
9860
10423
|
"campaignId": [
|
|
9861
10424
|
1,
|
|
@@ -9864,23 +10427,23 @@ exports.default = {
|
|
|
9864
10427
|
}
|
|
9865
10428
|
],
|
|
9866
10429
|
"createEmailSegment": [
|
|
9867
|
-
|
|
10430
|
+
234,
|
|
9868
10431
|
{
|
|
9869
10432
|
"input": [
|
|
9870
|
-
|
|
10433
|
+
419,
|
|
9871
10434
|
"CreateEmailSegmentDto!"
|
|
9872
10435
|
]
|
|
9873
10436
|
}
|
|
9874
10437
|
],
|
|
9875
10438
|
"updateEmailSegment": [
|
|
9876
|
-
|
|
10439
|
+
234,
|
|
9877
10440
|
{
|
|
9878
10441
|
"id": [
|
|
9879
10442
|
1,
|
|
9880
10443
|
"String!"
|
|
9881
10444
|
],
|
|
9882
10445
|
"input": [
|
|
9883
|
-
|
|
10446
|
+
420,
|
|
9884
10447
|
"UpdateEmailSegmentDto!"
|
|
9885
10448
|
]
|
|
9886
10449
|
}
|
|
@@ -9895,19 +10458,19 @@ exports.default = {
|
|
|
9895
10458
|
}
|
|
9896
10459
|
],
|
|
9897
10460
|
"sendAiCoachMessage": [
|
|
9898
|
-
|
|
10461
|
+
240,
|
|
9899
10462
|
{
|
|
9900
10463
|
"input": [
|
|
9901
|
-
|
|
10464
|
+
366,
|
|
9902
10465
|
"SendChatMessageDto!"
|
|
9903
10466
|
]
|
|
9904
10467
|
}
|
|
9905
10468
|
],
|
|
9906
10469
|
"updateAiCoachConfig": [
|
|
9907
|
-
|
|
10470
|
+
242,
|
|
9908
10471
|
{
|
|
9909
10472
|
"input": [
|
|
9910
|
-
|
|
10473
|
+
367,
|
|
9911
10474
|
"UpdateAiCoachConfigDto!"
|
|
9912
10475
|
]
|
|
9913
10476
|
}
|
|
@@ -9921,6 +10484,225 @@ exports.default = {
|
|
|
9921
10484
|
]
|
|
9922
10485
|
}
|
|
9923
10486
|
],
|
|
10487
|
+
"createTeam": [
|
|
10488
|
+
77,
|
|
10489
|
+
{
|
|
10490
|
+
"input": [
|
|
10491
|
+
369,
|
|
10492
|
+
"CreateTeamInput!"
|
|
10493
|
+
]
|
|
10494
|
+
}
|
|
10495
|
+
],
|
|
10496
|
+
"updateTeam": [
|
|
10497
|
+
77,
|
|
10498
|
+
{
|
|
10499
|
+
"input": [
|
|
10500
|
+
370,
|
|
10501
|
+
"UpdateTeamInput!"
|
|
10502
|
+
]
|
|
10503
|
+
}
|
|
10504
|
+
],
|
|
10505
|
+
"joinTeam": [
|
|
10506
|
+
75,
|
|
10507
|
+
{
|
|
10508
|
+
"input": [
|
|
10509
|
+
371,
|
|
10510
|
+
"JoinTeamInput!"
|
|
10511
|
+
]
|
|
10512
|
+
}
|
|
10513
|
+
],
|
|
10514
|
+
"leaveTeam": [
|
|
10515
|
+
75,
|
|
10516
|
+
{
|
|
10517
|
+
"teamId": [
|
|
10518
|
+
1,
|
|
10519
|
+
"String!"
|
|
10520
|
+
]
|
|
10521
|
+
}
|
|
10522
|
+
],
|
|
10523
|
+
"inviteToTeam": [
|
|
10524
|
+
75,
|
|
10525
|
+
{
|
|
10526
|
+
"teamId": [
|
|
10527
|
+
1,
|
|
10528
|
+
"String!"
|
|
10529
|
+
],
|
|
10530
|
+
"athleteId": [
|
|
10531
|
+
1,
|
|
10532
|
+
"String!"
|
|
10533
|
+
],
|
|
10534
|
+
"sportId": [
|
|
10535
|
+
1,
|
|
10536
|
+
"String!"
|
|
10537
|
+
]
|
|
10538
|
+
}
|
|
10539
|
+
],
|
|
10540
|
+
"manageTeamMember": [
|
|
10541
|
+
75,
|
|
10542
|
+
{
|
|
10543
|
+
"input": [
|
|
10544
|
+
372,
|
|
10545
|
+
"ManageTeamMemberInput!"
|
|
10546
|
+
]
|
|
10547
|
+
}
|
|
10548
|
+
],
|
|
10549
|
+
"approveTeam": [
|
|
10550
|
+
77,
|
|
10551
|
+
{
|
|
10552
|
+
"teamId": [
|
|
10553
|
+
1,
|
|
10554
|
+
"String!"
|
|
10555
|
+
],
|
|
10556
|
+
"approved": [
|
|
10557
|
+
2,
|
|
10558
|
+
"Boolean!"
|
|
10559
|
+
]
|
|
10560
|
+
}
|
|
10561
|
+
],
|
|
10562
|
+
"createTeamStripeAccount": [
|
|
10563
|
+
1,
|
|
10564
|
+
{
|
|
10565
|
+
"teamId": [
|
|
10566
|
+
1,
|
|
10567
|
+
"String!"
|
|
10568
|
+
]
|
|
10569
|
+
}
|
|
10570
|
+
],
|
|
10571
|
+
"createTeamDonationCheckout": [
|
|
10572
|
+
1,
|
|
10573
|
+
{
|
|
10574
|
+
"teamId": [
|
|
10575
|
+
1,
|
|
10576
|
+
"String!"
|
|
10577
|
+
],
|
|
10578
|
+
"amount": [
|
|
10579
|
+
18,
|
|
10580
|
+
"Float!"
|
|
10581
|
+
],
|
|
10582
|
+
"currency": [
|
|
10583
|
+
1,
|
|
10584
|
+
"String!"
|
|
10585
|
+
],
|
|
10586
|
+
"donorEmail": [
|
|
10587
|
+
1
|
|
10588
|
+
],
|
|
10589
|
+
"donorName": [
|
|
10590
|
+
1
|
|
10591
|
+
]
|
|
10592
|
+
}
|
|
10593
|
+
],
|
|
10594
|
+
"createClub": [
|
|
10595
|
+
178,
|
|
10596
|
+
{
|
|
10597
|
+
"input": [
|
|
10598
|
+
373,
|
|
10599
|
+
"CreateClubInput!"
|
|
10600
|
+
]
|
|
10601
|
+
}
|
|
10602
|
+
],
|
|
10603
|
+
"updateClub": [
|
|
10604
|
+
178,
|
|
10605
|
+
{
|
|
10606
|
+
"input": [
|
|
10607
|
+
374,
|
|
10608
|
+
"UpdateClubInput!"
|
|
10609
|
+
]
|
|
10610
|
+
}
|
|
10611
|
+
],
|
|
10612
|
+
"joinClub": [
|
|
10613
|
+
181,
|
|
10614
|
+
{
|
|
10615
|
+
"input": [
|
|
10616
|
+
375,
|
|
10617
|
+
"JoinClubInput!"
|
|
10618
|
+
]
|
|
10619
|
+
}
|
|
10620
|
+
],
|
|
10621
|
+
"leaveClub": [
|
|
10622
|
+
181,
|
|
10623
|
+
{
|
|
10624
|
+
"clubId": [
|
|
10625
|
+
1,
|
|
10626
|
+
"String!"
|
|
10627
|
+
]
|
|
10628
|
+
}
|
|
10629
|
+
],
|
|
10630
|
+
"inviteToClub": [
|
|
10631
|
+
181,
|
|
10632
|
+
{
|
|
10633
|
+
"clubId": [
|
|
10634
|
+
1,
|
|
10635
|
+
"String!"
|
|
10636
|
+
],
|
|
10637
|
+
"athleteId": [
|
|
10638
|
+
1,
|
|
10639
|
+
"String!"
|
|
10640
|
+
]
|
|
10641
|
+
}
|
|
10642
|
+
],
|
|
10643
|
+
"manageClubMember": [
|
|
10644
|
+
181,
|
|
10645
|
+
{
|
|
10646
|
+
"input": [
|
|
10647
|
+
376,
|
|
10648
|
+
"ManageClubMemberInput!"
|
|
10649
|
+
]
|
|
10650
|
+
}
|
|
10651
|
+
],
|
|
10652
|
+
"approveClub": [
|
|
10653
|
+
178,
|
|
10654
|
+
{
|
|
10655
|
+
"clubId": [
|
|
10656
|
+
1,
|
|
10657
|
+
"String!"
|
|
10658
|
+
],
|
|
10659
|
+
"approved": [
|
|
10660
|
+
2,
|
|
10661
|
+
"Boolean!"
|
|
10662
|
+
]
|
|
10663
|
+
}
|
|
10664
|
+
],
|
|
10665
|
+
"createClubStripeAccount": [
|
|
10666
|
+
1,
|
|
10667
|
+
{
|
|
10668
|
+
"clubId": [
|
|
10669
|
+
1,
|
|
10670
|
+
"String!"
|
|
10671
|
+
]
|
|
10672
|
+
}
|
|
10673
|
+
],
|
|
10674
|
+
"createClubDonationCheckout": [
|
|
10675
|
+
1,
|
|
10676
|
+
{
|
|
10677
|
+
"clubId": [
|
|
10678
|
+
1,
|
|
10679
|
+
"String!"
|
|
10680
|
+
],
|
|
10681
|
+
"amount": [
|
|
10682
|
+
18,
|
|
10683
|
+
"Float!"
|
|
10684
|
+
],
|
|
10685
|
+
"currency": [
|
|
10686
|
+
1,
|
|
10687
|
+
"String!"
|
|
10688
|
+
],
|
|
10689
|
+
"donorEmail": [
|
|
10690
|
+
1
|
|
10691
|
+
],
|
|
10692
|
+
"donorName": [
|
|
10693
|
+
1
|
|
10694
|
+
]
|
|
10695
|
+
}
|
|
10696
|
+
],
|
|
10697
|
+
"createMembershipFeeCheckout": [
|
|
10698
|
+
1,
|
|
10699
|
+
{
|
|
10700
|
+
"clubId": [
|
|
10701
|
+
1,
|
|
10702
|
+
"String!"
|
|
10703
|
+
]
|
|
10704
|
+
}
|
|
10705
|
+
],
|
|
9924
10706
|
"__typename": [
|
|
9925
10707
|
1
|
|
9926
10708
|
]
|
|
@@ -10130,10 +10912,10 @@ exports.default = {
|
|
|
10130
10912
|
1
|
|
10131
10913
|
],
|
|
10132
10914
|
"profilePicture": [
|
|
10133
|
-
|
|
10915
|
+
263
|
|
10134
10916
|
],
|
|
10135
10917
|
"cardPicture": [
|
|
10136
|
-
|
|
10918
|
+
263
|
|
10137
10919
|
],
|
|
10138
10920
|
"__typename": [
|
|
10139
10921
|
1
|
|
@@ -10152,7 +10934,7 @@ exports.default = {
|
|
|
10152
10934
|
},
|
|
10153
10935
|
"EditDisplayIndexDto": {
|
|
10154
10936
|
"updates": [
|
|
10155
|
-
|
|
10937
|
+
401
|
|
10156
10938
|
],
|
|
10157
10939
|
"__typename": [
|
|
10158
10940
|
1
|
|
@@ -10216,7 +10998,7 @@ exports.default = {
|
|
|
10216
10998
|
18
|
|
10217
10999
|
],
|
|
10218
11000
|
"translations": [
|
|
10219
|
-
|
|
11001
|
+
406
|
|
10220
11002
|
],
|
|
10221
11003
|
"__typename": [
|
|
10222
11004
|
1
|
|
@@ -10250,10 +11032,10 @@ exports.default = {
|
|
|
10250
11032
|
18
|
|
10251
11033
|
],
|
|
10252
11034
|
"banner": [
|
|
10253
|
-
|
|
11035
|
+
263
|
|
10254
11036
|
],
|
|
10255
11037
|
"criteria": [
|
|
10256
|
-
|
|
11038
|
+
338
|
|
10257
11039
|
],
|
|
10258
11040
|
"deadline": [
|
|
10259
11041
|
14
|
|
@@ -10262,13 +11044,13 @@ exports.default = {
|
|
|
10262
11044
|
14
|
|
10263
11045
|
],
|
|
10264
11046
|
"duration": [
|
|
10265
|
-
|
|
11047
|
+
408
|
|
10266
11048
|
],
|
|
10267
11049
|
"sponsorshipItems": [
|
|
10268
|
-
|
|
11050
|
+
409
|
|
10269
11051
|
],
|
|
10270
11052
|
"commitments": [
|
|
10271
|
-
|
|
11053
|
+
410
|
|
10272
11054
|
],
|
|
10273
11055
|
"terms": [
|
|
10274
11056
|
1
|
|
@@ -10280,7 +11062,7 @@ exports.default = {
|
|
|
10280
11062
|
2
|
|
10281
11063
|
],
|
|
10282
11064
|
"translations": [
|
|
10283
|
-
|
|
11065
|
+
411
|
|
10284
11066
|
],
|
|
10285
11067
|
"__typename": [
|
|
10286
11068
|
1
|
|
@@ -10357,7 +11139,7 @@ exports.default = {
|
|
|
10357
11139
|
1
|
|
10358
11140
|
],
|
|
10359
11141
|
"banner": [
|
|
10360
|
-
|
|
11142
|
+
263
|
|
10361
11143
|
],
|
|
10362
11144
|
"terms": [
|
|
10363
11145
|
1
|
|
@@ -10464,7 +11246,7 @@ exports.default = {
|
|
|
10464
11246
|
1
|
|
10465
11247
|
],
|
|
10466
11248
|
"banner": [
|
|
10467
|
-
|
|
11249
|
+
263
|
|
10468
11250
|
],
|
|
10469
11251
|
"eventLevel": [
|
|
10470
11252
|
1
|
|
@@ -10501,7 +11283,7 @@ exports.default = {
|
|
|
10501
11283
|
1
|
|
10502
11284
|
],
|
|
10503
11285
|
"audienceFilters": [
|
|
10504
|
-
|
|
11286
|
+
386
|
|
10505
11287
|
],
|
|
10506
11288
|
"segmentId": [
|
|
10507
11289
|
1
|
|
@@ -10527,7 +11309,7 @@ exports.default = {
|
|
|
10527
11309
|
1
|
|
10528
11310
|
],
|
|
10529
11311
|
"audienceFilters": [
|
|
10530
|
-
|
|
11312
|
+
386
|
|
10531
11313
|
],
|
|
10532
11314
|
"segmentId": [
|
|
10533
11315
|
1
|
|
@@ -10544,7 +11326,7 @@ exports.default = {
|
|
|
10544
11326
|
1
|
|
10545
11327
|
],
|
|
10546
11328
|
"filters": [
|
|
10547
|
-
|
|
11329
|
+
386
|
|
10548
11330
|
],
|
|
10549
11331
|
"__typename": [
|
|
10550
11332
|
1
|
|
@@ -10555,7 +11337,7 @@ exports.default = {
|
|
|
10555
11337
|
1
|
|
10556
11338
|
],
|
|
10557
11339
|
"filters": [
|
|
10558
|
-
|
|
11340
|
+
386
|
|
10559
11341
|
],
|
|
10560
11342
|
"__typename": [
|
|
10561
11343
|
1
|