@vertikalx/vtx-backend-client 3.0.0-dev.4 → 3.0.0-dev.6
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.js +1 -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
|
],
|
|
@@ -2600,6 +2600,9 @@ exports.default = {
|
|
|
2600
2600
|
"preferences": [
|
|
2601
2601
|
87
|
|
2602
2602
|
],
|
|
2603
|
+
"suspended": [
|
|
2604
|
+
2
|
|
2605
|
+
],
|
|
2603
2606
|
"__typename": [
|
|
2604
2607
|
1
|
|
2605
2608
|
]
|
|
@@ -2677,6 +2680,9 @@ exports.default = {
|
|
|
2677
2680
|
"preferences": [
|
|
2678
2681
|
87
|
|
2679
2682
|
],
|
|
2683
|
+
"suspended": [
|
|
2684
|
+
2
|
|
2685
|
+
],
|
|
2680
2686
|
"allSports": [
|
|
2681
2687
|
67
|
|
2682
2688
|
],
|
|
@@ -2779,7 +2785,7 @@ exports.default = {
|
|
|
2779
2785
|
89
|
|
2780
2786
|
],
|
|
2781
2787
|
"mode": [
|
|
2782
|
-
|
|
2788
|
+
218
|
|
2783
2789
|
],
|
|
2784
2790
|
"athleteId": [
|
|
2785
2791
|
1
|
|
@@ -3340,6 +3346,12 @@ exports.default = {
|
|
|
3340
3346
|
"donationMode": [
|
|
3341
3347
|
1
|
|
3342
3348
|
],
|
|
3349
|
+
"donorName": [
|
|
3350
|
+
1
|
|
3351
|
+
],
|
|
3352
|
+
"donorEmail": [
|
|
3353
|
+
1
|
|
3354
|
+
],
|
|
3343
3355
|
"completed": [
|
|
3344
3356
|
2
|
|
3345
3357
|
],
|
|
@@ -3540,12 +3552,47 @@ exports.default = {
|
|
|
3540
3552
|
1
|
|
3541
3553
|
]
|
|
3542
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
|
+
},
|
|
3543
3590
|
"StripeObject": {
|
|
3544
3591
|
"type": [
|
|
3545
3592
|
1
|
|
3546
3593
|
],
|
|
3547
3594
|
"json": [
|
|
3548
|
-
|
|
3595
|
+
147
|
|
3549
3596
|
],
|
|
3550
3597
|
"__typename": [
|
|
3551
3598
|
1
|
|
@@ -3615,7 +3662,7 @@ exports.default = {
|
|
|
3615
3662
|
1
|
|
3616
3663
|
],
|
|
3617
3664
|
"status": [
|
|
3618
|
-
|
|
3665
|
+
151
|
|
3619
3666
|
],
|
|
3620
3667
|
"lastError": [
|
|
3621
3668
|
1
|
|
@@ -3828,7 +3875,7 @@ exports.default = {
|
|
|
3828
3875
|
1
|
|
3829
3876
|
],
|
|
3830
3877
|
"invitations": [
|
|
3831
|
-
|
|
3878
|
+
163
|
|
3832
3879
|
],
|
|
3833
3880
|
"__typename": [
|
|
3834
3881
|
1
|
|
@@ -3939,7 +3986,7 @@ exports.default = {
|
|
|
3939
3986
|
1
|
|
3940
3987
|
],
|
|
3941
3988
|
"result": [
|
|
3942
|
-
|
|
3989
|
+
165
|
|
3943
3990
|
],
|
|
3944
3991
|
"cityId": [
|
|
3945
3992
|
1
|
|
@@ -3962,7 +4009,7 @@ exports.default = {
|
|
|
3962
4009
|
1
|
|
3963
4010
|
],
|
|
3964
4011
|
"result": [
|
|
3965
|
-
|
|
4012
|
+
165
|
|
3966
4013
|
],
|
|
3967
4014
|
"cityId": [
|
|
3968
4015
|
1
|
|
@@ -3998,13 +4045,13 @@ exports.default = {
|
|
|
3998
4045
|
},
|
|
3999
4046
|
"CursorPaginationDto": {
|
|
4000
4047
|
"sortCriteria": [
|
|
4001
|
-
|
|
4048
|
+
170
|
|
4002
4049
|
],
|
|
4003
4050
|
"limit": [
|
|
4004
4051
|
18
|
|
4005
4052
|
],
|
|
4006
4053
|
"cursorPosition": [
|
|
4007
|
-
|
|
4054
|
+
169
|
|
4008
4055
|
],
|
|
4009
4056
|
"__typename": [
|
|
4010
4057
|
1
|
|
@@ -4079,7 +4126,7 @@ exports.default = {
|
|
|
4079
4126
|
1
|
|
4080
4127
|
],
|
|
4081
4128
|
"currentCampaign": [
|
|
4082
|
-
|
|
4129
|
+
173
|
|
4083
4130
|
],
|
|
4084
4131
|
"sports": [
|
|
4085
4132
|
1
|
|
@@ -4141,10 +4188,10 @@ exports.default = {
|
|
|
4141
4188
|
},
|
|
4142
4189
|
"AthleteQueryDto": {
|
|
4143
4190
|
"cursor": [
|
|
4144
|
-
|
|
4191
|
+
171
|
|
4145
4192
|
],
|
|
4146
4193
|
"filters": [
|
|
4147
|
-
|
|
4194
|
+
174
|
|
4148
4195
|
],
|
|
4149
4196
|
"__typename": [
|
|
4150
4197
|
1
|
|
@@ -4155,7 +4202,7 @@ exports.default = {
|
|
|
4155
4202
|
1
|
|
4156
4203
|
],
|
|
4157
4204
|
"newPicture": [
|
|
4158
|
-
|
|
4205
|
+
177
|
|
4159
4206
|
],
|
|
4160
4207
|
"__typename": [
|
|
4161
4208
|
1
|
|
@@ -4189,7 +4236,7 @@ exports.default = {
|
|
|
4189
4236
|
1
|
|
4190
4237
|
],
|
|
4191
4238
|
"pictures": [
|
|
4192
|
-
|
|
4239
|
+
177
|
|
4193
4240
|
],
|
|
4194
4241
|
"albumId": [
|
|
4195
4242
|
1
|
|
@@ -4413,7 +4460,7 @@ exports.default = {
|
|
|
4413
4460
|
},
|
|
4414
4461
|
"resetPasswordDto": {
|
|
4415
4462
|
"code": [
|
|
4416
|
-
|
|
4463
|
+
161
|
|
4417
4464
|
],
|
|
4418
4465
|
"newPassword": [
|
|
4419
4466
|
1
|
|
@@ -4495,7 +4542,7 @@ exports.default = {
|
|
|
4495
4542
|
18
|
|
4496
4543
|
],
|
|
4497
4544
|
"items": [
|
|
4498
|
-
|
|
4545
|
+
197
|
|
4499
4546
|
],
|
|
4500
4547
|
"__typename": [
|
|
4501
4548
|
1
|
|
@@ -4506,7 +4553,7 @@ exports.default = {
|
|
|
4506
4553
|
18
|
|
4507
4554
|
],
|
|
4508
4555
|
"items": [
|
|
4509
|
-
|
|
4556
|
+
197
|
|
4510
4557
|
],
|
|
4511
4558
|
"athleteCompetitionId": [
|
|
4512
4559
|
1
|
|
@@ -4555,16 +4602,16 @@ exports.default = {
|
|
|
4555
4602
|
14
|
|
4556
4603
|
],
|
|
4557
4604
|
"budget": [
|
|
4558
|
-
|
|
4605
|
+
199
|
|
4559
4606
|
],
|
|
4560
4607
|
"competitionBudgets": [
|
|
4561
|
-
|
|
4608
|
+
200
|
|
4562
4609
|
],
|
|
4563
4610
|
"competitionIds": [
|
|
4564
4611
|
1
|
|
4565
4612
|
],
|
|
4566
4613
|
"video": [
|
|
4567
|
-
|
|
4614
|
+
201
|
|
4568
4615
|
],
|
|
4569
4616
|
"__typename": [
|
|
4570
4617
|
1
|
|
@@ -4596,16 +4643,16 @@ exports.default = {
|
|
|
4596
4643
|
14
|
|
4597
4644
|
],
|
|
4598
4645
|
"budget": [
|
|
4599
|
-
|
|
4646
|
+
199
|
|
4600
4647
|
],
|
|
4601
4648
|
"competitionBudgets": [
|
|
4602
|
-
|
|
4649
|
+
200
|
|
4603
4650
|
],
|
|
4604
4651
|
"competitionIds": [
|
|
4605
4652
|
1
|
|
4606
4653
|
],
|
|
4607
4654
|
"video": [
|
|
4608
|
-
|
|
4655
|
+
201
|
|
4609
4656
|
],
|
|
4610
4657
|
"loginEmail": [
|
|
4611
4658
|
1
|
|
@@ -4640,16 +4687,16 @@ exports.default = {
|
|
|
4640
4687
|
14
|
|
4641
4688
|
],
|
|
4642
4689
|
"budget": [
|
|
4643
|
-
|
|
4690
|
+
199
|
|
4644
4691
|
],
|
|
4645
4692
|
"competitionBudgets": [
|
|
4646
|
-
|
|
4693
|
+
200
|
|
4647
4694
|
],
|
|
4648
4695
|
"competitionIds": [
|
|
4649
4696
|
1
|
|
4650
4697
|
],
|
|
4651
4698
|
"video": [
|
|
4652
|
-
|
|
4699
|
+
201
|
|
4653
4700
|
],
|
|
4654
4701
|
"_id": [
|
|
4655
4702
|
1
|
|
@@ -4671,7 +4718,7 @@ exports.default = {
|
|
|
4671
4718
|
},
|
|
4672
4719
|
"BudgetDto": {
|
|
4673
4720
|
"items": [
|
|
4674
|
-
|
|
4721
|
+
197
|
|
4675
4722
|
],
|
|
4676
4723
|
"fundingMode": [
|
|
4677
4724
|
1
|
|
@@ -4685,7 +4732,7 @@ exports.default = {
|
|
|
4685
4732
|
1
|
|
4686
4733
|
],
|
|
4687
4734
|
"budget": [
|
|
4688
|
-
|
|
4735
|
+
206
|
|
4689
4736
|
],
|
|
4690
4737
|
"__typename": [
|
|
4691
4738
|
1
|
|
@@ -4696,7 +4743,7 @@ exports.default = {
|
|
|
4696
4743
|
1
|
|
4697
4744
|
],
|
|
4698
4745
|
"budget": [
|
|
4699
|
-
|
|
4746
|
+
206
|
|
4700
4747
|
],
|
|
4701
4748
|
"__typename": [
|
|
4702
4749
|
1
|
|
@@ -4716,7 +4763,7 @@ exports.default = {
|
|
|
4716
4763
|
18
|
|
4717
4764
|
],
|
|
4718
4765
|
"budget": [
|
|
4719
|
-
|
|
4766
|
+
206
|
|
4720
4767
|
],
|
|
4721
4768
|
"__typename": [
|
|
4722
4769
|
1
|
|
@@ -4736,7 +4783,7 @@ exports.default = {
|
|
|
4736
4783
|
1
|
|
4737
4784
|
],
|
|
4738
4785
|
"logo": [
|
|
4739
|
-
|
|
4786
|
+
177
|
|
4740
4787
|
],
|
|
4741
4788
|
"countryId": [
|
|
4742
4789
|
1
|
|
@@ -4846,7 +4893,7 @@ exports.default = {
|
|
|
4846
4893
|
1
|
|
4847
4894
|
],
|
|
4848
4895
|
"profilePicture": [
|
|
4849
|
-
|
|
4896
|
+
177
|
|
4850
4897
|
],
|
|
4851
4898
|
"__typename": [
|
|
4852
4899
|
1
|
|
@@ -4923,7 +4970,7 @@ exports.default = {
|
|
|
4923
4970
|
32,
|
|
4924
4971
|
{
|
|
4925
4972
|
"input": [
|
|
4926
|
-
|
|
4973
|
+
220,
|
|
4927
4974
|
"AWSS3GetUploadDto!"
|
|
4928
4975
|
]
|
|
4929
4976
|
}
|
|
@@ -4985,7 +5032,7 @@ exports.default = {
|
|
|
4985
5032
|
104,
|
|
4986
5033
|
{
|
|
4987
5034
|
"input": [
|
|
4988
|
-
|
|
5035
|
+
221,
|
|
4989
5036
|
"FindSponsorAthleteInvitationDto!"
|
|
4990
5037
|
]
|
|
4991
5038
|
}
|
|
@@ -4994,7 +5041,7 @@ exports.default = {
|
|
|
4994
5041
|
144,
|
|
4995
5042
|
{
|
|
4996
5043
|
"input": [
|
|
4997
|
-
|
|
5044
|
+
180,
|
|
4998
5045
|
"existValueDto!"
|
|
4999
5046
|
]
|
|
5000
5047
|
}
|
|
@@ -5006,7 +5053,7 @@ exports.default = {
|
|
|
5006
5053
|
139,
|
|
5007
5054
|
{
|
|
5008
5055
|
"input": [
|
|
5009
|
-
|
|
5056
|
+
175,
|
|
5010
5057
|
"AthleteQueryDto!"
|
|
5011
5058
|
]
|
|
5012
5059
|
}
|
|
@@ -5054,7 +5101,7 @@ exports.default = {
|
|
|
5054
5101
|
81,
|
|
5055
5102
|
{
|
|
5056
5103
|
"input": [
|
|
5057
|
-
|
|
5104
|
+
222,
|
|
5058
5105
|
"GetAthleteCompetitionsDto!"
|
|
5059
5106
|
]
|
|
5060
5107
|
}
|
|
@@ -5102,7 +5149,7 @@ exports.default = {
|
|
|
5102
5149
|
139,
|
|
5103
5150
|
{
|
|
5104
5151
|
"input": [
|
|
5105
|
-
|
|
5152
|
+
175,
|
|
5106
5153
|
"AthleteQueryDto!"
|
|
5107
5154
|
]
|
|
5108
5155
|
}
|
|
@@ -5120,25 +5167,43 @@ exports.default = {
|
|
|
5120
5167
|
142,
|
|
5121
5168
|
{
|
|
5122
5169
|
"input": [
|
|
5123
|
-
|
|
5170
|
+
180,
|
|
5124
5171
|
"existValueDto!"
|
|
5125
5172
|
]
|
|
5126
5173
|
}
|
|
5127
5174
|
],
|
|
5175
|
+
"getAthleteHistoricalScoresPeriod": [
|
|
5176
|
+
145,
|
|
5177
|
+
{
|
|
5178
|
+
"input": [
|
|
5179
|
+
182,
|
|
5180
|
+
"GetHistoricalScoresDto!"
|
|
5181
|
+
]
|
|
5182
|
+
}
|
|
5183
|
+
],
|
|
5128
5184
|
"getAthleteHistoricalScores": [
|
|
5129
5185
|
98,
|
|
5130
5186
|
{
|
|
5131
5187
|
"input": [
|
|
5132
|
-
|
|
5188
|
+
182,
|
|
5133
5189
|
"GetHistoricalScoresDto!"
|
|
5134
5190
|
]
|
|
5135
5191
|
}
|
|
5136
5192
|
],
|
|
5193
|
+
"getMyHistoricalScoresPeriod": [
|
|
5194
|
+
145,
|
|
5195
|
+
{
|
|
5196
|
+
"input": [
|
|
5197
|
+
181,
|
|
5198
|
+
"GetMyHistoricalScoresDto!"
|
|
5199
|
+
]
|
|
5200
|
+
}
|
|
5201
|
+
],
|
|
5137
5202
|
"getMyHistoricalScores": [
|
|
5138
5203
|
98,
|
|
5139
5204
|
{
|
|
5140
5205
|
"input": [
|
|
5141
|
-
|
|
5206
|
+
181,
|
|
5142
5207
|
"GetMyHistoricalScoresDto!"
|
|
5143
5208
|
]
|
|
5144
5209
|
}
|
|
@@ -5147,7 +5212,7 @@ exports.default = {
|
|
|
5147
5212
|
89,
|
|
5148
5213
|
{
|
|
5149
5214
|
"input": [
|
|
5150
|
-
|
|
5215
|
+
183,
|
|
5151
5216
|
"GetAthleteCampaignsDto!"
|
|
5152
5217
|
]
|
|
5153
5218
|
}
|
|
@@ -5219,7 +5284,7 @@ exports.default = {
|
|
|
5219
5284
|
0,
|
|
5220
5285
|
{
|
|
5221
5286
|
"input": [
|
|
5222
|
-
|
|
5287
|
+
223,
|
|
5223
5288
|
"FindVtxUserDto!"
|
|
5224
5289
|
]
|
|
5225
5290
|
}
|
|
@@ -5238,7 +5303,7 @@ exports.default = {
|
|
|
5238
5303
|
}
|
|
5239
5304
|
],
|
|
5240
5305
|
"getUserImagesFromEmail": [
|
|
5241
|
-
|
|
5306
|
+
148,
|
|
5242
5307
|
{
|
|
5243
5308
|
"loginEmail": [
|
|
5244
5309
|
1,
|
|
@@ -5259,7 +5324,7 @@ exports.default = {
|
|
|
5259
5324
|
36,
|
|
5260
5325
|
{
|
|
5261
5326
|
"input": [
|
|
5262
|
-
|
|
5327
|
+
161,
|
|
5263
5328
|
"VerifyCodeDto!"
|
|
5264
5329
|
]
|
|
5265
5330
|
}
|
|
@@ -5271,7 +5336,7 @@ exports.default = {
|
|
|
5271
5336
|
75,
|
|
5272
5337
|
{
|
|
5273
5338
|
"input": [
|
|
5274
|
-
|
|
5339
|
+
224,
|
|
5275
5340
|
"GetSportEventsDto!"
|
|
5276
5341
|
]
|
|
5277
5342
|
}
|
|
@@ -5282,6 +5347,12 @@ exports.default = {
|
|
|
5282
5347
|
"getDonationsByAthlete": [
|
|
5283
5348
|
117
|
|
5284
5349
|
],
|
|
5350
|
+
"getDonationsToAthlete": [
|
|
5351
|
+
133
|
|
5352
|
+
],
|
|
5353
|
+
"getDonationsToMe": [
|
|
5354
|
+
133
|
|
5355
|
+
],
|
|
5285
5356
|
"getBudgetConcepts": [
|
|
5286
5357
|
132
|
|
5287
5358
|
],
|
|
@@ -5301,10 +5372,10 @@ exports.default = {
|
|
|
5301
5372
|
116
|
|
5302
5373
|
],
|
|
5303
5374
|
"stripeQuery": [
|
|
5304
|
-
|
|
5375
|
+
146,
|
|
5305
5376
|
{
|
|
5306
5377
|
"input": [
|
|
5307
|
-
|
|
5378
|
+
212,
|
|
5308
5379
|
"StripeQueryDto!"
|
|
5309
5380
|
]
|
|
5310
5381
|
}
|
|
@@ -5313,7 +5384,7 @@ exports.default = {
|
|
|
5313
5384
|
35,
|
|
5314
5385
|
{
|
|
5315
5386
|
"input": [
|
|
5316
|
-
|
|
5387
|
+
159,
|
|
5317
5388
|
"GetDatabaseFileDto!"
|
|
5318
5389
|
]
|
|
5319
5390
|
}
|
|
@@ -5322,7 +5393,7 @@ exports.default = {
|
|
|
5322
5393
|
117,
|
|
5323
5394
|
{
|
|
5324
5395
|
"input": [
|
|
5325
|
-
|
|
5396
|
+
195,
|
|
5326
5397
|
"GetReceiptDto!"
|
|
5327
5398
|
]
|
|
5328
5399
|
}
|
|
@@ -5331,7 +5402,7 @@ exports.default = {
|
|
|
5331
5402
|
118,
|
|
5332
5403
|
{
|
|
5333
5404
|
"input": [
|
|
5334
|
-
|
|
5405
|
+
195,
|
|
5335
5406
|
"GetReceiptDto!"
|
|
5336
5407
|
]
|
|
5337
5408
|
}
|
|
@@ -5409,7 +5480,7 @@ exports.default = {
|
|
|
5409
5480
|
5,
|
|
5410
5481
|
{
|
|
5411
5482
|
"tenant": [
|
|
5412
|
-
|
|
5483
|
+
226,
|
|
5413
5484
|
"CreateTenantInput!"
|
|
5414
5485
|
]
|
|
5415
5486
|
}
|
|
@@ -5418,7 +5489,7 @@ exports.default = {
|
|
|
5418
5489
|
11,
|
|
5419
5490
|
{
|
|
5420
5491
|
"tenant": [
|
|
5421
|
-
|
|
5492
|
+
226,
|
|
5422
5493
|
"CreateTenantInput!"
|
|
5423
5494
|
]
|
|
5424
5495
|
}
|
|
@@ -5427,7 +5498,7 @@ exports.default = {
|
|
|
5427
5498
|
3,
|
|
5428
5499
|
{
|
|
5429
5500
|
"user": [
|
|
5430
|
-
|
|
5501
|
+
227,
|
|
5431
5502
|
"CreateActiveUserInput!"
|
|
5432
5503
|
]
|
|
5433
5504
|
}
|
|
@@ -5462,7 +5533,7 @@ exports.default = {
|
|
|
5462
5533
|
0,
|
|
5463
5534
|
{
|
|
5464
5535
|
"input": [
|
|
5465
|
-
|
|
5536
|
+
228,
|
|
5466
5537
|
"RegisterUserToDomainFromEmailInput!"
|
|
5467
5538
|
]
|
|
5468
5539
|
}
|
|
@@ -5471,7 +5542,7 @@ exports.default = {
|
|
|
5471
5542
|
8,
|
|
5472
5543
|
{
|
|
5473
5544
|
"dto": [
|
|
5474
|
-
|
|
5545
|
+
229,
|
|
5475
5546
|
"RefreshTokenInput!"
|
|
5476
5547
|
]
|
|
5477
5548
|
}
|
|
@@ -5480,7 +5551,7 @@ exports.default = {
|
|
|
5480
5551
|
33,
|
|
5481
5552
|
{
|
|
5482
5553
|
"input": [
|
|
5483
|
-
|
|
5554
|
+
230,
|
|
5484
5555
|
"AWSS3DeleteUseTypeFileDto!"
|
|
5485
5556
|
]
|
|
5486
5557
|
}
|
|
@@ -5489,7 +5560,7 @@ exports.default = {
|
|
|
5489
5560
|
33,
|
|
5490
5561
|
{
|
|
5491
5562
|
"input": [
|
|
5492
|
-
|
|
5563
|
+
231,
|
|
5493
5564
|
"AWSS3DeleteBucketFileDto!"
|
|
5494
5565
|
]
|
|
5495
5566
|
}
|
|
@@ -5498,7 +5569,7 @@ exports.default = {
|
|
|
5498
5569
|
33,
|
|
5499
5570
|
{
|
|
5500
5571
|
"input": [
|
|
5501
|
-
|
|
5572
|
+
232,
|
|
5502
5573
|
"AWSS3DeleteUseTypeKeyDto!"
|
|
5503
5574
|
]
|
|
5504
5575
|
}
|
|
@@ -5507,7 +5578,7 @@ exports.default = {
|
|
|
5507
5578
|
27,
|
|
5508
5579
|
{
|
|
5509
5580
|
"input": [
|
|
5510
|
-
|
|
5581
|
+
177,
|
|
5511
5582
|
"AWSS3UploadedFileDto!"
|
|
5512
5583
|
]
|
|
5513
5584
|
}
|
|
@@ -5516,7 +5587,7 @@ exports.default = {
|
|
|
5516
5587
|
56,
|
|
5517
5588
|
{
|
|
5518
5589
|
"input": [
|
|
5519
|
-
|
|
5590
|
+
233,
|
|
5520
5591
|
"CreateIndustryDto!"
|
|
5521
5592
|
]
|
|
5522
5593
|
}
|
|
@@ -5525,7 +5596,7 @@ exports.default = {
|
|
|
5525
5596
|
39,
|
|
5526
5597
|
{
|
|
5527
5598
|
"input": [
|
|
5528
|
-
|
|
5599
|
+
234,
|
|
5529
5600
|
"CreateBrandDto!"
|
|
5530
5601
|
]
|
|
5531
5602
|
}
|
|
@@ -5534,7 +5605,7 @@ exports.default = {
|
|
|
5534
5605
|
59,
|
|
5535
5606
|
{
|
|
5536
5607
|
"input": [
|
|
5537
|
-
|
|
5608
|
+
236,
|
|
5538
5609
|
"RegisterSponsorInput!"
|
|
5539
5610
|
]
|
|
5540
5611
|
}
|
|
@@ -5543,7 +5614,7 @@ exports.default = {
|
|
|
5543
5614
|
59,
|
|
5544
5615
|
{
|
|
5545
5616
|
"input": [
|
|
5546
|
-
|
|
5617
|
+
237,
|
|
5547
5618
|
"CreateSponsorDto!"
|
|
5548
5619
|
]
|
|
5549
5620
|
}
|
|
@@ -5552,7 +5623,7 @@ exports.default = {
|
|
|
5552
5623
|
104,
|
|
5553
5624
|
{
|
|
5554
5625
|
"input": [
|
|
5555
|
-
|
|
5626
|
+
164,
|
|
5556
5627
|
"InviteAthletesDto!"
|
|
5557
5628
|
]
|
|
5558
5629
|
}
|
|
@@ -5561,7 +5632,7 @@ exports.default = {
|
|
|
5561
5632
|
136,
|
|
5562
5633
|
{
|
|
5563
5634
|
"input": [
|
|
5564
|
-
|
|
5635
|
+
172,
|
|
5565
5636
|
"DeleteSingleValueDto!"
|
|
5566
5637
|
]
|
|
5567
5638
|
}
|
|
@@ -5570,7 +5641,7 @@ exports.default = {
|
|
|
5570
5641
|
100,
|
|
5571
5642
|
{
|
|
5572
5643
|
"input": [
|
|
5573
|
-
|
|
5644
|
+
238,
|
|
5574
5645
|
"RegisterAthleteDto!"
|
|
5575
5646
|
]
|
|
5576
5647
|
}
|
|
@@ -5579,7 +5650,7 @@ exports.default = {
|
|
|
5579
5650
|
135,
|
|
5580
5651
|
{
|
|
5581
5652
|
"input": [
|
|
5582
|
-
|
|
5653
|
+
239,
|
|
5583
5654
|
"EditValueDto!"
|
|
5584
5655
|
]
|
|
5585
5656
|
}
|
|
@@ -5588,7 +5659,7 @@ exports.default = {
|
|
|
5588
5659
|
140,
|
|
5589
5660
|
{
|
|
5590
5661
|
"input": [
|
|
5591
|
-
|
|
5662
|
+
176,
|
|
5592
5663
|
"EditPictureDto!"
|
|
5593
5664
|
]
|
|
5594
5665
|
}
|
|
@@ -5597,7 +5668,7 @@ exports.default = {
|
|
|
5597
5668
|
141,
|
|
5598
5669
|
{
|
|
5599
5670
|
"input": [
|
|
5600
|
-
|
|
5671
|
+
178,
|
|
5601
5672
|
"UploadAlbumsPicturesDto!"
|
|
5602
5673
|
]
|
|
5603
5674
|
}
|
|
@@ -5606,7 +5677,7 @@ exports.default = {
|
|
|
5606
5677
|
81,
|
|
5607
5678
|
{
|
|
5608
5679
|
"input": [
|
|
5609
|
-
|
|
5680
|
+
167,
|
|
5610
5681
|
"CreateAthleteCompetitionDto!"
|
|
5611
5682
|
]
|
|
5612
5683
|
}
|
|
@@ -5615,7 +5686,7 @@ exports.default = {
|
|
|
5615
5686
|
136,
|
|
5616
5687
|
{
|
|
5617
5688
|
"input": [
|
|
5618
|
-
|
|
5689
|
+
172,
|
|
5619
5690
|
"DeleteSingleValueDto!"
|
|
5620
5691
|
]
|
|
5621
5692
|
}
|
|
@@ -5624,7 +5695,7 @@ exports.default = {
|
|
|
5624
5695
|
80,
|
|
5625
5696
|
{
|
|
5626
5697
|
"input": [
|
|
5627
|
-
|
|
5698
|
+
178,
|
|
5628
5699
|
"UploadAlbumsPicturesDto!"
|
|
5629
5700
|
]
|
|
5630
5701
|
}
|
|
@@ -5633,7 +5704,7 @@ exports.default = {
|
|
|
5633
5704
|
80,
|
|
5634
5705
|
{
|
|
5635
5706
|
"input": [
|
|
5636
|
-
|
|
5707
|
+
240,
|
|
5637
5708
|
"EditDisplayIndexDto!"
|
|
5638
5709
|
]
|
|
5639
5710
|
}
|
|
@@ -5642,7 +5713,7 @@ exports.default = {
|
|
|
5642
5713
|
80,
|
|
5643
5714
|
{
|
|
5644
5715
|
"input": [
|
|
5645
|
-
|
|
5716
|
+
178,
|
|
5646
5717
|
"UploadAlbumsPicturesDto!"
|
|
5647
5718
|
]
|
|
5648
5719
|
}
|
|
@@ -5651,7 +5722,7 @@ exports.default = {
|
|
|
5651
5722
|
136,
|
|
5652
5723
|
{
|
|
5653
5724
|
"input": [
|
|
5654
|
-
|
|
5725
|
+
172,
|
|
5655
5726
|
"DeleteSingleValueDto!"
|
|
5656
5727
|
]
|
|
5657
5728
|
}
|
|
@@ -5660,7 +5731,7 @@ exports.default = {
|
|
|
5660
5731
|
120,
|
|
5661
5732
|
{
|
|
5662
5733
|
"input": [
|
|
5663
|
-
|
|
5734
|
+
179,
|
|
5664
5735
|
"DeleteValuesDto!"
|
|
5665
5736
|
]
|
|
5666
5737
|
}
|
|
@@ -5669,7 +5740,7 @@ exports.default = {
|
|
|
5669
5740
|
76,
|
|
5670
5741
|
{
|
|
5671
5742
|
"input": [
|
|
5672
|
-
|
|
5743
|
+
166,
|
|
5673
5744
|
"SetCompetitionResultDto!"
|
|
5674
5745
|
]
|
|
5675
5746
|
}
|
|
@@ -5681,7 +5752,7 @@ exports.default = {
|
|
|
5681
5752
|
89,
|
|
5682
5753
|
{
|
|
5683
5754
|
"input": [
|
|
5684
|
-
|
|
5755
|
+
242,
|
|
5685
5756
|
"SetCurrentCampaignDto!"
|
|
5686
5757
|
]
|
|
5687
5758
|
}
|
|
@@ -5690,7 +5761,7 @@ exports.default = {
|
|
|
5690
5761
|
67,
|
|
5691
5762
|
{
|
|
5692
5763
|
"input": [
|
|
5693
|
-
|
|
5764
|
+
243,
|
|
5694
5765
|
"CreateSportDto!"
|
|
5695
5766
|
]
|
|
5696
5767
|
}
|
|
@@ -5699,7 +5770,7 @@ exports.default = {
|
|
|
5699
5770
|
67,
|
|
5700
5771
|
{
|
|
5701
5772
|
"input": [
|
|
5702
|
-
|
|
5773
|
+
244,
|
|
5703
5774
|
"UpdateSportDto!"
|
|
5704
5775
|
]
|
|
5705
5776
|
}
|
|
@@ -5708,7 +5779,7 @@ exports.default = {
|
|
|
5708
5779
|
70,
|
|
5709
5780
|
{
|
|
5710
5781
|
"input": [
|
|
5711
|
-
|
|
5782
|
+
245,
|
|
5712
5783
|
"CreateSportLevelDto!"
|
|
5713
5784
|
]
|
|
5714
5785
|
}
|
|
@@ -5717,7 +5788,7 @@ exports.default = {
|
|
|
5717
5788
|
65,
|
|
5718
5789
|
{
|
|
5719
5790
|
"input": [
|
|
5720
|
-
|
|
5791
|
+
247,
|
|
5721
5792
|
"CreateSponsorshipDto!"
|
|
5722
5793
|
]
|
|
5723
5794
|
}
|
|
@@ -5726,7 +5797,7 @@ exports.default = {
|
|
|
5726
5797
|
45,
|
|
5727
5798
|
{
|
|
5728
5799
|
"input": [
|
|
5729
|
-
|
|
5800
|
+
254,
|
|
5730
5801
|
"CreateCountryDto!"
|
|
5731
5802
|
]
|
|
5732
5803
|
}
|
|
@@ -5735,7 +5806,7 @@ exports.default = {
|
|
|
5735
5806
|
44,
|
|
5736
5807
|
{
|
|
5737
5808
|
"input": [
|
|
5738
|
-
|
|
5809
|
+
255,
|
|
5739
5810
|
"CreateStateDto!"
|
|
5740
5811
|
]
|
|
5741
5812
|
}
|
|
@@ -5744,7 +5815,7 @@ exports.default = {
|
|
|
5744
5815
|
43,
|
|
5745
5816
|
{
|
|
5746
5817
|
"input": [
|
|
5747
|
-
|
|
5818
|
+
256,
|
|
5748
5819
|
"CreateCityDto!"
|
|
5749
5820
|
]
|
|
5750
5821
|
}
|
|
@@ -5753,7 +5824,7 @@ exports.default = {
|
|
|
5753
5824
|
29,
|
|
5754
5825
|
{
|
|
5755
5826
|
"input": [
|
|
5756
|
-
|
|
5827
|
+
193,
|
|
5757
5828
|
"RegisterUserDto!"
|
|
5758
5829
|
]
|
|
5759
5830
|
}
|
|
@@ -5762,7 +5833,7 @@ exports.default = {
|
|
|
5762
5833
|
3,
|
|
5763
5834
|
{
|
|
5764
5835
|
"input": [
|
|
5765
|
-
|
|
5836
|
+
161,
|
|
5766
5837
|
"VerifyCodeDto!"
|
|
5767
5838
|
]
|
|
5768
5839
|
}
|
|
@@ -5771,7 +5842,7 @@ exports.default = {
|
|
|
5771
5842
|
0,
|
|
5772
5843
|
{
|
|
5773
5844
|
"input": [
|
|
5774
|
-
|
|
5845
|
+
161,
|
|
5775
5846
|
"VerifyCodeDto!"
|
|
5776
5847
|
]
|
|
5777
5848
|
}
|
|
@@ -5780,7 +5851,7 @@ exports.default = {
|
|
|
5780
5851
|
0,
|
|
5781
5852
|
{
|
|
5782
5853
|
"input": [
|
|
5783
|
-
|
|
5854
|
+
193,
|
|
5784
5855
|
"RegisterUserDto!"
|
|
5785
5856
|
]
|
|
5786
5857
|
}
|
|
@@ -5789,7 +5860,7 @@ exports.default = {
|
|
|
5789
5860
|
0,
|
|
5790
5861
|
{
|
|
5791
5862
|
"input": [
|
|
5792
|
-
|
|
5863
|
+
193,
|
|
5793
5864
|
"RegisterUserDto!"
|
|
5794
5865
|
]
|
|
5795
5866
|
}
|
|
@@ -5798,7 +5869,7 @@ exports.default = {
|
|
|
5798
5869
|
0,
|
|
5799
5870
|
{
|
|
5800
5871
|
"input": [
|
|
5801
|
-
|
|
5872
|
+
193,
|
|
5802
5873
|
"RegisterUserDto!"
|
|
5803
5874
|
]
|
|
5804
5875
|
}
|
|
@@ -5829,13 +5900,13 @@ exports.default = {
|
|
|
5829
5900
|
135,
|
|
5830
5901
|
{
|
|
5831
5902
|
"input": [
|
|
5832
|
-
|
|
5903
|
+
194,
|
|
5833
5904
|
"resetPasswordDto!"
|
|
5834
5905
|
]
|
|
5835
5906
|
}
|
|
5836
5907
|
],
|
|
5837
5908
|
"validateToken": [
|
|
5838
|
-
|
|
5909
|
+
149,
|
|
5839
5910
|
{
|
|
5840
5911
|
"input": [
|
|
5841
5912
|
1,
|
|
@@ -5847,7 +5918,7 @@ exports.default = {
|
|
|
5847
5918
|
105,
|
|
5848
5919
|
{
|
|
5849
5920
|
"data": [
|
|
5850
|
-
|
|
5921
|
+
257,
|
|
5851
5922
|
"RegisterStravaDto!"
|
|
5852
5923
|
]
|
|
5853
5924
|
}
|
|
@@ -5865,7 +5936,7 @@ exports.default = {
|
|
|
5865
5936
|
75,
|
|
5866
5937
|
{
|
|
5867
5938
|
"input": [
|
|
5868
|
-
|
|
5939
|
+
258,
|
|
5869
5940
|
"CreateSportEventDto!"
|
|
5870
5941
|
]
|
|
5871
5942
|
}
|
|
@@ -5874,7 +5945,7 @@ exports.default = {
|
|
|
5874
5945
|
130,
|
|
5875
5946
|
{
|
|
5876
5947
|
"input": [
|
|
5877
|
-
|
|
5948
|
+
196,
|
|
5878
5949
|
"MergeSportsEventsDto!"
|
|
5879
5950
|
]
|
|
5880
5951
|
}
|
|
@@ -5883,7 +5954,7 @@ exports.default = {
|
|
|
5883
5954
|
89,
|
|
5884
5955
|
{
|
|
5885
5956
|
"input": [
|
|
5886
|
-
|
|
5957
|
+
205,
|
|
5887
5958
|
"SetFundingStatusDto!"
|
|
5888
5959
|
]
|
|
5889
5960
|
}
|
|
@@ -5892,7 +5963,7 @@ exports.default = {
|
|
|
5892
5963
|
89,
|
|
5893
5964
|
{
|
|
5894
5965
|
"input": [
|
|
5895
|
-
|
|
5966
|
+
202,
|
|
5896
5967
|
"CreateFundingCampaignDto!"
|
|
5897
5968
|
]
|
|
5898
5969
|
}
|
|
@@ -5901,7 +5972,7 @@ exports.default = {
|
|
|
5901
5972
|
89,
|
|
5902
5973
|
{
|
|
5903
5974
|
"input": [
|
|
5904
|
-
|
|
5975
|
+
204,
|
|
5905
5976
|
"UpdateFundingCampaignDto!"
|
|
5906
5977
|
]
|
|
5907
5978
|
}
|
|
@@ -5910,7 +5981,7 @@ exports.default = {
|
|
|
5910
5981
|
136,
|
|
5911
5982
|
{
|
|
5912
5983
|
"input": [
|
|
5913
|
-
|
|
5984
|
+
172,
|
|
5914
5985
|
"DeleteSingleValueDto!"
|
|
5915
5986
|
]
|
|
5916
5987
|
}
|
|
@@ -5919,7 +5990,7 @@ exports.default = {
|
|
|
5919
5990
|
120,
|
|
5920
5991
|
{
|
|
5921
5992
|
"input": [
|
|
5922
|
-
|
|
5993
|
+
179,
|
|
5923
5994
|
"DeleteValuesDto!"
|
|
5924
5995
|
]
|
|
5925
5996
|
}
|
|
@@ -5937,7 +6008,7 @@ exports.default = {
|
|
|
5937
6008
|
2,
|
|
5938
6009
|
{
|
|
5939
6010
|
"input": [
|
|
5940
|
-
|
|
6011
|
+
207,
|
|
5941
6012
|
"AddCompetitionBudgetDto!"
|
|
5942
6013
|
]
|
|
5943
6014
|
}
|
|
@@ -5946,7 +6017,7 @@ exports.default = {
|
|
|
5946
6017
|
2,
|
|
5947
6018
|
{
|
|
5948
6019
|
"input": [
|
|
5949
|
-
|
|
6020
|
+
208,
|
|
5950
6021
|
"EditCompetitionBudgetDto!"
|
|
5951
6022
|
]
|
|
5952
6023
|
}
|
|
@@ -5955,7 +6026,7 @@ exports.default = {
|
|
|
5955
6026
|
2,
|
|
5956
6027
|
{
|
|
5957
6028
|
"input": [
|
|
5958
|
-
|
|
6029
|
+
209,
|
|
5959
6030
|
"EditCampaignBudgetDto!"
|
|
5960
6031
|
]
|
|
5961
6032
|
}
|
|
@@ -5964,7 +6035,7 @@ exports.default = {
|
|
|
5964
6035
|
2,
|
|
5965
6036
|
{
|
|
5966
6037
|
"input": [
|
|
5967
|
-
|
|
6038
|
+
209,
|
|
5968
6039
|
"EditCampaignBudgetDto!"
|
|
5969
6040
|
]
|
|
5970
6041
|
}
|
|
@@ -5973,7 +6044,7 @@ exports.default = {
|
|
|
5973
6044
|
82,
|
|
5974
6045
|
{
|
|
5975
6046
|
"input": [
|
|
5976
|
-
|
|
6047
|
+
210,
|
|
5977
6048
|
"CreateMembershipOrganizationDto!"
|
|
5978
6049
|
]
|
|
5979
6050
|
}
|
|
@@ -5982,7 +6053,7 @@ exports.default = {
|
|
|
5982
6053
|
84,
|
|
5983
6054
|
{
|
|
5984
6055
|
"input": [
|
|
5985
|
-
|
|
6056
|
+
211,
|
|
5986
6057
|
"CreateAthleteMembershipDto!"
|
|
5987
6058
|
]
|
|
5988
6059
|
}
|
|
@@ -5991,7 +6062,7 @@ exports.default = {
|
|
|
5991
6062
|
136,
|
|
5992
6063
|
{
|
|
5993
6064
|
"input": [
|
|
5994
|
-
|
|
6065
|
+
172,
|
|
5995
6066
|
"DeleteSingleValueDto!"
|
|
5996
6067
|
]
|
|
5997
6068
|
}
|
|
@@ -6009,7 +6080,7 @@ exports.default = {
|
|
|
6009
6080
|
97,
|
|
6010
6081
|
{
|
|
6011
6082
|
"input": [
|
|
6012
|
-
|
|
6083
|
+
259,
|
|
6013
6084
|
"CreateStripeAccountDto!"
|
|
6014
6085
|
]
|
|
6015
6086
|
}
|
|
@@ -6021,7 +6092,7 @@ exports.default = {
|
|
|
6021
6092
|
107,
|
|
6022
6093
|
{
|
|
6023
6094
|
"input": [
|
|
6024
|
-
|
|
6095
|
+
162,
|
|
6025
6096
|
"DonationCheckoutDto!"
|
|
6026
6097
|
]
|
|
6027
6098
|
}
|
|
@@ -6036,7 +6107,7 @@ exports.default = {
|
|
|
6036
6107
|
134,
|
|
6037
6108
|
{
|
|
6038
6109
|
"input": [
|
|
6039
|
-
|
|
6110
|
+
217,
|
|
6040
6111
|
"RegisterMemberDto!"
|
|
6041
6112
|
]
|
|
6042
6113
|
}
|
|
@@ -6162,13 +6233,13 @@ exports.default = {
|
|
|
6162
6233
|
1
|
|
6163
6234
|
],
|
|
6164
6235
|
"logo": [
|
|
6165
|
-
|
|
6236
|
+
177
|
|
6166
6237
|
],
|
|
6167
6238
|
"banner": [
|
|
6168
|
-
|
|
6239
|
+
177
|
|
6169
6240
|
],
|
|
6170
6241
|
"translations": [
|
|
6171
|
-
|
|
6242
|
+
235
|
|
6172
6243
|
],
|
|
6173
6244
|
"__typename": [
|
|
6174
6245
|
1
|
|
@@ -6191,10 +6262,10 @@ exports.default = {
|
|
|
6191
6262
|
1
|
|
6192
6263
|
],
|
|
6193
6264
|
"logo": [
|
|
6194
|
-
|
|
6265
|
+
177
|
|
6195
6266
|
],
|
|
6196
6267
|
"banner": [
|
|
6197
|
-
|
|
6268
|
+
177
|
|
6198
6269
|
],
|
|
6199
6270
|
"__typename": [
|
|
6200
6271
|
1
|
|
@@ -6299,10 +6370,10 @@ exports.default = {
|
|
|
6299
6370
|
1
|
|
6300
6371
|
],
|
|
6301
6372
|
"profilePicture": [
|
|
6302
|
-
|
|
6373
|
+
177
|
|
6303
6374
|
],
|
|
6304
6375
|
"cardPicture": [
|
|
6305
|
-
|
|
6376
|
+
177
|
|
6306
6377
|
],
|
|
6307
6378
|
"__typename": [
|
|
6308
6379
|
1
|
|
@@ -6321,7 +6392,7 @@ exports.default = {
|
|
|
6321
6392
|
},
|
|
6322
6393
|
"EditDisplayIndexDto": {
|
|
6323
6394
|
"updates": [
|
|
6324
|
-
|
|
6395
|
+
241
|
|
6325
6396
|
],
|
|
6326
6397
|
"__typename": [
|
|
6327
6398
|
1
|
|
@@ -6385,7 +6456,7 @@ exports.default = {
|
|
|
6385
6456
|
18
|
|
6386
6457
|
],
|
|
6387
6458
|
"translations": [
|
|
6388
|
-
|
|
6459
|
+
246
|
|
6389
6460
|
],
|
|
6390
6461
|
"__typename": [
|
|
6391
6462
|
1
|
|
@@ -6419,10 +6490,10 @@ exports.default = {
|
|
|
6419
6490
|
18
|
|
6420
6491
|
],
|
|
6421
6492
|
"banner": [
|
|
6422
|
-
|
|
6493
|
+
177
|
|
6423
6494
|
],
|
|
6424
6495
|
"criteria": [
|
|
6425
|
-
|
|
6496
|
+
248
|
|
6426
6497
|
],
|
|
6427
6498
|
"deadline": [
|
|
6428
6499
|
14
|
|
@@ -6431,13 +6502,13 @@ exports.default = {
|
|
|
6431
6502
|
14
|
|
6432
6503
|
],
|
|
6433
6504
|
"duration": [
|
|
6434
|
-
|
|
6505
|
+
250
|
|
6435
6506
|
],
|
|
6436
6507
|
"sponsorshipItems": [
|
|
6437
|
-
|
|
6508
|
+
251
|
|
6438
6509
|
],
|
|
6439
6510
|
"commitments": [
|
|
6440
|
-
|
|
6511
|
+
252
|
|
6441
6512
|
],
|
|
6442
6513
|
"terms": [
|
|
6443
6514
|
1
|
|
@@ -6449,7 +6520,7 @@ exports.default = {
|
|
|
6449
6520
|
2
|
|
6450
6521
|
],
|
|
6451
6522
|
"translations": [
|
|
6452
|
-
|
|
6523
|
+
253
|
|
6453
6524
|
],
|
|
6454
6525
|
"__typename": [
|
|
6455
6526
|
1
|
|
@@ -6463,7 +6534,7 @@ exports.default = {
|
|
|
6463
6534
|
1
|
|
6464
6535
|
],
|
|
6465
6536
|
"qualificationsBag": [
|
|
6466
|
-
|
|
6537
|
+
249
|
|
6467
6538
|
],
|
|
6468
6539
|
"__typename": [
|
|
6469
6540
|
1
|
|
@@ -6471,28 +6542,28 @@ exports.default = {
|
|
|
6471
6542
|
},
|
|
6472
6543
|
"QualificationsBagDto": {
|
|
6473
6544
|
"ageQualifications": [
|
|
6474
|
-
|
|
6545
|
+
185
|
|
6475
6546
|
],
|
|
6476
6547
|
"genderQualifications": [
|
|
6477
|
-
|
|
6548
|
+
186
|
|
6478
6549
|
],
|
|
6479
6550
|
"scoreQualifications": [
|
|
6480
|
-
|
|
6551
|
+
188
|
|
6481
6552
|
],
|
|
6482
6553
|
"locationQualifications": [
|
|
6483
|
-
|
|
6554
|
+
189
|
|
6484
6555
|
],
|
|
6485
6556
|
"nationalityQualifications": [
|
|
6486
|
-
|
|
6557
|
+
187
|
|
6487
6558
|
],
|
|
6488
6559
|
"distanceQualifications": [
|
|
6489
|
-
|
|
6560
|
+
190
|
|
6490
6561
|
],
|
|
6491
6562
|
"sportsQualifications": [
|
|
6492
|
-
|
|
6563
|
+
191
|
|
6493
6564
|
],
|
|
6494
6565
|
"levelQualifications": [
|
|
6495
|
-
|
|
6566
|
+
192
|
|
6496
6567
|
],
|
|
6497
6568
|
"__typename": [
|
|
6498
6569
|
1
|
|
@@ -6569,7 +6640,7 @@ exports.default = {
|
|
|
6569
6640
|
1
|
|
6570
6641
|
],
|
|
6571
6642
|
"banner": [
|
|
6572
|
-
|
|
6643
|
+
177
|
|
6573
6644
|
],
|
|
6574
6645
|
"terms": [
|
|
6575
6646
|
1
|
|
@@ -6687,7 +6758,7 @@ exports.default = {
|
|
|
6687
6758
|
1
|
|
6688
6759
|
],
|
|
6689
6760
|
"banner": [
|
|
6690
|
-
|
|
6761
|
+
177
|
|
6691
6762
|
],
|
|
6692
6763
|
"eventLevel": [
|
|
6693
6764
|
1
|