@vertikalx/vtx-backend-client 3.0.0-dev.32 → 3.0.0-dev.34
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/LICENSE.md +0 -0
- package/package.json +1 -1
- package/src/api/vtx-base-api.d.ts +80 -2
- package/src/api/vtx-base-api.js +1387 -25
- package/src/api/vtx-base-api.js.map +1 -1
- package/src/client/schema.d.ts +820 -32
- package/src/client/schema.js +171 -17
- package/src/client/schema.js.map +1 -1
- package/src/client/types.d.ts +449 -12
- package/src/client/types.js +1531 -386
- package/src/client/types.js.map +1 -1
- package/tsconfig.lib.tsbuildinfo +1 -1
package/src/client/types.js
CHANGED
|
@@ -8,20 +8,21 @@ exports.default = {
|
|
|
8
8
|
18,
|
|
9
9
|
51,
|
|
10
10
|
103,
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
11
|
+
125,
|
|
12
|
+
126,
|
|
13
|
+
142,
|
|
14
14
|
153,
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
15
|
+
168,
|
|
16
|
+
186,
|
|
17
|
+
209,
|
|
18
|
+
212,
|
|
19
|
+
213,
|
|
20
|
+
214,
|
|
21
|
+
219,
|
|
22
|
+
327,
|
|
23
|
+
348,
|
|
24
|
+
349,
|
|
25
|
+
350
|
|
25
26
|
],
|
|
26
27
|
"types": {
|
|
27
28
|
"User": {
|
|
@@ -2150,6 +2151,9 @@ exports.default = {
|
|
|
2150
2151
|
"title": [
|
|
2151
2152
|
1
|
|
2152
2153
|
],
|
|
2154
|
+
"slug": [
|
|
2155
|
+
1
|
|
2156
|
+
],
|
|
2153
2157
|
"motivation": [
|
|
2154
2158
|
1
|
|
2155
2159
|
],
|
|
@@ -2186,6 +2190,9 @@ exports.default = {
|
|
|
2186
2190
|
"video": [
|
|
2187
2191
|
89
|
|
2188
2192
|
],
|
|
2193
|
+
"coverImage": [
|
|
2194
|
+
27
|
|
2195
|
+
],
|
|
2189
2196
|
"__typename": [
|
|
2190
2197
|
1
|
|
2191
2198
|
]
|
|
@@ -2605,6 +2612,12 @@ exports.default = {
|
|
|
2605
2612
|
"suspended": [
|
|
2606
2613
|
2
|
|
2607
2614
|
],
|
|
2615
|
+
"onboardingComplete": [
|
|
2616
|
+
2
|
|
2617
|
+
],
|
|
2618
|
+
"onboardingStep": [
|
|
2619
|
+
18
|
|
2620
|
+
],
|
|
2608
2621
|
"__typename": [
|
|
2609
2622
|
1
|
|
2610
2623
|
]
|
|
@@ -2685,6 +2698,12 @@ exports.default = {
|
|
|
2685
2698
|
"suspended": [
|
|
2686
2699
|
2
|
|
2687
2700
|
],
|
|
2701
|
+
"onboardingComplete": [
|
|
2702
|
+
2
|
|
2703
|
+
],
|
|
2704
|
+
"onboardingStep": [
|
|
2705
|
+
18
|
|
2706
|
+
],
|
|
2688
2707
|
"allSports": [
|
|
2689
2708
|
68
|
|
2690
2709
|
],
|
|
@@ -2787,7 +2806,7 @@ exports.default = {
|
|
|
2787
2806
|
90
|
|
2788
2807
|
],
|
|
2789
2808
|
"mode": [
|
|
2790
|
-
|
|
2809
|
+
348
|
|
2791
2810
|
],
|
|
2792
2811
|
"athleteId": [
|
|
2793
2812
|
1
|
|
@@ -3109,34 +3128,6 @@ exports.default = {
|
|
|
3109
3128
|
1
|
|
3110
3129
|
]
|
|
3111
3130
|
},
|
|
3112
|
-
"ErrorType": {
|
|
3113
|
-
"code": [
|
|
3114
|
-
18
|
|
3115
|
-
],
|
|
3116
|
-
"message": [
|
|
3117
|
-
1
|
|
3118
|
-
],
|
|
3119
|
-
"__typename": [
|
|
3120
|
-
1
|
|
3121
|
-
]
|
|
3122
|
-
},
|
|
3123
|
-
"DeleteValuesResponse": {
|
|
3124
|
-
"deleted": [
|
|
3125
|
-
1
|
|
3126
|
-
],
|
|
3127
|
-
"failedToDelete": [
|
|
3128
|
-
1
|
|
3129
|
-
],
|
|
3130
|
-
"failureReason": [
|
|
3131
|
-
119
|
|
3132
|
-
],
|
|
3133
|
-
"result": [
|
|
3134
|
-
1
|
|
3135
|
-
],
|
|
3136
|
-
"__typename": [
|
|
3137
|
-
1
|
|
3138
|
-
]
|
|
3139
|
-
},
|
|
3140
3131
|
"BudgetItemReference": {
|
|
3141
3132
|
"_id": [
|
|
3142
3133
|
1
|
|
@@ -3165,7 +3156,7 @@ exports.default = {
|
|
|
3165
3156
|
1
|
|
3166
3157
|
],
|
|
3167
3158
|
"items": [
|
|
3168
|
-
|
|
3159
|
+
119
|
|
3169
3160
|
],
|
|
3170
3161
|
"totalAmount": [
|
|
3171
3162
|
18
|
|
@@ -3182,7 +3173,7 @@ exports.default = {
|
|
|
3182
3173
|
1
|
|
3183
3174
|
],
|
|
3184
3175
|
"budget": [
|
|
3185
|
-
|
|
3176
|
+
120
|
|
3186
3177
|
],
|
|
3187
3178
|
"__typename": [
|
|
3188
3179
|
1
|
|
@@ -3231,7 +3222,7 @@ exports.default = {
|
|
|
3231
3222
|
1
|
|
3232
3223
|
],
|
|
3233
3224
|
"items": [
|
|
3234
|
-
|
|
3225
|
+
119
|
|
3235
3226
|
],
|
|
3236
3227
|
"__typename": [
|
|
3237
3228
|
1
|
|
@@ -3266,16 +3257,16 @@ exports.default = {
|
|
|
3266
3257
|
18
|
|
3267
3258
|
],
|
|
3268
3259
|
"status": [
|
|
3269
|
-
|
|
3260
|
+
125
|
|
3270
3261
|
],
|
|
3271
3262
|
"budgetMode": [
|
|
3272
|
-
|
|
3263
|
+
126
|
|
3273
3264
|
],
|
|
3274
3265
|
"items": [
|
|
3275
|
-
|
|
3266
|
+
119
|
|
3276
3267
|
],
|
|
3277
3268
|
"competitionBudgets": [
|
|
3278
|
-
|
|
3269
|
+
121
|
|
3279
3270
|
],
|
|
3280
3271
|
"__typename": [
|
|
3281
3272
|
1
|
|
@@ -3285,10 +3276,10 @@ exports.default = {
|
|
|
3285
3276
|
"FundingMode": {},
|
|
3286
3277
|
"BudgetData": {
|
|
3287
3278
|
"competitions": [
|
|
3288
|
-
|
|
3279
|
+
123
|
|
3289
3280
|
],
|
|
3290
3281
|
"campaigns": [
|
|
3291
|
-
|
|
3282
|
+
124
|
|
3292
3283
|
],
|
|
3293
3284
|
"__typename": [
|
|
3294
3285
|
1
|
|
@@ -3391,7 +3382,7 @@ exports.default = {
|
|
|
3391
3382
|
27
|
|
3392
3383
|
],
|
|
3393
3384
|
"donations": [
|
|
3394
|
-
|
|
3385
|
+
131
|
|
3395
3386
|
],
|
|
3396
3387
|
"__typename": [
|
|
3397
3388
|
1
|
|
@@ -3420,7 +3411,7 @@ exports.default = {
|
|
|
3420
3411
|
101
|
|
3421
3412
|
],
|
|
3422
3413
|
"member": [
|
|
3423
|
-
|
|
3414
|
+
132
|
|
3424
3415
|
],
|
|
3425
3416
|
"suspended": [
|
|
3426
3417
|
2
|
|
@@ -3493,7 +3484,7 @@ exports.default = {
|
|
|
3493
3484
|
1
|
|
3494
3485
|
],
|
|
3495
3486
|
"fundingDetails": [
|
|
3496
|
-
|
|
3487
|
+
134
|
|
3497
3488
|
],
|
|
3498
3489
|
"__typename": [
|
|
3499
3490
|
1
|
|
@@ -3729,7 +3720,7 @@ exports.default = {
|
|
|
3729
3720
|
2
|
|
3730
3721
|
],
|
|
3731
3722
|
"couponCodes": [
|
|
3732
|
-
|
|
3723
|
+
138
|
|
3733
3724
|
],
|
|
3734
3725
|
"__typename": [
|
|
3735
3726
|
1
|
|
@@ -3740,7 +3731,7 @@ exports.default = {
|
|
|
3740
3731
|
1
|
|
3741
3732
|
],
|
|
3742
3733
|
"offer": [
|
|
3743
|
-
|
|
3734
|
+
136
|
|
3744
3735
|
],
|
|
3745
3736
|
"athlete": [
|
|
3746
3737
|
101
|
|
@@ -3757,7 +3748,7 @@ exports.default = {
|
|
|
3757
3748
|
},
|
|
3758
3749
|
"EligibilityResult": {
|
|
3759
3750
|
"status": [
|
|
3760
|
-
|
|
3751
|
+
142
|
|
3761
3752
|
],
|
|
3762
3753
|
"failedCriteria": [
|
|
3763
3754
|
1
|
|
@@ -3867,7 +3858,7 @@ exports.default = {
|
|
|
3867
3858
|
2
|
|
3868
3859
|
],
|
|
3869
3860
|
"eligibility": [
|
|
3870
|
-
|
|
3861
|
+
141
|
|
3871
3862
|
],
|
|
3872
3863
|
"__typename": [
|
|
3873
3864
|
1
|
|
@@ -3875,10 +3866,10 @@ exports.default = {
|
|
|
3875
3866
|
},
|
|
3876
3867
|
"PaginatedOffersWithEligibility": {
|
|
3877
3868
|
"items": [
|
|
3878
|
-
|
|
3869
|
+
144
|
|
3879
3870
|
],
|
|
3880
3871
|
"pagination": [
|
|
3881
|
-
|
|
3872
|
+
143
|
|
3882
3873
|
],
|
|
3883
3874
|
"__typename": [
|
|
3884
3875
|
1
|
|
@@ -3889,7 +3880,7 @@ exports.default = {
|
|
|
3889
3880
|
63
|
|
3890
3881
|
],
|
|
3891
3882
|
"pagination": [
|
|
3892
|
-
|
|
3883
|
+
143
|
|
3893
3884
|
],
|
|
3894
3885
|
"__typename": [
|
|
3895
3886
|
1
|
|
@@ -3900,7 +3891,7 @@ exports.default = {
|
|
|
3900
3891
|
59
|
|
3901
3892
|
],
|
|
3902
3893
|
"pagination": [
|
|
3903
|
-
|
|
3894
|
+
143
|
|
3904
3895
|
],
|
|
3905
3896
|
"__typename": [
|
|
3906
3897
|
1
|
|
@@ -3923,6 +3914,34 @@ exports.default = {
|
|
|
3923
3914
|
1
|
|
3924
3915
|
]
|
|
3925
3916
|
},
|
|
3917
|
+
"ErrorType": {
|
|
3918
|
+
"code": [
|
|
3919
|
+
18
|
|
3920
|
+
],
|
|
3921
|
+
"message": [
|
|
3922
|
+
1
|
|
3923
|
+
],
|
|
3924
|
+
"__typename": [
|
|
3925
|
+
1
|
|
3926
|
+
]
|
|
3927
|
+
},
|
|
3928
|
+
"DeleteValuesResponse": {
|
|
3929
|
+
"deleted": [
|
|
3930
|
+
1
|
|
3931
|
+
],
|
|
3932
|
+
"failedToDelete": [
|
|
3933
|
+
1
|
|
3934
|
+
],
|
|
3935
|
+
"failureReason": [
|
|
3936
|
+
149
|
|
3937
|
+
],
|
|
3938
|
+
"result": [
|
|
3939
|
+
1
|
|
3940
|
+
],
|
|
3941
|
+
"__typename": [
|
|
3942
|
+
1
|
|
3943
|
+
]
|
|
3944
|
+
},
|
|
3926
3945
|
"DeleteSingleValueResponse": {
|
|
3927
3946
|
"idToDelete": [
|
|
3928
3947
|
1
|
|
@@ -3931,7 +3950,7 @@ exports.default = {
|
|
|
3931
3950
|
2
|
|
3932
3951
|
],
|
|
3933
3952
|
"failureReason": [
|
|
3934
|
-
|
|
3953
|
+
149
|
|
3935
3954
|
],
|
|
3936
3955
|
"__typename": [
|
|
3937
3956
|
1
|
|
@@ -3949,6 +3968,29 @@ exports.default = {
|
|
|
3949
3968
|
]
|
|
3950
3969
|
},
|
|
3951
3970
|
"ForceScoreRefreshStatus": {},
|
|
3971
|
+
"RefreshDiagnostics": {
|
|
3972
|
+
"activitiesDeleted": [
|
|
3973
|
+
51
|
|
3974
|
+
],
|
|
3975
|
+
"activitiesFetched": [
|
|
3976
|
+
51
|
|
3977
|
+
],
|
|
3978
|
+
"activitiesDateRange": [
|
|
3979
|
+
1
|
|
3980
|
+
],
|
|
3981
|
+
"activityRefsSaved": [
|
|
3982
|
+
51
|
|
3983
|
+
],
|
|
3984
|
+
"historicalDatesProcessed": [
|
|
3985
|
+
51
|
|
3986
|
+
],
|
|
3987
|
+
"historicalRebuildStatus": [
|
|
3988
|
+
1
|
|
3989
|
+
],
|
|
3990
|
+
"__typename": [
|
|
3991
|
+
1
|
|
3992
|
+
]
|
|
3993
|
+
},
|
|
3952
3994
|
"ForceScoreRefreshResult": {
|
|
3953
3995
|
"athleteId": [
|
|
3954
3996
|
1
|
|
@@ -3971,13 +4013,16 @@ exports.default = {
|
|
|
3971
4013
|
"api": [
|
|
3972
4014
|
152
|
|
3973
4015
|
],
|
|
4016
|
+
"diagnostics": [
|
|
4017
|
+
154
|
|
4018
|
+
],
|
|
3974
4019
|
"__typename": [
|
|
3975
4020
|
1
|
|
3976
4021
|
]
|
|
3977
4022
|
},
|
|
3978
4023
|
"ForceScoreRefreshResponse": {
|
|
3979
4024
|
"results": [
|
|
3980
|
-
|
|
4025
|
+
155
|
|
3981
4026
|
],
|
|
3982
4027
|
"successCount": [
|
|
3983
4028
|
18
|
|
@@ -4005,7 +4050,7 @@ exports.default = {
|
|
|
4005
4050
|
},
|
|
4006
4051
|
"CursorPaginationResponse": {
|
|
4007
4052
|
"sort": [
|
|
4008
|
-
|
|
4053
|
+
157
|
|
4009
4054
|
],
|
|
4010
4055
|
"initialCursorId": [
|
|
4011
4056
|
1
|
|
@@ -4037,7 +4082,7 @@ exports.default = {
|
|
|
4037
4082
|
101
|
|
4038
4083
|
],
|
|
4039
4084
|
"cursor": [
|
|
4040
|
-
|
|
4085
|
+
158
|
|
4041
4086
|
],
|
|
4042
4087
|
"__typename": [
|
|
4043
4088
|
1
|
|
@@ -4068,7 +4113,7 @@ exports.default = {
|
|
|
4068
4113
|
1
|
|
4069
4114
|
],
|
|
4070
4115
|
"failureReason": [
|
|
4071
|
-
|
|
4116
|
+
149
|
|
4072
4117
|
],
|
|
4073
4118
|
"result": [
|
|
4074
4119
|
1
|
|
@@ -4085,6 +4130,20 @@ exports.default = {
|
|
|
4085
4130
|
1
|
|
4086
4131
|
]
|
|
4087
4132
|
},
|
|
4133
|
+
"DeleteOnboardingAthleteResponse": {
|
|
4134
|
+
"success": [
|
|
4135
|
+
2
|
|
4136
|
+
],
|
|
4137
|
+
"athleteId": [
|
|
4138
|
+
1
|
|
4139
|
+
],
|
|
4140
|
+
"error": [
|
|
4141
|
+
1
|
|
4142
|
+
],
|
|
4143
|
+
"__typename": [
|
|
4144
|
+
1
|
|
4145
|
+
]
|
|
4146
|
+
},
|
|
4088
4147
|
"CompetitionDeleteVerificationReason": {
|
|
4089
4148
|
"code": [
|
|
4090
4149
|
1
|
|
@@ -4101,7 +4160,7 @@ exports.default = {
|
|
|
4101
4160
|
},
|
|
4102
4161
|
"CompetitionDeleteVerificationResponse": {
|
|
4103
4162
|
"reasons": [
|
|
4104
|
-
|
|
4163
|
+
164
|
|
4105
4164
|
],
|
|
4106
4165
|
"__typename": [
|
|
4107
4166
|
1
|
|
@@ -4147,13 +4206,39 @@ exports.default = {
|
|
|
4147
4206
|
1
|
|
4148
4207
|
],
|
|
4149
4208
|
"json": [
|
|
4150
|
-
|
|
4209
|
+
168
|
|
4151
4210
|
],
|
|
4152
4211
|
"__typename": [
|
|
4153
4212
|
1
|
|
4154
4213
|
]
|
|
4155
4214
|
},
|
|
4156
4215
|
"JSONObject": {},
|
|
4216
|
+
"BrowseCampaignsResult": {
|
|
4217
|
+
"campaigns": [
|
|
4218
|
+
90
|
|
4219
|
+
],
|
|
4220
|
+
"featuredPopular": [
|
|
4221
|
+
90
|
|
4222
|
+
],
|
|
4223
|
+
"featuredEndingSoon": [
|
|
4224
|
+
90
|
|
4225
|
+
],
|
|
4226
|
+
"total": [
|
|
4227
|
+
51
|
|
4228
|
+
],
|
|
4229
|
+
"page": [
|
|
4230
|
+
51
|
|
4231
|
+
],
|
|
4232
|
+
"limit": [
|
|
4233
|
+
51
|
|
4234
|
+
],
|
|
4235
|
+
"hasMore": [
|
|
4236
|
+
2
|
|
4237
|
+
],
|
|
4238
|
+
"__typename": [
|
|
4239
|
+
1
|
|
4240
|
+
]
|
|
4241
|
+
},
|
|
4157
4242
|
"ScoreRefreshCapability": {
|
|
4158
4243
|
"athleteId": [
|
|
4159
4244
|
1
|
|
@@ -4185,7 +4270,44 @@ exports.default = {
|
|
|
4185
4270
|
},
|
|
4186
4271
|
"CheckScoreRefreshCapabilityResponse": {
|
|
4187
4272
|
"capabilities": [
|
|
4188
|
-
|
|
4273
|
+
170
|
|
4274
|
+
],
|
|
4275
|
+
"__typename": [
|
|
4276
|
+
1
|
|
4277
|
+
]
|
|
4278
|
+
},
|
|
4279
|
+
"OnboardingProgressResponse": {
|
|
4280
|
+
"success": [
|
|
4281
|
+
2
|
|
4282
|
+
],
|
|
4283
|
+
"step": [
|
|
4284
|
+
51
|
|
4285
|
+
],
|
|
4286
|
+
"complete": [
|
|
4287
|
+
2
|
|
4288
|
+
],
|
|
4289
|
+
"athleteId": [
|
|
4290
|
+
1
|
|
4291
|
+
],
|
|
4292
|
+
"error": [
|
|
4293
|
+
1
|
|
4294
|
+
],
|
|
4295
|
+
"__typename": [
|
|
4296
|
+
1
|
|
4297
|
+
]
|
|
4298
|
+
},
|
|
4299
|
+
"PublicIntegrationStatus": {
|
|
4300
|
+
"hasStravaIntegration": [
|
|
4301
|
+
2
|
|
4302
|
+
],
|
|
4303
|
+
"stravaAthleteId": [
|
|
4304
|
+
1
|
|
4305
|
+
],
|
|
4306
|
+
"hasInstagramIntegration": [
|
|
4307
|
+
2
|
|
4308
|
+
],
|
|
4309
|
+
"instagramUsername": [
|
|
4310
|
+
1
|
|
4189
4311
|
],
|
|
4190
4312
|
"__typename": [
|
|
4191
4313
|
1
|
|
@@ -4196,7 +4318,7 @@ exports.default = {
|
|
|
4196
4318
|
68
|
|
4197
4319
|
],
|
|
4198
4320
|
"pagination": [
|
|
4199
|
-
|
|
4321
|
+
143
|
|
4200
4322
|
],
|
|
4201
4323
|
"__typename": [
|
|
4202
4324
|
1
|
|
@@ -4264,10 +4386,10 @@ exports.default = {
|
|
|
4264
4386
|
},
|
|
4265
4387
|
"PaginatedUsers": {
|
|
4266
4388
|
"items": [
|
|
4267
|
-
|
|
4389
|
+
133
|
|
4268
4390
|
],
|
|
4269
4391
|
"pagination": [
|
|
4270
|
-
|
|
4392
|
+
143
|
|
4271
4393
|
],
|
|
4272
4394
|
"__typename": [
|
|
4273
4395
|
1
|
|
@@ -4334,7 +4456,29 @@ exports.default = {
|
|
|
4334
4456
|
76
|
|
4335
4457
|
],
|
|
4336
4458
|
"pagination": [
|
|
4337
|
-
|
|
4459
|
+
143
|
|
4460
|
+
],
|
|
4461
|
+
"__typename": [
|
|
4462
|
+
1
|
|
4463
|
+
]
|
|
4464
|
+
},
|
|
4465
|
+
"DonationDates": {
|
|
4466
|
+
"dates": [
|
|
4467
|
+
1
|
|
4468
|
+
],
|
|
4469
|
+
"totalDonations": [
|
|
4470
|
+
51
|
|
4471
|
+
],
|
|
4472
|
+
"__typename": [
|
|
4473
|
+
1
|
|
4474
|
+
]
|
|
4475
|
+
},
|
|
4476
|
+
"PaginatedDonations": {
|
|
4477
|
+
"donations": [
|
|
4478
|
+
131
|
|
4479
|
+
],
|
|
4480
|
+
"pagination": [
|
|
4481
|
+
143
|
|
4338
4482
|
],
|
|
4339
4483
|
"__typename": [
|
|
4340
4484
|
1
|
|
@@ -4362,10 +4506,10 @@ exports.default = {
|
|
|
4362
4506
|
1
|
|
4363
4507
|
],
|
|
4364
4508
|
"availableBalances": [
|
|
4365
|
-
|
|
4509
|
+
183
|
|
4366
4510
|
],
|
|
4367
4511
|
"pendingBalances": [
|
|
4368
|
-
|
|
4512
|
+
183
|
|
4369
4513
|
],
|
|
4370
4514
|
"__typename": [
|
|
4371
4515
|
1
|
|
@@ -4403,7 +4547,7 @@ exports.default = {
|
|
|
4403
4547
|
1
|
|
4404
4548
|
],
|
|
4405
4549
|
"status": [
|
|
4406
|
-
|
|
4550
|
+
186
|
|
4407
4551
|
],
|
|
4408
4552
|
"lastError": [
|
|
4409
4553
|
1
|
|
@@ -4429,10 +4573,10 @@ exports.default = {
|
|
|
4429
4573
|
},
|
|
4430
4574
|
"PaginatedTransactions": {
|
|
4431
4575
|
"items": [
|
|
4432
|
-
|
|
4576
|
+
135
|
|
4433
4577
|
],
|
|
4434
4578
|
"pagination": [
|
|
4435
|
-
|
|
4579
|
+
143
|
|
4436
4580
|
],
|
|
4437
4581
|
"__typename": [
|
|
4438
4582
|
1
|
|
@@ -4440,10 +4584,10 @@ exports.default = {
|
|
|
4440
4584
|
},
|
|
4441
4585
|
"PaginatedOffers": {
|
|
4442
4586
|
"items": [
|
|
4443
|
-
|
|
4587
|
+
136
|
|
4444
4588
|
],
|
|
4445
4589
|
"pagination": [
|
|
4446
|
-
|
|
4590
|
+
143
|
|
4447
4591
|
],
|
|
4448
4592
|
"__typename": [
|
|
4449
4593
|
1
|
|
@@ -4502,6 +4646,9 @@ exports.default = {
|
|
|
4502
4646
|
"countryCode": [
|
|
4503
4647
|
1
|
|
4504
4648
|
],
|
|
4649
|
+
"nationalityCode": [
|
|
4650
|
+
1
|
|
4651
|
+
],
|
|
4505
4652
|
"cityName": [
|
|
4506
4653
|
1
|
|
4507
4654
|
],
|
|
@@ -4560,19 +4707,22 @@ exports.default = {
|
|
|
4560
4707
|
"countryCode": [
|
|
4561
4708
|
1
|
|
4562
4709
|
],
|
|
4710
|
+
"sportLevelId": [
|
|
4711
|
+
1
|
|
4712
|
+
],
|
|
4563
4713
|
"__typename": [
|
|
4564
4714
|
1
|
|
4565
4715
|
]
|
|
4566
4716
|
},
|
|
4567
4717
|
"LeaderboardResponse": {
|
|
4568
4718
|
"entries": [
|
|
4569
|
-
|
|
4719
|
+
192
|
|
4570
4720
|
],
|
|
4571
4721
|
"pagination": [
|
|
4572
|
-
|
|
4722
|
+
193
|
|
4573
4723
|
],
|
|
4574
4724
|
"filters": [
|
|
4575
|
-
|
|
4725
|
+
194
|
|
4576
4726
|
],
|
|
4577
4727
|
"__typename": [
|
|
4578
4728
|
1
|
|
@@ -4686,7 +4836,7 @@ exports.default = {
|
|
|
4686
4836
|
1
|
|
4687
4837
|
],
|
|
4688
4838
|
"metrics": [
|
|
4689
|
-
|
|
4839
|
+
168
|
|
4690
4840
|
],
|
|
4691
4841
|
"pointsEarned": [
|
|
4692
4842
|
18
|
|
@@ -4706,7 +4856,7 @@ exports.default = {
|
|
|
4706
4856
|
},
|
|
4707
4857
|
"ActivitiesResponse": {
|
|
4708
4858
|
"items": [
|
|
4709
|
-
|
|
4859
|
+
201
|
|
4710
4860
|
],
|
|
4711
4861
|
"total": [
|
|
4712
4862
|
51
|
|
@@ -4769,10 +4919,10 @@ exports.default = {
|
|
|
4769
4919
|
1
|
|
4770
4920
|
],
|
|
4771
4921
|
"metrics": [
|
|
4772
|
-
|
|
4922
|
+
203
|
|
4773
4923
|
],
|
|
4774
4924
|
"scoreInfo": [
|
|
4775
|
-
|
|
4925
|
+
204
|
|
4776
4926
|
],
|
|
4777
4927
|
"prMetrics": [
|
|
4778
4928
|
1
|
|
@@ -4818,11 +4968,14 @@ exports.default = {
|
|
|
4818
4968
|
18
|
|
4819
4969
|
],
|
|
4820
4970
|
"topMetrics": [
|
|
4821
|
-
|
|
4971
|
+
206
|
|
4822
4972
|
],
|
|
4823
4973
|
"newMaxActivityIds": [
|
|
4824
4974
|
1
|
|
4825
4975
|
],
|
|
4976
|
+
"metricMaxes": [
|
|
4977
|
+
168
|
|
4978
|
+
],
|
|
4826
4979
|
"__typename": [
|
|
4827
4980
|
1
|
|
4828
4981
|
]
|
|
@@ -4832,7 +4985,7 @@ exports.default = {
|
|
|
4832
4985
|
14
|
|
4833
4986
|
],
|
|
4834
4987
|
"category": [
|
|
4835
|
-
|
|
4988
|
+
209
|
|
4836
4989
|
],
|
|
4837
4990
|
"count": [
|
|
4838
4991
|
51
|
|
@@ -4847,7 +5000,7 @@ exports.default = {
|
|
|
4847
5000
|
"ActivityCategory": {},
|
|
4848
5001
|
"ActivityDatesResponse": {
|
|
4849
5002
|
"dates": [
|
|
4850
|
-
|
|
5003
|
+
208
|
|
4851
5004
|
],
|
|
4852
5005
|
"__typename": [
|
|
4853
5006
|
1
|
|
@@ -4861,13 +5014,13 @@ exports.default = {
|
|
|
4861
5014
|
1
|
|
4862
5015
|
],
|
|
4863
5016
|
"platform": [
|
|
4864
|
-
|
|
5017
|
+
212
|
|
4865
5018
|
],
|
|
4866
5019
|
"contentType": [
|
|
4867
|
-
|
|
5020
|
+
213
|
|
4868
5021
|
],
|
|
4869
5022
|
"periodType": [
|
|
4870
|
-
|
|
5023
|
+
214
|
|
4871
5024
|
],
|
|
4872
5025
|
"periodLabel": [
|
|
4873
5026
|
1
|
|
@@ -4932,7 +5085,7 @@ exports.default = {
|
|
|
4932
5085
|
1
|
|
4933
5086
|
],
|
|
4934
5087
|
"contentType": [
|
|
4935
|
-
|
|
5088
|
+
213
|
|
4936
5089
|
],
|
|
4937
5090
|
"caption": [
|
|
4938
5091
|
1
|
|
@@ -4981,10 +5134,10 @@ exports.default = {
|
|
|
4981
5134
|
},
|
|
4982
5135
|
"PostComparisonResultType": {
|
|
4983
5136
|
"posts": [
|
|
4984
|
-
|
|
5137
|
+
215
|
|
4985
5138
|
],
|
|
4986
5139
|
"averages": [
|
|
4987
|
-
|
|
5140
|
+
216
|
|
4988
5141
|
],
|
|
4989
5142
|
"total": [
|
|
4990
5143
|
51
|
|
@@ -4996,36 +5149,361 @@ exports.default = {
|
|
|
4996
5149
|
1
|
|
4997
5150
|
]
|
|
4998
5151
|
},
|
|
4999
|
-
"
|
|
5000
|
-
"
|
|
5001
|
-
|
|
5152
|
+
"Notification": {
|
|
5153
|
+
"id": [
|
|
5154
|
+
103
|
|
5002
5155
|
],
|
|
5003
|
-
"
|
|
5156
|
+
"recipientId": [
|
|
5004
5157
|
1
|
|
5005
5158
|
],
|
|
5006
|
-
"
|
|
5159
|
+
"type": [
|
|
5007
5160
|
1
|
|
5008
5161
|
],
|
|
5009
|
-
"
|
|
5162
|
+
"title": [
|
|
5010
5163
|
1
|
|
5011
|
-
]
|
|
5012
|
-
|
|
5013
|
-
"CreateTextDatabaseFileDto": {
|
|
5014
|
-
"identifier": [
|
|
5164
|
+
],
|
|
5165
|
+
"message": [
|
|
5015
5166
|
1
|
|
5016
5167
|
],
|
|
5017
|
-
"
|
|
5168
|
+
"iconType": [
|
|
5018
5169
|
1
|
|
5019
5170
|
],
|
|
5020
|
-
"
|
|
5171
|
+
"iconUrl": [
|
|
5021
5172
|
1
|
|
5022
5173
|
],
|
|
5023
|
-
"
|
|
5174
|
+
"actionRoute": [
|
|
5024
5175
|
1
|
|
5025
5176
|
],
|
|
5026
|
-
"
|
|
5177
|
+
"actionParams": [
|
|
5178
|
+
219
|
|
5179
|
+
],
|
|
5180
|
+
"actionLabel": [
|
|
5027
5181
|
1
|
|
5028
|
-
]
|
|
5182
|
+
],
|
|
5183
|
+
"read": [
|
|
5184
|
+
2
|
|
5185
|
+
],
|
|
5186
|
+
"dismissed": [
|
|
5187
|
+
2
|
|
5188
|
+
],
|
|
5189
|
+
"createdAt": [
|
|
5190
|
+
14
|
|
5191
|
+
],
|
|
5192
|
+
"__typename": [
|
|
5193
|
+
1
|
|
5194
|
+
]
|
|
5195
|
+
},
|
|
5196
|
+
"JSON": {},
|
|
5197
|
+
"NotificationListResponse": {
|
|
5198
|
+
"notifications": [
|
|
5199
|
+
218
|
|
5200
|
+
],
|
|
5201
|
+
"total": [
|
|
5202
|
+
51
|
|
5203
|
+
],
|
|
5204
|
+
"hasMore": [
|
|
5205
|
+
2
|
|
5206
|
+
],
|
|
5207
|
+
"__typename": [
|
|
5208
|
+
1
|
|
5209
|
+
]
|
|
5210
|
+
},
|
|
5211
|
+
"UnreadCountResponse": {
|
|
5212
|
+
"count": [
|
|
5213
|
+
51
|
|
5214
|
+
],
|
|
5215
|
+
"__typename": [
|
|
5216
|
+
1
|
|
5217
|
+
]
|
|
5218
|
+
},
|
|
5219
|
+
"NotificationPreference": {
|
|
5220
|
+
"id": [
|
|
5221
|
+
103
|
|
5222
|
+
],
|
|
5223
|
+
"userId": [
|
|
5224
|
+
1
|
|
5225
|
+
],
|
|
5226
|
+
"emailEnabled": [
|
|
5227
|
+
2
|
|
5228
|
+
],
|
|
5229
|
+
"inAppEnabled": [
|
|
5230
|
+
2
|
|
5231
|
+
],
|
|
5232
|
+
"pushEnabled": [
|
|
5233
|
+
2
|
|
5234
|
+
],
|
|
5235
|
+
"mutedTypes": [
|
|
5236
|
+
1
|
|
5237
|
+
],
|
|
5238
|
+
"__typename": [
|
|
5239
|
+
1
|
|
5240
|
+
]
|
|
5241
|
+
},
|
|
5242
|
+
"DeviceTokenType": {
|
|
5243
|
+
"id": [
|
|
5244
|
+
103
|
|
5245
|
+
],
|
|
5246
|
+
"userId": [
|
|
5247
|
+
1
|
|
5248
|
+
],
|
|
5249
|
+
"token": [
|
|
5250
|
+
1
|
|
5251
|
+
],
|
|
5252
|
+
"platform": [
|
|
5253
|
+
1
|
|
5254
|
+
],
|
|
5255
|
+
"deviceName": [
|
|
5256
|
+
1
|
|
5257
|
+
],
|
|
5258
|
+
"active": [
|
|
5259
|
+
2
|
|
5260
|
+
],
|
|
5261
|
+
"createdAt": [
|
|
5262
|
+
14
|
|
5263
|
+
],
|
|
5264
|
+
"updatedAt": [
|
|
5265
|
+
14
|
|
5266
|
+
],
|
|
5267
|
+
"__typename": [
|
|
5268
|
+
1
|
|
5269
|
+
]
|
|
5270
|
+
},
|
|
5271
|
+
"FollowedAthleteInfo": {
|
|
5272
|
+
"id": [
|
|
5273
|
+
1
|
|
5274
|
+
],
|
|
5275
|
+
"firstName": [
|
|
5276
|
+
1
|
|
5277
|
+
],
|
|
5278
|
+
"lastName": [
|
|
5279
|
+
1
|
|
5280
|
+
],
|
|
5281
|
+
"screenName": [
|
|
5282
|
+
1
|
|
5283
|
+
],
|
|
5284
|
+
"profilePicture": [
|
|
5285
|
+
27
|
|
5286
|
+
],
|
|
5287
|
+
"sportName": [
|
|
5288
|
+
1
|
|
5289
|
+
],
|
|
5290
|
+
"vtxScore": [
|
|
5291
|
+
18
|
|
5292
|
+
],
|
|
5293
|
+
"__typename": [
|
|
5294
|
+
1
|
|
5295
|
+
]
|
|
5296
|
+
},
|
|
5297
|
+
"FollowedAthletesListResponse": {
|
|
5298
|
+
"athletes": [
|
|
5299
|
+
224
|
|
5300
|
+
],
|
|
5301
|
+
"total": [
|
|
5302
|
+
51
|
|
5303
|
+
],
|
|
5304
|
+
"hasMore": [
|
|
5305
|
+
2
|
|
5306
|
+
],
|
|
5307
|
+
"__typename": [
|
|
5308
|
+
1
|
|
5309
|
+
]
|
|
5310
|
+
},
|
|
5311
|
+
"IsFollowingResponse": {
|
|
5312
|
+
"isFollowing": [
|
|
5313
|
+
2
|
|
5314
|
+
],
|
|
5315
|
+
"__typename": [
|
|
5316
|
+
1
|
|
5317
|
+
]
|
|
5318
|
+
},
|
|
5319
|
+
"EmailCampaignDelivery": {
|
|
5320
|
+
"delivered": [
|
|
5321
|
+
51
|
|
5322
|
+
],
|
|
5323
|
+
"opens": [
|
|
5324
|
+
51
|
|
5325
|
+
],
|
|
5326
|
+
"uniqueOpens": [
|
|
5327
|
+
51
|
|
5328
|
+
],
|
|
5329
|
+
"clicks": [
|
|
5330
|
+
51
|
|
5331
|
+
],
|
|
5332
|
+
"uniqueClicks": [
|
|
5333
|
+
51
|
|
5334
|
+
],
|
|
5335
|
+
"bounces": [
|
|
5336
|
+
51
|
|
5337
|
+
],
|
|
5338
|
+
"spamReports": [
|
|
5339
|
+
51
|
|
5340
|
+
],
|
|
5341
|
+
"lastUpdated": [
|
|
5342
|
+
14
|
|
5343
|
+
],
|
|
5344
|
+
"__typename": [
|
|
5345
|
+
1
|
|
5346
|
+
]
|
|
5347
|
+
},
|
|
5348
|
+
"EmailSegment": {
|
|
5349
|
+
"_id": [
|
|
5350
|
+
1
|
|
5351
|
+
],
|
|
5352
|
+
"name": [
|
|
5353
|
+
1
|
|
5354
|
+
],
|
|
5355
|
+
"filters": [
|
|
5356
|
+
168
|
|
5357
|
+
],
|
|
5358
|
+
"createdBy": [
|
|
5359
|
+
1
|
|
5360
|
+
],
|
|
5361
|
+
"createdAt": [
|
|
5362
|
+
14
|
|
5363
|
+
],
|
|
5364
|
+
"__typename": [
|
|
5365
|
+
1
|
|
5366
|
+
]
|
|
5367
|
+
},
|
|
5368
|
+
"EmailCampaign": {
|
|
5369
|
+
"_id": [
|
|
5370
|
+
1
|
|
5371
|
+
],
|
|
5372
|
+
"subject": [
|
|
5373
|
+
1
|
|
5374
|
+
],
|
|
5375
|
+
"templateId": [
|
|
5376
|
+
1
|
|
5377
|
+
],
|
|
5378
|
+
"templateName": [
|
|
5379
|
+
1
|
|
5380
|
+
],
|
|
5381
|
+
"htmlContent": [
|
|
5382
|
+
1
|
|
5383
|
+
],
|
|
5384
|
+
"audienceFilters": [
|
|
5385
|
+
168
|
|
5386
|
+
],
|
|
5387
|
+
"segmentId": [
|
|
5388
|
+
1
|
|
5389
|
+
],
|
|
5390
|
+
"status": [
|
|
5391
|
+
1
|
|
5392
|
+
],
|
|
5393
|
+
"scheduledFor": [
|
|
5394
|
+
14
|
|
5395
|
+
],
|
|
5396
|
+
"sentAt": [
|
|
5397
|
+
14
|
|
5398
|
+
],
|
|
5399
|
+
"recipientCount": [
|
|
5400
|
+
51
|
|
5401
|
+
],
|
|
5402
|
+
"createdBy": [
|
|
5403
|
+
1
|
|
5404
|
+
],
|
|
5405
|
+
"createdAt": [
|
|
5406
|
+
14
|
|
5407
|
+
],
|
|
5408
|
+
"updatedAt": [
|
|
5409
|
+
14
|
|
5410
|
+
],
|
|
5411
|
+
"testSentAt": [
|
|
5412
|
+
14
|
|
5413
|
+
],
|
|
5414
|
+
"deliveryStats": [
|
|
5415
|
+
227
|
|
5416
|
+
],
|
|
5417
|
+
"segment": [
|
|
5418
|
+
228
|
|
5419
|
+
],
|
|
5420
|
+
"__typename": [
|
|
5421
|
+
1
|
|
5422
|
+
]
|
|
5423
|
+
},
|
|
5424
|
+
"EmailCampaignPage": {
|
|
5425
|
+
"campaigns": [
|
|
5426
|
+
229
|
|
5427
|
+
],
|
|
5428
|
+
"total": [
|
|
5429
|
+
51
|
|
5430
|
+
],
|
|
5431
|
+
"__typename": [
|
|
5432
|
+
1
|
|
5433
|
+
]
|
|
5434
|
+
},
|
|
5435
|
+
"SendGridTemplate": {
|
|
5436
|
+
"id": [
|
|
5437
|
+
1
|
|
5438
|
+
],
|
|
5439
|
+
"name": [
|
|
5440
|
+
1
|
|
5441
|
+
],
|
|
5442
|
+
"updatedAt": [
|
|
5443
|
+
1
|
|
5444
|
+
],
|
|
5445
|
+
"__typename": [
|
|
5446
|
+
1
|
|
5447
|
+
]
|
|
5448
|
+
},
|
|
5449
|
+
"AudiencePreviewUser": {
|
|
5450
|
+
"firstName": [
|
|
5451
|
+
1
|
|
5452
|
+
],
|
|
5453
|
+
"lastName": [
|
|
5454
|
+
1
|
|
5455
|
+
],
|
|
5456
|
+
"email": [
|
|
5457
|
+
1
|
|
5458
|
+
],
|
|
5459
|
+
"userType": [
|
|
5460
|
+
1
|
|
5461
|
+
],
|
|
5462
|
+
"__typename": [
|
|
5463
|
+
1
|
|
5464
|
+
]
|
|
5465
|
+
},
|
|
5466
|
+
"AudiencePreview": {
|
|
5467
|
+
"total": [
|
|
5468
|
+
51
|
|
5469
|
+
],
|
|
5470
|
+
"users": [
|
|
5471
|
+
232
|
|
5472
|
+
],
|
|
5473
|
+
"__typename": [
|
|
5474
|
+
1
|
|
5475
|
+
]
|
|
5476
|
+
},
|
|
5477
|
+
"CreateDatabaseFileDto": {
|
|
5478
|
+
"identifier": [
|
|
5479
|
+
1
|
|
5480
|
+
],
|
|
5481
|
+
"version": [
|
|
5482
|
+
1
|
|
5483
|
+
],
|
|
5484
|
+
"contentType": [
|
|
5485
|
+
1
|
|
5486
|
+
],
|
|
5487
|
+
"__typename": [
|
|
5488
|
+
1
|
|
5489
|
+
]
|
|
5490
|
+
},
|
|
5491
|
+
"CreateTextDatabaseFileDto": {
|
|
5492
|
+
"identifier": [
|
|
5493
|
+
1
|
|
5494
|
+
],
|
|
5495
|
+
"version": [
|
|
5496
|
+
1
|
|
5497
|
+
],
|
|
5498
|
+
"contentType": [
|
|
5499
|
+
1
|
|
5500
|
+
],
|
|
5501
|
+
"content": [
|
|
5502
|
+
1
|
|
5503
|
+
],
|
|
5504
|
+
"__typename": [
|
|
5505
|
+
1
|
|
5506
|
+
]
|
|
5029
5507
|
},
|
|
5030
5508
|
"UpdateDatabaseFileDto": {
|
|
5031
5509
|
"_id": [
|
|
@@ -5180,13 +5658,13 @@ exports.default = {
|
|
|
5180
5658
|
1
|
|
5181
5659
|
],
|
|
5182
5660
|
"logo": [
|
|
5183
|
-
|
|
5661
|
+
245
|
|
5184
5662
|
],
|
|
5185
5663
|
"banner": [
|
|
5186
|
-
|
|
5664
|
+
245
|
|
5187
5665
|
],
|
|
5188
5666
|
"translations": [
|
|
5189
|
-
|
|
5667
|
+
246
|
|
5190
5668
|
],
|
|
5191
5669
|
"sponsorId": [
|
|
5192
5670
|
1
|
|
@@ -5238,10 +5716,10 @@ exports.default = {
|
|
|
5238
5716
|
1
|
|
5239
5717
|
],
|
|
5240
5718
|
"logo": [
|
|
5241
|
-
|
|
5719
|
+
245
|
|
5242
5720
|
],
|
|
5243
5721
|
"banner": [
|
|
5244
|
-
|
|
5722
|
+
245
|
|
5245
5723
|
],
|
|
5246
5724
|
"__typename": [
|
|
5247
5725
|
1
|
|
@@ -5309,7 +5787,7 @@ exports.default = {
|
|
|
5309
5787
|
1
|
|
5310
5788
|
],
|
|
5311
5789
|
"invitations": [
|
|
5312
|
-
|
|
5790
|
+
249
|
|
5313
5791
|
],
|
|
5314
5792
|
"__typename": [
|
|
5315
5793
|
1
|
|
@@ -5446,7 +5924,7 @@ exports.default = {
|
|
|
5446
5924
|
1
|
|
5447
5925
|
],
|
|
5448
5926
|
"result": [
|
|
5449
|
-
|
|
5927
|
+
252
|
|
5450
5928
|
],
|
|
5451
5929
|
"cityId": [
|
|
5452
5930
|
1
|
|
@@ -5469,7 +5947,7 @@ exports.default = {
|
|
|
5469
5947
|
1
|
|
5470
5948
|
],
|
|
5471
5949
|
"result": [
|
|
5472
|
-
|
|
5950
|
+
252
|
|
5473
5951
|
],
|
|
5474
5952
|
"cityId": [
|
|
5475
5953
|
1
|
|
@@ -5505,13 +5983,13 @@ exports.default = {
|
|
|
5505
5983
|
},
|
|
5506
5984
|
"CursorPaginationDto": {
|
|
5507
5985
|
"sortCriteria": [
|
|
5508
|
-
|
|
5986
|
+
256
|
|
5509
5987
|
],
|
|
5510
5988
|
"limit": [
|
|
5511
5989
|
18
|
|
5512
5990
|
],
|
|
5513
5991
|
"cursorPosition": [
|
|
5514
|
-
|
|
5992
|
+
257
|
|
5515
5993
|
],
|
|
5516
5994
|
"__typename": [
|
|
5517
5995
|
1
|
|
@@ -5586,7 +6064,7 @@ exports.default = {
|
|
|
5586
6064
|
1
|
|
5587
6065
|
],
|
|
5588
6066
|
"currentCampaign": [
|
|
5589
|
-
|
|
6067
|
+
260
|
|
5590
6068
|
],
|
|
5591
6069
|
"sports": [
|
|
5592
6070
|
1
|
|
@@ -5648,10 +6126,10 @@ exports.default = {
|
|
|
5648
6126
|
},
|
|
5649
6127
|
"AthleteQueryDto": {
|
|
5650
6128
|
"cursor": [
|
|
5651
|
-
|
|
6129
|
+
258
|
|
5652
6130
|
],
|
|
5653
6131
|
"filters": [
|
|
5654
|
-
|
|
6132
|
+
261
|
|
5655
6133
|
],
|
|
5656
6134
|
"__typename": [
|
|
5657
6135
|
1
|
|
@@ -5662,7 +6140,7 @@ exports.default = {
|
|
|
5662
6140
|
1
|
|
5663
6141
|
],
|
|
5664
6142
|
"newPicture": [
|
|
5665
|
-
|
|
6143
|
+
245
|
|
5666
6144
|
],
|
|
5667
6145
|
"__typename": [
|
|
5668
6146
|
1
|
|
@@ -5676,7 +6154,7 @@ exports.default = {
|
|
|
5676
6154
|
1
|
|
5677
6155
|
],
|
|
5678
6156
|
"pictures": [
|
|
5679
|
-
|
|
6157
|
+
245
|
|
5680
6158
|
],
|
|
5681
6159
|
"albumId": [
|
|
5682
6160
|
1
|
|
@@ -5749,10 +6227,54 @@ exports.default = {
|
|
|
5749
6227
|
1
|
|
5750
6228
|
]
|
|
5751
6229
|
},
|
|
6230
|
+
"BrowseCampaignsDto": {
|
|
6231
|
+
"campaignId": [
|
|
6232
|
+
1
|
|
6233
|
+
],
|
|
6234
|
+
"slug": [
|
|
6235
|
+
1
|
|
6236
|
+
],
|
|
6237
|
+
"searchTerm": [
|
|
6238
|
+
1
|
|
6239
|
+
],
|
|
6240
|
+
"sportId": [
|
|
6241
|
+
1
|
|
6242
|
+
],
|
|
6243
|
+
"sportLevelId": [
|
|
6244
|
+
1
|
|
6245
|
+
],
|
|
6246
|
+
"countryId": [
|
|
6247
|
+
1
|
|
6248
|
+
],
|
|
6249
|
+
"sortBy": [
|
|
6250
|
+
1
|
|
6251
|
+
],
|
|
6252
|
+
"sortOrder": [
|
|
6253
|
+
1
|
|
6254
|
+
],
|
|
6255
|
+
"page": [
|
|
6256
|
+
51
|
|
6257
|
+
],
|
|
6258
|
+
"limit": [
|
|
6259
|
+
51
|
|
6260
|
+
],
|
|
6261
|
+
"includeFeatured": [
|
|
6262
|
+
2
|
|
6263
|
+
],
|
|
6264
|
+
"__typename": [
|
|
6265
|
+
1
|
|
6266
|
+
]
|
|
6267
|
+
},
|
|
5752
6268
|
"ForceScoreRefreshDto": {
|
|
5753
6269
|
"athleteIds": [
|
|
5754
6270
|
1
|
|
5755
6271
|
],
|
|
6272
|
+
"rebuildHistorical": [
|
|
6273
|
+
2
|
|
6274
|
+
],
|
|
6275
|
+
"historicalDays": [
|
|
6276
|
+
51
|
|
6277
|
+
],
|
|
5756
6278
|
"__typename": [
|
|
5757
6279
|
1
|
|
5758
6280
|
]
|
|
@@ -5765,6 +6287,17 @@ exports.default = {
|
|
|
5765
6287
|
1
|
|
5766
6288
|
]
|
|
5767
6289
|
},
|
|
6290
|
+
"UpdateOnboardingProgressDto": {
|
|
6291
|
+
"step": [
|
|
6292
|
+
51
|
|
6293
|
+
],
|
|
6294
|
+
"complete": [
|
|
6295
|
+
2
|
|
6296
|
+
],
|
|
6297
|
+
"__typename": [
|
|
6298
|
+
1
|
|
6299
|
+
]
|
|
6300
|
+
},
|
|
5768
6301
|
"SportQueryDto": {
|
|
5769
6302
|
"page": [
|
|
5770
6303
|
51
|
|
@@ -5950,7 +6483,7 @@ exports.default = {
|
|
|
5950
6483
|
},
|
|
5951
6484
|
"resetPasswordDto": {
|
|
5952
6485
|
"code": [
|
|
5953
|
-
|
|
6486
|
+
242
|
|
5954
6487
|
],
|
|
5955
6488
|
"newPassword": [
|
|
5956
6489
|
1
|
|
@@ -6081,7 +6614,7 @@ exports.default = {
|
|
|
6081
6614
|
1
|
|
6082
6615
|
],
|
|
6083
6616
|
"banner": [
|
|
6084
|
-
|
|
6617
|
+
245
|
|
6085
6618
|
],
|
|
6086
6619
|
"eventLevel": [
|
|
6087
6620
|
1
|
|
@@ -6190,7 +6723,7 @@ exports.default = {
|
|
|
6190
6723
|
18
|
|
6191
6724
|
],
|
|
6192
6725
|
"items": [
|
|
6193
|
-
|
|
6726
|
+
296
|
|
6194
6727
|
],
|
|
6195
6728
|
"__typename": [
|
|
6196
6729
|
1
|
|
@@ -6201,7 +6734,7 @@ exports.default = {
|
|
|
6201
6734
|
18
|
|
6202
6735
|
],
|
|
6203
6736
|
"items": [
|
|
6204
|
-
|
|
6737
|
+
296
|
|
6205
6738
|
],
|
|
6206
6739
|
"athleteCompetitionId": [
|
|
6207
6740
|
1
|
|
@@ -6250,16 +6783,19 @@ exports.default = {
|
|
|
6250
6783
|
14
|
|
6251
6784
|
],
|
|
6252
6785
|
"budget": [
|
|
6253
|
-
|
|
6786
|
+
298
|
|
6254
6787
|
],
|
|
6255
6788
|
"competitionBudgets": [
|
|
6256
|
-
|
|
6789
|
+
299
|
|
6257
6790
|
],
|
|
6258
6791
|
"competitionIds": [
|
|
6259
6792
|
1
|
|
6260
6793
|
],
|
|
6261
6794
|
"video": [
|
|
6262
|
-
|
|
6795
|
+
300
|
|
6796
|
+
],
|
|
6797
|
+
"coverImageId": [
|
|
6798
|
+
1
|
|
6263
6799
|
],
|
|
6264
6800
|
"__typename": [
|
|
6265
6801
|
1
|
|
@@ -6291,16 +6827,19 @@ exports.default = {
|
|
|
6291
6827
|
14
|
|
6292
6828
|
],
|
|
6293
6829
|
"budget": [
|
|
6294
|
-
|
|
6830
|
+
298
|
|
6295
6831
|
],
|
|
6296
6832
|
"competitionBudgets": [
|
|
6297
|
-
|
|
6833
|
+
299
|
|
6298
6834
|
],
|
|
6299
6835
|
"competitionIds": [
|
|
6300
6836
|
1
|
|
6301
6837
|
],
|
|
6302
6838
|
"video": [
|
|
6303
|
-
|
|
6839
|
+
300
|
|
6840
|
+
],
|
|
6841
|
+
"coverImageId": [
|
|
6842
|
+
1
|
|
6304
6843
|
],
|
|
6305
6844
|
"loginEmail": [
|
|
6306
6845
|
1
|
|
@@ -6335,16 +6874,19 @@ exports.default = {
|
|
|
6335
6874
|
14
|
|
6336
6875
|
],
|
|
6337
6876
|
"budget": [
|
|
6338
|
-
|
|
6877
|
+
298
|
|
6339
6878
|
],
|
|
6340
6879
|
"competitionBudgets": [
|
|
6341
|
-
|
|
6880
|
+
299
|
|
6342
6881
|
],
|
|
6343
6882
|
"competitionIds": [
|
|
6344
6883
|
1
|
|
6345
6884
|
],
|
|
6346
6885
|
"video": [
|
|
6347
|
-
|
|
6886
|
+
300
|
|
6887
|
+
],
|
|
6888
|
+
"coverImageId": [
|
|
6889
|
+
1
|
|
6348
6890
|
],
|
|
6349
6891
|
"_id": [
|
|
6350
6892
|
1
|
|
@@ -6366,7 +6908,7 @@ exports.default = {
|
|
|
6366
6908
|
},
|
|
6367
6909
|
"BudgetDto": {
|
|
6368
6910
|
"items": [
|
|
6369
|
-
|
|
6911
|
+
296
|
|
6370
6912
|
],
|
|
6371
6913
|
"fundingMode": [
|
|
6372
6914
|
1
|
|
@@ -6380,7 +6922,7 @@ exports.default = {
|
|
|
6380
6922
|
1
|
|
6381
6923
|
],
|
|
6382
6924
|
"budget": [
|
|
6383
|
-
|
|
6925
|
+
305
|
|
6384
6926
|
],
|
|
6385
6927
|
"__typename": [
|
|
6386
6928
|
1
|
|
@@ -6391,7 +6933,7 @@ exports.default = {
|
|
|
6391
6933
|
1
|
|
6392
6934
|
],
|
|
6393
6935
|
"budget": [
|
|
6394
|
-
|
|
6936
|
+
305
|
|
6395
6937
|
],
|
|
6396
6938
|
"__typename": [
|
|
6397
6939
|
1
|
|
@@ -6411,7 +6953,50 @@ exports.default = {
|
|
|
6411
6953
|
18
|
|
6412
6954
|
],
|
|
6413
6955
|
"budget": [
|
|
6414
|
-
|
|
6956
|
+
305
|
|
6957
|
+
],
|
|
6958
|
+
"__typename": [
|
|
6959
|
+
1
|
|
6960
|
+
]
|
|
6961
|
+
},
|
|
6962
|
+
"DonationFiltersInput": {
|
|
6963
|
+
"dateFrom": [
|
|
6964
|
+
1
|
|
6965
|
+
],
|
|
6966
|
+
"dateTo": [
|
|
6967
|
+
1
|
|
6968
|
+
],
|
|
6969
|
+
"amountMin": [
|
|
6970
|
+
18
|
|
6971
|
+
],
|
|
6972
|
+
"amountMax": [
|
|
6973
|
+
18
|
|
6974
|
+
],
|
|
6975
|
+
"campaignId": [
|
|
6976
|
+
1
|
|
6977
|
+
],
|
|
6978
|
+
"__typename": [
|
|
6979
|
+
1
|
|
6980
|
+
]
|
|
6981
|
+
},
|
|
6982
|
+
"DonationQueryDto": {
|
|
6983
|
+
"page": [
|
|
6984
|
+
51
|
|
6985
|
+
],
|
|
6986
|
+
"limit": [
|
|
6987
|
+
51
|
|
6988
|
+
],
|
|
6989
|
+
"search": [
|
|
6990
|
+
1
|
|
6991
|
+
],
|
|
6992
|
+
"filters": [
|
|
6993
|
+
309
|
|
6994
|
+
],
|
|
6995
|
+
"sortField": [
|
|
6996
|
+
1
|
|
6997
|
+
],
|
|
6998
|
+
"sortOrder": [
|
|
6999
|
+
1
|
|
6415
7000
|
],
|
|
6416
7001
|
"__typename": [
|
|
6417
7002
|
1
|
|
@@ -6431,7 +7016,7 @@ exports.default = {
|
|
|
6431
7016
|
1
|
|
6432
7017
|
],
|
|
6433
7018
|
"logo": [
|
|
6434
|
-
|
|
7019
|
+
245
|
|
6435
7020
|
],
|
|
6436
7021
|
"countryId": [
|
|
6437
7022
|
1
|
|
@@ -6519,7 +7104,7 @@ exports.default = {
|
|
|
6519
7104
|
1
|
|
6520
7105
|
],
|
|
6521
7106
|
"profilePicture": [
|
|
6522
|
-
|
|
7107
|
+
245
|
|
6523
7108
|
],
|
|
6524
7109
|
"__typename": [
|
|
6525
7110
|
1
|
|
@@ -6571,7 +7156,7 @@ exports.default = {
|
|
|
6571
7156
|
18
|
|
6572
7157
|
],
|
|
6573
7158
|
"sortCriteria": [
|
|
6574
|
-
|
|
7159
|
+
256
|
|
6575
7160
|
],
|
|
6576
7161
|
"__typename": [
|
|
6577
7162
|
1
|
|
@@ -6588,7 +7173,7 @@ exports.default = {
|
|
|
6588
7173
|
1
|
|
6589
7174
|
],
|
|
6590
7175
|
"offerImage": [
|
|
6591
|
-
|
|
7176
|
+
245
|
|
6592
7177
|
],
|
|
6593
7178
|
"type": [
|
|
6594
7179
|
1
|
|
@@ -6612,7 +7197,7 @@ exports.default = {
|
|
|
6612
7197
|
1
|
|
6613
7198
|
],
|
|
6614
7199
|
"criteria": [
|
|
6615
|
-
|
|
7200
|
+
320
|
|
6616
7201
|
],
|
|
6617
7202
|
"dateStart": [
|
|
6618
7203
|
14
|
|
@@ -6647,7 +7232,7 @@ exports.default = {
|
|
|
6647
7232
|
1
|
|
6648
7233
|
],
|
|
6649
7234
|
"qualificationsBag": [
|
|
6650
|
-
|
|
7235
|
+
321
|
|
6651
7236
|
],
|
|
6652
7237
|
"__typename": [
|
|
6653
7238
|
1
|
|
@@ -6655,28 +7240,28 @@ exports.default = {
|
|
|
6655
7240
|
},
|
|
6656
7241
|
"QualificationsBagDto": {
|
|
6657
7242
|
"ageQualifications": [
|
|
6658
|
-
|
|
7243
|
+
276
|
|
6659
7244
|
],
|
|
6660
7245
|
"genderQualifications": [
|
|
6661
|
-
|
|
7246
|
+
277
|
|
6662
7247
|
],
|
|
6663
7248
|
"scoreQualifications": [
|
|
6664
|
-
|
|
7249
|
+
279
|
|
6665
7250
|
],
|
|
6666
7251
|
"locationQualifications": [
|
|
6667
|
-
|
|
7252
|
+
280
|
|
6668
7253
|
],
|
|
6669
7254
|
"nationalityQualifications": [
|
|
6670
|
-
|
|
7255
|
+
278
|
|
6671
7256
|
],
|
|
6672
7257
|
"distanceQualifications": [
|
|
6673
|
-
|
|
7258
|
+
281
|
|
6674
7259
|
],
|
|
6675
7260
|
"sportsQualifications": [
|
|
6676
|
-
|
|
7261
|
+
282
|
|
6677
7262
|
],
|
|
6678
7263
|
"levelQualifications": [
|
|
6679
|
-
|
|
7264
|
+
283
|
|
6680
7265
|
],
|
|
6681
7266
|
"__typename": [
|
|
6682
7267
|
1
|
|
@@ -6722,7 +7307,7 @@ exports.default = {
|
|
|
6722
7307
|
},
|
|
6723
7308
|
"OfferClaimQueryDto": {
|
|
6724
7309
|
"status": [
|
|
6725
|
-
|
|
7310
|
+
349
|
|
6726
7311
|
],
|
|
6727
7312
|
"__typename": [
|
|
6728
7313
|
1
|
|
@@ -6735,6 +7320,9 @@ exports.default = {
|
|
|
6735
7320
|
"sportId": [
|
|
6736
7321
|
1
|
|
6737
7322
|
],
|
|
7323
|
+
"sportLevelId": [
|
|
7324
|
+
1
|
|
7325
|
+
],
|
|
6738
7326
|
"countryCode": [
|
|
6739
7327
|
1
|
|
6740
7328
|
],
|
|
@@ -6758,6 +7346,9 @@ exports.default = {
|
|
|
6758
7346
|
"sportId": [
|
|
6759
7347
|
1
|
|
6760
7348
|
],
|
|
7349
|
+
"sportLevelId": [
|
|
7350
|
+
1
|
|
7351
|
+
],
|
|
6761
7352
|
"countryCode": [
|
|
6762
7353
|
1
|
|
6763
7354
|
],
|
|
@@ -6770,7 +7361,7 @@ exports.default = {
|
|
|
6770
7361
|
1
|
|
6771
7362
|
],
|
|
6772
7363
|
"timeRange": [
|
|
6773
|
-
|
|
7364
|
+
327
|
|
6774
7365
|
],
|
|
6775
7366
|
"__typename": [
|
|
6776
7367
|
1
|
|
@@ -6782,7 +7373,7 @@ exports.default = {
|
|
|
6782
7373
|
1
|
|
6783
7374
|
],
|
|
6784
7375
|
"timeRange": [
|
|
6785
|
-
|
|
7376
|
+
327
|
|
6786
7377
|
],
|
|
6787
7378
|
"sportId": [
|
|
6788
7379
|
1
|
|
@@ -6801,6 +7392,9 @@ exports.default = {
|
|
|
6801
7392
|
"sportId": [
|
|
6802
7393
|
1
|
|
6803
7394
|
],
|
|
7395
|
+
"sportLevelId": [
|
|
7396
|
+
1
|
|
7397
|
+
],
|
|
6804
7398
|
"countryCode": [
|
|
6805
7399
|
1
|
|
6806
7400
|
],
|
|
@@ -6826,11 +7420,17 @@ exports.default = {
|
|
|
6826
7420
|
"dateFilter": [
|
|
6827
7421
|
1
|
|
6828
7422
|
],
|
|
7423
|
+
"dateFrom": [
|
|
7424
|
+
1
|
|
7425
|
+
],
|
|
7426
|
+
"dateTo": [
|
|
7427
|
+
1
|
|
7428
|
+
],
|
|
6829
7429
|
"activityTypes": [
|
|
6830
7430
|
1
|
|
6831
7431
|
],
|
|
6832
7432
|
"metricRanges": [
|
|
6833
|
-
|
|
7433
|
+
330
|
|
6834
7434
|
],
|
|
6835
7435
|
"__typename": [
|
|
6836
7436
|
1
|
|
@@ -6841,50 +7441,172 @@ exports.default = {
|
|
|
6841
7441
|
1
|
|
6842
7442
|
],
|
|
6843
7443
|
"category": [
|
|
6844
|
-
|
|
7444
|
+
209
|
|
6845
7445
|
],
|
|
6846
7446
|
"timeRange": [
|
|
6847
|
-
|
|
7447
|
+
327
|
|
7448
|
+
],
|
|
7449
|
+
"page": [
|
|
7450
|
+
51
|
|
7451
|
+
],
|
|
7452
|
+
"limit": [
|
|
7453
|
+
51
|
|
7454
|
+
],
|
|
7455
|
+
"filters": [
|
|
7456
|
+
331
|
|
7457
|
+
],
|
|
7458
|
+
"__typename": [
|
|
7459
|
+
1
|
|
7460
|
+
]
|
|
7461
|
+
},
|
|
7462
|
+
"ActivityDetailQueryDto": {
|
|
7463
|
+
"athleteId": [
|
|
7464
|
+
1
|
|
7465
|
+
],
|
|
7466
|
+
"activityId": [
|
|
7467
|
+
1
|
|
7468
|
+
],
|
|
7469
|
+
"category": [
|
|
7470
|
+
1
|
|
7471
|
+
],
|
|
7472
|
+
"__typename": [
|
|
7473
|
+
1
|
|
7474
|
+
]
|
|
7475
|
+
},
|
|
7476
|
+
"ComponentSummaryQueryDto": {
|
|
7477
|
+
"athleteId": [
|
|
7478
|
+
1
|
|
7479
|
+
],
|
|
7480
|
+
"component": [
|
|
7481
|
+
1
|
|
7482
|
+
],
|
|
7483
|
+
"__typename": [
|
|
7484
|
+
1
|
|
7485
|
+
]
|
|
7486
|
+
},
|
|
7487
|
+
"ActivityDatesQueryDto": {
|
|
7488
|
+
"athleteId": [
|
|
7489
|
+
1
|
|
7490
|
+
],
|
|
7491
|
+
"__typename": [
|
|
7492
|
+
1
|
|
7493
|
+
]
|
|
7494
|
+
},
|
|
7495
|
+
"DateRangeInput": {
|
|
7496
|
+
"start": [
|
|
7497
|
+
14
|
|
7498
|
+
],
|
|
7499
|
+
"end": [
|
|
7500
|
+
14
|
|
7501
|
+
],
|
|
7502
|
+
"__typename": [
|
|
7503
|
+
1
|
|
7504
|
+
]
|
|
7505
|
+
},
|
|
7506
|
+
"PostComparisonInput": {
|
|
7507
|
+
"comparisonWindowDays": [
|
|
7508
|
+
51
|
|
7509
|
+
],
|
|
7510
|
+
"sortBy": [
|
|
7511
|
+
350
|
|
7512
|
+
],
|
|
7513
|
+
"contentType": [
|
|
7514
|
+
213
|
|
7515
|
+
],
|
|
7516
|
+
"limit": [
|
|
7517
|
+
51
|
|
7518
|
+
],
|
|
7519
|
+
"offset": [
|
|
7520
|
+
51
|
|
7521
|
+
],
|
|
7522
|
+
"__typename": [
|
|
7523
|
+
1
|
|
7524
|
+
]
|
|
7525
|
+
},
|
|
7526
|
+
"NotificationQueryDto": {
|
|
7527
|
+
"limit": [
|
|
7528
|
+
51
|
|
7529
|
+
],
|
|
7530
|
+
"offset": [
|
|
7531
|
+
51
|
|
7532
|
+
],
|
|
7533
|
+
"includeRead": [
|
|
7534
|
+
2
|
|
7535
|
+
],
|
|
7536
|
+
"includeDismissed": [
|
|
7537
|
+
2
|
|
7538
|
+
],
|
|
7539
|
+
"types": [
|
|
7540
|
+
1
|
|
7541
|
+
],
|
|
7542
|
+
"__typename": [
|
|
7543
|
+
1
|
|
7544
|
+
]
|
|
7545
|
+
},
|
|
7546
|
+
"MarkNotificationReadDto": {
|
|
7547
|
+
"notificationId": [
|
|
7548
|
+
1
|
|
7549
|
+
],
|
|
7550
|
+
"__typename": [
|
|
7551
|
+
1
|
|
7552
|
+
]
|
|
7553
|
+
},
|
|
7554
|
+
"DismissNotificationDto": {
|
|
7555
|
+
"notificationId": [
|
|
7556
|
+
1
|
|
7557
|
+
],
|
|
7558
|
+
"__typename": [
|
|
7559
|
+
1
|
|
7560
|
+
]
|
|
7561
|
+
},
|
|
7562
|
+
"UpdateNotificationPreferenceDto": {
|
|
7563
|
+
"emailEnabled": [
|
|
7564
|
+
2
|
|
6848
7565
|
],
|
|
6849
|
-
"
|
|
6850
|
-
|
|
7566
|
+
"inAppEnabled": [
|
|
7567
|
+
2
|
|
6851
7568
|
],
|
|
6852
|
-
"
|
|
6853
|
-
|
|
7569
|
+
"pushEnabled": [
|
|
7570
|
+
2
|
|
6854
7571
|
],
|
|
6855
|
-
"
|
|
6856
|
-
|
|
7572
|
+
"mutedTypes": [
|
|
7573
|
+
1
|
|
6857
7574
|
],
|
|
6858
7575
|
"__typename": [
|
|
6859
7576
|
1
|
|
6860
7577
|
]
|
|
6861
7578
|
},
|
|
6862
|
-
"
|
|
6863
|
-
"
|
|
7579
|
+
"RegisterDeviceTokenDto": {
|
|
7580
|
+
"token": [
|
|
6864
7581
|
1
|
|
6865
7582
|
],
|
|
6866
|
-
"
|
|
7583
|
+
"platform": [
|
|
6867
7584
|
1
|
|
6868
7585
|
],
|
|
6869
|
-
"
|
|
7586
|
+
"deviceName": [
|
|
6870
7587
|
1
|
|
6871
7588
|
],
|
|
6872
7589
|
"__typename": [
|
|
6873
7590
|
1
|
|
6874
7591
|
]
|
|
6875
7592
|
},
|
|
6876
|
-
"
|
|
6877
|
-
"
|
|
7593
|
+
"UnregisterDeviceTokenDto": {
|
|
7594
|
+
"token": [
|
|
6878
7595
|
1
|
|
6879
7596
|
],
|
|
6880
|
-
"
|
|
7597
|
+
"__typename": [
|
|
7598
|
+
1
|
|
7599
|
+
]
|
|
7600
|
+
},
|
|
7601
|
+
"FollowAthleteInput": {
|
|
7602
|
+
"athleteId": [
|
|
6881
7603
|
1
|
|
6882
7604
|
],
|
|
6883
7605
|
"__typename": [
|
|
6884
7606
|
1
|
|
6885
7607
|
]
|
|
6886
7608
|
},
|
|
6887
|
-
"
|
|
7609
|
+
"UnfollowAthleteInput": {
|
|
6888
7610
|
"athleteId": [
|
|
6889
7611
|
1
|
|
6890
7612
|
],
|
|
@@ -6892,27 +7614,15 @@ exports.default = {
|
|
|
6892
7614
|
1
|
|
6893
7615
|
]
|
|
6894
7616
|
},
|
|
6895
|
-
"
|
|
6896
|
-
"
|
|
6897
|
-
|
|
6898
|
-
],
|
|
6899
|
-
"end": [
|
|
6900
|
-
14
|
|
7617
|
+
"IsFollowingAthleteInput": {
|
|
7618
|
+
"athleteId": [
|
|
7619
|
+
1
|
|
6901
7620
|
],
|
|
6902
7621
|
"__typename": [
|
|
6903
7622
|
1
|
|
6904
7623
|
]
|
|
6905
7624
|
},
|
|
6906
|
-
"
|
|
6907
|
-
"comparisonWindowDays": [
|
|
6908
|
-
51
|
|
6909
|
-
],
|
|
6910
|
-
"sortBy": [
|
|
6911
|
-
313
|
|
6912
|
-
],
|
|
6913
|
-
"contentType": [
|
|
6914
|
-
206
|
|
6915
|
-
],
|
|
7625
|
+
"FollowedAthletesQueryInput": {
|
|
6916
7626
|
"limit": [
|
|
6917
7627
|
51
|
|
6918
7628
|
],
|
|
@@ -6996,7 +7706,7 @@ exports.default = {
|
|
|
6996
7706
|
32,
|
|
6997
7707
|
{
|
|
6998
7708
|
"input": [
|
|
6999
|
-
|
|
7709
|
+
352,
|
|
7000
7710
|
"AWSS3GetUploadDto!"
|
|
7001
7711
|
]
|
|
7002
7712
|
}
|
|
@@ -7017,10 +7727,10 @@ exports.default = {
|
|
|
7017
7727
|
63
|
|
7018
7728
|
],
|
|
7019
7729
|
"getBrandsPaginated": [
|
|
7020
|
-
|
|
7730
|
+
146,
|
|
7021
7731
|
{
|
|
7022
7732
|
"query": [
|
|
7023
|
-
|
|
7733
|
+
247
|
|
7024
7734
|
]
|
|
7025
7735
|
}
|
|
7026
7736
|
],
|
|
@@ -7063,10 +7773,10 @@ exports.default = {
|
|
|
7063
7773
|
59
|
|
7064
7774
|
],
|
|
7065
7775
|
"getSponsorsPaginated": [
|
|
7066
|
-
|
|
7776
|
+
147,
|
|
7067
7777
|
{
|
|
7068
7778
|
"query": [
|
|
7069
|
-
|
|
7779
|
+
251
|
|
7070
7780
|
]
|
|
7071
7781
|
}
|
|
7072
7782
|
],
|
|
@@ -7074,16 +7784,16 @@ exports.default = {
|
|
|
7074
7784
|
105,
|
|
7075
7785
|
{
|
|
7076
7786
|
"input": [
|
|
7077
|
-
|
|
7787
|
+
353,
|
|
7078
7788
|
"FindSponsorAthleteInvitationDto!"
|
|
7079
7789
|
]
|
|
7080
7790
|
}
|
|
7081
7791
|
],
|
|
7082
7792
|
"verifyAthleteCompetitionLinkedForDelete": [
|
|
7083
|
-
|
|
7793
|
+
165,
|
|
7084
7794
|
{
|
|
7085
7795
|
"input": [
|
|
7086
|
-
|
|
7796
|
+
266,
|
|
7087
7797
|
"existValueDto!"
|
|
7088
7798
|
]
|
|
7089
7799
|
}
|
|
@@ -7092,10 +7802,10 @@ exports.default = {
|
|
|
7092
7802
|
101
|
|
7093
7803
|
],
|
|
7094
7804
|
"queryAthleteFundingCampaigns": [
|
|
7095
|
-
|
|
7805
|
+
159,
|
|
7096
7806
|
{
|
|
7097
7807
|
"input": [
|
|
7098
|
-
|
|
7808
|
+
262,
|
|
7099
7809
|
"AthleteQueryDto!"
|
|
7100
7810
|
]
|
|
7101
7811
|
}
|
|
@@ -7143,7 +7853,7 @@ exports.default = {
|
|
|
7143
7853
|
82,
|
|
7144
7854
|
{
|
|
7145
7855
|
"input": [
|
|
7146
|
-
|
|
7856
|
+
354,
|
|
7147
7857
|
"GetAthleteCompetitionsDto!"
|
|
7148
7858
|
]
|
|
7149
7859
|
}
|
|
@@ -7188,10 +7898,10 @@ exports.default = {
|
|
|
7188
7898
|
}
|
|
7189
7899
|
],
|
|
7190
7900
|
"queryAthleteWithFilter": [
|
|
7191
|
-
|
|
7901
|
+
159,
|
|
7192
7902
|
{
|
|
7193
7903
|
"input": [
|
|
7194
|
-
|
|
7904
|
+
262,
|
|
7195
7905
|
"AthleteQueryDto!"
|
|
7196
7906
|
]
|
|
7197
7907
|
}
|
|
@@ -7206,28 +7916,28 @@ exports.default = {
|
|
|
7206
7916
|
}
|
|
7207
7917
|
],
|
|
7208
7918
|
"screenNameAvailability": [
|
|
7209
|
-
|
|
7919
|
+
162,
|
|
7210
7920
|
{
|
|
7211
7921
|
"input": [
|
|
7212
|
-
|
|
7922
|
+
266,
|
|
7213
7923
|
"existValueDto!"
|
|
7214
7924
|
]
|
|
7215
7925
|
}
|
|
7216
7926
|
],
|
|
7217
7927
|
"checkScoreRefreshCapabilities": [
|
|
7218
|
-
|
|
7928
|
+
171,
|
|
7219
7929
|
{
|
|
7220
7930
|
"input": [
|
|
7221
|
-
|
|
7931
|
+
272,
|
|
7222
7932
|
"CheckScoreRefreshCapabilityDto!"
|
|
7223
7933
|
]
|
|
7224
7934
|
}
|
|
7225
7935
|
],
|
|
7226
7936
|
"getAthleteHistoricalScoresPeriod": [
|
|
7227
|
-
|
|
7937
|
+
166,
|
|
7228
7938
|
{
|
|
7229
7939
|
"input": [
|
|
7230
|
-
|
|
7940
|
+
268,
|
|
7231
7941
|
"GetHistoricalScoresDto!"
|
|
7232
7942
|
]
|
|
7233
7943
|
}
|
|
@@ -7236,16 +7946,16 @@ exports.default = {
|
|
|
7236
7946
|
99,
|
|
7237
7947
|
{
|
|
7238
7948
|
"input": [
|
|
7239
|
-
|
|
7949
|
+
268,
|
|
7240
7950
|
"GetHistoricalScoresDto!"
|
|
7241
7951
|
]
|
|
7242
7952
|
}
|
|
7243
7953
|
],
|
|
7244
7954
|
"getMyHistoricalScoresPeriod": [
|
|
7245
|
-
|
|
7955
|
+
166,
|
|
7246
7956
|
{
|
|
7247
7957
|
"input": [
|
|
7248
|
-
|
|
7958
|
+
267,
|
|
7249
7959
|
"GetMyHistoricalScoresDto!"
|
|
7250
7960
|
]
|
|
7251
7961
|
}
|
|
@@ -7254,7 +7964,7 @@ exports.default = {
|
|
|
7254
7964
|
99,
|
|
7255
7965
|
{
|
|
7256
7966
|
"input": [
|
|
7257
|
-
|
|
7967
|
+
267,
|
|
7258
7968
|
"GetMyHistoricalScoresDto!"
|
|
7259
7969
|
]
|
|
7260
7970
|
}
|
|
@@ -7263,19 +7973,40 @@ exports.default = {
|
|
|
7263
7973
|
90,
|
|
7264
7974
|
{
|
|
7265
7975
|
"input": [
|
|
7266
|
-
|
|
7976
|
+
269,
|
|
7267
7977
|
"GetAthleteCampaignsDto!"
|
|
7268
7978
|
]
|
|
7269
7979
|
}
|
|
7270
7980
|
],
|
|
7981
|
+
"browseCampaigns": [
|
|
7982
|
+
169,
|
|
7983
|
+
{
|
|
7984
|
+
"input": [
|
|
7985
|
+
270,
|
|
7986
|
+
"BrowseCampaignsDto!"
|
|
7987
|
+
]
|
|
7988
|
+
}
|
|
7989
|
+
],
|
|
7990
|
+
"getOnboardingProgress": [
|
|
7991
|
+
172
|
|
7992
|
+
],
|
|
7993
|
+
"getPublicAthleteIntegrationStatus": [
|
|
7994
|
+
173,
|
|
7995
|
+
{
|
|
7996
|
+
"athleteId": [
|
|
7997
|
+
1,
|
|
7998
|
+
"String!"
|
|
7999
|
+
]
|
|
8000
|
+
}
|
|
8001
|
+
],
|
|
7271
8002
|
"getSports": [
|
|
7272
8003
|
68
|
|
7273
8004
|
],
|
|
7274
8005
|
"getSportsPaginated": [
|
|
7275
|
-
|
|
8006
|
+
174,
|
|
7276
8007
|
{
|
|
7277
8008
|
"query": [
|
|
7278
|
-
|
|
8009
|
+
274
|
|
7279
8010
|
]
|
|
7280
8011
|
}
|
|
7281
8012
|
],
|
|
@@ -7343,7 +8074,7 @@ exports.default = {
|
|
|
7343
8074
|
0,
|
|
7344
8075
|
{
|
|
7345
8076
|
"input": [
|
|
7346
|
-
|
|
8077
|
+
355,
|
|
7347
8078
|
"FindVtxUserDto!"
|
|
7348
8079
|
]
|
|
7349
8080
|
}
|
|
@@ -7362,7 +8093,7 @@ exports.default = {
|
|
|
7362
8093
|
}
|
|
7363
8094
|
],
|
|
7364
8095
|
"getUserImagesFromEmail": [
|
|
7365
|
-
|
|
8096
|
+
175,
|
|
7366
8097
|
{
|
|
7367
8098
|
"loginEmail": [
|
|
7368
8099
|
1,
|
|
@@ -7383,7 +8114,7 @@ exports.default = {
|
|
|
7383
8114
|
36,
|
|
7384
8115
|
{
|
|
7385
8116
|
"input": [
|
|
7386
|
-
|
|
8117
|
+
242,
|
|
7387
8118
|
"VerifyCodeDto!"
|
|
7388
8119
|
]
|
|
7389
8120
|
}
|
|
@@ -7398,13 +8129,13 @@ exports.default = {
|
|
|
7398
8129
|
}
|
|
7399
8130
|
],
|
|
7400
8131
|
"getAllUsers": [
|
|
7401
|
-
|
|
8132
|
+
133
|
|
7402
8133
|
],
|
|
7403
8134
|
"getUsersPaginated": [
|
|
7404
|
-
|
|
8135
|
+
178,
|
|
7405
8136
|
{
|
|
7406
8137
|
"query": [
|
|
7407
|
-
|
|
8138
|
+
288
|
|
7408
8139
|
]
|
|
7409
8140
|
}
|
|
7410
8141
|
],
|
|
@@ -7415,27 +8146,27 @@ exports.default = {
|
|
|
7415
8146
|
76,
|
|
7416
8147
|
{
|
|
7417
8148
|
"input": [
|
|
7418
|
-
|
|
8149
|
+
356,
|
|
7419
8150
|
"GetSportEventsDto!"
|
|
7420
8151
|
]
|
|
7421
8152
|
}
|
|
7422
8153
|
],
|
|
7423
8154
|
"getSportsEventsPaginated": [
|
|
7424
|
-
|
|
8155
|
+
180,
|
|
7425
8156
|
{
|
|
7426
8157
|
"query": [
|
|
7427
|
-
|
|
8158
|
+
295
|
|
7428
8159
|
]
|
|
7429
8160
|
}
|
|
7430
8161
|
],
|
|
7431
8162
|
"getBudgetsByAthlete": [
|
|
7432
|
-
|
|
8163
|
+
127
|
|
7433
8164
|
],
|
|
7434
8165
|
"getDonationsByAthlete": [
|
|
7435
8166
|
117
|
|
7436
8167
|
],
|
|
7437
8168
|
"getDonationsToAthlete": [
|
|
7438
|
-
|
|
8169
|
+
131,
|
|
7439
8170
|
{
|
|
7440
8171
|
"athleteId": [
|
|
7441
8172
|
1,
|
|
@@ -7444,13 +8175,29 @@ exports.default = {
|
|
|
7444
8175
|
}
|
|
7445
8176
|
],
|
|
7446
8177
|
"getDonationsToMe": [
|
|
7447
|
-
|
|
8178
|
+
131
|
|
7448
8179
|
],
|
|
7449
8180
|
"getBudgetConcepts": [
|
|
7450
|
-
|
|
8181
|
+
130
|
|
7451
8182
|
],
|
|
7452
8183
|
"getBudgetItemUnits": [
|
|
7453
|
-
|
|
8184
|
+
129
|
|
8185
|
+
],
|
|
8186
|
+
"getDonationDatesForCalendar": [
|
|
8187
|
+
181,
|
|
8188
|
+
{
|
|
8189
|
+
"campaignId": [
|
|
8190
|
+
1
|
|
8191
|
+
]
|
|
8192
|
+
}
|
|
8193
|
+
],
|
|
8194
|
+
"getDonationsPaginated": [
|
|
8195
|
+
182,
|
|
8196
|
+
{
|
|
8197
|
+
"query": [
|
|
8198
|
+
310
|
|
8199
|
+
]
|
|
8200
|
+
}
|
|
7454
8201
|
],
|
|
7455
8202
|
"getMembershipOrganizations": [
|
|
7456
8203
|
83
|
|
@@ -7465,22 +8212,22 @@ exports.default = {
|
|
|
7465
8212
|
116
|
|
7466
8213
|
],
|
|
7467
8214
|
"stripeQuery": [
|
|
7468
|
-
|
|
8215
|
+
167,
|
|
7469
8216
|
{
|
|
7470
8217
|
"input": [
|
|
7471
|
-
|
|
8218
|
+
291,
|
|
7472
8219
|
"StripeQueryDto!"
|
|
7473
8220
|
]
|
|
7474
8221
|
}
|
|
7475
8222
|
],
|
|
7476
8223
|
"getStripeBalance": [
|
|
7477
|
-
|
|
8224
|
+
184
|
|
7478
8225
|
],
|
|
7479
8226
|
"getDatabaseTextFile": [
|
|
7480
8227
|
35,
|
|
7481
8228
|
{
|
|
7482
8229
|
"input": [
|
|
7483
|
-
|
|
8230
|
+
240,
|
|
7484
8231
|
"GetDatabaseFileDto!"
|
|
7485
8232
|
]
|
|
7486
8233
|
}
|
|
@@ -7489,7 +8236,7 @@ exports.default = {
|
|
|
7489
8236
|
32,
|
|
7490
8237
|
{
|
|
7491
8238
|
"input": [
|
|
7492
|
-
|
|
8239
|
+
352,
|
|
7493
8240
|
"AWSS3GetUploadDto!"
|
|
7494
8241
|
]
|
|
7495
8242
|
}
|
|
@@ -7498,7 +8245,7 @@ exports.default = {
|
|
|
7498
8245
|
117,
|
|
7499
8246
|
{
|
|
7500
8247
|
"input": [
|
|
7501
|
-
|
|
8248
|
+
290,
|
|
7502
8249
|
"GetReceiptDto!"
|
|
7503
8250
|
]
|
|
7504
8251
|
}
|
|
@@ -7507,22 +8254,22 @@ exports.default = {
|
|
|
7507
8254
|
118,
|
|
7508
8255
|
{
|
|
7509
8256
|
"input": [
|
|
7510
|
-
|
|
8257
|
+
290,
|
|
7511
8258
|
"GetReceiptDto!"
|
|
7512
8259
|
]
|
|
7513
8260
|
}
|
|
7514
8261
|
],
|
|
7515
8262
|
"getTransactionDetails": [
|
|
7516
|
-
|
|
8263
|
+
179,
|
|
7517
8264
|
{
|
|
7518
8265
|
"input": [
|
|
7519
|
-
|
|
8266
|
+
292,
|
|
7520
8267
|
"GetTransactionDetailsDto!"
|
|
7521
8268
|
]
|
|
7522
8269
|
}
|
|
7523
8270
|
],
|
|
7524
8271
|
"findMemberForUser": [
|
|
7525
|
-
|
|
8272
|
+
132,
|
|
7526
8273
|
{
|
|
7527
8274
|
"loginEmail": [
|
|
7528
8275
|
1,
|
|
@@ -7531,10 +8278,10 @@ exports.default = {
|
|
|
7531
8278
|
}
|
|
7532
8279
|
],
|
|
7533
8280
|
"getDonationsByMember": [
|
|
7534
|
-
|
|
8281
|
+
131
|
|
7535
8282
|
],
|
|
7536
8283
|
"getDonationsByUser": [
|
|
7537
|
-
|
|
8284
|
+
131,
|
|
7538
8285
|
{
|
|
7539
8286
|
"email": [
|
|
7540
8287
|
1,
|
|
@@ -7543,29 +8290,29 @@ exports.default = {
|
|
|
7543
8290
|
}
|
|
7544
8291
|
],
|
|
7545
8292
|
"getAllTransactions": [
|
|
7546
|
-
|
|
8293
|
+
135
|
|
7547
8294
|
],
|
|
7548
8295
|
"getTransactionsPaginated": [
|
|
7549
|
-
|
|
8296
|
+
188,
|
|
7550
8297
|
{
|
|
7551
8298
|
"query": [
|
|
7552
|
-
|
|
8299
|
+
317
|
|
7553
8300
|
]
|
|
7554
8301
|
}
|
|
7555
8302
|
],
|
|
7556
8303
|
"offers": [
|
|
7557
|
-
|
|
8304
|
+
136
|
|
7558
8305
|
],
|
|
7559
8306
|
"getOffersPaginated": [
|
|
7560
|
-
|
|
8307
|
+
189,
|
|
7561
8308
|
{
|
|
7562
8309
|
"query": [
|
|
7563
|
-
|
|
8310
|
+
322
|
|
7564
8311
|
]
|
|
7565
8312
|
}
|
|
7566
8313
|
],
|
|
7567
8314
|
"offersForAthlete": [
|
|
7568
|
-
|
|
8315
|
+
136,
|
|
7569
8316
|
{
|
|
7570
8317
|
"athleteId": [
|
|
7571
8318
|
1
|
|
@@ -7573,7 +8320,7 @@ exports.default = {
|
|
|
7573
8320
|
}
|
|
7574
8321
|
],
|
|
7575
8322
|
"offer": [
|
|
7576
|
-
|
|
8323
|
+
136,
|
|
7577
8324
|
{
|
|
7578
8325
|
"id": [
|
|
7579
8326
|
1,
|
|
@@ -7582,19 +8329,19 @@ exports.default = {
|
|
|
7582
8329
|
}
|
|
7583
8330
|
],
|
|
7584
8331
|
"myOfferClaims": [
|
|
7585
|
-
|
|
8332
|
+
140,
|
|
7586
8333
|
{
|
|
7587
8334
|
"athleteId": [
|
|
7588
8335
|
1,
|
|
7589
8336
|
"String!"
|
|
7590
8337
|
],
|
|
7591
8338
|
"query": [
|
|
7592
|
-
|
|
8339
|
+
323
|
|
7593
8340
|
]
|
|
7594
8341
|
}
|
|
7595
8342
|
],
|
|
7596
8343
|
"offerAvailability": [
|
|
7597
|
-
|
|
8344
|
+
191,
|
|
7598
8345
|
{
|
|
7599
8346
|
"offerId": [
|
|
7600
8347
|
1,
|
|
@@ -7607,32 +8354,32 @@ exports.default = {
|
|
|
7607
8354
|
}
|
|
7608
8355
|
],
|
|
7609
8356
|
"offersWithEligibility": [
|
|
7610
|
-
|
|
8357
|
+
145,
|
|
7611
8358
|
{
|
|
7612
8359
|
"query": [
|
|
7613
|
-
|
|
8360
|
+
322
|
|
7614
8361
|
]
|
|
7615
8362
|
}
|
|
7616
8363
|
],
|
|
7617
8364
|
"getLeaderboard": [
|
|
7618
|
-
|
|
8365
|
+
195,
|
|
7619
8366
|
{
|
|
7620
8367
|
"input": [
|
|
7621
|
-
|
|
8368
|
+
324
|
|
7622
8369
|
]
|
|
7623
8370
|
}
|
|
7624
8371
|
],
|
|
7625
8372
|
"getUserRank": [
|
|
7626
|
-
|
|
8373
|
+
196,
|
|
7627
8374
|
{
|
|
7628
8375
|
"input": [
|
|
7629
|
-
|
|
8376
|
+
325,
|
|
7630
8377
|
"UserRankQueryDto!"
|
|
7631
8378
|
]
|
|
7632
8379
|
}
|
|
7633
8380
|
],
|
|
7634
8381
|
"athleteDashboard": [
|
|
7635
|
-
|
|
8382
|
+
197,
|
|
7636
8383
|
{
|
|
7637
8384
|
"athleteId": [
|
|
7638
8385
|
1,
|
|
@@ -7641,104 +8388,176 @@ exports.default = {
|
|
|
7641
8388
|
}
|
|
7642
8389
|
],
|
|
7643
8390
|
"athleteScoreHistory": [
|
|
7644
|
-
|
|
8391
|
+
198,
|
|
7645
8392
|
{
|
|
7646
8393
|
"input": [
|
|
7647
|
-
|
|
8394
|
+
326,
|
|
7648
8395
|
"ScoreHistoryQueryDto!"
|
|
7649
8396
|
]
|
|
7650
8397
|
}
|
|
7651
8398
|
],
|
|
7652
8399
|
"athleteRankHistory": [
|
|
7653
|
-
|
|
8400
|
+
199,
|
|
7654
8401
|
{
|
|
7655
8402
|
"input": [
|
|
7656
|
-
|
|
8403
|
+
328,
|
|
7657
8404
|
"RankHistoryQueryDto!"
|
|
7658
8405
|
]
|
|
7659
8406
|
}
|
|
7660
8407
|
],
|
|
7661
8408
|
"athleteRankContext": [
|
|
7662
|
-
|
|
8409
|
+
200,
|
|
7663
8410
|
{
|
|
7664
8411
|
"input": [
|
|
7665
|
-
|
|
8412
|
+
329,
|
|
7666
8413
|
"RankContextQueryDto!"
|
|
7667
8414
|
]
|
|
7668
8415
|
}
|
|
7669
8416
|
],
|
|
7670
8417
|
"athleteActivities": [
|
|
7671
|
-
|
|
8418
|
+
202,
|
|
7672
8419
|
{
|
|
7673
8420
|
"input": [
|
|
7674
|
-
|
|
8421
|
+
332,
|
|
7675
8422
|
"ActivitiesQueryDto!"
|
|
7676
8423
|
]
|
|
7677
8424
|
}
|
|
7678
8425
|
],
|
|
7679
8426
|
"athleteActivityDetail": [
|
|
7680
|
-
|
|
8427
|
+
205,
|
|
7681
8428
|
{
|
|
7682
8429
|
"input": [
|
|
7683
|
-
|
|
8430
|
+
333,
|
|
7684
8431
|
"ActivityDetailQueryDto!"
|
|
7685
8432
|
]
|
|
7686
8433
|
}
|
|
7687
8434
|
],
|
|
7688
8435
|
"athleteComponentSummary": [
|
|
7689
|
-
|
|
8436
|
+
207,
|
|
7690
8437
|
{
|
|
7691
8438
|
"input": [
|
|
7692
|
-
|
|
8439
|
+
334,
|
|
7693
8440
|
"ComponentSummaryQueryDto!"
|
|
7694
8441
|
]
|
|
7695
8442
|
}
|
|
7696
8443
|
],
|
|
7697
8444
|
"athleteActivityDates": [
|
|
7698
|
-
|
|
8445
|
+
210,
|
|
7699
8446
|
{
|
|
7700
8447
|
"input": [
|
|
7701
|
-
|
|
8448
|
+
335,
|
|
7702
8449
|
"ActivityDatesQueryDto!"
|
|
7703
8450
|
]
|
|
7704
8451
|
}
|
|
7705
8452
|
],
|
|
7706
8453
|
"socialAggregates": [
|
|
7707
|
-
|
|
8454
|
+
211,
|
|
7708
8455
|
{
|
|
7709
8456
|
"athleteId": [
|
|
7710
8457
|
103,
|
|
7711
8458
|
"ID!"
|
|
7712
8459
|
],
|
|
7713
8460
|
"platform": [
|
|
7714
|
-
|
|
8461
|
+
212,
|
|
7715
8462
|
"Platform!"
|
|
7716
8463
|
],
|
|
7717
8464
|
"range": [
|
|
7718
|
-
|
|
8465
|
+
336,
|
|
7719
8466
|
"DateRangeInput!"
|
|
7720
8467
|
],
|
|
7721
8468
|
"periodType": [
|
|
7722
|
-
|
|
8469
|
+
214
|
|
7723
8470
|
]
|
|
7724
8471
|
}
|
|
7725
8472
|
],
|
|
7726
8473
|
"postsWithComparison": [
|
|
7727
|
-
|
|
8474
|
+
217,
|
|
7728
8475
|
{
|
|
7729
8476
|
"athleteId": [
|
|
7730
8477
|
103,
|
|
7731
8478
|
"ID!"
|
|
7732
8479
|
],
|
|
7733
8480
|
"platform": [
|
|
7734
|
-
|
|
8481
|
+
212,
|
|
7735
8482
|
"Platform!"
|
|
7736
8483
|
],
|
|
7737
8484
|
"options": [
|
|
7738
|
-
|
|
8485
|
+
337
|
|
8486
|
+
]
|
|
8487
|
+
}
|
|
8488
|
+
],
|
|
8489
|
+
"myNotifications": [
|
|
8490
|
+
220,
|
|
8491
|
+
{
|
|
8492
|
+
"input": [
|
|
8493
|
+
338
|
|
8494
|
+
]
|
|
8495
|
+
}
|
|
8496
|
+
],
|
|
8497
|
+
"notificationUnreadCount": [
|
|
8498
|
+
221
|
|
8499
|
+
],
|
|
8500
|
+
"myNotificationPreferences": [
|
|
8501
|
+
222
|
|
8502
|
+
],
|
|
8503
|
+
"myFollowedAthletes": [
|
|
8504
|
+
225,
|
|
8505
|
+
{
|
|
8506
|
+
"input": [
|
|
8507
|
+
347
|
|
8508
|
+
]
|
|
8509
|
+
}
|
|
8510
|
+
],
|
|
8511
|
+
"isFollowingAthlete": [
|
|
8512
|
+
226,
|
|
8513
|
+
{
|
|
8514
|
+
"input": [
|
|
8515
|
+
346,
|
|
8516
|
+
"IsFollowingAthleteInput!"
|
|
8517
|
+
]
|
|
8518
|
+
}
|
|
8519
|
+
],
|
|
8520
|
+
"getEmailCampaigns": [
|
|
8521
|
+
230,
|
|
8522
|
+
{
|
|
8523
|
+
"status": [
|
|
8524
|
+
1
|
|
8525
|
+
],
|
|
8526
|
+
"search": [
|
|
8527
|
+
1
|
|
8528
|
+
],
|
|
8529
|
+
"page": [
|
|
8530
|
+
51
|
|
8531
|
+
],
|
|
8532
|
+
"limit": [
|
|
8533
|
+
51
|
|
8534
|
+
]
|
|
8535
|
+
}
|
|
8536
|
+
],
|
|
8537
|
+
"getEmailCampaign": [
|
|
8538
|
+
229,
|
|
8539
|
+
{
|
|
8540
|
+
"id": [
|
|
8541
|
+
1,
|
|
8542
|
+
"String!"
|
|
8543
|
+
]
|
|
8544
|
+
}
|
|
8545
|
+
],
|
|
8546
|
+
"getAudiencePreview": [
|
|
8547
|
+
233,
|
|
8548
|
+
{
|
|
8549
|
+
"filters": [
|
|
8550
|
+
357,
|
|
8551
|
+
"AudienceFilterDto!"
|
|
7739
8552
|
]
|
|
7740
8553
|
}
|
|
7741
8554
|
],
|
|
8555
|
+
"getSendGridTemplates": [
|
|
8556
|
+
231
|
|
8557
|
+
],
|
|
8558
|
+
"getEmailSegments": [
|
|
8559
|
+
228
|
|
8560
|
+
],
|
|
7742
8561
|
"__typename": [
|
|
7743
8562
|
1
|
|
7744
8563
|
]
|
|
@@ -7795,12 +8614,65 @@ exports.default = {
|
|
|
7795
8614
|
1
|
|
7796
8615
|
]
|
|
7797
8616
|
},
|
|
8617
|
+
"AudienceFilterDto": {
|
|
8618
|
+
"userType": [
|
|
8619
|
+
1
|
|
8620
|
+
],
|
|
8621
|
+
"ageMin": [
|
|
8622
|
+
51
|
|
8623
|
+
],
|
|
8624
|
+
"ageMax": [
|
|
8625
|
+
51
|
|
8626
|
+
],
|
|
8627
|
+
"gender": [
|
|
8628
|
+
1
|
|
8629
|
+
],
|
|
8630
|
+
"walletStatus": [
|
|
8631
|
+
1
|
|
8632
|
+
],
|
|
8633
|
+
"campaignStatus": [
|
|
8634
|
+
1
|
|
8635
|
+
],
|
|
8636
|
+
"hasStrava": [
|
|
8637
|
+
2
|
|
8638
|
+
],
|
|
8639
|
+
"hasInstagram": [
|
|
8640
|
+
2
|
|
8641
|
+
],
|
|
8642
|
+
"vtxScoreMin": [
|
|
8643
|
+
18
|
|
8644
|
+
],
|
|
8645
|
+
"vtxScoreMax": [
|
|
8646
|
+
18
|
|
8647
|
+
],
|
|
8648
|
+
"tpiScoreMin": [
|
|
8649
|
+
18
|
|
8650
|
+
],
|
|
8651
|
+
"tpiScoreMax": [
|
|
8652
|
+
18
|
|
8653
|
+
],
|
|
8654
|
+
"spiScoreMin": [
|
|
8655
|
+
18
|
|
8656
|
+
],
|
|
8657
|
+
"spiScoreMax": [
|
|
8658
|
+
18
|
|
8659
|
+
],
|
|
8660
|
+
"apiScoreMin": [
|
|
8661
|
+
18
|
|
8662
|
+
],
|
|
8663
|
+
"apiScoreMax": [
|
|
8664
|
+
18
|
|
8665
|
+
],
|
|
8666
|
+
"__typename": [
|
|
8667
|
+
1
|
|
8668
|
+
]
|
|
8669
|
+
},
|
|
7798
8670
|
"Mutation": {
|
|
7799
8671
|
"registerNewDomainTenant": [
|
|
7800
8672
|
5,
|
|
7801
8673
|
{
|
|
7802
8674
|
"tenant": [
|
|
7803
|
-
|
|
8675
|
+
359,
|
|
7804
8676
|
"CreateTenantInput!"
|
|
7805
8677
|
]
|
|
7806
8678
|
}
|
|
@@ -7809,7 +8681,7 @@ exports.default = {
|
|
|
7809
8681
|
11,
|
|
7810
8682
|
{
|
|
7811
8683
|
"tenant": [
|
|
7812
|
-
|
|
8684
|
+
359,
|
|
7813
8685
|
"CreateTenantInput!"
|
|
7814
8686
|
]
|
|
7815
8687
|
}
|
|
@@ -7818,7 +8690,7 @@ exports.default = {
|
|
|
7818
8690
|
3,
|
|
7819
8691
|
{
|
|
7820
8692
|
"user": [
|
|
7821
|
-
|
|
8693
|
+
360,
|
|
7822
8694
|
"CreateActiveUserInput!"
|
|
7823
8695
|
]
|
|
7824
8696
|
}
|
|
@@ -7853,7 +8725,7 @@ exports.default = {
|
|
|
7853
8725
|
0,
|
|
7854
8726
|
{
|
|
7855
8727
|
"input": [
|
|
7856
|
-
|
|
8728
|
+
361,
|
|
7857
8729
|
"RegisterUserToDomainFromEmailInput!"
|
|
7858
8730
|
]
|
|
7859
8731
|
}
|
|
@@ -7862,7 +8734,7 @@ exports.default = {
|
|
|
7862
8734
|
8,
|
|
7863
8735
|
{
|
|
7864
8736
|
"dto": [
|
|
7865
|
-
|
|
8737
|
+
362,
|
|
7866
8738
|
"RefreshTokenInput!"
|
|
7867
8739
|
]
|
|
7868
8740
|
}
|
|
@@ -7871,7 +8743,7 @@ exports.default = {
|
|
|
7871
8743
|
33,
|
|
7872
8744
|
{
|
|
7873
8745
|
"input": [
|
|
7874
|
-
|
|
8746
|
+
363,
|
|
7875
8747
|
"AWSS3DeleteUseTypeFileDto!"
|
|
7876
8748
|
]
|
|
7877
8749
|
}
|
|
@@ -7880,7 +8752,7 @@ exports.default = {
|
|
|
7880
8752
|
33,
|
|
7881
8753
|
{
|
|
7882
8754
|
"input": [
|
|
7883
|
-
|
|
8755
|
+
364,
|
|
7884
8756
|
"AWSS3DeleteBucketFileDto!"
|
|
7885
8757
|
]
|
|
7886
8758
|
}
|
|
@@ -7889,7 +8761,7 @@ exports.default = {
|
|
|
7889
8761
|
33,
|
|
7890
8762
|
{
|
|
7891
8763
|
"input": [
|
|
7892
|
-
|
|
8764
|
+
365,
|
|
7893
8765
|
"AWSS3DeleteUseTypeKeyDto!"
|
|
7894
8766
|
]
|
|
7895
8767
|
}
|
|
@@ -7898,7 +8770,7 @@ exports.default = {
|
|
|
7898
8770
|
27,
|
|
7899
8771
|
{
|
|
7900
8772
|
"input": [
|
|
7901
|
-
|
|
8773
|
+
245,
|
|
7902
8774
|
"AWSS3UploadedFileDto!"
|
|
7903
8775
|
]
|
|
7904
8776
|
}
|
|
@@ -7907,7 +8779,7 @@ exports.default = {
|
|
|
7907
8779
|
37,
|
|
7908
8780
|
{
|
|
7909
8781
|
"input": [
|
|
7910
|
-
|
|
8782
|
+
366,
|
|
7911
8783
|
"CreateIndustryDto!"
|
|
7912
8784
|
]
|
|
7913
8785
|
}
|
|
@@ -7916,7 +8788,7 @@ exports.default = {
|
|
|
7916
8788
|
63,
|
|
7917
8789
|
{
|
|
7918
8790
|
"input": [
|
|
7919
|
-
|
|
8791
|
+
244,
|
|
7920
8792
|
"CreateBrandDto!"
|
|
7921
8793
|
]
|
|
7922
8794
|
}
|
|
@@ -7929,7 +8801,7 @@ exports.default = {
|
|
|
7929
8801
|
"String!"
|
|
7930
8802
|
],
|
|
7931
8803
|
"input": [
|
|
7932
|
-
|
|
8804
|
+
244,
|
|
7933
8805
|
"CreateBrandDto!"
|
|
7934
8806
|
]
|
|
7935
8807
|
}
|
|
@@ -7973,7 +8845,7 @@ exports.default = {
|
|
|
7973
8845
|
59,
|
|
7974
8846
|
{
|
|
7975
8847
|
"input": [
|
|
7976
|
-
|
|
8848
|
+
367,
|
|
7977
8849
|
"RegisterSponsorInput!"
|
|
7978
8850
|
]
|
|
7979
8851
|
}
|
|
@@ -7982,7 +8854,7 @@ exports.default = {
|
|
|
7982
8854
|
59,
|
|
7983
8855
|
{
|
|
7984
8856
|
"input": [
|
|
7985
|
-
|
|
8857
|
+
248,
|
|
7986
8858
|
"CreateSponsorDto!"
|
|
7987
8859
|
]
|
|
7988
8860
|
}
|
|
@@ -7991,7 +8863,7 @@ exports.default = {
|
|
|
7991
8863
|
105,
|
|
7992
8864
|
{
|
|
7993
8865
|
"input": [
|
|
7994
|
-
|
|
8866
|
+
250,
|
|
7995
8867
|
"InviteAthletesDto!"
|
|
7996
8868
|
]
|
|
7997
8869
|
}
|
|
@@ -8004,7 +8876,7 @@ exports.default = {
|
|
|
8004
8876
|
"String!"
|
|
8005
8877
|
],
|
|
8006
8878
|
"input": [
|
|
8007
|
-
|
|
8879
|
+
368,
|
|
8008
8880
|
"UpdateSponsorDto!"
|
|
8009
8881
|
]
|
|
8010
8882
|
}
|
|
@@ -8022,7 +8894,7 @@ exports.default = {
|
|
|
8022
8894
|
151,
|
|
8023
8895
|
{
|
|
8024
8896
|
"input": [
|
|
8025
|
-
|
|
8897
|
+
259,
|
|
8026
8898
|
"DeleteSingleValueDto!"
|
|
8027
8899
|
]
|
|
8028
8900
|
}
|
|
@@ -8031,34 +8903,34 @@ exports.default = {
|
|
|
8031
8903
|
101,
|
|
8032
8904
|
{
|
|
8033
8905
|
"input": [
|
|
8034
|
-
|
|
8906
|
+
369,
|
|
8035
8907
|
"RegisterAthleteDto!"
|
|
8036
8908
|
]
|
|
8037
8909
|
}
|
|
8038
8910
|
],
|
|
8039
8911
|
"editProfileValue": [
|
|
8040
|
-
|
|
8912
|
+
148,
|
|
8041
8913
|
{
|
|
8042
8914
|
"input": [
|
|
8043
|
-
|
|
8915
|
+
370,
|
|
8044
8916
|
"EditValueDto!"
|
|
8045
8917
|
]
|
|
8046
8918
|
}
|
|
8047
8919
|
],
|
|
8048
8920
|
"editPicture": [
|
|
8049
|
-
|
|
8921
|
+
160,
|
|
8050
8922
|
{
|
|
8051
8923
|
"input": [
|
|
8052
|
-
|
|
8924
|
+
263,
|
|
8053
8925
|
"EditPictureDto!"
|
|
8054
8926
|
]
|
|
8055
8927
|
}
|
|
8056
8928
|
],
|
|
8057
8929
|
"AddAlbumPictures": [
|
|
8058
|
-
|
|
8930
|
+
161,
|
|
8059
8931
|
{
|
|
8060
8932
|
"input": [
|
|
8061
|
-
|
|
8933
|
+
264,
|
|
8062
8934
|
"UploadAlbumsPicturesDto!"
|
|
8063
8935
|
]
|
|
8064
8936
|
}
|
|
@@ -8067,7 +8939,7 @@ exports.default = {
|
|
|
8067
8939
|
82,
|
|
8068
8940
|
{
|
|
8069
8941
|
"input": [
|
|
8070
|
-
|
|
8942
|
+
254,
|
|
8071
8943
|
"CreateAthleteCompetitionDto!"
|
|
8072
8944
|
]
|
|
8073
8945
|
}
|
|
@@ -8076,7 +8948,7 @@ exports.default = {
|
|
|
8076
8948
|
151,
|
|
8077
8949
|
{
|
|
8078
8950
|
"input": [
|
|
8079
|
-
|
|
8951
|
+
259,
|
|
8080
8952
|
"DeleteSingleValueDto!"
|
|
8081
8953
|
]
|
|
8082
8954
|
}
|
|
@@ -8085,7 +8957,7 @@ exports.default = {
|
|
|
8085
8957
|
81,
|
|
8086
8958
|
{
|
|
8087
8959
|
"input": [
|
|
8088
|
-
|
|
8960
|
+
264,
|
|
8089
8961
|
"UploadAlbumsPicturesDto!"
|
|
8090
8962
|
]
|
|
8091
8963
|
}
|
|
@@ -8094,7 +8966,7 @@ exports.default = {
|
|
|
8094
8966
|
81,
|
|
8095
8967
|
{
|
|
8096
8968
|
"input": [
|
|
8097
|
-
|
|
8969
|
+
371,
|
|
8098
8970
|
"EditDisplayIndexDto!"
|
|
8099
8971
|
]
|
|
8100
8972
|
}
|
|
@@ -8103,7 +8975,7 @@ exports.default = {
|
|
|
8103
8975
|
81,
|
|
8104
8976
|
{
|
|
8105
8977
|
"input": [
|
|
8106
|
-
|
|
8978
|
+
264,
|
|
8107
8979
|
"UploadAlbumsPicturesDto!"
|
|
8108
8980
|
]
|
|
8109
8981
|
}
|
|
@@ -8112,16 +8984,16 @@ exports.default = {
|
|
|
8112
8984
|
151,
|
|
8113
8985
|
{
|
|
8114
8986
|
"input": [
|
|
8115
|
-
|
|
8987
|
+
259,
|
|
8116
8988
|
"DeleteSingleValueDto!"
|
|
8117
8989
|
]
|
|
8118
8990
|
}
|
|
8119
8991
|
],
|
|
8120
8992
|
"deleteAthletePhotos": [
|
|
8121
|
-
|
|
8993
|
+
150,
|
|
8122
8994
|
{
|
|
8123
8995
|
"input": [
|
|
8124
|
-
|
|
8996
|
+
265,
|
|
8125
8997
|
"DeleteValuesDto!"
|
|
8126
8998
|
]
|
|
8127
8999
|
}
|
|
@@ -8130,7 +9002,7 @@ exports.default = {
|
|
|
8130
9002
|
77,
|
|
8131
9003
|
{
|
|
8132
9004
|
"input": [
|
|
8133
|
-
|
|
9005
|
+
253,
|
|
8134
9006
|
"SetCompetitionResultDto!"
|
|
8135
9007
|
]
|
|
8136
9008
|
}
|
|
@@ -8142,10 +9014,10 @@ exports.default = {
|
|
|
8142
9014
|
101
|
|
8143
9015
|
],
|
|
8144
9016
|
"forceRefreshAthleteScores": [
|
|
8145
|
-
|
|
9017
|
+
156,
|
|
8146
9018
|
{
|
|
8147
9019
|
"input": [
|
|
8148
|
-
|
|
9020
|
+
271,
|
|
8149
9021
|
"ForceScoreRefreshDto!"
|
|
8150
9022
|
]
|
|
8151
9023
|
}
|
|
@@ -8154,16 +9026,28 @@ exports.default = {
|
|
|
8154
9026
|
90,
|
|
8155
9027
|
{
|
|
8156
9028
|
"input": [
|
|
8157
|
-
|
|
9029
|
+
373,
|
|
8158
9030
|
"SetCurrentCampaignDto!"
|
|
8159
9031
|
]
|
|
8160
9032
|
}
|
|
8161
9033
|
],
|
|
9034
|
+
"deleteOnboardingAthlete": [
|
|
9035
|
+
163
|
|
9036
|
+
],
|
|
9037
|
+
"updateOnboardingProgress": [
|
|
9038
|
+
172,
|
|
9039
|
+
{
|
|
9040
|
+
"input": [
|
|
9041
|
+
273,
|
|
9042
|
+
"UpdateOnboardingProgressDto!"
|
|
9043
|
+
]
|
|
9044
|
+
}
|
|
9045
|
+
],
|
|
8162
9046
|
"createSport": [
|
|
8163
9047
|
68,
|
|
8164
9048
|
{
|
|
8165
9049
|
"input": [
|
|
8166
|
-
|
|
9050
|
+
374,
|
|
8167
9051
|
"CreateSportDto!"
|
|
8168
9052
|
]
|
|
8169
9053
|
}
|
|
@@ -8172,7 +9056,7 @@ exports.default = {
|
|
|
8172
9056
|
68,
|
|
8173
9057
|
{
|
|
8174
9058
|
"input": [
|
|
8175
|
-
|
|
9059
|
+
375,
|
|
8176
9060
|
"UpdateSportDto!"
|
|
8177
9061
|
]
|
|
8178
9062
|
}
|
|
@@ -8181,7 +9065,7 @@ exports.default = {
|
|
|
8181
9065
|
71,
|
|
8182
9066
|
{
|
|
8183
9067
|
"input": [
|
|
8184
|
-
|
|
9068
|
+
376,
|
|
8185
9069
|
"CreateSportLevelDto!"
|
|
8186
9070
|
]
|
|
8187
9071
|
}
|
|
@@ -8190,7 +9074,7 @@ exports.default = {
|
|
|
8190
9074
|
58,
|
|
8191
9075
|
{
|
|
8192
9076
|
"input": [
|
|
8193
|
-
|
|
9077
|
+
378,
|
|
8194
9078
|
"CreateSponsorshipDto!"
|
|
8195
9079
|
]
|
|
8196
9080
|
}
|
|
@@ -8199,7 +9083,7 @@ exports.default = {
|
|
|
8199
9083
|
41,
|
|
8200
9084
|
{
|
|
8201
9085
|
"input": [
|
|
8202
|
-
|
|
9086
|
+
383,
|
|
8203
9087
|
"CreateCountryDto!"
|
|
8204
9088
|
]
|
|
8205
9089
|
}
|
|
@@ -8208,7 +9092,7 @@ exports.default = {
|
|
|
8208
9092
|
40,
|
|
8209
9093
|
{
|
|
8210
9094
|
"input": [
|
|
8211
|
-
|
|
9095
|
+
384,
|
|
8212
9096
|
"CreateStateDto!"
|
|
8213
9097
|
]
|
|
8214
9098
|
}
|
|
@@ -8217,7 +9101,7 @@ exports.default = {
|
|
|
8217
9101
|
39,
|
|
8218
9102
|
{
|
|
8219
9103
|
"input": [
|
|
8220
|
-
|
|
9104
|
+
385,
|
|
8221
9105
|
"CreateCityDto!"
|
|
8222
9106
|
]
|
|
8223
9107
|
}
|
|
@@ -8226,7 +9110,7 @@ exports.default = {
|
|
|
8226
9110
|
29,
|
|
8227
9111
|
{
|
|
8228
9112
|
"input": [
|
|
8229
|
-
|
|
9113
|
+
284,
|
|
8230
9114
|
"RegisterUserDto!"
|
|
8231
9115
|
]
|
|
8232
9116
|
}
|
|
@@ -8235,7 +9119,7 @@ exports.default = {
|
|
|
8235
9119
|
3,
|
|
8236
9120
|
{
|
|
8237
9121
|
"input": [
|
|
8238
|
-
|
|
9122
|
+
242,
|
|
8239
9123
|
"VerifyCodeDto!"
|
|
8240
9124
|
]
|
|
8241
9125
|
}
|
|
@@ -8244,7 +9128,7 @@ exports.default = {
|
|
|
8244
9128
|
0,
|
|
8245
9129
|
{
|
|
8246
9130
|
"input": [
|
|
8247
|
-
|
|
9131
|
+
242,
|
|
8248
9132
|
"VerifyCodeDto!"
|
|
8249
9133
|
]
|
|
8250
9134
|
}
|
|
@@ -8253,7 +9137,7 @@ exports.default = {
|
|
|
8253
9137
|
0,
|
|
8254
9138
|
{
|
|
8255
9139
|
"input": [
|
|
8256
|
-
|
|
9140
|
+
284,
|
|
8257
9141
|
"RegisterUserDto!"
|
|
8258
9142
|
]
|
|
8259
9143
|
}
|
|
@@ -8262,7 +9146,7 @@ exports.default = {
|
|
|
8262
9146
|
0,
|
|
8263
9147
|
{
|
|
8264
9148
|
"input": [
|
|
8265
|
-
|
|
9149
|
+
284,
|
|
8266
9150
|
"RegisterUserDto!"
|
|
8267
9151
|
]
|
|
8268
9152
|
}
|
|
@@ -8271,7 +9155,7 @@ exports.default = {
|
|
|
8271
9155
|
0,
|
|
8272
9156
|
{
|
|
8273
9157
|
"input": [
|
|
8274
|
-
|
|
9158
|
+
284,
|
|
8275
9159
|
"RegisterUserDto!"
|
|
8276
9160
|
]
|
|
8277
9161
|
}
|
|
@@ -8290,7 +9174,7 @@ exports.default = {
|
|
|
8290
9174
|
}
|
|
8291
9175
|
],
|
|
8292
9176
|
"createResetPasswordCode": [
|
|
8293
|
-
|
|
9177
|
+
148,
|
|
8294
9178
|
{
|
|
8295
9179
|
"input": [
|
|
8296
9180
|
1,
|
|
@@ -8299,16 +9183,16 @@ exports.default = {
|
|
|
8299
9183
|
}
|
|
8300
9184
|
],
|
|
8301
9185
|
"resetUserPassword": [
|
|
8302
|
-
|
|
9186
|
+
148,
|
|
8303
9187
|
{
|
|
8304
9188
|
"input": [
|
|
8305
|
-
|
|
9189
|
+
286,
|
|
8306
9190
|
"resetPasswordDto!"
|
|
8307
9191
|
]
|
|
8308
9192
|
}
|
|
8309
9193
|
],
|
|
8310
9194
|
"validateToken": [
|
|
8311
|
-
|
|
9195
|
+
176,
|
|
8312
9196
|
{
|
|
8313
9197
|
"input": [
|
|
8314
9198
|
1,
|
|
@@ -8317,22 +9201,22 @@ exports.default = {
|
|
|
8317
9201
|
}
|
|
8318
9202
|
],
|
|
8319
9203
|
"updateUserSuspendedStatus": [
|
|
8320
|
-
|
|
9204
|
+
148,
|
|
8321
9205
|
{
|
|
8322
9206
|
"input": [
|
|
8323
|
-
|
|
9207
|
+
287,
|
|
8324
9208
|
"UpdateUserSuspendedStatusDto!"
|
|
8325
9209
|
]
|
|
8326
9210
|
}
|
|
8327
9211
|
],
|
|
8328
9212
|
"deleteMyAccount": [
|
|
8329
|
-
|
|
9213
|
+
177
|
|
8330
9214
|
],
|
|
8331
9215
|
"deleteVtxUser": [
|
|
8332
|
-
|
|
9216
|
+
177,
|
|
8333
9217
|
{
|
|
8334
9218
|
"input": [
|
|
8335
|
-
|
|
9219
|
+
289,
|
|
8336
9220
|
"DeleteVtxUserDto!"
|
|
8337
9221
|
]
|
|
8338
9222
|
}
|
|
@@ -8341,7 +9225,7 @@ exports.default = {
|
|
|
8341
9225
|
76,
|
|
8342
9226
|
{
|
|
8343
9227
|
"input": [
|
|
8344
|
-
|
|
9228
|
+
386,
|
|
8345
9229
|
"CreateSportEventDto!"
|
|
8346
9230
|
]
|
|
8347
9231
|
}
|
|
@@ -8350,13 +9234,13 @@ exports.default = {
|
|
|
8350
9234
|
76,
|
|
8351
9235
|
{
|
|
8352
9236
|
"input": [
|
|
8353
|
-
|
|
9237
|
+
293,
|
|
8354
9238
|
"UpdateSportEventDto!"
|
|
8355
9239
|
]
|
|
8356
9240
|
}
|
|
8357
9241
|
],
|
|
8358
9242
|
"deleteSportsEvent": [
|
|
8359
|
-
|
|
9243
|
+
148,
|
|
8360
9244
|
{
|
|
8361
9245
|
"eventId": [
|
|
8362
9246
|
1,
|
|
@@ -8365,10 +9249,10 @@ exports.default = {
|
|
|
8365
9249
|
}
|
|
8366
9250
|
],
|
|
8367
9251
|
"mergeSportsEvents": [
|
|
8368
|
-
|
|
9252
|
+
128,
|
|
8369
9253
|
{
|
|
8370
9254
|
"input": [
|
|
8371
|
-
|
|
9255
|
+
294,
|
|
8372
9256
|
"MergeSportsEventsDto!"
|
|
8373
9257
|
]
|
|
8374
9258
|
}
|
|
@@ -8377,7 +9261,7 @@ exports.default = {
|
|
|
8377
9261
|
90,
|
|
8378
9262
|
{
|
|
8379
9263
|
"input": [
|
|
8380
|
-
|
|
9264
|
+
304,
|
|
8381
9265
|
"SetFundingStatusDto!"
|
|
8382
9266
|
]
|
|
8383
9267
|
}
|
|
@@ -8386,7 +9270,7 @@ exports.default = {
|
|
|
8386
9270
|
90,
|
|
8387
9271
|
{
|
|
8388
9272
|
"input": [
|
|
8389
|
-
|
|
9273
|
+
301,
|
|
8390
9274
|
"CreateFundingCampaignDto!"
|
|
8391
9275
|
]
|
|
8392
9276
|
}
|
|
@@ -8395,7 +9279,7 @@ exports.default = {
|
|
|
8395
9279
|
90,
|
|
8396
9280
|
{
|
|
8397
9281
|
"input": [
|
|
8398
|
-
|
|
9282
|
+
303,
|
|
8399
9283
|
"UpdateFundingCampaignDto!"
|
|
8400
9284
|
]
|
|
8401
9285
|
}
|
|
@@ -8404,16 +9288,16 @@ exports.default = {
|
|
|
8404
9288
|
151,
|
|
8405
9289
|
{
|
|
8406
9290
|
"input": [
|
|
8407
|
-
|
|
9291
|
+
259,
|
|
8408
9292
|
"DeleteSingleValueDto!"
|
|
8409
9293
|
]
|
|
8410
9294
|
}
|
|
8411
9295
|
],
|
|
8412
9296
|
"deleteFundingCampaigns": [
|
|
8413
|
-
|
|
9297
|
+
150,
|
|
8414
9298
|
{
|
|
8415
9299
|
"input": [
|
|
8416
|
-
|
|
9300
|
+
265,
|
|
8417
9301
|
"DeleteValuesDto!"
|
|
8418
9302
|
]
|
|
8419
9303
|
}
|
|
@@ -8431,7 +9315,7 @@ exports.default = {
|
|
|
8431
9315
|
2,
|
|
8432
9316
|
{
|
|
8433
9317
|
"input": [
|
|
8434
|
-
|
|
9318
|
+
306,
|
|
8435
9319
|
"AddCompetitionBudgetDto!"
|
|
8436
9320
|
]
|
|
8437
9321
|
}
|
|
@@ -8440,7 +9324,7 @@ exports.default = {
|
|
|
8440
9324
|
2,
|
|
8441
9325
|
{
|
|
8442
9326
|
"input": [
|
|
8443
|
-
|
|
9327
|
+
307,
|
|
8444
9328
|
"EditCompetitionBudgetDto!"
|
|
8445
9329
|
]
|
|
8446
9330
|
}
|
|
@@ -8449,7 +9333,7 @@ exports.default = {
|
|
|
8449
9333
|
2,
|
|
8450
9334
|
{
|
|
8451
9335
|
"input": [
|
|
8452
|
-
|
|
9336
|
+
308,
|
|
8453
9337
|
"EditCampaignBudgetDto!"
|
|
8454
9338
|
]
|
|
8455
9339
|
}
|
|
@@ -8458,7 +9342,7 @@ exports.default = {
|
|
|
8458
9342
|
2,
|
|
8459
9343
|
{
|
|
8460
9344
|
"input": [
|
|
8461
|
-
|
|
9345
|
+
308,
|
|
8462
9346
|
"EditCampaignBudgetDto!"
|
|
8463
9347
|
]
|
|
8464
9348
|
}
|
|
@@ -8467,7 +9351,7 @@ exports.default = {
|
|
|
8467
9351
|
83,
|
|
8468
9352
|
{
|
|
8469
9353
|
"input": [
|
|
8470
|
-
|
|
9354
|
+
311,
|
|
8471
9355
|
"CreateMembershipOrganizationDto!"
|
|
8472
9356
|
]
|
|
8473
9357
|
}
|
|
@@ -8476,7 +9360,7 @@ exports.default = {
|
|
|
8476
9360
|
85,
|
|
8477
9361
|
{
|
|
8478
9362
|
"input": [
|
|
8479
|
-
|
|
9363
|
+
312,
|
|
8480
9364
|
"CreateAthleteMembershipDto!"
|
|
8481
9365
|
]
|
|
8482
9366
|
}
|
|
@@ -8485,7 +9369,7 @@ exports.default = {
|
|
|
8485
9369
|
151,
|
|
8486
9370
|
{
|
|
8487
9371
|
"input": [
|
|
8488
|
-
|
|
9372
|
+
259,
|
|
8489
9373
|
"DeleteSingleValueDto!"
|
|
8490
9374
|
]
|
|
8491
9375
|
}
|
|
@@ -8506,7 +9390,7 @@ exports.default = {
|
|
|
8506
9390
|
98,
|
|
8507
9391
|
{
|
|
8508
9392
|
"input": [
|
|
8509
|
-
|
|
9393
|
+
387,
|
|
8510
9394
|
"CreateStripeAccountDto!"
|
|
8511
9395
|
]
|
|
8512
9396
|
}
|
|
@@ -8518,7 +9402,7 @@ exports.default = {
|
|
|
8518
9402
|
107,
|
|
8519
9403
|
{
|
|
8520
9404
|
"input": [
|
|
8521
|
-
|
|
9405
|
+
243,
|
|
8522
9406
|
"DonationCheckoutDto!"
|
|
8523
9407
|
]
|
|
8524
9408
|
}
|
|
@@ -8530,32 +9414,32 @@ exports.default = {
|
|
|
8530
9414
|
1
|
|
8531
9415
|
],
|
|
8532
9416
|
"registerMember": [
|
|
8533
|
-
|
|
9417
|
+
132,
|
|
8534
9418
|
{
|
|
8535
9419
|
"input": [
|
|
8536
|
-
|
|
9420
|
+
316,
|
|
8537
9421
|
"RegisterMemberDto!"
|
|
8538
9422
|
]
|
|
8539
9423
|
}
|
|
8540
9424
|
],
|
|
8541
9425
|
"createOffer": [
|
|
8542
|
-
|
|
9426
|
+
136,
|
|
8543
9427
|
{
|
|
8544
9428
|
"input": [
|
|
8545
|
-
|
|
9429
|
+
319,
|
|
8546
9430
|
"CreateOfferDto!"
|
|
8547
9431
|
]
|
|
8548
9432
|
}
|
|
8549
9433
|
],
|
|
8550
9434
|
"updateOffer": [
|
|
8551
|
-
|
|
9435
|
+
136,
|
|
8552
9436
|
{
|
|
8553
9437
|
"id": [
|
|
8554
9438
|
1,
|
|
8555
9439
|
"String!"
|
|
8556
9440
|
],
|
|
8557
9441
|
"input": [
|
|
8558
|
-
|
|
9442
|
+
319,
|
|
8559
9443
|
"CreateOfferDto!"
|
|
8560
9444
|
]
|
|
8561
9445
|
}
|
|
@@ -8570,7 +9454,7 @@ exports.default = {
|
|
|
8570
9454
|
}
|
|
8571
9455
|
],
|
|
8572
9456
|
"setOfferStatus": [
|
|
8573
|
-
|
|
9457
|
+
136,
|
|
8574
9458
|
{
|
|
8575
9459
|
"id": [
|
|
8576
9460
|
1,
|
|
@@ -8583,7 +9467,7 @@ exports.default = {
|
|
|
8583
9467
|
}
|
|
8584
9468
|
],
|
|
8585
9469
|
"activateOffer": [
|
|
8586
|
-
|
|
9470
|
+
136,
|
|
8587
9471
|
{
|
|
8588
9472
|
"id": [
|
|
8589
9473
|
1,
|
|
@@ -8592,7 +9476,7 @@ exports.default = {
|
|
|
8592
9476
|
}
|
|
8593
9477
|
],
|
|
8594
9478
|
"deactivateOffer": [
|
|
8595
|
-
|
|
9479
|
+
136,
|
|
8596
9480
|
{
|
|
8597
9481
|
"id": [
|
|
8598
9482
|
1,
|
|
@@ -8601,7 +9485,7 @@ exports.default = {
|
|
|
8601
9485
|
}
|
|
8602
9486
|
],
|
|
8603
9487
|
"claimOffer": [
|
|
8604
|
-
|
|
9488
|
+
140,
|
|
8605
9489
|
{
|
|
8606
9490
|
"offerId": [
|
|
8607
9491
|
1,
|
|
@@ -8627,7 +9511,7 @@ exports.default = {
|
|
|
8627
9511
|
}
|
|
8628
9512
|
],
|
|
8629
9513
|
"uploadCouponCodes": [
|
|
8630
|
-
|
|
9514
|
+
190,
|
|
8631
9515
|
{
|
|
8632
9516
|
"offerId": [
|
|
8633
9517
|
1,
|
|
@@ -8642,6 +9526,187 @@ exports.default = {
|
|
|
8642
9526
|
"rebuildLeaderboardCache": [
|
|
8643
9527
|
2
|
|
8644
9528
|
],
|
|
9529
|
+
"markNotificationAsRead": [
|
|
9530
|
+
218,
|
|
9531
|
+
{
|
|
9532
|
+
"input": [
|
|
9533
|
+
339,
|
|
9534
|
+
"MarkNotificationReadDto!"
|
|
9535
|
+
]
|
|
9536
|
+
}
|
|
9537
|
+
],
|
|
9538
|
+
"markAllNotificationsAsRead": [
|
|
9539
|
+
51
|
|
9540
|
+
],
|
|
9541
|
+
"dismissNotification": [
|
|
9542
|
+
2,
|
|
9543
|
+
{
|
|
9544
|
+
"input": [
|
|
9545
|
+
340,
|
|
9546
|
+
"DismissNotificationDto!"
|
|
9547
|
+
]
|
|
9548
|
+
}
|
|
9549
|
+
],
|
|
9550
|
+
"updateNotificationPreferences": [
|
|
9551
|
+
222,
|
|
9552
|
+
{
|
|
9553
|
+
"input": [
|
|
9554
|
+
341,
|
|
9555
|
+
"UpdateNotificationPreferenceDto!"
|
|
9556
|
+
]
|
|
9557
|
+
}
|
|
9558
|
+
],
|
|
9559
|
+
"registerDeviceToken": [
|
|
9560
|
+
223,
|
|
9561
|
+
{
|
|
9562
|
+
"input": [
|
|
9563
|
+
342,
|
|
9564
|
+
"RegisterDeviceTokenDto!"
|
|
9565
|
+
]
|
|
9566
|
+
}
|
|
9567
|
+
],
|
|
9568
|
+
"unregisterDeviceToken": [
|
|
9569
|
+
2,
|
|
9570
|
+
{
|
|
9571
|
+
"input": [
|
|
9572
|
+
343,
|
|
9573
|
+
"UnregisterDeviceTokenDto!"
|
|
9574
|
+
]
|
|
9575
|
+
}
|
|
9576
|
+
],
|
|
9577
|
+
"followAthlete": [
|
|
9578
|
+
2,
|
|
9579
|
+
{
|
|
9580
|
+
"input": [
|
|
9581
|
+
344,
|
|
9582
|
+
"FollowAthleteInput!"
|
|
9583
|
+
]
|
|
9584
|
+
}
|
|
9585
|
+
],
|
|
9586
|
+
"unfollowAthlete": [
|
|
9587
|
+
2,
|
|
9588
|
+
{
|
|
9589
|
+
"input": [
|
|
9590
|
+
345,
|
|
9591
|
+
"UnfollowAthleteInput!"
|
|
9592
|
+
]
|
|
9593
|
+
}
|
|
9594
|
+
],
|
|
9595
|
+
"createEmailCampaign": [
|
|
9596
|
+
229,
|
|
9597
|
+
{
|
|
9598
|
+
"input": [
|
|
9599
|
+
388,
|
|
9600
|
+
"CreateEmailCampaignDto!"
|
|
9601
|
+
]
|
|
9602
|
+
}
|
|
9603
|
+
],
|
|
9604
|
+
"updateEmailCampaign": [
|
|
9605
|
+
229,
|
|
9606
|
+
{
|
|
9607
|
+
"id": [
|
|
9608
|
+
1,
|
|
9609
|
+
"String!"
|
|
9610
|
+
],
|
|
9611
|
+
"input": [
|
|
9612
|
+
389,
|
|
9613
|
+
"UpdateEmailCampaignDto!"
|
|
9614
|
+
]
|
|
9615
|
+
}
|
|
9616
|
+
],
|
|
9617
|
+
"deleteEmailCampaign": [
|
|
9618
|
+
2,
|
|
9619
|
+
{
|
|
9620
|
+
"id": [
|
|
9621
|
+
1,
|
|
9622
|
+
"String!"
|
|
9623
|
+
]
|
|
9624
|
+
}
|
|
9625
|
+
],
|
|
9626
|
+
"cloneEmailCampaign": [
|
|
9627
|
+
229,
|
|
9628
|
+
{
|
|
9629
|
+
"id": [
|
|
9630
|
+
1,
|
|
9631
|
+
"String!"
|
|
9632
|
+
]
|
|
9633
|
+
}
|
|
9634
|
+
],
|
|
9635
|
+
"sendTestEmail": [
|
|
9636
|
+
2,
|
|
9637
|
+
{
|
|
9638
|
+
"campaignId": [
|
|
9639
|
+
1,
|
|
9640
|
+
"String!"
|
|
9641
|
+
],
|
|
9642
|
+
"adminEmail": [
|
|
9643
|
+
1,
|
|
9644
|
+
"String!"
|
|
9645
|
+
]
|
|
9646
|
+
}
|
|
9647
|
+
],
|
|
9648
|
+
"sendBulkEmail": [
|
|
9649
|
+
2,
|
|
9650
|
+
{
|
|
9651
|
+
"campaignId": [
|
|
9652
|
+
1,
|
|
9653
|
+
"String!"
|
|
9654
|
+
]
|
|
9655
|
+
}
|
|
9656
|
+
],
|
|
9657
|
+
"scheduleEmailCampaign": [
|
|
9658
|
+
229,
|
|
9659
|
+
{
|
|
9660
|
+
"campaignId": [
|
|
9661
|
+
1,
|
|
9662
|
+
"String!"
|
|
9663
|
+
],
|
|
9664
|
+
"scheduledFor": [
|
|
9665
|
+
14,
|
|
9666
|
+
"DateTime!"
|
|
9667
|
+
]
|
|
9668
|
+
}
|
|
9669
|
+
],
|
|
9670
|
+
"cancelScheduledEmail": [
|
|
9671
|
+
229,
|
|
9672
|
+
{
|
|
9673
|
+
"campaignId": [
|
|
9674
|
+
1,
|
|
9675
|
+
"String!"
|
|
9676
|
+
]
|
|
9677
|
+
}
|
|
9678
|
+
],
|
|
9679
|
+
"createEmailSegment": [
|
|
9680
|
+
228,
|
|
9681
|
+
{
|
|
9682
|
+
"input": [
|
|
9683
|
+
390,
|
|
9684
|
+
"CreateEmailSegmentDto!"
|
|
9685
|
+
]
|
|
9686
|
+
}
|
|
9687
|
+
],
|
|
9688
|
+
"updateEmailSegment": [
|
|
9689
|
+
228,
|
|
9690
|
+
{
|
|
9691
|
+
"id": [
|
|
9692
|
+
1,
|
|
9693
|
+
"String!"
|
|
9694
|
+
],
|
|
9695
|
+
"input": [
|
|
9696
|
+
391,
|
|
9697
|
+
"UpdateEmailSegmentDto!"
|
|
9698
|
+
]
|
|
9699
|
+
}
|
|
9700
|
+
],
|
|
9701
|
+
"deleteEmailSegment": [
|
|
9702
|
+
2,
|
|
9703
|
+
{
|
|
9704
|
+
"id": [
|
|
9705
|
+
1,
|
|
9706
|
+
"String!"
|
|
9707
|
+
]
|
|
9708
|
+
}
|
|
9709
|
+
],
|
|
8645
9710
|
"__typename": [
|
|
8646
9711
|
1
|
|
8647
9712
|
]
|
|
@@ -8851,10 +9916,10 @@ exports.default = {
|
|
|
8851
9916
|
1
|
|
8852
9917
|
],
|
|
8853
9918
|
"profilePicture": [
|
|
8854
|
-
|
|
9919
|
+
245
|
|
8855
9920
|
],
|
|
8856
9921
|
"cardPicture": [
|
|
8857
|
-
|
|
9922
|
+
245
|
|
8858
9923
|
],
|
|
8859
9924
|
"__typename": [
|
|
8860
9925
|
1
|
|
@@ -8873,7 +9938,7 @@ exports.default = {
|
|
|
8873
9938
|
},
|
|
8874
9939
|
"EditDisplayIndexDto": {
|
|
8875
9940
|
"updates": [
|
|
8876
|
-
|
|
9941
|
+
372
|
|
8877
9942
|
],
|
|
8878
9943
|
"__typename": [
|
|
8879
9944
|
1
|
|
@@ -8937,7 +10002,7 @@ exports.default = {
|
|
|
8937
10002
|
18
|
|
8938
10003
|
],
|
|
8939
10004
|
"translations": [
|
|
8940
|
-
|
|
10005
|
+
377
|
|
8941
10006
|
],
|
|
8942
10007
|
"__typename": [
|
|
8943
10008
|
1
|
|
@@ -8971,10 +10036,10 @@ exports.default = {
|
|
|
8971
10036
|
18
|
|
8972
10037
|
],
|
|
8973
10038
|
"banner": [
|
|
8974
|
-
|
|
10039
|
+
245
|
|
8975
10040
|
],
|
|
8976
10041
|
"criteria": [
|
|
8977
|
-
|
|
10042
|
+
320
|
|
8978
10043
|
],
|
|
8979
10044
|
"deadline": [
|
|
8980
10045
|
14
|
|
@@ -8983,13 +10048,13 @@ exports.default = {
|
|
|
8983
10048
|
14
|
|
8984
10049
|
],
|
|
8985
10050
|
"duration": [
|
|
8986
|
-
|
|
10051
|
+
379
|
|
8987
10052
|
],
|
|
8988
10053
|
"sponsorshipItems": [
|
|
8989
|
-
|
|
10054
|
+
380
|
|
8990
10055
|
],
|
|
8991
10056
|
"commitments": [
|
|
8992
|
-
|
|
10057
|
+
381
|
|
8993
10058
|
],
|
|
8994
10059
|
"terms": [
|
|
8995
10060
|
1
|
|
@@ -9001,7 +10066,7 @@ exports.default = {
|
|
|
9001
10066
|
2
|
|
9002
10067
|
],
|
|
9003
10068
|
"translations": [
|
|
9004
|
-
|
|
10069
|
+
382
|
|
9005
10070
|
],
|
|
9006
10071
|
"__typename": [
|
|
9007
10072
|
1
|
|
@@ -9078,7 +10143,7 @@ exports.default = {
|
|
|
9078
10143
|
1
|
|
9079
10144
|
],
|
|
9080
10145
|
"banner": [
|
|
9081
|
-
|
|
10146
|
+
245
|
|
9082
10147
|
],
|
|
9083
10148
|
"terms": [
|
|
9084
10149
|
1
|
|
@@ -9185,7 +10250,7 @@ exports.default = {
|
|
|
9185
10250
|
1
|
|
9186
10251
|
],
|
|
9187
10252
|
"banner": [
|
|
9188
|
-
|
|
10253
|
+
245
|
|
9189
10254
|
],
|
|
9190
10255
|
"eventLevel": [
|
|
9191
10256
|
1
|
|
@@ -9207,6 +10272,86 @@ exports.default = {
|
|
|
9207
10272
|
"__typename": [
|
|
9208
10273
|
1
|
|
9209
10274
|
]
|
|
10275
|
+
},
|
|
10276
|
+
"CreateEmailCampaignDto": {
|
|
10277
|
+
"subject": [
|
|
10278
|
+
1
|
|
10279
|
+
],
|
|
10280
|
+
"templateId": [
|
|
10281
|
+
1
|
|
10282
|
+
],
|
|
10283
|
+
"templateName": [
|
|
10284
|
+
1
|
|
10285
|
+
],
|
|
10286
|
+
"htmlContent": [
|
|
10287
|
+
1
|
|
10288
|
+
],
|
|
10289
|
+
"audienceFilters": [
|
|
10290
|
+
357
|
|
10291
|
+
],
|
|
10292
|
+
"segmentId": [
|
|
10293
|
+
1
|
|
10294
|
+
],
|
|
10295
|
+
"scheduledFor": [
|
|
10296
|
+
14
|
|
10297
|
+
],
|
|
10298
|
+
"status": [
|
|
10299
|
+
1
|
|
10300
|
+
],
|
|
10301
|
+
"__typename": [
|
|
10302
|
+
1
|
|
10303
|
+
]
|
|
10304
|
+
},
|
|
10305
|
+
"UpdateEmailCampaignDto": {
|
|
10306
|
+
"subject": [
|
|
10307
|
+
1
|
|
10308
|
+
],
|
|
10309
|
+
"templateId": [
|
|
10310
|
+
1
|
|
10311
|
+
],
|
|
10312
|
+
"templateName": [
|
|
10313
|
+
1
|
|
10314
|
+
],
|
|
10315
|
+
"htmlContent": [
|
|
10316
|
+
1
|
|
10317
|
+
],
|
|
10318
|
+
"audienceFilters": [
|
|
10319
|
+
357
|
|
10320
|
+
],
|
|
10321
|
+
"segmentId": [
|
|
10322
|
+
1
|
|
10323
|
+
],
|
|
10324
|
+
"scheduledFor": [
|
|
10325
|
+
14
|
|
10326
|
+
],
|
|
10327
|
+
"status": [
|
|
10328
|
+
1
|
|
10329
|
+
],
|
|
10330
|
+
"__typename": [
|
|
10331
|
+
1
|
|
10332
|
+
]
|
|
10333
|
+
},
|
|
10334
|
+
"CreateEmailSegmentDto": {
|
|
10335
|
+
"name": [
|
|
10336
|
+
1
|
|
10337
|
+
],
|
|
10338
|
+
"filters": [
|
|
10339
|
+
357
|
|
10340
|
+
],
|
|
10341
|
+
"__typename": [
|
|
10342
|
+
1
|
|
10343
|
+
]
|
|
10344
|
+
},
|
|
10345
|
+
"UpdateEmailSegmentDto": {
|
|
10346
|
+
"name": [
|
|
10347
|
+
1
|
|
10348
|
+
],
|
|
10349
|
+
"filters": [
|
|
10350
|
+
357
|
|
10351
|
+
],
|
|
10352
|
+
"__typename": [
|
|
10353
|
+
1
|
|
10354
|
+
]
|
|
9210
10355
|
}
|
|
9211
10356
|
}
|
|
9212
10357
|
};
|