@vertikalx/vtx-backend-client 2.0.0-dev-alejo.52 → 2.0.0-dev-daniel.8
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 +62 -0
- package/src/client/schema.js +15 -1
- package/src/client/schema.js.map +1 -1
- package/src/client/types.d.ts +27 -0
- package/src/client/types.js +200 -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,16 @@ exports.default = {
|
|
|
5544
5608
|
0,
|
|
5545
5609
|
{
|
|
5546
5610
|
"input": [
|
|
5547
|
-
|
|
5611
|
+
186,
|
|
5612
|
+
"RegisterUserDto!"
|
|
5613
|
+
]
|
|
5614
|
+
}
|
|
5615
|
+
],
|
|
5616
|
+
"registerMemberUser": [
|
|
5617
|
+
0,
|
|
5618
|
+
{
|
|
5619
|
+
"input": [
|
|
5620
|
+
186,
|
|
5548
5621
|
"RegisterUserDto!"
|
|
5549
5622
|
]
|
|
5550
5623
|
}
|
|
@@ -5553,7 +5626,7 @@ exports.default = {
|
|
|
5553
5626
|
0,
|
|
5554
5627
|
{
|
|
5555
5628
|
"input": [
|
|
5556
|
-
|
|
5629
|
+
186,
|
|
5557
5630
|
"RegisterUserDto!"
|
|
5558
5631
|
]
|
|
5559
5632
|
}
|
|
@@ -5584,7 +5657,7 @@ exports.default = {
|
|
|
5584
5657
|
130,
|
|
5585
5658
|
{
|
|
5586
5659
|
"input": [
|
|
5587
|
-
|
|
5660
|
+
187,
|
|
5588
5661
|
"resetPasswordDto!"
|
|
5589
5662
|
]
|
|
5590
5663
|
}
|
|
@@ -5602,7 +5675,7 @@ exports.default = {
|
|
|
5602
5675
|
105,
|
|
5603
5676
|
{
|
|
5604
5677
|
"data": [
|
|
5605
|
-
|
|
5678
|
+
248,
|
|
5606
5679
|
"RegisterStravaDto!"
|
|
5607
5680
|
]
|
|
5608
5681
|
}
|
|
@@ -5620,7 +5693,7 @@ exports.default = {
|
|
|
5620
5693
|
75,
|
|
5621
5694
|
{
|
|
5622
5695
|
"input": [
|
|
5623
|
-
|
|
5696
|
+
249,
|
|
5624
5697
|
"CreateSportEventDto!"
|
|
5625
5698
|
]
|
|
5626
5699
|
}
|
|
@@ -5629,7 +5702,7 @@ exports.default = {
|
|
|
5629
5702
|
89,
|
|
5630
5703
|
{
|
|
5631
5704
|
"input": [
|
|
5632
|
-
|
|
5705
|
+
197,
|
|
5633
5706
|
"SetFundingStatusDto!"
|
|
5634
5707
|
]
|
|
5635
5708
|
}
|
|
@@ -5638,7 +5711,7 @@ exports.default = {
|
|
|
5638
5711
|
89,
|
|
5639
5712
|
{
|
|
5640
5713
|
"input": [
|
|
5641
|
-
|
|
5714
|
+
194,
|
|
5642
5715
|
"CreateFundingCampaignDto!"
|
|
5643
5716
|
]
|
|
5644
5717
|
}
|
|
@@ -5647,7 +5720,7 @@ exports.default = {
|
|
|
5647
5720
|
89,
|
|
5648
5721
|
{
|
|
5649
5722
|
"input": [
|
|
5650
|
-
|
|
5723
|
+
196,
|
|
5651
5724
|
"UpdateFundingCampaignDto!"
|
|
5652
5725
|
]
|
|
5653
5726
|
}
|
|
@@ -5656,7 +5729,7 @@ exports.default = {
|
|
|
5656
5729
|
131,
|
|
5657
5730
|
{
|
|
5658
5731
|
"input": [
|
|
5659
|
-
|
|
5732
|
+
165,
|
|
5660
5733
|
"DeleteSingleValueDto!"
|
|
5661
5734
|
]
|
|
5662
5735
|
}
|
|
@@ -5665,7 +5738,7 @@ exports.default = {
|
|
|
5665
5738
|
120,
|
|
5666
5739
|
{
|
|
5667
5740
|
"input": [
|
|
5668
|
-
|
|
5741
|
+
172,
|
|
5669
5742
|
"DeleteValuesDto!"
|
|
5670
5743
|
]
|
|
5671
5744
|
}
|
|
@@ -5683,7 +5756,7 @@ exports.default = {
|
|
|
5683
5756
|
2,
|
|
5684
5757
|
{
|
|
5685
5758
|
"input": [
|
|
5686
|
-
|
|
5759
|
+
199,
|
|
5687
5760
|
"AddCompetitionBudgetDto!"
|
|
5688
5761
|
]
|
|
5689
5762
|
}
|
|
@@ -5692,7 +5765,7 @@ exports.default = {
|
|
|
5692
5765
|
2,
|
|
5693
5766
|
{
|
|
5694
5767
|
"input": [
|
|
5695
|
-
|
|
5768
|
+
200,
|
|
5696
5769
|
"EditCompetitionBudgetDto!"
|
|
5697
5770
|
]
|
|
5698
5771
|
}
|
|
@@ -5701,7 +5774,7 @@ exports.default = {
|
|
|
5701
5774
|
2,
|
|
5702
5775
|
{
|
|
5703
5776
|
"input": [
|
|
5704
|
-
|
|
5777
|
+
201,
|
|
5705
5778
|
"EditCampaignBudgetDto!"
|
|
5706
5779
|
]
|
|
5707
5780
|
}
|
|
@@ -5710,7 +5783,7 @@ exports.default = {
|
|
|
5710
5783
|
2,
|
|
5711
5784
|
{
|
|
5712
5785
|
"input": [
|
|
5713
|
-
|
|
5786
|
+
201,
|
|
5714
5787
|
"EditCampaignBudgetDto!"
|
|
5715
5788
|
]
|
|
5716
5789
|
}
|
|
@@ -5719,7 +5792,7 @@ exports.default = {
|
|
|
5719
5792
|
82,
|
|
5720
5793
|
{
|
|
5721
5794
|
"input": [
|
|
5722
|
-
|
|
5795
|
+
202,
|
|
5723
5796
|
"CreateMembershipOrganizationDto!"
|
|
5724
5797
|
]
|
|
5725
5798
|
}
|
|
@@ -5728,7 +5801,7 @@ exports.default = {
|
|
|
5728
5801
|
84,
|
|
5729
5802
|
{
|
|
5730
5803
|
"input": [
|
|
5731
|
-
|
|
5804
|
+
203,
|
|
5732
5805
|
"CreateAthleteMembershipDto!"
|
|
5733
5806
|
]
|
|
5734
5807
|
}
|
|
@@ -5737,7 +5810,7 @@ exports.default = {
|
|
|
5737
5810
|
131,
|
|
5738
5811
|
{
|
|
5739
5812
|
"input": [
|
|
5740
|
-
|
|
5813
|
+
165,
|
|
5741
5814
|
"DeleteSingleValueDto!"
|
|
5742
5815
|
]
|
|
5743
5816
|
}
|
|
@@ -5755,7 +5828,7 @@ exports.default = {
|
|
|
5755
5828
|
97,
|
|
5756
5829
|
{
|
|
5757
5830
|
"input": [
|
|
5758
|
-
|
|
5831
|
+
250,
|
|
5759
5832
|
"CreateStripeAccountDto!"
|
|
5760
5833
|
]
|
|
5761
5834
|
}
|
|
@@ -5767,7 +5840,7 @@ exports.default = {
|
|
|
5767
5840
|
107,
|
|
5768
5841
|
{
|
|
5769
5842
|
"input": [
|
|
5770
|
-
|
|
5843
|
+
204,
|
|
5771
5844
|
"DonationCheckoutDto!"
|
|
5772
5845
|
]
|
|
5773
5846
|
}
|
|
@@ -5890,13 +5963,13 @@ exports.default = {
|
|
|
5890
5963
|
1
|
|
5891
5964
|
],
|
|
5892
5965
|
"logo": [
|
|
5893
|
-
|
|
5966
|
+
170
|
|
5894
5967
|
],
|
|
5895
5968
|
"banner": [
|
|
5896
|
-
|
|
5969
|
+
170
|
|
5897
5970
|
],
|
|
5898
5971
|
"translations": [
|
|
5899
|
-
|
|
5972
|
+
226
|
|
5900
5973
|
],
|
|
5901
5974
|
"__typename": [
|
|
5902
5975
|
1
|
|
@@ -5919,10 +5992,10 @@ exports.default = {
|
|
|
5919
5992
|
1
|
|
5920
5993
|
],
|
|
5921
5994
|
"logo": [
|
|
5922
|
-
|
|
5995
|
+
170
|
|
5923
5996
|
],
|
|
5924
5997
|
"banner": [
|
|
5925
|
-
|
|
5998
|
+
170
|
|
5926
5999
|
],
|
|
5927
6000
|
"__typename": [
|
|
5928
6001
|
1
|
|
@@ -6027,10 +6100,10 @@ exports.default = {
|
|
|
6027
6100
|
1
|
|
6028
6101
|
],
|
|
6029
6102
|
"profilePicture": [
|
|
6030
|
-
|
|
6103
|
+
170
|
|
6031
6104
|
],
|
|
6032
6105
|
"cardPicture": [
|
|
6033
|
-
|
|
6106
|
+
170
|
|
6034
6107
|
],
|
|
6035
6108
|
"__typename": [
|
|
6036
6109
|
1
|
|
@@ -6049,7 +6122,7 @@ exports.default = {
|
|
|
6049
6122
|
},
|
|
6050
6123
|
"EditDisplayIndexDto": {
|
|
6051
6124
|
"updates": [
|
|
6052
|
-
|
|
6125
|
+
232
|
|
6053
6126
|
],
|
|
6054
6127
|
"__typename": [
|
|
6055
6128
|
1
|
|
@@ -6113,7 +6186,7 @@ exports.default = {
|
|
|
6113
6186
|
18
|
|
6114
6187
|
],
|
|
6115
6188
|
"translations": [
|
|
6116
|
-
|
|
6189
|
+
237
|
|
6117
6190
|
],
|
|
6118
6191
|
"__typename": [
|
|
6119
6192
|
1
|
|
@@ -6147,10 +6220,10 @@ exports.default = {
|
|
|
6147
6220
|
18
|
|
6148
6221
|
],
|
|
6149
6222
|
"banner": [
|
|
6150
|
-
|
|
6223
|
+
170
|
|
6151
6224
|
],
|
|
6152
6225
|
"criteria": [
|
|
6153
|
-
|
|
6226
|
+
239
|
|
6154
6227
|
],
|
|
6155
6228
|
"deadline": [
|
|
6156
6229
|
14
|
|
@@ -6159,13 +6232,13 @@ exports.default = {
|
|
|
6159
6232
|
14
|
|
6160
6233
|
],
|
|
6161
6234
|
"duration": [
|
|
6162
|
-
|
|
6235
|
+
241
|
|
6163
6236
|
],
|
|
6164
6237
|
"sponsorshipItems": [
|
|
6165
|
-
|
|
6238
|
+
242
|
|
6166
6239
|
],
|
|
6167
6240
|
"commitments": [
|
|
6168
|
-
|
|
6241
|
+
243
|
|
6169
6242
|
],
|
|
6170
6243
|
"terms": [
|
|
6171
6244
|
1
|
|
@@ -6177,7 +6250,7 @@ exports.default = {
|
|
|
6177
6250
|
2
|
|
6178
6251
|
],
|
|
6179
6252
|
"translations": [
|
|
6180
|
-
|
|
6253
|
+
244
|
|
6181
6254
|
],
|
|
6182
6255
|
"__typename": [
|
|
6183
6256
|
1
|
|
@@ -6191,7 +6264,7 @@ exports.default = {
|
|
|
6191
6264
|
1
|
|
6192
6265
|
],
|
|
6193
6266
|
"qualificationsBag": [
|
|
6194
|
-
|
|
6267
|
+
240
|
|
6195
6268
|
],
|
|
6196
6269
|
"__typename": [
|
|
6197
6270
|
1
|
|
@@ -6199,28 +6272,28 @@ exports.default = {
|
|
|
6199
6272
|
},
|
|
6200
6273
|
"QualificationsBagDto": {
|
|
6201
6274
|
"ageQualifications": [
|
|
6202
|
-
|
|
6275
|
+
178
|
|
6203
6276
|
],
|
|
6204
6277
|
"genderQualifications": [
|
|
6205
|
-
|
|
6278
|
+
179
|
|
6206
6279
|
],
|
|
6207
6280
|
"scoreQualifications": [
|
|
6208
|
-
|
|
6281
|
+
181
|
|
6209
6282
|
],
|
|
6210
6283
|
"locationQualifications": [
|
|
6211
|
-
|
|
6284
|
+
182
|
|
6212
6285
|
],
|
|
6213
6286
|
"nationalityQualifications": [
|
|
6214
|
-
|
|
6287
|
+
180
|
|
6215
6288
|
],
|
|
6216
6289
|
"distanceQualifications": [
|
|
6217
|
-
|
|
6290
|
+
183
|
|
6218
6291
|
],
|
|
6219
6292
|
"sportsQualifications": [
|
|
6220
|
-
|
|
6293
|
+
184
|
|
6221
6294
|
],
|
|
6222
6295
|
"levelQualifications": [
|
|
6223
|
-
|
|
6296
|
+
185
|
|
6224
6297
|
],
|
|
6225
6298
|
"__typename": [
|
|
6226
6299
|
1
|
|
@@ -6297,7 +6370,7 @@ exports.default = {
|
|
|
6297
6370
|
1
|
|
6298
6371
|
],
|
|
6299
6372
|
"banner": [
|
|
6300
|
-
|
|
6373
|
+
170
|
|
6301
6374
|
],
|
|
6302
6375
|
"terms": [
|
|
6303
6376
|
1
|
|
@@ -6415,7 +6488,7 @@ exports.default = {
|
|
|
6415
6488
|
1
|
|
6416
6489
|
],
|
|
6417
6490
|
"banner": [
|
|
6418
|
-
|
|
6491
|
+
170
|
|
6419
6492
|
],
|
|
6420
6493
|
"eventLevel": [
|
|
6421
6494
|
1
|