@vertikalx/vtx-backend-client 2.0.0-dev-alejo.51 → 2.0.0-dev-daniel.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/api/domains.d.ts +1 -0
- package/src/api/domains.js +2 -1
- package/src/api/domains.js.map +1 -1
- package/src/client/schema.d.ts +56 -0
- package/src/client/schema.js +15 -1
- package/src/client/schema.js.map +1 -1
- package/src/client/types.d.ts +24 -0
- package/src/client/types.js +191 -127
- package/src/client/types.js.map +1 -1
- package/tsconfig.lib.tsbuildinfo +1 -1
package/src/client/types.js
CHANGED
|
@@ -11,7 +11,7 @@ exports.default = {
|
|
|
11
11
|
128,
|
|
12
12
|
139,
|
|
13
13
|
143,
|
|
14
|
-
|
|
14
|
+
209
|
|
15
15
|
],
|
|
16
16
|
"types": {
|
|
17
17
|
"User": {
|
|
@@ -2770,7 +2770,7 @@ exports.default = {
|
|
|
2770
2770
|
89
|
|
2771
2771
|
],
|
|
2772
2772
|
"mode": [
|
|
2773
|
-
|
|
2773
|
+
209
|
|
2774
2774
|
],
|
|
2775
2775
|
"athleteId": [
|
|
2776
2776
|
1
|
|
@@ -3505,6 +3505,70 @@ exports.default = {
|
|
|
3505
3505
|
1
|
|
3506
3506
|
]
|
|
3507
3507
|
},
|
|
3508
|
+
"Donation": {
|
|
3509
|
+
"checkoutSessionId": [
|
|
3510
|
+
1
|
|
3511
|
+
],
|
|
3512
|
+
"fundingCheckoutSessionDataId": [
|
|
3513
|
+
1
|
|
3514
|
+
],
|
|
3515
|
+
"donationMode": [
|
|
3516
|
+
1
|
|
3517
|
+
],
|
|
3518
|
+
"completed": [
|
|
3519
|
+
2
|
|
3520
|
+
],
|
|
3521
|
+
"confirmed": [
|
|
3522
|
+
2
|
|
3523
|
+
],
|
|
3524
|
+
"donationAmount": [
|
|
3525
|
+
18
|
|
3526
|
+
],
|
|
3527
|
+
"completedDate": [
|
|
3528
|
+
14
|
|
3529
|
+
],
|
|
3530
|
+
"createdDate": [
|
|
3531
|
+
14
|
|
3532
|
+
],
|
|
3533
|
+
"athleteId": [
|
|
3534
|
+
1
|
|
3535
|
+
],
|
|
3536
|
+
"athleteName": [
|
|
3537
|
+
1
|
|
3538
|
+
],
|
|
3539
|
+
"message": [
|
|
3540
|
+
1
|
|
3541
|
+
],
|
|
3542
|
+
"athleteReference": [
|
|
3543
|
+
99
|
|
3544
|
+
],
|
|
3545
|
+
"campaignReference": [
|
|
3546
|
+
89
|
|
3547
|
+
],
|
|
3548
|
+
"__typename": [
|
|
3549
|
+
1
|
|
3550
|
+
]
|
|
3551
|
+
},
|
|
3552
|
+
"Member": {
|
|
3553
|
+
"_id": [
|
|
3554
|
+
1
|
|
3555
|
+
],
|
|
3556
|
+
"fullName": [
|
|
3557
|
+
1
|
|
3558
|
+
],
|
|
3559
|
+
"screenName": [
|
|
3560
|
+
1
|
|
3561
|
+
],
|
|
3562
|
+
"memberPicture": [
|
|
3563
|
+
27
|
|
3564
|
+
],
|
|
3565
|
+
"donations": [
|
|
3566
|
+
145
|
|
3567
|
+
],
|
|
3568
|
+
"__typename": [
|
|
3569
|
+
1
|
|
3570
|
+
]
|
|
3571
|
+
},
|
|
3508
3572
|
"CreateDatabaseFileDto": {
|
|
3509
3573
|
"identifier": [
|
|
3510
3574
|
1
|
|
@@ -3665,7 +3729,7 @@ exports.default = {
|
|
|
3665
3729
|
1
|
|
3666
3730
|
],
|
|
3667
3731
|
"invitations": [
|
|
3668
|
-
|
|
3732
|
+
156
|
|
3669
3733
|
],
|
|
3670
3734
|
"__typename": [
|
|
3671
3735
|
1
|
|
@@ -3776,7 +3840,7 @@ exports.default = {
|
|
|
3776
3840
|
1
|
|
3777
3841
|
],
|
|
3778
3842
|
"result": [
|
|
3779
|
-
|
|
3843
|
+
158
|
|
3780
3844
|
],
|
|
3781
3845
|
"cityId": [
|
|
3782
3846
|
1
|
|
@@ -3799,7 +3863,7 @@ exports.default = {
|
|
|
3799
3863
|
1
|
|
3800
3864
|
],
|
|
3801
3865
|
"result": [
|
|
3802
|
-
|
|
3866
|
+
158
|
|
3803
3867
|
],
|
|
3804
3868
|
"cityId": [
|
|
3805
3869
|
1
|
|
@@ -3835,13 +3899,13 @@ exports.default = {
|
|
|
3835
3899
|
},
|
|
3836
3900
|
"CursorPaginationDto": {
|
|
3837
3901
|
"sortCriteria": [
|
|
3838
|
-
|
|
3902
|
+
163
|
|
3839
3903
|
],
|
|
3840
3904
|
"limit": [
|
|
3841
3905
|
18
|
|
3842
3906
|
],
|
|
3843
3907
|
"cursorPosition": [
|
|
3844
|
-
|
|
3908
|
+
162
|
|
3845
3909
|
],
|
|
3846
3910
|
"__typename": [
|
|
3847
3911
|
1
|
|
@@ -3916,7 +3980,7 @@ exports.default = {
|
|
|
3916
3980
|
1
|
|
3917
3981
|
],
|
|
3918
3982
|
"currentCampaign": [
|
|
3919
|
-
|
|
3983
|
+
166
|
|
3920
3984
|
],
|
|
3921
3985
|
"sports": [
|
|
3922
3986
|
1
|
|
@@ -3978,10 +4042,10 @@ exports.default = {
|
|
|
3978
4042
|
},
|
|
3979
4043
|
"AthleteQueryDto": {
|
|
3980
4044
|
"cursor": [
|
|
3981
|
-
|
|
4045
|
+
164
|
|
3982
4046
|
],
|
|
3983
4047
|
"filters": [
|
|
3984
|
-
|
|
4048
|
+
167
|
|
3985
4049
|
],
|
|
3986
4050
|
"__typename": [
|
|
3987
4051
|
1
|
|
@@ -3992,7 +4056,7 @@ exports.default = {
|
|
|
3992
4056
|
1
|
|
3993
4057
|
],
|
|
3994
4058
|
"newPicture": [
|
|
3995
|
-
|
|
4059
|
+
170
|
|
3996
4060
|
],
|
|
3997
4061
|
"__typename": [
|
|
3998
4062
|
1
|
|
@@ -4026,7 +4090,7 @@ exports.default = {
|
|
|
4026
4090
|
1
|
|
4027
4091
|
],
|
|
4028
4092
|
"pictures": [
|
|
4029
|
-
|
|
4093
|
+
170
|
|
4030
4094
|
],
|
|
4031
4095
|
"albumId": [
|
|
4032
4096
|
1
|
|
@@ -4250,7 +4314,7 @@ exports.default = {
|
|
|
4250
4314
|
},
|
|
4251
4315
|
"resetPasswordDto": {
|
|
4252
4316
|
"code": [
|
|
4253
|
-
|
|
4317
|
+
155
|
|
4254
4318
|
],
|
|
4255
4319
|
"newPassword": [
|
|
4256
4320
|
1
|
|
@@ -4303,7 +4367,7 @@ exports.default = {
|
|
|
4303
4367
|
18
|
|
4304
4368
|
],
|
|
4305
4369
|
"items": [
|
|
4306
|
-
|
|
4370
|
+
189
|
|
4307
4371
|
],
|
|
4308
4372
|
"__typename": [
|
|
4309
4373
|
1
|
|
@@ -4314,7 +4378,7 @@ exports.default = {
|
|
|
4314
4378
|
18
|
|
4315
4379
|
],
|
|
4316
4380
|
"items": [
|
|
4317
|
-
|
|
4381
|
+
189
|
|
4318
4382
|
],
|
|
4319
4383
|
"athleteCompetitionId": [
|
|
4320
4384
|
1
|
|
@@ -4363,16 +4427,16 @@ exports.default = {
|
|
|
4363
4427
|
14
|
|
4364
4428
|
],
|
|
4365
4429
|
"budget": [
|
|
4366
|
-
|
|
4430
|
+
191
|
|
4367
4431
|
],
|
|
4368
4432
|
"competitionBudgets": [
|
|
4369
|
-
|
|
4433
|
+
192
|
|
4370
4434
|
],
|
|
4371
4435
|
"competitionIds": [
|
|
4372
4436
|
1
|
|
4373
4437
|
],
|
|
4374
4438
|
"video": [
|
|
4375
|
-
|
|
4439
|
+
193
|
|
4376
4440
|
],
|
|
4377
4441
|
"__typename": [
|
|
4378
4442
|
1
|
|
@@ -4404,16 +4468,16 @@ exports.default = {
|
|
|
4404
4468
|
14
|
|
4405
4469
|
],
|
|
4406
4470
|
"budget": [
|
|
4407
|
-
|
|
4471
|
+
191
|
|
4408
4472
|
],
|
|
4409
4473
|
"competitionBudgets": [
|
|
4410
|
-
|
|
4474
|
+
192
|
|
4411
4475
|
],
|
|
4412
4476
|
"competitionIds": [
|
|
4413
4477
|
1
|
|
4414
4478
|
],
|
|
4415
4479
|
"video": [
|
|
4416
|
-
|
|
4480
|
+
193
|
|
4417
4481
|
],
|
|
4418
4482
|
"loginEmail": [
|
|
4419
4483
|
1
|
|
@@ -4448,16 +4512,16 @@ exports.default = {
|
|
|
4448
4512
|
14
|
|
4449
4513
|
],
|
|
4450
4514
|
"budget": [
|
|
4451
|
-
|
|
4515
|
+
191
|
|
4452
4516
|
],
|
|
4453
4517
|
"competitionBudgets": [
|
|
4454
|
-
|
|
4518
|
+
192
|
|
4455
4519
|
],
|
|
4456
4520
|
"competitionIds": [
|
|
4457
4521
|
1
|
|
4458
4522
|
],
|
|
4459
4523
|
"video": [
|
|
4460
|
-
|
|
4524
|
+
193
|
|
4461
4525
|
],
|
|
4462
4526
|
"_id": [
|
|
4463
4527
|
1
|
|
@@ -4479,7 +4543,7 @@ exports.default = {
|
|
|
4479
4543
|
},
|
|
4480
4544
|
"BudgetDto": {
|
|
4481
4545
|
"items": [
|
|
4482
|
-
|
|
4546
|
+
189
|
|
4483
4547
|
],
|
|
4484
4548
|
"fundingMode": [
|
|
4485
4549
|
1
|
|
@@ -4493,7 +4557,7 @@ exports.default = {
|
|
|
4493
4557
|
1
|
|
4494
4558
|
],
|
|
4495
4559
|
"budget": [
|
|
4496
|
-
|
|
4560
|
+
198
|
|
4497
4561
|
],
|
|
4498
4562
|
"__typename": [
|
|
4499
4563
|
1
|
|
@@ -4504,7 +4568,7 @@ exports.default = {
|
|
|
4504
4568
|
1
|
|
4505
4569
|
],
|
|
4506
4570
|
"budget": [
|
|
4507
|
-
|
|
4571
|
+
198
|
|
4508
4572
|
],
|
|
4509
4573
|
"__typename": [
|
|
4510
4574
|
1
|
|
@@ -4524,7 +4588,7 @@ exports.default = {
|
|
|
4524
4588
|
18
|
|
4525
4589
|
],
|
|
4526
4590
|
"budget": [
|
|
4527
|
-
|
|
4591
|
+
198
|
|
4528
4592
|
],
|
|
4529
4593
|
"__typename": [
|
|
4530
4594
|
1
|
|
@@ -4544,7 +4608,7 @@ exports.default = {
|
|
|
4544
4608
|
1
|
|
4545
4609
|
],
|
|
4546
4610
|
"logo": [
|
|
4547
|
-
|
|
4611
|
+
170
|
|
4548
4612
|
],
|
|
4549
4613
|
"countryId": [
|
|
4550
4614
|
1
|
|
@@ -4723,7 +4787,7 @@ exports.default = {
|
|
|
4723
4787
|
32,
|
|
4724
4788
|
{
|
|
4725
4789
|
"input": [
|
|
4726
|
-
|
|
4790
|
+
211,
|
|
4727
4791
|
"AWSS3GetUploadDto!"
|
|
4728
4792
|
]
|
|
4729
4793
|
}
|
|
@@ -4785,7 +4849,7 @@ exports.default = {
|
|
|
4785
4849
|
104,
|
|
4786
4850
|
{
|
|
4787
4851
|
"input": [
|
|
4788
|
-
|
|
4852
|
+
212,
|
|
4789
4853
|
"FindSponsorAthleteInvitationDto!"
|
|
4790
4854
|
]
|
|
4791
4855
|
}
|
|
@@ -4797,7 +4861,7 @@ exports.default = {
|
|
|
4797
4861
|
134,
|
|
4798
4862
|
{
|
|
4799
4863
|
"input": [
|
|
4800
|
-
|
|
4864
|
+
168,
|
|
4801
4865
|
"AthleteQueryDto!"
|
|
4802
4866
|
]
|
|
4803
4867
|
}
|
|
@@ -4845,7 +4909,7 @@ exports.default = {
|
|
|
4845
4909
|
81,
|
|
4846
4910
|
{
|
|
4847
4911
|
"input": [
|
|
4848
|
-
|
|
4912
|
+
213,
|
|
4849
4913
|
"GetAthleteCompetitionsDto!"
|
|
4850
4914
|
]
|
|
4851
4915
|
}
|
|
@@ -4893,7 +4957,7 @@ exports.default = {
|
|
|
4893
4957
|
134,
|
|
4894
4958
|
{
|
|
4895
4959
|
"input": [
|
|
4896
|
-
|
|
4960
|
+
168,
|
|
4897
4961
|
"AthleteQueryDto!"
|
|
4898
4962
|
]
|
|
4899
4963
|
}
|
|
@@ -4911,7 +4975,7 @@ exports.default = {
|
|
|
4911
4975
|
137,
|
|
4912
4976
|
{
|
|
4913
4977
|
"input": [
|
|
4914
|
-
|
|
4978
|
+
173,
|
|
4915
4979
|
"existValueDto!"
|
|
4916
4980
|
]
|
|
4917
4981
|
}
|
|
@@ -4920,7 +4984,7 @@ exports.default = {
|
|
|
4920
4984
|
98,
|
|
4921
4985
|
{
|
|
4922
4986
|
"input": [
|
|
4923
|
-
|
|
4987
|
+
175,
|
|
4924
4988
|
"GetHistoricalScoresDto!"
|
|
4925
4989
|
]
|
|
4926
4990
|
}
|
|
@@ -4929,7 +4993,7 @@ exports.default = {
|
|
|
4929
4993
|
98,
|
|
4930
4994
|
{
|
|
4931
4995
|
"input": [
|
|
4932
|
-
|
|
4996
|
+
174,
|
|
4933
4997
|
"GetMyHistoricalScoresDto!"
|
|
4934
4998
|
]
|
|
4935
4999
|
}
|
|
@@ -4938,7 +5002,7 @@ exports.default = {
|
|
|
4938
5002
|
89,
|
|
4939
5003
|
{
|
|
4940
5004
|
"input": [
|
|
4941
|
-
|
|
5005
|
+
176,
|
|
4942
5006
|
"GetAthleteCampaignsDto!"
|
|
4943
5007
|
]
|
|
4944
5008
|
}
|
|
@@ -5010,7 +5074,7 @@ exports.default = {
|
|
|
5010
5074
|
0,
|
|
5011
5075
|
{
|
|
5012
5076
|
"input": [
|
|
5013
|
-
|
|
5077
|
+
214,
|
|
5014
5078
|
"FindVtxUserDto!"
|
|
5015
5079
|
]
|
|
5016
5080
|
}
|
|
@@ -5050,7 +5114,7 @@ exports.default = {
|
|
|
5050
5114
|
36,
|
|
5051
5115
|
{
|
|
5052
5116
|
"input": [
|
|
5053
|
-
|
|
5117
|
+
155,
|
|
5054
5118
|
"VerifyCodeDto!"
|
|
5055
5119
|
]
|
|
5056
5120
|
}
|
|
@@ -5062,7 +5126,7 @@ exports.default = {
|
|
|
5062
5126
|
75,
|
|
5063
5127
|
{
|
|
5064
5128
|
"input": [
|
|
5065
|
-
|
|
5129
|
+
215,
|
|
5066
5130
|
"GetSportEventsDto!"
|
|
5067
5131
|
]
|
|
5068
5132
|
}
|
|
@@ -5089,7 +5153,7 @@ exports.default = {
|
|
|
5089
5153
|
138,
|
|
5090
5154
|
{
|
|
5091
5155
|
"input": [
|
|
5092
|
-
|
|
5156
|
+
205,
|
|
5093
5157
|
"StripeQueryDto!"
|
|
5094
5158
|
]
|
|
5095
5159
|
}
|
|
@@ -5098,7 +5162,7 @@ exports.default = {
|
|
|
5098
5162
|
35,
|
|
5099
5163
|
{
|
|
5100
5164
|
"input": [
|
|
5101
|
-
|
|
5165
|
+
153,
|
|
5102
5166
|
"GetDatabaseFileDto!"
|
|
5103
5167
|
]
|
|
5104
5168
|
}
|
|
@@ -5107,7 +5171,7 @@ exports.default = {
|
|
|
5107
5171
|
117,
|
|
5108
5172
|
{
|
|
5109
5173
|
"input": [
|
|
5110
|
-
|
|
5174
|
+
188,
|
|
5111
5175
|
"GetReceiptDto!"
|
|
5112
5176
|
]
|
|
5113
5177
|
}
|
|
@@ -5116,7 +5180,7 @@ exports.default = {
|
|
|
5116
5180
|
118,
|
|
5117
5181
|
{
|
|
5118
5182
|
"input": [
|
|
5119
|
-
|
|
5183
|
+
188,
|
|
5120
5184
|
"GetReceiptDto!"
|
|
5121
5185
|
]
|
|
5122
5186
|
}
|
|
@@ -5182,7 +5246,7 @@ exports.default = {
|
|
|
5182
5246
|
5,
|
|
5183
5247
|
{
|
|
5184
5248
|
"tenant": [
|
|
5185
|
-
|
|
5249
|
+
217,
|
|
5186
5250
|
"CreateTenantInput!"
|
|
5187
5251
|
]
|
|
5188
5252
|
}
|
|
@@ -5191,7 +5255,7 @@ exports.default = {
|
|
|
5191
5255
|
11,
|
|
5192
5256
|
{
|
|
5193
5257
|
"tenant": [
|
|
5194
|
-
|
|
5258
|
+
217,
|
|
5195
5259
|
"CreateTenantInput!"
|
|
5196
5260
|
]
|
|
5197
5261
|
}
|
|
@@ -5200,7 +5264,7 @@ exports.default = {
|
|
|
5200
5264
|
3,
|
|
5201
5265
|
{
|
|
5202
5266
|
"user": [
|
|
5203
|
-
|
|
5267
|
+
218,
|
|
5204
5268
|
"CreateActiveUserInput!"
|
|
5205
5269
|
]
|
|
5206
5270
|
}
|
|
@@ -5235,7 +5299,7 @@ exports.default = {
|
|
|
5235
5299
|
0,
|
|
5236
5300
|
{
|
|
5237
5301
|
"input": [
|
|
5238
|
-
|
|
5302
|
+
219,
|
|
5239
5303
|
"RegisterUserToDomainFromEmailInput!"
|
|
5240
5304
|
]
|
|
5241
5305
|
}
|
|
@@ -5244,7 +5308,7 @@ exports.default = {
|
|
|
5244
5308
|
8,
|
|
5245
5309
|
{
|
|
5246
5310
|
"dto": [
|
|
5247
|
-
|
|
5311
|
+
220,
|
|
5248
5312
|
"RefreshTokenInput!"
|
|
5249
5313
|
]
|
|
5250
5314
|
}
|
|
@@ -5253,7 +5317,7 @@ exports.default = {
|
|
|
5253
5317
|
33,
|
|
5254
5318
|
{
|
|
5255
5319
|
"input": [
|
|
5256
|
-
|
|
5320
|
+
221,
|
|
5257
5321
|
"AWSS3DeleteUseTypeFileDto!"
|
|
5258
5322
|
]
|
|
5259
5323
|
}
|
|
@@ -5262,7 +5326,7 @@ exports.default = {
|
|
|
5262
5326
|
33,
|
|
5263
5327
|
{
|
|
5264
5328
|
"input": [
|
|
5265
|
-
|
|
5329
|
+
222,
|
|
5266
5330
|
"AWSS3DeleteBucketFileDto!"
|
|
5267
5331
|
]
|
|
5268
5332
|
}
|
|
@@ -5271,7 +5335,7 @@ exports.default = {
|
|
|
5271
5335
|
33,
|
|
5272
5336
|
{
|
|
5273
5337
|
"input": [
|
|
5274
|
-
|
|
5338
|
+
223,
|
|
5275
5339
|
"AWSS3DeleteUseTypeKeyDto!"
|
|
5276
5340
|
]
|
|
5277
5341
|
}
|
|
@@ -5280,7 +5344,7 @@ exports.default = {
|
|
|
5280
5344
|
27,
|
|
5281
5345
|
{
|
|
5282
5346
|
"input": [
|
|
5283
|
-
|
|
5347
|
+
170,
|
|
5284
5348
|
"AWSS3UploadedFileDto!"
|
|
5285
5349
|
]
|
|
5286
5350
|
}
|
|
@@ -5289,7 +5353,7 @@ exports.default = {
|
|
|
5289
5353
|
56,
|
|
5290
5354
|
{
|
|
5291
5355
|
"input": [
|
|
5292
|
-
|
|
5356
|
+
224,
|
|
5293
5357
|
"CreateIndustryDto!"
|
|
5294
5358
|
]
|
|
5295
5359
|
}
|
|
@@ -5298,7 +5362,7 @@ exports.default = {
|
|
|
5298
5362
|
39,
|
|
5299
5363
|
{
|
|
5300
5364
|
"input": [
|
|
5301
|
-
|
|
5365
|
+
225,
|
|
5302
5366
|
"CreateBrandDto!"
|
|
5303
5367
|
]
|
|
5304
5368
|
}
|
|
@@ -5307,7 +5371,7 @@ exports.default = {
|
|
|
5307
5371
|
59,
|
|
5308
5372
|
{
|
|
5309
5373
|
"input": [
|
|
5310
|
-
|
|
5374
|
+
227,
|
|
5311
5375
|
"RegisterSponsorInput!"
|
|
5312
5376
|
]
|
|
5313
5377
|
}
|
|
@@ -5316,7 +5380,7 @@ exports.default = {
|
|
|
5316
5380
|
59,
|
|
5317
5381
|
{
|
|
5318
5382
|
"input": [
|
|
5319
|
-
|
|
5383
|
+
228,
|
|
5320
5384
|
"CreateSponsorDto!"
|
|
5321
5385
|
]
|
|
5322
5386
|
}
|
|
@@ -5325,7 +5389,7 @@ exports.default = {
|
|
|
5325
5389
|
104,
|
|
5326
5390
|
{
|
|
5327
5391
|
"input": [
|
|
5328
|
-
|
|
5392
|
+
157,
|
|
5329
5393
|
"InviteAthletesDto!"
|
|
5330
5394
|
]
|
|
5331
5395
|
}
|
|
@@ -5334,7 +5398,7 @@ exports.default = {
|
|
|
5334
5398
|
100,
|
|
5335
5399
|
{
|
|
5336
5400
|
"input": [
|
|
5337
|
-
|
|
5401
|
+
229,
|
|
5338
5402
|
"RegisterAthleteDto!"
|
|
5339
5403
|
]
|
|
5340
5404
|
}
|
|
@@ -5343,7 +5407,7 @@ exports.default = {
|
|
|
5343
5407
|
130,
|
|
5344
5408
|
{
|
|
5345
5409
|
"input": [
|
|
5346
|
-
|
|
5410
|
+
230,
|
|
5347
5411
|
"EditValueDto!"
|
|
5348
5412
|
]
|
|
5349
5413
|
}
|
|
@@ -5352,7 +5416,7 @@ exports.default = {
|
|
|
5352
5416
|
135,
|
|
5353
5417
|
{
|
|
5354
5418
|
"input": [
|
|
5355
|
-
|
|
5419
|
+
169,
|
|
5356
5420
|
"EditPictureDto!"
|
|
5357
5421
|
]
|
|
5358
5422
|
}
|
|
@@ -5361,7 +5425,7 @@ exports.default = {
|
|
|
5361
5425
|
136,
|
|
5362
5426
|
{
|
|
5363
5427
|
"input": [
|
|
5364
|
-
|
|
5428
|
+
171,
|
|
5365
5429
|
"UploadAlbumsPicturesDto!"
|
|
5366
5430
|
]
|
|
5367
5431
|
}
|
|
@@ -5370,7 +5434,7 @@ exports.default = {
|
|
|
5370
5434
|
81,
|
|
5371
5435
|
{
|
|
5372
5436
|
"input": [
|
|
5373
|
-
|
|
5437
|
+
160,
|
|
5374
5438
|
"CreateAthleteCompetitionDto!"
|
|
5375
5439
|
]
|
|
5376
5440
|
}
|
|
@@ -5379,7 +5443,7 @@ exports.default = {
|
|
|
5379
5443
|
131,
|
|
5380
5444
|
{
|
|
5381
5445
|
"input": [
|
|
5382
|
-
|
|
5446
|
+
165,
|
|
5383
5447
|
"DeleteSingleValueDto!"
|
|
5384
5448
|
]
|
|
5385
5449
|
}
|
|
@@ -5388,7 +5452,7 @@ exports.default = {
|
|
|
5388
5452
|
80,
|
|
5389
5453
|
{
|
|
5390
5454
|
"input": [
|
|
5391
|
-
|
|
5455
|
+
171,
|
|
5392
5456
|
"UploadAlbumsPicturesDto!"
|
|
5393
5457
|
]
|
|
5394
5458
|
}
|
|
@@ -5397,7 +5461,7 @@ exports.default = {
|
|
|
5397
5461
|
80,
|
|
5398
5462
|
{
|
|
5399
5463
|
"input": [
|
|
5400
|
-
|
|
5464
|
+
231,
|
|
5401
5465
|
"EditDisplayIndexDto!"
|
|
5402
5466
|
]
|
|
5403
5467
|
}
|
|
@@ -5406,7 +5470,7 @@ exports.default = {
|
|
|
5406
5470
|
80,
|
|
5407
5471
|
{
|
|
5408
5472
|
"input": [
|
|
5409
|
-
|
|
5473
|
+
171,
|
|
5410
5474
|
"UploadAlbumsPicturesDto!"
|
|
5411
5475
|
]
|
|
5412
5476
|
}
|
|
@@ -5415,7 +5479,7 @@ exports.default = {
|
|
|
5415
5479
|
131,
|
|
5416
5480
|
{
|
|
5417
5481
|
"input": [
|
|
5418
|
-
|
|
5482
|
+
165,
|
|
5419
5483
|
"DeleteSingleValueDto!"
|
|
5420
5484
|
]
|
|
5421
5485
|
}
|
|
@@ -5424,7 +5488,7 @@ exports.default = {
|
|
|
5424
5488
|
120,
|
|
5425
5489
|
{
|
|
5426
5490
|
"input": [
|
|
5427
|
-
|
|
5491
|
+
172,
|
|
5428
5492
|
"DeleteValuesDto!"
|
|
5429
5493
|
]
|
|
5430
5494
|
}
|
|
@@ -5433,7 +5497,7 @@ exports.default = {
|
|
|
5433
5497
|
76,
|
|
5434
5498
|
{
|
|
5435
5499
|
"input": [
|
|
5436
|
-
|
|
5500
|
+
159,
|
|
5437
5501
|
"SetCompetitionResultDto!"
|
|
5438
5502
|
]
|
|
5439
5503
|
}
|
|
@@ -5445,7 +5509,7 @@ exports.default = {
|
|
|
5445
5509
|
89,
|
|
5446
5510
|
{
|
|
5447
5511
|
"input": [
|
|
5448
|
-
|
|
5512
|
+
233,
|
|
5449
5513
|
"SetCurrentCampaignDto!"
|
|
5450
5514
|
]
|
|
5451
5515
|
}
|
|
@@ -5454,7 +5518,7 @@ exports.default = {
|
|
|
5454
5518
|
67,
|
|
5455
5519
|
{
|
|
5456
5520
|
"input": [
|
|
5457
|
-
|
|
5521
|
+
234,
|
|
5458
5522
|
"CreateSportDto!"
|
|
5459
5523
|
]
|
|
5460
5524
|
}
|
|
@@ -5463,7 +5527,7 @@ exports.default = {
|
|
|
5463
5527
|
67,
|
|
5464
5528
|
{
|
|
5465
5529
|
"input": [
|
|
5466
|
-
|
|
5530
|
+
235,
|
|
5467
5531
|
"UpdateSportDto!"
|
|
5468
5532
|
]
|
|
5469
5533
|
}
|
|
@@ -5472,7 +5536,7 @@ exports.default = {
|
|
|
5472
5536
|
70,
|
|
5473
5537
|
{
|
|
5474
5538
|
"input": [
|
|
5475
|
-
|
|
5539
|
+
236,
|
|
5476
5540
|
"CreateSportLevelDto!"
|
|
5477
5541
|
]
|
|
5478
5542
|
}
|
|
@@ -5481,7 +5545,7 @@ exports.default = {
|
|
|
5481
5545
|
65,
|
|
5482
5546
|
{
|
|
5483
5547
|
"input": [
|
|
5484
|
-
|
|
5548
|
+
238,
|
|
5485
5549
|
"CreateSponsorshipDto!"
|
|
5486
5550
|
]
|
|
5487
5551
|
}
|
|
@@ -5490,7 +5554,7 @@ exports.default = {
|
|
|
5490
5554
|
45,
|
|
5491
5555
|
{
|
|
5492
5556
|
"input": [
|
|
5493
|
-
|
|
5557
|
+
245,
|
|
5494
5558
|
"CreateCountryDto!"
|
|
5495
5559
|
]
|
|
5496
5560
|
}
|
|
@@ -5499,7 +5563,7 @@ exports.default = {
|
|
|
5499
5563
|
44,
|
|
5500
5564
|
{
|
|
5501
5565
|
"input": [
|
|
5502
|
-
|
|
5566
|
+
246,
|
|
5503
5567
|
"CreateStateDto!"
|
|
5504
5568
|
]
|
|
5505
5569
|
}
|
|
@@ -5508,7 +5572,7 @@ exports.default = {
|
|
|
5508
5572
|
43,
|
|
5509
5573
|
{
|
|
5510
5574
|
"input": [
|
|
5511
|
-
|
|
5575
|
+
247,
|
|
5512
5576
|
"CreateCityDto!"
|
|
5513
5577
|
]
|
|
5514
5578
|
}
|
|
@@ -5517,7 +5581,7 @@ exports.default = {
|
|
|
5517
5581
|
29,
|
|
5518
5582
|
{
|
|
5519
5583
|
"input": [
|
|
5520
|
-
|
|
5584
|
+
186,
|
|
5521
5585
|
"RegisterUserDto!"
|
|
5522
5586
|
]
|
|
5523
5587
|
}
|
|
@@ -5526,7 +5590,7 @@ exports.default = {
|
|
|
5526
5590
|
3,
|
|
5527
5591
|
{
|
|
5528
5592
|
"input": [
|
|
5529
|
-
|
|
5593
|
+
155,
|
|
5530
5594
|
"VerifyCodeDto!"
|
|
5531
5595
|
]
|
|
5532
5596
|
}
|
|
@@ -5535,7 +5599,7 @@ exports.default = {
|
|
|
5535
5599
|
0,
|
|
5536
5600
|
{
|
|
5537
5601
|
"input": [
|
|
5538
|
-
|
|
5602
|
+
155,
|
|
5539
5603
|
"VerifyCodeDto!"
|
|
5540
5604
|
]
|
|
5541
5605
|
}
|
|
@@ -5544,7 +5608,7 @@ exports.default = {
|
|
|
5544
5608
|
0,
|
|
5545
5609
|
{
|
|
5546
5610
|
"input": [
|
|
5547
|
-
|
|
5611
|
+
186,
|
|
5548
5612
|
"RegisterUserDto!"
|
|
5549
5613
|
]
|
|
5550
5614
|
}
|
|
@@ -5553,7 +5617,7 @@ exports.default = {
|
|
|
5553
5617
|
0,
|
|
5554
5618
|
{
|
|
5555
5619
|
"input": [
|
|
5556
|
-
|
|
5620
|
+
186,
|
|
5557
5621
|
"RegisterUserDto!"
|
|
5558
5622
|
]
|
|
5559
5623
|
}
|
|
@@ -5584,7 +5648,7 @@ exports.default = {
|
|
|
5584
5648
|
130,
|
|
5585
5649
|
{
|
|
5586
5650
|
"input": [
|
|
5587
|
-
|
|
5651
|
+
187,
|
|
5588
5652
|
"resetPasswordDto!"
|
|
5589
5653
|
]
|
|
5590
5654
|
}
|
|
@@ -5602,7 +5666,7 @@ exports.default = {
|
|
|
5602
5666
|
105,
|
|
5603
5667
|
{
|
|
5604
5668
|
"data": [
|
|
5605
|
-
|
|
5669
|
+
248,
|
|
5606
5670
|
"RegisterStravaDto!"
|
|
5607
5671
|
]
|
|
5608
5672
|
}
|
|
@@ -5620,7 +5684,7 @@ exports.default = {
|
|
|
5620
5684
|
75,
|
|
5621
5685
|
{
|
|
5622
5686
|
"input": [
|
|
5623
|
-
|
|
5687
|
+
249,
|
|
5624
5688
|
"CreateSportEventDto!"
|
|
5625
5689
|
]
|
|
5626
5690
|
}
|
|
@@ -5629,7 +5693,7 @@ exports.default = {
|
|
|
5629
5693
|
89,
|
|
5630
5694
|
{
|
|
5631
5695
|
"input": [
|
|
5632
|
-
|
|
5696
|
+
197,
|
|
5633
5697
|
"SetFundingStatusDto!"
|
|
5634
5698
|
]
|
|
5635
5699
|
}
|
|
@@ -5638,7 +5702,7 @@ exports.default = {
|
|
|
5638
5702
|
89,
|
|
5639
5703
|
{
|
|
5640
5704
|
"input": [
|
|
5641
|
-
|
|
5705
|
+
194,
|
|
5642
5706
|
"CreateFundingCampaignDto!"
|
|
5643
5707
|
]
|
|
5644
5708
|
}
|
|
@@ -5647,7 +5711,7 @@ exports.default = {
|
|
|
5647
5711
|
89,
|
|
5648
5712
|
{
|
|
5649
5713
|
"input": [
|
|
5650
|
-
|
|
5714
|
+
196,
|
|
5651
5715
|
"UpdateFundingCampaignDto!"
|
|
5652
5716
|
]
|
|
5653
5717
|
}
|
|
@@ -5656,7 +5720,7 @@ exports.default = {
|
|
|
5656
5720
|
131,
|
|
5657
5721
|
{
|
|
5658
5722
|
"input": [
|
|
5659
|
-
|
|
5723
|
+
165,
|
|
5660
5724
|
"DeleteSingleValueDto!"
|
|
5661
5725
|
]
|
|
5662
5726
|
}
|
|
@@ -5665,7 +5729,7 @@ exports.default = {
|
|
|
5665
5729
|
120,
|
|
5666
5730
|
{
|
|
5667
5731
|
"input": [
|
|
5668
|
-
|
|
5732
|
+
172,
|
|
5669
5733
|
"DeleteValuesDto!"
|
|
5670
5734
|
]
|
|
5671
5735
|
}
|
|
@@ -5683,7 +5747,7 @@ exports.default = {
|
|
|
5683
5747
|
2,
|
|
5684
5748
|
{
|
|
5685
5749
|
"input": [
|
|
5686
|
-
|
|
5750
|
+
199,
|
|
5687
5751
|
"AddCompetitionBudgetDto!"
|
|
5688
5752
|
]
|
|
5689
5753
|
}
|
|
@@ -5692,7 +5756,7 @@ exports.default = {
|
|
|
5692
5756
|
2,
|
|
5693
5757
|
{
|
|
5694
5758
|
"input": [
|
|
5695
|
-
|
|
5759
|
+
200,
|
|
5696
5760
|
"EditCompetitionBudgetDto!"
|
|
5697
5761
|
]
|
|
5698
5762
|
}
|
|
@@ -5701,7 +5765,7 @@ exports.default = {
|
|
|
5701
5765
|
2,
|
|
5702
5766
|
{
|
|
5703
5767
|
"input": [
|
|
5704
|
-
|
|
5768
|
+
201,
|
|
5705
5769
|
"EditCampaignBudgetDto!"
|
|
5706
5770
|
]
|
|
5707
5771
|
}
|
|
@@ -5710,7 +5774,7 @@ exports.default = {
|
|
|
5710
5774
|
2,
|
|
5711
5775
|
{
|
|
5712
5776
|
"input": [
|
|
5713
|
-
|
|
5777
|
+
201,
|
|
5714
5778
|
"EditCampaignBudgetDto!"
|
|
5715
5779
|
]
|
|
5716
5780
|
}
|
|
@@ -5719,7 +5783,7 @@ exports.default = {
|
|
|
5719
5783
|
82,
|
|
5720
5784
|
{
|
|
5721
5785
|
"input": [
|
|
5722
|
-
|
|
5786
|
+
202,
|
|
5723
5787
|
"CreateMembershipOrganizationDto!"
|
|
5724
5788
|
]
|
|
5725
5789
|
}
|
|
@@ -5728,7 +5792,7 @@ exports.default = {
|
|
|
5728
5792
|
84,
|
|
5729
5793
|
{
|
|
5730
5794
|
"input": [
|
|
5731
|
-
|
|
5795
|
+
203,
|
|
5732
5796
|
"CreateAthleteMembershipDto!"
|
|
5733
5797
|
]
|
|
5734
5798
|
}
|
|
@@ -5737,7 +5801,7 @@ exports.default = {
|
|
|
5737
5801
|
131,
|
|
5738
5802
|
{
|
|
5739
5803
|
"input": [
|
|
5740
|
-
|
|
5804
|
+
165,
|
|
5741
5805
|
"DeleteSingleValueDto!"
|
|
5742
5806
|
]
|
|
5743
5807
|
}
|
|
@@ -5755,7 +5819,7 @@ exports.default = {
|
|
|
5755
5819
|
97,
|
|
5756
5820
|
{
|
|
5757
5821
|
"input": [
|
|
5758
|
-
|
|
5822
|
+
250,
|
|
5759
5823
|
"CreateStripeAccountDto!"
|
|
5760
5824
|
]
|
|
5761
5825
|
}
|
|
@@ -5767,7 +5831,7 @@ exports.default = {
|
|
|
5767
5831
|
107,
|
|
5768
5832
|
{
|
|
5769
5833
|
"input": [
|
|
5770
|
-
|
|
5834
|
+
204,
|
|
5771
5835
|
"DonationCheckoutDto!"
|
|
5772
5836
|
]
|
|
5773
5837
|
}
|
|
@@ -5890,13 +5954,13 @@ exports.default = {
|
|
|
5890
5954
|
1
|
|
5891
5955
|
],
|
|
5892
5956
|
"logo": [
|
|
5893
|
-
|
|
5957
|
+
170
|
|
5894
5958
|
],
|
|
5895
5959
|
"banner": [
|
|
5896
|
-
|
|
5960
|
+
170
|
|
5897
5961
|
],
|
|
5898
5962
|
"translations": [
|
|
5899
|
-
|
|
5963
|
+
226
|
|
5900
5964
|
],
|
|
5901
5965
|
"__typename": [
|
|
5902
5966
|
1
|
|
@@ -5919,10 +5983,10 @@ exports.default = {
|
|
|
5919
5983
|
1
|
|
5920
5984
|
],
|
|
5921
5985
|
"logo": [
|
|
5922
|
-
|
|
5986
|
+
170
|
|
5923
5987
|
],
|
|
5924
5988
|
"banner": [
|
|
5925
|
-
|
|
5989
|
+
170
|
|
5926
5990
|
],
|
|
5927
5991
|
"__typename": [
|
|
5928
5992
|
1
|
|
@@ -6027,10 +6091,10 @@ exports.default = {
|
|
|
6027
6091
|
1
|
|
6028
6092
|
],
|
|
6029
6093
|
"profilePicture": [
|
|
6030
|
-
|
|
6094
|
+
170
|
|
6031
6095
|
],
|
|
6032
6096
|
"cardPicture": [
|
|
6033
|
-
|
|
6097
|
+
170
|
|
6034
6098
|
],
|
|
6035
6099
|
"__typename": [
|
|
6036
6100
|
1
|
|
@@ -6049,7 +6113,7 @@ exports.default = {
|
|
|
6049
6113
|
},
|
|
6050
6114
|
"EditDisplayIndexDto": {
|
|
6051
6115
|
"updates": [
|
|
6052
|
-
|
|
6116
|
+
232
|
|
6053
6117
|
],
|
|
6054
6118
|
"__typename": [
|
|
6055
6119
|
1
|
|
@@ -6113,7 +6177,7 @@ exports.default = {
|
|
|
6113
6177
|
18
|
|
6114
6178
|
],
|
|
6115
6179
|
"translations": [
|
|
6116
|
-
|
|
6180
|
+
237
|
|
6117
6181
|
],
|
|
6118
6182
|
"__typename": [
|
|
6119
6183
|
1
|
|
@@ -6147,10 +6211,10 @@ exports.default = {
|
|
|
6147
6211
|
18
|
|
6148
6212
|
],
|
|
6149
6213
|
"banner": [
|
|
6150
|
-
|
|
6214
|
+
170
|
|
6151
6215
|
],
|
|
6152
6216
|
"criteria": [
|
|
6153
|
-
|
|
6217
|
+
239
|
|
6154
6218
|
],
|
|
6155
6219
|
"deadline": [
|
|
6156
6220
|
14
|
|
@@ -6159,13 +6223,13 @@ exports.default = {
|
|
|
6159
6223
|
14
|
|
6160
6224
|
],
|
|
6161
6225
|
"duration": [
|
|
6162
|
-
|
|
6226
|
+
241
|
|
6163
6227
|
],
|
|
6164
6228
|
"sponsorshipItems": [
|
|
6165
|
-
|
|
6229
|
+
242
|
|
6166
6230
|
],
|
|
6167
6231
|
"commitments": [
|
|
6168
|
-
|
|
6232
|
+
243
|
|
6169
6233
|
],
|
|
6170
6234
|
"terms": [
|
|
6171
6235
|
1
|
|
@@ -6177,7 +6241,7 @@ exports.default = {
|
|
|
6177
6241
|
2
|
|
6178
6242
|
],
|
|
6179
6243
|
"translations": [
|
|
6180
|
-
|
|
6244
|
+
244
|
|
6181
6245
|
],
|
|
6182
6246
|
"__typename": [
|
|
6183
6247
|
1
|
|
@@ -6191,7 +6255,7 @@ exports.default = {
|
|
|
6191
6255
|
1
|
|
6192
6256
|
],
|
|
6193
6257
|
"qualificationsBag": [
|
|
6194
|
-
|
|
6258
|
+
240
|
|
6195
6259
|
],
|
|
6196
6260
|
"__typename": [
|
|
6197
6261
|
1
|
|
@@ -6199,28 +6263,28 @@ exports.default = {
|
|
|
6199
6263
|
},
|
|
6200
6264
|
"QualificationsBagDto": {
|
|
6201
6265
|
"ageQualifications": [
|
|
6202
|
-
|
|
6266
|
+
178
|
|
6203
6267
|
],
|
|
6204
6268
|
"genderQualifications": [
|
|
6205
|
-
|
|
6269
|
+
179
|
|
6206
6270
|
],
|
|
6207
6271
|
"scoreQualifications": [
|
|
6208
|
-
|
|
6272
|
+
181
|
|
6209
6273
|
],
|
|
6210
6274
|
"locationQualifications": [
|
|
6211
|
-
|
|
6275
|
+
182
|
|
6212
6276
|
],
|
|
6213
6277
|
"nationalityQualifications": [
|
|
6214
|
-
|
|
6278
|
+
180
|
|
6215
6279
|
],
|
|
6216
6280
|
"distanceQualifications": [
|
|
6217
|
-
|
|
6281
|
+
183
|
|
6218
6282
|
],
|
|
6219
6283
|
"sportsQualifications": [
|
|
6220
|
-
|
|
6284
|
+
184
|
|
6221
6285
|
],
|
|
6222
6286
|
"levelQualifications": [
|
|
6223
|
-
|
|
6287
|
+
185
|
|
6224
6288
|
],
|
|
6225
6289
|
"__typename": [
|
|
6226
6290
|
1
|
|
@@ -6297,7 +6361,7 @@ exports.default = {
|
|
|
6297
6361
|
1
|
|
6298
6362
|
],
|
|
6299
6363
|
"banner": [
|
|
6300
|
-
|
|
6364
|
+
170
|
|
6301
6365
|
],
|
|
6302
6366
|
"terms": [
|
|
6303
6367
|
1
|
|
@@ -6415,7 +6479,7 @@ exports.default = {
|
|
|
6415
6479
|
1
|
|
6416
6480
|
],
|
|
6417
6481
|
"banner": [
|
|
6418
|
-
|
|
6482
|
+
170
|
|
6419
6483
|
],
|
|
6420
6484
|
"eventLevel": [
|
|
6421
6485
|
1
|