@vertikalx/vtx-backend-client 3.1.2-dev.0 → 3.1.2-dev.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/dist/package.json +31 -0
- package/dist/src/api/api-call-headers.js.map +1 -0
- package/dist/src/api/backend-response.js.map +1 -0
- package/dist/src/api/domains/generated/admin.api.js.map +1 -0
- package/dist/src/api/domains/generated/ai-coach.api.js.map +1 -0
- package/{src → dist/src}/api/domains/generated/athlete.api.js +3 -0
- package/dist/src/api/domains/generated/athlete.api.js.map +1 -0
- package/dist/src/api/domains/generated/auth.api.js.map +1 -0
- package/dist/src/api/domains/generated/campaign.api.js.map +1 -0
- package/dist/src/api/domains/generated/email-campaign.api.js.map +1 -0
- package/dist/src/api/domains/generated/followers.api.js.map +1 -0
- package/{src → dist/src}/api/domains/generated/index.d.ts +2 -0
- package/{src → dist/src}/api/domains/generated/index.js +5 -1
- package/dist/src/api/domains/generated/index.js.map +1 -0
- package/dist/src/api/domains/generated/integrations.api.js.map +1 -0
- package/dist/src/api/domains/generated/leaderboard.api.js.map +1 -0
- package/dist/src/api/domains/generated/media.api.js.map +1 -0
- package/dist/src/api/domains/generated/misc.api.js +9 -0
- package/dist/src/api/domains/generated/misc.api.js.map +1 -0
- package/dist/src/api/domains/generated/notifications.api.js.map +1 -0
- package/dist/src/api/domains/generated/offers.api.js.map +1 -0
- package/dist/src/api/domains/generated/onboarding.api.js.map +1 -0
- package/dist/src/api/domains/generated/push-campaign.api.d.ts +2 -0
- package/dist/src/api/domains/generated/push-campaign.api.js +9 -0
- package/dist/src/api/domains/generated/push-campaign.api.js.map +1 -0
- package/dist/src/api/domains/generated/sponsor.api.js.map +1 -0
- package/dist/src/api/domains/generated/sport.api.js.map +1 -0
- package/dist/src/api/domains/generated/teams-clubs.api.js.map +1 -0
- package/dist/src/api/domains/generated/usage-events.api.d.ts +2 -0
- package/dist/src/api/domains/generated/usage-events.api.js +18 -0
- package/dist/src/api/domains/generated/usage-events.api.js.map +1 -0
- package/{src → dist/src}/api/domains/generated/user.api.js +6 -0
- package/dist/src/api/domains/generated/user.api.js.map +1 -0
- package/{src → dist/src}/api/domains/generated/vtx-base-api.augment.d.ts +10 -49
- package/dist/src/api/domains/generated/vtx-base-api.augment.js.map +1 -0
- package/dist/src/api/domains/overrides/athlete-query.overrides.d.ts +2 -0
- package/dist/src/api/domains/overrides/athlete-query.overrides.js +12 -0
- package/dist/src/api/domains/overrides/athlete-query.overrides.js.map +1 -0
- package/dist/src/api/domains/overrides/auth.overrides.js.map +1 -0
- package/dist/src/api/domains/overrides/campaign.overrides.d.ts +2 -0
- package/dist/src/api/domains/overrides/campaign.overrides.js +9 -0
- package/dist/src/api/domains/overrides/campaign.overrides.js.map +1 -0
- package/{src → dist/src}/api/domains/overrides/compat.overrides.js +20 -0
- package/dist/src/api/domains/overrides/compat.overrides.js.map +1 -0
- package/dist/src/api/domains/overrides/competition.overrides.d.ts +2 -0
- package/dist/src/api/domains/overrides/competition.overrides.js +9 -0
- package/dist/src/api/domains/overrides/competition.overrides.js.map +1 -0
- package/dist/src/api/domains/overrides/index.d.ts +6 -0
- package/dist/src/api/domains/overrides/index.js +16 -0
- package/dist/src/api/domains/overrides/index.js.map +1 -0
- package/dist/src/api/domains/overrides/sponsor.overrides.js.map +1 -0
- package/dist/src/api/domains.js.map +1 -0
- package/dist/src/api/response-builder.js.map +1 -0
- package/dist/src/api/types.js.map +1 -0
- package/dist/src/api/vtx-apikey-api.js.map +1 -0
- package/{src → dist/src}/api/vtx-base-api.d.ts +13 -0
- package/{src → dist/src}/api/vtx-base-api.js +55 -0
- package/dist/src/api/vtx-base-api.js.map +1 -0
- package/dist/src/api/vtx-mobile-api.js.map +1 -0
- package/dist/src/api/vtx-web-browser-api.js.map +1 -0
- package/dist/src/api/vtx-web-server-api.js.map +1 -0
- package/dist/src/client/index.js.map +1 -0
- package/dist/src/client/runtime/batcher.js.map +1 -0
- package/dist/src/client/runtime/createClient.js.map +1 -0
- package/dist/src/client/runtime/error.js.map +1 -0
- package/dist/src/client/runtime/fetcher.js.map +1 -0
- package/dist/src/client/runtime/generateGraphqlOperation.js.map +1 -0
- package/dist/src/client/runtime/index.js.map +1 -0
- package/dist/src/client/runtime/linkTypeMap.js.map +1 -0
- package/dist/src/client/runtime/typeSelection.js.map +1 -0
- package/dist/src/client/runtime/types.js.map +1 -0
- package/{src → dist/src}/client/schema.d.ts +228 -13
- package/{src → dist/src}/client/schema.js +55 -2
- package/dist/src/client/schema.js.map +1 -0
- package/{src → dist/src}/client/types.d.ts +132 -14
- package/{src → dist/src}/client/types.js +939 -627
- package/dist/src/client/types.js.map +1 -0
- package/{src → dist/src}/generated/graphql.d.ts +398 -1182
- package/{src → dist/src}/generated/graphql.js +240 -1171
- package/dist/src/generated/graphql.js.map +1 -0
- package/dist/src/index.js.map +1 -0
- package/dist/src/scripts/generate-api-wrappers.js.map +1 -0
- package/dist/src/scripts/generate-operations.js.map +1 -0
- package/package.json +6 -4
- package/src/api/api-call-headers.js.map +0 -1
- package/src/api/backend-response.js.map +0 -1
- package/src/api/domains/generated/admin.api.js.map +0 -1
- package/src/api/domains/generated/ai-coach.api.js.map +0 -1
- package/src/api/domains/generated/athlete.api.js.map +0 -1
- package/src/api/domains/generated/auth.api.js.map +0 -1
- package/src/api/domains/generated/campaign.api.js.map +0 -1
- package/src/api/domains/generated/email-campaign.api.js.map +0 -1
- package/src/api/domains/generated/followers.api.js.map +0 -1
- package/src/api/domains/generated/index.js.map +0 -1
- package/src/api/domains/generated/integrations.api.js.map +0 -1
- package/src/api/domains/generated/leaderboard.api.js.map +0 -1
- package/src/api/domains/generated/media.api.js.map +0 -1
- package/src/api/domains/generated/misc.api.js +0 -150
- package/src/api/domains/generated/misc.api.js.map +0 -1
- package/src/api/domains/generated/notifications.api.js.map +0 -1
- package/src/api/domains/generated/offers.api.js.map +0 -1
- package/src/api/domains/generated/onboarding.api.js.map +0 -1
- package/src/api/domains/generated/sponsor.api.js.map +0 -1
- package/src/api/domains/generated/sport.api.js.map +0 -1
- package/src/api/domains/generated/teams-clubs.api.js.map +0 -1
- package/src/api/domains/generated/user.api.js.map +0 -1
- package/src/api/domains/generated/vtx-base-api.augment.js.map +0 -1
- package/src/api/domains/overrides/auth.overrides.js.map +0 -1
- package/src/api/domains/overrides/compat.overrides.js.map +0 -1
- package/src/api/domains/overrides/index.d.ts +0 -3
- package/src/api/domains/overrides/index.js +0 -10
- package/src/api/domains/overrides/index.js.map +0 -1
- package/src/api/domains/overrides/sponsor.overrides.js.map +0 -1
- package/src/api/domains.js.map +0 -1
- package/src/api/response-builder.js.map +0 -1
- package/src/api/types.js.map +0 -1
- package/src/api/vtx-apikey-api.js.map +0 -1
- package/src/api/vtx-base-api.js.map +0 -1
- package/src/api/vtx-mobile-api.js.map +0 -1
- package/src/api/vtx-web-browser-api.js.map +0 -1
- package/src/api/vtx-web-server-api.js.map +0 -1
- package/src/client/index.js.map +0 -1
- package/src/client/runtime/batcher.js.map +0 -1
- package/src/client/runtime/createClient.js.map +0 -1
- package/src/client/runtime/error.js.map +0 -1
- package/src/client/runtime/fetcher.js.map +0 -1
- package/src/client/runtime/generateGraphqlOperation.js.map +0 -1
- package/src/client/runtime/index.js.map +0 -1
- package/src/client/runtime/linkTypeMap.js.map +0 -1
- package/src/client/runtime/typeSelection.js.map +0 -1
- package/src/client/runtime/types.js.map +0 -1
- package/src/client/schema.js.map +0 -1
- package/src/client/types.js.map +0 -1
- package/src/generated/graphql.js.map +0 -1
- package/src/index.js.map +0 -1
- package/src/scripts/generate-api-wrappers.js.map +0 -1
- package/src/scripts/generate-operations.js.map +0 -1
- /package/{src → dist/src}/api/api-call-headers.d.ts +0 -0
- /package/{src → dist/src}/api/api-call-headers.js +0 -0
- /package/{src → dist/src}/api/backend-response.d.ts +0 -0
- /package/{src → dist/src}/api/backend-response.js +0 -0
- /package/{src → dist/src}/api/domains/generated/admin.api.d.ts +0 -0
- /package/{src → dist/src}/api/domains/generated/admin.api.js +0 -0
- /package/{src → dist/src}/api/domains/generated/ai-coach.api.d.ts +0 -0
- /package/{src → dist/src}/api/domains/generated/ai-coach.api.js +0 -0
- /package/{src → dist/src}/api/domains/generated/athlete.api.d.ts +0 -0
- /package/{src → dist/src}/api/domains/generated/auth.api.d.ts +0 -0
- /package/{src → dist/src}/api/domains/generated/auth.api.js +0 -0
- /package/{src → dist/src}/api/domains/generated/campaign.api.d.ts +0 -0
- /package/{src → dist/src}/api/domains/generated/campaign.api.js +0 -0
- /package/{src → dist/src}/api/domains/generated/email-campaign.api.d.ts +0 -0
- /package/{src → dist/src}/api/domains/generated/email-campaign.api.js +0 -0
- /package/{src → dist/src}/api/domains/generated/followers.api.d.ts +0 -0
- /package/{src → dist/src}/api/domains/generated/followers.api.js +0 -0
- /package/{src → dist/src}/api/domains/generated/integrations.api.d.ts +0 -0
- /package/{src → dist/src}/api/domains/generated/integrations.api.js +0 -0
- /package/{src → dist/src}/api/domains/generated/leaderboard.api.d.ts +0 -0
- /package/{src → dist/src}/api/domains/generated/leaderboard.api.js +0 -0
- /package/{src → dist/src}/api/domains/generated/media.api.d.ts +0 -0
- /package/{src → dist/src}/api/domains/generated/media.api.js +0 -0
- /package/{src → dist/src}/api/domains/generated/misc.api.d.ts +0 -0
- /package/{src → dist/src}/api/domains/generated/notifications.api.d.ts +0 -0
- /package/{src → dist/src}/api/domains/generated/notifications.api.js +0 -0
- /package/{src → dist/src}/api/domains/generated/offers.api.d.ts +0 -0
- /package/{src → dist/src}/api/domains/generated/offers.api.js +0 -0
- /package/{src → dist/src}/api/domains/generated/onboarding.api.d.ts +0 -0
- /package/{src → dist/src}/api/domains/generated/onboarding.api.js +0 -0
- /package/{src → dist/src}/api/domains/generated/sponsor.api.d.ts +0 -0
- /package/{src → dist/src}/api/domains/generated/sponsor.api.js +0 -0
- /package/{src → dist/src}/api/domains/generated/sport.api.d.ts +0 -0
- /package/{src → dist/src}/api/domains/generated/sport.api.js +0 -0
- /package/{src → dist/src}/api/domains/generated/teams-clubs.api.d.ts +0 -0
- /package/{src → dist/src}/api/domains/generated/teams-clubs.api.js +0 -0
- /package/{src → dist/src}/api/domains/generated/user.api.d.ts +0 -0
- /package/{src → dist/src}/api/domains/generated/vtx-base-api.augment.js +0 -0
- /package/{src → dist/src}/api/domains/overrides/auth.overrides.d.ts +0 -0
- /package/{src → dist/src}/api/domains/overrides/auth.overrides.js +0 -0
- /package/{src → dist/src}/api/domains/overrides/compat.overrides.d.ts +0 -0
- /package/{src → dist/src}/api/domains/overrides/sponsor.overrides.d.ts +0 -0
- /package/{src → dist/src}/api/domains/overrides/sponsor.overrides.js +0 -0
- /package/{src → dist/src}/api/domains.d.ts +0 -0
- /package/{src → dist/src}/api/domains.js +0 -0
- /package/{src → dist/src}/api/response-builder.d.ts +0 -0
- /package/{src → dist/src}/api/response-builder.js +0 -0
- /package/{src → dist/src}/api/types.d.ts +0 -0
- /package/{src → dist/src}/api/types.js +0 -0
- /package/{src → dist/src}/api/vtx-apikey-api.d.ts +0 -0
- /package/{src → dist/src}/api/vtx-apikey-api.js +0 -0
- /package/{src → dist/src}/api/vtx-mobile-api.d.ts +0 -0
- /package/{src → dist/src}/api/vtx-mobile-api.js +0 -0
- /package/{src → dist/src}/api/vtx-web-browser-api.d.ts +0 -0
- /package/{src → dist/src}/api/vtx-web-browser-api.js +0 -0
- /package/{src → dist/src}/api/vtx-web-server-api.d.ts +0 -0
- /package/{src → dist/src}/api/vtx-web-server-api.js +0 -0
- /package/{src → dist/src}/client/index.d.ts +0 -0
- /package/{src → dist/src}/client/index.js +0 -0
- /package/{src → dist/src}/client/runtime/batcher.d.ts +0 -0
- /package/{src → dist/src}/client/runtime/batcher.js +0 -0
- /package/{src → dist/src}/client/runtime/createClient.d.ts +0 -0
- /package/{src → dist/src}/client/runtime/createClient.js +0 -0
- /package/{src → dist/src}/client/runtime/error.d.ts +0 -0
- /package/{src → dist/src}/client/runtime/error.js +0 -0
- /package/{src → dist/src}/client/runtime/fetcher.d.ts +0 -0
- /package/{src → dist/src}/client/runtime/fetcher.js +0 -0
- /package/{src → dist/src}/client/runtime/generateGraphqlOperation.d.ts +0 -0
- /package/{src → dist/src}/client/runtime/generateGraphqlOperation.js +0 -0
- /package/{src → dist/src}/client/runtime/index.d.ts +0 -0
- /package/{src → dist/src}/client/runtime/index.js +0 -0
- /package/{src → dist/src}/client/runtime/linkTypeMap.d.ts +0 -0
- /package/{src → dist/src}/client/runtime/linkTypeMap.js +0 -0
- /package/{src → dist/src}/client/runtime/typeSelection.d.ts +0 -0
- /package/{src → dist/src}/client/runtime/typeSelection.js +0 -0
- /package/{src → dist/src}/client/runtime/types.d.ts +0 -0
- /package/{src → dist/src}/client/runtime/types.js +0 -0
- /package/{src → dist/src}/index.d.ts +0 -0
- /package/{src → dist/src}/index.js +0 -0
- /package/{src → dist/src}/scripts/generate-api-wrappers.d.ts +0 -0
- /package/{src → dist/src}/scripts/generate-api-wrappers.js +0 -0
- /package/{src → dist/src}/scripts/generate-operations.d.ts +0 -0
- /package/{src → dist/src}/scripts/generate-operations.js +0 -0
|
@@ -9,39 +9,42 @@ exports.default = {
|
|
|
9
9
|
23,
|
|
10
10
|
24,
|
|
11
11
|
53,
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
12
|
+
83,
|
|
13
|
+
106,
|
|
14
|
+
110,
|
|
15
15
|
132,
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
16
|
+
133,
|
|
17
|
+
149,
|
|
18
|
+
160,
|
|
19
|
+
175,
|
|
20
|
+
183,
|
|
21
|
+
200,
|
|
22
|
+
223,
|
|
23
23
|
226,
|
|
24
24
|
227,
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
386,
|
|
29
|
-
387,
|
|
30
|
-
388,
|
|
31
|
-
389,
|
|
32
|
-
390,
|
|
33
|
-
391,
|
|
34
|
-
392,
|
|
35
|
-
393,
|
|
36
|
-
394,
|
|
37
|
-
395,
|
|
25
|
+
228,
|
|
26
|
+
296,
|
|
27
|
+
360,
|
|
38
28
|
396,
|
|
39
29
|
397,
|
|
40
30
|
398,
|
|
41
31
|
399,
|
|
42
32
|
400,
|
|
43
33
|
401,
|
|
44
|
-
402
|
|
34
|
+
402,
|
|
35
|
+
403,
|
|
36
|
+
404,
|
|
37
|
+
405,
|
|
38
|
+
406,
|
|
39
|
+
407,
|
|
40
|
+
408,
|
|
41
|
+
409,
|
|
42
|
+
410,
|
|
43
|
+
411,
|
|
44
|
+
412,
|
|
45
|
+
413,
|
|
46
|
+
414,
|
|
47
|
+
415
|
|
45
48
|
],
|
|
46
49
|
"types": {
|
|
47
50
|
"User": {
|
|
@@ -1646,7 +1649,7 @@ exports.default = {
|
|
|
1646
1649
|
1
|
|
1647
1650
|
],
|
|
1648
1651
|
"resultType": [
|
|
1649
|
-
|
|
1652
|
+
408
|
|
1650
1653
|
],
|
|
1651
1654
|
"verified": [
|
|
1652
1655
|
2
|
|
@@ -1972,10 +1975,14 @@ exports.default = {
|
|
|
1972
1975
|
"pointsEarned": [
|
|
1973
1976
|
18
|
|
1974
1977
|
],
|
|
1978
|
+
"verificationTier": [
|
|
1979
|
+
83
|
|
1980
|
+
],
|
|
1975
1981
|
"__typename": [
|
|
1976
1982
|
1
|
|
1977
1983
|
]
|
|
1978
1984
|
},
|
|
1985
|
+
"CompetitionVerificationTier": {},
|
|
1979
1986
|
"BudgetItem": {
|
|
1980
1987
|
"_id": [
|
|
1981
1988
|
1
|
|
@@ -2007,7 +2014,7 @@ exports.default = {
|
|
|
2007
2014
|
18
|
|
2008
2015
|
],
|
|
2009
2016
|
"items": [
|
|
2010
|
-
|
|
2017
|
+
84
|
|
2011
2018
|
],
|
|
2012
2019
|
"__typename": [
|
|
2013
2020
|
1
|
|
@@ -2035,7 +2042,7 @@ exports.default = {
|
|
|
2035
2042
|
1
|
|
2036
2043
|
],
|
|
2037
2044
|
"photos": [
|
|
2038
|
-
|
|
2045
|
+
86
|
|
2039
2046
|
],
|
|
2040
2047
|
"displayIndex": [
|
|
2041
2048
|
18
|
|
@@ -2070,10 +2077,10 @@ exports.default = {
|
|
|
2070
2077
|
1
|
|
2071
2078
|
],
|
|
2072
2079
|
"budget": [
|
|
2073
|
-
|
|
2080
|
+
85
|
|
2074
2081
|
],
|
|
2075
2082
|
"albums": [
|
|
2076
|
-
|
|
2083
|
+
87
|
|
2077
2084
|
],
|
|
2078
2085
|
"__typename": [
|
|
2079
2086
|
1
|
|
@@ -2140,7 +2147,7 @@ exports.default = {
|
|
|
2140
2147
|
70
|
|
2141
2148
|
],
|
|
2142
2149
|
"memberships": [
|
|
2143
|
-
|
|
2150
|
+
91
|
|
2144
2151
|
],
|
|
2145
2152
|
"__typename": [
|
|
2146
2153
|
1
|
|
@@ -2151,10 +2158,10 @@ exports.default = {
|
|
|
2151
2158
|
1
|
|
2152
2159
|
],
|
|
2153
2160
|
"organization": [
|
|
2154
|
-
|
|
2161
|
+
89
|
|
2155
2162
|
],
|
|
2156
2163
|
"athlete": [
|
|
2157
|
-
|
|
2164
|
+
107
|
|
2158
2165
|
],
|
|
2159
2166
|
"membershipNumber": [
|
|
2160
2167
|
1
|
|
@@ -2217,7 +2224,7 @@ exports.default = {
|
|
|
2217
2224
|
2
|
|
2218
2225
|
],
|
|
2219
2226
|
"defaultAlbum": [
|
|
2220
|
-
|
|
2227
|
+
87
|
|
2221
2228
|
],
|
|
2222
2229
|
"__typename": [
|
|
2223
2230
|
1
|
|
@@ -2245,7 +2252,7 @@ exports.default = {
|
|
|
2245
2252
|
1
|
|
2246
2253
|
],
|
|
2247
2254
|
"athlete": [
|
|
2248
|
-
|
|
2255
|
+
107
|
|
2249
2256
|
],
|
|
2250
2257
|
"budgetMode": [
|
|
2251
2258
|
1
|
|
@@ -2284,16 +2291,16 @@ exports.default = {
|
|
|
2284
2291
|
14
|
|
2285
2292
|
],
|
|
2286
2293
|
"budget": [
|
|
2287
|
-
|
|
2294
|
+
85
|
|
2288
2295
|
],
|
|
2289
2296
|
"competitions": [
|
|
2290
|
-
|
|
2297
|
+
88
|
|
2291
2298
|
],
|
|
2292
2299
|
"vtxComissionPct": [
|
|
2293
2300
|
18
|
|
2294
2301
|
],
|
|
2295
2302
|
"video": [
|
|
2296
|
-
|
|
2303
|
+
95
|
|
2297
2304
|
],
|
|
2298
2305
|
"coverImage": [
|
|
2299
2306
|
29
|
|
@@ -2516,7 +2523,7 @@ exports.default = {
|
|
|
2516
2523
|
},
|
|
2517
2524
|
"StripeRequirementType": {
|
|
2518
2525
|
"alternatives": [
|
|
2519
|
-
|
|
2526
|
+
98
|
|
2520
2527
|
],
|
|
2521
2528
|
"current_deadline": [
|
|
2522
2529
|
14
|
|
@@ -2528,7 +2535,7 @@ exports.default = {
|
|
|
2528
2535
|
1
|
|
2529
2536
|
],
|
|
2530
2537
|
"errors": [
|
|
2531
|
-
|
|
2538
|
+
100
|
|
2532
2539
|
],
|
|
2533
2540
|
"eventually_due": [
|
|
2534
2541
|
1
|
|
@@ -2545,7 +2552,7 @@ exports.default = {
|
|
|
2545
2552
|
},
|
|
2546
2553
|
"StripeFutureRequirementType": {
|
|
2547
2554
|
"alternatives": [
|
|
2548
|
-
|
|
2555
|
+
99
|
|
2549
2556
|
],
|
|
2550
2557
|
"current_deadline": [
|
|
2551
2558
|
14
|
|
@@ -2557,7 +2564,7 @@ exports.default = {
|
|
|
2557
2564
|
1
|
|
2558
2565
|
],
|
|
2559
2566
|
"errors": [
|
|
2560
|
-
|
|
2567
|
+
100
|
|
2561
2568
|
],
|
|
2562
2569
|
"eventually_due": [
|
|
2563
2570
|
1
|
|
@@ -2589,13 +2596,13 @@ exports.default = {
|
|
|
2589
2596
|
1
|
|
2590
2597
|
],
|
|
2591
2598
|
"capabilities": [
|
|
2592
|
-
|
|
2599
|
+
97
|
|
2593
2600
|
],
|
|
2594
2601
|
"requirements": [
|
|
2595
|
-
|
|
2602
|
+
101
|
|
2596
2603
|
],
|
|
2597
2604
|
"future_requirements": [
|
|
2598
|
-
|
|
2605
|
+
102
|
|
2599
2606
|
],
|
|
2600
2607
|
"type": [
|
|
2601
2608
|
1
|
|
@@ -2624,7 +2631,7 @@ exports.default = {
|
|
|
2624
2631
|
1
|
|
2625
2632
|
],
|
|
2626
2633
|
"account": [
|
|
2627
|
-
|
|
2634
|
+
103
|
|
2628
2635
|
],
|
|
2629
2636
|
"__typename": [
|
|
2630
2637
|
1
|
|
@@ -2635,7 +2642,7 @@ exports.default = {
|
|
|
2635
2642
|
1
|
|
2636
2643
|
],
|
|
2637
2644
|
"scoreType": [
|
|
2638
|
-
|
|
2645
|
+
106
|
|
2639
2646
|
],
|
|
2640
2647
|
"score": [
|
|
2641
2648
|
18
|
|
@@ -2722,7 +2729,7 @@ exports.default = {
|
|
|
2722
2729
|
1
|
|
2723
2730
|
],
|
|
2724
2731
|
"preferences": [
|
|
2725
|
-
|
|
2732
|
+
94
|
|
2726
2733
|
],
|
|
2727
2734
|
"suspended": [
|
|
2728
2735
|
2
|
|
@@ -2808,7 +2815,7 @@ exports.default = {
|
|
|
2808
2815
|
1
|
|
2809
2816
|
],
|
|
2810
2817
|
"preferences": [
|
|
2811
|
-
|
|
2818
|
+
94
|
|
2812
2819
|
],
|
|
2813
2820
|
"suspended": [
|
|
2814
2821
|
2
|
|
@@ -2829,31 +2836,31 @@ exports.default = {
|
|
|
2829
2836
|
65
|
|
2830
2837
|
],
|
|
2831
2838
|
"competitions": [
|
|
2832
|
-
|
|
2839
|
+
88
|
|
2833
2840
|
],
|
|
2834
2841
|
"affiliations": [
|
|
2835
|
-
|
|
2842
|
+
91
|
|
2836
2843
|
],
|
|
2837
2844
|
"newsLinks": [
|
|
2838
|
-
|
|
2845
|
+
92
|
|
2839
2846
|
],
|
|
2840
2847
|
"channels": [
|
|
2841
|
-
|
|
2848
|
+
93
|
|
2842
2849
|
],
|
|
2843
2850
|
"currentCampaign": [
|
|
2844
|
-
|
|
2851
|
+
96
|
|
2845
2852
|
],
|
|
2846
2853
|
"fundingCampaigns": [
|
|
2847
|
-
|
|
2854
|
+
96
|
|
2848
2855
|
],
|
|
2849
2856
|
"stripeAccountReference": [
|
|
2850
|
-
|
|
2857
|
+
104
|
|
2851
2858
|
],
|
|
2852
2859
|
"albums": [
|
|
2853
|
-
|
|
2860
|
+
87
|
|
2854
2861
|
],
|
|
2855
2862
|
"historicalScores": [
|
|
2856
|
-
|
|
2863
|
+
105
|
|
2857
2864
|
],
|
|
2858
2865
|
"signedAgreements": [
|
|
2859
2866
|
15
|
|
@@ -2864,7 +2871,7 @@ exports.default = {
|
|
|
2864
2871
|
},
|
|
2865
2872
|
"CheckoutSession": {
|
|
2866
2873
|
"_id": [
|
|
2867
|
-
|
|
2874
|
+
110
|
|
2868
2875
|
],
|
|
2869
2876
|
"type": [
|
|
2870
2877
|
1
|
|
@@ -2903,10 +2910,10 @@ exports.default = {
|
|
|
2903
2910
|
"ID": {},
|
|
2904
2911
|
"FundingCheckoutSessionData": {
|
|
2905
2912
|
"_id": [
|
|
2906
|
-
|
|
2913
|
+
110
|
|
2907
2914
|
],
|
|
2908
2915
|
"session": [
|
|
2909
|
-
|
|
2916
|
+
109
|
|
2910
2917
|
],
|
|
2911
2918
|
"fromName": [
|
|
2912
2919
|
1
|
|
@@ -2918,10 +2925,10 @@ exports.default = {
|
|
|
2918
2925
|
18
|
|
2919
2926
|
],
|
|
2920
2927
|
"fundingCampaign": [
|
|
2921
|
-
|
|
2928
|
+
96
|
|
2922
2929
|
],
|
|
2923
2930
|
"mode": [
|
|
2924
|
-
|
|
2931
|
+
396
|
|
2925
2932
|
],
|
|
2926
2933
|
"athleteId": [
|
|
2927
2934
|
1
|
|
@@ -3065,7 +3072,7 @@ exports.default = {
|
|
|
3065
3072
|
},
|
|
3066
3073
|
"InstagramPaging": {
|
|
3067
3074
|
"cursors": [
|
|
3068
|
-
|
|
3075
|
+
116
|
|
3069
3076
|
],
|
|
3070
3077
|
"next": [
|
|
3071
3078
|
1
|
|
@@ -3090,7 +3097,7 @@ exports.default = {
|
|
|
3090
3097
|
},
|
|
3091
3098
|
"InstagramInsights": {
|
|
3092
3099
|
"data": [
|
|
3093
|
-
|
|
3100
|
+
118
|
|
3094
3101
|
],
|
|
3095
3102
|
"__typename": [
|
|
3096
3103
|
1
|
|
@@ -3128,7 +3135,7 @@ exports.default = {
|
|
|
3128
3135
|
18
|
|
3129
3136
|
],
|
|
3130
3137
|
"insights": [
|
|
3131
|
-
|
|
3138
|
+
119
|
|
3132
3139
|
],
|
|
3133
3140
|
"__typename": [
|
|
3134
3141
|
1
|
|
@@ -3136,10 +3143,10 @@ exports.default = {
|
|
|
3136
3143
|
},
|
|
3137
3144
|
"InstagramMediaData": {
|
|
3138
3145
|
"data": [
|
|
3139
|
-
|
|
3146
|
+
120
|
|
3140
3147
|
],
|
|
3141
3148
|
"paging": [
|
|
3142
|
-
|
|
3149
|
+
117
|
|
3143
3150
|
],
|
|
3144
3151
|
"__typename": [
|
|
3145
3152
|
1
|
|
@@ -3173,22 +3180,22 @@ exports.default = {
|
|
|
3173
3180
|
1
|
|
3174
3181
|
],
|
|
3175
3182
|
"athlete": [
|
|
3176
|
-
|
|
3183
|
+
107
|
|
3177
3184
|
],
|
|
3178
3185
|
"hasStravaIntegration": [
|
|
3179
3186
|
2
|
|
3180
3187
|
],
|
|
3181
3188
|
"stravaAthleteData": [
|
|
3182
|
-
|
|
3189
|
+
115
|
|
3183
3190
|
],
|
|
3184
3191
|
"hasInstagramIntegration": [
|
|
3185
3192
|
2
|
|
3186
3193
|
],
|
|
3187
3194
|
"instagramUserData": [
|
|
3188
|
-
|
|
3195
|
+
122
|
|
3189
3196
|
],
|
|
3190
3197
|
"instagramMediaData": [
|
|
3191
|
-
|
|
3198
|
+
121
|
|
3192
3199
|
],
|
|
3193
3200
|
"__typename": [
|
|
3194
3201
|
1
|
|
@@ -3262,7 +3269,7 @@ exports.default = {
|
|
|
3262
3269
|
1
|
|
3263
3270
|
],
|
|
3264
3271
|
"items": [
|
|
3265
|
-
|
|
3272
|
+
126
|
|
3266
3273
|
],
|
|
3267
3274
|
"totalAmount": [
|
|
3268
3275
|
18
|
|
@@ -3279,7 +3286,7 @@ exports.default = {
|
|
|
3279
3286
|
1
|
|
3280
3287
|
],
|
|
3281
3288
|
"budget": [
|
|
3282
|
-
|
|
3289
|
+
127
|
|
3283
3290
|
],
|
|
3284
3291
|
"__typename": [
|
|
3285
3292
|
1
|
|
@@ -3328,7 +3335,7 @@ exports.default = {
|
|
|
3328
3335
|
1
|
|
3329
3336
|
],
|
|
3330
3337
|
"items": [
|
|
3331
|
-
|
|
3338
|
+
126
|
|
3332
3339
|
],
|
|
3333
3340
|
"__typename": [
|
|
3334
3341
|
1
|
|
@@ -3363,16 +3370,16 @@ exports.default = {
|
|
|
3363
3370
|
18
|
|
3364
3371
|
],
|
|
3365
3372
|
"status": [
|
|
3366
|
-
|
|
3373
|
+
132
|
|
3367
3374
|
],
|
|
3368
3375
|
"budgetMode": [
|
|
3369
|
-
|
|
3376
|
+
133
|
|
3370
3377
|
],
|
|
3371
3378
|
"items": [
|
|
3372
|
-
|
|
3379
|
+
126
|
|
3373
3380
|
],
|
|
3374
3381
|
"competitionBudgets": [
|
|
3375
|
-
|
|
3382
|
+
128
|
|
3376
3383
|
],
|
|
3377
3384
|
"__typename": [
|
|
3378
3385
|
1
|
|
@@ -3382,10 +3389,10 @@ exports.default = {
|
|
|
3382
3389
|
"FundingMode": {},
|
|
3383
3390
|
"BudgetData": {
|
|
3384
3391
|
"competitions": [
|
|
3385
|
-
|
|
3392
|
+
130
|
|
3386
3393
|
],
|
|
3387
3394
|
"campaigns": [
|
|
3388
|
-
|
|
3395
|
+
131
|
|
3389
3396
|
],
|
|
3390
3397
|
"__typename": [
|
|
3391
3398
|
1
|
|
@@ -3465,10 +3472,10 @@ exports.default = {
|
|
|
3465
3472
|
1
|
|
3466
3473
|
],
|
|
3467
3474
|
"athleteReference": [
|
|
3468
|
-
|
|
3475
|
+
107
|
|
3469
3476
|
],
|
|
3470
3477
|
"campaignReference": [
|
|
3471
|
-
|
|
3478
|
+
96
|
|
3472
3479
|
],
|
|
3473
3480
|
"__typename": [
|
|
3474
3481
|
1
|
|
@@ -3488,7 +3495,7 @@ exports.default = {
|
|
|
3488
3495
|
29
|
|
3489
3496
|
],
|
|
3490
3497
|
"donations": [
|
|
3491
|
-
|
|
3498
|
+
138
|
|
3492
3499
|
],
|
|
3493
3500
|
"__typename": [
|
|
3494
3501
|
1
|
|
@@ -3514,10 +3521,10 @@ exports.default = {
|
|
|
3514
3521
|
7
|
|
3515
3522
|
],
|
|
3516
3523
|
"athlete": [
|
|
3517
|
-
|
|
3524
|
+
108
|
|
3518
3525
|
],
|
|
3519
3526
|
"member": [
|
|
3520
|
-
|
|
3527
|
+
139
|
|
3521
3528
|
],
|
|
3522
3529
|
"suspended": [
|
|
3523
3530
|
2
|
|
@@ -3557,7 +3564,7 @@ exports.default = {
|
|
|
3557
3564
|
},
|
|
3558
3565
|
"AdminTransactionView": {
|
|
3559
3566
|
"_id": [
|
|
3560
|
-
|
|
3567
|
+
110
|
|
3561
3568
|
],
|
|
3562
3569
|
"createdDate": [
|
|
3563
3570
|
14
|
|
@@ -3590,7 +3597,7 @@ exports.default = {
|
|
|
3590
3597
|
1
|
|
3591
3598
|
],
|
|
3592
3599
|
"fundingDetails": [
|
|
3593
|
-
|
|
3600
|
+
141
|
|
3594
3601
|
],
|
|
3595
3602
|
"__typename": [
|
|
3596
3603
|
1
|
|
@@ -3826,7 +3833,7 @@ exports.default = {
|
|
|
3826
3833
|
2
|
|
3827
3834
|
],
|
|
3828
3835
|
"couponCodes": [
|
|
3829
|
-
|
|
3836
|
+
145
|
|
3830
3837
|
],
|
|
3831
3838
|
"__typename": [
|
|
3832
3839
|
1
|
|
@@ -3837,10 +3844,10 @@ exports.default = {
|
|
|
3837
3844
|
1
|
|
3838
3845
|
],
|
|
3839
3846
|
"offer": [
|
|
3840
|
-
|
|
3847
|
+
143
|
|
3841
3848
|
],
|
|
3842
3849
|
"athlete": [
|
|
3843
|
-
|
|
3850
|
+
108
|
|
3844
3851
|
],
|
|
3845
3852
|
"claimedAt": [
|
|
3846
3853
|
14
|
|
@@ -3854,7 +3861,7 @@ exports.default = {
|
|
|
3854
3861
|
},
|
|
3855
3862
|
"EligibilityResult": {
|
|
3856
3863
|
"status": [
|
|
3857
|
-
|
|
3864
|
+
149
|
|
3858
3865
|
],
|
|
3859
3866
|
"failedCriteria": [
|
|
3860
3867
|
1
|
|
@@ -3964,7 +3971,7 @@ exports.default = {
|
|
|
3964
3971
|
2
|
|
3965
3972
|
],
|
|
3966
3973
|
"eligibility": [
|
|
3967
|
-
|
|
3974
|
+
148
|
|
3968
3975
|
],
|
|
3969
3976
|
"__typename": [
|
|
3970
3977
|
1
|
|
@@ -3972,10 +3979,10 @@ exports.default = {
|
|
|
3972
3979
|
},
|
|
3973
3980
|
"PaginatedOffersWithEligibility": {
|
|
3974
3981
|
"items": [
|
|
3975
|
-
|
|
3982
|
+
151
|
|
3976
3983
|
],
|
|
3977
3984
|
"pagination": [
|
|
3978
|
-
|
|
3985
|
+
150
|
|
3979
3986
|
],
|
|
3980
3987
|
"__typename": [
|
|
3981
3988
|
1
|
|
@@ -3986,7 +3993,7 @@ exports.default = {
|
|
|
3986
3993
|
65
|
|
3987
3994
|
],
|
|
3988
3995
|
"pagination": [
|
|
3989
|
-
|
|
3996
|
+
150
|
|
3990
3997
|
],
|
|
3991
3998
|
"__typename": [
|
|
3992
3999
|
1
|
|
@@ -3997,7 +4004,7 @@ exports.default = {
|
|
|
3997
4004
|
61
|
|
3998
4005
|
],
|
|
3999
4006
|
"pagination": [
|
|
4000
|
-
|
|
4007
|
+
150
|
|
4001
4008
|
],
|
|
4002
4009
|
"__typename": [
|
|
4003
4010
|
1
|
|
@@ -4039,7 +4046,7 @@ exports.default = {
|
|
|
4039
4046
|
1
|
|
4040
4047
|
],
|
|
4041
4048
|
"failureReason": [
|
|
4042
|
-
|
|
4049
|
+
156
|
|
4043
4050
|
],
|
|
4044
4051
|
"result": [
|
|
4045
4052
|
1
|
|
@@ -4056,7 +4063,7 @@ exports.default = {
|
|
|
4056
4063
|
2
|
|
4057
4064
|
],
|
|
4058
4065
|
"failureReason": [
|
|
4059
|
-
|
|
4066
|
+
156
|
|
4060
4067
|
],
|
|
4061
4068
|
"__typename": [
|
|
4062
4069
|
1
|
|
@@ -4064,7 +4071,7 @@ exports.default = {
|
|
|
4064
4071
|
},
|
|
4065
4072
|
"ScoreRefreshDetail": {
|
|
4066
4073
|
"status": [
|
|
4067
|
-
|
|
4074
|
+
160
|
|
4068
4075
|
],
|
|
4069
4076
|
"message": [
|
|
4070
4077
|
1
|
|
@@ -4105,22 +4112,22 @@ exports.default = {
|
|
|
4105
4112
|
1
|
|
4106
4113
|
],
|
|
4107
4114
|
"status": [
|
|
4108
|
-
|
|
4115
|
+
160
|
|
4109
4116
|
],
|
|
4110
4117
|
"message": [
|
|
4111
4118
|
1
|
|
4112
4119
|
],
|
|
4113
4120
|
"tpi": [
|
|
4114
|
-
|
|
4121
|
+
159
|
|
4115
4122
|
],
|
|
4116
4123
|
"spi": [
|
|
4117
|
-
|
|
4124
|
+
159
|
|
4118
4125
|
],
|
|
4119
4126
|
"api": [
|
|
4120
|
-
|
|
4127
|
+
159
|
|
4121
4128
|
],
|
|
4122
4129
|
"diagnostics": [
|
|
4123
|
-
|
|
4130
|
+
161
|
|
4124
4131
|
],
|
|
4125
4132
|
"__typename": [
|
|
4126
4133
|
1
|
|
@@ -4128,7 +4135,7 @@ exports.default = {
|
|
|
4128
4135
|
},
|
|
4129
4136
|
"ForceScoreRefreshResponse": {
|
|
4130
4137
|
"results": [
|
|
4131
|
-
|
|
4138
|
+
162
|
|
4132
4139
|
],
|
|
4133
4140
|
"successCount": [
|
|
4134
4141
|
18
|
|
@@ -4156,7 +4163,7 @@ exports.default = {
|
|
|
4156
4163
|
},
|
|
4157
4164
|
"CursorPaginationResponse": {
|
|
4158
4165
|
"sort": [
|
|
4159
|
-
|
|
4166
|
+
164
|
|
4160
4167
|
],
|
|
4161
4168
|
"initialCursorId": [
|
|
4162
4169
|
1
|
|
@@ -4185,10 +4192,10 @@ exports.default = {
|
|
|
4185
4192
|
},
|
|
4186
4193
|
"AthleteQueryResponse": {
|
|
4187
4194
|
"athletes": [
|
|
4188
|
-
|
|
4195
|
+
108
|
|
4189
4196
|
],
|
|
4190
4197
|
"cursor": [
|
|
4191
|
-
|
|
4198
|
+
165
|
|
4192
4199
|
],
|
|
4193
4200
|
"__typename": [
|
|
4194
4201
|
1
|
|
@@ -4219,7 +4226,7 @@ exports.default = {
|
|
|
4219
4226
|
1
|
|
4220
4227
|
],
|
|
4221
4228
|
"failureReason": [
|
|
4222
|
-
|
|
4229
|
+
156
|
|
4223
4230
|
],
|
|
4224
4231
|
"result": [
|
|
4225
4232
|
1
|
|
@@ -4266,7 +4273,7 @@ exports.default = {
|
|
|
4266
4273
|
},
|
|
4267
4274
|
"CompetitionDeleteVerificationResponse": {
|
|
4268
4275
|
"reasons": [
|
|
4269
|
-
|
|
4276
|
+
171
|
|
4270
4277
|
],
|
|
4271
4278
|
"__typename": [
|
|
4272
4279
|
1
|
|
@@ -4292,16 +4299,16 @@ exports.default = {
|
|
|
4292
4299
|
14
|
|
4293
4300
|
],
|
|
4294
4301
|
"vtxScores": [
|
|
4295
|
-
|
|
4302
|
+
105
|
|
4296
4303
|
],
|
|
4297
4304
|
"tpiScores": [
|
|
4298
|
-
|
|
4305
|
+
105
|
|
4299
4306
|
],
|
|
4300
4307
|
"spiScores": [
|
|
4301
|
-
|
|
4308
|
+
105
|
|
4302
4309
|
],
|
|
4303
4310
|
"apiScores": [
|
|
4304
|
-
|
|
4311
|
+
105
|
|
4305
4312
|
],
|
|
4306
4313
|
"__typename": [
|
|
4307
4314
|
1
|
|
@@ -4312,7 +4319,7 @@ exports.default = {
|
|
|
4312
4319
|
1
|
|
4313
4320
|
],
|
|
4314
4321
|
"json": [
|
|
4315
|
-
|
|
4322
|
+
175
|
|
4316
4323
|
],
|
|
4317
4324
|
"__typename": [
|
|
4318
4325
|
1
|
|
@@ -4321,13 +4328,13 @@ exports.default = {
|
|
|
4321
4328
|
"JSONObject": {},
|
|
4322
4329
|
"BrowseCampaignsResult": {
|
|
4323
4330
|
"campaigns": [
|
|
4324
|
-
|
|
4331
|
+
96
|
|
4325
4332
|
],
|
|
4326
4333
|
"featuredPopular": [
|
|
4327
|
-
|
|
4334
|
+
96
|
|
4328
4335
|
],
|
|
4329
4336
|
"featuredEndingSoon": [
|
|
4330
|
-
|
|
4337
|
+
96
|
|
4331
4338
|
],
|
|
4332
4339
|
"total": [
|
|
4333
4340
|
53
|
|
@@ -4376,7 +4383,7 @@ exports.default = {
|
|
|
4376
4383
|
},
|
|
4377
4384
|
"CheckScoreRefreshCapabilityResponse": {
|
|
4378
4385
|
"capabilities": [
|
|
4379
|
-
|
|
4386
|
+
177
|
|
4380
4387
|
],
|
|
4381
4388
|
"__typename": [
|
|
4382
4389
|
1
|
|
@@ -4424,7 +4431,7 @@ exports.default = {
|
|
|
4424
4431
|
70
|
|
4425
4432
|
],
|
|
4426
4433
|
"pagination": [
|
|
4427
|
-
|
|
4434
|
+
150
|
|
4428
4435
|
],
|
|
4429
4436
|
"__typename": [
|
|
4430
4437
|
1
|
|
@@ -4459,7 +4466,7 @@ exports.default = {
|
|
|
4459
4466
|
1
|
|
4460
4467
|
],
|
|
4461
4468
|
"feeStructure": [
|
|
4462
|
-
|
|
4469
|
+
183
|
|
4463
4470
|
],
|
|
4464
4471
|
"approved": [
|
|
4465
4472
|
2
|
|
@@ -4503,10 +4510,10 @@ exports.default = {
|
|
|
4503
4510
|
1
|
|
4504
4511
|
],
|
|
4505
4512
|
"athlete": [
|
|
4506
|
-
|
|
4513
|
+
184
|
|
4507
4514
|
],
|
|
4508
4515
|
"club": [
|
|
4509
|
-
|
|
4516
|
+
182
|
|
4510
4517
|
],
|
|
4511
4518
|
"role": [
|
|
4512
4519
|
1
|
|
@@ -4600,10 +4607,10 @@ exports.default = {
|
|
|
4600
4607
|
},
|
|
4601
4608
|
"PaginatedUsers": {
|
|
4602
4609
|
"items": [
|
|
4603
|
-
|
|
4610
|
+
140
|
|
4604
4611
|
],
|
|
4605
4612
|
"pagination": [
|
|
4606
|
-
|
|
4613
|
+
150
|
|
4607
4614
|
],
|
|
4608
4615
|
"__typename": [
|
|
4609
4616
|
1
|
|
@@ -4670,7 +4677,7 @@ exports.default = {
|
|
|
4670
4677
|
14
|
|
4671
4678
|
],
|
|
4672
4679
|
"athleteDonationReceipt": [
|
|
4673
|
-
|
|
4680
|
+
124
|
|
4674
4681
|
],
|
|
4675
4682
|
"__typename": [
|
|
4676
4683
|
1
|
|
@@ -4681,7 +4688,7 @@ exports.default = {
|
|
|
4681
4688
|
81
|
|
4682
4689
|
],
|
|
4683
4690
|
"pagination": [
|
|
4684
|
-
|
|
4691
|
+
150
|
|
4685
4692
|
],
|
|
4686
4693
|
"__typename": [
|
|
4687
4694
|
1
|
|
@@ -4700,10 +4707,10 @@ exports.default = {
|
|
|
4700
4707
|
},
|
|
4701
4708
|
"PaginatedDonations": {
|
|
4702
4709
|
"donations": [
|
|
4703
|
-
|
|
4710
|
+
138
|
|
4704
4711
|
],
|
|
4705
4712
|
"pagination": [
|
|
4706
|
-
|
|
4713
|
+
150
|
|
4707
4714
|
],
|
|
4708
4715
|
"__typename": [
|
|
4709
4716
|
1
|
|
@@ -4760,10 +4767,10 @@ exports.default = {
|
|
|
4760
4767
|
1
|
|
4761
4768
|
],
|
|
4762
4769
|
"availableBalances": [
|
|
4763
|
-
|
|
4770
|
+
197
|
|
4764
4771
|
],
|
|
4765
4772
|
"pendingBalances": [
|
|
4766
|
-
|
|
4773
|
+
197
|
|
4767
4774
|
],
|
|
4768
4775
|
"__typename": [
|
|
4769
4776
|
1
|
|
@@ -4771,7 +4778,7 @@ exports.default = {
|
|
|
4771
4778
|
},
|
|
4772
4779
|
"StripeTransfer": {
|
|
4773
4780
|
"_id": [
|
|
4774
|
-
|
|
4781
|
+
110
|
|
4775
4782
|
],
|
|
4776
4783
|
"stripeId": [
|
|
4777
4784
|
1
|
|
@@ -4801,7 +4808,7 @@ exports.default = {
|
|
|
4801
4808
|
1
|
|
4802
4809
|
],
|
|
4803
4810
|
"status": [
|
|
4804
|
-
|
|
4811
|
+
200
|
|
4805
4812
|
],
|
|
4806
4813
|
"lastError": [
|
|
4807
4814
|
1
|
|
@@ -4827,10 +4834,10 @@ exports.default = {
|
|
|
4827
4834
|
},
|
|
4828
4835
|
"PaginatedTransactions": {
|
|
4829
4836
|
"items": [
|
|
4830
|
-
|
|
4837
|
+
142
|
|
4831
4838
|
],
|
|
4832
4839
|
"pagination": [
|
|
4833
|
-
|
|
4840
|
+
150
|
|
4834
4841
|
],
|
|
4835
4842
|
"__typename": [
|
|
4836
4843
|
1
|
|
@@ -4838,10 +4845,10 @@ exports.default = {
|
|
|
4838
4845
|
},
|
|
4839
4846
|
"PaginatedOffers": {
|
|
4840
4847
|
"items": [
|
|
4841
|
-
|
|
4848
|
+
143
|
|
4842
4849
|
],
|
|
4843
4850
|
"pagination": [
|
|
4844
|
-
|
|
4851
|
+
150
|
|
4845
4852
|
],
|
|
4846
4853
|
"__typename": [
|
|
4847
4854
|
1
|
|
@@ -4930,6 +4937,9 @@ exports.default = {
|
|
|
4930
4937
|
"mainSportLevel": [
|
|
4931
4938
|
1
|
|
4932
4939
|
],
|
|
4940
|
+
"scoreHistory": [
|
|
4941
|
+
18
|
|
4942
|
+
],
|
|
4933
4943
|
"__typename": [
|
|
4934
4944
|
1
|
|
4935
4945
|
]
|
|
@@ -4970,13 +4980,13 @@ exports.default = {
|
|
|
4970
4980
|
},
|
|
4971
4981
|
"LeaderboardResponse": {
|
|
4972
4982
|
"entries": [
|
|
4973
|
-
|
|
4983
|
+
206
|
|
4974
4984
|
],
|
|
4975
4985
|
"pagination": [
|
|
4976
|
-
|
|
4986
|
+
207
|
|
4977
4987
|
],
|
|
4978
4988
|
"filters": [
|
|
4979
|
-
|
|
4989
|
+
208
|
|
4980
4990
|
],
|
|
4981
4991
|
"__typename": [
|
|
4982
4992
|
1
|
|
@@ -5090,7 +5100,7 @@ exports.default = {
|
|
|
5090
5100
|
1
|
|
5091
5101
|
],
|
|
5092
5102
|
"metrics": [
|
|
5093
|
-
|
|
5103
|
+
175
|
|
5094
5104
|
],
|
|
5095
5105
|
"pointsEarned": [
|
|
5096
5106
|
18
|
|
@@ -5110,7 +5120,7 @@ exports.default = {
|
|
|
5110
5120
|
},
|
|
5111
5121
|
"ActivitiesResponse": {
|
|
5112
5122
|
"items": [
|
|
5113
|
-
|
|
5123
|
+
215
|
|
5114
5124
|
],
|
|
5115
5125
|
"total": [
|
|
5116
5126
|
53
|
|
@@ -5173,10 +5183,10 @@ exports.default = {
|
|
|
5173
5183
|
1
|
|
5174
5184
|
],
|
|
5175
5185
|
"metrics": [
|
|
5176
|
-
|
|
5186
|
+
217
|
|
5177
5187
|
],
|
|
5178
5188
|
"scoreInfo": [
|
|
5179
|
-
|
|
5189
|
+
218
|
|
5180
5190
|
],
|
|
5181
5191
|
"prMetrics": [
|
|
5182
5192
|
1
|
|
@@ -5222,13 +5232,13 @@ exports.default = {
|
|
|
5222
5232
|
18
|
|
5223
5233
|
],
|
|
5224
5234
|
"topMetrics": [
|
|
5225
|
-
|
|
5235
|
+
220
|
|
5226
5236
|
],
|
|
5227
5237
|
"newMaxActivityIds": [
|
|
5228
5238
|
1
|
|
5229
5239
|
],
|
|
5230
5240
|
"metricMaxes": [
|
|
5231
|
-
|
|
5241
|
+
175
|
|
5232
5242
|
],
|
|
5233
5243
|
"__typename": [
|
|
5234
5244
|
1
|
|
@@ -5239,7 +5249,7 @@ exports.default = {
|
|
|
5239
5249
|
14
|
|
5240
5250
|
],
|
|
5241
5251
|
"category": [
|
|
5242
|
-
|
|
5252
|
+
223
|
|
5243
5253
|
],
|
|
5244
5254
|
"count": [
|
|
5245
5255
|
53
|
|
@@ -5254,7 +5264,7 @@ exports.default = {
|
|
|
5254
5264
|
"ActivityCategory": {},
|
|
5255
5265
|
"ActivityDatesResponse": {
|
|
5256
5266
|
"dates": [
|
|
5257
|
-
|
|
5267
|
+
222
|
|
5258
5268
|
],
|
|
5259
5269
|
"__typename": [
|
|
5260
5270
|
1
|
|
@@ -5262,19 +5272,19 @@ exports.default = {
|
|
|
5262
5272
|
},
|
|
5263
5273
|
"SocialAggregateType": {
|
|
5264
5274
|
"_id": [
|
|
5265
|
-
|
|
5275
|
+
110
|
|
5266
5276
|
],
|
|
5267
5277
|
"athleteId": [
|
|
5268
5278
|
1
|
|
5269
5279
|
],
|
|
5270
5280
|
"platform": [
|
|
5271
|
-
|
|
5281
|
+
226
|
|
5272
5282
|
],
|
|
5273
5283
|
"contentType": [
|
|
5274
|
-
|
|
5284
|
+
227
|
|
5275
5285
|
],
|
|
5276
5286
|
"periodType": [
|
|
5277
|
-
|
|
5287
|
+
228
|
|
5278
5288
|
],
|
|
5279
5289
|
"periodLabel": [
|
|
5280
5290
|
1
|
|
@@ -5327,7 +5337,7 @@ exports.default = {
|
|
|
5327
5337
|
"PeriodType": {},
|
|
5328
5338
|
"PostMetricType": {
|
|
5329
5339
|
"id": [
|
|
5330
|
-
|
|
5340
|
+
110
|
|
5331
5341
|
],
|
|
5332
5342
|
"postId": [
|
|
5333
5343
|
1
|
|
@@ -5339,7 +5349,7 @@ exports.default = {
|
|
|
5339
5349
|
1
|
|
5340
5350
|
],
|
|
5341
5351
|
"contentType": [
|
|
5342
|
-
|
|
5352
|
+
227
|
|
5343
5353
|
],
|
|
5344
5354
|
"caption": [
|
|
5345
5355
|
1
|
|
@@ -5388,10 +5398,10 @@ exports.default = {
|
|
|
5388
5398
|
},
|
|
5389
5399
|
"PostComparisonResultType": {
|
|
5390
5400
|
"posts": [
|
|
5391
|
-
|
|
5401
|
+
229
|
|
5392
5402
|
],
|
|
5393
5403
|
"averages": [
|
|
5394
|
-
|
|
5404
|
+
230
|
|
5395
5405
|
],
|
|
5396
5406
|
"total": [
|
|
5397
5407
|
53
|
|
@@ -5405,7 +5415,7 @@ exports.default = {
|
|
|
5405
5415
|
},
|
|
5406
5416
|
"Notification": {
|
|
5407
5417
|
"id": [
|
|
5408
|
-
|
|
5418
|
+
110
|
|
5409
5419
|
],
|
|
5410
5420
|
"recipientId": [
|
|
5411
5421
|
1
|
|
@@ -5429,7 +5439,7 @@ exports.default = {
|
|
|
5429
5439
|
1
|
|
5430
5440
|
],
|
|
5431
5441
|
"actionParams": [
|
|
5432
|
-
|
|
5442
|
+
183
|
|
5433
5443
|
],
|
|
5434
5444
|
"actionLabel": [
|
|
5435
5445
|
1
|
|
@@ -5449,7 +5459,7 @@ exports.default = {
|
|
|
5449
5459
|
},
|
|
5450
5460
|
"NotificationListResponse": {
|
|
5451
5461
|
"notifications": [
|
|
5452
|
-
|
|
5462
|
+
232
|
|
5453
5463
|
],
|
|
5454
5464
|
"total": [
|
|
5455
5465
|
53
|
|
@@ -5471,7 +5481,7 @@ exports.default = {
|
|
|
5471
5481
|
},
|
|
5472
5482
|
"NotificationPreference": {
|
|
5473
5483
|
"id": [
|
|
5474
|
-
|
|
5484
|
+
110
|
|
5475
5485
|
],
|
|
5476
5486
|
"userId": [
|
|
5477
5487
|
1
|
|
@@ -5494,7 +5504,7 @@ exports.default = {
|
|
|
5494
5504
|
},
|
|
5495
5505
|
"DeviceTokenType": {
|
|
5496
5506
|
"id": [
|
|
5497
|
-
|
|
5507
|
+
110
|
|
5498
5508
|
],
|
|
5499
5509
|
"userId": [
|
|
5500
5510
|
1
|
|
@@ -5549,7 +5559,7 @@ exports.default = {
|
|
|
5549
5559
|
},
|
|
5550
5560
|
"FollowedAthletesListResponse": {
|
|
5551
5561
|
"athletes": [
|
|
5552
|
-
|
|
5562
|
+
237
|
|
5553
5563
|
],
|
|
5554
5564
|
"total": [
|
|
5555
5565
|
53
|
|
@@ -5606,7 +5616,7 @@ exports.default = {
|
|
|
5606
5616
|
1
|
|
5607
5617
|
],
|
|
5608
5618
|
"filters": [
|
|
5609
|
-
|
|
5619
|
+
175
|
|
5610
5620
|
],
|
|
5611
5621
|
"createdBy": [
|
|
5612
5622
|
1
|
|
@@ -5635,7 +5645,7 @@ exports.default = {
|
|
|
5635
5645
|
1
|
|
5636
5646
|
],
|
|
5637
5647
|
"audienceFilters": [
|
|
5638
|
-
|
|
5648
|
+
175
|
|
5639
5649
|
],
|
|
5640
5650
|
"segmentId": [
|
|
5641
5651
|
1
|
|
@@ -5665,10 +5675,10 @@ exports.default = {
|
|
|
5665
5675
|
14
|
|
5666
5676
|
],
|
|
5667
5677
|
"deliveryStats": [
|
|
5668
|
-
|
|
5678
|
+
240
|
|
5669
5679
|
],
|
|
5670
5680
|
"segment": [
|
|
5671
|
-
|
|
5681
|
+
241
|
|
5672
5682
|
],
|
|
5673
5683
|
"__typename": [
|
|
5674
5684
|
1
|
|
@@ -5676,7 +5686,7 @@ exports.default = {
|
|
|
5676
5686
|
},
|
|
5677
5687
|
"EmailCampaignPage": {
|
|
5678
5688
|
"campaigns": [
|
|
5679
|
-
|
|
5689
|
+
242
|
|
5680
5690
|
],
|
|
5681
5691
|
"total": [
|
|
5682
5692
|
53
|
|
@@ -5723,8 +5733,40 @@ exports.default = {
|
|
|
5723
5733
|
"total": [
|
|
5724
5734
|
53
|
|
5725
5735
|
],
|
|
5736
|
+
"pushEligible": [
|
|
5737
|
+
53
|
|
5738
|
+
],
|
|
5739
|
+
"emailEligible": [
|
|
5740
|
+
53
|
|
5741
|
+
],
|
|
5726
5742
|
"users": [
|
|
5727
|
-
|
|
5743
|
+
245
|
|
5744
|
+
],
|
|
5745
|
+
"__typename": [
|
|
5746
|
+
1
|
|
5747
|
+
]
|
|
5748
|
+
},
|
|
5749
|
+
"PushCampaignType": {
|
|
5750
|
+
"id": [
|
|
5751
|
+
110
|
|
5752
|
+
],
|
|
5753
|
+
"title": [
|
|
5754
|
+
1
|
|
5755
|
+
],
|
|
5756
|
+
"body": [
|
|
5757
|
+
1
|
|
5758
|
+
],
|
|
5759
|
+
"deepLink": [
|
|
5760
|
+
1
|
|
5761
|
+
],
|
|
5762
|
+
"sentAt": [
|
|
5763
|
+
14
|
|
5764
|
+
],
|
|
5765
|
+
"recipientCount": [
|
|
5766
|
+
53
|
|
5767
|
+
],
|
|
5768
|
+
"status": [
|
|
5769
|
+
1
|
|
5728
5770
|
],
|
|
5729
5771
|
"__typename": [
|
|
5730
5772
|
1
|
|
@@ -5732,7 +5774,7 @@ exports.default = {
|
|
|
5732
5774
|
},
|
|
5733
5775
|
"AiCoachMessage": {
|
|
5734
5776
|
"_id": [
|
|
5735
|
-
|
|
5777
|
+
110
|
|
5736
5778
|
],
|
|
5737
5779
|
"threadId": [
|
|
5738
5780
|
1
|
|
@@ -5761,7 +5803,7 @@ exports.default = {
|
|
|
5761
5803
|
},
|
|
5762
5804
|
"AiCoachThread": {
|
|
5763
5805
|
"_id": [
|
|
5764
|
-
|
|
5806
|
+
110
|
|
5765
5807
|
],
|
|
5766
5808
|
"athleteId": [
|
|
5767
5809
|
1
|
|
@@ -5776,7 +5818,7 @@ exports.default = {
|
|
|
5776
5818
|
1
|
|
5777
5819
|
],
|
|
5778
5820
|
"contextSnapshot": [
|
|
5779
|
-
|
|
5821
|
+
183
|
|
5780
5822
|
],
|
|
5781
5823
|
"createdAt": [
|
|
5782
5824
|
14
|
|
@@ -5785,7 +5827,7 @@ exports.default = {
|
|
|
5785
5827
|
14
|
|
5786
5828
|
],
|
|
5787
5829
|
"messages": [
|
|
5788
|
-
|
|
5830
|
+
248
|
|
5789
5831
|
],
|
|
5790
5832
|
"__typename": [
|
|
5791
5833
|
1
|
|
@@ -5813,7 +5855,7 @@ exports.default = {
|
|
|
5813
5855
|
},
|
|
5814
5856
|
"AiCoachNudge": {
|
|
5815
5857
|
"_id": [
|
|
5816
|
-
|
|
5858
|
+
110
|
|
5817
5859
|
],
|
|
5818
5860
|
"athleteId": [
|
|
5819
5861
|
1
|
|
@@ -5828,7 +5870,7 @@ exports.default = {
|
|
|
5828
5870
|
1
|
|
5829
5871
|
],
|
|
5830
5872
|
"data": [
|
|
5831
|
-
|
|
5873
|
+
183
|
|
5832
5874
|
],
|
|
5833
5875
|
"read": [
|
|
5834
5876
|
2
|
|
@@ -5845,7 +5887,7 @@ exports.default = {
|
|
|
5845
5887
|
},
|
|
5846
5888
|
"AiCoachNudgeListResponse": {
|
|
5847
5889
|
"nudges": [
|
|
5848
|
-
|
|
5890
|
+
251
|
|
5849
5891
|
],
|
|
5850
5892
|
"total": [
|
|
5851
5893
|
53
|
|
@@ -5936,10 +5978,10 @@ exports.default = {
|
|
|
5936
5978
|
53
|
|
5937
5979
|
],
|
|
5938
5980
|
"vtxScoreHistory": [
|
|
5939
|
-
|
|
5981
|
+
255
|
|
5940
5982
|
],
|
|
5941
5983
|
"topPerformers": [
|
|
5942
|
-
|
|
5984
|
+
256
|
|
5943
5985
|
],
|
|
5944
5986
|
"__typename": [
|
|
5945
5987
|
1
|
|
@@ -5964,13 +6006,72 @@ exports.default = {
|
|
|
5964
6006
|
},
|
|
5965
6007
|
"TeamDashboard": {
|
|
5966
6008
|
"analytics": [
|
|
5967
|
-
|
|
6009
|
+
257
|
|
5968
6010
|
],
|
|
5969
6011
|
"roster": [
|
|
5970
|
-
|
|
6012
|
+
258
|
|
5971
6013
|
],
|
|
5972
6014
|
"leaderboard": [
|
|
5973
|
-
|
|
6015
|
+
256
|
|
6016
|
+
],
|
|
6017
|
+
"__typename": [
|
|
6018
|
+
1
|
|
6019
|
+
]
|
|
6020
|
+
},
|
|
6021
|
+
"TrackResult": {
|
|
6022
|
+
"accepted": [
|
|
6023
|
+
53
|
|
6024
|
+
],
|
|
6025
|
+
"rejected": [
|
|
6026
|
+
53
|
|
6027
|
+
],
|
|
6028
|
+
"__typename": [
|
|
6029
|
+
1
|
|
6030
|
+
]
|
|
6031
|
+
},
|
|
6032
|
+
"UsageRollupRow": {
|
|
6033
|
+
"date": [
|
|
6034
|
+
1
|
|
6035
|
+
],
|
|
6036
|
+
"platform": [
|
|
6037
|
+
1
|
|
6038
|
+
],
|
|
6039
|
+
"metric": [
|
|
6040
|
+
1
|
|
6041
|
+
],
|
|
6042
|
+
"value": [
|
|
6043
|
+
53
|
|
6044
|
+
],
|
|
6045
|
+
"__typename": [
|
|
6046
|
+
1
|
|
6047
|
+
]
|
|
6048
|
+
},
|
|
6049
|
+
"UsageFunnelRow": {
|
|
6050
|
+
"date": [
|
|
6051
|
+
1
|
|
6052
|
+
],
|
|
6053
|
+
"step": [
|
|
6054
|
+
1
|
|
6055
|
+
],
|
|
6056
|
+
"userCount": [
|
|
6057
|
+
53
|
|
6058
|
+
],
|
|
6059
|
+
"__typename": [
|
|
6060
|
+
1
|
|
6061
|
+
]
|
|
6062
|
+
},
|
|
6063
|
+
"UsageRetentionRow": {
|
|
6064
|
+
"signupWeek": [
|
|
6065
|
+
1
|
|
6066
|
+
],
|
|
6067
|
+
"weekNumber": [
|
|
6068
|
+
53
|
|
6069
|
+
],
|
|
6070
|
+
"retainedCount": [
|
|
6071
|
+
53
|
|
6072
|
+
],
|
|
6073
|
+
"cohortSize": [
|
|
6074
|
+
53
|
|
5974
6075
|
],
|
|
5975
6076
|
"__typename": [
|
|
5976
6077
|
1
|
|
@@ -6122,7 +6223,7 @@ exports.default = {
|
|
|
6122
6223
|
18
|
|
6123
6224
|
],
|
|
6124
6225
|
"mode": [
|
|
6125
|
-
|
|
6226
|
+
396
|
|
6126
6227
|
],
|
|
6127
6228
|
"fromName": [
|
|
6128
6229
|
1
|
|
@@ -6160,13 +6261,13 @@ exports.default = {
|
|
|
6160
6261
|
1
|
|
6161
6262
|
],
|
|
6162
6263
|
"logo": [
|
|
6163
|
-
|
|
6264
|
+
275
|
|
6164
6265
|
],
|
|
6165
6266
|
"banner": [
|
|
6166
|
-
|
|
6267
|
+
275
|
|
6167
6268
|
],
|
|
6168
6269
|
"translations": [
|
|
6169
|
-
|
|
6270
|
+
276
|
|
6170
6271
|
],
|
|
6171
6272
|
"sponsorId": [
|
|
6172
6273
|
1
|
|
@@ -6218,10 +6319,10 @@ exports.default = {
|
|
|
6218
6319
|
1
|
|
6219
6320
|
],
|
|
6220
6321
|
"logo": [
|
|
6221
|
-
|
|
6322
|
+
275
|
|
6222
6323
|
],
|
|
6223
6324
|
"banner": [
|
|
6224
|
-
|
|
6325
|
+
275
|
|
6225
6326
|
],
|
|
6226
6327
|
"__typename": [
|
|
6227
6328
|
1
|
|
@@ -6289,7 +6390,7 @@ exports.default = {
|
|
|
6289
6390
|
1
|
|
6290
6391
|
],
|
|
6291
6392
|
"invitations": [
|
|
6292
|
-
|
|
6393
|
+
279
|
|
6293
6394
|
],
|
|
6294
6395
|
"__typename": [
|
|
6295
6396
|
1
|
|
@@ -6426,7 +6527,7 @@ exports.default = {
|
|
|
6426
6527
|
1
|
|
6427
6528
|
],
|
|
6428
6529
|
"result": [
|
|
6429
|
-
|
|
6530
|
+
282
|
|
6430
6531
|
],
|
|
6431
6532
|
"cityId": [
|
|
6432
6533
|
1
|
|
@@ -6449,7 +6550,7 @@ exports.default = {
|
|
|
6449
6550
|
1
|
|
6450
6551
|
],
|
|
6451
6552
|
"result": [
|
|
6452
|
-
|
|
6553
|
+
282
|
|
6453
6554
|
],
|
|
6454
6555
|
"cityId": [
|
|
6455
6556
|
1
|
|
@@ -6485,13 +6586,33 @@ exports.default = {
|
|
|
6485
6586
|
},
|
|
6486
6587
|
"CursorPaginationDto": {
|
|
6487
6588
|
"sortCriteria": [
|
|
6488
|
-
|
|
6589
|
+
286
|
|
6489
6590
|
],
|
|
6490
6591
|
"limit": [
|
|
6491
6592
|
18
|
|
6492
6593
|
],
|
|
6493
6594
|
"cursorPosition": [
|
|
6494
|
-
|
|
6595
|
+
287
|
|
6596
|
+
],
|
|
6597
|
+
"__typename": [
|
|
6598
|
+
1
|
|
6599
|
+
]
|
|
6600
|
+
},
|
|
6601
|
+
"EditAthleteCompetitionDto": {
|
|
6602
|
+
"competitionId": [
|
|
6603
|
+
1
|
|
6604
|
+
],
|
|
6605
|
+
"participationDate": [
|
|
6606
|
+
14
|
|
6607
|
+
],
|
|
6608
|
+
"competitionNumber": [
|
|
6609
|
+
1
|
|
6610
|
+
],
|
|
6611
|
+
"eventWebsite": [
|
|
6612
|
+
1
|
|
6613
|
+
],
|
|
6614
|
+
"cityId": [
|
|
6615
|
+
1
|
|
6495
6616
|
],
|
|
6496
6617
|
"__typename": [
|
|
6497
6618
|
1
|
|
@@ -6510,7 +6631,7 @@ exports.default = {
|
|
|
6510
6631
|
1
|
|
6511
6632
|
],
|
|
6512
6633
|
"status": [
|
|
6513
|
-
|
|
6634
|
+
132
|
|
6514
6635
|
],
|
|
6515
6636
|
"minCompletion": [
|
|
6516
6637
|
18
|
|
@@ -6566,7 +6687,7 @@ exports.default = {
|
|
|
6566
6687
|
1
|
|
6567
6688
|
],
|
|
6568
6689
|
"currentCampaign": [
|
|
6569
|
-
|
|
6690
|
+
291
|
|
6570
6691
|
],
|
|
6571
6692
|
"sports": [
|
|
6572
6693
|
1
|
|
@@ -6578,7 +6699,7 @@ exports.default = {
|
|
|
6578
6699
|
2
|
|
6579
6700
|
],
|
|
6580
6701
|
"gender": [
|
|
6581
|
-
|
|
6702
|
+
397
|
|
6582
6703
|
],
|
|
6583
6704
|
"minAge": [
|
|
6584
6705
|
18
|
|
@@ -6628,10 +6749,10 @@ exports.default = {
|
|
|
6628
6749
|
},
|
|
6629
6750
|
"AthleteQueryDto": {
|
|
6630
6751
|
"cursor": [
|
|
6631
|
-
|
|
6752
|
+
288
|
|
6632
6753
|
],
|
|
6633
6754
|
"filters": [
|
|
6634
|
-
|
|
6755
|
+
292
|
|
6635
6756
|
],
|
|
6636
6757
|
"__typename": [
|
|
6637
6758
|
1
|
|
@@ -6642,7 +6763,7 @@ exports.default = {
|
|
|
6642
6763
|
1
|
|
6643
6764
|
],
|
|
6644
6765
|
"newPicture": [
|
|
6645
|
-
|
|
6766
|
+
275
|
|
6646
6767
|
],
|
|
6647
6768
|
"__typename": [
|
|
6648
6769
|
1
|
|
@@ -6656,13 +6777,13 @@ exports.default = {
|
|
|
6656
6777
|
1
|
|
6657
6778
|
],
|
|
6658
6779
|
"pictures": [
|
|
6659
|
-
|
|
6780
|
+
275
|
|
6660
6781
|
],
|
|
6661
6782
|
"albumId": [
|
|
6662
6783
|
1
|
|
6663
6784
|
],
|
|
6664
6785
|
"visibility": [
|
|
6665
|
-
|
|
6786
|
+
296
|
|
6666
6787
|
],
|
|
6667
6788
|
"competitionId": [
|
|
6668
6789
|
1
|
|
@@ -6972,6 +7093,9 @@ exports.default = {
|
|
|
6972
7093
|
"inviteCode": [
|
|
6973
7094
|
1
|
|
6974
7095
|
],
|
|
7096
|
+
"anonymousId": [
|
|
7097
|
+
1
|
|
7098
|
+
],
|
|
6975
7099
|
"__typename": [
|
|
6976
7100
|
1
|
|
6977
7101
|
]
|
|
@@ -6986,7 +7110,7 @@ exports.default = {
|
|
|
6986
7110
|
},
|
|
6987
7111
|
"resetPasswordDto": {
|
|
6988
7112
|
"code": [
|
|
6989
|
-
|
|
7113
|
+
272
|
|
6990
7114
|
],
|
|
6991
7115
|
"newPassword": [
|
|
6992
7116
|
1
|
|
@@ -7122,7 +7246,7 @@ exports.default = {
|
|
|
7122
7246
|
1
|
|
7123
7247
|
],
|
|
7124
7248
|
"banner": [
|
|
7125
|
-
|
|
7249
|
+
275
|
|
7126
7250
|
],
|
|
7127
7251
|
"eventLevel": [
|
|
7128
7252
|
1
|
|
@@ -7234,7 +7358,7 @@ exports.default = {
|
|
|
7234
7358
|
18
|
|
7235
7359
|
],
|
|
7236
7360
|
"items": [
|
|
7237
|
-
|
|
7361
|
+
329
|
|
7238
7362
|
],
|
|
7239
7363
|
"__typename": [
|
|
7240
7364
|
1
|
|
@@ -7245,7 +7369,7 @@ exports.default = {
|
|
|
7245
7369
|
18
|
|
7246
7370
|
],
|
|
7247
7371
|
"items": [
|
|
7248
|
-
|
|
7372
|
+
329
|
|
7249
7373
|
],
|
|
7250
7374
|
"athleteCompetitionId": [
|
|
7251
7375
|
1
|
|
@@ -7270,7 +7394,7 @@ exports.default = {
|
|
|
7270
7394
|
},
|
|
7271
7395
|
"CreateFundingCampaignDto": {
|
|
7272
7396
|
"budgetMode": [
|
|
7273
|
-
|
|
7397
|
+
133
|
|
7274
7398
|
],
|
|
7275
7399
|
"title": [
|
|
7276
7400
|
1
|
|
@@ -7294,16 +7418,16 @@ exports.default = {
|
|
|
7294
7418
|
14
|
|
7295
7419
|
],
|
|
7296
7420
|
"budget": [
|
|
7297
|
-
|
|
7421
|
+
331
|
|
7298
7422
|
],
|
|
7299
7423
|
"competitionBudgets": [
|
|
7300
|
-
|
|
7424
|
+
332
|
|
7301
7425
|
],
|
|
7302
7426
|
"competitionIds": [
|
|
7303
7427
|
1
|
|
7304
7428
|
],
|
|
7305
7429
|
"video": [
|
|
7306
|
-
|
|
7430
|
+
333
|
|
7307
7431
|
],
|
|
7308
7432
|
"coverImageId": [
|
|
7309
7433
|
1
|
|
@@ -7323,7 +7447,7 @@ exports.default = {
|
|
|
7323
7447
|
},
|
|
7324
7448
|
"CreateFundingCampaignForDto": {
|
|
7325
7449
|
"budgetMode": [
|
|
7326
|
-
|
|
7450
|
+
133
|
|
7327
7451
|
],
|
|
7328
7452
|
"title": [
|
|
7329
7453
|
1
|
|
@@ -7347,16 +7471,16 @@ exports.default = {
|
|
|
7347
7471
|
14
|
|
7348
7472
|
],
|
|
7349
7473
|
"budget": [
|
|
7350
|
-
|
|
7474
|
+
331
|
|
7351
7475
|
],
|
|
7352
7476
|
"competitionBudgets": [
|
|
7353
|
-
|
|
7477
|
+
332
|
|
7354
7478
|
],
|
|
7355
7479
|
"competitionIds": [
|
|
7356
7480
|
1
|
|
7357
7481
|
],
|
|
7358
7482
|
"video": [
|
|
7359
|
-
|
|
7483
|
+
333
|
|
7360
7484
|
],
|
|
7361
7485
|
"coverImageId": [
|
|
7362
7486
|
1
|
|
@@ -7379,7 +7503,7 @@ exports.default = {
|
|
|
7379
7503
|
},
|
|
7380
7504
|
"UpdateFundingCampaignDto": {
|
|
7381
7505
|
"budgetMode": [
|
|
7382
|
-
|
|
7506
|
+
133
|
|
7383
7507
|
],
|
|
7384
7508
|
"title": [
|
|
7385
7509
|
1
|
|
@@ -7403,16 +7527,16 @@ exports.default = {
|
|
|
7403
7527
|
14
|
|
7404
7528
|
],
|
|
7405
7529
|
"budget": [
|
|
7406
|
-
|
|
7530
|
+
331
|
|
7407
7531
|
],
|
|
7408
7532
|
"competitionBudgets": [
|
|
7409
|
-
|
|
7533
|
+
332
|
|
7410
7534
|
],
|
|
7411
7535
|
"competitionIds": [
|
|
7412
7536
|
1
|
|
7413
7537
|
],
|
|
7414
7538
|
"video": [
|
|
7415
|
-
|
|
7539
|
+
333
|
|
7416
7540
|
],
|
|
7417
7541
|
"coverImageId": [
|
|
7418
7542
|
1
|
|
@@ -7446,10 +7570,10 @@ exports.default = {
|
|
|
7446
7570
|
},
|
|
7447
7571
|
"BudgetDto": {
|
|
7448
7572
|
"items": [
|
|
7449
|
-
|
|
7573
|
+
329
|
|
7450
7574
|
],
|
|
7451
7575
|
"fundingMode": [
|
|
7452
|
-
|
|
7576
|
+
133
|
|
7453
7577
|
],
|
|
7454
7578
|
"__typename": [
|
|
7455
7579
|
1
|
|
@@ -7460,7 +7584,7 @@ exports.default = {
|
|
|
7460
7584
|
1
|
|
7461
7585
|
],
|
|
7462
7586
|
"budget": [
|
|
7463
|
-
|
|
7587
|
+
338
|
|
7464
7588
|
],
|
|
7465
7589
|
"__typename": [
|
|
7466
7590
|
1
|
|
@@ -7471,7 +7595,7 @@ exports.default = {
|
|
|
7471
7595
|
1
|
|
7472
7596
|
],
|
|
7473
7597
|
"budget": [
|
|
7474
|
-
|
|
7598
|
+
338
|
|
7475
7599
|
],
|
|
7476
7600
|
"__typename": [
|
|
7477
7601
|
1
|
|
@@ -7491,7 +7615,7 @@ exports.default = {
|
|
|
7491
7615
|
18
|
|
7492
7616
|
],
|
|
7493
7617
|
"budget": [
|
|
7494
|
-
|
|
7618
|
+
338
|
|
7495
7619
|
],
|
|
7496
7620
|
"__typename": [
|
|
7497
7621
|
1
|
|
@@ -7528,7 +7652,7 @@ exports.default = {
|
|
|
7528
7652
|
1
|
|
7529
7653
|
],
|
|
7530
7654
|
"filters": [
|
|
7531
|
-
|
|
7655
|
+
342
|
|
7532
7656
|
],
|
|
7533
7657
|
"sortField": [
|
|
7534
7658
|
1
|
|
@@ -7554,7 +7678,7 @@ exports.default = {
|
|
|
7554
7678
|
1
|
|
7555
7679
|
],
|
|
7556
7680
|
"logo": [
|
|
7557
|
-
|
|
7681
|
+
275
|
|
7558
7682
|
],
|
|
7559
7683
|
"countryId": [
|
|
7560
7684
|
1
|
|
@@ -7642,7 +7766,7 @@ exports.default = {
|
|
|
7642
7766
|
1
|
|
7643
7767
|
],
|
|
7644
7768
|
"profilePicture": [
|
|
7645
|
-
|
|
7769
|
+
275
|
|
7646
7770
|
],
|
|
7647
7771
|
"__typename": [
|
|
7648
7772
|
1
|
|
@@ -7694,7 +7818,7 @@ exports.default = {
|
|
|
7694
7818
|
18
|
|
7695
7819
|
],
|
|
7696
7820
|
"sortCriteria": [
|
|
7697
|
-
|
|
7821
|
+
286
|
|
7698
7822
|
],
|
|
7699
7823
|
"__typename": [
|
|
7700
7824
|
1
|
|
@@ -7711,7 +7835,7 @@ exports.default = {
|
|
|
7711
7835
|
1
|
|
7712
7836
|
],
|
|
7713
7837
|
"offerImage": [
|
|
7714
|
-
|
|
7838
|
+
275
|
|
7715
7839
|
],
|
|
7716
7840
|
"type": [
|
|
7717
7841
|
1
|
|
@@ -7735,7 +7859,7 @@ exports.default = {
|
|
|
7735
7859
|
1
|
|
7736
7860
|
],
|
|
7737
7861
|
"criteria": [
|
|
7738
|
-
|
|
7862
|
+
353
|
|
7739
7863
|
],
|
|
7740
7864
|
"dateStart": [
|
|
7741
7865
|
14
|
|
@@ -7770,7 +7894,7 @@ exports.default = {
|
|
|
7770
7894
|
1
|
|
7771
7895
|
],
|
|
7772
7896
|
"qualificationsBag": [
|
|
7773
|
-
|
|
7897
|
+
354
|
|
7774
7898
|
],
|
|
7775
7899
|
"__typename": [
|
|
7776
7900
|
1
|
|
@@ -7778,28 +7902,28 @@ exports.default = {
|
|
|
7778
7902
|
},
|
|
7779
7903
|
"QualificationsBagDto": {
|
|
7780
7904
|
"ageQualifications": [
|
|
7781
|
-
|
|
7905
|
+
308
|
|
7782
7906
|
],
|
|
7783
7907
|
"genderQualifications": [
|
|
7784
|
-
|
|
7908
|
+
309
|
|
7785
7909
|
],
|
|
7786
7910
|
"scoreQualifications": [
|
|
7787
|
-
|
|
7911
|
+
311
|
|
7788
7912
|
],
|
|
7789
7913
|
"locationQualifications": [
|
|
7790
|
-
|
|
7914
|
+
312
|
|
7791
7915
|
],
|
|
7792
7916
|
"nationalityQualifications": [
|
|
7793
|
-
|
|
7917
|
+
310
|
|
7794
7918
|
],
|
|
7795
7919
|
"distanceQualifications": [
|
|
7796
|
-
|
|
7920
|
+
313
|
|
7797
7921
|
],
|
|
7798
7922
|
"sportsQualifications": [
|
|
7799
|
-
|
|
7923
|
+
314
|
|
7800
7924
|
],
|
|
7801
7925
|
"levelQualifications": [
|
|
7802
|
-
|
|
7926
|
+
315
|
|
7803
7927
|
],
|
|
7804
7928
|
"__typename": [
|
|
7805
7929
|
1
|
|
@@ -7845,7 +7969,7 @@ exports.default = {
|
|
|
7845
7969
|
},
|
|
7846
7970
|
"OfferClaimQueryDto": {
|
|
7847
7971
|
"status": [
|
|
7848
|
-
|
|
7972
|
+
412
|
|
7849
7973
|
],
|
|
7850
7974
|
"__typename": [
|
|
7851
7975
|
1
|
|
@@ -7899,7 +8023,7 @@ exports.default = {
|
|
|
7899
8023
|
1
|
|
7900
8024
|
],
|
|
7901
8025
|
"timeRange": [
|
|
7902
|
-
|
|
8026
|
+
360
|
|
7903
8027
|
],
|
|
7904
8028
|
"__typename": [
|
|
7905
8029
|
1
|
|
@@ -7911,7 +8035,7 @@ exports.default = {
|
|
|
7911
8035
|
1
|
|
7912
8036
|
],
|
|
7913
8037
|
"timeRange": [
|
|
7914
|
-
|
|
8038
|
+
360
|
|
7915
8039
|
],
|
|
7916
8040
|
"sportId": [
|
|
7917
8041
|
1
|
|
@@ -7968,7 +8092,7 @@ exports.default = {
|
|
|
7968
8092
|
1
|
|
7969
8093
|
],
|
|
7970
8094
|
"metricRanges": [
|
|
7971
|
-
|
|
8095
|
+
363
|
|
7972
8096
|
],
|
|
7973
8097
|
"__typename": [
|
|
7974
8098
|
1
|
|
@@ -7979,10 +8103,10 @@ exports.default = {
|
|
|
7979
8103
|
1
|
|
7980
8104
|
],
|
|
7981
8105
|
"category": [
|
|
7982
|
-
|
|
8106
|
+
223
|
|
7983
8107
|
],
|
|
7984
8108
|
"timeRange": [
|
|
7985
|
-
|
|
8109
|
+
360
|
|
7986
8110
|
],
|
|
7987
8111
|
"page": [
|
|
7988
8112
|
53
|
|
@@ -7991,7 +8115,7 @@ exports.default = {
|
|
|
7991
8115
|
53
|
|
7992
8116
|
],
|
|
7993
8117
|
"filters": [
|
|
7994
|
-
|
|
8118
|
+
364
|
|
7995
8119
|
],
|
|
7996
8120
|
"__typename": [
|
|
7997
8121
|
1
|
|
@@ -8046,10 +8170,10 @@ exports.default = {
|
|
|
8046
8170
|
53
|
|
8047
8171
|
],
|
|
8048
8172
|
"sortBy": [
|
|
8049
|
-
|
|
8173
|
+
415
|
|
8050
8174
|
],
|
|
8051
8175
|
"contentType": [
|
|
8052
|
-
|
|
8176
|
+
227
|
|
8053
8177
|
],
|
|
8054
8178
|
"limit": [
|
|
8055
8179
|
53
|
|
@@ -8171,6 +8295,104 @@ exports.default = {
|
|
|
8171
8295
|
1
|
|
8172
8296
|
]
|
|
8173
8297
|
},
|
|
8298
|
+
"PushIosOverridesInput": {
|
|
8299
|
+
"sound": [
|
|
8300
|
+
1
|
|
8301
|
+
],
|
|
8302
|
+
"category": [
|
|
8303
|
+
1
|
|
8304
|
+
],
|
|
8305
|
+
"interruptionLevel": [
|
|
8306
|
+
1
|
|
8307
|
+
],
|
|
8308
|
+
"__typename": [
|
|
8309
|
+
1
|
|
8310
|
+
]
|
|
8311
|
+
},
|
|
8312
|
+
"PushAndroidOverridesInput": {
|
|
8313
|
+
"channelId": [
|
|
8314
|
+
1
|
|
8315
|
+
],
|
|
8316
|
+
"priority": [
|
|
8317
|
+
1
|
|
8318
|
+
],
|
|
8319
|
+
"sound": [
|
|
8320
|
+
1
|
|
8321
|
+
],
|
|
8322
|
+
"__typename": [
|
|
8323
|
+
1
|
|
8324
|
+
]
|
|
8325
|
+
},
|
|
8326
|
+
"SendPushCampaignInput": {
|
|
8327
|
+
"title": [
|
|
8328
|
+
1
|
|
8329
|
+
],
|
|
8330
|
+
"body": [
|
|
8331
|
+
1
|
|
8332
|
+
],
|
|
8333
|
+
"deepLink": [
|
|
8334
|
+
1
|
|
8335
|
+
],
|
|
8336
|
+
"customData": [
|
|
8337
|
+
183
|
|
8338
|
+
],
|
|
8339
|
+
"iosOverrides": [
|
|
8340
|
+
381
|
|
8341
|
+
],
|
|
8342
|
+
"androidOverrides": [
|
|
8343
|
+
382
|
|
8344
|
+
],
|
|
8345
|
+
"audienceFilters": [
|
|
8346
|
+
384
|
|
8347
|
+
],
|
|
8348
|
+
"scheduleAt": [
|
|
8349
|
+
14
|
|
8350
|
+
],
|
|
8351
|
+
"dryRun": [
|
|
8352
|
+
2
|
|
8353
|
+
],
|
|
8354
|
+
"__typename": [
|
|
8355
|
+
1
|
|
8356
|
+
]
|
|
8357
|
+
},
|
|
8358
|
+
"AudienceFilterDto": {
|
|
8359
|
+
"userType": [
|
|
8360
|
+
1
|
|
8361
|
+
],
|
|
8362
|
+
"sport": [
|
|
8363
|
+
1
|
|
8364
|
+
],
|
|
8365
|
+
"country": [
|
|
8366
|
+
1
|
|
8367
|
+
],
|
|
8368
|
+
"onboardingStatus": [
|
|
8369
|
+
1
|
|
8370
|
+
],
|
|
8371
|
+
"campaignStatus": [
|
|
8372
|
+
1
|
|
8373
|
+
],
|
|
8374
|
+
"walletStatus": [
|
|
8375
|
+
1
|
|
8376
|
+
],
|
|
8377
|
+
"hasStrava": [
|
|
8378
|
+
2
|
|
8379
|
+
],
|
|
8380
|
+
"hasInstagram": [
|
|
8381
|
+
2
|
|
8382
|
+
],
|
|
8383
|
+
"vtxScoreMin": [
|
|
8384
|
+
18
|
|
8385
|
+
],
|
|
8386
|
+
"vtxScoreMax": [
|
|
8387
|
+
18
|
|
8388
|
+
],
|
|
8389
|
+
"donorStatus": [
|
|
8390
|
+
1
|
|
8391
|
+
],
|
|
8392
|
+
"__typename": [
|
|
8393
|
+
1
|
|
8394
|
+
]
|
|
8395
|
+
},
|
|
8174
8396
|
"SendChatMessageDto": {
|
|
8175
8397
|
"threadId": [
|
|
8176
8398
|
1
|
|
@@ -8298,7 +8520,7 @@ exports.default = {
|
|
|
8298
8520
|
1
|
|
8299
8521
|
],
|
|
8300
8522
|
"feeStructure": [
|
|
8301
|
-
|
|
8523
|
+
183
|
|
8302
8524
|
],
|
|
8303
8525
|
"visibility": [
|
|
8304
8526
|
1
|
|
@@ -8324,7 +8546,7 @@ exports.default = {
|
|
|
8324
8546
|
1
|
|
8325
8547
|
],
|
|
8326
8548
|
"feeStructure": [
|
|
8327
|
-
|
|
8549
|
+
183
|
|
8328
8550
|
],
|
|
8329
8551
|
"visibility": [
|
|
8330
8552
|
1
|
|
@@ -8387,6 +8609,8 @@ exports.default = {
|
|
|
8387
8609
|
"TaskStatus": {},
|
|
8388
8610
|
"StripeQueryOperation": {},
|
|
8389
8611
|
"OfferClaimStatus": {},
|
|
8612
|
+
"UsagePlatform": {},
|
|
8613
|
+
"UsageMetric": {},
|
|
8390
8614
|
"PostSortOption": {},
|
|
8391
8615
|
"Query": {
|
|
8392
8616
|
"findTenantById": [
|
|
@@ -8458,7 +8682,7 @@ exports.default = {
|
|
|
8458
8682
|
34,
|
|
8459
8683
|
{
|
|
8460
8684
|
"input": [
|
|
8461
|
-
|
|
8685
|
+
417,
|
|
8462
8686
|
"AWSS3GetUploadDto!"
|
|
8463
8687
|
]
|
|
8464
8688
|
}
|
|
@@ -8479,10 +8703,10 @@ exports.default = {
|
|
|
8479
8703
|
65
|
|
8480
8704
|
],
|
|
8481
8705
|
"getBrandsPaginated": [
|
|
8482
|
-
|
|
8706
|
+
153,
|
|
8483
8707
|
{
|
|
8484
8708
|
"query": [
|
|
8485
|
-
|
|
8709
|
+
277
|
|
8486
8710
|
]
|
|
8487
8711
|
}
|
|
8488
8712
|
],
|
|
@@ -8525,45 +8749,45 @@ exports.default = {
|
|
|
8525
8749
|
61
|
|
8526
8750
|
],
|
|
8527
8751
|
"getSponsorsPaginated": [
|
|
8528
|
-
|
|
8752
|
+
154,
|
|
8529
8753
|
{
|
|
8530
8754
|
"query": [
|
|
8531
|
-
|
|
8755
|
+
281
|
|
8532
8756
|
]
|
|
8533
8757
|
}
|
|
8534
8758
|
],
|
|
8535
8759
|
"findSponsorAthleteInvitation": [
|
|
8536
|
-
|
|
8760
|
+
112,
|
|
8537
8761
|
{
|
|
8538
8762
|
"input": [
|
|
8539
|
-
|
|
8763
|
+
418,
|
|
8540
8764
|
"FindSponsorAthleteInvitationDto!"
|
|
8541
8765
|
]
|
|
8542
8766
|
}
|
|
8543
8767
|
],
|
|
8544
8768
|
"verifyAthleteCompetitionLinkedForDelete": [
|
|
8545
|
-
|
|
8769
|
+
172,
|
|
8546
8770
|
{
|
|
8547
8771
|
"input": [
|
|
8548
|
-
|
|
8772
|
+
298,
|
|
8549
8773
|
"existValueDto!"
|
|
8550
8774
|
]
|
|
8551
8775
|
}
|
|
8552
8776
|
],
|
|
8553
8777
|
"getAthletes": [
|
|
8554
|
-
|
|
8778
|
+
108
|
|
8555
8779
|
],
|
|
8556
8780
|
"queryAthleteFundingCampaigns": [
|
|
8557
|
-
|
|
8781
|
+
166,
|
|
8558
8782
|
{
|
|
8559
8783
|
"input": [
|
|
8560
|
-
|
|
8784
|
+
293,
|
|
8561
8785
|
"AthleteQueryDto!"
|
|
8562
8786
|
]
|
|
8563
8787
|
}
|
|
8564
8788
|
],
|
|
8565
8789
|
"searchAthletes": [
|
|
8566
|
-
|
|
8790
|
+
108,
|
|
8567
8791
|
{
|
|
8568
8792
|
"searchString": [
|
|
8569
8793
|
1,
|
|
@@ -8572,7 +8796,7 @@ exports.default = {
|
|
|
8572
8796
|
}
|
|
8573
8797
|
],
|
|
8574
8798
|
"findAthleteById": [
|
|
8575
|
-
|
|
8799
|
+
108,
|
|
8576
8800
|
{
|
|
8577
8801
|
"athleteId": [
|
|
8578
8802
|
1,
|
|
@@ -8581,7 +8805,7 @@ exports.default = {
|
|
|
8581
8805
|
}
|
|
8582
8806
|
],
|
|
8583
8807
|
"findAthleteForUser": [
|
|
8584
|
-
|
|
8808
|
+
108,
|
|
8585
8809
|
{
|
|
8586
8810
|
"loginEmail": [
|
|
8587
8811
|
1,
|
|
@@ -8590,7 +8814,7 @@ exports.default = {
|
|
|
8590
8814
|
}
|
|
8591
8815
|
],
|
|
8592
8816
|
"getRecommendedAthletes": [
|
|
8593
|
-
|
|
8817
|
+
108,
|
|
8594
8818
|
{
|
|
8595
8819
|
"loginEmail": [
|
|
8596
8820
|
1,
|
|
@@ -8599,19 +8823,19 @@ exports.default = {
|
|
|
8599
8823
|
}
|
|
8600
8824
|
],
|
|
8601
8825
|
"getSponsorAthletesForTenant": [
|
|
8602
|
-
|
|
8826
|
+
108
|
|
8603
8827
|
],
|
|
8604
8828
|
"getAthleteCompetitions": [
|
|
8605
|
-
|
|
8829
|
+
88,
|
|
8606
8830
|
{
|
|
8607
8831
|
"input": [
|
|
8608
|
-
|
|
8832
|
+
419,
|
|
8609
8833
|
"GetAthleteCompetitionsDto!"
|
|
8610
8834
|
]
|
|
8611
8835
|
}
|
|
8612
8836
|
],
|
|
8613
8837
|
"getAthleteMemberships": [
|
|
8614
|
-
|
|
8838
|
+
91,
|
|
8615
8839
|
{
|
|
8616
8840
|
"athleteId": [
|
|
8617
8841
|
1,
|
|
@@ -8620,7 +8844,7 @@ exports.default = {
|
|
|
8620
8844
|
}
|
|
8621
8845
|
],
|
|
8622
8846
|
"findAthletebyIdpublic": [
|
|
8623
|
-
|
|
8847
|
+
108,
|
|
8624
8848
|
{
|
|
8625
8849
|
"athleteId": [
|
|
8626
8850
|
1,
|
|
@@ -8629,10 +8853,10 @@ exports.default = {
|
|
|
8629
8853
|
}
|
|
8630
8854
|
],
|
|
8631
8855
|
"getAthleteAlbums": [
|
|
8632
|
-
|
|
8856
|
+
87
|
|
8633
8857
|
],
|
|
8634
8858
|
"getAndSetAlbumById": [
|
|
8635
|
-
|
|
8859
|
+
87,
|
|
8636
8860
|
{
|
|
8637
8861
|
"input": [
|
|
8638
8862
|
1,
|
|
@@ -8641,7 +8865,7 @@ exports.default = {
|
|
|
8641
8865
|
}
|
|
8642
8866
|
],
|
|
8643
8867
|
"getAthleteAlbumId": [
|
|
8644
|
-
|
|
8868
|
+
87,
|
|
8645
8869
|
{
|
|
8646
8870
|
"input": [
|
|
8647
8871
|
1,
|
|
@@ -8650,16 +8874,16 @@ exports.default = {
|
|
|
8650
8874
|
}
|
|
8651
8875
|
],
|
|
8652
8876
|
"queryAthleteWithFilter": [
|
|
8653
|
-
|
|
8877
|
+
166,
|
|
8654
8878
|
{
|
|
8655
8879
|
"input": [
|
|
8656
|
-
|
|
8880
|
+
293,
|
|
8657
8881
|
"AthleteQueryDto!"
|
|
8658
8882
|
]
|
|
8659
8883
|
}
|
|
8660
8884
|
],
|
|
8661
8885
|
"getPublicAthleteAlbums": [
|
|
8662
|
-
|
|
8886
|
+
87,
|
|
8663
8887
|
{
|
|
8664
8888
|
"athleteId": [
|
|
8665
8889
|
1,
|
|
@@ -8668,82 +8892,82 @@ exports.default = {
|
|
|
8668
8892
|
}
|
|
8669
8893
|
],
|
|
8670
8894
|
"screenNameAvailability": [
|
|
8671
|
-
|
|
8895
|
+
169,
|
|
8672
8896
|
{
|
|
8673
8897
|
"input": [
|
|
8674
|
-
|
|
8898
|
+
298,
|
|
8675
8899
|
"existValueDto!"
|
|
8676
8900
|
]
|
|
8677
8901
|
}
|
|
8678
8902
|
],
|
|
8679
8903
|
"checkScoreRefreshCapabilities": [
|
|
8680
|
-
|
|
8904
|
+
178,
|
|
8681
8905
|
{
|
|
8682
8906
|
"input": [
|
|
8683
|
-
|
|
8907
|
+
304,
|
|
8684
8908
|
"CheckScoreRefreshCapabilityDto!"
|
|
8685
8909
|
]
|
|
8686
8910
|
}
|
|
8687
8911
|
],
|
|
8688
8912
|
"getAthleteHistoricalScoresPeriod": [
|
|
8689
|
-
|
|
8913
|
+
173,
|
|
8690
8914
|
{
|
|
8691
8915
|
"input": [
|
|
8692
|
-
|
|
8916
|
+
300,
|
|
8693
8917
|
"GetHistoricalScoresDto!"
|
|
8694
8918
|
]
|
|
8695
8919
|
}
|
|
8696
8920
|
],
|
|
8697
8921
|
"getAthleteHistoricalScores": [
|
|
8698
|
-
|
|
8922
|
+
105,
|
|
8699
8923
|
{
|
|
8700
8924
|
"input": [
|
|
8701
|
-
|
|
8925
|
+
300,
|
|
8702
8926
|
"GetHistoricalScoresDto!"
|
|
8703
8927
|
]
|
|
8704
8928
|
}
|
|
8705
8929
|
],
|
|
8706
8930
|
"getMyHistoricalScoresPeriod": [
|
|
8707
|
-
|
|
8931
|
+
173,
|
|
8708
8932
|
{
|
|
8709
8933
|
"input": [
|
|
8710
|
-
|
|
8934
|
+
299,
|
|
8711
8935
|
"GetMyHistoricalScoresDto!"
|
|
8712
8936
|
]
|
|
8713
8937
|
}
|
|
8714
8938
|
],
|
|
8715
8939
|
"getMyHistoricalScores": [
|
|
8716
|
-
|
|
8940
|
+
105,
|
|
8717
8941
|
{
|
|
8718
8942
|
"input": [
|
|
8719
|
-
|
|
8943
|
+
299,
|
|
8720
8944
|
"GetMyHistoricalScoresDto!"
|
|
8721
8945
|
]
|
|
8722
8946
|
}
|
|
8723
8947
|
],
|
|
8724
8948
|
"getAthleteCampaigns": [
|
|
8725
|
-
|
|
8949
|
+
96,
|
|
8726
8950
|
{
|
|
8727
8951
|
"input": [
|
|
8728
|
-
|
|
8952
|
+
301,
|
|
8729
8953
|
"GetAthleteCampaignsDto!"
|
|
8730
8954
|
]
|
|
8731
8955
|
}
|
|
8732
8956
|
],
|
|
8733
8957
|
"browseCampaigns": [
|
|
8734
|
-
|
|
8958
|
+
176,
|
|
8735
8959
|
{
|
|
8736
8960
|
"input": [
|
|
8737
|
-
|
|
8961
|
+
302,
|
|
8738
8962
|
"BrowseCampaignsDto!"
|
|
8739
8963
|
]
|
|
8740
8964
|
}
|
|
8741
8965
|
],
|
|
8742
8966
|
"getOnboardingProgress": [
|
|
8743
|
-
|
|
8967
|
+
179
|
|
8744
8968
|
],
|
|
8745
8969
|
"getPublicAthleteIntegrationStatus": [
|
|
8746
|
-
|
|
8970
|
+
180,
|
|
8747
8971
|
{
|
|
8748
8972
|
"athleteId": [
|
|
8749
8973
|
1,
|
|
@@ -8755,10 +8979,10 @@ exports.default = {
|
|
|
8755
8979
|
70
|
|
8756
8980
|
],
|
|
8757
8981
|
"getSportsPaginated": [
|
|
8758
|
-
|
|
8982
|
+
181,
|
|
8759
8983
|
{
|
|
8760
8984
|
"query": [
|
|
8761
|
-
|
|
8985
|
+
306
|
|
8762
8986
|
]
|
|
8763
8987
|
}
|
|
8764
8988
|
],
|
|
@@ -8826,7 +9050,7 @@ exports.default = {
|
|
|
8826
9050
|
0,
|
|
8827
9051
|
{
|
|
8828
9052
|
"input": [
|
|
8829
|
-
|
|
9053
|
+
420,
|
|
8830
9054
|
"FindVtxUserDto!"
|
|
8831
9055
|
]
|
|
8832
9056
|
}
|
|
@@ -8845,7 +9069,7 @@ exports.default = {
|
|
|
8845
9069
|
}
|
|
8846
9070
|
],
|
|
8847
9071
|
"getUserImagesFromEmail": [
|
|
8848
|
-
|
|
9072
|
+
187,
|
|
8849
9073
|
{
|
|
8850
9074
|
"loginEmail": [
|
|
8851
9075
|
1,
|
|
@@ -8866,7 +9090,7 @@ exports.default = {
|
|
|
8866
9090
|
38,
|
|
8867
9091
|
{
|
|
8868
9092
|
"input": [
|
|
8869
|
-
|
|
9093
|
+
272,
|
|
8870
9094
|
"VerifyCodeDto!"
|
|
8871
9095
|
]
|
|
8872
9096
|
}
|
|
@@ -8881,18 +9105,21 @@ exports.default = {
|
|
|
8881
9105
|
}
|
|
8882
9106
|
],
|
|
8883
9107
|
"getAllUsers": [
|
|
8884
|
-
|
|
9108
|
+
140
|
|
8885
9109
|
],
|
|
8886
9110
|
"getUsersPaginated": [
|
|
8887
|
-
|
|
9111
|
+
190,
|
|
8888
9112
|
{
|
|
8889
9113
|
"query": [
|
|
8890
|
-
|
|
9114
|
+
320
|
|
8891
9115
|
]
|
|
8892
9116
|
}
|
|
8893
9117
|
],
|
|
8894
9118
|
"getAdminUsers": [
|
|
8895
|
-
|
|
9119
|
+
186
|
|
9120
|
+
],
|
|
9121
|
+
"myPreferredLocale": [
|
|
9122
|
+
1
|
|
8896
9123
|
],
|
|
8897
9124
|
"getStravaLoginUrl": [
|
|
8898
9125
|
1
|
|
@@ -8901,27 +9128,27 @@ exports.default = {
|
|
|
8901
9128
|
81,
|
|
8902
9129
|
{
|
|
8903
9130
|
"input": [
|
|
8904
|
-
|
|
9131
|
+
421,
|
|
8905
9132
|
"GetSportEventsDto!"
|
|
8906
9133
|
]
|
|
8907
9134
|
}
|
|
8908
9135
|
],
|
|
8909
9136
|
"getSportsEventsPaginated": [
|
|
8910
|
-
|
|
9137
|
+
193,
|
|
8911
9138
|
{
|
|
8912
9139
|
"query": [
|
|
8913
|
-
|
|
9140
|
+
328
|
|
8914
9141
|
]
|
|
8915
9142
|
}
|
|
8916
9143
|
],
|
|
8917
9144
|
"getBudgetsByAthlete": [
|
|
8918
|
-
|
|
9145
|
+
134
|
|
8919
9146
|
],
|
|
8920
9147
|
"getDonationsByAthlete": [
|
|
8921
|
-
|
|
9148
|
+
124
|
|
8922
9149
|
],
|
|
8923
9150
|
"getDonationsToAthlete": [
|
|
8924
|
-
|
|
9151
|
+
138,
|
|
8925
9152
|
{
|
|
8926
9153
|
"athleteId": [
|
|
8927
9154
|
1,
|
|
@@ -8929,17 +9156,32 @@ exports.default = {
|
|
|
8929
9156
|
]
|
|
8930
9157
|
}
|
|
8931
9158
|
],
|
|
8932
|
-
"
|
|
8933
|
-
|
|
8934
|
-
|
|
8935
|
-
|
|
8936
|
-
|
|
8937
|
-
|
|
8938
|
-
|
|
8939
|
-
|
|
8940
|
-
|
|
8941
|
-
|
|
8942
|
-
|
|
9159
|
+
"getRecentDonationsForCampaign": [
|
|
9160
|
+
138,
|
|
9161
|
+
{
|
|
9162
|
+
"campaignIdOrSlug": [
|
|
9163
|
+
1,
|
|
9164
|
+
"String!"
|
|
9165
|
+
],
|
|
9166
|
+
"limit": [
|
|
9167
|
+
18
|
|
9168
|
+
],
|
|
9169
|
+
"offset": [
|
|
9170
|
+
18
|
|
9171
|
+
]
|
|
9172
|
+
}
|
|
9173
|
+
],
|
|
9174
|
+
"getDonationsToMe": [
|
|
9175
|
+
138
|
|
9176
|
+
],
|
|
9177
|
+
"getBudgetConcepts": [
|
|
9178
|
+
137
|
|
9179
|
+
],
|
|
9180
|
+
"getBudgetItemUnits": [
|
|
9181
|
+
136
|
|
9182
|
+
],
|
|
9183
|
+
"getDonationDatesForCalendar": [
|
|
9184
|
+
194,
|
|
8943
9185
|
{
|
|
8944
9186
|
"campaignId": [
|
|
8945
9187
|
1
|
|
@@ -8947,15 +9189,15 @@ exports.default = {
|
|
|
8947
9189
|
}
|
|
8948
9190
|
],
|
|
8949
9191
|
"getDonationsPaginated": [
|
|
8950
|
-
|
|
9192
|
+
195,
|
|
8951
9193
|
{
|
|
8952
9194
|
"query": [
|
|
8953
|
-
|
|
9195
|
+
343
|
|
8954
9196
|
]
|
|
8955
9197
|
}
|
|
8956
9198
|
],
|
|
8957
9199
|
"campaignThankYous": [
|
|
8958
|
-
|
|
9200
|
+
196,
|
|
8959
9201
|
{
|
|
8960
9202
|
"campaignId": [
|
|
8961
9203
|
1,
|
|
@@ -8964,7 +9206,7 @@ exports.default = {
|
|
|
8964
9206
|
}
|
|
8965
9207
|
],
|
|
8966
9208
|
"donationThankYou": [
|
|
8967
|
-
|
|
9209
|
+
196,
|
|
8968
9210
|
{
|
|
8969
9211
|
"donationId": [
|
|
8970
9212
|
1,
|
|
@@ -8973,34 +9215,34 @@ exports.default = {
|
|
|
8973
9215
|
}
|
|
8974
9216
|
],
|
|
8975
9217
|
"getMembershipOrganizations": [
|
|
8976
|
-
|
|
9218
|
+
89
|
|
8977
9219
|
],
|
|
8978
9220
|
"getAthleteStravaIntegration": [
|
|
8979
|
-
|
|
9221
|
+
123
|
|
8980
9222
|
],
|
|
8981
9223
|
"getAthleteInstagramIntegration": [
|
|
8982
|
-
|
|
9224
|
+
123
|
|
8983
9225
|
],
|
|
8984
9226
|
"getAthleteIntegrations": [
|
|
8985
|
-
|
|
9227
|
+
123
|
|
8986
9228
|
],
|
|
8987
9229
|
"stripeQuery": [
|
|
8988
|
-
|
|
9230
|
+
174,
|
|
8989
9231
|
{
|
|
8990
9232
|
"input": [
|
|
8991
|
-
|
|
9233
|
+
324,
|
|
8992
9234
|
"StripeQueryDto!"
|
|
8993
9235
|
]
|
|
8994
9236
|
}
|
|
8995
9237
|
],
|
|
8996
9238
|
"getStripeBalance": [
|
|
8997
|
-
|
|
9239
|
+
198
|
|
8998
9240
|
],
|
|
8999
9241
|
"getDatabaseTextFile": [
|
|
9000
9242
|
37,
|
|
9001
9243
|
{
|
|
9002
9244
|
"input": [
|
|
9003
|
-
|
|
9245
|
+
270,
|
|
9004
9246
|
"GetDatabaseFileDto!"
|
|
9005
9247
|
]
|
|
9006
9248
|
}
|
|
@@ -9009,40 +9251,40 @@ exports.default = {
|
|
|
9009
9251
|
34,
|
|
9010
9252
|
{
|
|
9011
9253
|
"input": [
|
|
9012
|
-
|
|
9254
|
+
417,
|
|
9013
9255
|
"AWSS3GetUploadDto!"
|
|
9014
9256
|
]
|
|
9015
9257
|
}
|
|
9016
9258
|
],
|
|
9017
9259
|
"getReceipt": [
|
|
9018
|
-
|
|
9260
|
+
124,
|
|
9019
9261
|
{
|
|
9020
9262
|
"input": [
|
|
9021
|
-
|
|
9263
|
+
323,
|
|
9022
9264
|
"GetReceiptDto!"
|
|
9023
9265
|
]
|
|
9024
9266
|
}
|
|
9025
9267
|
],
|
|
9026
9268
|
"getReceiptUrl": [
|
|
9027
|
-
|
|
9269
|
+
125,
|
|
9028
9270
|
{
|
|
9029
9271
|
"input": [
|
|
9030
|
-
|
|
9272
|
+
323,
|
|
9031
9273
|
"GetReceiptDto!"
|
|
9032
9274
|
]
|
|
9033
9275
|
}
|
|
9034
9276
|
],
|
|
9035
9277
|
"getTransactionDetails": [
|
|
9036
|
-
|
|
9278
|
+
192,
|
|
9037
9279
|
{
|
|
9038
9280
|
"input": [
|
|
9039
|
-
|
|
9281
|
+
325,
|
|
9040
9282
|
"GetTransactionDetailsDto!"
|
|
9041
9283
|
]
|
|
9042
9284
|
}
|
|
9043
9285
|
],
|
|
9044
9286
|
"findMemberForUser": [
|
|
9045
|
-
|
|
9287
|
+
139,
|
|
9046
9288
|
{
|
|
9047
9289
|
"loginEmail": [
|
|
9048
9290
|
1,
|
|
@@ -9051,10 +9293,10 @@ exports.default = {
|
|
|
9051
9293
|
}
|
|
9052
9294
|
],
|
|
9053
9295
|
"getDonationsByMember": [
|
|
9054
|
-
|
|
9296
|
+
138
|
|
9055
9297
|
],
|
|
9056
9298
|
"getDonationsByUser": [
|
|
9057
|
-
|
|
9299
|
+
138,
|
|
9058
9300
|
{
|
|
9059
9301
|
"email": [
|
|
9060
9302
|
1,
|
|
@@ -9063,29 +9305,29 @@ exports.default = {
|
|
|
9063
9305
|
}
|
|
9064
9306
|
],
|
|
9065
9307
|
"getAllTransactions": [
|
|
9066
|
-
|
|
9308
|
+
142
|
|
9067
9309
|
],
|
|
9068
9310
|
"getTransactionsPaginated": [
|
|
9069
|
-
|
|
9311
|
+
202,
|
|
9070
9312
|
{
|
|
9071
9313
|
"query": [
|
|
9072
|
-
|
|
9314
|
+
350
|
|
9073
9315
|
]
|
|
9074
9316
|
}
|
|
9075
9317
|
],
|
|
9076
9318
|
"offers": [
|
|
9077
|
-
|
|
9319
|
+
143
|
|
9078
9320
|
],
|
|
9079
9321
|
"getOffersPaginated": [
|
|
9080
|
-
|
|
9322
|
+
203,
|
|
9081
9323
|
{
|
|
9082
9324
|
"query": [
|
|
9083
|
-
|
|
9325
|
+
355
|
|
9084
9326
|
]
|
|
9085
9327
|
}
|
|
9086
9328
|
],
|
|
9087
9329
|
"offersForAthlete": [
|
|
9088
|
-
|
|
9330
|
+
143,
|
|
9089
9331
|
{
|
|
9090
9332
|
"athleteId": [
|
|
9091
9333
|
1
|
|
@@ -9093,7 +9335,7 @@ exports.default = {
|
|
|
9093
9335
|
}
|
|
9094
9336
|
],
|
|
9095
9337
|
"offer": [
|
|
9096
|
-
|
|
9338
|
+
143,
|
|
9097
9339
|
{
|
|
9098
9340
|
"id": [
|
|
9099
9341
|
1,
|
|
@@ -9102,19 +9344,19 @@ exports.default = {
|
|
|
9102
9344
|
}
|
|
9103
9345
|
],
|
|
9104
9346
|
"myOfferClaims": [
|
|
9105
|
-
|
|
9347
|
+
147,
|
|
9106
9348
|
{
|
|
9107
9349
|
"athleteId": [
|
|
9108
9350
|
1,
|
|
9109
9351
|
"String!"
|
|
9110
9352
|
],
|
|
9111
9353
|
"query": [
|
|
9112
|
-
|
|
9354
|
+
356
|
|
9113
9355
|
]
|
|
9114
9356
|
}
|
|
9115
9357
|
],
|
|
9116
9358
|
"offerAvailability": [
|
|
9117
|
-
|
|
9359
|
+
205,
|
|
9118
9360
|
{
|
|
9119
9361
|
"offerId": [
|
|
9120
9362
|
1,
|
|
@@ -9127,32 +9369,32 @@ exports.default = {
|
|
|
9127
9369
|
}
|
|
9128
9370
|
],
|
|
9129
9371
|
"offersWithEligibility": [
|
|
9130
|
-
|
|
9372
|
+
152,
|
|
9131
9373
|
{
|
|
9132
9374
|
"query": [
|
|
9133
|
-
|
|
9375
|
+
355
|
|
9134
9376
|
]
|
|
9135
9377
|
}
|
|
9136
9378
|
],
|
|
9137
9379
|
"getLeaderboard": [
|
|
9138
|
-
|
|
9380
|
+
209,
|
|
9139
9381
|
{
|
|
9140
9382
|
"input": [
|
|
9141
|
-
|
|
9383
|
+
357
|
|
9142
9384
|
]
|
|
9143
9385
|
}
|
|
9144
9386
|
],
|
|
9145
9387
|
"getUserRank": [
|
|
9146
|
-
|
|
9388
|
+
210,
|
|
9147
9389
|
{
|
|
9148
9390
|
"input": [
|
|
9149
|
-
|
|
9391
|
+
358,
|
|
9150
9392
|
"UserRankQueryDto!"
|
|
9151
9393
|
]
|
|
9152
9394
|
}
|
|
9153
9395
|
],
|
|
9154
9396
|
"athleteDashboard": [
|
|
9155
|
-
|
|
9397
|
+
211,
|
|
9156
9398
|
{
|
|
9157
9399
|
"athleteId": [
|
|
9158
9400
|
1,
|
|
@@ -9161,137 +9403,137 @@ exports.default = {
|
|
|
9161
9403
|
}
|
|
9162
9404
|
],
|
|
9163
9405
|
"athleteScoreHistory": [
|
|
9164
|
-
|
|
9406
|
+
212,
|
|
9165
9407
|
{
|
|
9166
9408
|
"input": [
|
|
9167
|
-
|
|
9409
|
+
359,
|
|
9168
9410
|
"ScoreHistoryQueryDto!"
|
|
9169
9411
|
]
|
|
9170
9412
|
}
|
|
9171
9413
|
],
|
|
9172
9414
|
"athleteRankHistory": [
|
|
9173
|
-
|
|
9415
|
+
213,
|
|
9174
9416
|
{
|
|
9175
9417
|
"input": [
|
|
9176
|
-
|
|
9418
|
+
361,
|
|
9177
9419
|
"RankHistoryQueryDto!"
|
|
9178
9420
|
]
|
|
9179
9421
|
}
|
|
9180
9422
|
],
|
|
9181
9423
|
"athleteRankContext": [
|
|
9182
|
-
|
|
9424
|
+
214,
|
|
9183
9425
|
{
|
|
9184
9426
|
"input": [
|
|
9185
|
-
|
|
9427
|
+
362,
|
|
9186
9428
|
"RankContextQueryDto!"
|
|
9187
9429
|
]
|
|
9188
9430
|
}
|
|
9189
9431
|
],
|
|
9190
9432
|
"athleteActivities": [
|
|
9191
|
-
|
|
9433
|
+
216,
|
|
9192
9434
|
{
|
|
9193
9435
|
"input": [
|
|
9194
|
-
|
|
9436
|
+
365,
|
|
9195
9437
|
"ActivitiesQueryDto!"
|
|
9196
9438
|
]
|
|
9197
9439
|
}
|
|
9198
9440
|
],
|
|
9199
9441
|
"athleteActivityDetail": [
|
|
9200
|
-
|
|
9442
|
+
219,
|
|
9201
9443
|
{
|
|
9202
9444
|
"input": [
|
|
9203
|
-
|
|
9445
|
+
366,
|
|
9204
9446
|
"ActivityDetailQueryDto!"
|
|
9205
9447
|
]
|
|
9206
9448
|
}
|
|
9207
9449
|
],
|
|
9208
9450
|
"athleteComponentSummary": [
|
|
9209
|
-
|
|
9451
|
+
221,
|
|
9210
9452
|
{
|
|
9211
9453
|
"input": [
|
|
9212
|
-
|
|
9454
|
+
367,
|
|
9213
9455
|
"ComponentSummaryQueryDto!"
|
|
9214
9456
|
]
|
|
9215
9457
|
}
|
|
9216
9458
|
],
|
|
9217
9459
|
"athleteActivityDates": [
|
|
9218
|
-
|
|
9460
|
+
224,
|
|
9219
9461
|
{
|
|
9220
9462
|
"input": [
|
|
9221
|
-
|
|
9463
|
+
368,
|
|
9222
9464
|
"ActivityDatesQueryDto!"
|
|
9223
9465
|
]
|
|
9224
9466
|
}
|
|
9225
9467
|
],
|
|
9226
9468
|
"socialAggregates": [
|
|
9227
|
-
|
|
9469
|
+
225,
|
|
9228
9470
|
{
|
|
9229
9471
|
"athleteId": [
|
|
9230
|
-
|
|
9472
|
+
110,
|
|
9231
9473
|
"ID!"
|
|
9232
9474
|
],
|
|
9233
9475
|
"platform": [
|
|
9234
|
-
|
|
9476
|
+
226,
|
|
9235
9477
|
"Platform!"
|
|
9236
9478
|
],
|
|
9237
9479
|
"range": [
|
|
9238
|
-
|
|
9480
|
+
369,
|
|
9239
9481
|
"DateRangeInput!"
|
|
9240
9482
|
],
|
|
9241
9483
|
"periodType": [
|
|
9242
|
-
|
|
9484
|
+
228
|
|
9243
9485
|
]
|
|
9244
9486
|
}
|
|
9245
9487
|
],
|
|
9246
9488
|
"postsWithComparison": [
|
|
9247
|
-
|
|
9489
|
+
231,
|
|
9248
9490
|
{
|
|
9249
9491
|
"athleteId": [
|
|
9250
|
-
|
|
9492
|
+
110,
|
|
9251
9493
|
"ID!"
|
|
9252
9494
|
],
|
|
9253
9495
|
"platform": [
|
|
9254
|
-
|
|
9496
|
+
226,
|
|
9255
9497
|
"Platform!"
|
|
9256
9498
|
],
|
|
9257
9499
|
"options": [
|
|
9258
|
-
|
|
9500
|
+
370
|
|
9259
9501
|
]
|
|
9260
9502
|
}
|
|
9261
9503
|
],
|
|
9262
9504
|
"myNotifications": [
|
|
9263
|
-
|
|
9505
|
+
233,
|
|
9264
9506
|
{
|
|
9265
9507
|
"input": [
|
|
9266
|
-
|
|
9508
|
+
371
|
|
9267
9509
|
]
|
|
9268
9510
|
}
|
|
9269
9511
|
],
|
|
9270
9512
|
"notificationUnreadCount": [
|
|
9271
|
-
|
|
9513
|
+
234
|
|
9272
9514
|
],
|
|
9273
9515
|
"myNotificationPreferences": [
|
|
9274
|
-
|
|
9516
|
+
235
|
|
9275
9517
|
],
|
|
9276
9518
|
"myFollowedAthletes": [
|
|
9277
|
-
|
|
9519
|
+
238,
|
|
9278
9520
|
{
|
|
9279
9521
|
"input": [
|
|
9280
|
-
|
|
9522
|
+
380
|
|
9281
9523
|
]
|
|
9282
9524
|
}
|
|
9283
9525
|
],
|
|
9284
9526
|
"isFollowingAthlete": [
|
|
9285
|
-
|
|
9527
|
+
239,
|
|
9286
9528
|
{
|
|
9287
9529
|
"input": [
|
|
9288
|
-
|
|
9530
|
+
379,
|
|
9289
9531
|
"IsFollowingAthleteInput!"
|
|
9290
9532
|
]
|
|
9291
9533
|
}
|
|
9292
9534
|
],
|
|
9293
9535
|
"getEmailCampaigns": [
|
|
9294
|
-
|
|
9536
|
+
243,
|
|
9295
9537
|
{
|
|
9296
9538
|
"status": [
|
|
9297
9539
|
1
|
|
@@ -9308,7 +9550,7 @@ exports.default = {
|
|
|
9308
9550
|
}
|
|
9309
9551
|
],
|
|
9310
9552
|
"getEmailCampaign": [
|
|
9311
|
-
|
|
9553
|
+
242,
|
|
9312
9554
|
{
|
|
9313
9555
|
"id": [
|
|
9314
9556
|
1,
|
|
@@ -9317,16 +9559,16 @@ exports.default = {
|
|
|
9317
9559
|
}
|
|
9318
9560
|
],
|
|
9319
9561
|
"getAudiencePreview": [
|
|
9320
|
-
|
|
9562
|
+
246,
|
|
9321
9563
|
{
|
|
9322
9564
|
"filters": [
|
|
9323
|
-
|
|
9565
|
+
384,
|
|
9324
9566
|
"AudienceFilterDto!"
|
|
9325
9567
|
]
|
|
9326
9568
|
}
|
|
9327
9569
|
],
|
|
9328
9570
|
"getSendGridTemplates": [
|
|
9329
|
-
|
|
9571
|
+
244
|
|
9330
9572
|
],
|
|
9331
9573
|
"getSendGridTemplatePreview": [
|
|
9332
9574
|
1,
|
|
@@ -9338,13 +9580,13 @@ exports.default = {
|
|
|
9338
9580
|
}
|
|
9339
9581
|
],
|
|
9340
9582
|
"getEmailSegments": [
|
|
9341
|
-
|
|
9583
|
+
241
|
|
9342
9584
|
],
|
|
9343
9585
|
"getAiCoachThread": [
|
|
9344
|
-
|
|
9586
|
+
249
|
|
9345
9587
|
],
|
|
9346
9588
|
"getAiCoachThreadHistory": [
|
|
9347
|
-
|
|
9589
|
+
249,
|
|
9348
9590
|
{
|
|
9349
9591
|
"limit": [
|
|
9350
9592
|
53
|
|
@@ -9352,7 +9594,7 @@ exports.default = {
|
|
|
9352
9594
|
}
|
|
9353
9595
|
],
|
|
9354
9596
|
"getAiCoachThreadMessages": [
|
|
9355
|
-
|
|
9597
|
+
248,
|
|
9356
9598
|
{
|
|
9357
9599
|
"threadId": [
|
|
9358
9600
|
1,
|
|
@@ -9361,24 +9603,24 @@ exports.default = {
|
|
|
9361
9603
|
}
|
|
9362
9604
|
],
|
|
9363
9605
|
"getAiCoachConfig": [
|
|
9364
|
-
|
|
9606
|
+
250
|
|
9365
9607
|
],
|
|
9366
9608
|
"getAiCoachNudges": [
|
|
9367
|
-
|
|
9609
|
+
252,
|
|
9368
9610
|
{
|
|
9369
9611
|
"input": [
|
|
9370
|
-
|
|
9612
|
+
387
|
|
9371
9613
|
]
|
|
9372
9614
|
}
|
|
9373
9615
|
],
|
|
9374
9616
|
"getAiCoachUnreadNudgeCount": [
|
|
9375
|
-
|
|
9617
|
+
253
|
|
9376
9618
|
],
|
|
9377
9619
|
"findAllTeams": [
|
|
9378
9620
|
79
|
|
9379
9621
|
],
|
|
9380
9622
|
"getTeamStripeAccountStatus": [
|
|
9381
|
-
|
|
9623
|
+
254,
|
|
9382
9624
|
{
|
|
9383
9625
|
"teamId": [
|
|
9384
9626
|
1,
|
|
@@ -9419,7 +9661,7 @@ exports.default = {
|
|
|
9419
9661
|
}
|
|
9420
9662
|
],
|
|
9421
9663
|
"getTeamAnalytics": [
|
|
9422
|
-
|
|
9664
|
+
257,
|
|
9423
9665
|
{
|
|
9424
9666
|
"teamId": [
|
|
9425
9667
|
1,
|
|
@@ -9428,7 +9670,7 @@ exports.default = {
|
|
|
9428
9670
|
}
|
|
9429
9671
|
],
|
|
9430
9672
|
"getTeamLeaderboard": [
|
|
9431
|
-
|
|
9673
|
+
256,
|
|
9432
9674
|
{
|
|
9433
9675
|
"teamId": [
|
|
9434
9676
|
1,
|
|
@@ -9437,7 +9679,7 @@ exports.default = {
|
|
|
9437
9679
|
}
|
|
9438
9680
|
],
|
|
9439
9681
|
"getTeamDashboard": [
|
|
9440
|
-
|
|
9682
|
+
259,
|
|
9441
9683
|
{
|
|
9442
9684
|
"teamId": [
|
|
9443
9685
|
1,
|
|
@@ -9446,10 +9688,10 @@ exports.default = {
|
|
|
9446
9688
|
}
|
|
9447
9689
|
],
|
|
9448
9690
|
"findAllClubs": [
|
|
9449
|
-
|
|
9691
|
+
182
|
|
9450
9692
|
],
|
|
9451
9693
|
"getClubStripeAccountStatus": [
|
|
9452
|
-
|
|
9694
|
+
254,
|
|
9453
9695
|
{
|
|
9454
9696
|
"clubId": [
|
|
9455
9697
|
1,
|
|
@@ -9458,10 +9700,10 @@ exports.default = {
|
|
|
9458
9700
|
}
|
|
9459
9701
|
],
|
|
9460
9702
|
"getMyClubs": [
|
|
9461
|
-
|
|
9703
|
+
182
|
|
9462
9704
|
],
|
|
9463
9705
|
"findClubById": [
|
|
9464
|
-
|
|
9706
|
+
182,
|
|
9465
9707
|
{
|
|
9466
9708
|
"clubId": [
|
|
9467
9709
|
1,
|
|
@@ -9470,7 +9712,7 @@ exports.default = {
|
|
|
9470
9712
|
}
|
|
9471
9713
|
],
|
|
9472
9714
|
"findClubs": [
|
|
9473
|
-
|
|
9715
|
+
182,
|
|
9474
9716
|
{
|
|
9475
9717
|
"sportId": [
|
|
9476
9718
|
1
|
|
@@ -9478,7 +9720,7 @@ exports.default = {
|
|
|
9478
9720
|
}
|
|
9479
9721
|
],
|
|
9480
9722
|
"getClubMembers": [
|
|
9481
|
-
|
|
9723
|
+
185,
|
|
9482
9724
|
{
|
|
9483
9725
|
"clubId": [
|
|
9484
9726
|
1,
|
|
@@ -9486,6 +9728,46 @@ exports.default = {
|
|
|
9486
9728
|
]
|
|
9487
9729
|
}
|
|
9488
9730
|
],
|
|
9731
|
+
"getUsageRollup": [
|
|
9732
|
+
261,
|
|
9733
|
+
{
|
|
9734
|
+
"startDate": [
|
|
9735
|
+
1,
|
|
9736
|
+
"String!"
|
|
9737
|
+
],
|
|
9738
|
+
"endDate": [
|
|
9739
|
+
1,
|
|
9740
|
+
"String!"
|
|
9741
|
+
],
|
|
9742
|
+
"platform": [
|
|
9743
|
+
1
|
|
9744
|
+
]
|
|
9745
|
+
}
|
|
9746
|
+
],
|
|
9747
|
+
"getUsageFunnel": [
|
|
9748
|
+
262,
|
|
9749
|
+
{
|
|
9750
|
+
"startDate": [
|
|
9751
|
+
1,
|
|
9752
|
+
"String!"
|
|
9753
|
+
],
|
|
9754
|
+
"endDate": [
|
|
9755
|
+
1,
|
|
9756
|
+
"String!"
|
|
9757
|
+
],
|
|
9758
|
+
"platform": [
|
|
9759
|
+
1
|
|
9760
|
+
]
|
|
9761
|
+
}
|
|
9762
|
+
],
|
|
9763
|
+
"getRetentionCohorts": [
|
|
9764
|
+
263,
|
|
9765
|
+
{
|
|
9766
|
+
"weeksBack": [
|
|
9767
|
+
53
|
|
9768
|
+
]
|
|
9769
|
+
}
|
|
9770
|
+
],
|
|
9489
9771
|
"__typename": [
|
|
9490
9772
|
1
|
|
9491
9773
|
]
|
|
@@ -9542,50 +9824,12 @@ exports.default = {
|
|
|
9542
9824
|
1
|
|
9543
9825
|
]
|
|
9544
9826
|
},
|
|
9545
|
-
"AudienceFilterDto": {
|
|
9546
|
-
"userType": [
|
|
9547
|
-
1
|
|
9548
|
-
],
|
|
9549
|
-
"sport": [
|
|
9550
|
-
1
|
|
9551
|
-
],
|
|
9552
|
-
"country": [
|
|
9553
|
-
1
|
|
9554
|
-
],
|
|
9555
|
-
"onboardingStatus": [
|
|
9556
|
-
1
|
|
9557
|
-
],
|
|
9558
|
-
"campaignStatus": [
|
|
9559
|
-
1
|
|
9560
|
-
],
|
|
9561
|
-
"walletStatus": [
|
|
9562
|
-
1
|
|
9563
|
-
],
|
|
9564
|
-
"hasStrava": [
|
|
9565
|
-
2
|
|
9566
|
-
],
|
|
9567
|
-
"hasInstagram": [
|
|
9568
|
-
2
|
|
9569
|
-
],
|
|
9570
|
-
"vtxScoreMin": [
|
|
9571
|
-
18
|
|
9572
|
-
],
|
|
9573
|
-
"vtxScoreMax": [
|
|
9574
|
-
18
|
|
9575
|
-
],
|
|
9576
|
-
"donorStatus": [
|
|
9577
|
-
1
|
|
9578
|
-
],
|
|
9579
|
-
"__typename": [
|
|
9580
|
-
1
|
|
9581
|
-
]
|
|
9582
|
-
},
|
|
9583
9827
|
"Mutation": {
|
|
9584
9828
|
"registerNewDomainTenant": [
|
|
9585
9829
|
5,
|
|
9586
9830
|
{
|
|
9587
9831
|
"tenant": [
|
|
9588
|
-
|
|
9832
|
+
423,
|
|
9589
9833
|
"CreateTenantInput!"
|
|
9590
9834
|
]
|
|
9591
9835
|
}
|
|
@@ -9594,7 +9838,7 @@ exports.default = {
|
|
|
9594
9838
|
11,
|
|
9595
9839
|
{
|
|
9596
9840
|
"tenant": [
|
|
9597
|
-
|
|
9841
|
+
423,
|
|
9598
9842
|
"CreateTenantInput!"
|
|
9599
9843
|
]
|
|
9600
9844
|
}
|
|
@@ -9603,7 +9847,7 @@ exports.default = {
|
|
|
9603
9847
|
3,
|
|
9604
9848
|
{
|
|
9605
9849
|
"user": [
|
|
9606
|
-
|
|
9850
|
+
424,
|
|
9607
9851
|
"CreateActiveUserInput!"
|
|
9608
9852
|
]
|
|
9609
9853
|
}
|
|
@@ -9638,7 +9882,7 @@ exports.default = {
|
|
|
9638
9882
|
0,
|
|
9639
9883
|
{
|
|
9640
9884
|
"input": [
|
|
9641
|
-
|
|
9885
|
+
425,
|
|
9642
9886
|
"RegisterUserToDomainFromEmailInput!"
|
|
9643
9887
|
]
|
|
9644
9888
|
}
|
|
@@ -9647,7 +9891,7 @@ exports.default = {
|
|
|
9647
9891
|
8,
|
|
9648
9892
|
{
|
|
9649
9893
|
"dto": [
|
|
9650
|
-
|
|
9894
|
+
426,
|
|
9651
9895
|
"RefreshTokenInput!"
|
|
9652
9896
|
]
|
|
9653
9897
|
}
|
|
@@ -9656,7 +9900,7 @@ exports.default = {
|
|
|
9656
9900
|
35,
|
|
9657
9901
|
{
|
|
9658
9902
|
"input": [
|
|
9659
|
-
|
|
9903
|
+
427,
|
|
9660
9904
|
"AWSS3DeleteUseTypeFileDto!"
|
|
9661
9905
|
]
|
|
9662
9906
|
}
|
|
@@ -9665,7 +9909,7 @@ exports.default = {
|
|
|
9665
9909
|
35,
|
|
9666
9910
|
{
|
|
9667
9911
|
"input": [
|
|
9668
|
-
|
|
9912
|
+
428,
|
|
9669
9913
|
"AWSS3DeleteBucketFileDto!"
|
|
9670
9914
|
]
|
|
9671
9915
|
}
|
|
@@ -9674,7 +9918,7 @@ exports.default = {
|
|
|
9674
9918
|
35,
|
|
9675
9919
|
{
|
|
9676
9920
|
"input": [
|
|
9677
|
-
|
|
9921
|
+
429,
|
|
9678
9922
|
"AWSS3DeleteUseTypeKeyDto!"
|
|
9679
9923
|
]
|
|
9680
9924
|
}
|
|
@@ -9683,7 +9927,7 @@ exports.default = {
|
|
|
9683
9927
|
29,
|
|
9684
9928
|
{
|
|
9685
9929
|
"input": [
|
|
9686
|
-
|
|
9930
|
+
275,
|
|
9687
9931
|
"AWSS3UploadedFileDto!"
|
|
9688
9932
|
]
|
|
9689
9933
|
}
|
|
@@ -9692,7 +9936,7 @@ exports.default = {
|
|
|
9692
9936
|
39,
|
|
9693
9937
|
{
|
|
9694
9938
|
"input": [
|
|
9695
|
-
|
|
9939
|
+
430,
|
|
9696
9940
|
"CreateIndustryDto!"
|
|
9697
9941
|
]
|
|
9698
9942
|
}
|
|
@@ -9701,7 +9945,7 @@ exports.default = {
|
|
|
9701
9945
|
65,
|
|
9702
9946
|
{
|
|
9703
9947
|
"input": [
|
|
9704
|
-
|
|
9948
|
+
274,
|
|
9705
9949
|
"CreateBrandDto!"
|
|
9706
9950
|
]
|
|
9707
9951
|
}
|
|
@@ -9714,7 +9958,7 @@ exports.default = {
|
|
|
9714
9958
|
"String!"
|
|
9715
9959
|
],
|
|
9716
9960
|
"input": [
|
|
9717
|
-
|
|
9961
|
+
274,
|
|
9718
9962
|
"CreateBrandDto!"
|
|
9719
9963
|
]
|
|
9720
9964
|
}
|
|
@@ -9758,7 +10002,7 @@ exports.default = {
|
|
|
9758
10002
|
61,
|
|
9759
10003
|
{
|
|
9760
10004
|
"input": [
|
|
9761
|
-
|
|
10005
|
+
431,
|
|
9762
10006
|
"RegisterSponsorInput!"
|
|
9763
10007
|
]
|
|
9764
10008
|
}
|
|
@@ -9767,16 +10011,16 @@ exports.default = {
|
|
|
9767
10011
|
61,
|
|
9768
10012
|
{
|
|
9769
10013
|
"input": [
|
|
9770
|
-
|
|
10014
|
+
278,
|
|
9771
10015
|
"CreateSponsorDto!"
|
|
9772
10016
|
]
|
|
9773
10017
|
}
|
|
9774
10018
|
],
|
|
9775
10019
|
"sendAthleteInvitations": [
|
|
9776
|
-
|
|
10020
|
+
112,
|
|
9777
10021
|
{
|
|
9778
10022
|
"input": [
|
|
9779
|
-
|
|
10023
|
+
280,
|
|
9780
10024
|
"InviteAthletesDto!"
|
|
9781
10025
|
]
|
|
9782
10026
|
}
|
|
@@ -9789,7 +10033,7 @@ exports.default = {
|
|
|
9789
10033
|
"String!"
|
|
9790
10034
|
],
|
|
9791
10035
|
"input": [
|
|
9792
|
-
|
|
10036
|
+
432,
|
|
9793
10037
|
"UpdateSponsorDto!"
|
|
9794
10038
|
]
|
|
9795
10039
|
}
|
|
@@ -9804,109 +10048,118 @@ exports.default = {
|
|
|
9804
10048
|
}
|
|
9805
10049
|
],
|
|
9806
10050
|
"forceDeleteAthleteCompetition": [
|
|
9807
|
-
|
|
10051
|
+
158,
|
|
9808
10052
|
{
|
|
9809
10053
|
"input": [
|
|
9810
|
-
|
|
10054
|
+
290,
|
|
9811
10055
|
"DeleteSingleValueDto!"
|
|
9812
10056
|
]
|
|
9813
10057
|
}
|
|
9814
10058
|
],
|
|
9815
10059
|
"registerAthlete": [
|
|
9816
|
-
|
|
10060
|
+
108,
|
|
9817
10061
|
{
|
|
9818
10062
|
"input": [
|
|
9819
|
-
|
|
10063
|
+
433,
|
|
9820
10064
|
"RegisterAthleteDto!"
|
|
9821
10065
|
]
|
|
9822
10066
|
}
|
|
9823
10067
|
],
|
|
9824
10068
|
"editProfileValue": [
|
|
9825
|
-
|
|
10069
|
+
155,
|
|
9826
10070
|
{
|
|
9827
10071
|
"input": [
|
|
9828
|
-
|
|
10072
|
+
434,
|
|
9829
10073
|
"EditValueDto!"
|
|
9830
10074
|
]
|
|
9831
10075
|
}
|
|
9832
10076
|
],
|
|
9833
10077
|
"editPicture": [
|
|
9834
|
-
|
|
10078
|
+
167,
|
|
9835
10079
|
{
|
|
9836
10080
|
"input": [
|
|
9837
|
-
|
|
10081
|
+
294,
|
|
9838
10082
|
"EditPictureDto!"
|
|
9839
10083
|
]
|
|
9840
10084
|
}
|
|
9841
10085
|
],
|
|
9842
10086
|
"AddAlbumPictures": [
|
|
9843
|
-
|
|
10087
|
+
168,
|
|
9844
10088
|
{
|
|
9845
10089
|
"input": [
|
|
9846
|
-
|
|
10090
|
+
295,
|
|
9847
10091
|
"UploadAlbumsPicturesDto!"
|
|
9848
10092
|
]
|
|
9849
10093
|
}
|
|
9850
10094
|
],
|
|
9851
10095
|
"addAthleteCompetition": [
|
|
9852
|
-
|
|
10096
|
+
88,
|
|
9853
10097
|
{
|
|
9854
10098
|
"input": [
|
|
9855
|
-
|
|
10099
|
+
284,
|
|
9856
10100
|
"CreateAthleteCompetitionDto!"
|
|
9857
10101
|
]
|
|
9858
10102
|
}
|
|
9859
10103
|
],
|
|
10104
|
+
"editAthleteCompetition": [
|
|
10105
|
+
88,
|
|
10106
|
+
{
|
|
10107
|
+
"input": [
|
|
10108
|
+
289,
|
|
10109
|
+
"EditAthleteCompetitionDto!"
|
|
10110
|
+
]
|
|
10111
|
+
}
|
|
10112
|
+
],
|
|
9860
10113
|
"deleteAthleteCompetition": [
|
|
9861
|
-
|
|
10114
|
+
158,
|
|
9862
10115
|
{
|
|
9863
10116
|
"input": [
|
|
9864
|
-
|
|
10117
|
+
290,
|
|
9865
10118
|
"DeleteSingleValueDto!"
|
|
9866
10119
|
]
|
|
9867
10120
|
}
|
|
9868
10121
|
],
|
|
9869
10122
|
"createAthleteAlbum": [
|
|
9870
|
-
|
|
10123
|
+
87,
|
|
9871
10124
|
{
|
|
9872
10125
|
"input": [
|
|
9873
|
-
|
|
10126
|
+
295,
|
|
9874
10127
|
"UploadAlbumsPicturesDto!"
|
|
9875
10128
|
]
|
|
9876
10129
|
}
|
|
9877
10130
|
],
|
|
9878
10131
|
"reorderAlbumIndex": [
|
|
9879
|
-
|
|
10132
|
+
87,
|
|
9880
10133
|
{
|
|
9881
10134
|
"input": [
|
|
9882
|
-
|
|
10135
|
+
435,
|
|
9883
10136
|
"EditDisplayIndexDto!"
|
|
9884
10137
|
]
|
|
9885
10138
|
}
|
|
9886
10139
|
],
|
|
9887
10140
|
"editAlbum": [
|
|
9888
|
-
|
|
10141
|
+
87,
|
|
9889
10142
|
{
|
|
9890
10143
|
"input": [
|
|
9891
|
-
|
|
10144
|
+
295,
|
|
9892
10145
|
"UploadAlbumsPicturesDto!"
|
|
9893
10146
|
]
|
|
9894
10147
|
}
|
|
9895
10148
|
],
|
|
9896
10149
|
"deleteAthleteAlbum": [
|
|
9897
|
-
|
|
10150
|
+
158,
|
|
9898
10151
|
{
|
|
9899
10152
|
"input": [
|
|
9900
|
-
|
|
10153
|
+
290,
|
|
9901
10154
|
"DeleteSingleValueDto!"
|
|
9902
10155
|
]
|
|
9903
10156
|
}
|
|
9904
10157
|
],
|
|
9905
10158
|
"deleteAthletePhotos": [
|
|
9906
|
-
|
|
10159
|
+
157,
|
|
9907
10160
|
{
|
|
9908
10161
|
"input": [
|
|
9909
|
-
|
|
10162
|
+
297,
|
|
9910
10163
|
"DeleteValuesDto!"
|
|
9911
10164
|
]
|
|
9912
10165
|
}
|
|
@@ -9915,43 +10168,43 @@ exports.default = {
|
|
|
9915
10168
|
82,
|
|
9916
10169
|
{
|
|
9917
10170
|
"input": [
|
|
9918
|
-
|
|
10171
|
+
283,
|
|
9919
10172
|
"SetCompetitionResultDto!"
|
|
9920
10173
|
]
|
|
9921
10174
|
}
|
|
9922
10175
|
],
|
|
9923
10176
|
"updateAthleteScores": [
|
|
9924
|
-
|
|
10177
|
+
108
|
|
9925
10178
|
],
|
|
9926
10179
|
"updateAthleteCompetitionScores": [
|
|
9927
|
-
|
|
10180
|
+
108
|
|
9928
10181
|
],
|
|
9929
10182
|
"forceRefreshAthleteScores": [
|
|
9930
|
-
|
|
10183
|
+
163,
|
|
9931
10184
|
{
|
|
9932
10185
|
"input": [
|
|
9933
|
-
|
|
10186
|
+
303,
|
|
9934
10187
|
"ForceScoreRefreshDto!"
|
|
9935
10188
|
]
|
|
9936
10189
|
}
|
|
9937
10190
|
],
|
|
9938
10191
|
"setCurrentCampaign": [
|
|
9939
|
-
|
|
10192
|
+
96,
|
|
9940
10193
|
{
|
|
9941
10194
|
"input": [
|
|
9942
|
-
|
|
10195
|
+
437,
|
|
9943
10196
|
"SetCurrentCampaignDto!"
|
|
9944
10197
|
]
|
|
9945
10198
|
}
|
|
9946
10199
|
],
|
|
9947
10200
|
"deleteOnboardingAthlete": [
|
|
9948
|
-
|
|
10201
|
+
170
|
|
9949
10202
|
],
|
|
9950
10203
|
"updateOnboardingProgress": [
|
|
9951
|
-
|
|
10204
|
+
179,
|
|
9952
10205
|
{
|
|
9953
10206
|
"input": [
|
|
9954
|
-
|
|
10207
|
+
305,
|
|
9955
10208
|
"UpdateOnboardingProgressDto!"
|
|
9956
10209
|
]
|
|
9957
10210
|
}
|
|
@@ -9960,7 +10213,7 @@ exports.default = {
|
|
|
9960
10213
|
70,
|
|
9961
10214
|
{
|
|
9962
10215
|
"input": [
|
|
9963
|
-
|
|
10216
|
+
438,
|
|
9964
10217
|
"CreateSportDto!"
|
|
9965
10218
|
]
|
|
9966
10219
|
}
|
|
@@ -9969,7 +10222,7 @@ exports.default = {
|
|
|
9969
10222
|
70,
|
|
9970
10223
|
{
|
|
9971
10224
|
"input": [
|
|
9972
|
-
|
|
10225
|
+
439,
|
|
9973
10226
|
"UpdateSportDto!"
|
|
9974
10227
|
]
|
|
9975
10228
|
}
|
|
@@ -9978,7 +10231,7 @@ exports.default = {
|
|
|
9978
10231
|
73,
|
|
9979
10232
|
{
|
|
9980
10233
|
"input": [
|
|
9981
|
-
|
|
10234
|
+
440,
|
|
9982
10235
|
"CreateSportLevelDto!"
|
|
9983
10236
|
]
|
|
9984
10237
|
}
|
|
@@ -9987,7 +10240,7 @@ exports.default = {
|
|
|
9987
10240
|
60,
|
|
9988
10241
|
{
|
|
9989
10242
|
"input": [
|
|
9990
|
-
|
|
10243
|
+
442,
|
|
9991
10244
|
"CreateSponsorshipDto!"
|
|
9992
10245
|
]
|
|
9993
10246
|
}
|
|
@@ -9996,7 +10249,7 @@ exports.default = {
|
|
|
9996
10249
|
43,
|
|
9997
10250
|
{
|
|
9998
10251
|
"input": [
|
|
9999
|
-
|
|
10252
|
+
447,
|
|
10000
10253
|
"CreateCountryDto!"
|
|
10001
10254
|
]
|
|
10002
10255
|
}
|
|
@@ -10005,7 +10258,7 @@ exports.default = {
|
|
|
10005
10258
|
42,
|
|
10006
10259
|
{
|
|
10007
10260
|
"input": [
|
|
10008
|
-
|
|
10261
|
+
448,
|
|
10009
10262
|
"CreateStateDto!"
|
|
10010
10263
|
]
|
|
10011
10264
|
}
|
|
@@ -10014,7 +10267,7 @@ exports.default = {
|
|
|
10014
10267
|
41,
|
|
10015
10268
|
{
|
|
10016
10269
|
"input": [
|
|
10017
|
-
|
|
10270
|
+
449,
|
|
10018
10271
|
"CreateCityDto!"
|
|
10019
10272
|
]
|
|
10020
10273
|
}
|
|
@@ -10023,7 +10276,7 @@ exports.default = {
|
|
|
10023
10276
|
31,
|
|
10024
10277
|
{
|
|
10025
10278
|
"input": [
|
|
10026
|
-
|
|
10279
|
+
316,
|
|
10027
10280
|
"RegisterUserDto!"
|
|
10028
10281
|
]
|
|
10029
10282
|
}
|
|
@@ -10032,7 +10285,7 @@ exports.default = {
|
|
|
10032
10285
|
3,
|
|
10033
10286
|
{
|
|
10034
10287
|
"input": [
|
|
10035
|
-
|
|
10288
|
+
272,
|
|
10036
10289
|
"VerifyCodeDto!"
|
|
10037
10290
|
]
|
|
10038
10291
|
}
|
|
@@ -10041,7 +10294,7 @@ exports.default = {
|
|
|
10041
10294
|
0,
|
|
10042
10295
|
{
|
|
10043
10296
|
"input": [
|
|
10044
|
-
|
|
10297
|
+
272,
|
|
10045
10298
|
"VerifyCodeDto!"
|
|
10046
10299
|
]
|
|
10047
10300
|
}
|
|
@@ -10050,7 +10303,7 @@ exports.default = {
|
|
|
10050
10303
|
0,
|
|
10051
10304
|
{
|
|
10052
10305
|
"input": [
|
|
10053
|
-
|
|
10306
|
+
316,
|
|
10054
10307
|
"RegisterUserDto!"
|
|
10055
10308
|
]
|
|
10056
10309
|
}
|
|
@@ -10059,7 +10312,7 @@ exports.default = {
|
|
|
10059
10312
|
0,
|
|
10060
10313
|
{
|
|
10061
10314
|
"input": [
|
|
10062
|
-
|
|
10315
|
+
316,
|
|
10063
10316
|
"RegisterUserDto!"
|
|
10064
10317
|
]
|
|
10065
10318
|
}
|
|
@@ -10068,7 +10321,7 @@ exports.default = {
|
|
|
10068
10321
|
0,
|
|
10069
10322
|
{
|
|
10070
10323
|
"input": [
|
|
10071
|
-
|
|
10324
|
+
316,
|
|
10072
10325
|
"RegisterUserDto!"
|
|
10073
10326
|
]
|
|
10074
10327
|
}
|
|
@@ -10087,7 +10340,7 @@ exports.default = {
|
|
|
10087
10340
|
}
|
|
10088
10341
|
],
|
|
10089
10342
|
"createResetPasswordCode": [
|
|
10090
|
-
|
|
10343
|
+
155,
|
|
10091
10344
|
{
|
|
10092
10345
|
"input": [
|
|
10093
10346
|
1,
|
|
@@ -10096,16 +10349,16 @@ exports.default = {
|
|
|
10096
10349
|
}
|
|
10097
10350
|
],
|
|
10098
10351
|
"resetUserPassword": [
|
|
10099
|
-
|
|
10352
|
+
155,
|
|
10100
10353
|
{
|
|
10101
10354
|
"input": [
|
|
10102
|
-
|
|
10355
|
+
318,
|
|
10103
10356
|
"resetPasswordDto!"
|
|
10104
10357
|
]
|
|
10105
10358
|
}
|
|
10106
10359
|
],
|
|
10107
10360
|
"validateToken": [
|
|
10108
|
-
|
|
10361
|
+
188,
|
|
10109
10362
|
{
|
|
10110
10363
|
"input": [
|
|
10111
10364
|
1,
|
|
@@ -10114,49 +10367,58 @@ exports.default = {
|
|
|
10114
10367
|
}
|
|
10115
10368
|
],
|
|
10116
10369
|
"updateUserSuspendedStatus": [
|
|
10117
|
-
|
|
10370
|
+
155,
|
|
10118
10371
|
{
|
|
10119
10372
|
"input": [
|
|
10120
|
-
|
|
10373
|
+
319,
|
|
10121
10374
|
"UpdateUserSuspendedStatusDto!"
|
|
10122
10375
|
]
|
|
10123
10376
|
}
|
|
10124
10377
|
],
|
|
10125
10378
|
"deleteMyAccount": [
|
|
10126
|
-
|
|
10379
|
+
189
|
|
10127
10380
|
],
|
|
10128
10381
|
"deleteVtxUser": [
|
|
10129
|
-
|
|
10382
|
+
189,
|
|
10130
10383
|
{
|
|
10131
10384
|
"input": [
|
|
10132
|
-
|
|
10385
|
+
321,
|
|
10133
10386
|
"DeleteVtxUserDto!"
|
|
10134
10387
|
]
|
|
10135
10388
|
}
|
|
10136
10389
|
],
|
|
10137
10390
|
"addAdminUser": [
|
|
10138
|
-
|
|
10391
|
+
186,
|
|
10139
10392
|
{
|
|
10140
10393
|
"input": [
|
|
10141
|
-
|
|
10394
|
+
322,
|
|
10142
10395
|
"AdminEmailDto!"
|
|
10143
10396
|
]
|
|
10144
10397
|
}
|
|
10145
10398
|
],
|
|
10146
10399
|
"removeAdminUser": [
|
|
10147
|
-
|
|
10400
|
+
191,
|
|
10148
10401
|
{
|
|
10149
10402
|
"input": [
|
|
10150
|
-
|
|
10403
|
+
322,
|
|
10151
10404
|
"AdminEmailDto!"
|
|
10152
10405
|
]
|
|
10153
10406
|
}
|
|
10154
10407
|
],
|
|
10408
|
+
"setPreferredLocale": [
|
|
10409
|
+
1,
|
|
10410
|
+
{
|
|
10411
|
+
"locale": [
|
|
10412
|
+
1,
|
|
10413
|
+
"String!"
|
|
10414
|
+
]
|
|
10415
|
+
}
|
|
10416
|
+
],
|
|
10155
10417
|
"createSportsEvent": [
|
|
10156
10418
|
81,
|
|
10157
10419
|
{
|
|
10158
10420
|
"input": [
|
|
10159
|
-
|
|
10421
|
+
450,
|
|
10160
10422
|
"CreateSportEventDto!"
|
|
10161
10423
|
]
|
|
10162
10424
|
}
|
|
@@ -10165,13 +10427,13 @@ exports.default = {
|
|
|
10165
10427
|
81,
|
|
10166
10428
|
{
|
|
10167
10429
|
"input": [
|
|
10168
|
-
|
|
10430
|
+
326,
|
|
10169
10431
|
"UpdateSportEventDto!"
|
|
10170
10432
|
]
|
|
10171
10433
|
}
|
|
10172
10434
|
],
|
|
10173
10435
|
"deleteSportsEvent": [
|
|
10174
|
-
|
|
10436
|
+
155,
|
|
10175
10437
|
{
|
|
10176
10438
|
"eventId": [
|
|
10177
10439
|
1,
|
|
@@ -10180,55 +10442,55 @@ exports.default = {
|
|
|
10180
10442
|
}
|
|
10181
10443
|
],
|
|
10182
10444
|
"mergeSportsEvents": [
|
|
10183
|
-
|
|
10445
|
+
135,
|
|
10184
10446
|
{
|
|
10185
10447
|
"input": [
|
|
10186
|
-
|
|
10448
|
+
327,
|
|
10187
10449
|
"MergeSportsEventsDto!"
|
|
10188
10450
|
]
|
|
10189
10451
|
}
|
|
10190
10452
|
],
|
|
10191
10453
|
"setFundingStatus": [
|
|
10192
|
-
|
|
10454
|
+
96,
|
|
10193
10455
|
{
|
|
10194
10456
|
"input": [
|
|
10195
|
-
|
|
10457
|
+
337,
|
|
10196
10458
|
"SetFundingStatusDto!"
|
|
10197
10459
|
]
|
|
10198
10460
|
}
|
|
10199
10461
|
],
|
|
10200
10462
|
"createFundingCampaign": [
|
|
10201
|
-
|
|
10463
|
+
96,
|
|
10202
10464
|
{
|
|
10203
10465
|
"input": [
|
|
10204
|
-
|
|
10466
|
+
334,
|
|
10205
10467
|
"CreateFundingCampaignDto!"
|
|
10206
10468
|
]
|
|
10207
10469
|
}
|
|
10208
10470
|
],
|
|
10209
10471
|
"updateFundingCampaign": [
|
|
10210
|
-
|
|
10472
|
+
96,
|
|
10211
10473
|
{
|
|
10212
10474
|
"input": [
|
|
10213
|
-
|
|
10475
|
+
336,
|
|
10214
10476
|
"UpdateFundingCampaignDto!"
|
|
10215
10477
|
]
|
|
10216
10478
|
}
|
|
10217
10479
|
],
|
|
10218
10480
|
"deleteFundingCampaign": [
|
|
10219
|
-
|
|
10481
|
+
158,
|
|
10220
10482
|
{
|
|
10221
10483
|
"input": [
|
|
10222
|
-
|
|
10484
|
+
290,
|
|
10223
10485
|
"DeleteSingleValueDto!"
|
|
10224
10486
|
]
|
|
10225
10487
|
}
|
|
10226
10488
|
],
|
|
10227
10489
|
"deleteFundingCampaigns": [
|
|
10228
|
-
|
|
10490
|
+
157,
|
|
10229
10491
|
{
|
|
10230
10492
|
"input": [
|
|
10231
|
-
|
|
10493
|
+
297,
|
|
10232
10494
|
"DeleteValuesDto!"
|
|
10233
10495
|
]
|
|
10234
10496
|
}
|
|
@@ -10246,7 +10508,7 @@ exports.default = {
|
|
|
10246
10508
|
2,
|
|
10247
10509
|
{
|
|
10248
10510
|
"input": [
|
|
10249
|
-
|
|
10511
|
+
339,
|
|
10250
10512
|
"AddCompetitionBudgetDto!"
|
|
10251
10513
|
]
|
|
10252
10514
|
}
|
|
@@ -10255,7 +10517,7 @@ exports.default = {
|
|
|
10255
10517
|
2,
|
|
10256
10518
|
{
|
|
10257
10519
|
"input": [
|
|
10258
|
-
|
|
10520
|
+
340,
|
|
10259
10521
|
"EditCompetitionBudgetDto!"
|
|
10260
10522
|
]
|
|
10261
10523
|
}
|
|
@@ -10264,7 +10526,7 @@ exports.default = {
|
|
|
10264
10526
|
2,
|
|
10265
10527
|
{
|
|
10266
10528
|
"input": [
|
|
10267
|
-
|
|
10529
|
+
341,
|
|
10268
10530
|
"EditCampaignBudgetDto!"
|
|
10269
10531
|
]
|
|
10270
10532
|
}
|
|
@@ -10273,52 +10535,52 @@ exports.default = {
|
|
|
10273
10535
|
2,
|
|
10274
10536
|
{
|
|
10275
10537
|
"input": [
|
|
10276
|
-
|
|
10538
|
+
341,
|
|
10277
10539
|
"EditCampaignBudgetDto!"
|
|
10278
10540
|
]
|
|
10279
10541
|
}
|
|
10280
10542
|
],
|
|
10281
10543
|
"sendThankYou": [
|
|
10282
|
-
|
|
10544
|
+
196,
|
|
10283
10545
|
{
|
|
10284
10546
|
"input": [
|
|
10285
|
-
|
|
10547
|
+
451,
|
|
10286
10548
|
"SendThankYouDto!"
|
|
10287
10549
|
]
|
|
10288
10550
|
}
|
|
10289
10551
|
],
|
|
10290
10552
|
"updateThankYouTemplate": [
|
|
10291
|
-
|
|
10553
|
+
96,
|
|
10292
10554
|
{
|
|
10293
10555
|
"input": [
|
|
10294
|
-
|
|
10556
|
+
452,
|
|
10295
10557
|
"UpdateThankYouTemplateDto!"
|
|
10296
10558
|
]
|
|
10297
10559
|
}
|
|
10298
10560
|
],
|
|
10299
10561
|
"createMembershipOrganization": [
|
|
10300
|
-
|
|
10562
|
+
89,
|
|
10301
10563
|
{
|
|
10302
10564
|
"input": [
|
|
10303
|
-
|
|
10565
|
+
344,
|
|
10304
10566
|
"CreateMembershipOrganizationDto!"
|
|
10305
10567
|
]
|
|
10306
10568
|
}
|
|
10307
10569
|
],
|
|
10308
10570
|
"createAthleteMembershipAffilation": [
|
|
10309
|
-
|
|
10571
|
+
91,
|
|
10310
10572
|
{
|
|
10311
10573
|
"input": [
|
|
10312
|
-
|
|
10574
|
+
345,
|
|
10313
10575
|
"CreateAthleteMembershipDto!"
|
|
10314
10576
|
]
|
|
10315
10577
|
}
|
|
10316
10578
|
],
|
|
10317
10579
|
"deleteAthleteMembershipAffilation": [
|
|
10318
|
-
|
|
10580
|
+
158,
|
|
10319
10581
|
{
|
|
10320
10582
|
"input": [
|
|
10321
|
-
|
|
10583
|
+
290,
|
|
10322
10584
|
"DeleteSingleValueDto!"
|
|
10323
10585
|
]
|
|
10324
10586
|
}
|
|
@@ -10336,22 +10598,22 @@ exports.default = {
|
|
|
10336
10598
|
2
|
|
10337
10599
|
],
|
|
10338
10600
|
"createStripeAccount": [
|
|
10339
|
-
|
|
10601
|
+
104,
|
|
10340
10602
|
{
|
|
10341
10603
|
"input": [
|
|
10342
|
-
|
|
10604
|
+
453,
|
|
10343
10605
|
"CreateStripeAccountDto!"
|
|
10344
10606
|
]
|
|
10345
10607
|
}
|
|
10346
10608
|
],
|
|
10347
10609
|
"createAthleteStripeSession": [
|
|
10348
|
-
|
|
10610
|
+
113
|
|
10349
10611
|
],
|
|
10350
10612
|
"createStripeCheckoutSession": [
|
|
10351
|
-
|
|
10613
|
+
114,
|
|
10352
10614
|
{
|
|
10353
10615
|
"input": [
|
|
10354
|
-
|
|
10616
|
+
273,
|
|
10355
10617
|
"DonationCheckoutDto!"
|
|
10356
10618
|
]
|
|
10357
10619
|
}
|
|
@@ -10363,32 +10625,32 @@ exports.default = {
|
|
|
10363
10625
|
1
|
|
10364
10626
|
],
|
|
10365
10627
|
"registerMember": [
|
|
10366
|
-
|
|
10628
|
+
139,
|
|
10367
10629
|
{
|
|
10368
10630
|
"input": [
|
|
10369
|
-
|
|
10631
|
+
349,
|
|
10370
10632
|
"RegisterMemberDto!"
|
|
10371
10633
|
]
|
|
10372
10634
|
}
|
|
10373
10635
|
],
|
|
10374
10636
|
"createOffer": [
|
|
10375
|
-
|
|
10637
|
+
143,
|
|
10376
10638
|
{
|
|
10377
10639
|
"input": [
|
|
10378
|
-
|
|
10640
|
+
352,
|
|
10379
10641
|
"CreateOfferDto!"
|
|
10380
10642
|
]
|
|
10381
10643
|
}
|
|
10382
10644
|
],
|
|
10383
10645
|
"updateOffer": [
|
|
10384
|
-
|
|
10646
|
+
143,
|
|
10385
10647
|
{
|
|
10386
10648
|
"id": [
|
|
10387
10649
|
1,
|
|
10388
10650
|
"String!"
|
|
10389
10651
|
],
|
|
10390
10652
|
"input": [
|
|
10391
|
-
|
|
10653
|
+
352,
|
|
10392
10654
|
"CreateOfferDto!"
|
|
10393
10655
|
]
|
|
10394
10656
|
}
|
|
@@ -10403,7 +10665,7 @@ exports.default = {
|
|
|
10403
10665
|
}
|
|
10404
10666
|
],
|
|
10405
10667
|
"setOfferStatus": [
|
|
10406
|
-
|
|
10668
|
+
143,
|
|
10407
10669
|
{
|
|
10408
10670
|
"id": [
|
|
10409
10671
|
1,
|
|
@@ -10416,7 +10678,7 @@ exports.default = {
|
|
|
10416
10678
|
}
|
|
10417
10679
|
],
|
|
10418
10680
|
"activateOffer": [
|
|
10419
|
-
|
|
10681
|
+
143,
|
|
10420
10682
|
{
|
|
10421
10683
|
"id": [
|
|
10422
10684
|
1,
|
|
@@ -10425,7 +10687,7 @@ exports.default = {
|
|
|
10425
10687
|
}
|
|
10426
10688
|
],
|
|
10427
10689
|
"deactivateOffer": [
|
|
10428
|
-
|
|
10690
|
+
143,
|
|
10429
10691
|
{
|
|
10430
10692
|
"id": [
|
|
10431
10693
|
1,
|
|
@@ -10434,7 +10696,7 @@ exports.default = {
|
|
|
10434
10696
|
}
|
|
10435
10697
|
],
|
|
10436
10698
|
"claimOffer": [
|
|
10437
|
-
|
|
10699
|
+
147,
|
|
10438
10700
|
{
|
|
10439
10701
|
"offerId": [
|
|
10440
10702
|
1,
|
|
@@ -10460,7 +10722,7 @@ exports.default = {
|
|
|
10460
10722
|
}
|
|
10461
10723
|
],
|
|
10462
10724
|
"uploadCouponCodes": [
|
|
10463
|
-
|
|
10725
|
+
204,
|
|
10464
10726
|
{
|
|
10465
10727
|
"offerId": [
|
|
10466
10728
|
1,
|
|
@@ -10476,10 +10738,10 @@ exports.default = {
|
|
|
10476
10738
|
2
|
|
10477
10739
|
],
|
|
10478
10740
|
"markNotificationAsRead": [
|
|
10479
|
-
|
|
10741
|
+
232,
|
|
10480
10742
|
{
|
|
10481
10743
|
"input": [
|
|
10482
|
-
|
|
10744
|
+
372,
|
|
10483
10745
|
"MarkNotificationReadDto!"
|
|
10484
10746
|
]
|
|
10485
10747
|
}
|
|
@@ -10491,25 +10753,25 @@ exports.default = {
|
|
|
10491
10753
|
2,
|
|
10492
10754
|
{
|
|
10493
10755
|
"input": [
|
|
10494
|
-
|
|
10756
|
+
373,
|
|
10495
10757
|
"DismissNotificationDto!"
|
|
10496
10758
|
]
|
|
10497
10759
|
}
|
|
10498
10760
|
],
|
|
10499
10761
|
"updateNotificationPreferences": [
|
|
10500
|
-
|
|
10762
|
+
235,
|
|
10501
10763
|
{
|
|
10502
10764
|
"input": [
|
|
10503
|
-
|
|
10765
|
+
374,
|
|
10504
10766
|
"UpdateNotificationPreferenceDto!"
|
|
10505
10767
|
]
|
|
10506
10768
|
}
|
|
10507
10769
|
],
|
|
10508
10770
|
"registerDeviceToken": [
|
|
10509
|
-
|
|
10771
|
+
236,
|
|
10510
10772
|
{
|
|
10511
10773
|
"input": [
|
|
10512
|
-
|
|
10774
|
+
375,
|
|
10513
10775
|
"RegisterDeviceTokenDto!"
|
|
10514
10776
|
]
|
|
10515
10777
|
}
|
|
@@ -10518,7 +10780,7 @@ exports.default = {
|
|
|
10518
10780
|
2,
|
|
10519
10781
|
{
|
|
10520
10782
|
"input": [
|
|
10521
|
-
|
|
10783
|
+
376,
|
|
10522
10784
|
"UnregisterDeviceTokenDto!"
|
|
10523
10785
|
]
|
|
10524
10786
|
}
|
|
@@ -10527,7 +10789,7 @@ exports.default = {
|
|
|
10527
10789
|
2,
|
|
10528
10790
|
{
|
|
10529
10791
|
"input": [
|
|
10530
|
-
|
|
10792
|
+
377,
|
|
10531
10793
|
"FollowAthleteInput!"
|
|
10532
10794
|
]
|
|
10533
10795
|
}
|
|
@@ -10536,29 +10798,29 @@ exports.default = {
|
|
|
10536
10798
|
2,
|
|
10537
10799
|
{
|
|
10538
10800
|
"input": [
|
|
10539
|
-
|
|
10801
|
+
378,
|
|
10540
10802
|
"UnfollowAthleteInput!"
|
|
10541
10803
|
]
|
|
10542
10804
|
}
|
|
10543
10805
|
],
|
|
10544
10806
|
"createEmailCampaign": [
|
|
10545
|
-
|
|
10807
|
+
242,
|
|
10546
10808
|
{
|
|
10547
10809
|
"input": [
|
|
10548
|
-
|
|
10810
|
+
454,
|
|
10549
10811
|
"CreateEmailCampaignDto!"
|
|
10550
10812
|
]
|
|
10551
10813
|
}
|
|
10552
10814
|
],
|
|
10553
10815
|
"updateEmailCampaign": [
|
|
10554
|
-
|
|
10816
|
+
242,
|
|
10555
10817
|
{
|
|
10556
10818
|
"id": [
|
|
10557
10819
|
1,
|
|
10558
10820
|
"String!"
|
|
10559
10821
|
],
|
|
10560
10822
|
"input": [
|
|
10561
|
-
|
|
10823
|
+
455,
|
|
10562
10824
|
"UpdateEmailCampaignDto!"
|
|
10563
10825
|
]
|
|
10564
10826
|
}
|
|
@@ -10573,7 +10835,7 @@ exports.default = {
|
|
|
10573
10835
|
}
|
|
10574
10836
|
],
|
|
10575
10837
|
"cloneEmailCampaign": [
|
|
10576
|
-
|
|
10838
|
+
242,
|
|
10577
10839
|
{
|
|
10578
10840
|
"id": [
|
|
10579
10841
|
1,
|
|
@@ -10604,7 +10866,7 @@ exports.default = {
|
|
|
10604
10866
|
}
|
|
10605
10867
|
],
|
|
10606
10868
|
"scheduleEmailCampaign": [
|
|
10607
|
-
|
|
10869
|
+
242,
|
|
10608
10870
|
{
|
|
10609
10871
|
"campaignId": [
|
|
10610
10872
|
1,
|
|
@@ -10617,7 +10879,7 @@ exports.default = {
|
|
|
10617
10879
|
}
|
|
10618
10880
|
],
|
|
10619
10881
|
"cancelScheduledEmail": [
|
|
10620
|
-
|
|
10882
|
+
242,
|
|
10621
10883
|
{
|
|
10622
10884
|
"campaignId": [
|
|
10623
10885
|
1,
|
|
@@ -10626,23 +10888,23 @@ exports.default = {
|
|
|
10626
10888
|
}
|
|
10627
10889
|
],
|
|
10628
10890
|
"createEmailSegment": [
|
|
10629
|
-
|
|
10891
|
+
241,
|
|
10630
10892
|
{
|
|
10631
10893
|
"input": [
|
|
10632
|
-
|
|
10894
|
+
456,
|
|
10633
10895
|
"CreateEmailSegmentDto!"
|
|
10634
10896
|
]
|
|
10635
10897
|
}
|
|
10636
10898
|
],
|
|
10637
10899
|
"updateEmailSegment": [
|
|
10638
|
-
|
|
10900
|
+
241,
|
|
10639
10901
|
{
|
|
10640
10902
|
"id": [
|
|
10641
10903
|
1,
|
|
10642
10904
|
"String!"
|
|
10643
10905
|
],
|
|
10644
10906
|
"input": [
|
|
10645
|
-
|
|
10907
|
+
457,
|
|
10646
10908
|
"UpdateEmailSegmentDto!"
|
|
10647
10909
|
]
|
|
10648
10910
|
}
|
|
@@ -10656,20 +10918,29 @@ exports.default = {
|
|
|
10656
10918
|
]
|
|
10657
10919
|
}
|
|
10658
10920
|
],
|
|
10921
|
+
"sendPushCampaign": [
|
|
10922
|
+
247,
|
|
10923
|
+
{
|
|
10924
|
+
"input": [
|
|
10925
|
+
383,
|
|
10926
|
+
"SendPushCampaignInput!"
|
|
10927
|
+
]
|
|
10928
|
+
}
|
|
10929
|
+
],
|
|
10659
10930
|
"sendAiCoachMessage": [
|
|
10660
|
-
|
|
10931
|
+
248,
|
|
10661
10932
|
{
|
|
10662
10933
|
"input": [
|
|
10663
|
-
|
|
10934
|
+
385,
|
|
10664
10935
|
"SendChatMessageDto!"
|
|
10665
10936
|
]
|
|
10666
10937
|
}
|
|
10667
10938
|
],
|
|
10668
10939
|
"updateAiCoachConfig": [
|
|
10669
|
-
|
|
10940
|
+
250,
|
|
10670
10941
|
{
|
|
10671
10942
|
"input": [
|
|
10672
|
-
|
|
10943
|
+
386,
|
|
10673
10944
|
"UpdateAiCoachConfigDto!"
|
|
10674
10945
|
]
|
|
10675
10946
|
}
|
|
@@ -10687,7 +10958,7 @@ exports.default = {
|
|
|
10687
10958
|
79,
|
|
10688
10959
|
{
|
|
10689
10960
|
"input": [
|
|
10690
|
-
|
|
10961
|
+
388,
|
|
10691
10962
|
"CreateTeamInput!"
|
|
10692
10963
|
]
|
|
10693
10964
|
}
|
|
@@ -10696,7 +10967,7 @@ exports.default = {
|
|
|
10696
10967
|
79,
|
|
10697
10968
|
{
|
|
10698
10969
|
"input": [
|
|
10699
|
-
|
|
10970
|
+
389,
|
|
10700
10971
|
"UpdateTeamInput!"
|
|
10701
10972
|
]
|
|
10702
10973
|
}
|
|
@@ -10705,7 +10976,7 @@ exports.default = {
|
|
|
10705
10976
|
77,
|
|
10706
10977
|
{
|
|
10707
10978
|
"input": [
|
|
10708
|
-
|
|
10979
|
+
390,
|
|
10709
10980
|
"JoinTeamInput!"
|
|
10710
10981
|
]
|
|
10711
10982
|
}
|
|
@@ -10740,7 +11011,7 @@ exports.default = {
|
|
|
10740
11011
|
77,
|
|
10741
11012
|
{
|
|
10742
11013
|
"input": [
|
|
10743
|
-
|
|
11014
|
+
391,
|
|
10744
11015
|
"ManageTeamMemberInput!"
|
|
10745
11016
|
]
|
|
10746
11017
|
}
|
|
@@ -10791,34 +11062,34 @@ exports.default = {
|
|
|
10791
11062
|
}
|
|
10792
11063
|
],
|
|
10793
11064
|
"createClub": [
|
|
10794
|
-
|
|
11065
|
+
182,
|
|
10795
11066
|
{
|
|
10796
11067
|
"input": [
|
|
10797
|
-
|
|
11068
|
+
392,
|
|
10798
11069
|
"CreateClubInput!"
|
|
10799
11070
|
]
|
|
10800
11071
|
}
|
|
10801
11072
|
],
|
|
10802
11073
|
"updateClub": [
|
|
10803
|
-
|
|
11074
|
+
182,
|
|
10804
11075
|
{
|
|
10805
11076
|
"input": [
|
|
10806
|
-
|
|
11077
|
+
393,
|
|
10807
11078
|
"UpdateClubInput!"
|
|
10808
11079
|
]
|
|
10809
11080
|
}
|
|
10810
11081
|
],
|
|
10811
11082
|
"joinClub": [
|
|
10812
|
-
|
|
11083
|
+
185,
|
|
10813
11084
|
{
|
|
10814
11085
|
"input": [
|
|
10815
|
-
|
|
11086
|
+
394,
|
|
10816
11087
|
"JoinClubInput!"
|
|
10817
11088
|
]
|
|
10818
11089
|
}
|
|
10819
11090
|
],
|
|
10820
11091
|
"leaveClub": [
|
|
10821
|
-
|
|
11092
|
+
185,
|
|
10822
11093
|
{
|
|
10823
11094
|
"clubId": [
|
|
10824
11095
|
1,
|
|
@@ -10827,7 +11098,7 @@ exports.default = {
|
|
|
10827
11098
|
}
|
|
10828
11099
|
],
|
|
10829
11100
|
"inviteToClub": [
|
|
10830
|
-
|
|
11101
|
+
185,
|
|
10831
11102
|
{
|
|
10832
11103
|
"clubId": [
|
|
10833
11104
|
1,
|
|
@@ -10840,16 +11111,16 @@ exports.default = {
|
|
|
10840
11111
|
}
|
|
10841
11112
|
],
|
|
10842
11113
|
"manageClubMember": [
|
|
10843
|
-
|
|
11114
|
+
185,
|
|
10844
11115
|
{
|
|
10845
11116
|
"input": [
|
|
10846
|
-
|
|
11117
|
+
395,
|
|
10847
11118
|
"ManageClubMemberInput!"
|
|
10848
11119
|
]
|
|
10849
11120
|
}
|
|
10850
11121
|
],
|
|
10851
11122
|
"approveClub": [
|
|
10852
|
-
|
|
11123
|
+
182,
|
|
10853
11124
|
{
|
|
10854
11125
|
"clubId": [
|
|
10855
11126
|
1,
|
|
@@ -10902,6 +11173,15 @@ exports.default = {
|
|
|
10902
11173
|
]
|
|
10903
11174
|
}
|
|
10904
11175
|
],
|
|
11176
|
+
"trackUsageEvents": [
|
|
11177
|
+
260,
|
|
11178
|
+
{
|
|
11179
|
+
"events": [
|
|
11180
|
+
458,
|
|
11181
|
+
"[UsageEventInput!]!"
|
|
11182
|
+
]
|
|
11183
|
+
}
|
|
11184
|
+
],
|
|
10905
11185
|
"__typename": [
|
|
10906
11186
|
1
|
|
10907
11187
|
]
|
|
@@ -11111,10 +11391,10 @@ exports.default = {
|
|
|
11111
11391
|
1
|
|
11112
11392
|
],
|
|
11113
11393
|
"profilePicture": [
|
|
11114
|
-
|
|
11394
|
+
275
|
|
11115
11395
|
],
|
|
11116
11396
|
"cardPicture": [
|
|
11117
|
-
|
|
11397
|
+
275
|
|
11118
11398
|
],
|
|
11119
11399
|
"__typename": [
|
|
11120
11400
|
1
|
|
@@ -11133,7 +11413,7 @@ exports.default = {
|
|
|
11133
11413
|
},
|
|
11134
11414
|
"EditDisplayIndexDto": {
|
|
11135
11415
|
"updates": [
|
|
11136
|
-
|
|
11416
|
+
436
|
|
11137
11417
|
],
|
|
11138
11418
|
"__typename": [
|
|
11139
11419
|
1
|
|
@@ -11197,7 +11477,7 @@ exports.default = {
|
|
|
11197
11477
|
18
|
|
11198
11478
|
],
|
|
11199
11479
|
"translations": [
|
|
11200
|
-
|
|
11480
|
+
441
|
|
11201
11481
|
],
|
|
11202
11482
|
"__typename": [
|
|
11203
11483
|
1
|
|
@@ -11231,10 +11511,10 @@ exports.default = {
|
|
|
11231
11511
|
18
|
|
11232
11512
|
],
|
|
11233
11513
|
"banner": [
|
|
11234
|
-
|
|
11514
|
+
275
|
|
11235
11515
|
],
|
|
11236
11516
|
"criteria": [
|
|
11237
|
-
|
|
11517
|
+
353
|
|
11238
11518
|
],
|
|
11239
11519
|
"deadline": [
|
|
11240
11520
|
14
|
|
@@ -11243,13 +11523,13 @@ exports.default = {
|
|
|
11243
11523
|
14
|
|
11244
11524
|
],
|
|
11245
11525
|
"duration": [
|
|
11246
|
-
|
|
11526
|
+
443
|
|
11247
11527
|
],
|
|
11248
11528
|
"sponsorshipItems": [
|
|
11249
|
-
|
|
11529
|
+
444
|
|
11250
11530
|
],
|
|
11251
11531
|
"commitments": [
|
|
11252
|
-
|
|
11532
|
+
445
|
|
11253
11533
|
],
|
|
11254
11534
|
"terms": [
|
|
11255
11535
|
1
|
|
@@ -11261,7 +11541,7 @@ exports.default = {
|
|
|
11261
11541
|
2
|
|
11262
11542
|
],
|
|
11263
11543
|
"translations": [
|
|
11264
|
-
|
|
11544
|
+
446
|
|
11265
11545
|
],
|
|
11266
11546
|
"__typename": [
|
|
11267
11547
|
1
|
|
@@ -11338,7 +11618,7 @@ exports.default = {
|
|
|
11338
11618
|
1
|
|
11339
11619
|
],
|
|
11340
11620
|
"banner": [
|
|
11341
|
-
|
|
11621
|
+
275
|
|
11342
11622
|
],
|
|
11343
11623
|
"terms": [
|
|
11344
11624
|
1
|
|
@@ -11445,7 +11725,7 @@ exports.default = {
|
|
|
11445
11725
|
1
|
|
11446
11726
|
],
|
|
11447
11727
|
"banner": [
|
|
11448
|
-
|
|
11728
|
+
275
|
|
11449
11729
|
],
|
|
11450
11730
|
"eventLevel": [
|
|
11451
11731
|
1
|
|
@@ -11513,7 +11793,7 @@ exports.default = {
|
|
|
11513
11793
|
1
|
|
11514
11794
|
],
|
|
11515
11795
|
"audienceFilters": [
|
|
11516
|
-
|
|
11796
|
+
384
|
|
11517
11797
|
],
|
|
11518
11798
|
"segmentId": [
|
|
11519
11799
|
1
|
|
@@ -11539,7 +11819,7 @@ exports.default = {
|
|
|
11539
11819
|
1
|
|
11540
11820
|
],
|
|
11541
11821
|
"audienceFilters": [
|
|
11542
|
-
|
|
11822
|
+
384
|
|
11543
11823
|
],
|
|
11544
11824
|
"segmentId": [
|
|
11545
11825
|
1
|
|
@@ -11556,7 +11836,7 @@ exports.default = {
|
|
|
11556
11836
|
1
|
|
11557
11837
|
],
|
|
11558
11838
|
"filters": [
|
|
11559
|
-
|
|
11839
|
+
384
|
|
11560
11840
|
],
|
|
11561
11841
|
"__typename": [
|
|
11562
11842
|
1
|
|
@@ -11567,7 +11847,39 @@ exports.default = {
|
|
|
11567
11847
|
1
|
|
11568
11848
|
],
|
|
11569
11849
|
"filters": [
|
|
11570
|
-
|
|
11850
|
+
384
|
|
11851
|
+
],
|
|
11852
|
+
"__typename": [
|
|
11853
|
+
1
|
|
11854
|
+
]
|
|
11855
|
+
},
|
|
11856
|
+
"UsageEventInput": {
|
|
11857
|
+
"eventName": [
|
|
11858
|
+
1
|
|
11859
|
+
],
|
|
11860
|
+
"anonymousId": [
|
|
11861
|
+
1
|
|
11862
|
+
],
|
|
11863
|
+
"sessionId": [
|
|
11864
|
+
1
|
|
11865
|
+
],
|
|
11866
|
+
"platform": [
|
|
11867
|
+
1
|
|
11868
|
+
],
|
|
11869
|
+
"properties": [
|
|
11870
|
+
183
|
|
11871
|
+
],
|
|
11872
|
+
"appVersion": [
|
|
11873
|
+
1
|
|
11874
|
+
],
|
|
11875
|
+
"route": [
|
|
11876
|
+
1
|
|
11877
|
+
],
|
|
11878
|
+
"referrer": [
|
|
11879
|
+
1
|
|
11880
|
+
],
|
|
11881
|
+
"userAgent": [
|
|
11882
|
+
1
|
|
11571
11883
|
],
|
|
11572
11884
|
"__typename": [
|
|
11573
11885
|
1
|