@vertikalx/vtx-backend-client 3.0.0-dev.5 → 3.0.0-dev.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/api/vtx-base-api.d.ts +7 -1
- package/src/api/vtx-base-api.js +306 -0
- package/src/api/vtx-base-api.js.map +1 -1
- package/src/client/schema.d.ts +66 -12
- package/src/client/schema.js +14 -7
- package/src/client/schema.js.map +1 -1
- package/src/client/types.d.ts +26 -1
- package/src/client/types.js +212 -141
- package/src/client/types.js.map +1 -1
- package/tsconfig.lib.tsbuildinfo +1 -1
package/src/client/types.js
CHANGED
|
@@ -9,9 +9,9 @@ exports.default = {
|
|
|
9
9
|
102,
|
|
10
10
|
127,
|
|
11
11
|
128,
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
12
|
+
147,
|
|
13
|
+
151,
|
|
14
|
+
218
|
|
15
15
|
],
|
|
16
16
|
"types": {
|
|
17
17
|
"User": {
|
|
@@ -2507,7 +2507,7 @@ exports.default = {
|
|
|
2507
2507
|
1
|
|
2508
2508
|
]
|
|
2509
2509
|
},
|
|
2510
|
-
"
|
|
2510
|
+
"HistoricalScore": {
|
|
2511
2511
|
"_id": [
|
|
2512
2512
|
1
|
|
2513
2513
|
],
|
|
@@ -2785,7 +2785,7 @@ exports.default = {
|
|
|
2785
2785
|
89
|
|
2786
2786
|
],
|
|
2787
2787
|
"mode": [
|
|
2788
|
-
|
|
2788
|
+
218
|
|
2789
2789
|
],
|
|
2790
2790
|
"athleteId": [
|
|
2791
2791
|
1
|
|
@@ -3346,6 +3346,12 @@ exports.default = {
|
|
|
3346
3346
|
"donationMode": [
|
|
3347
3347
|
1
|
|
3348
3348
|
],
|
|
3349
|
+
"donorName": [
|
|
3350
|
+
1
|
|
3351
|
+
],
|
|
3352
|
+
"donorEmail": [
|
|
3353
|
+
1
|
|
3354
|
+
],
|
|
3349
3355
|
"completed": [
|
|
3350
3356
|
2
|
|
3351
3357
|
],
|
|
@@ -3546,12 +3552,47 @@ exports.default = {
|
|
|
3546
3552
|
1
|
|
3547
3553
|
]
|
|
3548
3554
|
},
|
|
3555
|
+
"HistoricalScoresPeriod": {
|
|
3556
|
+
"athleteId": [
|
|
3557
|
+
1
|
|
3558
|
+
],
|
|
3559
|
+
"athleteFirstName": [
|
|
3560
|
+
1
|
|
3561
|
+
],
|
|
3562
|
+
"athleteLastName": [
|
|
3563
|
+
1
|
|
3564
|
+
],
|
|
3565
|
+
"screenName": [
|
|
3566
|
+
1
|
|
3567
|
+
],
|
|
3568
|
+
"minTimestampInclusive": [
|
|
3569
|
+
14
|
|
3570
|
+
],
|
|
3571
|
+
"maxTimestampExclusive": [
|
|
3572
|
+
14
|
|
3573
|
+
],
|
|
3574
|
+
"vtxScores": [
|
|
3575
|
+
98
|
|
3576
|
+
],
|
|
3577
|
+
"tpiScores": [
|
|
3578
|
+
98
|
|
3579
|
+
],
|
|
3580
|
+
"spiScores": [
|
|
3581
|
+
98
|
|
3582
|
+
],
|
|
3583
|
+
"apiScores": [
|
|
3584
|
+
98
|
|
3585
|
+
],
|
|
3586
|
+
"__typename": [
|
|
3587
|
+
1
|
|
3588
|
+
]
|
|
3589
|
+
},
|
|
3549
3590
|
"StripeObject": {
|
|
3550
3591
|
"type": [
|
|
3551
3592
|
1
|
|
3552
3593
|
],
|
|
3553
3594
|
"json": [
|
|
3554
|
-
|
|
3595
|
+
147
|
|
3555
3596
|
],
|
|
3556
3597
|
"__typename": [
|
|
3557
3598
|
1
|
|
@@ -3621,7 +3662,7 @@ exports.default = {
|
|
|
3621
3662
|
1
|
|
3622
3663
|
],
|
|
3623
3664
|
"status": [
|
|
3624
|
-
|
|
3665
|
+
151
|
|
3625
3666
|
],
|
|
3626
3667
|
"lastError": [
|
|
3627
3668
|
1
|
|
@@ -3834,7 +3875,7 @@ exports.default = {
|
|
|
3834
3875
|
1
|
|
3835
3876
|
],
|
|
3836
3877
|
"invitations": [
|
|
3837
|
-
|
|
3878
|
+
163
|
|
3838
3879
|
],
|
|
3839
3880
|
"__typename": [
|
|
3840
3881
|
1
|
|
@@ -3945,7 +3986,7 @@ exports.default = {
|
|
|
3945
3986
|
1
|
|
3946
3987
|
],
|
|
3947
3988
|
"result": [
|
|
3948
|
-
|
|
3989
|
+
165
|
|
3949
3990
|
],
|
|
3950
3991
|
"cityId": [
|
|
3951
3992
|
1
|
|
@@ -3968,7 +4009,7 @@ exports.default = {
|
|
|
3968
4009
|
1
|
|
3969
4010
|
],
|
|
3970
4011
|
"result": [
|
|
3971
|
-
|
|
4012
|
+
165
|
|
3972
4013
|
],
|
|
3973
4014
|
"cityId": [
|
|
3974
4015
|
1
|
|
@@ -4004,13 +4045,13 @@ exports.default = {
|
|
|
4004
4045
|
},
|
|
4005
4046
|
"CursorPaginationDto": {
|
|
4006
4047
|
"sortCriteria": [
|
|
4007
|
-
|
|
4048
|
+
170
|
|
4008
4049
|
],
|
|
4009
4050
|
"limit": [
|
|
4010
4051
|
18
|
|
4011
4052
|
],
|
|
4012
4053
|
"cursorPosition": [
|
|
4013
|
-
|
|
4054
|
+
169
|
|
4014
4055
|
],
|
|
4015
4056
|
"__typename": [
|
|
4016
4057
|
1
|
|
@@ -4085,7 +4126,7 @@ exports.default = {
|
|
|
4085
4126
|
1
|
|
4086
4127
|
],
|
|
4087
4128
|
"currentCampaign": [
|
|
4088
|
-
|
|
4129
|
+
173
|
|
4089
4130
|
],
|
|
4090
4131
|
"sports": [
|
|
4091
4132
|
1
|
|
@@ -4147,10 +4188,10 @@ exports.default = {
|
|
|
4147
4188
|
},
|
|
4148
4189
|
"AthleteQueryDto": {
|
|
4149
4190
|
"cursor": [
|
|
4150
|
-
|
|
4191
|
+
171
|
|
4151
4192
|
],
|
|
4152
4193
|
"filters": [
|
|
4153
|
-
|
|
4194
|
+
174
|
|
4154
4195
|
],
|
|
4155
4196
|
"__typename": [
|
|
4156
4197
|
1
|
|
@@ -4161,7 +4202,7 @@ exports.default = {
|
|
|
4161
4202
|
1
|
|
4162
4203
|
],
|
|
4163
4204
|
"newPicture": [
|
|
4164
|
-
|
|
4205
|
+
177
|
|
4165
4206
|
],
|
|
4166
4207
|
"__typename": [
|
|
4167
4208
|
1
|
|
@@ -4195,7 +4236,7 @@ exports.default = {
|
|
|
4195
4236
|
1
|
|
4196
4237
|
],
|
|
4197
4238
|
"pictures": [
|
|
4198
|
-
|
|
4239
|
+
177
|
|
4199
4240
|
],
|
|
4200
4241
|
"albumId": [
|
|
4201
4242
|
1
|
|
@@ -4419,7 +4460,7 @@ exports.default = {
|
|
|
4419
4460
|
},
|
|
4420
4461
|
"resetPasswordDto": {
|
|
4421
4462
|
"code": [
|
|
4422
|
-
|
|
4463
|
+
161
|
|
4423
4464
|
],
|
|
4424
4465
|
"newPassword": [
|
|
4425
4466
|
1
|
|
@@ -4501,7 +4542,7 @@ exports.default = {
|
|
|
4501
4542
|
18
|
|
4502
4543
|
],
|
|
4503
4544
|
"items": [
|
|
4504
|
-
|
|
4545
|
+
197
|
|
4505
4546
|
],
|
|
4506
4547
|
"__typename": [
|
|
4507
4548
|
1
|
|
@@ -4512,7 +4553,7 @@ exports.default = {
|
|
|
4512
4553
|
18
|
|
4513
4554
|
],
|
|
4514
4555
|
"items": [
|
|
4515
|
-
|
|
4556
|
+
197
|
|
4516
4557
|
],
|
|
4517
4558
|
"athleteCompetitionId": [
|
|
4518
4559
|
1
|
|
@@ -4561,16 +4602,16 @@ exports.default = {
|
|
|
4561
4602
|
14
|
|
4562
4603
|
],
|
|
4563
4604
|
"budget": [
|
|
4564
|
-
|
|
4605
|
+
199
|
|
4565
4606
|
],
|
|
4566
4607
|
"competitionBudgets": [
|
|
4567
|
-
|
|
4608
|
+
200
|
|
4568
4609
|
],
|
|
4569
4610
|
"competitionIds": [
|
|
4570
4611
|
1
|
|
4571
4612
|
],
|
|
4572
4613
|
"video": [
|
|
4573
|
-
|
|
4614
|
+
201
|
|
4574
4615
|
],
|
|
4575
4616
|
"__typename": [
|
|
4576
4617
|
1
|
|
@@ -4602,16 +4643,16 @@ exports.default = {
|
|
|
4602
4643
|
14
|
|
4603
4644
|
],
|
|
4604
4645
|
"budget": [
|
|
4605
|
-
|
|
4646
|
+
199
|
|
4606
4647
|
],
|
|
4607
4648
|
"competitionBudgets": [
|
|
4608
|
-
|
|
4649
|
+
200
|
|
4609
4650
|
],
|
|
4610
4651
|
"competitionIds": [
|
|
4611
4652
|
1
|
|
4612
4653
|
],
|
|
4613
4654
|
"video": [
|
|
4614
|
-
|
|
4655
|
+
201
|
|
4615
4656
|
],
|
|
4616
4657
|
"loginEmail": [
|
|
4617
4658
|
1
|
|
@@ -4646,16 +4687,16 @@ exports.default = {
|
|
|
4646
4687
|
14
|
|
4647
4688
|
],
|
|
4648
4689
|
"budget": [
|
|
4649
|
-
|
|
4690
|
+
199
|
|
4650
4691
|
],
|
|
4651
4692
|
"competitionBudgets": [
|
|
4652
|
-
|
|
4693
|
+
200
|
|
4653
4694
|
],
|
|
4654
4695
|
"competitionIds": [
|
|
4655
4696
|
1
|
|
4656
4697
|
],
|
|
4657
4698
|
"video": [
|
|
4658
|
-
|
|
4699
|
+
201
|
|
4659
4700
|
],
|
|
4660
4701
|
"_id": [
|
|
4661
4702
|
1
|
|
@@ -4677,7 +4718,7 @@ exports.default = {
|
|
|
4677
4718
|
},
|
|
4678
4719
|
"BudgetDto": {
|
|
4679
4720
|
"items": [
|
|
4680
|
-
|
|
4721
|
+
197
|
|
4681
4722
|
],
|
|
4682
4723
|
"fundingMode": [
|
|
4683
4724
|
1
|
|
@@ -4691,7 +4732,7 @@ exports.default = {
|
|
|
4691
4732
|
1
|
|
4692
4733
|
],
|
|
4693
4734
|
"budget": [
|
|
4694
|
-
|
|
4735
|
+
206
|
|
4695
4736
|
],
|
|
4696
4737
|
"__typename": [
|
|
4697
4738
|
1
|
|
@@ -4702,7 +4743,7 @@ exports.default = {
|
|
|
4702
4743
|
1
|
|
4703
4744
|
],
|
|
4704
4745
|
"budget": [
|
|
4705
|
-
|
|
4746
|
+
206
|
|
4706
4747
|
],
|
|
4707
4748
|
"__typename": [
|
|
4708
4749
|
1
|
|
@@ -4722,7 +4763,7 @@ exports.default = {
|
|
|
4722
4763
|
18
|
|
4723
4764
|
],
|
|
4724
4765
|
"budget": [
|
|
4725
|
-
|
|
4766
|
+
206
|
|
4726
4767
|
],
|
|
4727
4768
|
"__typename": [
|
|
4728
4769
|
1
|
|
@@ -4742,7 +4783,7 @@ exports.default = {
|
|
|
4742
4783
|
1
|
|
4743
4784
|
],
|
|
4744
4785
|
"logo": [
|
|
4745
|
-
|
|
4786
|
+
177
|
|
4746
4787
|
],
|
|
4747
4788
|
"countryId": [
|
|
4748
4789
|
1
|
|
@@ -4852,7 +4893,7 @@ exports.default = {
|
|
|
4852
4893
|
1
|
|
4853
4894
|
],
|
|
4854
4895
|
"profilePicture": [
|
|
4855
|
-
|
|
4896
|
+
177
|
|
4856
4897
|
],
|
|
4857
4898
|
"__typename": [
|
|
4858
4899
|
1
|
|
@@ -4929,7 +4970,7 @@ exports.default = {
|
|
|
4929
4970
|
32,
|
|
4930
4971
|
{
|
|
4931
4972
|
"input": [
|
|
4932
|
-
|
|
4973
|
+
220,
|
|
4933
4974
|
"AWSS3GetUploadDto!"
|
|
4934
4975
|
]
|
|
4935
4976
|
}
|
|
@@ -4991,7 +5032,7 @@ exports.default = {
|
|
|
4991
5032
|
104,
|
|
4992
5033
|
{
|
|
4993
5034
|
"input": [
|
|
4994
|
-
|
|
5035
|
+
221,
|
|
4995
5036
|
"FindSponsorAthleteInvitationDto!"
|
|
4996
5037
|
]
|
|
4997
5038
|
}
|
|
@@ -5000,7 +5041,7 @@ exports.default = {
|
|
|
5000
5041
|
144,
|
|
5001
5042
|
{
|
|
5002
5043
|
"input": [
|
|
5003
|
-
|
|
5044
|
+
180,
|
|
5004
5045
|
"existValueDto!"
|
|
5005
5046
|
]
|
|
5006
5047
|
}
|
|
@@ -5012,7 +5053,7 @@ exports.default = {
|
|
|
5012
5053
|
139,
|
|
5013
5054
|
{
|
|
5014
5055
|
"input": [
|
|
5015
|
-
|
|
5056
|
+
175,
|
|
5016
5057
|
"AthleteQueryDto!"
|
|
5017
5058
|
]
|
|
5018
5059
|
}
|
|
@@ -5060,7 +5101,7 @@ exports.default = {
|
|
|
5060
5101
|
81,
|
|
5061
5102
|
{
|
|
5062
5103
|
"input": [
|
|
5063
|
-
|
|
5104
|
+
222,
|
|
5064
5105
|
"GetAthleteCompetitionsDto!"
|
|
5065
5106
|
]
|
|
5066
5107
|
}
|
|
@@ -5108,7 +5149,7 @@ exports.default = {
|
|
|
5108
5149
|
139,
|
|
5109
5150
|
{
|
|
5110
5151
|
"input": [
|
|
5111
|
-
|
|
5152
|
+
175,
|
|
5112
5153
|
"AthleteQueryDto!"
|
|
5113
5154
|
]
|
|
5114
5155
|
}
|
|
@@ -5126,25 +5167,43 @@ exports.default = {
|
|
|
5126
5167
|
142,
|
|
5127
5168
|
{
|
|
5128
5169
|
"input": [
|
|
5129
|
-
|
|
5170
|
+
180,
|
|
5130
5171
|
"existValueDto!"
|
|
5131
5172
|
]
|
|
5132
5173
|
}
|
|
5133
5174
|
],
|
|
5175
|
+
"getAthleteHistoricalScoresPeriod": [
|
|
5176
|
+
145,
|
|
5177
|
+
{
|
|
5178
|
+
"input": [
|
|
5179
|
+
182,
|
|
5180
|
+
"GetHistoricalScoresDto!"
|
|
5181
|
+
]
|
|
5182
|
+
}
|
|
5183
|
+
],
|
|
5134
5184
|
"getAthleteHistoricalScores": [
|
|
5135
5185
|
98,
|
|
5136
5186
|
{
|
|
5137
5187
|
"input": [
|
|
5138
|
-
|
|
5188
|
+
182,
|
|
5139
5189
|
"GetHistoricalScoresDto!"
|
|
5140
5190
|
]
|
|
5141
5191
|
}
|
|
5142
5192
|
],
|
|
5193
|
+
"getMyHistoricalScoresPeriod": [
|
|
5194
|
+
145,
|
|
5195
|
+
{
|
|
5196
|
+
"input": [
|
|
5197
|
+
181,
|
|
5198
|
+
"GetMyHistoricalScoresDto!"
|
|
5199
|
+
]
|
|
5200
|
+
}
|
|
5201
|
+
],
|
|
5143
5202
|
"getMyHistoricalScores": [
|
|
5144
5203
|
98,
|
|
5145
5204
|
{
|
|
5146
5205
|
"input": [
|
|
5147
|
-
|
|
5206
|
+
181,
|
|
5148
5207
|
"GetMyHistoricalScoresDto!"
|
|
5149
5208
|
]
|
|
5150
5209
|
}
|
|
@@ -5153,7 +5212,7 @@ exports.default = {
|
|
|
5153
5212
|
89,
|
|
5154
5213
|
{
|
|
5155
5214
|
"input": [
|
|
5156
|
-
|
|
5215
|
+
183,
|
|
5157
5216
|
"GetAthleteCampaignsDto!"
|
|
5158
5217
|
]
|
|
5159
5218
|
}
|
|
@@ -5225,7 +5284,7 @@ exports.default = {
|
|
|
5225
5284
|
0,
|
|
5226
5285
|
{
|
|
5227
5286
|
"input": [
|
|
5228
|
-
|
|
5287
|
+
223,
|
|
5229
5288
|
"FindVtxUserDto!"
|
|
5230
5289
|
]
|
|
5231
5290
|
}
|
|
@@ -5244,7 +5303,7 @@ exports.default = {
|
|
|
5244
5303
|
}
|
|
5245
5304
|
],
|
|
5246
5305
|
"getUserImagesFromEmail": [
|
|
5247
|
-
|
|
5306
|
+
148,
|
|
5248
5307
|
{
|
|
5249
5308
|
"loginEmail": [
|
|
5250
5309
|
1,
|
|
@@ -5265,7 +5324,7 @@ exports.default = {
|
|
|
5265
5324
|
36,
|
|
5266
5325
|
{
|
|
5267
5326
|
"input": [
|
|
5268
|
-
|
|
5327
|
+
161,
|
|
5269
5328
|
"VerifyCodeDto!"
|
|
5270
5329
|
]
|
|
5271
5330
|
}
|
|
@@ -5277,7 +5336,7 @@ exports.default = {
|
|
|
5277
5336
|
75,
|
|
5278
5337
|
{
|
|
5279
5338
|
"input": [
|
|
5280
|
-
|
|
5339
|
+
224,
|
|
5281
5340
|
"GetSportEventsDto!"
|
|
5282
5341
|
]
|
|
5283
5342
|
}
|
|
@@ -5288,6 +5347,18 @@ exports.default = {
|
|
|
5288
5347
|
"getDonationsByAthlete": [
|
|
5289
5348
|
117
|
|
5290
5349
|
],
|
|
5350
|
+
"getDonationsToAthlete": [
|
|
5351
|
+
133,
|
|
5352
|
+
{
|
|
5353
|
+
"athleteId": [
|
|
5354
|
+
1,
|
|
5355
|
+
"String!"
|
|
5356
|
+
]
|
|
5357
|
+
}
|
|
5358
|
+
],
|
|
5359
|
+
"getDonationsToMe": [
|
|
5360
|
+
133
|
|
5361
|
+
],
|
|
5291
5362
|
"getBudgetConcepts": [
|
|
5292
5363
|
132
|
|
5293
5364
|
],
|
|
@@ -5307,10 +5378,10 @@ exports.default = {
|
|
|
5307
5378
|
116
|
|
5308
5379
|
],
|
|
5309
5380
|
"stripeQuery": [
|
|
5310
|
-
|
|
5381
|
+
146,
|
|
5311
5382
|
{
|
|
5312
5383
|
"input": [
|
|
5313
|
-
|
|
5384
|
+
212,
|
|
5314
5385
|
"StripeQueryDto!"
|
|
5315
5386
|
]
|
|
5316
5387
|
}
|
|
@@ -5319,7 +5390,7 @@ exports.default = {
|
|
|
5319
5390
|
35,
|
|
5320
5391
|
{
|
|
5321
5392
|
"input": [
|
|
5322
|
-
|
|
5393
|
+
159,
|
|
5323
5394
|
"GetDatabaseFileDto!"
|
|
5324
5395
|
]
|
|
5325
5396
|
}
|
|
@@ -5328,7 +5399,7 @@ exports.default = {
|
|
|
5328
5399
|
117,
|
|
5329
5400
|
{
|
|
5330
5401
|
"input": [
|
|
5331
|
-
|
|
5402
|
+
195,
|
|
5332
5403
|
"GetReceiptDto!"
|
|
5333
5404
|
]
|
|
5334
5405
|
}
|
|
@@ -5337,7 +5408,7 @@ exports.default = {
|
|
|
5337
5408
|
118,
|
|
5338
5409
|
{
|
|
5339
5410
|
"input": [
|
|
5340
|
-
|
|
5411
|
+
195,
|
|
5341
5412
|
"GetReceiptDto!"
|
|
5342
5413
|
]
|
|
5343
5414
|
}
|
|
@@ -5415,7 +5486,7 @@ exports.default = {
|
|
|
5415
5486
|
5,
|
|
5416
5487
|
{
|
|
5417
5488
|
"tenant": [
|
|
5418
|
-
|
|
5489
|
+
226,
|
|
5419
5490
|
"CreateTenantInput!"
|
|
5420
5491
|
]
|
|
5421
5492
|
}
|
|
@@ -5424,7 +5495,7 @@ exports.default = {
|
|
|
5424
5495
|
11,
|
|
5425
5496
|
{
|
|
5426
5497
|
"tenant": [
|
|
5427
|
-
|
|
5498
|
+
226,
|
|
5428
5499
|
"CreateTenantInput!"
|
|
5429
5500
|
]
|
|
5430
5501
|
}
|
|
@@ -5433,7 +5504,7 @@ exports.default = {
|
|
|
5433
5504
|
3,
|
|
5434
5505
|
{
|
|
5435
5506
|
"user": [
|
|
5436
|
-
|
|
5507
|
+
227,
|
|
5437
5508
|
"CreateActiveUserInput!"
|
|
5438
5509
|
]
|
|
5439
5510
|
}
|
|
@@ -5468,7 +5539,7 @@ exports.default = {
|
|
|
5468
5539
|
0,
|
|
5469
5540
|
{
|
|
5470
5541
|
"input": [
|
|
5471
|
-
|
|
5542
|
+
228,
|
|
5472
5543
|
"RegisterUserToDomainFromEmailInput!"
|
|
5473
5544
|
]
|
|
5474
5545
|
}
|
|
@@ -5477,7 +5548,7 @@ exports.default = {
|
|
|
5477
5548
|
8,
|
|
5478
5549
|
{
|
|
5479
5550
|
"dto": [
|
|
5480
|
-
|
|
5551
|
+
229,
|
|
5481
5552
|
"RefreshTokenInput!"
|
|
5482
5553
|
]
|
|
5483
5554
|
}
|
|
@@ -5486,7 +5557,7 @@ exports.default = {
|
|
|
5486
5557
|
33,
|
|
5487
5558
|
{
|
|
5488
5559
|
"input": [
|
|
5489
|
-
|
|
5560
|
+
230,
|
|
5490
5561
|
"AWSS3DeleteUseTypeFileDto!"
|
|
5491
5562
|
]
|
|
5492
5563
|
}
|
|
@@ -5495,7 +5566,7 @@ exports.default = {
|
|
|
5495
5566
|
33,
|
|
5496
5567
|
{
|
|
5497
5568
|
"input": [
|
|
5498
|
-
|
|
5569
|
+
231,
|
|
5499
5570
|
"AWSS3DeleteBucketFileDto!"
|
|
5500
5571
|
]
|
|
5501
5572
|
}
|
|
@@ -5504,7 +5575,7 @@ exports.default = {
|
|
|
5504
5575
|
33,
|
|
5505
5576
|
{
|
|
5506
5577
|
"input": [
|
|
5507
|
-
|
|
5578
|
+
232,
|
|
5508
5579
|
"AWSS3DeleteUseTypeKeyDto!"
|
|
5509
5580
|
]
|
|
5510
5581
|
}
|
|
@@ -5513,7 +5584,7 @@ exports.default = {
|
|
|
5513
5584
|
27,
|
|
5514
5585
|
{
|
|
5515
5586
|
"input": [
|
|
5516
|
-
|
|
5587
|
+
177,
|
|
5517
5588
|
"AWSS3UploadedFileDto!"
|
|
5518
5589
|
]
|
|
5519
5590
|
}
|
|
@@ -5522,7 +5593,7 @@ exports.default = {
|
|
|
5522
5593
|
56,
|
|
5523
5594
|
{
|
|
5524
5595
|
"input": [
|
|
5525
|
-
|
|
5596
|
+
233,
|
|
5526
5597
|
"CreateIndustryDto!"
|
|
5527
5598
|
]
|
|
5528
5599
|
}
|
|
@@ -5531,7 +5602,7 @@ exports.default = {
|
|
|
5531
5602
|
39,
|
|
5532
5603
|
{
|
|
5533
5604
|
"input": [
|
|
5534
|
-
|
|
5605
|
+
234,
|
|
5535
5606
|
"CreateBrandDto!"
|
|
5536
5607
|
]
|
|
5537
5608
|
}
|
|
@@ -5540,7 +5611,7 @@ exports.default = {
|
|
|
5540
5611
|
59,
|
|
5541
5612
|
{
|
|
5542
5613
|
"input": [
|
|
5543
|
-
|
|
5614
|
+
236,
|
|
5544
5615
|
"RegisterSponsorInput!"
|
|
5545
5616
|
]
|
|
5546
5617
|
}
|
|
@@ -5549,7 +5620,7 @@ exports.default = {
|
|
|
5549
5620
|
59,
|
|
5550
5621
|
{
|
|
5551
5622
|
"input": [
|
|
5552
|
-
|
|
5623
|
+
237,
|
|
5553
5624
|
"CreateSponsorDto!"
|
|
5554
5625
|
]
|
|
5555
5626
|
}
|
|
@@ -5558,7 +5629,7 @@ exports.default = {
|
|
|
5558
5629
|
104,
|
|
5559
5630
|
{
|
|
5560
5631
|
"input": [
|
|
5561
|
-
|
|
5632
|
+
164,
|
|
5562
5633
|
"InviteAthletesDto!"
|
|
5563
5634
|
]
|
|
5564
5635
|
}
|
|
@@ -5567,7 +5638,7 @@ exports.default = {
|
|
|
5567
5638
|
136,
|
|
5568
5639
|
{
|
|
5569
5640
|
"input": [
|
|
5570
|
-
|
|
5641
|
+
172,
|
|
5571
5642
|
"DeleteSingleValueDto!"
|
|
5572
5643
|
]
|
|
5573
5644
|
}
|
|
@@ -5576,7 +5647,7 @@ exports.default = {
|
|
|
5576
5647
|
100,
|
|
5577
5648
|
{
|
|
5578
5649
|
"input": [
|
|
5579
|
-
|
|
5650
|
+
238,
|
|
5580
5651
|
"RegisterAthleteDto!"
|
|
5581
5652
|
]
|
|
5582
5653
|
}
|
|
@@ -5585,7 +5656,7 @@ exports.default = {
|
|
|
5585
5656
|
135,
|
|
5586
5657
|
{
|
|
5587
5658
|
"input": [
|
|
5588
|
-
|
|
5659
|
+
239,
|
|
5589
5660
|
"EditValueDto!"
|
|
5590
5661
|
]
|
|
5591
5662
|
}
|
|
@@ -5594,7 +5665,7 @@ exports.default = {
|
|
|
5594
5665
|
140,
|
|
5595
5666
|
{
|
|
5596
5667
|
"input": [
|
|
5597
|
-
|
|
5668
|
+
176,
|
|
5598
5669
|
"EditPictureDto!"
|
|
5599
5670
|
]
|
|
5600
5671
|
}
|
|
@@ -5603,7 +5674,7 @@ exports.default = {
|
|
|
5603
5674
|
141,
|
|
5604
5675
|
{
|
|
5605
5676
|
"input": [
|
|
5606
|
-
|
|
5677
|
+
178,
|
|
5607
5678
|
"UploadAlbumsPicturesDto!"
|
|
5608
5679
|
]
|
|
5609
5680
|
}
|
|
@@ -5612,7 +5683,7 @@ exports.default = {
|
|
|
5612
5683
|
81,
|
|
5613
5684
|
{
|
|
5614
5685
|
"input": [
|
|
5615
|
-
|
|
5686
|
+
167,
|
|
5616
5687
|
"CreateAthleteCompetitionDto!"
|
|
5617
5688
|
]
|
|
5618
5689
|
}
|
|
@@ -5621,7 +5692,7 @@ exports.default = {
|
|
|
5621
5692
|
136,
|
|
5622
5693
|
{
|
|
5623
5694
|
"input": [
|
|
5624
|
-
|
|
5695
|
+
172,
|
|
5625
5696
|
"DeleteSingleValueDto!"
|
|
5626
5697
|
]
|
|
5627
5698
|
}
|
|
@@ -5630,7 +5701,7 @@ exports.default = {
|
|
|
5630
5701
|
80,
|
|
5631
5702
|
{
|
|
5632
5703
|
"input": [
|
|
5633
|
-
|
|
5704
|
+
178,
|
|
5634
5705
|
"UploadAlbumsPicturesDto!"
|
|
5635
5706
|
]
|
|
5636
5707
|
}
|
|
@@ -5639,7 +5710,7 @@ exports.default = {
|
|
|
5639
5710
|
80,
|
|
5640
5711
|
{
|
|
5641
5712
|
"input": [
|
|
5642
|
-
|
|
5713
|
+
240,
|
|
5643
5714
|
"EditDisplayIndexDto!"
|
|
5644
5715
|
]
|
|
5645
5716
|
}
|
|
@@ -5648,7 +5719,7 @@ exports.default = {
|
|
|
5648
5719
|
80,
|
|
5649
5720
|
{
|
|
5650
5721
|
"input": [
|
|
5651
|
-
|
|
5722
|
+
178,
|
|
5652
5723
|
"UploadAlbumsPicturesDto!"
|
|
5653
5724
|
]
|
|
5654
5725
|
}
|
|
@@ -5657,7 +5728,7 @@ exports.default = {
|
|
|
5657
5728
|
136,
|
|
5658
5729
|
{
|
|
5659
5730
|
"input": [
|
|
5660
|
-
|
|
5731
|
+
172,
|
|
5661
5732
|
"DeleteSingleValueDto!"
|
|
5662
5733
|
]
|
|
5663
5734
|
}
|
|
@@ -5666,7 +5737,7 @@ exports.default = {
|
|
|
5666
5737
|
120,
|
|
5667
5738
|
{
|
|
5668
5739
|
"input": [
|
|
5669
|
-
|
|
5740
|
+
179,
|
|
5670
5741
|
"DeleteValuesDto!"
|
|
5671
5742
|
]
|
|
5672
5743
|
}
|
|
@@ -5675,7 +5746,7 @@ exports.default = {
|
|
|
5675
5746
|
76,
|
|
5676
5747
|
{
|
|
5677
5748
|
"input": [
|
|
5678
|
-
|
|
5749
|
+
166,
|
|
5679
5750
|
"SetCompetitionResultDto!"
|
|
5680
5751
|
]
|
|
5681
5752
|
}
|
|
@@ -5687,7 +5758,7 @@ exports.default = {
|
|
|
5687
5758
|
89,
|
|
5688
5759
|
{
|
|
5689
5760
|
"input": [
|
|
5690
|
-
|
|
5761
|
+
242,
|
|
5691
5762
|
"SetCurrentCampaignDto!"
|
|
5692
5763
|
]
|
|
5693
5764
|
}
|
|
@@ -5696,7 +5767,7 @@ exports.default = {
|
|
|
5696
5767
|
67,
|
|
5697
5768
|
{
|
|
5698
5769
|
"input": [
|
|
5699
|
-
|
|
5770
|
+
243,
|
|
5700
5771
|
"CreateSportDto!"
|
|
5701
5772
|
]
|
|
5702
5773
|
}
|
|
@@ -5705,7 +5776,7 @@ exports.default = {
|
|
|
5705
5776
|
67,
|
|
5706
5777
|
{
|
|
5707
5778
|
"input": [
|
|
5708
|
-
|
|
5779
|
+
244,
|
|
5709
5780
|
"UpdateSportDto!"
|
|
5710
5781
|
]
|
|
5711
5782
|
}
|
|
@@ -5714,7 +5785,7 @@ exports.default = {
|
|
|
5714
5785
|
70,
|
|
5715
5786
|
{
|
|
5716
5787
|
"input": [
|
|
5717
|
-
|
|
5788
|
+
245,
|
|
5718
5789
|
"CreateSportLevelDto!"
|
|
5719
5790
|
]
|
|
5720
5791
|
}
|
|
@@ -5723,7 +5794,7 @@ exports.default = {
|
|
|
5723
5794
|
65,
|
|
5724
5795
|
{
|
|
5725
5796
|
"input": [
|
|
5726
|
-
|
|
5797
|
+
247,
|
|
5727
5798
|
"CreateSponsorshipDto!"
|
|
5728
5799
|
]
|
|
5729
5800
|
}
|
|
@@ -5732,7 +5803,7 @@ exports.default = {
|
|
|
5732
5803
|
45,
|
|
5733
5804
|
{
|
|
5734
5805
|
"input": [
|
|
5735
|
-
|
|
5806
|
+
254,
|
|
5736
5807
|
"CreateCountryDto!"
|
|
5737
5808
|
]
|
|
5738
5809
|
}
|
|
@@ -5741,7 +5812,7 @@ exports.default = {
|
|
|
5741
5812
|
44,
|
|
5742
5813
|
{
|
|
5743
5814
|
"input": [
|
|
5744
|
-
|
|
5815
|
+
255,
|
|
5745
5816
|
"CreateStateDto!"
|
|
5746
5817
|
]
|
|
5747
5818
|
}
|
|
@@ -5750,7 +5821,7 @@ exports.default = {
|
|
|
5750
5821
|
43,
|
|
5751
5822
|
{
|
|
5752
5823
|
"input": [
|
|
5753
|
-
|
|
5824
|
+
256,
|
|
5754
5825
|
"CreateCityDto!"
|
|
5755
5826
|
]
|
|
5756
5827
|
}
|
|
@@ -5759,7 +5830,7 @@ exports.default = {
|
|
|
5759
5830
|
29,
|
|
5760
5831
|
{
|
|
5761
5832
|
"input": [
|
|
5762
|
-
|
|
5833
|
+
193,
|
|
5763
5834
|
"RegisterUserDto!"
|
|
5764
5835
|
]
|
|
5765
5836
|
}
|
|
@@ -5768,7 +5839,7 @@ exports.default = {
|
|
|
5768
5839
|
3,
|
|
5769
5840
|
{
|
|
5770
5841
|
"input": [
|
|
5771
|
-
|
|
5842
|
+
161,
|
|
5772
5843
|
"VerifyCodeDto!"
|
|
5773
5844
|
]
|
|
5774
5845
|
}
|
|
@@ -5777,7 +5848,7 @@ exports.default = {
|
|
|
5777
5848
|
0,
|
|
5778
5849
|
{
|
|
5779
5850
|
"input": [
|
|
5780
|
-
|
|
5851
|
+
161,
|
|
5781
5852
|
"VerifyCodeDto!"
|
|
5782
5853
|
]
|
|
5783
5854
|
}
|
|
@@ -5786,7 +5857,7 @@ exports.default = {
|
|
|
5786
5857
|
0,
|
|
5787
5858
|
{
|
|
5788
5859
|
"input": [
|
|
5789
|
-
|
|
5860
|
+
193,
|
|
5790
5861
|
"RegisterUserDto!"
|
|
5791
5862
|
]
|
|
5792
5863
|
}
|
|
@@ -5795,7 +5866,7 @@ exports.default = {
|
|
|
5795
5866
|
0,
|
|
5796
5867
|
{
|
|
5797
5868
|
"input": [
|
|
5798
|
-
|
|
5869
|
+
193,
|
|
5799
5870
|
"RegisterUserDto!"
|
|
5800
5871
|
]
|
|
5801
5872
|
}
|
|
@@ -5804,7 +5875,7 @@ exports.default = {
|
|
|
5804
5875
|
0,
|
|
5805
5876
|
{
|
|
5806
5877
|
"input": [
|
|
5807
|
-
|
|
5878
|
+
193,
|
|
5808
5879
|
"RegisterUserDto!"
|
|
5809
5880
|
]
|
|
5810
5881
|
}
|
|
@@ -5835,13 +5906,13 @@ exports.default = {
|
|
|
5835
5906
|
135,
|
|
5836
5907
|
{
|
|
5837
5908
|
"input": [
|
|
5838
|
-
|
|
5909
|
+
194,
|
|
5839
5910
|
"resetPasswordDto!"
|
|
5840
5911
|
]
|
|
5841
5912
|
}
|
|
5842
5913
|
],
|
|
5843
5914
|
"validateToken": [
|
|
5844
|
-
|
|
5915
|
+
149,
|
|
5845
5916
|
{
|
|
5846
5917
|
"input": [
|
|
5847
5918
|
1,
|
|
@@ -5853,7 +5924,7 @@ exports.default = {
|
|
|
5853
5924
|
105,
|
|
5854
5925
|
{
|
|
5855
5926
|
"data": [
|
|
5856
|
-
|
|
5927
|
+
257,
|
|
5857
5928
|
"RegisterStravaDto!"
|
|
5858
5929
|
]
|
|
5859
5930
|
}
|
|
@@ -5871,7 +5942,7 @@ exports.default = {
|
|
|
5871
5942
|
75,
|
|
5872
5943
|
{
|
|
5873
5944
|
"input": [
|
|
5874
|
-
|
|
5945
|
+
258,
|
|
5875
5946
|
"CreateSportEventDto!"
|
|
5876
5947
|
]
|
|
5877
5948
|
}
|
|
@@ -5880,7 +5951,7 @@ exports.default = {
|
|
|
5880
5951
|
130,
|
|
5881
5952
|
{
|
|
5882
5953
|
"input": [
|
|
5883
|
-
|
|
5954
|
+
196,
|
|
5884
5955
|
"MergeSportsEventsDto!"
|
|
5885
5956
|
]
|
|
5886
5957
|
}
|
|
@@ -5889,7 +5960,7 @@ exports.default = {
|
|
|
5889
5960
|
89,
|
|
5890
5961
|
{
|
|
5891
5962
|
"input": [
|
|
5892
|
-
|
|
5963
|
+
205,
|
|
5893
5964
|
"SetFundingStatusDto!"
|
|
5894
5965
|
]
|
|
5895
5966
|
}
|
|
@@ -5898,7 +5969,7 @@ exports.default = {
|
|
|
5898
5969
|
89,
|
|
5899
5970
|
{
|
|
5900
5971
|
"input": [
|
|
5901
|
-
|
|
5972
|
+
202,
|
|
5902
5973
|
"CreateFundingCampaignDto!"
|
|
5903
5974
|
]
|
|
5904
5975
|
}
|
|
@@ -5907,7 +5978,7 @@ exports.default = {
|
|
|
5907
5978
|
89,
|
|
5908
5979
|
{
|
|
5909
5980
|
"input": [
|
|
5910
|
-
|
|
5981
|
+
204,
|
|
5911
5982
|
"UpdateFundingCampaignDto!"
|
|
5912
5983
|
]
|
|
5913
5984
|
}
|
|
@@ -5916,7 +5987,7 @@ exports.default = {
|
|
|
5916
5987
|
136,
|
|
5917
5988
|
{
|
|
5918
5989
|
"input": [
|
|
5919
|
-
|
|
5990
|
+
172,
|
|
5920
5991
|
"DeleteSingleValueDto!"
|
|
5921
5992
|
]
|
|
5922
5993
|
}
|
|
@@ -5925,7 +5996,7 @@ exports.default = {
|
|
|
5925
5996
|
120,
|
|
5926
5997
|
{
|
|
5927
5998
|
"input": [
|
|
5928
|
-
|
|
5999
|
+
179,
|
|
5929
6000
|
"DeleteValuesDto!"
|
|
5930
6001
|
]
|
|
5931
6002
|
}
|
|
@@ -5943,7 +6014,7 @@ exports.default = {
|
|
|
5943
6014
|
2,
|
|
5944
6015
|
{
|
|
5945
6016
|
"input": [
|
|
5946
|
-
|
|
6017
|
+
207,
|
|
5947
6018
|
"AddCompetitionBudgetDto!"
|
|
5948
6019
|
]
|
|
5949
6020
|
}
|
|
@@ -5952,7 +6023,7 @@ exports.default = {
|
|
|
5952
6023
|
2,
|
|
5953
6024
|
{
|
|
5954
6025
|
"input": [
|
|
5955
|
-
|
|
6026
|
+
208,
|
|
5956
6027
|
"EditCompetitionBudgetDto!"
|
|
5957
6028
|
]
|
|
5958
6029
|
}
|
|
@@ -5961,7 +6032,7 @@ exports.default = {
|
|
|
5961
6032
|
2,
|
|
5962
6033
|
{
|
|
5963
6034
|
"input": [
|
|
5964
|
-
|
|
6035
|
+
209,
|
|
5965
6036
|
"EditCampaignBudgetDto!"
|
|
5966
6037
|
]
|
|
5967
6038
|
}
|
|
@@ -5970,7 +6041,7 @@ exports.default = {
|
|
|
5970
6041
|
2,
|
|
5971
6042
|
{
|
|
5972
6043
|
"input": [
|
|
5973
|
-
|
|
6044
|
+
209,
|
|
5974
6045
|
"EditCampaignBudgetDto!"
|
|
5975
6046
|
]
|
|
5976
6047
|
}
|
|
@@ -5979,7 +6050,7 @@ exports.default = {
|
|
|
5979
6050
|
82,
|
|
5980
6051
|
{
|
|
5981
6052
|
"input": [
|
|
5982
|
-
|
|
6053
|
+
210,
|
|
5983
6054
|
"CreateMembershipOrganizationDto!"
|
|
5984
6055
|
]
|
|
5985
6056
|
}
|
|
@@ -5988,7 +6059,7 @@ exports.default = {
|
|
|
5988
6059
|
84,
|
|
5989
6060
|
{
|
|
5990
6061
|
"input": [
|
|
5991
|
-
|
|
6062
|
+
211,
|
|
5992
6063
|
"CreateAthleteMembershipDto!"
|
|
5993
6064
|
]
|
|
5994
6065
|
}
|
|
@@ -5997,7 +6068,7 @@ exports.default = {
|
|
|
5997
6068
|
136,
|
|
5998
6069
|
{
|
|
5999
6070
|
"input": [
|
|
6000
|
-
|
|
6071
|
+
172,
|
|
6001
6072
|
"DeleteSingleValueDto!"
|
|
6002
6073
|
]
|
|
6003
6074
|
}
|
|
@@ -6015,7 +6086,7 @@ exports.default = {
|
|
|
6015
6086
|
97,
|
|
6016
6087
|
{
|
|
6017
6088
|
"input": [
|
|
6018
|
-
|
|
6089
|
+
259,
|
|
6019
6090
|
"CreateStripeAccountDto!"
|
|
6020
6091
|
]
|
|
6021
6092
|
}
|
|
@@ -6027,7 +6098,7 @@ exports.default = {
|
|
|
6027
6098
|
107,
|
|
6028
6099
|
{
|
|
6029
6100
|
"input": [
|
|
6030
|
-
|
|
6101
|
+
162,
|
|
6031
6102
|
"DonationCheckoutDto!"
|
|
6032
6103
|
]
|
|
6033
6104
|
}
|
|
@@ -6042,7 +6113,7 @@ exports.default = {
|
|
|
6042
6113
|
134,
|
|
6043
6114
|
{
|
|
6044
6115
|
"input": [
|
|
6045
|
-
|
|
6116
|
+
217,
|
|
6046
6117
|
"RegisterMemberDto!"
|
|
6047
6118
|
]
|
|
6048
6119
|
}
|
|
@@ -6168,13 +6239,13 @@ exports.default = {
|
|
|
6168
6239
|
1
|
|
6169
6240
|
],
|
|
6170
6241
|
"logo": [
|
|
6171
|
-
|
|
6242
|
+
177
|
|
6172
6243
|
],
|
|
6173
6244
|
"banner": [
|
|
6174
|
-
|
|
6245
|
+
177
|
|
6175
6246
|
],
|
|
6176
6247
|
"translations": [
|
|
6177
|
-
|
|
6248
|
+
235
|
|
6178
6249
|
],
|
|
6179
6250
|
"__typename": [
|
|
6180
6251
|
1
|
|
@@ -6197,10 +6268,10 @@ exports.default = {
|
|
|
6197
6268
|
1
|
|
6198
6269
|
],
|
|
6199
6270
|
"logo": [
|
|
6200
|
-
|
|
6271
|
+
177
|
|
6201
6272
|
],
|
|
6202
6273
|
"banner": [
|
|
6203
|
-
|
|
6274
|
+
177
|
|
6204
6275
|
],
|
|
6205
6276
|
"__typename": [
|
|
6206
6277
|
1
|
|
@@ -6305,10 +6376,10 @@ exports.default = {
|
|
|
6305
6376
|
1
|
|
6306
6377
|
],
|
|
6307
6378
|
"profilePicture": [
|
|
6308
|
-
|
|
6379
|
+
177
|
|
6309
6380
|
],
|
|
6310
6381
|
"cardPicture": [
|
|
6311
|
-
|
|
6382
|
+
177
|
|
6312
6383
|
],
|
|
6313
6384
|
"__typename": [
|
|
6314
6385
|
1
|
|
@@ -6327,7 +6398,7 @@ exports.default = {
|
|
|
6327
6398
|
},
|
|
6328
6399
|
"EditDisplayIndexDto": {
|
|
6329
6400
|
"updates": [
|
|
6330
|
-
|
|
6401
|
+
241
|
|
6331
6402
|
],
|
|
6332
6403
|
"__typename": [
|
|
6333
6404
|
1
|
|
@@ -6391,7 +6462,7 @@ exports.default = {
|
|
|
6391
6462
|
18
|
|
6392
6463
|
],
|
|
6393
6464
|
"translations": [
|
|
6394
|
-
|
|
6465
|
+
246
|
|
6395
6466
|
],
|
|
6396
6467
|
"__typename": [
|
|
6397
6468
|
1
|
|
@@ -6425,10 +6496,10 @@ exports.default = {
|
|
|
6425
6496
|
18
|
|
6426
6497
|
],
|
|
6427
6498
|
"banner": [
|
|
6428
|
-
|
|
6499
|
+
177
|
|
6429
6500
|
],
|
|
6430
6501
|
"criteria": [
|
|
6431
|
-
|
|
6502
|
+
248
|
|
6432
6503
|
],
|
|
6433
6504
|
"deadline": [
|
|
6434
6505
|
14
|
|
@@ -6437,13 +6508,13 @@ exports.default = {
|
|
|
6437
6508
|
14
|
|
6438
6509
|
],
|
|
6439
6510
|
"duration": [
|
|
6440
|
-
|
|
6511
|
+
250
|
|
6441
6512
|
],
|
|
6442
6513
|
"sponsorshipItems": [
|
|
6443
|
-
|
|
6514
|
+
251
|
|
6444
6515
|
],
|
|
6445
6516
|
"commitments": [
|
|
6446
|
-
|
|
6517
|
+
252
|
|
6447
6518
|
],
|
|
6448
6519
|
"terms": [
|
|
6449
6520
|
1
|
|
@@ -6455,7 +6526,7 @@ exports.default = {
|
|
|
6455
6526
|
2
|
|
6456
6527
|
],
|
|
6457
6528
|
"translations": [
|
|
6458
|
-
|
|
6529
|
+
253
|
|
6459
6530
|
],
|
|
6460
6531
|
"__typename": [
|
|
6461
6532
|
1
|
|
@@ -6469,7 +6540,7 @@ exports.default = {
|
|
|
6469
6540
|
1
|
|
6470
6541
|
],
|
|
6471
6542
|
"qualificationsBag": [
|
|
6472
|
-
|
|
6543
|
+
249
|
|
6473
6544
|
],
|
|
6474
6545
|
"__typename": [
|
|
6475
6546
|
1
|
|
@@ -6477,28 +6548,28 @@ exports.default = {
|
|
|
6477
6548
|
},
|
|
6478
6549
|
"QualificationsBagDto": {
|
|
6479
6550
|
"ageQualifications": [
|
|
6480
|
-
|
|
6551
|
+
185
|
|
6481
6552
|
],
|
|
6482
6553
|
"genderQualifications": [
|
|
6483
|
-
|
|
6554
|
+
186
|
|
6484
6555
|
],
|
|
6485
6556
|
"scoreQualifications": [
|
|
6486
|
-
|
|
6557
|
+
188
|
|
6487
6558
|
],
|
|
6488
6559
|
"locationQualifications": [
|
|
6489
|
-
|
|
6560
|
+
189
|
|
6490
6561
|
],
|
|
6491
6562
|
"nationalityQualifications": [
|
|
6492
|
-
|
|
6563
|
+
187
|
|
6493
6564
|
],
|
|
6494
6565
|
"distanceQualifications": [
|
|
6495
|
-
|
|
6566
|
+
190
|
|
6496
6567
|
],
|
|
6497
6568
|
"sportsQualifications": [
|
|
6498
|
-
|
|
6569
|
+
191
|
|
6499
6570
|
],
|
|
6500
6571
|
"levelQualifications": [
|
|
6501
|
-
|
|
6572
|
+
192
|
|
6502
6573
|
],
|
|
6503
6574
|
"__typename": [
|
|
6504
6575
|
1
|
|
@@ -6575,7 +6646,7 @@ exports.default = {
|
|
|
6575
6646
|
1
|
|
6576
6647
|
],
|
|
6577
6648
|
"banner": [
|
|
6578
|
-
|
|
6649
|
+
177
|
|
6579
6650
|
],
|
|
6580
6651
|
"terms": [
|
|
6581
6652
|
1
|
|
@@ -6693,7 +6764,7 @@ exports.default = {
|
|
|
6693
6764
|
1
|
|
6694
6765
|
],
|
|
6695
6766
|
"banner": [
|
|
6696
|
-
|
|
6767
|
+
177
|
|
6697
6768
|
],
|
|
6698
6769
|
"eventLevel": [
|
|
6699
6770
|
1
|