@vertikalx/vtx-backend-client 3.0.0-dev-max.12 → 3.0.0-dev-max.13
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/client/schema.d.ts +32 -2
- package/src/client/schema.js +9 -2
- package/src/client/schema.js.map +1 -1
- package/src/client/types.d.ts +13 -0
- package/src/client/types.js +198 -163
- 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
|
+
148,
|
|
13
|
+
153,
|
|
14
|
+
221
|
|
15
15
|
],
|
|
16
16
|
"types": {
|
|
17
17
|
"User": {
|
|
@@ -2785,7 +2785,7 @@ exports.default = {
|
|
|
2785
2785
|
89
|
|
2786
2786
|
],
|
|
2787
2787
|
"mode": [
|
|
2788
|
-
|
|
2788
|
+
221
|
|
2789
2789
|
],
|
|
2790
2790
|
"athleteId": [
|
|
2791
2791
|
1
|
|
@@ -3412,6 +3412,38 @@ exports.default = {
|
|
|
3412
3412
|
1
|
|
3413
3413
|
]
|
|
3414
3414
|
},
|
|
3415
|
+
"AdminUserView": {
|
|
3416
|
+
"_id": [
|
|
3417
|
+
1
|
|
3418
|
+
],
|
|
3419
|
+
"loginEmail": [
|
|
3420
|
+
1
|
|
3421
|
+
],
|
|
3422
|
+
"firstName": [
|
|
3423
|
+
1
|
|
3424
|
+
],
|
|
3425
|
+
"lastName": [
|
|
3426
|
+
1
|
|
3427
|
+
],
|
|
3428
|
+
"screenName": [
|
|
3429
|
+
1
|
|
3430
|
+
],
|
|
3431
|
+
"domains": [
|
|
3432
|
+
7
|
|
3433
|
+
],
|
|
3434
|
+
"athlete": [
|
|
3435
|
+
100
|
|
3436
|
+
],
|
|
3437
|
+
"member": [
|
|
3438
|
+
134
|
|
3439
|
+
],
|
|
3440
|
+
"suspended": [
|
|
3441
|
+
2
|
|
3442
|
+
],
|
|
3443
|
+
"__typename": [
|
|
3444
|
+
1
|
|
3445
|
+
]
|
|
3446
|
+
},
|
|
3415
3447
|
"EditValueResponse": {
|
|
3416
3448
|
"field": [
|
|
3417
3449
|
1
|
|
@@ -3456,7 +3488,7 @@ exports.default = {
|
|
|
3456
3488
|
},
|
|
3457
3489
|
"CursorPaginationResponse": {
|
|
3458
3490
|
"sort": [
|
|
3459
|
-
|
|
3491
|
+
138
|
|
3460
3492
|
],
|
|
3461
3493
|
"initialCursorId": [
|
|
3462
3494
|
1
|
|
@@ -3488,7 +3520,7 @@ exports.default = {
|
|
|
3488
3520
|
100
|
|
3489
3521
|
],
|
|
3490
3522
|
"cursor": [
|
|
3491
|
-
|
|
3523
|
+
139
|
|
3492
3524
|
],
|
|
3493
3525
|
"__typename": [
|
|
3494
3526
|
1
|
|
@@ -3552,7 +3584,7 @@ exports.default = {
|
|
|
3552
3584
|
},
|
|
3553
3585
|
"CompetitionDeleteVerificationResponse": {
|
|
3554
3586
|
"reasons": [
|
|
3555
|
-
|
|
3587
|
+
144
|
|
3556
3588
|
],
|
|
3557
3589
|
"__typename": [
|
|
3558
3590
|
1
|
|
@@ -3598,7 +3630,7 @@ exports.default = {
|
|
|
3598
3630
|
1
|
|
3599
3631
|
],
|
|
3600
3632
|
"json": [
|
|
3601
|
-
|
|
3633
|
+
148
|
|
3602
3634
|
],
|
|
3603
3635
|
"__typename": [
|
|
3604
3636
|
1
|
|
@@ -3724,7 +3756,7 @@ exports.default = {
|
|
|
3724
3756
|
1
|
|
3725
3757
|
],
|
|
3726
3758
|
"status": [
|
|
3727
|
-
|
|
3759
|
+
153
|
|
3728
3760
|
],
|
|
3729
3761
|
"lastError": [
|
|
3730
3762
|
1
|
|
@@ -3937,7 +3969,7 @@ exports.default = {
|
|
|
3937
3969
|
1
|
|
3938
3970
|
],
|
|
3939
3971
|
"invitations": [
|
|
3940
|
-
|
|
3972
|
+
165
|
|
3941
3973
|
],
|
|
3942
3974
|
"__typename": [
|
|
3943
3975
|
1
|
|
@@ -4048,7 +4080,7 @@ exports.default = {
|
|
|
4048
4080
|
1
|
|
4049
4081
|
],
|
|
4050
4082
|
"result": [
|
|
4051
|
-
|
|
4083
|
+
167
|
|
4052
4084
|
],
|
|
4053
4085
|
"cityId": [
|
|
4054
4086
|
1
|
|
@@ -4071,7 +4103,7 @@ exports.default = {
|
|
|
4071
4103
|
1
|
|
4072
4104
|
],
|
|
4073
4105
|
"result": [
|
|
4074
|
-
|
|
4106
|
+
167
|
|
4075
4107
|
],
|
|
4076
4108
|
"cityId": [
|
|
4077
4109
|
1
|
|
@@ -4107,13 +4139,13 @@ exports.default = {
|
|
|
4107
4139
|
},
|
|
4108
4140
|
"CursorPaginationDto": {
|
|
4109
4141
|
"sortCriteria": [
|
|
4110
|
-
|
|
4142
|
+
172
|
|
4111
4143
|
],
|
|
4112
4144
|
"limit": [
|
|
4113
4145
|
18
|
|
4114
4146
|
],
|
|
4115
4147
|
"cursorPosition": [
|
|
4116
|
-
|
|
4148
|
+
171
|
|
4117
4149
|
],
|
|
4118
4150
|
"__typename": [
|
|
4119
4151
|
1
|
|
@@ -4188,7 +4220,7 @@ exports.default = {
|
|
|
4188
4220
|
1
|
|
4189
4221
|
],
|
|
4190
4222
|
"currentCampaign": [
|
|
4191
|
-
|
|
4223
|
+
175
|
|
4192
4224
|
],
|
|
4193
4225
|
"sports": [
|
|
4194
4226
|
1
|
|
@@ -4250,10 +4282,10 @@ exports.default = {
|
|
|
4250
4282
|
},
|
|
4251
4283
|
"AthleteQueryDto": {
|
|
4252
4284
|
"cursor": [
|
|
4253
|
-
|
|
4285
|
+
173
|
|
4254
4286
|
],
|
|
4255
4287
|
"filters": [
|
|
4256
|
-
|
|
4288
|
+
176
|
|
4257
4289
|
],
|
|
4258
4290
|
"__typename": [
|
|
4259
4291
|
1
|
|
@@ -4264,7 +4296,7 @@ exports.default = {
|
|
|
4264
4296
|
1
|
|
4265
4297
|
],
|
|
4266
4298
|
"newPicture": [
|
|
4267
|
-
|
|
4299
|
+
179
|
|
4268
4300
|
],
|
|
4269
4301
|
"__typename": [
|
|
4270
4302
|
1
|
|
@@ -4298,7 +4330,7 @@ exports.default = {
|
|
|
4298
4330
|
1
|
|
4299
4331
|
],
|
|
4300
4332
|
"pictures": [
|
|
4301
|
-
|
|
4333
|
+
179
|
|
4302
4334
|
],
|
|
4303
4335
|
"albumId": [
|
|
4304
4336
|
1
|
|
@@ -4522,7 +4554,7 @@ exports.default = {
|
|
|
4522
4554
|
},
|
|
4523
4555
|
"resetPasswordDto": {
|
|
4524
4556
|
"code": [
|
|
4525
|
-
|
|
4557
|
+
163
|
|
4526
4558
|
],
|
|
4527
4559
|
"newPassword": [
|
|
4528
4560
|
1
|
|
@@ -4629,7 +4661,7 @@ exports.default = {
|
|
|
4629
4661
|
18
|
|
4630
4662
|
],
|
|
4631
4663
|
"items": [
|
|
4632
|
-
|
|
4664
|
+
201
|
|
4633
4665
|
],
|
|
4634
4666
|
"__typename": [
|
|
4635
4667
|
1
|
|
@@ -4640,7 +4672,7 @@ exports.default = {
|
|
|
4640
4672
|
18
|
|
4641
4673
|
],
|
|
4642
4674
|
"items": [
|
|
4643
|
-
|
|
4675
|
+
201
|
|
4644
4676
|
],
|
|
4645
4677
|
"athleteCompetitionId": [
|
|
4646
4678
|
1
|
|
@@ -4689,16 +4721,16 @@ exports.default = {
|
|
|
4689
4721
|
14
|
|
4690
4722
|
],
|
|
4691
4723
|
"budget": [
|
|
4692
|
-
|
|
4724
|
+
203
|
|
4693
4725
|
],
|
|
4694
4726
|
"competitionBudgets": [
|
|
4695
|
-
|
|
4727
|
+
204
|
|
4696
4728
|
],
|
|
4697
4729
|
"competitionIds": [
|
|
4698
4730
|
1
|
|
4699
4731
|
],
|
|
4700
4732
|
"video": [
|
|
4701
|
-
|
|
4733
|
+
205
|
|
4702
4734
|
],
|
|
4703
4735
|
"__typename": [
|
|
4704
4736
|
1
|
|
@@ -4730,16 +4762,16 @@ exports.default = {
|
|
|
4730
4762
|
14
|
|
4731
4763
|
],
|
|
4732
4764
|
"budget": [
|
|
4733
|
-
|
|
4765
|
+
203
|
|
4734
4766
|
],
|
|
4735
4767
|
"competitionBudgets": [
|
|
4736
|
-
|
|
4768
|
+
204
|
|
4737
4769
|
],
|
|
4738
4770
|
"competitionIds": [
|
|
4739
4771
|
1
|
|
4740
4772
|
],
|
|
4741
4773
|
"video": [
|
|
4742
|
-
|
|
4774
|
+
205
|
|
4743
4775
|
],
|
|
4744
4776
|
"loginEmail": [
|
|
4745
4777
|
1
|
|
@@ -4774,16 +4806,16 @@ exports.default = {
|
|
|
4774
4806
|
14
|
|
4775
4807
|
],
|
|
4776
4808
|
"budget": [
|
|
4777
|
-
|
|
4809
|
+
203
|
|
4778
4810
|
],
|
|
4779
4811
|
"competitionBudgets": [
|
|
4780
|
-
|
|
4812
|
+
204
|
|
4781
4813
|
],
|
|
4782
4814
|
"competitionIds": [
|
|
4783
4815
|
1
|
|
4784
4816
|
],
|
|
4785
4817
|
"video": [
|
|
4786
|
-
|
|
4818
|
+
205
|
|
4787
4819
|
],
|
|
4788
4820
|
"_id": [
|
|
4789
4821
|
1
|
|
@@ -4805,7 +4837,7 @@ exports.default = {
|
|
|
4805
4837
|
},
|
|
4806
4838
|
"BudgetDto": {
|
|
4807
4839
|
"items": [
|
|
4808
|
-
|
|
4840
|
+
201
|
|
4809
4841
|
],
|
|
4810
4842
|
"fundingMode": [
|
|
4811
4843
|
1
|
|
@@ -4819,7 +4851,7 @@ exports.default = {
|
|
|
4819
4851
|
1
|
|
4820
4852
|
],
|
|
4821
4853
|
"budget": [
|
|
4822
|
-
|
|
4854
|
+
210
|
|
4823
4855
|
],
|
|
4824
4856
|
"__typename": [
|
|
4825
4857
|
1
|
|
@@ -4830,7 +4862,7 @@ exports.default = {
|
|
|
4830
4862
|
1
|
|
4831
4863
|
],
|
|
4832
4864
|
"budget": [
|
|
4833
|
-
|
|
4865
|
+
210
|
|
4834
4866
|
],
|
|
4835
4867
|
"__typename": [
|
|
4836
4868
|
1
|
|
@@ -4850,7 +4882,7 @@ exports.default = {
|
|
|
4850
4882
|
18
|
|
4851
4883
|
],
|
|
4852
4884
|
"budget": [
|
|
4853
|
-
|
|
4885
|
+
210
|
|
4854
4886
|
],
|
|
4855
4887
|
"__typename": [
|
|
4856
4888
|
1
|
|
@@ -4870,7 +4902,7 @@ exports.default = {
|
|
|
4870
4902
|
1
|
|
4871
4903
|
],
|
|
4872
4904
|
"logo": [
|
|
4873
|
-
|
|
4905
|
+
179
|
|
4874
4906
|
],
|
|
4875
4907
|
"countryId": [
|
|
4876
4908
|
1
|
|
@@ -4966,7 +4998,7 @@ exports.default = {
|
|
|
4966
4998
|
1
|
|
4967
4999
|
],
|
|
4968
5000
|
"profilePicture": [
|
|
4969
|
-
|
|
5001
|
+
179
|
|
4970
5002
|
],
|
|
4971
5003
|
"__typename": [
|
|
4972
5004
|
1
|
|
@@ -5043,7 +5075,7 @@ exports.default = {
|
|
|
5043
5075
|
32,
|
|
5044
5076
|
{
|
|
5045
5077
|
"input": [
|
|
5046
|
-
|
|
5078
|
+
223,
|
|
5047
5079
|
"AWSS3GetUploadDto!"
|
|
5048
5080
|
]
|
|
5049
5081
|
}
|
|
@@ -5105,16 +5137,16 @@ exports.default = {
|
|
|
5105
5137
|
104,
|
|
5106
5138
|
{
|
|
5107
5139
|
"input": [
|
|
5108
|
-
|
|
5140
|
+
224,
|
|
5109
5141
|
"FindSponsorAthleteInvitationDto!"
|
|
5110
5142
|
]
|
|
5111
5143
|
}
|
|
5112
5144
|
],
|
|
5113
5145
|
"verifyAthleteCompetitionLinkedForDelete": [
|
|
5114
|
-
|
|
5146
|
+
145,
|
|
5115
5147
|
{
|
|
5116
5148
|
"input": [
|
|
5117
|
-
|
|
5149
|
+
182,
|
|
5118
5150
|
"existValueDto!"
|
|
5119
5151
|
]
|
|
5120
5152
|
}
|
|
@@ -5123,10 +5155,10 @@ exports.default = {
|
|
|
5123
5155
|
100
|
|
5124
5156
|
],
|
|
5125
5157
|
"queryAthleteFundingCampaigns": [
|
|
5126
|
-
|
|
5158
|
+
140,
|
|
5127
5159
|
{
|
|
5128
5160
|
"input": [
|
|
5129
|
-
|
|
5161
|
+
177,
|
|
5130
5162
|
"AthleteQueryDto!"
|
|
5131
5163
|
]
|
|
5132
5164
|
}
|
|
@@ -5174,7 +5206,7 @@ exports.default = {
|
|
|
5174
5206
|
81,
|
|
5175
5207
|
{
|
|
5176
5208
|
"input": [
|
|
5177
|
-
|
|
5209
|
+
225,
|
|
5178
5210
|
"GetAthleteCompetitionsDto!"
|
|
5179
5211
|
]
|
|
5180
5212
|
}
|
|
@@ -5219,10 +5251,10 @@ exports.default = {
|
|
|
5219
5251
|
}
|
|
5220
5252
|
],
|
|
5221
5253
|
"queryAthleteWithFilter": [
|
|
5222
|
-
|
|
5254
|
+
140,
|
|
5223
5255
|
{
|
|
5224
5256
|
"input": [
|
|
5225
|
-
|
|
5257
|
+
177,
|
|
5226
5258
|
"AthleteQueryDto!"
|
|
5227
5259
|
]
|
|
5228
5260
|
}
|
|
@@ -5237,19 +5269,19 @@ exports.default = {
|
|
|
5237
5269
|
}
|
|
5238
5270
|
],
|
|
5239
5271
|
"screenNameAvailability": [
|
|
5240
|
-
|
|
5272
|
+
143,
|
|
5241
5273
|
{
|
|
5242
5274
|
"input": [
|
|
5243
|
-
|
|
5275
|
+
182,
|
|
5244
5276
|
"existValueDto!"
|
|
5245
5277
|
]
|
|
5246
5278
|
}
|
|
5247
5279
|
],
|
|
5248
5280
|
"getAthleteHistoricalScoresPeriod": [
|
|
5249
|
-
|
|
5281
|
+
146,
|
|
5250
5282
|
{
|
|
5251
5283
|
"input": [
|
|
5252
|
-
|
|
5284
|
+
184,
|
|
5253
5285
|
"GetHistoricalScoresDto!"
|
|
5254
5286
|
]
|
|
5255
5287
|
}
|
|
@@ -5258,16 +5290,16 @@ exports.default = {
|
|
|
5258
5290
|
98,
|
|
5259
5291
|
{
|
|
5260
5292
|
"input": [
|
|
5261
|
-
|
|
5293
|
+
184,
|
|
5262
5294
|
"GetHistoricalScoresDto!"
|
|
5263
5295
|
]
|
|
5264
5296
|
}
|
|
5265
5297
|
],
|
|
5266
5298
|
"getMyHistoricalScoresPeriod": [
|
|
5267
|
-
|
|
5299
|
+
146,
|
|
5268
5300
|
{
|
|
5269
5301
|
"input": [
|
|
5270
|
-
|
|
5302
|
+
183,
|
|
5271
5303
|
"GetMyHistoricalScoresDto!"
|
|
5272
5304
|
]
|
|
5273
5305
|
}
|
|
@@ -5276,7 +5308,7 @@ exports.default = {
|
|
|
5276
5308
|
98,
|
|
5277
5309
|
{
|
|
5278
5310
|
"input": [
|
|
5279
|
-
|
|
5311
|
+
183,
|
|
5280
5312
|
"GetMyHistoricalScoresDto!"
|
|
5281
5313
|
]
|
|
5282
5314
|
}
|
|
@@ -5285,7 +5317,7 @@ exports.default = {
|
|
|
5285
5317
|
89,
|
|
5286
5318
|
{
|
|
5287
5319
|
"input": [
|
|
5288
|
-
|
|
5320
|
+
185,
|
|
5289
5321
|
"GetAthleteCampaignsDto!"
|
|
5290
5322
|
]
|
|
5291
5323
|
}
|
|
@@ -5357,7 +5389,7 @@ exports.default = {
|
|
|
5357
5389
|
0,
|
|
5358
5390
|
{
|
|
5359
5391
|
"input": [
|
|
5360
|
-
|
|
5392
|
+
226,
|
|
5361
5393
|
"FindVtxUserDto!"
|
|
5362
5394
|
]
|
|
5363
5395
|
}
|
|
@@ -5376,7 +5408,7 @@ exports.default = {
|
|
|
5376
5408
|
}
|
|
5377
5409
|
],
|
|
5378
5410
|
"getUserImagesFromEmail": [
|
|
5379
|
-
|
|
5411
|
+
149,
|
|
5380
5412
|
{
|
|
5381
5413
|
"loginEmail": [
|
|
5382
5414
|
1,
|
|
@@ -5397,7 +5429,7 @@ exports.default = {
|
|
|
5397
5429
|
36,
|
|
5398
5430
|
{
|
|
5399
5431
|
"input": [
|
|
5400
|
-
|
|
5432
|
+
163,
|
|
5401
5433
|
"VerifyCodeDto!"
|
|
5402
5434
|
]
|
|
5403
5435
|
}
|
|
@@ -5411,6 +5443,9 @@ exports.default = {
|
|
|
5411
5443
|
]
|
|
5412
5444
|
}
|
|
5413
5445
|
],
|
|
5446
|
+
"getAllUsers": [
|
|
5447
|
+
135
|
|
5448
|
+
],
|
|
5414
5449
|
"getStravaLoginUrl": [
|
|
5415
5450
|
1
|
|
5416
5451
|
],
|
|
@@ -5418,7 +5453,7 @@ exports.default = {
|
|
|
5418
5453
|
75,
|
|
5419
5454
|
{
|
|
5420
5455
|
"input": [
|
|
5421
|
-
|
|
5456
|
+
227,
|
|
5422
5457
|
"GetSportEventsDto!"
|
|
5423
5458
|
]
|
|
5424
5459
|
}
|
|
@@ -5460,10 +5495,10 @@ exports.default = {
|
|
|
5460
5495
|
116
|
|
5461
5496
|
],
|
|
5462
5497
|
"stripeQuery": [
|
|
5463
|
-
|
|
5498
|
+
147,
|
|
5464
5499
|
{
|
|
5465
5500
|
"input": [
|
|
5466
|
-
|
|
5501
|
+
198,
|
|
5467
5502
|
"StripeQueryDto!"
|
|
5468
5503
|
]
|
|
5469
5504
|
}
|
|
@@ -5472,7 +5507,7 @@ exports.default = {
|
|
|
5472
5507
|
35,
|
|
5473
5508
|
{
|
|
5474
5509
|
"input": [
|
|
5475
|
-
|
|
5510
|
+
161,
|
|
5476
5511
|
"GetDatabaseFileDto!"
|
|
5477
5512
|
]
|
|
5478
5513
|
}
|
|
@@ -5481,7 +5516,7 @@ exports.default = {
|
|
|
5481
5516
|
117,
|
|
5482
5517
|
{
|
|
5483
5518
|
"input": [
|
|
5484
|
-
|
|
5519
|
+
197,
|
|
5485
5520
|
"GetReceiptDto!"
|
|
5486
5521
|
]
|
|
5487
5522
|
}
|
|
@@ -5490,16 +5525,16 @@ exports.default = {
|
|
|
5490
5525
|
118,
|
|
5491
5526
|
{
|
|
5492
5527
|
"input": [
|
|
5493
|
-
|
|
5528
|
+
197,
|
|
5494
5529
|
"GetReceiptDto!"
|
|
5495
5530
|
]
|
|
5496
5531
|
}
|
|
5497
5532
|
],
|
|
5498
5533
|
"getTransactionDetails": [
|
|
5499
|
-
|
|
5534
|
+
151,
|
|
5500
5535
|
{
|
|
5501
5536
|
"input": [
|
|
5502
|
-
|
|
5537
|
+
199,
|
|
5503
5538
|
"GetTransactionDetailsDto!"
|
|
5504
5539
|
]
|
|
5505
5540
|
}
|
|
@@ -5577,7 +5612,7 @@ exports.default = {
|
|
|
5577
5612
|
5,
|
|
5578
5613
|
{
|
|
5579
5614
|
"tenant": [
|
|
5580
|
-
|
|
5615
|
+
229,
|
|
5581
5616
|
"CreateTenantInput!"
|
|
5582
5617
|
]
|
|
5583
5618
|
}
|
|
@@ -5586,7 +5621,7 @@ exports.default = {
|
|
|
5586
5621
|
11,
|
|
5587
5622
|
{
|
|
5588
5623
|
"tenant": [
|
|
5589
|
-
|
|
5624
|
+
229,
|
|
5590
5625
|
"CreateTenantInput!"
|
|
5591
5626
|
]
|
|
5592
5627
|
}
|
|
@@ -5595,7 +5630,7 @@ exports.default = {
|
|
|
5595
5630
|
3,
|
|
5596
5631
|
{
|
|
5597
5632
|
"user": [
|
|
5598
|
-
|
|
5633
|
+
230,
|
|
5599
5634
|
"CreateActiveUserInput!"
|
|
5600
5635
|
]
|
|
5601
5636
|
}
|
|
@@ -5630,7 +5665,7 @@ exports.default = {
|
|
|
5630
5665
|
0,
|
|
5631
5666
|
{
|
|
5632
5667
|
"input": [
|
|
5633
|
-
|
|
5668
|
+
231,
|
|
5634
5669
|
"RegisterUserToDomainFromEmailInput!"
|
|
5635
5670
|
]
|
|
5636
5671
|
}
|
|
@@ -5639,7 +5674,7 @@ exports.default = {
|
|
|
5639
5674
|
8,
|
|
5640
5675
|
{
|
|
5641
5676
|
"dto": [
|
|
5642
|
-
|
|
5677
|
+
232,
|
|
5643
5678
|
"RefreshTokenInput!"
|
|
5644
5679
|
]
|
|
5645
5680
|
}
|
|
@@ -5648,7 +5683,7 @@ exports.default = {
|
|
|
5648
5683
|
33,
|
|
5649
5684
|
{
|
|
5650
5685
|
"input": [
|
|
5651
|
-
|
|
5686
|
+
233,
|
|
5652
5687
|
"AWSS3DeleteUseTypeFileDto!"
|
|
5653
5688
|
]
|
|
5654
5689
|
}
|
|
@@ -5657,7 +5692,7 @@ exports.default = {
|
|
|
5657
5692
|
33,
|
|
5658
5693
|
{
|
|
5659
5694
|
"input": [
|
|
5660
|
-
|
|
5695
|
+
234,
|
|
5661
5696
|
"AWSS3DeleteBucketFileDto!"
|
|
5662
5697
|
]
|
|
5663
5698
|
}
|
|
@@ -5666,7 +5701,7 @@ exports.default = {
|
|
|
5666
5701
|
33,
|
|
5667
5702
|
{
|
|
5668
5703
|
"input": [
|
|
5669
|
-
|
|
5704
|
+
235,
|
|
5670
5705
|
"AWSS3DeleteUseTypeKeyDto!"
|
|
5671
5706
|
]
|
|
5672
5707
|
}
|
|
@@ -5675,7 +5710,7 @@ exports.default = {
|
|
|
5675
5710
|
27,
|
|
5676
5711
|
{
|
|
5677
5712
|
"input": [
|
|
5678
|
-
|
|
5713
|
+
179,
|
|
5679
5714
|
"AWSS3UploadedFileDto!"
|
|
5680
5715
|
]
|
|
5681
5716
|
}
|
|
@@ -5684,7 +5719,7 @@ exports.default = {
|
|
|
5684
5719
|
56,
|
|
5685
5720
|
{
|
|
5686
5721
|
"input": [
|
|
5687
|
-
|
|
5722
|
+
236,
|
|
5688
5723
|
"CreateIndustryDto!"
|
|
5689
5724
|
]
|
|
5690
5725
|
}
|
|
@@ -5693,7 +5728,7 @@ exports.default = {
|
|
|
5693
5728
|
39,
|
|
5694
5729
|
{
|
|
5695
5730
|
"input": [
|
|
5696
|
-
|
|
5731
|
+
237,
|
|
5697
5732
|
"CreateBrandDto!"
|
|
5698
5733
|
]
|
|
5699
5734
|
}
|
|
@@ -5702,7 +5737,7 @@ exports.default = {
|
|
|
5702
5737
|
59,
|
|
5703
5738
|
{
|
|
5704
5739
|
"input": [
|
|
5705
|
-
|
|
5740
|
+
239,
|
|
5706
5741
|
"RegisterSponsorInput!"
|
|
5707
5742
|
]
|
|
5708
5743
|
}
|
|
@@ -5711,7 +5746,7 @@ exports.default = {
|
|
|
5711
5746
|
59,
|
|
5712
5747
|
{
|
|
5713
5748
|
"input": [
|
|
5714
|
-
|
|
5749
|
+
240,
|
|
5715
5750
|
"CreateSponsorDto!"
|
|
5716
5751
|
]
|
|
5717
5752
|
}
|
|
@@ -5720,16 +5755,16 @@ exports.default = {
|
|
|
5720
5755
|
104,
|
|
5721
5756
|
{
|
|
5722
5757
|
"input": [
|
|
5723
|
-
|
|
5758
|
+
166,
|
|
5724
5759
|
"InviteAthletesDto!"
|
|
5725
5760
|
]
|
|
5726
5761
|
}
|
|
5727
5762
|
],
|
|
5728
5763
|
"forceDeleteAthleteCompetition": [
|
|
5729
|
-
|
|
5764
|
+
137,
|
|
5730
5765
|
{
|
|
5731
5766
|
"input": [
|
|
5732
|
-
|
|
5767
|
+
174,
|
|
5733
5768
|
"DeleteSingleValueDto!"
|
|
5734
5769
|
]
|
|
5735
5770
|
}
|
|
@@ -5738,34 +5773,34 @@ exports.default = {
|
|
|
5738
5773
|
100,
|
|
5739
5774
|
{
|
|
5740
5775
|
"input": [
|
|
5741
|
-
|
|
5776
|
+
241,
|
|
5742
5777
|
"RegisterAthleteDto!"
|
|
5743
5778
|
]
|
|
5744
5779
|
}
|
|
5745
5780
|
],
|
|
5746
5781
|
"editProfileValue": [
|
|
5747
|
-
|
|
5782
|
+
136,
|
|
5748
5783
|
{
|
|
5749
5784
|
"input": [
|
|
5750
|
-
|
|
5785
|
+
242,
|
|
5751
5786
|
"EditValueDto!"
|
|
5752
5787
|
]
|
|
5753
5788
|
}
|
|
5754
5789
|
],
|
|
5755
5790
|
"editPicture": [
|
|
5756
|
-
|
|
5791
|
+
141,
|
|
5757
5792
|
{
|
|
5758
5793
|
"input": [
|
|
5759
|
-
|
|
5794
|
+
178,
|
|
5760
5795
|
"EditPictureDto!"
|
|
5761
5796
|
]
|
|
5762
5797
|
}
|
|
5763
5798
|
],
|
|
5764
5799
|
"AddAlbumPictures": [
|
|
5765
|
-
|
|
5800
|
+
142,
|
|
5766
5801
|
{
|
|
5767
5802
|
"input": [
|
|
5768
|
-
|
|
5803
|
+
180,
|
|
5769
5804
|
"UploadAlbumsPicturesDto!"
|
|
5770
5805
|
]
|
|
5771
5806
|
}
|
|
@@ -5774,16 +5809,16 @@ exports.default = {
|
|
|
5774
5809
|
81,
|
|
5775
5810
|
{
|
|
5776
5811
|
"input": [
|
|
5777
|
-
|
|
5812
|
+
169,
|
|
5778
5813
|
"CreateAthleteCompetitionDto!"
|
|
5779
5814
|
]
|
|
5780
5815
|
}
|
|
5781
5816
|
],
|
|
5782
5817
|
"deleteAthleteCompetition": [
|
|
5783
|
-
|
|
5818
|
+
137,
|
|
5784
5819
|
{
|
|
5785
5820
|
"input": [
|
|
5786
|
-
|
|
5821
|
+
174,
|
|
5787
5822
|
"DeleteSingleValueDto!"
|
|
5788
5823
|
]
|
|
5789
5824
|
}
|
|
@@ -5792,7 +5827,7 @@ exports.default = {
|
|
|
5792
5827
|
80,
|
|
5793
5828
|
{
|
|
5794
5829
|
"input": [
|
|
5795
|
-
|
|
5830
|
+
180,
|
|
5796
5831
|
"UploadAlbumsPicturesDto!"
|
|
5797
5832
|
]
|
|
5798
5833
|
}
|
|
@@ -5801,7 +5836,7 @@ exports.default = {
|
|
|
5801
5836
|
80,
|
|
5802
5837
|
{
|
|
5803
5838
|
"input": [
|
|
5804
|
-
|
|
5839
|
+
243,
|
|
5805
5840
|
"EditDisplayIndexDto!"
|
|
5806
5841
|
]
|
|
5807
5842
|
}
|
|
@@ -5810,16 +5845,16 @@ exports.default = {
|
|
|
5810
5845
|
80,
|
|
5811
5846
|
{
|
|
5812
5847
|
"input": [
|
|
5813
|
-
|
|
5848
|
+
180,
|
|
5814
5849
|
"UploadAlbumsPicturesDto!"
|
|
5815
5850
|
]
|
|
5816
5851
|
}
|
|
5817
5852
|
],
|
|
5818
5853
|
"deleteAthleteAlbum": [
|
|
5819
|
-
|
|
5854
|
+
137,
|
|
5820
5855
|
{
|
|
5821
5856
|
"input": [
|
|
5822
|
-
|
|
5857
|
+
174,
|
|
5823
5858
|
"DeleteSingleValueDto!"
|
|
5824
5859
|
]
|
|
5825
5860
|
}
|
|
@@ -5828,7 +5863,7 @@ exports.default = {
|
|
|
5828
5863
|
120,
|
|
5829
5864
|
{
|
|
5830
5865
|
"input": [
|
|
5831
|
-
|
|
5866
|
+
181,
|
|
5832
5867
|
"DeleteValuesDto!"
|
|
5833
5868
|
]
|
|
5834
5869
|
}
|
|
@@ -5837,7 +5872,7 @@ exports.default = {
|
|
|
5837
5872
|
76,
|
|
5838
5873
|
{
|
|
5839
5874
|
"input": [
|
|
5840
|
-
|
|
5875
|
+
168,
|
|
5841
5876
|
"SetCompetitionResultDto!"
|
|
5842
5877
|
]
|
|
5843
5878
|
}
|
|
@@ -5849,7 +5884,7 @@ exports.default = {
|
|
|
5849
5884
|
89,
|
|
5850
5885
|
{
|
|
5851
5886
|
"input": [
|
|
5852
|
-
|
|
5887
|
+
245,
|
|
5853
5888
|
"SetCurrentCampaignDto!"
|
|
5854
5889
|
]
|
|
5855
5890
|
}
|
|
@@ -5858,7 +5893,7 @@ exports.default = {
|
|
|
5858
5893
|
67,
|
|
5859
5894
|
{
|
|
5860
5895
|
"input": [
|
|
5861
|
-
|
|
5896
|
+
246,
|
|
5862
5897
|
"CreateSportDto!"
|
|
5863
5898
|
]
|
|
5864
5899
|
}
|
|
@@ -5867,7 +5902,7 @@ exports.default = {
|
|
|
5867
5902
|
67,
|
|
5868
5903
|
{
|
|
5869
5904
|
"input": [
|
|
5870
|
-
|
|
5905
|
+
247,
|
|
5871
5906
|
"UpdateSportDto!"
|
|
5872
5907
|
]
|
|
5873
5908
|
}
|
|
@@ -5876,7 +5911,7 @@ exports.default = {
|
|
|
5876
5911
|
70,
|
|
5877
5912
|
{
|
|
5878
5913
|
"input": [
|
|
5879
|
-
|
|
5914
|
+
248,
|
|
5880
5915
|
"CreateSportLevelDto!"
|
|
5881
5916
|
]
|
|
5882
5917
|
}
|
|
@@ -5885,7 +5920,7 @@ exports.default = {
|
|
|
5885
5920
|
65,
|
|
5886
5921
|
{
|
|
5887
5922
|
"input": [
|
|
5888
|
-
|
|
5923
|
+
250,
|
|
5889
5924
|
"CreateSponsorshipDto!"
|
|
5890
5925
|
]
|
|
5891
5926
|
}
|
|
@@ -5894,7 +5929,7 @@ exports.default = {
|
|
|
5894
5929
|
45,
|
|
5895
5930
|
{
|
|
5896
5931
|
"input": [
|
|
5897
|
-
|
|
5932
|
+
257,
|
|
5898
5933
|
"CreateCountryDto!"
|
|
5899
5934
|
]
|
|
5900
5935
|
}
|
|
@@ -5903,7 +5938,7 @@ exports.default = {
|
|
|
5903
5938
|
44,
|
|
5904
5939
|
{
|
|
5905
5940
|
"input": [
|
|
5906
|
-
|
|
5941
|
+
258,
|
|
5907
5942
|
"CreateStateDto!"
|
|
5908
5943
|
]
|
|
5909
5944
|
}
|
|
@@ -5912,7 +5947,7 @@ exports.default = {
|
|
|
5912
5947
|
43,
|
|
5913
5948
|
{
|
|
5914
5949
|
"input": [
|
|
5915
|
-
|
|
5950
|
+
259,
|
|
5916
5951
|
"CreateCityDto!"
|
|
5917
5952
|
]
|
|
5918
5953
|
}
|
|
@@ -5921,7 +5956,7 @@ exports.default = {
|
|
|
5921
5956
|
29,
|
|
5922
5957
|
{
|
|
5923
5958
|
"input": [
|
|
5924
|
-
|
|
5959
|
+
195,
|
|
5925
5960
|
"RegisterUserDto!"
|
|
5926
5961
|
]
|
|
5927
5962
|
}
|
|
@@ -5930,7 +5965,7 @@ exports.default = {
|
|
|
5930
5965
|
3,
|
|
5931
5966
|
{
|
|
5932
5967
|
"input": [
|
|
5933
|
-
|
|
5968
|
+
163,
|
|
5934
5969
|
"VerifyCodeDto!"
|
|
5935
5970
|
]
|
|
5936
5971
|
}
|
|
@@ -5939,7 +5974,7 @@ exports.default = {
|
|
|
5939
5974
|
0,
|
|
5940
5975
|
{
|
|
5941
5976
|
"input": [
|
|
5942
|
-
|
|
5977
|
+
163,
|
|
5943
5978
|
"VerifyCodeDto!"
|
|
5944
5979
|
]
|
|
5945
5980
|
}
|
|
@@ -5948,7 +5983,7 @@ exports.default = {
|
|
|
5948
5983
|
0,
|
|
5949
5984
|
{
|
|
5950
5985
|
"input": [
|
|
5951
|
-
|
|
5986
|
+
195,
|
|
5952
5987
|
"RegisterUserDto!"
|
|
5953
5988
|
]
|
|
5954
5989
|
}
|
|
@@ -5957,7 +5992,7 @@ exports.default = {
|
|
|
5957
5992
|
0,
|
|
5958
5993
|
{
|
|
5959
5994
|
"input": [
|
|
5960
|
-
|
|
5995
|
+
195,
|
|
5961
5996
|
"RegisterUserDto!"
|
|
5962
5997
|
]
|
|
5963
5998
|
}
|
|
@@ -5966,7 +6001,7 @@ exports.default = {
|
|
|
5966
6001
|
0,
|
|
5967
6002
|
{
|
|
5968
6003
|
"input": [
|
|
5969
|
-
|
|
6004
|
+
195,
|
|
5970
6005
|
"RegisterUserDto!"
|
|
5971
6006
|
]
|
|
5972
6007
|
}
|
|
@@ -5985,7 +6020,7 @@ exports.default = {
|
|
|
5985
6020
|
}
|
|
5986
6021
|
],
|
|
5987
6022
|
"createResetPasswordCode": [
|
|
5988
|
-
|
|
6023
|
+
136,
|
|
5989
6024
|
{
|
|
5990
6025
|
"input": [
|
|
5991
6026
|
1,
|
|
@@ -5994,16 +6029,16 @@ exports.default = {
|
|
|
5994
6029
|
}
|
|
5995
6030
|
],
|
|
5996
6031
|
"resetUserPassword": [
|
|
5997
|
-
|
|
6032
|
+
136,
|
|
5998
6033
|
{
|
|
5999
6034
|
"input": [
|
|
6000
|
-
|
|
6035
|
+
196,
|
|
6001
6036
|
"resetPasswordDto!"
|
|
6002
6037
|
]
|
|
6003
6038
|
}
|
|
6004
6039
|
],
|
|
6005
6040
|
"validateToken": [
|
|
6006
|
-
|
|
6041
|
+
150,
|
|
6007
6042
|
{
|
|
6008
6043
|
"input": [
|
|
6009
6044
|
1,
|
|
@@ -6015,7 +6050,7 @@ exports.default = {
|
|
|
6015
6050
|
105,
|
|
6016
6051
|
{
|
|
6017
6052
|
"data": [
|
|
6018
|
-
|
|
6053
|
+
260,
|
|
6019
6054
|
"RegisterStravaDto!"
|
|
6020
6055
|
]
|
|
6021
6056
|
}
|
|
@@ -6033,7 +6068,7 @@ exports.default = {
|
|
|
6033
6068
|
75,
|
|
6034
6069
|
{
|
|
6035
6070
|
"input": [
|
|
6036
|
-
|
|
6071
|
+
261,
|
|
6037
6072
|
"CreateSportEventDto!"
|
|
6038
6073
|
]
|
|
6039
6074
|
}
|
|
@@ -6042,7 +6077,7 @@ exports.default = {
|
|
|
6042
6077
|
130,
|
|
6043
6078
|
{
|
|
6044
6079
|
"input": [
|
|
6045
|
-
|
|
6080
|
+
200,
|
|
6046
6081
|
"MergeSportsEventsDto!"
|
|
6047
6082
|
]
|
|
6048
6083
|
}
|
|
@@ -6051,7 +6086,7 @@ exports.default = {
|
|
|
6051
6086
|
89,
|
|
6052
6087
|
{
|
|
6053
6088
|
"input": [
|
|
6054
|
-
|
|
6089
|
+
209,
|
|
6055
6090
|
"SetFundingStatusDto!"
|
|
6056
6091
|
]
|
|
6057
6092
|
}
|
|
@@ -6060,7 +6095,7 @@ exports.default = {
|
|
|
6060
6095
|
89,
|
|
6061
6096
|
{
|
|
6062
6097
|
"input": [
|
|
6063
|
-
|
|
6098
|
+
206,
|
|
6064
6099
|
"CreateFundingCampaignDto!"
|
|
6065
6100
|
]
|
|
6066
6101
|
}
|
|
@@ -6069,16 +6104,16 @@ exports.default = {
|
|
|
6069
6104
|
89,
|
|
6070
6105
|
{
|
|
6071
6106
|
"input": [
|
|
6072
|
-
|
|
6107
|
+
208,
|
|
6073
6108
|
"UpdateFundingCampaignDto!"
|
|
6074
6109
|
]
|
|
6075
6110
|
}
|
|
6076
6111
|
],
|
|
6077
6112
|
"deleteFundingCampaign": [
|
|
6078
|
-
|
|
6113
|
+
137,
|
|
6079
6114
|
{
|
|
6080
6115
|
"input": [
|
|
6081
|
-
|
|
6116
|
+
174,
|
|
6082
6117
|
"DeleteSingleValueDto!"
|
|
6083
6118
|
]
|
|
6084
6119
|
}
|
|
@@ -6087,7 +6122,7 @@ exports.default = {
|
|
|
6087
6122
|
120,
|
|
6088
6123
|
{
|
|
6089
6124
|
"input": [
|
|
6090
|
-
|
|
6125
|
+
181,
|
|
6091
6126
|
"DeleteValuesDto!"
|
|
6092
6127
|
]
|
|
6093
6128
|
}
|
|
@@ -6105,7 +6140,7 @@ exports.default = {
|
|
|
6105
6140
|
2,
|
|
6106
6141
|
{
|
|
6107
6142
|
"input": [
|
|
6108
|
-
|
|
6143
|
+
211,
|
|
6109
6144
|
"AddCompetitionBudgetDto!"
|
|
6110
6145
|
]
|
|
6111
6146
|
}
|
|
@@ -6114,7 +6149,7 @@ exports.default = {
|
|
|
6114
6149
|
2,
|
|
6115
6150
|
{
|
|
6116
6151
|
"input": [
|
|
6117
|
-
|
|
6152
|
+
212,
|
|
6118
6153
|
"EditCompetitionBudgetDto!"
|
|
6119
6154
|
]
|
|
6120
6155
|
}
|
|
@@ -6123,7 +6158,7 @@ exports.default = {
|
|
|
6123
6158
|
2,
|
|
6124
6159
|
{
|
|
6125
6160
|
"input": [
|
|
6126
|
-
|
|
6161
|
+
213,
|
|
6127
6162
|
"EditCampaignBudgetDto!"
|
|
6128
6163
|
]
|
|
6129
6164
|
}
|
|
@@ -6132,7 +6167,7 @@ exports.default = {
|
|
|
6132
6167
|
2,
|
|
6133
6168
|
{
|
|
6134
6169
|
"input": [
|
|
6135
|
-
|
|
6170
|
+
213,
|
|
6136
6171
|
"EditCampaignBudgetDto!"
|
|
6137
6172
|
]
|
|
6138
6173
|
}
|
|
@@ -6141,7 +6176,7 @@ exports.default = {
|
|
|
6141
6176
|
82,
|
|
6142
6177
|
{
|
|
6143
6178
|
"input": [
|
|
6144
|
-
|
|
6179
|
+
214,
|
|
6145
6180
|
"CreateMembershipOrganizationDto!"
|
|
6146
6181
|
]
|
|
6147
6182
|
}
|
|
@@ -6150,16 +6185,16 @@ exports.default = {
|
|
|
6150
6185
|
84,
|
|
6151
6186
|
{
|
|
6152
6187
|
"input": [
|
|
6153
|
-
|
|
6188
|
+
215,
|
|
6154
6189
|
"CreateAthleteMembershipDto!"
|
|
6155
6190
|
]
|
|
6156
6191
|
}
|
|
6157
6192
|
],
|
|
6158
6193
|
"deleteAthleteMembershipAffilation": [
|
|
6159
|
-
|
|
6194
|
+
137,
|
|
6160
6195
|
{
|
|
6161
6196
|
"input": [
|
|
6162
|
-
|
|
6197
|
+
174,
|
|
6163
6198
|
"DeleteSingleValueDto!"
|
|
6164
6199
|
]
|
|
6165
6200
|
}
|
|
@@ -6177,7 +6212,7 @@ exports.default = {
|
|
|
6177
6212
|
97,
|
|
6178
6213
|
{
|
|
6179
6214
|
"input": [
|
|
6180
|
-
|
|
6215
|
+
262,
|
|
6181
6216
|
"CreateStripeAccountDto!"
|
|
6182
6217
|
]
|
|
6183
6218
|
}
|
|
@@ -6189,7 +6224,7 @@ exports.default = {
|
|
|
6189
6224
|
107,
|
|
6190
6225
|
{
|
|
6191
6226
|
"input": [
|
|
6192
|
-
|
|
6227
|
+
164,
|
|
6193
6228
|
"DonationCheckoutDto!"
|
|
6194
6229
|
]
|
|
6195
6230
|
}
|
|
@@ -6204,7 +6239,7 @@ exports.default = {
|
|
|
6204
6239
|
134,
|
|
6205
6240
|
{
|
|
6206
6241
|
"input": [
|
|
6207
|
-
|
|
6242
|
+
220,
|
|
6208
6243
|
"RegisterMemberDto!"
|
|
6209
6244
|
]
|
|
6210
6245
|
}
|
|
@@ -6330,13 +6365,13 @@ exports.default = {
|
|
|
6330
6365
|
1
|
|
6331
6366
|
],
|
|
6332
6367
|
"logo": [
|
|
6333
|
-
|
|
6368
|
+
179
|
|
6334
6369
|
],
|
|
6335
6370
|
"banner": [
|
|
6336
|
-
|
|
6371
|
+
179
|
|
6337
6372
|
],
|
|
6338
6373
|
"translations": [
|
|
6339
|
-
|
|
6374
|
+
238
|
|
6340
6375
|
],
|
|
6341
6376
|
"__typename": [
|
|
6342
6377
|
1
|
|
@@ -6359,10 +6394,10 @@ exports.default = {
|
|
|
6359
6394
|
1
|
|
6360
6395
|
],
|
|
6361
6396
|
"logo": [
|
|
6362
|
-
|
|
6397
|
+
179
|
|
6363
6398
|
],
|
|
6364
6399
|
"banner": [
|
|
6365
|
-
|
|
6400
|
+
179
|
|
6366
6401
|
],
|
|
6367
6402
|
"__typename": [
|
|
6368
6403
|
1
|
|
@@ -6467,10 +6502,10 @@ exports.default = {
|
|
|
6467
6502
|
1
|
|
6468
6503
|
],
|
|
6469
6504
|
"profilePicture": [
|
|
6470
|
-
|
|
6505
|
+
179
|
|
6471
6506
|
],
|
|
6472
6507
|
"cardPicture": [
|
|
6473
|
-
|
|
6508
|
+
179
|
|
6474
6509
|
],
|
|
6475
6510
|
"__typename": [
|
|
6476
6511
|
1
|
|
@@ -6489,7 +6524,7 @@ exports.default = {
|
|
|
6489
6524
|
},
|
|
6490
6525
|
"EditDisplayIndexDto": {
|
|
6491
6526
|
"updates": [
|
|
6492
|
-
|
|
6527
|
+
244
|
|
6493
6528
|
],
|
|
6494
6529
|
"__typename": [
|
|
6495
6530
|
1
|
|
@@ -6553,7 +6588,7 @@ exports.default = {
|
|
|
6553
6588
|
18
|
|
6554
6589
|
],
|
|
6555
6590
|
"translations": [
|
|
6556
|
-
|
|
6591
|
+
249
|
|
6557
6592
|
],
|
|
6558
6593
|
"__typename": [
|
|
6559
6594
|
1
|
|
@@ -6587,10 +6622,10 @@ exports.default = {
|
|
|
6587
6622
|
18
|
|
6588
6623
|
],
|
|
6589
6624
|
"banner": [
|
|
6590
|
-
|
|
6625
|
+
179
|
|
6591
6626
|
],
|
|
6592
6627
|
"criteria": [
|
|
6593
|
-
|
|
6628
|
+
251
|
|
6594
6629
|
],
|
|
6595
6630
|
"deadline": [
|
|
6596
6631
|
14
|
|
@@ -6599,13 +6634,13 @@ exports.default = {
|
|
|
6599
6634
|
14
|
|
6600
6635
|
],
|
|
6601
6636
|
"duration": [
|
|
6602
|
-
|
|
6637
|
+
253
|
|
6603
6638
|
],
|
|
6604
6639
|
"sponsorshipItems": [
|
|
6605
|
-
|
|
6640
|
+
254
|
|
6606
6641
|
],
|
|
6607
6642
|
"commitments": [
|
|
6608
|
-
|
|
6643
|
+
255
|
|
6609
6644
|
],
|
|
6610
6645
|
"terms": [
|
|
6611
6646
|
1
|
|
@@ -6617,7 +6652,7 @@ exports.default = {
|
|
|
6617
6652
|
2
|
|
6618
6653
|
],
|
|
6619
6654
|
"translations": [
|
|
6620
|
-
|
|
6655
|
+
256
|
|
6621
6656
|
],
|
|
6622
6657
|
"__typename": [
|
|
6623
6658
|
1
|
|
@@ -6631,7 +6666,7 @@ exports.default = {
|
|
|
6631
6666
|
1
|
|
6632
6667
|
],
|
|
6633
6668
|
"qualificationsBag": [
|
|
6634
|
-
|
|
6669
|
+
252
|
|
6635
6670
|
],
|
|
6636
6671
|
"__typename": [
|
|
6637
6672
|
1
|
|
@@ -6639,28 +6674,28 @@ exports.default = {
|
|
|
6639
6674
|
},
|
|
6640
6675
|
"QualificationsBagDto": {
|
|
6641
6676
|
"ageQualifications": [
|
|
6642
|
-
|
|
6677
|
+
187
|
|
6643
6678
|
],
|
|
6644
6679
|
"genderQualifications": [
|
|
6645
|
-
|
|
6680
|
+
188
|
|
6646
6681
|
],
|
|
6647
6682
|
"scoreQualifications": [
|
|
6648
|
-
|
|
6683
|
+
190
|
|
6649
6684
|
],
|
|
6650
6685
|
"locationQualifications": [
|
|
6651
|
-
|
|
6686
|
+
191
|
|
6652
6687
|
],
|
|
6653
6688
|
"nationalityQualifications": [
|
|
6654
|
-
|
|
6689
|
+
189
|
|
6655
6690
|
],
|
|
6656
6691
|
"distanceQualifications": [
|
|
6657
|
-
|
|
6692
|
+
192
|
|
6658
6693
|
],
|
|
6659
6694
|
"sportsQualifications": [
|
|
6660
|
-
|
|
6695
|
+
193
|
|
6661
6696
|
],
|
|
6662
6697
|
"levelQualifications": [
|
|
6663
|
-
|
|
6698
|
+
194
|
|
6664
6699
|
],
|
|
6665
6700
|
"__typename": [
|
|
6666
6701
|
1
|
|
@@ -6737,7 +6772,7 @@ exports.default = {
|
|
|
6737
6772
|
1
|
|
6738
6773
|
],
|
|
6739
6774
|
"banner": [
|
|
6740
|
-
|
|
6775
|
+
179
|
|
6741
6776
|
],
|
|
6742
6777
|
"terms": [
|
|
6743
6778
|
1
|
|
@@ -6855,7 +6890,7 @@ exports.default = {
|
|
|
6855
6890
|
1
|
|
6856
6891
|
],
|
|
6857
6892
|
"banner": [
|
|
6858
|
-
|
|
6893
|
+
179
|
|
6859
6894
|
],
|
|
6860
6895
|
"eventLevel": [
|
|
6861
6896
|
1
|