@vertikalx/vtx-backend-client 3.0.0-dev-max.16 → 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 +66 -10
- package/src/client/schema.js +16 -2
- package/src/client/schema.js.map +1 -1
- package/src/client/types.d.ts +32 -8
- package/src/client/types.js +247 -183
- 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,18 @@ exports.default = {
|
|
|
4998
5068
|
1
|
|
4999
5069
|
],
|
|
5000
5070
|
"profilePicture": [
|
|
5001
|
-
|
|
5071
|
+
181
|
|
5072
|
+
],
|
|
5073
|
+
"__typename": [
|
|
5074
|
+
1
|
|
5075
|
+
]
|
|
5076
|
+
},
|
|
5077
|
+
"UpdateUserSuspendedStatusDto": {
|
|
5078
|
+
"userId": [
|
|
5079
|
+
1
|
|
5080
|
+
],
|
|
5081
|
+
"suspended": [
|
|
5082
|
+
2
|
|
5002
5083
|
],
|
|
5003
5084
|
"__typename": [
|
|
5004
5085
|
1
|
|
@@ -5075,7 +5156,7 @@ exports.default = {
|
|
|
5075
5156
|
32,
|
|
5076
5157
|
{
|
|
5077
5158
|
"input": [
|
|
5078
|
-
|
|
5159
|
+
226,
|
|
5079
5160
|
"AWSS3GetUploadDto!"
|
|
5080
5161
|
]
|
|
5081
5162
|
}
|
|
@@ -5137,16 +5218,16 @@ exports.default = {
|
|
|
5137
5218
|
104,
|
|
5138
5219
|
{
|
|
5139
5220
|
"input": [
|
|
5140
|
-
|
|
5221
|
+
227,
|
|
5141
5222
|
"FindSponsorAthleteInvitationDto!"
|
|
5142
5223
|
]
|
|
5143
5224
|
}
|
|
5144
5225
|
],
|
|
5145
5226
|
"verifyAthleteCompetitionLinkedForDelete": [
|
|
5146
|
-
|
|
5227
|
+
147,
|
|
5147
5228
|
{
|
|
5148
5229
|
"input": [
|
|
5149
|
-
|
|
5230
|
+
184,
|
|
5150
5231
|
"existValueDto!"
|
|
5151
5232
|
]
|
|
5152
5233
|
}
|
|
@@ -5155,10 +5236,10 @@ exports.default = {
|
|
|
5155
5236
|
100
|
|
5156
5237
|
],
|
|
5157
5238
|
"queryAthleteFundingCampaigns": [
|
|
5158
|
-
|
|
5239
|
+
142,
|
|
5159
5240
|
{
|
|
5160
5241
|
"input": [
|
|
5161
|
-
|
|
5242
|
+
179,
|
|
5162
5243
|
"AthleteQueryDto!"
|
|
5163
5244
|
]
|
|
5164
5245
|
}
|
|
@@ -5206,7 +5287,7 @@ exports.default = {
|
|
|
5206
5287
|
81,
|
|
5207
5288
|
{
|
|
5208
5289
|
"input": [
|
|
5209
|
-
|
|
5290
|
+
228,
|
|
5210
5291
|
"GetAthleteCompetitionsDto!"
|
|
5211
5292
|
]
|
|
5212
5293
|
}
|
|
@@ -5251,10 +5332,10 @@ exports.default = {
|
|
|
5251
5332
|
}
|
|
5252
5333
|
],
|
|
5253
5334
|
"queryAthleteWithFilter": [
|
|
5254
|
-
|
|
5335
|
+
142,
|
|
5255
5336
|
{
|
|
5256
5337
|
"input": [
|
|
5257
|
-
|
|
5338
|
+
179,
|
|
5258
5339
|
"AthleteQueryDto!"
|
|
5259
5340
|
]
|
|
5260
5341
|
}
|
|
@@ -5269,19 +5350,19 @@ exports.default = {
|
|
|
5269
5350
|
}
|
|
5270
5351
|
],
|
|
5271
5352
|
"screenNameAvailability": [
|
|
5272
|
-
|
|
5353
|
+
145,
|
|
5273
5354
|
{
|
|
5274
5355
|
"input": [
|
|
5275
|
-
|
|
5356
|
+
184,
|
|
5276
5357
|
"existValueDto!"
|
|
5277
5358
|
]
|
|
5278
5359
|
}
|
|
5279
5360
|
],
|
|
5280
5361
|
"getAthleteHistoricalScoresPeriod": [
|
|
5281
|
-
|
|
5362
|
+
148,
|
|
5282
5363
|
{
|
|
5283
5364
|
"input": [
|
|
5284
|
-
|
|
5365
|
+
186,
|
|
5285
5366
|
"GetHistoricalScoresDto!"
|
|
5286
5367
|
]
|
|
5287
5368
|
}
|
|
@@ -5290,16 +5371,16 @@ exports.default = {
|
|
|
5290
5371
|
98,
|
|
5291
5372
|
{
|
|
5292
5373
|
"input": [
|
|
5293
|
-
|
|
5374
|
+
186,
|
|
5294
5375
|
"GetHistoricalScoresDto!"
|
|
5295
5376
|
]
|
|
5296
5377
|
}
|
|
5297
5378
|
],
|
|
5298
5379
|
"getMyHistoricalScoresPeriod": [
|
|
5299
|
-
|
|
5380
|
+
148,
|
|
5300
5381
|
{
|
|
5301
5382
|
"input": [
|
|
5302
|
-
|
|
5383
|
+
185,
|
|
5303
5384
|
"GetMyHistoricalScoresDto!"
|
|
5304
5385
|
]
|
|
5305
5386
|
}
|
|
@@ -5308,7 +5389,7 @@ exports.default = {
|
|
|
5308
5389
|
98,
|
|
5309
5390
|
{
|
|
5310
5391
|
"input": [
|
|
5311
|
-
|
|
5392
|
+
185,
|
|
5312
5393
|
"GetMyHistoricalScoresDto!"
|
|
5313
5394
|
]
|
|
5314
5395
|
}
|
|
@@ -5317,7 +5398,7 @@ exports.default = {
|
|
|
5317
5398
|
89,
|
|
5318
5399
|
{
|
|
5319
5400
|
"input": [
|
|
5320
|
-
|
|
5401
|
+
187,
|
|
5321
5402
|
"GetAthleteCampaignsDto!"
|
|
5322
5403
|
]
|
|
5323
5404
|
}
|
|
@@ -5389,7 +5470,7 @@ exports.default = {
|
|
|
5389
5470
|
0,
|
|
5390
5471
|
{
|
|
5391
5472
|
"input": [
|
|
5392
|
-
|
|
5473
|
+
229,
|
|
5393
5474
|
"FindVtxUserDto!"
|
|
5394
5475
|
]
|
|
5395
5476
|
}
|
|
@@ -5408,7 +5489,7 @@ exports.default = {
|
|
|
5408
5489
|
}
|
|
5409
5490
|
],
|
|
5410
5491
|
"getUserImagesFromEmail": [
|
|
5411
|
-
|
|
5492
|
+
151,
|
|
5412
5493
|
{
|
|
5413
5494
|
"loginEmail": [
|
|
5414
5495
|
1,
|
|
@@ -5429,7 +5510,7 @@ exports.default = {
|
|
|
5429
5510
|
36,
|
|
5430
5511
|
{
|
|
5431
5512
|
"input": [
|
|
5432
|
-
|
|
5513
|
+
165,
|
|
5433
5514
|
"VerifyCodeDto!"
|
|
5434
5515
|
]
|
|
5435
5516
|
}
|
|
@@ -5453,7 +5534,7 @@ exports.default = {
|
|
|
5453
5534
|
75,
|
|
5454
5535
|
{
|
|
5455
5536
|
"input": [
|
|
5456
|
-
|
|
5537
|
+
230,
|
|
5457
5538
|
"GetSportEventsDto!"
|
|
5458
5539
|
]
|
|
5459
5540
|
}
|
|
@@ -5495,10 +5576,10 @@ exports.default = {
|
|
|
5495
5576
|
116
|
|
5496
5577
|
],
|
|
5497
5578
|
"stripeQuery": [
|
|
5498
|
-
|
|
5579
|
+
149,
|
|
5499
5580
|
{
|
|
5500
5581
|
"input": [
|
|
5501
|
-
|
|
5582
|
+
200,
|
|
5502
5583
|
"StripeQueryDto!"
|
|
5503
5584
|
]
|
|
5504
5585
|
}
|
|
@@ -5507,7 +5588,7 @@ exports.default = {
|
|
|
5507
5588
|
35,
|
|
5508
5589
|
{
|
|
5509
5590
|
"input": [
|
|
5510
|
-
|
|
5591
|
+
163,
|
|
5511
5592
|
"GetDatabaseFileDto!"
|
|
5512
5593
|
]
|
|
5513
5594
|
}
|
|
@@ -5516,7 +5597,7 @@ exports.default = {
|
|
|
5516
5597
|
117,
|
|
5517
5598
|
{
|
|
5518
5599
|
"input": [
|
|
5519
|
-
|
|
5600
|
+
199,
|
|
5520
5601
|
"GetReceiptDto!"
|
|
5521
5602
|
]
|
|
5522
5603
|
}
|
|
@@ -5525,16 +5606,16 @@ exports.default = {
|
|
|
5525
5606
|
118,
|
|
5526
5607
|
{
|
|
5527
5608
|
"input": [
|
|
5528
|
-
|
|
5609
|
+
199,
|
|
5529
5610
|
"GetReceiptDto!"
|
|
5530
5611
|
]
|
|
5531
5612
|
}
|
|
5532
5613
|
],
|
|
5533
5614
|
"getTransactionDetails": [
|
|
5534
|
-
|
|
5615
|
+
153,
|
|
5535
5616
|
{
|
|
5536
5617
|
"input": [
|
|
5537
|
-
|
|
5618
|
+
201,
|
|
5538
5619
|
"GetTransactionDetailsDto!"
|
|
5539
5620
|
]
|
|
5540
5621
|
}
|
|
@@ -5551,6 +5632,9 @@ exports.default = {
|
|
|
5551
5632
|
"getDonationsByMember": [
|
|
5552
5633
|
133
|
|
5553
5634
|
],
|
|
5635
|
+
"getAllTransactions": [
|
|
5636
|
+
137
|
|
5637
|
+
],
|
|
5554
5638
|
"__typename": [
|
|
5555
5639
|
1
|
|
5556
5640
|
]
|
|
@@ -5612,7 +5696,7 @@ exports.default = {
|
|
|
5612
5696
|
5,
|
|
5613
5697
|
{
|
|
5614
5698
|
"tenant": [
|
|
5615
|
-
|
|
5699
|
+
232,
|
|
5616
5700
|
"CreateTenantInput!"
|
|
5617
5701
|
]
|
|
5618
5702
|
}
|
|
@@ -5621,7 +5705,7 @@ exports.default = {
|
|
|
5621
5705
|
11,
|
|
5622
5706
|
{
|
|
5623
5707
|
"tenant": [
|
|
5624
|
-
|
|
5708
|
+
232,
|
|
5625
5709
|
"CreateTenantInput!"
|
|
5626
5710
|
]
|
|
5627
5711
|
}
|
|
@@ -5630,7 +5714,7 @@ exports.default = {
|
|
|
5630
5714
|
3,
|
|
5631
5715
|
{
|
|
5632
5716
|
"user": [
|
|
5633
|
-
|
|
5717
|
+
233,
|
|
5634
5718
|
"CreateActiveUserInput!"
|
|
5635
5719
|
]
|
|
5636
5720
|
}
|
|
@@ -5665,7 +5749,7 @@ exports.default = {
|
|
|
5665
5749
|
0,
|
|
5666
5750
|
{
|
|
5667
5751
|
"input": [
|
|
5668
|
-
|
|
5752
|
+
234,
|
|
5669
5753
|
"RegisterUserToDomainFromEmailInput!"
|
|
5670
5754
|
]
|
|
5671
5755
|
}
|
|
@@ -5674,7 +5758,7 @@ exports.default = {
|
|
|
5674
5758
|
8,
|
|
5675
5759
|
{
|
|
5676
5760
|
"dto": [
|
|
5677
|
-
|
|
5761
|
+
235,
|
|
5678
5762
|
"RefreshTokenInput!"
|
|
5679
5763
|
]
|
|
5680
5764
|
}
|
|
@@ -5683,7 +5767,7 @@ exports.default = {
|
|
|
5683
5767
|
33,
|
|
5684
5768
|
{
|
|
5685
5769
|
"input": [
|
|
5686
|
-
|
|
5770
|
+
236,
|
|
5687
5771
|
"AWSS3DeleteUseTypeFileDto!"
|
|
5688
5772
|
]
|
|
5689
5773
|
}
|
|
@@ -5692,7 +5776,7 @@ exports.default = {
|
|
|
5692
5776
|
33,
|
|
5693
5777
|
{
|
|
5694
5778
|
"input": [
|
|
5695
|
-
|
|
5779
|
+
237,
|
|
5696
5780
|
"AWSS3DeleteBucketFileDto!"
|
|
5697
5781
|
]
|
|
5698
5782
|
}
|
|
@@ -5701,7 +5785,7 @@ exports.default = {
|
|
|
5701
5785
|
33,
|
|
5702
5786
|
{
|
|
5703
5787
|
"input": [
|
|
5704
|
-
|
|
5788
|
+
238,
|
|
5705
5789
|
"AWSS3DeleteUseTypeKeyDto!"
|
|
5706
5790
|
]
|
|
5707
5791
|
}
|
|
@@ -5710,7 +5794,7 @@ exports.default = {
|
|
|
5710
5794
|
27,
|
|
5711
5795
|
{
|
|
5712
5796
|
"input": [
|
|
5713
|
-
|
|
5797
|
+
181,
|
|
5714
5798
|
"AWSS3UploadedFileDto!"
|
|
5715
5799
|
]
|
|
5716
5800
|
}
|
|
@@ -5719,7 +5803,7 @@ exports.default = {
|
|
|
5719
5803
|
56,
|
|
5720
5804
|
{
|
|
5721
5805
|
"input": [
|
|
5722
|
-
|
|
5806
|
+
239,
|
|
5723
5807
|
"CreateIndustryDto!"
|
|
5724
5808
|
]
|
|
5725
5809
|
}
|
|
@@ -5728,7 +5812,7 @@ exports.default = {
|
|
|
5728
5812
|
39,
|
|
5729
5813
|
{
|
|
5730
5814
|
"input": [
|
|
5731
|
-
|
|
5815
|
+
240,
|
|
5732
5816
|
"CreateBrandDto!"
|
|
5733
5817
|
]
|
|
5734
5818
|
}
|
|
@@ -5737,7 +5821,7 @@ exports.default = {
|
|
|
5737
5821
|
59,
|
|
5738
5822
|
{
|
|
5739
5823
|
"input": [
|
|
5740
|
-
|
|
5824
|
+
242,
|
|
5741
5825
|
"RegisterSponsorInput!"
|
|
5742
5826
|
]
|
|
5743
5827
|
}
|
|
@@ -5746,7 +5830,7 @@ exports.default = {
|
|
|
5746
5830
|
59,
|
|
5747
5831
|
{
|
|
5748
5832
|
"input": [
|
|
5749
|
-
|
|
5833
|
+
243,
|
|
5750
5834
|
"CreateSponsorDto!"
|
|
5751
5835
|
]
|
|
5752
5836
|
}
|
|
@@ -5755,16 +5839,16 @@ exports.default = {
|
|
|
5755
5839
|
104,
|
|
5756
5840
|
{
|
|
5757
5841
|
"input": [
|
|
5758
|
-
|
|
5842
|
+
168,
|
|
5759
5843
|
"InviteAthletesDto!"
|
|
5760
5844
|
]
|
|
5761
5845
|
}
|
|
5762
5846
|
],
|
|
5763
5847
|
"forceDeleteAthleteCompetition": [
|
|
5764
|
-
|
|
5848
|
+
139,
|
|
5765
5849
|
{
|
|
5766
5850
|
"input": [
|
|
5767
|
-
|
|
5851
|
+
176,
|
|
5768
5852
|
"DeleteSingleValueDto!"
|
|
5769
5853
|
]
|
|
5770
5854
|
}
|
|
@@ -5773,34 +5857,34 @@ exports.default = {
|
|
|
5773
5857
|
100,
|
|
5774
5858
|
{
|
|
5775
5859
|
"input": [
|
|
5776
|
-
|
|
5860
|
+
244,
|
|
5777
5861
|
"RegisterAthleteDto!"
|
|
5778
5862
|
]
|
|
5779
5863
|
}
|
|
5780
5864
|
],
|
|
5781
5865
|
"editProfileValue": [
|
|
5782
|
-
|
|
5866
|
+
138,
|
|
5783
5867
|
{
|
|
5784
5868
|
"input": [
|
|
5785
|
-
|
|
5869
|
+
245,
|
|
5786
5870
|
"EditValueDto!"
|
|
5787
5871
|
]
|
|
5788
5872
|
}
|
|
5789
5873
|
],
|
|
5790
5874
|
"editPicture": [
|
|
5791
|
-
|
|
5875
|
+
143,
|
|
5792
5876
|
{
|
|
5793
5877
|
"input": [
|
|
5794
|
-
|
|
5878
|
+
180,
|
|
5795
5879
|
"EditPictureDto!"
|
|
5796
5880
|
]
|
|
5797
5881
|
}
|
|
5798
5882
|
],
|
|
5799
5883
|
"AddAlbumPictures": [
|
|
5800
|
-
|
|
5884
|
+
144,
|
|
5801
5885
|
{
|
|
5802
5886
|
"input": [
|
|
5803
|
-
|
|
5887
|
+
182,
|
|
5804
5888
|
"UploadAlbumsPicturesDto!"
|
|
5805
5889
|
]
|
|
5806
5890
|
}
|
|
@@ -5809,16 +5893,16 @@ exports.default = {
|
|
|
5809
5893
|
81,
|
|
5810
5894
|
{
|
|
5811
5895
|
"input": [
|
|
5812
|
-
|
|
5896
|
+
171,
|
|
5813
5897
|
"CreateAthleteCompetitionDto!"
|
|
5814
5898
|
]
|
|
5815
5899
|
}
|
|
5816
5900
|
],
|
|
5817
5901
|
"deleteAthleteCompetition": [
|
|
5818
|
-
|
|
5902
|
+
139,
|
|
5819
5903
|
{
|
|
5820
5904
|
"input": [
|
|
5821
|
-
|
|
5905
|
+
176,
|
|
5822
5906
|
"DeleteSingleValueDto!"
|
|
5823
5907
|
]
|
|
5824
5908
|
}
|
|
@@ -5827,7 +5911,7 @@ exports.default = {
|
|
|
5827
5911
|
80,
|
|
5828
5912
|
{
|
|
5829
5913
|
"input": [
|
|
5830
|
-
|
|
5914
|
+
182,
|
|
5831
5915
|
"UploadAlbumsPicturesDto!"
|
|
5832
5916
|
]
|
|
5833
5917
|
}
|
|
@@ -5836,7 +5920,7 @@ exports.default = {
|
|
|
5836
5920
|
80,
|
|
5837
5921
|
{
|
|
5838
5922
|
"input": [
|
|
5839
|
-
|
|
5923
|
+
246,
|
|
5840
5924
|
"EditDisplayIndexDto!"
|
|
5841
5925
|
]
|
|
5842
5926
|
}
|
|
@@ -5845,16 +5929,16 @@ exports.default = {
|
|
|
5845
5929
|
80,
|
|
5846
5930
|
{
|
|
5847
5931
|
"input": [
|
|
5848
|
-
|
|
5932
|
+
182,
|
|
5849
5933
|
"UploadAlbumsPicturesDto!"
|
|
5850
5934
|
]
|
|
5851
5935
|
}
|
|
5852
5936
|
],
|
|
5853
5937
|
"deleteAthleteAlbum": [
|
|
5854
|
-
|
|
5938
|
+
139,
|
|
5855
5939
|
{
|
|
5856
5940
|
"input": [
|
|
5857
|
-
|
|
5941
|
+
176,
|
|
5858
5942
|
"DeleteSingleValueDto!"
|
|
5859
5943
|
]
|
|
5860
5944
|
}
|
|
@@ -5863,7 +5947,7 @@ exports.default = {
|
|
|
5863
5947
|
120,
|
|
5864
5948
|
{
|
|
5865
5949
|
"input": [
|
|
5866
|
-
|
|
5950
|
+
183,
|
|
5867
5951
|
"DeleteValuesDto!"
|
|
5868
5952
|
]
|
|
5869
5953
|
}
|
|
@@ -5872,7 +5956,7 @@ exports.default = {
|
|
|
5872
5956
|
76,
|
|
5873
5957
|
{
|
|
5874
5958
|
"input": [
|
|
5875
|
-
|
|
5959
|
+
170,
|
|
5876
5960
|
"SetCompetitionResultDto!"
|
|
5877
5961
|
]
|
|
5878
5962
|
}
|
|
@@ -5884,7 +5968,7 @@ exports.default = {
|
|
|
5884
5968
|
89,
|
|
5885
5969
|
{
|
|
5886
5970
|
"input": [
|
|
5887
|
-
|
|
5971
|
+
248,
|
|
5888
5972
|
"SetCurrentCampaignDto!"
|
|
5889
5973
|
]
|
|
5890
5974
|
}
|
|
@@ -5893,7 +5977,7 @@ exports.default = {
|
|
|
5893
5977
|
67,
|
|
5894
5978
|
{
|
|
5895
5979
|
"input": [
|
|
5896
|
-
|
|
5980
|
+
249,
|
|
5897
5981
|
"CreateSportDto!"
|
|
5898
5982
|
]
|
|
5899
5983
|
}
|
|
@@ -5902,7 +5986,7 @@ exports.default = {
|
|
|
5902
5986
|
67,
|
|
5903
5987
|
{
|
|
5904
5988
|
"input": [
|
|
5905
|
-
|
|
5989
|
+
250,
|
|
5906
5990
|
"UpdateSportDto!"
|
|
5907
5991
|
]
|
|
5908
5992
|
}
|
|
@@ -5911,7 +5995,7 @@ exports.default = {
|
|
|
5911
5995
|
70,
|
|
5912
5996
|
{
|
|
5913
5997
|
"input": [
|
|
5914
|
-
|
|
5998
|
+
251,
|
|
5915
5999
|
"CreateSportLevelDto!"
|
|
5916
6000
|
]
|
|
5917
6001
|
}
|
|
@@ -5920,7 +6004,7 @@ exports.default = {
|
|
|
5920
6004
|
65,
|
|
5921
6005
|
{
|
|
5922
6006
|
"input": [
|
|
5923
|
-
|
|
6007
|
+
253,
|
|
5924
6008
|
"CreateSponsorshipDto!"
|
|
5925
6009
|
]
|
|
5926
6010
|
}
|
|
@@ -5929,7 +6013,7 @@ exports.default = {
|
|
|
5929
6013
|
45,
|
|
5930
6014
|
{
|
|
5931
6015
|
"input": [
|
|
5932
|
-
|
|
6016
|
+
260,
|
|
5933
6017
|
"CreateCountryDto!"
|
|
5934
6018
|
]
|
|
5935
6019
|
}
|
|
@@ -5938,7 +6022,7 @@ exports.default = {
|
|
|
5938
6022
|
44,
|
|
5939
6023
|
{
|
|
5940
6024
|
"input": [
|
|
5941
|
-
|
|
6025
|
+
261,
|
|
5942
6026
|
"CreateStateDto!"
|
|
5943
6027
|
]
|
|
5944
6028
|
}
|
|
@@ -5947,7 +6031,7 @@ exports.default = {
|
|
|
5947
6031
|
43,
|
|
5948
6032
|
{
|
|
5949
6033
|
"input": [
|
|
5950
|
-
|
|
6034
|
+
262,
|
|
5951
6035
|
"CreateCityDto!"
|
|
5952
6036
|
]
|
|
5953
6037
|
}
|
|
@@ -5956,7 +6040,7 @@ exports.default = {
|
|
|
5956
6040
|
29,
|
|
5957
6041
|
{
|
|
5958
6042
|
"input": [
|
|
5959
|
-
|
|
6043
|
+
197,
|
|
5960
6044
|
"RegisterUserDto!"
|
|
5961
6045
|
]
|
|
5962
6046
|
}
|
|
@@ -5965,7 +6049,7 @@ exports.default = {
|
|
|
5965
6049
|
3,
|
|
5966
6050
|
{
|
|
5967
6051
|
"input": [
|
|
5968
|
-
|
|
6052
|
+
165,
|
|
5969
6053
|
"VerifyCodeDto!"
|
|
5970
6054
|
]
|
|
5971
6055
|
}
|
|
@@ -5974,7 +6058,7 @@ exports.default = {
|
|
|
5974
6058
|
0,
|
|
5975
6059
|
{
|
|
5976
6060
|
"input": [
|
|
5977
|
-
|
|
6061
|
+
165,
|
|
5978
6062
|
"VerifyCodeDto!"
|
|
5979
6063
|
]
|
|
5980
6064
|
}
|
|
@@ -5983,7 +6067,7 @@ exports.default = {
|
|
|
5983
6067
|
0,
|
|
5984
6068
|
{
|
|
5985
6069
|
"input": [
|
|
5986
|
-
|
|
6070
|
+
197,
|
|
5987
6071
|
"RegisterUserDto!"
|
|
5988
6072
|
]
|
|
5989
6073
|
}
|
|
@@ -5992,7 +6076,7 @@ exports.default = {
|
|
|
5992
6076
|
0,
|
|
5993
6077
|
{
|
|
5994
6078
|
"input": [
|
|
5995
|
-
|
|
6079
|
+
197,
|
|
5996
6080
|
"RegisterUserDto!"
|
|
5997
6081
|
]
|
|
5998
6082
|
}
|
|
@@ -6001,7 +6085,7 @@ exports.default = {
|
|
|
6001
6085
|
0,
|
|
6002
6086
|
{
|
|
6003
6087
|
"input": [
|
|
6004
|
-
|
|
6088
|
+
197,
|
|
6005
6089
|
"RegisterUserDto!"
|
|
6006
6090
|
]
|
|
6007
6091
|
}
|
|
@@ -6020,7 +6104,7 @@ exports.default = {
|
|
|
6020
6104
|
}
|
|
6021
6105
|
],
|
|
6022
6106
|
"createResetPasswordCode": [
|
|
6023
|
-
|
|
6107
|
+
138,
|
|
6024
6108
|
{
|
|
6025
6109
|
"input": [
|
|
6026
6110
|
1,
|
|
@@ -6029,16 +6113,16 @@ exports.default = {
|
|
|
6029
6113
|
}
|
|
6030
6114
|
],
|
|
6031
6115
|
"resetUserPassword": [
|
|
6032
|
-
|
|
6116
|
+
138,
|
|
6033
6117
|
{
|
|
6034
6118
|
"input": [
|
|
6035
|
-
|
|
6119
|
+
198,
|
|
6036
6120
|
"resetPasswordDto!"
|
|
6037
6121
|
]
|
|
6038
6122
|
}
|
|
6039
6123
|
],
|
|
6040
6124
|
"validateToken": [
|
|
6041
|
-
|
|
6125
|
+
152,
|
|
6042
6126
|
{
|
|
6043
6127
|
"input": [
|
|
6044
6128
|
1,
|
|
@@ -6046,20 +6130,11 @@ exports.default = {
|
|
|
6046
6130
|
]
|
|
6047
6131
|
}
|
|
6048
6132
|
],
|
|
6049
|
-
"updateUserSuspendedStatus": [
|
|
6050
|
-
136,
|
|
6051
|
-
{
|
|
6052
|
-
"input": [
|
|
6053
|
-
260,
|
|
6054
|
-
"UpdateUserSuspendedStatusDto!"
|
|
6055
|
-
]
|
|
6056
|
-
}
|
|
6057
|
-
],
|
|
6058
6133
|
"handleStravaCallback": [
|
|
6059
6134
|
105,
|
|
6060
6135
|
{
|
|
6061
6136
|
"data": [
|
|
6062
|
-
|
|
6137
|
+
263,
|
|
6063
6138
|
"RegisterStravaDto!"
|
|
6064
6139
|
]
|
|
6065
6140
|
}
|
|
@@ -6077,7 +6152,7 @@ exports.default = {
|
|
|
6077
6152
|
75,
|
|
6078
6153
|
{
|
|
6079
6154
|
"input": [
|
|
6080
|
-
|
|
6155
|
+
264,
|
|
6081
6156
|
"CreateSportEventDto!"
|
|
6082
6157
|
]
|
|
6083
6158
|
}
|
|
@@ -6086,7 +6161,7 @@ exports.default = {
|
|
|
6086
6161
|
130,
|
|
6087
6162
|
{
|
|
6088
6163
|
"input": [
|
|
6089
|
-
|
|
6164
|
+
202,
|
|
6090
6165
|
"MergeSportsEventsDto!"
|
|
6091
6166
|
]
|
|
6092
6167
|
}
|
|
@@ -6095,7 +6170,7 @@ exports.default = {
|
|
|
6095
6170
|
89,
|
|
6096
6171
|
{
|
|
6097
6172
|
"input": [
|
|
6098
|
-
|
|
6173
|
+
211,
|
|
6099
6174
|
"SetFundingStatusDto!"
|
|
6100
6175
|
]
|
|
6101
6176
|
}
|
|
@@ -6104,7 +6179,7 @@ exports.default = {
|
|
|
6104
6179
|
89,
|
|
6105
6180
|
{
|
|
6106
6181
|
"input": [
|
|
6107
|
-
|
|
6182
|
+
208,
|
|
6108
6183
|
"CreateFundingCampaignDto!"
|
|
6109
6184
|
]
|
|
6110
6185
|
}
|
|
@@ -6113,16 +6188,16 @@ exports.default = {
|
|
|
6113
6188
|
89,
|
|
6114
6189
|
{
|
|
6115
6190
|
"input": [
|
|
6116
|
-
|
|
6191
|
+
210,
|
|
6117
6192
|
"UpdateFundingCampaignDto!"
|
|
6118
6193
|
]
|
|
6119
6194
|
}
|
|
6120
6195
|
],
|
|
6121
6196
|
"deleteFundingCampaign": [
|
|
6122
|
-
|
|
6197
|
+
139,
|
|
6123
6198
|
{
|
|
6124
6199
|
"input": [
|
|
6125
|
-
|
|
6200
|
+
176,
|
|
6126
6201
|
"DeleteSingleValueDto!"
|
|
6127
6202
|
]
|
|
6128
6203
|
}
|
|
@@ -6131,7 +6206,7 @@ exports.default = {
|
|
|
6131
6206
|
120,
|
|
6132
6207
|
{
|
|
6133
6208
|
"input": [
|
|
6134
|
-
|
|
6209
|
+
183,
|
|
6135
6210
|
"DeleteValuesDto!"
|
|
6136
6211
|
]
|
|
6137
6212
|
}
|
|
@@ -6149,7 +6224,7 @@ exports.default = {
|
|
|
6149
6224
|
2,
|
|
6150
6225
|
{
|
|
6151
6226
|
"input": [
|
|
6152
|
-
|
|
6227
|
+
213,
|
|
6153
6228
|
"AddCompetitionBudgetDto!"
|
|
6154
6229
|
]
|
|
6155
6230
|
}
|
|
@@ -6158,7 +6233,7 @@ exports.default = {
|
|
|
6158
6233
|
2,
|
|
6159
6234
|
{
|
|
6160
6235
|
"input": [
|
|
6161
|
-
|
|
6236
|
+
214,
|
|
6162
6237
|
"EditCompetitionBudgetDto!"
|
|
6163
6238
|
]
|
|
6164
6239
|
}
|
|
@@ -6167,7 +6242,7 @@ exports.default = {
|
|
|
6167
6242
|
2,
|
|
6168
6243
|
{
|
|
6169
6244
|
"input": [
|
|
6170
|
-
|
|
6245
|
+
215,
|
|
6171
6246
|
"EditCampaignBudgetDto!"
|
|
6172
6247
|
]
|
|
6173
6248
|
}
|
|
@@ -6176,7 +6251,7 @@ exports.default = {
|
|
|
6176
6251
|
2,
|
|
6177
6252
|
{
|
|
6178
6253
|
"input": [
|
|
6179
|
-
|
|
6254
|
+
215,
|
|
6180
6255
|
"EditCampaignBudgetDto!"
|
|
6181
6256
|
]
|
|
6182
6257
|
}
|
|
@@ -6185,7 +6260,7 @@ exports.default = {
|
|
|
6185
6260
|
82,
|
|
6186
6261
|
{
|
|
6187
6262
|
"input": [
|
|
6188
|
-
|
|
6263
|
+
216,
|
|
6189
6264
|
"CreateMembershipOrganizationDto!"
|
|
6190
6265
|
]
|
|
6191
6266
|
}
|
|
@@ -6194,16 +6269,16 @@ exports.default = {
|
|
|
6194
6269
|
84,
|
|
6195
6270
|
{
|
|
6196
6271
|
"input": [
|
|
6197
|
-
|
|
6272
|
+
217,
|
|
6198
6273
|
"CreateAthleteMembershipDto!"
|
|
6199
6274
|
]
|
|
6200
6275
|
}
|
|
6201
6276
|
],
|
|
6202
6277
|
"deleteAthleteMembershipAffilation": [
|
|
6203
|
-
|
|
6278
|
+
139,
|
|
6204
6279
|
{
|
|
6205
6280
|
"input": [
|
|
6206
|
-
|
|
6281
|
+
176,
|
|
6207
6282
|
"DeleteSingleValueDto!"
|
|
6208
6283
|
]
|
|
6209
6284
|
}
|
|
@@ -6221,7 +6296,7 @@ exports.default = {
|
|
|
6221
6296
|
97,
|
|
6222
6297
|
{
|
|
6223
6298
|
"input": [
|
|
6224
|
-
|
|
6299
|
+
265,
|
|
6225
6300
|
"CreateStripeAccountDto!"
|
|
6226
6301
|
]
|
|
6227
6302
|
}
|
|
@@ -6233,7 +6308,7 @@ exports.default = {
|
|
|
6233
6308
|
107,
|
|
6234
6309
|
{
|
|
6235
6310
|
"input": [
|
|
6236
|
-
|
|
6311
|
+
166,
|
|
6237
6312
|
"DonationCheckoutDto!"
|
|
6238
6313
|
]
|
|
6239
6314
|
}
|
|
@@ -6248,7 +6323,7 @@ exports.default = {
|
|
|
6248
6323
|
134,
|
|
6249
6324
|
{
|
|
6250
6325
|
"input": [
|
|
6251
|
-
|
|
6326
|
+
222,
|
|
6252
6327
|
"RegisterMemberDto!"
|
|
6253
6328
|
]
|
|
6254
6329
|
}
|
|
@@ -6374,13 +6449,13 @@ exports.default = {
|
|
|
6374
6449
|
1
|
|
6375
6450
|
],
|
|
6376
6451
|
"logo": [
|
|
6377
|
-
|
|
6452
|
+
181
|
|
6378
6453
|
],
|
|
6379
6454
|
"banner": [
|
|
6380
|
-
|
|
6455
|
+
181
|
|
6381
6456
|
],
|
|
6382
6457
|
"translations": [
|
|
6383
|
-
|
|
6458
|
+
241
|
|
6384
6459
|
],
|
|
6385
6460
|
"__typename": [
|
|
6386
6461
|
1
|
|
@@ -6403,10 +6478,10 @@ exports.default = {
|
|
|
6403
6478
|
1
|
|
6404
6479
|
],
|
|
6405
6480
|
"logo": [
|
|
6406
|
-
|
|
6481
|
+
181
|
|
6407
6482
|
],
|
|
6408
6483
|
"banner": [
|
|
6409
|
-
|
|
6484
|
+
181
|
|
6410
6485
|
],
|
|
6411
6486
|
"__typename": [
|
|
6412
6487
|
1
|
|
@@ -6511,10 +6586,10 @@ exports.default = {
|
|
|
6511
6586
|
1
|
|
6512
6587
|
],
|
|
6513
6588
|
"profilePicture": [
|
|
6514
|
-
|
|
6589
|
+
181
|
|
6515
6590
|
],
|
|
6516
6591
|
"cardPicture": [
|
|
6517
|
-
|
|
6592
|
+
181
|
|
6518
6593
|
],
|
|
6519
6594
|
"__typename": [
|
|
6520
6595
|
1
|
|
@@ -6533,7 +6608,7 @@ exports.default = {
|
|
|
6533
6608
|
},
|
|
6534
6609
|
"EditDisplayIndexDto": {
|
|
6535
6610
|
"updates": [
|
|
6536
|
-
|
|
6611
|
+
247
|
|
6537
6612
|
],
|
|
6538
6613
|
"__typename": [
|
|
6539
6614
|
1
|
|
@@ -6597,7 +6672,7 @@ exports.default = {
|
|
|
6597
6672
|
18
|
|
6598
6673
|
],
|
|
6599
6674
|
"translations": [
|
|
6600
|
-
|
|
6675
|
+
252
|
|
6601
6676
|
],
|
|
6602
6677
|
"__typename": [
|
|
6603
6678
|
1
|
|
@@ -6631,10 +6706,10 @@ exports.default = {
|
|
|
6631
6706
|
18
|
|
6632
6707
|
],
|
|
6633
6708
|
"banner": [
|
|
6634
|
-
|
|
6709
|
+
181
|
|
6635
6710
|
],
|
|
6636
6711
|
"criteria": [
|
|
6637
|
-
|
|
6712
|
+
254
|
|
6638
6713
|
],
|
|
6639
6714
|
"deadline": [
|
|
6640
6715
|
14
|
|
@@ -6643,13 +6718,13 @@ exports.default = {
|
|
|
6643
6718
|
14
|
|
6644
6719
|
],
|
|
6645
6720
|
"duration": [
|
|
6646
|
-
|
|
6721
|
+
256
|
|
6647
6722
|
],
|
|
6648
6723
|
"sponsorshipItems": [
|
|
6649
|
-
|
|
6724
|
+
257
|
|
6650
6725
|
],
|
|
6651
6726
|
"commitments": [
|
|
6652
|
-
|
|
6727
|
+
258
|
|
6653
6728
|
],
|
|
6654
6729
|
"terms": [
|
|
6655
6730
|
1
|
|
@@ -6661,7 +6736,7 @@ exports.default = {
|
|
|
6661
6736
|
2
|
|
6662
6737
|
],
|
|
6663
6738
|
"translations": [
|
|
6664
|
-
|
|
6739
|
+
259
|
|
6665
6740
|
],
|
|
6666
6741
|
"__typename": [
|
|
6667
6742
|
1
|
|
@@ -6675,7 +6750,7 @@ exports.default = {
|
|
|
6675
6750
|
1
|
|
6676
6751
|
],
|
|
6677
6752
|
"qualificationsBag": [
|
|
6678
|
-
|
|
6753
|
+
255
|
|
6679
6754
|
],
|
|
6680
6755
|
"__typename": [
|
|
6681
6756
|
1
|
|
@@ -6683,28 +6758,28 @@ exports.default = {
|
|
|
6683
6758
|
},
|
|
6684
6759
|
"QualificationsBagDto": {
|
|
6685
6760
|
"ageQualifications": [
|
|
6686
|
-
|
|
6761
|
+
189
|
|
6687
6762
|
],
|
|
6688
6763
|
"genderQualifications": [
|
|
6689
|
-
|
|
6764
|
+
190
|
|
6690
6765
|
],
|
|
6691
6766
|
"scoreQualifications": [
|
|
6692
|
-
|
|
6767
|
+
192
|
|
6693
6768
|
],
|
|
6694
6769
|
"locationQualifications": [
|
|
6695
|
-
|
|
6770
|
+
193
|
|
6696
6771
|
],
|
|
6697
6772
|
"nationalityQualifications": [
|
|
6698
|
-
|
|
6773
|
+
191
|
|
6699
6774
|
],
|
|
6700
6775
|
"distanceQualifications": [
|
|
6701
|
-
|
|
6776
|
+
194
|
|
6702
6777
|
],
|
|
6703
6778
|
"sportsQualifications": [
|
|
6704
|
-
|
|
6779
|
+
195
|
|
6705
6780
|
],
|
|
6706
6781
|
"levelQualifications": [
|
|
6707
|
-
|
|
6782
|
+
196
|
|
6708
6783
|
],
|
|
6709
6784
|
"__typename": [
|
|
6710
6785
|
1
|
|
@@ -6781,7 +6856,7 @@ exports.default = {
|
|
|
6781
6856
|
1
|
|
6782
6857
|
],
|
|
6783
6858
|
"banner": [
|
|
6784
|
-
|
|
6859
|
+
181
|
|
6785
6860
|
],
|
|
6786
6861
|
"terms": [
|
|
6787
6862
|
1
|
|
@@ -6868,17 +6943,6 @@ exports.default = {
|
|
|
6868
6943
|
1
|
|
6869
6944
|
]
|
|
6870
6945
|
},
|
|
6871
|
-
"UpdateUserSuspendedStatusDto": {
|
|
6872
|
-
"userId": [
|
|
6873
|
-
1
|
|
6874
|
-
],
|
|
6875
|
-
"suspended": [
|
|
6876
|
-
2
|
|
6877
|
-
],
|
|
6878
|
-
"__typename": [
|
|
6879
|
-
1
|
|
6880
|
-
]
|
|
6881
|
-
},
|
|
6882
6946
|
"RegisterStravaDto": {
|
|
6883
6947
|
"idAthlete": [
|
|
6884
6948
|
1
|
|
@@ -6910,7 +6974,7 @@ exports.default = {
|
|
|
6910
6974
|
1
|
|
6911
6975
|
],
|
|
6912
6976
|
"banner": [
|
|
6913
|
-
|
|
6977
|
+
181
|
|
6914
6978
|
],
|
|
6915
6979
|
"eventLevel": [
|
|
6916
6980
|
1
|