@vertikalx/vtx-backend-client 3.0.0-dev-max.17 → 3.0.0-dev-max.18
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 +62 -0
- package/src/client/schema.js +16 -2
- package/src/client/schema.js.map +1 -1
- package/src/client/types.d.ts +27 -0
- package/src/client/types.js +236 -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
|
+
150,
|
|
13
|
+
155,
|
|
14
|
+
224
|
|
15
15
|
],
|
|
16
16
|
"types": {
|
|
17
17
|
"User": {
|
|
@@ -2785,7 +2785,7 @@ exports.default = {
|
|
|
2785
2785
|
89
|
|
2786
2786
|
],
|
|
2787
2787
|
"mode": [
|
|
2788
|
-
|
|
2788
|
+
224
|
|
2789
2789
|
],
|
|
2790
2790
|
"athleteId": [
|
|
2791
2791
|
1
|
|
@@ -3444,6 +3444,76 @@ exports.default = {
|
|
|
3444
3444
|
1
|
|
3445
3445
|
]
|
|
3446
3446
|
},
|
|
3447
|
+
"AdminTransactionFundingDetails": {
|
|
3448
|
+
"paidToVtx": [
|
|
3449
|
+
18
|
|
3450
|
+
],
|
|
3451
|
+
"paidToAthlete": [
|
|
3452
|
+
18
|
|
3453
|
+
],
|
|
3454
|
+
"athleteId": [
|
|
3455
|
+
1
|
|
3456
|
+
],
|
|
3457
|
+
"athleteName": [
|
|
3458
|
+
1
|
|
3459
|
+
],
|
|
3460
|
+
"fromName": [
|
|
3461
|
+
1
|
|
3462
|
+
],
|
|
3463
|
+
"fromPhone": [
|
|
3464
|
+
1
|
|
3465
|
+
],
|
|
3466
|
+
"message": [
|
|
3467
|
+
1
|
|
3468
|
+
],
|
|
3469
|
+
"mode": [
|
|
3470
|
+
1
|
|
3471
|
+
],
|
|
3472
|
+
"__typename": [
|
|
3473
|
+
1
|
|
3474
|
+
]
|
|
3475
|
+
},
|
|
3476
|
+
"AdminTransactionView": {
|
|
3477
|
+
"_id": [
|
|
3478
|
+
102
|
|
3479
|
+
],
|
|
3480
|
+
"createdDate": [
|
|
3481
|
+
14
|
|
3482
|
+
],
|
|
3483
|
+
"stripeSessionId": [
|
|
3484
|
+
1
|
|
3485
|
+
],
|
|
3486
|
+
"concept": [
|
|
3487
|
+
1
|
|
3488
|
+
],
|
|
3489
|
+
"donationAmount": [
|
|
3490
|
+
18
|
|
3491
|
+
],
|
|
3492
|
+
"fromEmail": [
|
|
3493
|
+
1
|
|
3494
|
+
],
|
|
3495
|
+
"type": [
|
|
3496
|
+
1
|
|
3497
|
+
],
|
|
3498
|
+
"confirmed": [
|
|
3499
|
+
2
|
|
3500
|
+
],
|
|
3501
|
+
"completed": [
|
|
3502
|
+
2
|
|
3503
|
+
],
|
|
3504
|
+
"completedDate": [
|
|
3505
|
+
14
|
|
3506
|
+
],
|
|
3507
|
+
"stripeAccountId": [
|
|
3508
|
+
1
|
|
3509
|
+
],
|
|
3510
|
+
"fundingDetails": [
|
|
3511
|
+
136
|
|
3512
|
+
],
|
|
3513
|
+
"__typename": [
|
|
3514
|
+
1
|
|
3515
|
+
]
|
|
3516
|
+
},
|
|
3447
3517
|
"EditValueResponse": {
|
|
3448
3518
|
"field": [
|
|
3449
3519
|
1
|
|
@@ -3488,7 +3558,7 @@ exports.default = {
|
|
|
3488
3558
|
},
|
|
3489
3559
|
"CursorPaginationResponse": {
|
|
3490
3560
|
"sort": [
|
|
3491
|
-
|
|
3561
|
+
140
|
|
3492
3562
|
],
|
|
3493
3563
|
"initialCursorId": [
|
|
3494
3564
|
1
|
|
@@ -3520,7 +3590,7 @@ exports.default = {
|
|
|
3520
3590
|
100
|
|
3521
3591
|
],
|
|
3522
3592
|
"cursor": [
|
|
3523
|
-
|
|
3593
|
+
141
|
|
3524
3594
|
],
|
|
3525
3595
|
"__typename": [
|
|
3526
3596
|
1
|
|
@@ -3584,7 +3654,7 @@ exports.default = {
|
|
|
3584
3654
|
},
|
|
3585
3655
|
"CompetitionDeleteVerificationResponse": {
|
|
3586
3656
|
"reasons": [
|
|
3587
|
-
|
|
3657
|
+
146
|
|
3588
3658
|
],
|
|
3589
3659
|
"__typename": [
|
|
3590
3660
|
1
|
|
@@ -3630,7 +3700,7 @@ exports.default = {
|
|
|
3630
3700
|
1
|
|
3631
3701
|
],
|
|
3632
3702
|
"json": [
|
|
3633
|
-
|
|
3703
|
+
150
|
|
3634
3704
|
],
|
|
3635
3705
|
"__typename": [
|
|
3636
3706
|
1
|
|
@@ -3756,7 +3826,7 @@ exports.default = {
|
|
|
3756
3826
|
1
|
|
3757
3827
|
],
|
|
3758
3828
|
"status": [
|
|
3759
|
-
|
|
3829
|
+
155
|
|
3760
3830
|
],
|
|
3761
3831
|
"lastError": [
|
|
3762
3832
|
1
|
|
@@ -3969,7 +4039,7 @@ exports.default = {
|
|
|
3969
4039
|
1
|
|
3970
4040
|
],
|
|
3971
4041
|
"invitations": [
|
|
3972
|
-
|
|
4042
|
+
167
|
|
3973
4043
|
],
|
|
3974
4044
|
"__typename": [
|
|
3975
4045
|
1
|
|
@@ -4080,7 +4150,7 @@ exports.default = {
|
|
|
4080
4150
|
1
|
|
4081
4151
|
],
|
|
4082
4152
|
"result": [
|
|
4083
|
-
|
|
4153
|
+
169
|
|
4084
4154
|
],
|
|
4085
4155
|
"cityId": [
|
|
4086
4156
|
1
|
|
@@ -4103,7 +4173,7 @@ exports.default = {
|
|
|
4103
4173
|
1
|
|
4104
4174
|
],
|
|
4105
4175
|
"result": [
|
|
4106
|
-
|
|
4176
|
+
169
|
|
4107
4177
|
],
|
|
4108
4178
|
"cityId": [
|
|
4109
4179
|
1
|
|
@@ -4139,13 +4209,13 @@ exports.default = {
|
|
|
4139
4209
|
},
|
|
4140
4210
|
"CursorPaginationDto": {
|
|
4141
4211
|
"sortCriteria": [
|
|
4142
|
-
|
|
4212
|
+
174
|
|
4143
4213
|
],
|
|
4144
4214
|
"limit": [
|
|
4145
4215
|
18
|
|
4146
4216
|
],
|
|
4147
4217
|
"cursorPosition": [
|
|
4148
|
-
|
|
4218
|
+
173
|
|
4149
4219
|
],
|
|
4150
4220
|
"__typename": [
|
|
4151
4221
|
1
|
|
@@ -4220,7 +4290,7 @@ exports.default = {
|
|
|
4220
4290
|
1
|
|
4221
4291
|
],
|
|
4222
4292
|
"currentCampaign": [
|
|
4223
|
-
|
|
4293
|
+
177
|
|
4224
4294
|
],
|
|
4225
4295
|
"sports": [
|
|
4226
4296
|
1
|
|
@@ -4282,10 +4352,10 @@ exports.default = {
|
|
|
4282
4352
|
},
|
|
4283
4353
|
"AthleteQueryDto": {
|
|
4284
4354
|
"cursor": [
|
|
4285
|
-
|
|
4355
|
+
175
|
|
4286
4356
|
],
|
|
4287
4357
|
"filters": [
|
|
4288
|
-
|
|
4358
|
+
178
|
|
4289
4359
|
],
|
|
4290
4360
|
"__typename": [
|
|
4291
4361
|
1
|
|
@@ -4296,7 +4366,7 @@ exports.default = {
|
|
|
4296
4366
|
1
|
|
4297
4367
|
],
|
|
4298
4368
|
"newPicture": [
|
|
4299
|
-
|
|
4369
|
+
181
|
|
4300
4370
|
],
|
|
4301
4371
|
"__typename": [
|
|
4302
4372
|
1
|
|
@@ -4330,7 +4400,7 @@ exports.default = {
|
|
|
4330
4400
|
1
|
|
4331
4401
|
],
|
|
4332
4402
|
"pictures": [
|
|
4333
|
-
|
|
4403
|
+
181
|
|
4334
4404
|
],
|
|
4335
4405
|
"albumId": [
|
|
4336
4406
|
1
|
|
@@ -4554,7 +4624,7 @@ exports.default = {
|
|
|
4554
4624
|
},
|
|
4555
4625
|
"resetPasswordDto": {
|
|
4556
4626
|
"code": [
|
|
4557
|
-
|
|
4627
|
+
165
|
|
4558
4628
|
],
|
|
4559
4629
|
"newPassword": [
|
|
4560
4630
|
1
|
|
@@ -4661,7 +4731,7 @@ exports.default = {
|
|
|
4661
4731
|
18
|
|
4662
4732
|
],
|
|
4663
4733
|
"items": [
|
|
4664
|
-
|
|
4734
|
+
203
|
|
4665
4735
|
],
|
|
4666
4736
|
"__typename": [
|
|
4667
4737
|
1
|
|
@@ -4672,7 +4742,7 @@ exports.default = {
|
|
|
4672
4742
|
18
|
|
4673
4743
|
],
|
|
4674
4744
|
"items": [
|
|
4675
|
-
|
|
4745
|
+
203
|
|
4676
4746
|
],
|
|
4677
4747
|
"athleteCompetitionId": [
|
|
4678
4748
|
1
|
|
@@ -4721,16 +4791,16 @@ exports.default = {
|
|
|
4721
4791
|
14
|
|
4722
4792
|
],
|
|
4723
4793
|
"budget": [
|
|
4724
|
-
|
|
4794
|
+
205
|
|
4725
4795
|
],
|
|
4726
4796
|
"competitionBudgets": [
|
|
4727
|
-
|
|
4797
|
+
206
|
|
4728
4798
|
],
|
|
4729
4799
|
"competitionIds": [
|
|
4730
4800
|
1
|
|
4731
4801
|
],
|
|
4732
4802
|
"video": [
|
|
4733
|
-
|
|
4803
|
+
207
|
|
4734
4804
|
],
|
|
4735
4805
|
"__typename": [
|
|
4736
4806
|
1
|
|
@@ -4762,16 +4832,16 @@ exports.default = {
|
|
|
4762
4832
|
14
|
|
4763
4833
|
],
|
|
4764
4834
|
"budget": [
|
|
4765
|
-
|
|
4835
|
+
205
|
|
4766
4836
|
],
|
|
4767
4837
|
"competitionBudgets": [
|
|
4768
|
-
|
|
4838
|
+
206
|
|
4769
4839
|
],
|
|
4770
4840
|
"competitionIds": [
|
|
4771
4841
|
1
|
|
4772
4842
|
],
|
|
4773
4843
|
"video": [
|
|
4774
|
-
|
|
4844
|
+
207
|
|
4775
4845
|
],
|
|
4776
4846
|
"loginEmail": [
|
|
4777
4847
|
1
|
|
@@ -4806,16 +4876,16 @@ exports.default = {
|
|
|
4806
4876
|
14
|
|
4807
4877
|
],
|
|
4808
4878
|
"budget": [
|
|
4809
|
-
|
|
4879
|
+
205
|
|
4810
4880
|
],
|
|
4811
4881
|
"competitionBudgets": [
|
|
4812
|
-
|
|
4882
|
+
206
|
|
4813
4883
|
],
|
|
4814
4884
|
"competitionIds": [
|
|
4815
4885
|
1
|
|
4816
4886
|
],
|
|
4817
4887
|
"video": [
|
|
4818
|
-
|
|
4888
|
+
207
|
|
4819
4889
|
],
|
|
4820
4890
|
"_id": [
|
|
4821
4891
|
1
|
|
@@ -4837,7 +4907,7 @@ exports.default = {
|
|
|
4837
4907
|
},
|
|
4838
4908
|
"BudgetDto": {
|
|
4839
4909
|
"items": [
|
|
4840
|
-
|
|
4910
|
+
203
|
|
4841
4911
|
],
|
|
4842
4912
|
"fundingMode": [
|
|
4843
4913
|
1
|
|
@@ -4851,7 +4921,7 @@ exports.default = {
|
|
|
4851
4921
|
1
|
|
4852
4922
|
],
|
|
4853
4923
|
"budget": [
|
|
4854
|
-
|
|
4924
|
+
212
|
|
4855
4925
|
],
|
|
4856
4926
|
"__typename": [
|
|
4857
4927
|
1
|
|
@@ -4862,7 +4932,7 @@ exports.default = {
|
|
|
4862
4932
|
1
|
|
4863
4933
|
],
|
|
4864
4934
|
"budget": [
|
|
4865
|
-
|
|
4935
|
+
212
|
|
4866
4936
|
],
|
|
4867
4937
|
"__typename": [
|
|
4868
4938
|
1
|
|
@@ -4882,7 +4952,7 @@ exports.default = {
|
|
|
4882
4952
|
18
|
|
4883
4953
|
],
|
|
4884
4954
|
"budget": [
|
|
4885
|
-
|
|
4955
|
+
212
|
|
4886
4956
|
],
|
|
4887
4957
|
"__typename": [
|
|
4888
4958
|
1
|
|
@@ -4902,7 +4972,7 @@ exports.default = {
|
|
|
4902
4972
|
1
|
|
4903
4973
|
],
|
|
4904
4974
|
"logo": [
|
|
4905
|
-
|
|
4975
|
+
181
|
|
4906
4976
|
],
|
|
4907
4977
|
"countryId": [
|
|
4908
4978
|
1
|
|
@@ -4998,7 +5068,7 @@ exports.default = {
|
|
|
4998
5068
|
1
|
|
4999
5069
|
],
|
|
5000
5070
|
"profilePicture": [
|
|
5001
|
-
|
|
5071
|
+
181
|
|
5002
5072
|
],
|
|
5003
5073
|
"__typename": [
|
|
5004
5074
|
1
|
|
@@ -5086,7 +5156,7 @@ exports.default = {
|
|
|
5086
5156
|
32,
|
|
5087
5157
|
{
|
|
5088
5158
|
"input": [
|
|
5089
|
-
|
|
5159
|
+
226,
|
|
5090
5160
|
"AWSS3GetUploadDto!"
|
|
5091
5161
|
]
|
|
5092
5162
|
}
|
|
@@ -5148,16 +5218,16 @@ exports.default = {
|
|
|
5148
5218
|
104,
|
|
5149
5219
|
{
|
|
5150
5220
|
"input": [
|
|
5151
|
-
|
|
5221
|
+
227,
|
|
5152
5222
|
"FindSponsorAthleteInvitationDto!"
|
|
5153
5223
|
]
|
|
5154
5224
|
}
|
|
5155
5225
|
],
|
|
5156
5226
|
"verifyAthleteCompetitionLinkedForDelete": [
|
|
5157
|
-
|
|
5227
|
+
147,
|
|
5158
5228
|
{
|
|
5159
5229
|
"input": [
|
|
5160
|
-
|
|
5230
|
+
184,
|
|
5161
5231
|
"existValueDto!"
|
|
5162
5232
|
]
|
|
5163
5233
|
}
|
|
@@ -5166,10 +5236,10 @@ exports.default = {
|
|
|
5166
5236
|
100
|
|
5167
5237
|
],
|
|
5168
5238
|
"queryAthleteFundingCampaigns": [
|
|
5169
|
-
|
|
5239
|
+
142,
|
|
5170
5240
|
{
|
|
5171
5241
|
"input": [
|
|
5172
|
-
|
|
5242
|
+
179,
|
|
5173
5243
|
"AthleteQueryDto!"
|
|
5174
5244
|
]
|
|
5175
5245
|
}
|
|
@@ -5217,7 +5287,7 @@ exports.default = {
|
|
|
5217
5287
|
81,
|
|
5218
5288
|
{
|
|
5219
5289
|
"input": [
|
|
5220
|
-
|
|
5290
|
+
228,
|
|
5221
5291
|
"GetAthleteCompetitionsDto!"
|
|
5222
5292
|
]
|
|
5223
5293
|
}
|
|
@@ -5262,10 +5332,10 @@ exports.default = {
|
|
|
5262
5332
|
}
|
|
5263
5333
|
],
|
|
5264
5334
|
"queryAthleteWithFilter": [
|
|
5265
|
-
|
|
5335
|
+
142,
|
|
5266
5336
|
{
|
|
5267
5337
|
"input": [
|
|
5268
|
-
|
|
5338
|
+
179,
|
|
5269
5339
|
"AthleteQueryDto!"
|
|
5270
5340
|
]
|
|
5271
5341
|
}
|
|
@@ -5280,19 +5350,19 @@ exports.default = {
|
|
|
5280
5350
|
}
|
|
5281
5351
|
],
|
|
5282
5352
|
"screenNameAvailability": [
|
|
5283
|
-
|
|
5353
|
+
145,
|
|
5284
5354
|
{
|
|
5285
5355
|
"input": [
|
|
5286
|
-
|
|
5356
|
+
184,
|
|
5287
5357
|
"existValueDto!"
|
|
5288
5358
|
]
|
|
5289
5359
|
}
|
|
5290
5360
|
],
|
|
5291
5361
|
"getAthleteHistoricalScoresPeriod": [
|
|
5292
|
-
|
|
5362
|
+
148,
|
|
5293
5363
|
{
|
|
5294
5364
|
"input": [
|
|
5295
|
-
|
|
5365
|
+
186,
|
|
5296
5366
|
"GetHistoricalScoresDto!"
|
|
5297
5367
|
]
|
|
5298
5368
|
}
|
|
@@ -5301,16 +5371,16 @@ exports.default = {
|
|
|
5301
5371
|
98,
|
|
5302
5372
|
{
|
|
5303
5373
|
"input": [
|
|
5304
|
-
|
|
5374
|
+
186,
|
|
5305
5375
|
"GetHistoricalScoresDto!"
|
|
5306
5376
|
]
|
|
5307
5377
|
}
|
|
5308
5378
|
],
|
|
5309
5379
|
"getMyHistoricalScoresPeriod": [
|
|
5310
|
-
|
|
5380
|
+
148,
|
|
5311
5381
|
{
|
|
5312
5382
|
"input": [
|
|
5313
|
-
|
|
5383
|
+
185,
|
|
5314
5384
|
"GetMyHistoricalScoresDto!"
|
|
5315
5385
|
]
|
|
5316
5386
|
}
|
|
@@ -5319,7 +5389,7 @@ exports.default = {
|
|
|
5319
5389
|
98,
|
|
5320
5390
|
{
|
|
5321
5391
|
"input": [
|
|
5322
|
-
|
|
5392
|
+
185,
|
|
5323
5393
|
"GetMyHistoricalScoresDto!"
|
|
5324
5394
|
]
|
|
5325
5395
|
}
|
|
@@ -5328,7 +5398,7 @@ exports.default = {
|
|
|
5328
5398
|
89,
|
|
5329
5399
|
{
|
|
5330
5400
|
"input": [
|
|
5331
|
-
|
|
5401
|
+
187,
|
|
5332
5402
|
"GetAthleteCampaignsDto!"
|
|
5333
5403
|
]
|
|
5334
5404
|
}
|
|
@@ -5400,7 +5470,7 @@ exports.default = {
|
|
|
5400
5470
|
0,
|
|
5401
5471
|
{
|
|
5402
5472
|
"input": [
|
|
5403
|
-
|
|
5473
|
+
229,
|
|
5404
5474
|
"FindVtxUserDto!"
|
|
5405
5475
|
]
|
|
5406
5476
|
}
|
|
@@ -5419,7 +5489,7 @@ exports.default = {
|
|
|
5419
5489
|
}
|
|
5420
5490
|
],
|
|
5421
5491
|
"getUserImagesFromEmail": [
|
|
5422
|
-
|
|
5492
|
+
151,
|
|
5423
5493
|
{
|
|
5424
5494
|
"loginEmail": [
|
|
5425
5495
|
1,
|
|
@@ -5440,7 +5510,7 @@ exports.default = {
|
|
|
5440
5510
|
36,
|
|
5441
5511
|
{
|
|
5442
5512
|
"input": [
|
|
5443
|
-
|
|
5513
|
+
165,
|
|
5444
5514
|
"VerifyCodeDto!"
|
|
5445
5515
|
]
|
|
5446
5516
|
}
|
|
@@ -5464,7 +5534,7 @@ exports.default = {
|
|
|
5464
5534
|
75,
|
|
5465
5535
|
{
|
|
5466
5536
|
"input": [
|
|
5467
|
-
|
|
5537
|
+
230,
|
|
5468
5538
|
"GetSportEventsDto!"
|
|
5469
5539
|
]
|
|
5470
5540
|
}
|
|
@@ -5506,10 +5576,10 @@ exports.default = {
|
|
|
5506
5576
|
116
|
|
5507
5577
|
],
|
|
5508
5578
|
"stripeQuery": [
|
|
5509
|
-
|
|
5579
|
+
149,
|
|
5510
5580
|
{
|
|
5511
5581
|
"input": [
|
|
5512
|
-
|
|
5582
|
+
200,
|
|
5513
5583
|
"StripeQueryDto!"
|
|
5514
5584
|
]
|
|
5515
5585
|
}
|
|
@@ -5518,7 +5588,7 @@ exports.default = {
|
|
|
5518
5588
|
35,
|
|
5519
5589
|
{
|
|
5520
5590
|
"input": [
|
|
5521
|
-
|
|
5591
|
+
163,
|
|
5522
5592
|
"GetDatabaseFileDto!"
|
|
5523
5593
|
]
|
|
5524
5594
|
}
|
|
@@ -5527,7 +5597,7 @@ exports.default = {
|
|
|
5527
5597
|
117,
|
|
5528
5598
|
{
|
|
5529
5599
|
"input": [
|
|
5530
|
-
|
|
5600
|
+
199,
|
|
5531
5601
|
"GetReceiptDto!"
|
|
5532
5602
|
]
|
|
5533
5603
|
}
|
|
@@ -5536,16 +5606,16 @@ exports.default = {
|
|
|
5536
5606
|
118,
|
|
5537
5607
|
{
|
|
5538
5608
|
"input": [
|
|
5539
|
-
|
|
5609
|
+
199,
|
|
5540
5610
|
"GetReceiptDto!"
|
|
5541
5611
|
]
|
|
5542
5612
|
}
|
|
5543
5613
|
],
|
|
5544
5614
|
"getTransactionDetails": [
|
|
5545
|
-
|
|
5615
|
+
153,
|
|
5546
5616
|
{
|
|
5547
5617
|
"input": [
|
|
5548
|
-
|
|
5618
|
+
201,
|
|
5549
5619
|
"GetTransactionDetailsDto!"
|
|
5550
5620
|
]
|
|
5551
5621
|
}
|
|
@@ -5562,6 +5632,9 @@ exports.default = {
|
|
|
5562
5632
|
"getDonationsByMember": [
|
|
5563
5633
|
133
|
|
5564
5634
|
],
|
|
5635
|
+
"getAllTransactions": [
|
|
5636
|
+
137
|
|
5637
|
+
],
|
|
5565
5638
|
"__typename": [
|
|
5566
5639
|
1
|
|
5567
5640
|
]
|
|
@@ -5623,7 +5696,7 @@ exports.default = {
|
|
|
5623
5696
|
5,
|
|
5624
5697
|
{
|
|
5625
5698
|
"tenant": [
|
|
5626
|
-
|
|
5699
|
+
232,
|
|
5627
5700
|
"CreateTenantInput!"
|
|
5628
5701
|
]
|
|
5629
5702
|
}
|
|
@@ -5632,7 +5705,7 @@ exports.default = {
|
|
|
5632
5705
|
11,
|
|
5633
5706
|
{
|
|
5634
5707
|
"tenant": [
|
|
5635
|
-
|
|
5708
|
+
232,
|
|
5636
5709
|
"CreateTenantInput!"
|
|
5637
5710
|
]
|
|
5638
5711
|
}
|
|
@@ -5641,7 +5714,7 @@ exports.default = {
|
|
|
5641
5714
|
3,
|
|
5642
5715
|
{
|
|
5643
5716
|
"user": [
|
|
5644
|
-
|
|
5717
|
+
233,
|
|
5645
5718
|
"CreateActiveUserInput!"
|
|
5646
5719
|
]
|
|
5647
5720
|
}
|
|
@@ -5676,7 +5749,7 @@ exports.default = {
|
|
|
5676
5749
|
0,
|
|
5677
5750
|
{
|
|
5678
5751
|
"input": [
|
|
5679
|
-
|
|
5752
|
+
234,
|
|
5680
5753
|
"RegisterUserToDomainFromEmailInput!"
|
|
5681
5754
|
]
|
|
5682
5755
|
}
|
|
@@ -5685,7 +5758,7 @@ exports.default = {
|
|
|
5685
5758
|
8,
|
|
5686
5759
|
{
|
|
5687
5760
|
"dto": [
|
|
5688
|
-
|
|
5761
|
+
235,
|
|
5689
5762
|
"RefreshTokenInput!"
|
|
5690
5763
|
]
|
|
5691
5764
|
}
|
|
@@ -5694,7 +5767,7 @@ exports.default = {
|
|
|
5694
5767
|
33,
|
|
5695
5768
|
{
|
|
5696
5769
|
"input": [
|
|
5697
|
-
|
|
5770
|
+
236,
|
|
5698
5771
|
"AWSS3DeleteUseTypeFileDto!"
|
|
5699
5772
|
]
|
|
5700
5773
|
}
|
|
@@ -5703,7 +5776,7 @@ exports.default = {
|
|
|
5703
5776
|
33,
|
|
5704
5777
|
{
|
|
5705
5778
|
"input": [
|
|
5706
|
-
|
|
5779
|
+
237,
|
|
5707
5780
|
"AWSS3DeleteBucketFileDto!"
|
|
5708
5781
|
]
|
|
5709
5782
|
}
|
|
@@ -5712,7 +5785,7 @@ exports.default = {
|
|
|
5712
5785
|
33,
|
|
5713
5786
|
{
|
|
5714
5787
|
"input": [
|
|
5715
|
-
|
|
5788
|
+
238,
|
|
5716
5789
|
"AWSS3DeleteUseTypeKeyDto!"
|
|
5717
5790
|
]
|
|
5718
5791
|
}
|
|
@@ -5721,7 +5794,7 @@ exports.default = {
|
|
|
5721
5794
|
27,
|
|
5722
5795
|
{
|
|
5723
5796
|
"input": [
|
|
5724
|
-
|
|
5797
|
+
181,
|
|
5725
5798
|
"AWSS3UploadedFileDto!"
|
|
5726
5799
|
]
|
|
5727
5800
|
}
|
|
@@ -5730,7 +5803,7 @@ exports.default = {
|
|
|
5730
5803
|
56,
|
|
5731
5804
|
{
|
|
5732
5805
|
"input": [
|
|
5733
|
-
|
|
5806
|
+
239,
|
|
5734
5807
|
"CreateIndustryDto!"
|
|
5735
5808
|
]
|
|
5736
5809
|
}
|
|
@@ -5739,7 +5812,7 @@ exports.default = {
|
|
|
5739
5812
|
39,
|
|
5740
5813
|
{
|
|
5741
5814
|
"input": [
|
|
5742
|
-
|
|
5815
|
+
240,
|
|
5743
5816
|
"CreateBrandDto!"
|
|
5744
5817
|
]
|
|
5745
5818
|
}
|
|
@@ -5748,7 +5821,7 @@ exports.default = {
|
|
|
5748
5821
|
59,
|
|
5749
5822
|
{
|
|
5750
5823
|
"input": [
|
|
5751
|
-
|
|
5824
|
+
242,
|
|
5752
5825
|
"RegisterSponsorInput!"
|
|
5753
5826
|
]
|
|
5754
5827
|
}
|
|
@@ -5757,7 +5830,7 @@ exports.default = {
|
|
|
5757
5830
|
59,
|
|
5758
5831
|
{
|
|
5759
5832
|
"input": [
|
|
5760
|
-
|
|
5833
|
+
243,
|
|
5761
5834
|
"CreateSponsorDto!"
|
|
5762
5835
|
]
|
|
5763
5836
|
}
|
|
@@ -5766,16 +5839,16 @@ exports.default = {
|
|
|
5766
5839
|
104,
|
|
5767
5840
|
{
|
|
5768
5841
|
"input": [
|
|
5769
|
-
|
|
5842
|
+
168,
|
|
5770
5843
|
"InviteAthletesDto!"
|
|
5771
5844
|
]
|
|
5772
5845
|
}
|
|
5773
5846
|
],
|
|
5774
5847
|
"forceDeleteAthleteCompetition": [
|
|
5775
|
-
|
|
5848
|
+
139,
|
|
5776
5849
|
{
|
|
5777
5850
|
"input": [
|
|
5778
|
-
|
|
5851
|
+
176,
|
|
5779
5852
|
"DeleteSingleValueDto!"
|
|
5780
5853
|
]
|
|
5781
5854
|
}
|
|
@@ -5784,34 +5857,34 @@ exports.default = {
|
|
|
5784
5857
|
100,
|
|
5785
5858
|
{
|
|
5786
5859
|
"input": [
|
|
5787
|
-
|
|
5860
|
+
244,
|
|
5788
5861
|
"RegisterAthleteDto!"
|
|
5789
5862
|
]
|
|
5790
5863
|
}
|
|
5791
5864
|
],
|
|
5792
5865
|
"editProfileValue": [
|
|
5793
|
-
|
|
5866
|
+
138,
|
|
5794
5867
|
{
|
|
5795
5868
|
"input": [
|
|
5796
|
-
|
|
5869
|
+
245,
|
|
5797
5870
|
"EditValueDto!"
|
|
5798
5871
|
]
|
|
5799
5872
|
}
|
|
5800
5873
|
],
|
|
5801
5874
|
"editPicture": [
|
|
5802
|
-
|
|
5875
|
+
143,
|
|
5803
5876
|
{
|
|
5804
5877
|
"input": [
|
|
5805
|
-
|
|
5878
|
+
180,
|
|
5806
5879
|
"EditPictureDto!"
|
|
5807
5880
|
]
|
|
5808
5881
|
}
|
|
5809
5882
|
],
|
|
5810
5883
|
"AddAlbumPictures": [
|
|
5811
|
-
|
|
5884
|
+
144,
|
|
5812
5885
|
{
|
|
5813
5886
|
"input": [
|
|
5814
|
-
|
|
5887
|
+
182,
|
|
5815
5888
|
"UploadAlbumsPicturesDto!"
|
|
5816
5889
|
]
|
|
5817
5890
|
}
|
|
@@ -5820,16 +5893,16 @@ exports.default = {
|
|
|
5820
5893
|
81,
|
|
5821
5894
|
{
|
|
5822
5895
|
"input": [
|
|
5823
|
-
|
|
5896
|
+
171,
|
|
5824
5897
|
"CreateAthleteCompetitionDto!"
|
|
5825
5898
|
]
|
|
5826
5899
|
}
|
|
5827
5900
|
],
|
|
5828
5901
|
"deleteAthleteCompetition": [
|
|
5829
|
-
|
|
5902
|
+
139,
|
|
5830
5903
|
{
|
|
5831
5904
|
"input": [
|
|
5832
|
-
|
|
5905
|
+
176,
|
|
5833
5906
|
"DeleteSingleValueDto!"
|
|
5834
5907
|
]
|
|
5835
5908
|
}
|
|
@@ -5838,7 +5911,7 @@ exports.default = {
|
|
|
5838
5911
|
80,
|
|
5839
5912
|
{
|
|
5840
5913
|
"input": [
|
|
5841
|
-
|
|
5914
|
+
182,
|
|
5842
5915
|
"UploadAlbumsPicturesDto!"
|
|
5843
5916
|
]
|
|
5844
5917
|
}
|
|
@@ -5847,7 +5920,7 @@ exports.default = {
|
|
|
5847
5920
|
80,
|
|
5848
5921
|
{
|
|
5849
5922
|
"input": [
|
|
5850
|
-
|
|
5923
|
+
246,
|
|
5851
5924
|
"EditDisplayIndexDto!"
|
|
5852
5925
|
]
|
|
5853
5926
|
}
|
|
@@ -5856,16 +5929,16 @@ exports.default = {
|
|
|
5856
5929
|
80,
|
|
5857
5930
|
{
|
|
5858
5931
|
"input": [
|
|
5859
|
-
|
|
5932
|
+
182,
|
|
5860
5933
|
"UploadAlbumsPicturesDto!"
|
|
5861
5934
|
]
|
|
5862
5935
|
}
|
|
5863
5936
|
],
|
|
5864
5937
|
"deleteAthleteAlbum": [
|
|
5865
|
-
|
|
5938
|
+
139,
|
|
5866
5939
|
{
|
|
5867
5940
|
"input": [
|
|
5868
|
-
|
|
5941
|
+
176,
|
|
5869
5942
|
"DeleteSingleValueDto!"
|
|
5870
5943
|
]
|
|
5871
5944
|
}
|
|
@@ -5874,7 +5947,7 @@ exports.default = {
|
|
|
5874
5947
|
120,
|
|
5875
5948
|
{
|
|
5876
5949
|
"input": [
|
|
5877
|
-
|
|
5950
|
+
183,
|
|
5878
5951
|
"DeleteValuesDto!"
|
|
5879
5952
|
]
|
|
5880
5953
|
}
|
|
@@ -5883,7 +5956,7 @@ exports.default = {
|
|
|
5883
5956
|
76,
|
|
5884
5957
|
{
|
|
5885
5958
|
"input": [
|
|
5886
|
-
|
|
5959
|
+
170,
|
|
5887
5960
|
"SetCompetitionResultDto!"
|
|
5888
5961
|
]
|
|
5889
5962
|
}
|
|
@@ -5895,7 +5968,7 @@ exports.default = {
|
|
|
5895
5968
|
89,
|
|
5896
5969
|
{
|
|
5897
5970
|
"input": [
|
|
5898
|
-
|
|
5971
|
+
248,
|
|
5899
5972
|
"SetCurrentCampaignDto!"
|
|
5900
5973
|
]
|
|
5901
5974
|
}
|
|
@@ -5904,7 +5977,7 @@ exports.default = {
|
|
|
5904
5977
|
67,
|
|
5905
5978
|
{
|
|
5906
5979
|
"input": [
|
|
5907
|
-
|
|
5980
|
+
249,
|
|
5908
5981
|
"CreateSportDto!"
|
|
5909
5982
|
]
|
|
5910
5983
|
}
|
|
@@ -5913,7 +5986,7 @@ exports.default = {
|
|
|
5913
5986
|
67,
|
|
5914
5987
|
{
|
|
5915
5988
|
"input": [
|
|
5916
|
-
|
|
5989
|
+
250,
|
|
5917
5990
|
"UpdateSportDto!"
|
|
5918
5991
|
]
|
|
5919
5992
|
}
|
|
@@ -5922,7 +5995,7 @@ exports.default = {
|
|
|
5922
5995
|
70,
|
|
5923
5996
|
{
|
|
5924
5997
|
"input": [
|
|
5925
|
-
|
|
5998
|
+
251,
|
|
5926
5999
|
"CreateSportLevelDto!"
|
|
5927
6000
|
]
|
|
5928
6001
|
}
|
|
@@ -5931,7 +6004,7 @@ exports.default = {
|
|
|
5931
6004
|
65,
|
|
5932
6005
|
{
|
|
5933
6006
|
"input": [
|
|
5934
|
-
|
|
6007
|
+
253,
|
|
5935
6008
|
"CreateSponsorshipDto!"
|
|
5936
6009
|
]
|
|
5937
6010
|
}
|
|
@@ -5940,7 +6013,7 @@ exports.default = {
|
|
|
5940
6013
|
45,
|
|
5941
6014
|
{
|
|
5942
6015
|
"input": [
|
|
5943
|
-
|
|
6016
|
+
260,
|
|
5944
6017
|
"CreateCountryDto!"
|
|
5945
6018
|
]
|
|
5946
6019
|
}
|
|
@@ -5949,7 +6022,7 @@ exports.default = {
|
|
|
5949
6022
|
44,
|
|
5950
6023
|
{
|
|
5951
6024
|
"input": [
|
|
5952
|
-
|
|
6025
|
+
261,
|
|
5953
6026
|
"CreateStateDto!"
|
|
5954
6027
|
]
|
|
5955
6028
|
}
|
|
@@ -5958,7 +6031,7 @@ exports.default = {
|
|
|
5958
6031
|
43,
|
|
5959
6032
|
{
|
|
5960
6033
|
"input": [
|
|
5961
|
-
|
|
6034
|
+
262,
|
|
5962
6035
|
"CreateCityDto!"
|
|
5963
6036
|
]
|
|
5964
6037
|
}
|
|
@@ -5967,7 +6040,7 @@ exports.default = {
|
|
|
5967
6040
|
29,
|
|
5968
6041
|
{
|
|
5969
6042
|
"input": [
|
|
5970
|
-
|
|
6043
|
+
197,
|
|
5971
6044
|
"RegisterUserDto!"
|
|
5972
6045
|
]
|
|
5973
6046
|
}
|
|
@@ -5976,7 +6049,7 @@ exports.default = {
|
|
|
5976
6049
|
3,
|
|
5977
6050
|
{
|
|
5978
6051
|
"input": [
|
|
5979
|
-
|
|
6052
|
+
165,
|
|
5980
6053
|
"VerifyCodeDto!"
|
|
5981
6054
|
]
|
|
5982
6055
|
}
|
|
@@ -5985,7 +6058,7 @@ exports.default = {
|
|
|
5985
6058
|
0,
|
|
5986
6059
|
{
|
|
5987
6060
|
"input": [
|
|
5988
|
-
|
|
6061
|
+
165,
|
|
5989
6062
|
"VerifyCodeDto!"
|
|
5990
6063
|
]
|
|
5991
6064
|
}
|
|
@@ -5994,7 +6067,7 @@ exports.default = {
|
|
|
5994
6067
|
0,
|
|
5995
6068
|
{
|
|
5996
6069
|
"input": [
|
|
5997
|
-
|
|
6070
|
+
197,
|
|
5998
6071
|
"RegisterUserDto!"
|
|
5999
6072
|
]
|
|
6000
6073
|
}
|
|
@@ -6003,7 +6076,7 @@ exports.default = {
|
|
|
6003
6076
|
0,
|
|
6004
6077
|
{
|
|
6005
6078
|
"input": [
|
|
6006
|
-
|
|
6079
|
+
197,
|
|
6007
6080
|
"RegisterUserDto!"
|
|
6008
6081
|
]
|
|
6009
6082
|
}
|
|
@@ -6012,7 +6085,7 @@ exports.default = {
|
|
|
6012
6085
|
0,
|
|
6013
6086
|
{
|
|
6014
6087
|
"input": [
|
|
6015
|
-
|
|
6088
|
+
197,
|
|
6016
6089
|
"RegisterUserDto!"
|
|
6017
6090
|
]
|
|
6018
6091
|
}
|
|
@@ -6031,7 +6104,7 @@ exports.default = {
|
|
|
6031
6104
|
}
|
|
6032
6105
|
],
|
|
6033
6106
|
"createResetPasswordCode": [
|
|
6034
|
-
|
|
6107
|
+
138,
|
|
6035
6108
|
{
|
|
6036
6109
|
"input": [
|
|
6037
6110
|
1,
|
|
@@ -6040,16 +6113,16 @@ exports.default = {
|
|
|
6040
6113
|
}
|
|
6041
6114
|
],
|
|
6042
6115
|
"resetUserPassword": [
|
|
6043
|
-
|
|
6116
|
+
138,
|
|
6044
6117
|
{
|
|
6045
6118
|
"input": [
|
|
6046
|
-
|
|
6119
|
+
198,
|
|
6047
6120
|
"resetPasswordDto!"
|
|
6048
6121
|
]
|
|
6049
6122
|
}
|
|
6050
6123
|
],
|
|
6051
6124
|
"validateToken": [
|
|
6052
|
-
|
|
6125
|
+
152,
|
|
6053
6126
|
{
|
|
6054
6127
|
"input": [
|
|
6055
6128
|
1,
|
|
@@ -6061,7 +6134,7 @@ exports.default = {
|
|
|
6061
6134
|
105,
|
|
6062
6135
|
{
|
|
6063
6136
|
"data": [
|
|
6064
|
-
|
|
6137
|
+
263,
|
|
6065
6138
|
"RegisterStravaDto!"
|
|
6066
6139
|
]
|
|
6067
6140
|
}
|
|
@@ -6079,7 +6152,7 @@ exports.default = {
|
|
|
6079
6152
|
75,
|
|
6080
6153
|
{
|
|
6081
6154
|
"input": [
|
|
6082
|
-
|
|
6155
|
+
264,
|
|
6083
6156
|
"CreateSportEventDto!"
|
|
6084
6157
|
]
|
|
6085
6158
|
}
|
|
@@ -6088,7 +6161,7 @@ exports.default = {
|
|
|
6088
6161
|
130,
|
|
6089
6162
|
{
|
|
6090
6163
|
"input": [
|
|
6091
|
-
|
|
6164
|
+
202,
|
|
6092
6165
|
"MergeSportsEventsDto!"
|
|
6093
6166
|
]
|
|
6094
6167
|
}
|
|
@@ -6097,7 +6170,7 @@ exports.default = {
|
|
|
6097
6170
|
89,
|
|
6098
6171
|
{
|
|
6099
6172
|
"input": [
|
|
6100
|
-
|
|
6173
|
+
211,
|
|
6101
6174
|
"SetFundingStatusDto!"
|
|
6102
6175
|
]
|
|
6103
6176
|
}
|
|
@@ -6106,7 +6179,7 @@ exports.default = {
|
|
|
6106
6179
|
89,
|
|
6107
6180
|
{
|
|
6108
6181
|
"input": [
|
|
6109
|
-
|
|
6182
|
+
208,
|
|
6110
6183
|
"CreateFundingCampaignDto!"
|
|
6111
6184
|
]
|
|
6112
6185
|
}
|
|
@@ -6115,16 +6188,16 @@ exports.default = {
|
|
|
6115
6188
|
89,
|
|
6116
6189
|
{
|
|
6117
6190
|
"input": [
|
|
6118
|
-
|
|
6191
|
+
210,
|
|
6119
6192
|
"UpdateFundingCampaignDto!"
|
|
6120
6193
|
]
|
|
6121
6194
|
}
|
|
6122
6195
|
],
|
|
6123
6196
|
"deleteFundingCampaign": [
|
|
6124
|
-
|
|
6197
|
+
139,
|
|
6125
6198
|
{
|
|
6126
6199
|
"input": [
|
|
6127
|
-
|
|
6200
|
+
176,
|
|
6128
6201
|
"DeleteSingleValueDto!"
|
|
6129
6202
|
]
|
|
6130
6203
|
}
|
|
@@ -6133,7 +6206,7 @@ exports.default = {
|
|
|
6133
6206
|
120,
|
|
6134
6207
|
{
|
|
6135
6208
|
"input": [
|
|
6136
|
-
|
|
6209
|
+
183,
|
|
6137
6210
|
"DeleteValuesDto!"
|
|
6138
6211
|
]
|
|
6139
6212
|
}
|
|
@@ -6151,7 +6224,7 @@ exports.default = {
|
|
|
6151
6224
|
2,
|
|
6152
6225
|
{
|
|
6153
6226
|
"input": [
|
|
6154
|
-
|
|
6227
|
+
213,
|
|
6155
6228
|
"AddCompetitionBudgetDto!"
|
|
6156
6229
|
]
|
|
6157
6230
|
}
|
|
@@ -6160,7 +6233,7 @@ exports.default = {
|
|
|
6160
6233
|
2,
|
|
6161
6234
|
{
|
|
6162
6235
|
"input": [
|
|
6163
|
-
|
|
6236
|
+
214,
|
|
6164
6237
|
"EditCompetitionBudgetDto!"
|
|
6165
6238
|
]
|
|
6166
6239
|
}
|
|
@@ -6169,7 +6242,7 @@ exports.default = {
|
|
|
6169
6242
|
2,
|
|
6170
6243
|
{
|
|
6171
6244
|
"input": [
|
|
6172
|
-
|
|
6245
|
+
215,
|
|
6173
6246
|
"EditCampaignBudgetDto!"
|
|
6174
6247
|
]
|
|
6175
6248
|
}
|
|
@@ -6178,7 +6251,7 @@ exports.default = {
|
|
|
6178
6251
|
2,
|
|
6179
6252
|
{
|
|
6180
6253
|
"input": [
|
|
6181
|
-
|
|
6254
|
+
215,
|
|
6182
6255
|
"EditCampaignBudgetDto!"
|
|
6183
6256
|
]
|
|
6184
6257
|
}
|
|
@@ -6187,7 +6260,7 @@ exports.default = {
|
|
|
6187
6260
|
82,
|
|
6188
6261
|
{
|
|
6189
6262
|
"input": [
|
|
6190
|
-
|
|
6263
|
+
216,
|
|
6191
6264
|
"CreateMembershipOrganizationDto!"
|
|
6192
6265
|
]
|
|
6193
6266
|
}
|
|
@@ -6196,16 +6269,16 @@ exports.default = {
|
|
|
6196
6269
|
84,
|
|
6197
6270
|
{
|
|
6198
6271
|
"input": [
|
|
6199
|
-
|
|
6272
|
+
217,
|
|
6200
6273
|
"CreateAthleteMembershipDto!"
|
|
6201
6274
|
]
|
|
6202
6275
|
}
|
|
6203
6276
|
],
|
|
6204
6277
|
"deleteAthleteMembershipAffilation": [
|
|
6205
|
-
|
|
6278
|
+
139,
|
|
6206
6279
|
{
|
|
6207
6280
|
"input": [
|
|
6208
|
-
|
|
6281
|
+
176,
|
|
6209
6282
|
"DeleteSingleValueDto!"
|
|
6210
6283
|
]
|
|
6211
6284
|
}
|
|
@@ -6223,7 +6296,7 @@ exports.default = {
|
|
|
6223
6296
|
97,
|
|
6224
6297
|
{
|
|
6225
6298
|
"input": [
|
|
6226
|
-
|
|
6299
|
+
265,
|
|
6227
6300
|
"CreateStripeAccountDto!"
|
|
6228
6301
|
]
|
|
6229
6302
|
}
|
|
@@ -6235,7 +6308,7 @@ exports.default = {
|
|
|
6235
6308
|
107,
|
|
6236
6309
|
{
|
|
6237
6310
|
"input": [
|
|
6238
|
-
|
|
6311
|
+
166,
|
|
6239
6312
|
"DonationCheckoutDto!"
|
|
6240
6313
|
]
|
|
6241
6314
|
}
|
|
@@ -6250,7 +6323,7 @@ exports.default = {
|
|
|
6250
6323
|
134,
|
|
6251
6324
|
{
|
|
6252
6325
|
"input": [
|
|
6253
|
-
|
|
6326
|
+
222,
|
|
6254
6327
|
"RegisterMemberDto!"
|
|
6255
6328
|
]
|
|
6256
6329
|
}
|
|
@@ -6376,13 +6449,13 @@ exports.default = {
|
|
|
6376
6449
|
1
|
|
6377
6450
|
],
|
|
6378
6451
|
"logo": [
|
|
6379
|
-
|
|
6452
|
+
181
|
|
6380
6453
|
],
|
|
6381
6454
|
"banner": [
|
|
6382
|
-
|
|
6455
|
+
181
|
|
6383
6456
|
],
|
|
6384
6457
|
"translations": [
|
|
6385
|
-
|
|
6458
|
+
241
|
|
6386
6459
|
],
|
|
6387
6460
|
"__typename": [
|
|
6388
6461
|
1
|
|
@@ -6405,10 +6478,10 @@ exports.default = {
|
|
|
6405
6478
|
1
|
|
6406
6479
|
],
|
|
6407
6480
|
"logo": [
|
|
6408
|
-
|
|
6481
|
+
181
|
|
6409
6482
|
],
|
|
6410
6483
|
"banner": [
|
|
6411
|
-
|
|
6484
|
+
181
|
|
6412
6485
|
],
|
|
6413
6486
|
"__typename": [
|
|
6414
6487
|
1
|
|
@@ -6513,10 +6586,10 @@ exports.default = {
|
|
|
6513
6586
|
1
|
|
6514
6587
|
],
|
|
6515
6588
|
"profilePicture": [
|
|
6516
|
-
|
|
6589
|
+
181
|
|
6517
6590
|
],
|
|
6518
6591
|
"cardPicture": [
|
|
6519
|
-
|
|
6592
|
+
181
|
|
6520
6593
|
],
|
|
6521
6594
|
"__typename": [
|
|
6522
6595
|
1
|
|
@@ -6535,7 +6608,7 @@ exports.default = {
|
|
|
6535
6608
|
},
|
|
6536
6609
|
"EditDisplayIndexDto": {
|
|
6537
6610
|
"updates": [
|
|
6538
|
-
|
|
6611
|
+
247
|
|
6539
6612
|
],
|
|
6540
6613
|
"__typename": [
|
|
6541
6614
|
1
|
|
@@ -6599,7 +6672,7 @@ exports.default = {
|
|
|
6599
6672
|
18
|
|
6600
6673
|
],
|
|
6601
6674
|
"translations": [
|
|
6602
|
-
|
|
6675
|
+
252
|
|
6603
6676
|
],
|
|
6604
6677
|
"__typename": [
|
|
6605
6678
|
1
|
|
@@ -6633,10 +6706,10 @@ exports.default = {
|
|
|
6633
6706
|
18
|
|
6634
6707
|
],
|
|
6635
6708
|
"banner": [
|
|
6636
|
-
|
|
6709
|
+
181
|
|
6637
6710
|
],
|
|
6638
6711
|
"criteria": [
|
|
6639
|
-
|
|
6712
|
+
254
|
|
6640
6713
|
],
|
|
6641
6714
|
"deadline": [
|
|
6642
6715
|
14
|
|
@@ -6645,13 +6718,13 @@ exports.default = {
|
|
|
6645
6718
|
14
|
|
6646
6719
|
],
|
|
6647
6720
|
"duration": [
|
|
6648
|
-
|
|
6721
|
+
256
|
|
6649
6722
|
],
|
|
6650
6723
|
"sponsorshipItems": [
|
|
6651
|
-
|
|
6724
|
+
257
|
|
6652
6725
|
],
|
|
6653
6726
|
"commitments": [
|
|
6654
|
-
|
|
6727
|
+
258
|
|
6655
6728
|
],
|
|
6656
6729
|
"terms": [
|
|
6657
6730
|
1
|
|
@@ -6663,7 +6736,7 @@ exports.default = {
|
|
|
6663
6736
|
2
|
|
6664
6737
|
],
|
|
6665
6738
|
"translations": [
|
|
6666
|
-
|
|
6739
|
+
259
|
|
6667
6740
|
],
|
|
6668
6741
|
"__typename": [
|
|
6669
6742
|
1
|
|
@@ -6677,7 +6750,7 @@ exports.default = {
|
|
|
6677
6750
|
1
|
|
6678
6751
|
],
|
|
6679
6752
|
"qualificationsBag": [
|
|
6680
|
-
|
|
6753
|
+
255
|
|
6681
6754
|
],
|
|
6682
6755
|
"__typename": [
|
|
6683
6756
|
1
|
|
@@ -6685,28 +6758,28 @@ exports.default = {
|
|
|
6685
6758
|
},
|
|
6686
6759
|
"QualificationsBagDto": {
|
|
6687
6760
|
"ageQualifications": [
|
|
6688
|
-
|
|
6761
|
+
189
|
|
6689
6762
|
],
|
|
6690
6763
|
"genderQualifications": [
|
|
6691
|
-
|
|
6764
|
+
190
|
|
6692
6765
|
],
|
|
6693
6766
|
"scoreQualifications": [
|
|
6694
|
-
|
|
6767
|
+
192
|
|
6695
6768
|
],
|
|
6696
6769
|
"locationQualifications": [
|
|
6697
|
-
|
|
6770
|
+
193
|
|
6698
6771
|
],
|
|
6699
6772
|
"nationalityQualifications": [
|
|
6700
|
-
|
|
6773
|
+
191
|
|
6701
6774
|
],
|
|
6702
6775
|
"distanceQualifications": [
|
|
6703
|
-
|
|
6776
|
+
194
|
|
6704
6777
|
],
|
|
6705
6778
|
"sportsQualifications": [
|
|
6706
|
-
|
|
6779
|
+
195
|
|
6707
6780
|
],
|
|
6708
6781
|
"levelQualifications": [
|
|
6709
|
-
|
|
6782
|
+
196
|
|
6710
6783
|
],
|
|
6711
6784
|
"__typename": [
|
|
6712
6785
|
1
|
|
@@ -6783,7 +6856,7 @@ exports.default = {
|
|
|
6783
6856
|
1
|
|
6784
6857
|
],
|
|
6785
6858
|
"banner": [
|
|
6786
|
-
|
|
6859
|
+
181
|
|
6787
6860
|
],
|
|
6788
6861
|
"terms": [
|
|
6789
6862
|
1
|
|
@@ -6901,7 +6974,7 @@ exports.default = {
|
|
|
6901
6974
|
1
|
|
6902
6975
|
],
|
|
6903
6976
|
"banner": [
|
|
6904
|
-
|
|
6977
|
+
181
|
|
6905
6978
|
],
|
|
6906
6979
|
"eventLevel": [
|
|
6907
6980
|
1
|