@vertikalx/vtx-backend-client 3.0.0-dev.10 → 3.0.0-dev.12
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 +2 -1
- package/src/api/vtx-base-api.js +64 -0
- package/src/api/vtx-base-api.js.map +1 -1
- package/src/client/schema.d.ts +59 -5
- package/src/client/schema.js +9 -1
- package/src/client/schema.js.map +1 -1
- package/src/client/types.d.ts +34 -6
- package/src/client/types.js +227 -151
- package/src/client/types.js.map +1 -1
- package/tsconfig.lib.tsbuildinfo +1 -1
package/src/client/types.js
CHANGED
|
@@ -10,8 +10,8 @@ exports.default = {
|
|
|
10
10
|
127,
|
|
11
11
|
128,
|
|
12
12
|
147,
|
|
13
|
-
|
|
14
|
-
|
|
13
|
+
152,
|
|
14
|
+
220
|
|
15
15
|
],
|
|
16
16
|
"types": {
|
|
17
17
|
"User": {
|
|
@@ -2785,7 +2785,7 @@ exports.default = {
|
|
|
2785
2785
|
89
|
|
2786
2786
|
],
|
|
2787
2787
|
"mode": [
|
|
2788
|
-
|
|
2788
|
+
220
|
|
2789
2789
|
],
|
|
2790
2790
|
"athleteId": [
|
|
2791
2791
|
1
|
|
@@ -3636,6 +3636,62 @@ exports.default = {
|
|
|
3636
3636
|
1
|
|
3637
3637
|
]
|
|
3638
3638
|
},
|
|
3639
|
+
"TransactionDetails": {
|
|
3640
|
+
"stripeCheckoutSessionId": [
|
|
3641
|
+
1
|
|
3642
|
+
],
|
|
3643
|
+
"vtxCheckoutSessionId": [
|
|
3644
|
+
1
|
|
3645
|
+
],
|
|
3646
|
+
"checkoutSessionType": [
|
|
3647
|
+
1
|
|
3648
|
+
],
|
|
3649
|
+
"transactionType": [
|
|
3650
|
+
1
|
|
3651
|
+
],
|
|
3652
|
+
"confirmed": [
|
|
3653
|
+
2
|
|
3654
|
+
],
|
|
3655
|
+
"completed": [
|
|
3656
|
+
2
|
|
3657
|
+
],
|
|
3658
|
+
"currency": [
|
|
3659
|
+
1
|
|
3660
|
+
],
|
|
3661
|
+
"createdDate": [
|
|
3662
|
+
14
|
|
3663
|
+
],
|
|
3664
|
+
"email": [
|
|
3665
|
+
1
|
|
3666
|
+
],
|
|
3667
|
+
"name": [
|
|
3668
|
+
1
|
|
3669
|
+
],
|
|
3670
|
+
"phone": [
|
|
3671
|
+
1
|
|
3672
|
+
],
|
|
3673
|
+
"payment_status": [
|
|
3674
|
+
1
|
|
3675
|
+
],
|
|
3676
|
+
"status": [
|
|
3677
|
+
1
|
|
3678
|
+
],
|
|
3679
|
+
"amount_subtotal": [
|
|
3680
|
+
18
|
|
3681
|
+
],
|
|
3682
|
+
"amount_total": [
|
|
3683
|
+
18
|
|
3684
|
+
],
|
|
3685
|
+
"completedDate": [
|
|
3686
|
+
14
|
|
3687
|
+
],
|
|
3688
|
+
"athleteDonationReceipt": [
|
|
3689
|
+
117
|
|
3690
|
+
],
|
|
3691
|
+
"__typename": [
|
|
3692
|
+
1
|
|
3693
|
+
]
|
|
3694
|
+
},
|
|
3639
3695
|
"StripeTransfer": {
|
|
3640
3696
|
"_id": [
|
|
3641
3697
|
102
|
|
@@ -3668,7 +3724,7 @@ exports.default = {
|
|
|
3668
3724
|
1
|
|
3669
3725
|
],
|
|
3670
3726
|
"status": [
|
|
3671
|
-
|
|
3727
|
+
152
|
|
3672
3728
|
],
|
|
3673
3729
|
"lastError": [
|
|
3674
3730
|
1
|
|
@@ -3881,7 +3937,7 @@ exports.default = {
|
|
|
3881
3937
|
1
|
|
3882
3938
|
],
|
|
3883
3939
|
"invitations": [
|
|
3884
|
-
|
|
3940
|
+
164
|
|
3885
3941
|
],
|
|
3886
3942
|
"__typename": [
|
|
3887
3943
|
1
|
|
@@ -3992,7 +4048,7 @@ exports.default = {
|
|
|
3992
4048
|
1
|
|
3993
4049
|
],
|
|
3994
4050
|
"result": [
|
|
3995
|
-
|
|
4051
|
+
166
|
|
3996
4052
|
],
|
|
3997
4053
|
"cityId": [
|
|
3998
4054
|
1
|
|
@@ -4015,7 +4071,7 @@ exports.default = {
|
|
|
4015
4071
|
1
|
|
4016
4072
|
],
|
|
4017
4073
|
"result": [
|
|
4018
|
-
|
|
4074
|
+
166
|
|
4019
4075
|
],
|
|
4020
4076
|
"cityId": [
|
|
4021
4077
|
1
|
|
@@ -4051,13 +4107,13 @@ exports.default = {
|
|
|
4051
4107
|
},
|
|
4052
4108
|
"CursorPaginationDto": {
|
|
4053
4109
|
"sortCriteria": [
|
|
4054
|
-
|
|
4110
|
+
171
|
|
4055
4111
|
],
|
|
4056
4112
|
"limit": [
|
|
4057
4113
|
18
|
|
4058
4114
|
],
|
|
4059
4115
|
"cursorPosition": [
|
|
4060
|
-
|
|
4116
|
+
170
|
|
4061
4117
|
],
|
|
4062
4118
|
"__typename": [
|
|
4063
4119
|
1
|
|
@@ -4132,7 +4188,7 @@ exports.default = {
|
|
|
4132
4188
|
1
|
|
4133
4189
|
],
|
|
4134
4190
|
"currentCampaign": [
|
|
4135
|
-
|
|
4191
|
+
174
|
|
4136
4192
|
],
|
|
4137
4193
|
"sports": [
|
|
4138
4194
|
1
|
|
@@ -4194,10 +4250,10 @@ exports.default = {
|
|
|
4194
4250
|
},
|
|
4195
4251
|
"AthleteQueryDto": {
|
|
4196
4252
|
"cursor": [
|
|
4197
|
-
|
|
4253
|
+
172
|
|
4198
4254
|
],
|
|
4199
4255
|
"filters": [
|
|
4200
|
-
|
|
4256
|
+
175
|
|
4201
4257
|
],
|
|
4202
4258
|
"__typename": [
|
|
4203
4259
|
1
|
|
@@ -4208,7 +4264,7 @@ exports.default = {
|
|
|
4208
4264
|
1
|
|
4209
4265
|
],
|
|
4210
4266
|
"newPicture": [
|
|
4211
|
-
|
|
4267
|
+
178
|
|
4212
4268
|
],
|
|
4213
4269
|
"__typename": [
|
|
4214
4270
|
1
|
|
@@ -4242,7 +4298,7 @@ exports.default = {
|
|
|
4242
4298
|
1
|
|
4243
4299
|
],
|
|
4244
4300
|
"pictures": [
|
|
4245
|
-
|
|
4301
|
+
178
|
|
4246
4302
|
],
|
|
4247
4303
|
"albumId": [
|
|
4248
4304
|
1
|
|
@@ -4466,7 +4522,7 @@ exports.default = {
|
|
|
4466
4522
|
},
|
|
4467
4523
|
"resetPasswordDto": {
|
|
4468
4524
|
"code": [
|
|
4469
|
-
|
|
4525
|
+
162
|
|
4470
4526
|
],
|
|
4471
4527
|
"newPassword": [
|
|
4472
4528
|
1
|
|
@@ -4483,6 +4539,31 @@ exports.default = {
|
|
|
4483
4539
|
1
|
|
4484
4540
|
]
|
|
4485
4541
|
},
|
|
4542
|
+
"StripeQueryDto": {
|
|
4543
|
+
"operation": [
|
|
4544
|
+
1
|
|
4545
|
+
],
|
|
4546
|
+
"id": [
|
|
4547
|
+
1
|
|
4548
|
+
],
|
|
4549
|
+
"params": [
|
|
4550
|
+
1
|
|
4551
|
+
],
|
|
4552
|
+
"__typename": [
|
|
4553
|
+
1
|
|
4554
|
+
]
|
|
4555
|
+
},
|
|
4556
|
+
"GetTransactionDetailsDto": {
|
|
4557
|
+
"vtxSessionId": [
|
|
4558
|
+
1
|
|
4559
|
+
],
|
|
4560
|
+
"stripeSessionId": [
|
|
4561
|
+
1
|
|
4562
|
+
],
|
|
4563
|
+
"__typename": [
|
|
4564
|
+
1
|
|
4565
|
+
]
|
|
4566
|
+
},
|
|
4486
4567
|
"MergeSportsEventsDto": {
|
|
4487
4568
|
"mergeTo": [
|
|
4488
4569
|
1
|
|
@@ -4548,7 +4629,7 @@ exports.default = {
|
|
|
4548
4629
|
18
|
|
4549
4630
|
],
|
|
4550
4631
|
"items": [
|
|
4551
|
-
|
|
4632
|
+
200
|
|
4552
4633
|
],
|
|
4553
4634
|
"__typename": [
|
|
4554
4635
|
1
|
|
@@ -4559,7 +4640,7 @@ exports.default = {
|
|
|
4559
4640
|
18
|
|
4560
4641
|
],
|
|
4561
4642
|
"items": [
|
|
4562
|
-
|
|
4643
|
+
200
|
|
4563
4644
|
],
|
|
4564
4645
|
"athleteCompetitionId": [
|
|
4565
4646
|
1
|
|
@@ -4608,16 +4689,16 @@ exports.default = {
|
|
|
4608
4689
|
14
|
|
4609
4690
|
],
|
|
4610
4691
|
"budget": [
|
|
4611
|
-
|
|
4692
|
+
202
|
|
4612
4693
|
],
|
|
4613
4694
|
"competitionBudgets": [
|
|
4614
|
-
|
|
4695
|
+
203
|
|
4615
4696
|
],
|
|
4616
4697
|
"competitionIds": [
|
|
4617
4698
|
1
|
|
4618
4699
|
],
|
|
4619
4700
|
"video": [
|
|
4620
|
-
|
|
4701
|
+
204
|
|
4621
4702
|
],
|
|
4622
4703
|
"__typename": [
|
|
4623
4704
|
1
|
|
@@ -4649,16 +4730,16 @@ exports.default = {
|
|
|
4649
4730
|
14
|
|
4650
4731
|
],
|
|
4651
4732
|
"budget": [
|
|
4652
|
-
|
|
4733
|
+
202
|
|
4653
4734
|
],
|
|
4654
4735
|
"competitionBudgets": [
|
|
4655
|
-
|
|
4736
|
+
203
|
|
4656
4737
|
],
|
|
4657
4738
|
"competitionIds": [
|
|
4658
4739
|
1
|
|
4659
4740
|
],
|
|
4660
4741
|
"video": [
|
|
4661
|
-
|
|
4742
|
+
204
|
|
4662
4743
|
],
|
|
4663
4744
|
"loginEmail": [
|
|
4664
4745
|
1
|
|
@@ -4693,16 +4774,16 @@ exports.default = {
|
|
|
4693
4774
|
14
|
|
4694
4775
|
],
|
|
4695
4776
|
"budget": [
|
|
4696
|
-
|
|
4777
|
+
202
|
|
4697
4778
|
],
|
|
4698
4779
|
"competitionBudgets": [
|
|
4699
|
-
|
|
4780
|
+
203
|
|
4700
4781
|
],
|
|
4701
4782
|
"competitionIds": [
|
|
4702
4783
|
1
|
|
4703
4784
|
],
|
|
4704
4785
|
"video": [
|
|
4705
|
-
|
|
4786
|
+
204
|
|
4706
4787
|
],
|
|
4707
4788
|
"_id": [
|
|
4708
4789
|
1
|
|
@@ -4724,7 +4805,7 @@ exports.default = {
|
|
|
4724
4805
|
},
|
|
4725
4806
|
"BudgetDto": {
|
|
4726
4807
|
"items": [
|
|
4727
|
-
|
|
4808
|
+
200
|
|
4728
4809
|
],
|
|
4729
4810
|
"fundingMode": [
|
|
4730
4811
|
1
|
|
@@ -4738,7 +4819,7 @@ exports.default = {
|
|
|
4738
4819
|
1
|
|
4739
4820
|
],
|
|
4740
4821
|
"budget": [
|
|
4741
|
-
|
|
4822
|
+
209
|
|
4742
4823
|
],
|
|
4743
4824
|
"__typename": [
|
|
4744
4825
|
1
|
|
@@ -4749,7 +4830,7 @@ exports.default = {
|
|
|
4749
4830
|
1
|
|
4750
4831
|
],
|
|
4751
4832
|
"budget": [
|
|
4752
|
-
|
|
4833
|
+
209
|
|
4753
4834
|
],
|
|
4754
4835
|
"__typename": [
|
|
4755
4836
|
1
|
|
@@ -4769,7 +4850,7 @@ exports.default = {
|
|
|
4769
4850
|
18
|
|
4770
4851
|
],
|
|
4771
4852
|
"budget": [
|
|
4772
|
-
|
|
4853
|
+
209
|
|
4773
4854
|
],
|
|
4774
4855
|
"__typename": [
|
|
4775
4856
|
1
|
|
@@ -4789,7 +4870,7 @@ exports.default = {
|
|
|
4789
4870
|
1
|
|
4790
4871
|
],
|
|
4791
4872
|
"logo": [
|
|
4792
|
-
|
|
4873
|
+
178
|
|
4793
4874
|
],
|
|
4794
4875
|
"countryId": [
|
|
4795
4876
|
1
|
|
@@ -4821,20 +4902,6 @@ exports.default = {
|
|
|
4821
4902
|
1
|
|
4822
4903
|
]
|
|
4823
4904
|
},
|
|
4824
|
-
"StripeQueryDto": {
|
|
4825
|
-
"operation": [
|
|
4826
|
-
1
|
|
4827
|
-
],
|
|
4828
|
-
"id": [
|
|
4829
|
-
1
|
|
4830
|
-
],
|
|
4831
|
-
"params": [
|
|
4832
|
-
1
|
|
4833
|
-
],
|
|
4834
|
-
"__typename": [
|
|
4835
|
-
1
|
|
4836
|
-
]
|
|
4837
|
-
},
|
|
4838
4905
|
"CreateAthleteIntegrationDto": {
|
|
4839
4906
|
"athleteId": [
|
|
4840
4907
|
1
|
|
@@ -4899,7 +4966,7 @@ exports.default = {
|
|
|
4899
4966
|
1
|
|
4900
4967
|
],
|
|
4901
4968
|
"profilePicture": [
|
|
4902
|
-
|
|
4969
|
+
178
|
|
4903
4970
|
],
|
|
4904
4971
|
"__typename": [
|
|
4905
4972
|
1
|
|
@@ -4976,7 +5043,7 @@ exports.default = {
|
|
|
4976
5043
|
32,
|
|
4977
5044
|
{
|
|
4978
5045
|
"input": [
|
|
4979
|
-
|
|
5046
|
+
222,
|
|
4980
5047
|
"AWSS3GetUploadDto!"
|
|
4981
5048
|
]
|
|
4982
5049
|
}
|
|
@@ -5038,7 +5105,7 @@ exports.default = {
|
|
|
5038
5105
|
104,
|
|
5039
5106
|
{
|
|
5040
5107
|
"input": [
|
|
5041
|
-
|
|
5108
|
+
223,
|
|
5042
5109
|
"FindSponsorAthleteInvitationDto!"
|
|
5043
5110
|
]
|
|
5044
5111
|
}
|
|
@@ -5047,7 +5114,7 @@ exports.default = {
|
|
|
5047
5114
|
144,
|
|
5048
5115
|
{
|
|
5049
5116
|
"input": [
|
|
5050
|
-
|
|
5117
|
+
181,
|
|
5051
5118
|
"existValueDto!"
|
|
5052
5119
|
]
|
|
5053
5120
|
}
|
|
@@ -5059,7 +5126,7 @@ exports.default = {
|
|
|
5059
5126
|
139,
|
|
5060
5127
|
{
|
|
5061
5128
|
"input": [
|
|
5062
|
-
|
|
5129
|
+
176,
|
|
5063
5130
|
"AthleteQueryDto!"
|
|
5064
5131
|
]
|
|
5065
5132
|
}
|
|
@@ -5107,7 +5174,7 @@ exports.default = {
|
|
|
5107
5174
|
81,
|
|
5108
5175
|
{
|
|
5109
5176
|
"input": [
|
|
5110
|
-
|
|
5177
|
+
224,
|
|
5111
5178
|
"GetAthleteCompetitionsDto!"
|
|
5112
5179
|
]
|
|
5113
5180
|
}
|
|
@@ -5155,7 +5222,7 @@ exports.default = {
|
|
|
5155
5222
|
139,
|
|
5156
5223
|
{
|
|
5157
5224
|
"input": [
|
|
5158
|
-
|
|
5225
|
+
176,
|
|
5159
5226
|
"AthleteQueryDto!"
|
|
5160
5227
|
]
|
|
5161
5228
|
}
|
|
@@ -5173,7 +5240,7 @@ exports.default = {
|
|
|
5173
5240
|
142,
|
|
5174
5241
|
{
|
|
5175
5242
|
"input": [
|
|
5176
|
-
|
|
5243
|
+
181,
|
|
5177
5244
|
"existValueDto!"
|
|
5178
5245
|
]
|
|
5179
5246
|
}
|
|
@@ -5182,7 +5249,7 @@ exports.default = {
|
|
|
5182
5249
|
145,
|
|
5183
5250
|
{
|
|
5184
5251
|
"input": [
|
|
5185
|
-
|
|
5252
|
+
183,
|
|
5186
5253
|
"GetHistoricalScoresDto!"
|
|
5187
5254
|
]
|
|
5188
5255
|
}
|
|
@@ -5191,7 +5258,7 @@ exports.default = {
|
|
|
5191
5258
|
98,
|
|
5192
5259
|
{
|
|
5193
5260
|
"input": [
|
|
5194
|
-
|
|
5261
|
+
183,
|
|
5195
5262
|
"GetHistoricalScoresDto!"
|
|
5196
5263
|
]
|
|
5197
5264
|
}
|
|
@@ -5200,7 +5267,7 @@ exports.default = {
|
|
|
5200
5267
|
145,
|
|
5201
5268
|
{
|
|
5202
5269
|
"input": [
|
|
5203
|
-
|
|
5270
|
+
182,
|
|
5204
5271
|
"GetMyHistoricalScoresDto!"
|
|
5205
5272
|
]
|
|
5206
5273
|
}
|
|
@@ -5209,7 +5276,7 @@ exports.default = {
|
|
|
5209
5276
|
98,
|
|
5210
5277
|
{
|
|
5211
5278
|
"input": [
|
|
5212
|
-
|
|
5279
|
+
182,
|
|
5213
5280
|
"GetMyHistoricalScoresDto!"
|
|
5214
5281
|
]
|
|
5215
5282
|
}
|
|
@@ -5218,7 +5285,7 @@ exports.default = {
|
|
|
5218
5285
|
89,
|
|
5219
5286
|
{
|
|
5220
5287
|
"input": [
|
|
5221
|
-
|
|
5288
|
+
184,
|
|
5222
5289
|
"GetAthleteCampaignsDto!"
|
|
5223
5290
|
]
|
|
5224
5291
|
}
|
|
@@ -5290,7 +5357,7 @@ exports.default = {
|
|
|
5290
5357
|
0,
|
|
5291
5358
|
{
|
|
5292
5359
|
"input": [
|
|
5293
|
-
|
|
5360
|
+
225,
|
|
5294
5361
|
"FindVtxUserDto!"
|
|
5295
5362
|
]
|
|
5296
5363
|
}
|
|
@@ -5330,7 +5397,7 @@ exports.default = {
|
|
|
5330
5397
|
36,
|
|
5331
5398
|
{
|
|
5332
5399
|
"input": [
|
|
5333
|
-
|
|
5400
|
+
162,
|
|
5334
5401
|
"VerifyCodeDto!"
|
|
5335
5402
|
]
|
|
5336
5403
|
}
|
|
@@ -5342,7 +5409,7 @@ exports.default = {
|
|
|
5342
5409
|
75,
|
|
5343
5410
|
{
|
|
5344
5411
|
"input": [
|
|
5345
|
-
|
|
5412
|
+
226,
|
|
5346
5413
|
"GetSportEventsDto!"
|
|
5347
5414
|
]
|
|
5348
5415
|
}
|
|
@@ -5387,7 +5454,7 @@ exports.default = {
|
|
|
5387
5454
|
146,
|
|
5388
5455
|
{
|
|
5389
5456
|
"input": [
|
|
5390
|
-
|
|
5457
|
+
197,
|
|
5391
5458
|
"StripeQueryDto!"
|
|
5392
5459
|
]
|
|
5393
5460
|
}
|
|
@@ -5396,7 +5463,7 @@ exports.default = {
|
|
|
5396
5463
|
35,
|
|
5397
5464
|
{
|
|
5398
5465
|
"input": [
|
|
5399
|
-
|
|
5466
|
+
160,
|
|
5400
5467
|
"GetDatabaseFileDto!"
|
|
5401
5468
|
]
|
|
5402
5469
|
}
|
|
@@ -5405,7 +5472,7 @@ exports.default = {
|
|
|
5405
5472
|
117,
|
|
5406
5473
|
{
|
|
5407
5474
|
"input": [
|
|
5408
|
-
|
|
5475
|
+
196,
|
|
5409
5476
|
"GetReceiptDto!"
|
|
5410
5477
|
]
|
|
5411
5478
|
}
|
|
@@ -5414,11 +5481,20 @@ exports.default = {
|
|
|
5414
5481
|
118,
|
|
5415
5482
|
{
|
|
5416
5483
|
"input": [
|
|
5417
|
-
|
|
5484
|
+
196,
|
|
5418
5485
|
"GetReceiptDto!"
|
|
5419
5486
|
]
|
|
5420
5487
|
}
|
|
5421
5488
|
],
|
|
5489
|
+
"getTransactionDetails": [
|
|
5490
|
+
150,
|
|
5491
|
+
{
|
|
5492
|
+
"input": [
|
|
5493
|
+
198,
|
|
5494
|
+
"GetTransactionDetailsDto!"
|
|
5495
|
+
]
|
|
5496
|
+
}
|
|
5497
|
+
],
|
|
5422
5498
|
"findMemberForUser": [
|
|
5423
5499
|
134,
|
|
5424
5500
|
{
|
|
@@ -5492,7 +5568,7 @@ exports.default = {
|
|
|
5492
5568
|
5,
|
|
5493
5569
|
{
|
|
5494
5570
|
"tenant": [
|
|
5495
|
-
|
|
5571
|
+
228,
|
|
5496
5572
|
"CreateTenantInput!"
|
|
5497
5573
|
]
|
|
5498
5574
|
}
|
|
@@ -5501,7 +5577,7 @@ exports.default = {
|
|
|
5501
5577
|
11,
|
|
5502
5578
|
{
|
|
5503
5579
|
"tenant": [
|
|
5504
|
-
|
|
5580
|
+
228,
|
|
5505
5581
|
"CreateTenantInput!"
|
|
5506
5582
|
]
|
|
5507
5583
|
}
|
|
@@ -5510,7 +5586,7 @@ exports.default = {
|
|
|
5510
5586
|
3,
|
|
5511
5587
|
{
|
|
5512
5588
|
"user": [
|
|
5513
|
-
|
|
5589
|
+
229,
|
|
5514
5590
|
"CreateActiveUserInput!"
|
|
5515
5591
|
]
|
|
5516
5592
|
}
|
|
@@ -5545,7 +5621,7 @@ exports.default = {
|
|
|
5545
5621
|
0,
|
|
5546
5622
|
{
|
|
5547
5623
|
"input": [
|
|
5548
|
-
|
|
5624
|
+
230,
|
|
5549
5625
|
"RegisterUserToDomainFromEmailInput!"
|
|
5550
5626
|
]
|
|
5551
5627
|
}
|
|
@@ -5554,7 +5630,7 @@ exports.default = {
|
|
|
5554
5630
|
8,
|
|
5555
5631
|
{
|
|
5556
5632
|
"dto": [
|
|
5557
|
-
|
|
5633
|
+
231,
|
|
5558
5634
|
"RefreshTokenInput!"
|
|
5559
5635
|
]
|
|
5560
5636
|
}
|
|
@@ -5563,7 +5639,7 @@ exports.default = {
|
|
|
5563
5639
|
33,
|
|
5564
5640
|
{
|
|
5565
5641
|
"input": [
|
|
5566
|
-
|
|
5642
|
+
232,
|
|
5567
5643
|
"AWSS3DeleteUseTypeFileDto!"
|
|
5568
5644
|
]
|
|
5569
5645
|
}
|
|
@@ -5572,7 +5648,7 @@ exports.default = {
|
|
|
5572
5648
|
33,
|
|
5573
5649
|
{
|
|
5574
5650
|
"input": [
|
|
5575
|
-
|
|
5651
|
+
233,
|
|
5576
5652
|
"AWSS3DeleteBucketFileDto!"
|
|
5577
5653
|
]
|
|
5578
5654
|
}
|
|
@@ -5581,7 +5657,7 @@ exports.default = {
|
|
|
5581
5657
|
33,
|
|
5582
5658
|
{
|
|
5583
5659
|
"input": [
|
|
5584
|
-
|
|
5660
|
+
234,
|
|
5585
5661
|
"AWSS3DeleteUseTypeKeyDto!"
|
|
5586
5662
|
]
|
|
5587
5663
|
}
|
|
@@ -5590,7 +5666,7 @@ exports.default = {
|
|
|
5590
5666
|
27,
|
|
5591
5667
|
{
|
|
5592
5668
|
"input": [
|
|
5593
|
-
|
|
5669
|
+
178,
|
|
5594
5670
|
"AWSS3UploadedFileDto!"
|
|
5595
5671
|
]
|
|
5596
5672
|
}
|
|
@@ -5599,7 +5675,7 @@ exports.default = {
|
|
|
5599
5675
|
56,
|
|
5600
5676
|
{
|
|
5601
5677
|
"input": [
|
|
5602
|
-
|
|
5678
|
+
235,
|
|
5603
5679
|
"CreateIndustryDto!"
|
|
5604
5680
|
]
|
|
5605
5681
|
}
|
|
@@ -5608,7 +5684,7 @@ exports.default = {
|
|
|
5608
5684
|
39,
|
|
5609
5685
|
{
|
|
5610
5686
|
"input": [
|
|
5611
|
-
|
|
5687
|
+
236,
|
|
5612
5688
|
"CreateBrandDto!"
|
|
5613
5689
|
]
|
|
5614
5690
|
}
|
|
@@ -5617,7 +5693,7 @@ exports.default = {
|
|
|
5617
5693
|
59,
|
|
5618
5694
|
{
|
|
5619
5695
|
"input": [
|
|
5620
|
-
|
|
5696
|
+
238,
|
|
5621
5697
|
"RegisterSponsorInput!"
|
|
5622
5698
|
]
|
|
5623
5699
|
}
|
|
@@ -5626,7 +5702,7 @@ exports.default = {
|
|
|
5626
5702
|
59,
|
|
5627
5703
|
{
|
|
5628
5704
|
"input": [
|
|
5629
|
-
|
|
5705
|
+
239,
|
|
5630
5706
|
"CreateSponsorDto!"
|
|
5631
5707
|
]
|
|
5632
5708
|
}
|
|
@@ -5635,7 +5711,7 @@ exports.default = {
|
|
|
5635
5711
|
104,
|
|
5636
5712
|
{
|
|
5637
5713
|
"input": [
|
|
5638
|
-
|
|
5714
|
+
165,
|
|
5639
5715
|
"InviteAthletesDto!"
|
|
5640
5716
|
]
|
|
5641
5717
|
}
|
|
@@ -5644,7 +5720,7 @@ exports.default = {
|
|
|
5644
5720
|
136,
|
|
5645
5721
|
{
|
|
5646
5722
|
"input": [
|
|
5647
|
-
|
|
5723
|
+
173,
|
|
5648
5724
|
"DeleteSingleValueDto!"
|
|
5649
5725
|
]
|
|
5650
5726
|
}
|
|
@@ -5653,7 +5729,7 @@ exports.default = {
|
|
|
5653
5729
|
100,
|
|
5654
5730
|
{
|
|
5655
5731
|
"input": [
|
|
5656
|
-
|
|
5732
|
+
240,
|
|
5657
5733
|
"RegisterAthleteDto!"
|
|
5658
5734
|
]
|
|
5659
5735
|
}
|
|
@@ -5662,7 +5738,7 @@ exports.default = {
|
|
|
5662
5738
|
135,
|
|
5663
5739
|
{
|
|
5664
5740
|
"input": [
|
|
5665
|
-
|
|
5741
|
+
241,
|
|
5666
5742
|
"EditValueDto!"
|
|
5667
5743
|
]
|
|
5668
5744
|
}
|
|
@@ -5671,7 +5747,7 @@ exports.default = {
|
|
|
5671
5747
|
140,
|
|
5672
5748
|
{
|
|
5673
5749
|
"input": [
|
|
5674
|
-
|
|
5750
|
+
177,
|
|
5675
5751
|
"EditPictureDto!"
|
|
5676
5752
|
]
|
|
5677
5753
|
}
|
|
@@ -5680,7 +5756,7 @@ exports.default = {
|
|
|
5680
5756
|
141,
|
|
5681
5757
|
{
|
|
5682
5758
|
"input": [
|
|
5683
|
-
|
|
5759
|
+
179,
|
|
5684
5760
|
"UploadAlbumsPicturesDto!"
|
|
5685
5761
|
]
|
|
5686
5762
|
}
|
|
@@ -5689,7 +5765,7 @@ exports.default = {
|
|
|
5689
5765
|
81,
|
|
5690
5766
|
{
|
|
5691
5767
|
"input": [
|
|
5692
|
-
|
|
5768
|
+
168,
|
|
5693
5769
|
"CreateAthleteCompetitionDto!"
|
|
5694
5770
|
]
|
|
5695
5771
|
}
|
|
@@ -5698,7 +5774,7 @@ exports.default = {
|
|
|
5698
5774
|
136,
|
|
5699
5775
|
{
|
|
5700
5776
|
"input": [
|
|
5701
|
-
|
|
5777
|
+
173,
|
|
5702
5778
|
"DeleteSingleValueDto!"
|
|
5703
5779
|
]
|
|
5704
5780
|
}
|
|
@@ -5707,7 +5783,7 @@ exports.default = {
|
|
|
5707
5783
|
80,
|
|
5708
5784
|
{
|
|
5709
5785
|
"input": [
|
|
5710
|
-
|
|
5786
|
+
179,
|
|
5711
5787
|
"UploadAlbumsPicturesDto!"
|
|
5712
5788
|
]
|
|
5713
5789
|
}
|
|
@@ -5716,7 +5792,7 @@ exports.default = {
|
|
|
5716
5792
|
80,
|
|
5717
5793
|
{
|
|
5718
5794
|
"input": [
|
|
5719
|
-
|
|
5795
|
+
242,
|
|
5720
5796
|
"EditDisplayIndexDto!"
|
|
5721
5797
|
]
|
|
5722
5798
|
}
|
|
@@ -5725,7 +5801,7 @@ exports.default = {
|
|
|
5725
5801
|
80,
|
|
5726
5802
|
{
|
|
5727
5803
|
"input": [
|
|
5728
|
-
|
|
5804
|
+
179,
|
|
5729
5805
|
"UploadAlbumsPicturesDto!"
|
|
5730
5806
|
]
|
|
5731
5807
|
}
|
|
@@ -5734,7 +5810,7 @@ exports.default = {
|
|
|
5734
5810
|
136,
|
|
5735
5811
|
{
|
|
5736
5812
|
"input": [
|
|
5737
|
-
|
|
5813
|
+
173,
|
|
5738
5814
|
"DeleteSingleValueDto!"
|
|
5739
5815
|
]
|
|
5740
5816
|
}
|
|
@@ -5743,7 +5819,7 @@ exports.default = {
|
|
|
5743
5819
|
120,
|
|
5744
5820
|
{
|
|
5745
5821
|
"input": [
|
|
5746
|
-
|
|
5822
|
+
180,
|
|
5747
5823
|
"DeleteValuesDto!"
|
|
5748
5824
|
]
|
|
5749
5825
|
}
|
|
@@ -5752,7 +5828,7 @@ exports.default = {
|
|
|
5752
5828
|
76,
|
|
5753
5829
|
{
|
|
5754
5830
|
"input": [
|
|
5755
|
-
|
|
5831
|
+
167,
|
|
5756
5832
|
"SetCompetitionResultDto!"
|
|
5757
5833
|
]
|
|
5758
5834
|
}
|
|
@@ -5764,7 +5840,7 @@ exports.default = {
|
|
|
5764
5840
|
89,
|
|
5765
5841
|
{
|
|
5766
5842
|
"input": [
|
|
5767
|
-
|
|
5843
|
+
244,
|
|
5768
5844
|
"SetCurrentCampaignDto!"
|
|
5769
5845
|
]
|
|
5770
5846
|
}
|
|
@@ -5773,7 +5849,7 @@ exports.default = {
|
|
|
5773
5849
|
67,
|
|
5774
5850
|
{
|
|
5775
5851
|
"input": [
|
|
5776
|
-
|
|
5852
|
+
245,
|
|
5777
5853
|
"CreateSportDto!"
|
|
5778
5854
|
]
|
|
5779
5855
|
}
|
|
@@ -5782,7 +5858,7 @@ exports.default = {
|
|
|
5782
5858
|
67,
|
|
5783
5859
|
{
|
|
5784
5860
|
"input": [
|
|
5785
|
-
|
|
5861
|
+
246,
|
|
5786
5862
|
"UpdateSportDto!"
|
|
5787
5863
|
]
|
|
5788
5864
|
}
|
|
@@ -5791,7 +5867,7 @@ exports.default = {
|
|
|
5791
5867
|
70,
|
|
5792
5868
|
{
|
|
5793
5869
|
"input": [
|
|
5794
|
-
|
|
5870
|
+
247,
|
|
5795
5871
|
"CreateSportLevelDto!"
|
|
5796
5872
|
]
|
|
5797
5873
|
}
|
|
@@ -5800,7 +5876,7 @@ exports.default = {
|
|
|
5800
5876
|
65,
|
|
5801
5877
|
{
|
|
5802
5878
|
"input": [
|
|
5803
|
-
|
|
5879
|
+
249,
|
|
5804
5880
|
"CreateSponsorshipDto!"
|
|
5805
5881
|
]
|
|
5806
5882
|
}
|
|
@@ -5809,7 +5885,7 @@ exports.default = {
|
|
|
5809
5885
|
45,
|
|
5810
5886
|
{
|
|
5811
5887
|
"input": [
|
|
5812
|
-
|
|
5888
|
+
256,
|
|
5813
5889
|
"CreateCountryDto!"
|
|
5814
5890
|
]
|
|
5815
5891
|
}
|
|
@@ -5818,7 +5894,7 @@ exports.default = {
|
|
|
5818
5894
|
44,
|
|
5819
5895
|
{
|
|
5820
5896
|
"input": [
|
|
5821
|
-
|
|
5897
|
+
257,
|
|
5822
5898
|
"CreateStateDto!"
|
|
5823
5899
|
]
|
|
5824
5900
|
}
|
|
@@ -5827,7 +5903,7 @@ exports.default = {
|
|
|
5827
5903
|
43,
|
|
5828
5904
|
{
|
|
5829
5905
|
"input": [
|
|
5830
|
-
|
|
5906
|
+
258,
|
|
5831
5907
|
"CreateCityDto!"
|
|
5832
5908
|
]
|
|
5833
5909
|
}
|
|
@@ -5836,7 +5912,7 @@ exports.default = {
|
|
|
5836
5912
|
29,
|
|
5837
5913
|
{
|
|
5838
5914
|
"input": [
|
|
5839
|
-
|
|
5915
|
+
194,
|
|
5840
5916
|
"RegisterUserDto!"
|
|
5841
5917
|
]
|
|
5842
5918
|
}
|
|
@@ -5845,7 +5921,7 @@ exports.default = {
|
|
|
5845
5921
|
3,
|
|
5846
5922
|
{
|
|
5847
5923
|
"input": [
|
|
5848
|
-
|
|
5924
|
+
162,
|
|
5849
5925
|
"VerifyCodeDto!"
|
|
5850
5926
|
]
|
|
5851
5927
|
}
|
|
@@ -5854,7 +5930,7 @@ exports.default = {
|
|
|
5854
5930
|
0,
|
|
5855
5931
|
{
|
|
5856
5932
|
"input": [
|
|
5857
|
-
|
|
5933
|
+
162,
|
|
5858
5934
|
"VerifyCodeDto!"
|
|
5859
5935
|
]
|
|
5860
5936
|
}
|
|
@@ -5863,7 +5939,7 @@ exports.default = {
|
|
|
5863
5939
|
0,
|
|
5864
5940
|
{
|
|
5865
5941
|
"input": [
|
|
5866
|
-
|
|
5942
|
+
194,
|
|
5867
5943
|
"RegisterUserDto!"
|
|
5868
5944
|
]
|
|
5869
5945
|
}
|
|
@@ -5872,7 +5948,7 @@ exports.default = {
|
|
|
5872
5948
|
0,
|
|
5873
5949
|
{
|
|
5874
5950
|
"input": [
|
|
5875
|
-
|
|
5951
|
+
194,
|
|
5876
5952
|
"RegisterUserDto!"
|
|
5877
5953
|
]
|
|
5878
5954
|
}
|
|
@@ -5881,7 +5957,7 @@ exports.default = {
|
|
|
5881
5957
|
0,
|
|
5882
5958
|
{
|
|
5883
5959
|
"input": [
|
|
5884
|
-
|
|
5960
|
+
194,
|
|
5885
5961
|
"RegisterUserDto!"
|
|
5886
5962
|
]
|
|
5887
5963
|
}
|
|
@@ -5912,7 +5988,7 @@ exports.default = {
|
|
|
5912
5988
|
135,
|
|
5913
5989
|
{
|
|
5914
5990
|
"input": [
|
|
5915
|
-
|
|
5991
|
+
195,
|
|
5916
5992
|
"resetPasswordDto!"
|
|
5917
5993
|
]
|
|
5918
5994
|
}
|
|
@@ -5930,7 +6006,7 @@ exports.default = {
|
|
|
5930
6006
|
105,
|
|
5931
6007
|
{
|
|
5932
6008
|
"data": [
|
|
5933
|
-
|
|
6009
|
+
259,
|
|
5934
6010
|
"RegisterStravaDto!"
|
|
5935
6011
|
]
|
|
5936
6012
|
}
|
|
@@ -5948,7 +6024,7 @@ exports.default = {
|
|
|
5948
6024
|
75,
|
|
5949
6025
|
{
|
|
5950
6026
|
"input": [
|
|
5951
|
-
|
|
6027
|
+
260,
|
|
5952
6028
|
"CreateSportEventDto!"
|
|
5953
6029
|
]
|
|
5954
6030
|
}
|
|
@@ -5957,7 +6033,7 @@ exports.default = {
|
|
|
5957
6033
|
130,
|
|
5958
6034
|
{
|
|
5959
6035
|
"input": [
|
|
5960
|
-
|
|
6036
|
+
199,
|
|
5961
6037
|
"MergeSportsEventsDto!"
|
|
5962
6038
|
]
|
|
5963
6039
|
}
|
|
@@ -5966,7 +6042,7 @@ exports.default = {
|
|
|
5966
6042
|
89,
|
|
5967
6043
|
{
|
|
5968
6044
|
"input": [
|
|
5969
|
-
|
|
6045
|
+
208,
|
|
5970
6046
|
"SetFundingStatusDto!"
|
|
5971
6047
|
]
|
|
5972
6048
|
}
|
|
@@ -5975,7 +6051,7 @@ exports.default = {
|
|
|
5975
6051
|
89,
|
|
5976
6052
|
{
|
|
5977
6053
|
"input": [
|
|
5978
|
-
|
|
6054
|
+
205,
|
|
5979
6055
|
"CreateFundingCampaignDto!"
|
|
5980
6056
|
]
|
|
5981
6057
|
}
|
|
@@ -5984,7 +6060,7 @@ exports.default = {
|
|
|
5984
6060
|
89,
|
|
5985
6061
|
{
|
|
5986
6062
|
"input": [
|
|
5987
|
-
|
|
6063
|
+
207,
|
|
5988
6064
|
"UpdateFundingCampaignDto!"
|
|
5989
6065
|
]
|
|
5990
6066
|
}
|
|
@@ -5993,7 +6069,7 @@ exports.default = {
|
|
|
5993
6069
|
136,
|
|
5994
6070
|
{
|
|
5995
6071
|
"input": [
|
|
5996
|
-
|
|
6072
|
+
173,
|
|
5997
6073
|
"DeleteSingleValueDto!"
|
|
5998
6074
|
]
|
|
5999
6075
|
}
|
|
@@ -6002,7 +6078,7 @@ exports.default = {
|
|
|
6002
6078
|
120,
|
|
6003
6079
|
{
|
|
6004
6080
|
"input": [
|
|
6005
|
-
|
|
6081
|
+
180,
|
|
6006
6082
|
"DeleteValuesDto!"
|
|
6007
6083
|
]
|
|
6008
6084
|
}
|
|
@@ -6020,7 +6096,7 @@ exports.default = {
|
|
|
6020
6096
|
2,
|
|
6021
6097
|
{
|
|
6022
6098
|
"input": [
|
|
6023
|
-
|
|
6099
|
+
210,
|
|
6024
6100
|
"AddCompetitionBudgetDto!"
|
|
6025
6101
|
]
|
|
6026
6102
|
}
|
|
@@ -6029,7 +6105,7 @@ exports.default = {
|
|
|
6029
6105
|
2,
|
|
6030
6106
|
{
|
|
6031
6107
|
"input": [
|
|
6032
|
-
|
|
6108
|
+
211,
|
|
6033
6109
|
"EditCompetitionBudgetDto!"
|
|
6034
6110
|
]
|
|
6035
6111
|
}
|
|
@@ -6038,7 +6114,7 @@ exports.default = {
|
|
|
6038
6114
|
2,
|
|
6039
6115
|
{
|
|
6040
6116
|
"input": [
|
|
6041
|
-
|
|
6117
|
+
212,
|
|
6042
6118
|
"EditCampaignBudgetDto!"
|
|
6043
6119
|
]
|
|
6044
6120
|
}
|
|
@@ -6047,7 +6123,7 @@ exports.default = {
|
|
|
6047
6123
|
2,
|
|
6048
6124
|
{
|
|
6049
6125
|
"input": [
|
|
6050
|
-
|
|
6126
|
+
212,
|
|
6051
6127
|
"EditCampaignBudgetDto!"
|
|
6052
6128
|
]
|
|
6053
6129
|
}
|
|
@@ -6056,7 +6132,7 @@ exports.default = {
|
|
|
6056
6132
|
82,
|
|
6057
6133
|
{
|
|
6058
6134
|
"input": [
|
|
6059
|
-
|
|
6135
|
+
213,
|
|
6060
6136
|
"CreateMembershipOrganizationDto!"
|
|
6061
6137
|
]
|
|
6062
6138
|
}
|
|
@@ -6065,7 +6141,7 @@ exports.default = {
|
|
|
6065
6141
|
84,
|
|
6066
6142
|
{
|
|
6067
6143
|
"input": [
|
|
6068
|
-
|
|
6144
|
+
214,
|
|
6069
6145
|
"CreateAthleteMembershipDto!"
|
|
6070
6146
|
]
|
|
6071
6147
|
}
|
|
@@ -6074,7 +6150,7 @@ exports.default = {
|
|
|
6074
6150
|
136,
|
|
6075
6151
|
{
|
|
6076
6152
|
"input": [
|
|
6077
|
-
|
|
6153
|
+
173,
|
|
6078
6154
|
"DeleteSingleValueDto!"
|
|
6079
6155
|
]
|
|
6080
6156
|
}
|
|
@@ -6092,7 +6168,7 @@ exports.default = {
|
|
|
6092
6168
|
97,
|
|
6093
6169
|
{
|
|
6094
6170
|
"input": [
|
|
6095
|
-
|
|
6171
|
+
261,
|
|
6096
6172
|
"CreateStripeAccountDto!"
|
|
6097
6173
|
]
|
|
6098
6174
|
}
|
|
@@ -6104,7 +6180,7 @@ exports.default = {
|
|
|
6104
6180
|
107,
|
|
6105
6181
|
{
|
|
6106
6182
|
"input": [
|
|
6107
|
-
|
|
6183
|
+
163,
|
|
6108
6184
|
"DonationCheckoutDto!"
|
|
6109
6185
|
]
|
|
6110
6186
|
}
|
|
@@ -6119,7 +6195,7 @@ exports.default = {
|
|
|
6119
6195
|
134,
|
|
6120
6196
|
{
|
|
6121
6197
|
"input": [
|
|
6122
|
-
|
|
6198
|
+
219,
|
|
6123
6199
|
"RegisterMemberDto!"
|
|
6124
6200
|
]
|
|
6125
6201
|
}
|
|
@@ -6245,13 +6321,13 @@ exports.default = {
|
|
|
6245
6321
|
1
|
|
6246
6322
|
],
|
|
6247
6323
|
"logo": [
|
|
6248
|
-
|
|
6324
|
+
178
|
|
6249
6325
|
],
|
|
6250
6326
|
"banner": [
|
|
6251
|
-
|
|
6327
|
+
178
|
|
6252
6328
|
],
|
|
6253
6329
|
"translations": [
|
|
6254
|
-
|
|
6330
|
+
237
|
|
6255
6331
|
],
|
|
6256
6332
|
"__typename": [
|
|
6257
6333
|
1
|
|
@@ -6274,10 +6350,10 @@ exports.default = {
|
|
|
6274
6350
|
1
|
|
6275
6351
|
],
|
|
6276
6352
|
"logo": [
|
|
6277
|
-
|
|
6353
|
+
178
|
|
6278
6354
|
],
|
|
6279
6355
|
"banner": [
|
|
6280
|
-
|
|
6356
|
+
178
|
|
6281
6357
|
],
|
|
6282
6358
|
"__typename": [
|
|
6283
6359
|
1
|
|
@@ -6382,10 +6458,10 @@ exports.default = {
|
|
|
6382
6458
|
1
|
|
6383
6459
|
],
|
|
6384
6460
|
"profilePicture": [
|
|
6385
|
-
|
|
6461
|
+
178
|
|
6386
6462
|
],
|
|
6387
6463
|
"cardPicture": [
|
|
6388
|
-
|
|
6464
|
+
178
|
|
6389
6465
|
],
|
|
6390
6466
|
"__typename": [
|
|
6391
6467
|
1
|
|
@@ -6404,7 +6480,7 @@ exports.default = {
|
|
|
6404
6480
|
},
|
|
6405
6481
|
"EditDisplayIndexDto": {
|
|
6406
6482
|
"updates": [
|
|
6407
|
-
|
|
6483
|
+
243
|
|
6408
6484
|
],
|
|
6409
6485
|
"__typename": [
|
|
6410
6486
|
1
|
|
@@ -6468,7 +6544,7 @@ exports.default = {
|
|
|
6468
6544
|
18
|
|
6469
6545
|
],
|
|
6470
6546
|
"translations": [
|
|
6471
|
-
|
|
6547
|
+
248
|
|
6472
6548
|
],
|
|
6473
6549
|
"__typename": [
|
|
6474
6550
|
1
|
|
@@ -6502,10 +6578,10 @@ exports.default = {
|
|
|
6502
6578
|
18
|
|
6503
6579
|
],
|
|
6504
6580
|
"banner": [
|
|
6505
|
-
|
|
6581
|
+
178
|
|
6506
6582
|
],
|
|
6507
6583
|
"criteria": [
|
|
6508
|
-
|
|
6584
|
+
250
|
|
6509
6585
|
],
|
|
6510
6586
|
"deadline": [
|
|
6511
6587
|
14
|
|
@@ -6514,13 +6590,13 @@ exports.default = {
|
|
|
6514
6590
|
14
|
|
6515
6591
|
],
|
|
6516
6592
|
"duration": [
|
|
6517
|
-
|
|
6593
|
+
252
|
|
6518
6594
|
],
|
|
6519
6595
|
"sponsorshipItems": [
|
|
6520
|
-
|
|
6596
|
+
253
|
|
6521
6597
|
],
|
|
6522
6598
|
"commitments": [
|
|
6523
|
-
|
|
6599
|
+
254
|
|
6524
6600
|
],
|
|
6525
6601
|
"terms": [
|
|
6526
6602
|
1
|
|
@@ -6532,7 +6608,7 @@ exports.default = {
|
|
|
6532
6608
|
2
|
|
6533
6609
|
],
|
|
6534
6610
|
"translations": [
|
|
6535
|
-
|
|
6611
|
+
255
|
|
6536
6612
|
],
|
|
6537
6613
|
"__typename": [
|
|
6538
6614
|
1
|
|
@@ -6546,7 +6622,7 @@ exports.default = {
|
|
|
6546
6622
|
1
|
|
6547
6623
|
],
|
|
6548
6624
|
"qualificationsBag": [
|
|
6549
|
-
|
|
6625
|
+
251
|
|
6550
6626
|
],
|
|
6551
6627
|
"__typename": [
|
|
6552
6628
|
1
|
|
@@ -6554,28 +6630,28 @@ exports.default = {
|
|
|
6554
6630
|
},
|
|
6555
6631
|
"QualificationsBagDto": {
|
|
6556
6632
|
"ageQualifications": [
|
|
6557
|
-
|
|
6633
|
+
186
|
|
6558
6634
|
],
|
|
6559
6635
|
"genderQualifications": [
|
|
6560
|
-
|
|
6636
|
+
187
|
|
6561
6637
|
],
|
|
6562
6638
|
"scoreQualifications": [
|
|
6563
|
-
|
|
6639
|
+
189
|
|
6564
6640
|
],
|
|
6565
6641
|
"locationQualifications": [
|
|
6566
|
-
|
|
6642
|
+
190
|
|
6567
6643
|
],
|
|
6568
6644
|
"nationalityQualifications": [
|
|
6569
|
-
|
|
6645
|
+
188
|
|
6570
6646
|
],
|
|
6571
6647
|
"distanceQualifications": [
|
|
6572
|
-
|
|
6648
|
+
191
|
|
6573
6649
|
],
|
|
6574
6650
|
"sportsQualifications": [
|
|
6575
|
-
|
|
6651
|
+
192
|
|
6576
6652
|
],
|
|
6577
6653
|
"levelQualifications": [
|
|
6578
|
-
|
|
6654
|
+
193
|
|
6579
6655
|
],
|
|
6580
6656
|
"__typename": [
|
|
6581
6657
|
1
|
|
@@ -6652,7 +6728,7 @@ exports.default = {
|
|
|
6652
6728
|
1
|
|
6653
6729
|
],
|
|
6654
6730
|
"banner": [
|
|
6655
|
-
|
|
6731
|
+
178
|
|
6656
6732
|
],
|
|
6657
6733
|
"terms": [
|
|
6658
6734
|
1
|
|
@@ -6770,7 +6846,7 @@ exports.default = {
|
|
|
6770
6846
|
1
|
|
6771
6847
|
],
|
|
6772
6848
|
"banner": [
|
|
6773
|
-
|
|
6849
|
+
178
|
|
6774
6850
|
],
|
|
6775
6851
|
"eventLevel": [
|
|
6776
6852
|
1
|