@vertikalx/vtx-backend-client 3.0.0-dev-max.10 → 3.0.0-dev-max.12
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/vtx-base-api.d.ts +9 -1
- package/src/api/vtx-base-api.js +403 -1
- package/src/api/vtx-base-api.js.map +1 -1
- package/src/client/schema.d.ts +135 -17
- package/src/client/schema.js +22 -7
- package/src/client/schema.js.map +1 -1
- package/src/client/types.d.ts +65 -7
- package/src/client/types.js +317 -155
- 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
|
+
147,
|
|
13
|
+
152,
|
|
14
|
+
220
|
|
15
15
|
],
|
|
16
16
|
"types": {
|
|
17
17
|
"User": {
|
|
@@ -2507,7 +2507,7 @@ exports.default = {
|
|
|
2507
2507
|
1
|
|
2508
2508
|
]
|
|
2509
2509
|
},
|
|
2510
|
-
"
|
|
2510
|
+
"HistoricalScore": {
|
|
2511
2511
|
"_id": [
|
|
2512
2512
|
1
|
|
2513
2513
|
],
|
|
@@ -2785,7 +2785,7 @@ exports.default = {
|
|
|
2785
2785
|
89
|
|
2786
2786
|
],
|
|
2787
2787
|
"mode": [
|
|
2788
|
-
|
|
2788
|
+
220
|
|
2789
2789
|
],
|
|
2790
2790
|
"athleteId": [
|
|
2791
2791
|
1
|
|
@@ -2867,6 +2867,12 @@ exports.default = {
|
|
|
2867
2867
|
]
|
|
2868
2868
|
},
|
|
2869
2869
|
"StripeCheckoutSession": {
|
|
2870
|
+
"id": [
|
|
2871
|
+
1
|
|
2872
|
+
],
|
|
2873
|
+
"vtxCheckoutSessionId": [
|
|
2874
|
+
1
|
|
2875
|
+
],
|
|
2870
2876
|
"client_secret": [
|
|
2871
2877
|
1
|
|
2872
2878
|
],
|
|
@@ -3346,6 +3352,12 @@ exports.default = {
|
|
|
3346
3352
|
"donationMode": [
|
|
3347
3353
|
1
|
|
3348
3354
|
],
|
|
3355
|
+
"donorName": [
|
|
3356
|
+
1
|
|
3357
|
+
],
|
|
3358
|
+
"donorEmail": [
|
|
3359
|
+
1
|
|
3360
|
+
],
|
|
3349
3361
|
"completed": [
|
|
3350
3362
|
2
|
|
3351
3363
|
],
|
|
@@ -3546,12 +3558,47 @@ exports.default = {
|
|
|
3546
3558
|
1
|
|
3547
3559
|
]
|
|
3548
3560
|
},
|
|
3561
|
+
"HistoricalScoresPeriod": {
|
|
3562
|
+
"athleteId": [
|
|
3563
|
+
1
|
|
3564
|
+
],
|
|
3565
|
+
"athleteFirstName": [
|
|
3566
|
+
1
|
|
3567
|
+
],
|
|
3568
|
+
"athleteLastName": [
|
|
3569
|
+
1
|
|
3570
|
+
],
|
|
3571
|
+
"screenName": [
|
|
3572
|
+
1
|
|
3573
|
+
],
|
|
3574
|
+
"minTimestampInclusive": [
|
|
3575
|
+
14
|
|
3576
|
+
],
|
|
3577
|
+
"maxTimestampExclusive": [
|
|
3578
|
+
14
|
|
3579
|
+
],
|
|
3580
|
+
"vtxScores": [
|
|
3581
|
+
98
|
|
3582
|
+
],
|
|
3583
|
+
"tpiScores": [
|
|
3584
|
+
98
|
|
3585
|
+
],
|
|
3586
|
+
"spiScores": [
|
|
3587
|
+
98
|
|
3588
|
+
],
|
|
3589
|
+
"apiScores": [
|
|
3590
|
+
98
|
|
3591
|
+
],
|
|
3592
|
+
"__typename": [
|
|
3593
|
+
1
|
|
3594
|
+
]
|
|
3595
|
+
},
|
|
3549
3596
|
"StripeObject": {
|
|
3550
3597
|
"type": [
|
|
3551
3598
|
1
|
|
3552
3599
|
],
|
|
3553
3600
|
"json": [
|
|
3554
|
-
|
|
3601
|
+
147
|
|
3555
3602
|
],
|
|
3556
3603
|
"__typename": [
|
|
3557
3604
|
1
|
|
@@ -3589,6 +3636,62 @@ exports.default = {
|
|
|
3589
3636
|
1
|
|
3590
3637
|
]
|
|
3591
3638
|
},
|
|
3639
|
+
"TransactionDetails": {
|
|
3640
|
+
"stripeCheckoutSessionId": [
|
|
3641
|
+
1
|
|
3642
|
+
],
|
|
3643
|
+
"vtxCheckoutSessionId": [
|
|
3644
|
+
1
|
|
3645
|
+
],
|
|
3646
|
+
"checkoutSessionType": [
|
|
3647
|
+
1
|
|
3648
|
+
],
|
|
3649
|
+
"transactionType": [
|
|
3650
|
+
1
|
|
3651
|
+
],
|
|
3652
|
+
"confirmed": [
|
|
3653
|
+
2
|
|
3654
|
+
],
|
|
3655
|
+
"completed": [
|
|
3656
|
+
2
|
|
3657
|
+
],
|
|
3658
|
+
"currency": [
|
|
3659
|
+
1
|
|
3660
|
+
],
|
|
3661
|
+
"createdDate": [
|
|
3662
|
+
14
|
|
3663
|
+
],
|
|
3664
|
+
"email": [
|
|
3665
|
+
1
|
|
3666
|
+
],
|
|
3667
|
+
"name": [
|
|
3668
|
+
1
|
|
3669
|
+
],
|
|
3670
|
+
"phone": [
|
|
3671
|
+
1
|
|
3672
|
+
],
|
|
3673
|
+
"payment_status": [
|
|
3674
|
+
1
|
|
3675
|
+
],
|
|
3676
|
+
"status": [
|
|
3677
|
+
1
|
|
3678
|
+
],
|
|
3679
|
+
"amount_subtotal": [
|
|
3680
|
+
18
|
|
3681
|
+
],
|
|
3682
|
+
"amount_total": [
|
|
3683
|
+
18
|
|
3684
|
+
],
|
|
3685
|
+
"completedDate": [
|
|
3686
|
+
14
|
|
3687
|
+
],
|
|
3688
|
+
"athleteDonationReceipt": [
|
|
3689
|
+
117
|
|
3690
|
+
],
|
|
3691
|
+
"__typename": [
|
|
3692
|
+
1
|
|
3693
|
+
]
|
|
3694
|
+
},
|
|
3592
3695
|
"StripeTransfer": {
|
|
3593
3696
|
"_id": [
|
|
3594
3697
|
102
|
|
@@ -3621,7 +3724,7 @@ exports.default = {
|
|
|
3621
3724
|
1
|
|
3622
3725
|
],
|
|
3623
3726
|
"status": [
|
|
3624
|
-
|
|
3727
|
+
152
|
|
3625
3728
|
],
|
|
3626
3729
|
"lastError": [
|
|
3627
3730
|
1
|
|
@@ -3834,7 +3937,7 @@ exports.default = {
|
|
|
3834
3937
|
1
|
|
3835
3938
|
],
|
|
3836
3939
|
"invitations": [
|
|
3837
|
-
|
|
3940
|
+
164
|
|
3838
3941
|
],
|
|
3839
3942
|
"__typename": [
|
|
3840
3943
|
1
|
|
@@ -3945,7 +4048,7 @@ exports.default = {
|
|
|
3945
4048
|
1
|
|
3946
4049
|
],
|
|
3947
4050
|
"result": [
|
|
3948
|
-
|
|
4051
|
+
166
|
|
3949
4052
|
],
|
|
3950
4053
|
"cityId": [
|
|
3951
4054
|
1
|
|
@@ -3968,7 +4071,7 @@ exports.default = {
|
|
|
3968
4071
|
1
|
|
3969
4072
|
],
|
|
3970
4073
|
"result": [
|
|
3971
|
-
|
|
4074
|
+
166
|
|
3972
4075
|
],
|
|
3973
4076
|
"cityId": [
|
|
3974
4077
|
1
|
|
@@ -4004,13 +4107,13 @@ exports.default = {
|
|
|
4004
4107
|
},
|
|
4005
4108
|
"CursorPaginationDto": {
|
|
4006
4109
|
"sortCriteria": [
|
|
4007
|
-
|
|
4110
|
+
171
|
|
4008
4111
|
],
|
|
4009
4112
|
"limit": [
|
|
4010
4113
|
18
|
|
4011
4114
|
],
|
|
4012
4115
|
"cursorPosition": [
|
|
4013
|
-
|
|
4116
|
+
170
|
|
4014
4117
|
],
|
|
4015
4118
|
"__typename": [
|
|
4016
4119
|
1
|
|
@@ -4085,7 +4188,7 @@ exports.default = {
|
|
|
4085
4188
|
1
|
|
4086
4189
|
],
|
|
4087
4190
|
"currentCampaign": [
|
|
4088
|
-
|
|
4191
|
+
174
|
|
4089
4192
|
],
|
|
4090
4193
|
"sports": [
|
|
4091
4194
|
1
|
|
@@ -4147,10 +4250,10 @@ exports.default = {
|
|
|
4147
4250
|
},
|
|
4148
4251
|
"AthleteQueryDto": {
|
|
4149
4252
|
"cursor": [
|
|
4150
|
-
|
|
4253
|
+
172
|
|
4151
4254
|
],
|
|
4152
4255
|
"filters": [
|
|
4153
|
-
|
|
4256
|
+
175
|
|
4154
4257
|
],
|
|
4155
4258
|
"__typename": [
|
|
4156
4259
|
1
|
|
@@ -4161,7 +4264,7 @@ exports.default = {
|
|
|
4161
4264
|
1
|
|
4162
4265
|
],
|
|
4163
4266
|
"newPicture": [
|
|
4164
|
-
|
|
4267
|
+
178
|
|
4165
4268
|
],
|
|
4166
4269
|
"__typename": [
|
|
4167
4270
|
1
|
|
@@ -4195,7 +4298,7 @@ exports.default = {
|
|
|
4195
4298
|
1
|
|
4196
4299
|
],
|
|
4197
4300
|
"pictures": [
|
|
4198
|
-
|
|
4301
|
+
178
|
|
4199
4302
|
],
|
|
4200
4303
|
"albumId": [
|
|
4201
4304
|
1
|
|
@@ -4419,7 +4522,7 @@ exports.default = {
|
|
|
4419
4522
|
},
|
|
4420
4523
|
"resetPasswordDto": {
|
|
4421
4524
|
"code": [
|
|
4422
|
-
|
|
4525
|
+
162
|
|
4423
4526
|
],
|
|
4424
4527
|
"newPassword": [
|
|
4425
4528
|
1
|
|
@@ -4436,6 +4539,31 @@ exports.default = {
|
|
|
4436
4539
|
1
|
|
4437
4540
|
]
|
|
4438
4541
|
},
|
|
4542
|
+
"StripeQueryDto": {
|
|
4543
|
+
"operation": [
|
|
4544
|
+
1
|
|
4545
|
+
],
|
|
4546
|
+
"id": [
|
|
4547
|
+
1
|
|
4548
|
+
],
|
|
4549
|
+
"params": [
|
|
4550
|
+
1
|
|
4551
|
+
],
|
|
4552
|
+
"__typename": [
|
|
4553
|
+
1
|
|
4554
|
+
]
|
|
4555
|
+
},
|
|
4556
|
+
"GetTransactionDetailsDto": {
|
|
4557
|
+
"vtxSessionId": [
|
|
4558
|
+
1
|
|
4559
|
+
],
|
|
4560
|
+
"stripeSessionId": [
|
|
4561
|
+
1
|
|
4562
|
+
],
|
|
4563
|
+
"__typename": [
|
|
4564
|
+
1
|
|
4565
|
+
]
|
|
4566
|
+
},
|
|
4439
4567
|
"MergeSportsEventsDto": {
|
|
4440
4568
|
"mergeTo": [
|
|
4441
4569
|
1
|
|
@@ -4501,7 +4629,7 @@ exports.default = {
|
|
|
4501
4629
|
18
|
|
4502
4630
|
],
|
|
4503
4631
|
"items": [
|
|
4504
|
-
|
|
4632
|
+
200
|
|
4505
4633
|
],
|
|
4506
4634
|
"__typename": [
|
|
4507
4635
|
1
|
|
@@ -4512,7 +4640,7 @@ exports.default = {
|
|
|
4512
4640
|
18
|
|
4513
4641
|
],
|
|
4514
4642
|
"items": [
|
|
4515
|
-
|
|
4643
|
+
200
|
|
4516
4644
|
],
|
|
4517
4645
|
"athleteCompetitionId": [
|
|
4518
4646
|
1
|
|
@@ -4561,16 +4689,16 @@ exports.default = {
|
|
|
4561
4689
|
14
|
|
4562
4690
|
],
|
|
4563
4691
|
"budget": [
|
|
4564
|
-
|
|
4692
|
+
202
|
|
4565
4693
|
],
|
|
4566
4694
|
"competitionBudgets": [
|
|
4567
|
-
|
|
4695
|
+
203
|
|
4568
4696
|
],
|
|
4569
4697
|
"competitionIds": [
|
|
4570
4698
|
1
|
|
4571
4699
|
],
|
|
4572
4700
|
"video": [
|
|
4573
|
-
|
|
4701
|
+
204
|
|
4574
4702
|
],
|
|
4575
4703
|
"__typename": [
|
|
4576
4704
|
1
|
|
@@ -4602,16 +4730,16 @@ exports.default = {
|
|
|
4602
4730
|
14
|
|
4603
4731
|
],
|
|
4604
4732
|
"budget": [
|
|
4605
|
-
|
|
4733
|
+
202
|
|
4606
4734
|
],
|
|
4607
4735
|
"competitionBudgets": [
|
|
4608
|
-
|
|
4736
|
+
203
|
|
4609
4737
|
],
|
|
4610
4738
|
"competitionIds": [
|
|
4611
4739
|
1
|
|
4612
4740
|
],
|
|
4613
4741
|
"video": [
|
|
4614
|
-
|
|
4742
|
+
204
|
|
4615
4743
|
],
|
|
4616
4744
|
"loginEmail": [
|
|
4617
4745
|
1
|
|
@@ -4646,16 +4774,16 @@ exports.default = {
|
|
|
4646
4774
|
14
|
|
4647
4775
|
],
|
|
4648
4776
|
"budget": [
|
|
4649
|
-
|
|
4777
|
+
202
|
|
4650
4778
|
],
|
|
4651
4779
|
"competitionBudgets": [
|
|
4652
|
-
|
|
4780
|
+
203
|
|
4653
4781
|
],
|
|
4654
4782
|
"competitionIds": [
|
|
4655
4783
|
1
|
|
4656
4784
|
],
|
|
4657
4785
|
"video": [
|
|
4658
|
-
|
|
4786
|
+
204
|
|
4659
4787
|
],
|
|
4660
4788
|
"_id": [
|
|
4661
4789
|
1
|
|
@@ -4677,7 +4805,7 @@ exports.default = {
|
|
|
4677
4805
|
},
|
|
4678
4806
|
"BudgetDto": {
|
|
4679
4807
|
"items": [
|
|
4680
|
-
|
|
4808
|
+
200
|
|
4681
4809
|
],
|
|
4682
4810
|
"fundingMode": [
|
|
4683
4811
|
1
|
|
@@ -4691,7 +4819,7 @@ exports.default = {
|
|
|
4691
4819
|
1
|
|
4692
4820
|
],
|
|
4693
4821
|
"budget": [
|
|
4694
|
-
|
|
4822
|
+
209
|
|
4695
4823
|
],
|
|
4696
4824
|
"__typename": [
|
|
4697
4825
|
1
|
|
@@ -4702,7 +4830,7 @@ exports.default = {
|
|
|
4702
4830
|
1
|
|
4703
4831
|
],
|
|
4704
4832
|
"budget": [
|
|
4705
|
-
|
|
4833
|
+
209
|
|
4706
4834
|
],
|
|
4707
4835
|
"__typename": [
|
|
4708
4836
|
1
|
|
@@ -4722,7 +4850,7 @@ exports.default = {
|
|
|
4722
4850
|
18
|
|
4723
4851
|
],
|
|
4724
4852
|
"budget": [
|
|
4725
|
-
|
|
4853
|
+
209
|
|
4726
4854
|
],
|
|
4727
4855
|
"__typename": [
|
|
4728
4856
|
1
|
|
@@ -4742,7 +4870,7 @@ exports.default = {
|
|
|
4742
4870
|
1
|
|
4743
4871
|
],
|
|
4744
4872
|
"logo": [
|
|
4745
|
-
|
|
4873
|
+
178
|
|
4746
4874
|
],
|
|
4747
4875
|
"countryId": [
|
|
4748
4876
|
1
|
|
@@ -4774,20 +4902,6 @@ exports.default = {
|
|
|
4774
4902
|
1
|
|
4775
4903
|
]
|
|
4776
4904
|
},
|
|
4777
|
-
"StripeQueryDto": {
|
|
4778
|
-
"operation": [
|
|
4779
|
-
1
|
|
4780
|
-
],
|
|
4781
|
-
"id": [
|
|
4782
|
-
1
|
|
4783
|
-
],
|
|
4784
|
-
"params": [
|
|
4785
|
-
1
|
|
4786
|
-
],
|
|
4787
|
-
"__typename": [
|
|
4788
|
-
1
|
|
4789
|
-
]
|
|
4790
|
-
},
|
|
4791
4905
|
"CreateAthleteIntegrationDto": {
|
|
4792
4906
|
"athleteId": [
|
|
4793
4907
|
1
|
|
@@ -4852,7 +4966,7 @@ exports.default = {
|
|
|
4852
4966
|
1
|
|
4853
4967
|
],
|
|
4854
4968
|
"profilePicture": [
|
|
4855
|
-
|
|
4969
|
+
178
|
|
4856
4970
|
],
|
|
4857
4971
|
"__typename": [
|
|
4858
4972
|
1
|
|
@@ -4929,7 +5043,7 @@ exports.default = {
|
|
|
4929
5043
|
32,
|
|
4930
5044
|
{
|
|
4931
5045
|
"input": [
|
|
4932
|
-
|
|
5046
|
+
222,
|
|
4933
5047
|
"AWSS3GetUploadDto!"
|
|
4934
5048
|
]
|
|
4935
5049
|
}
|
|
@@ -4991,7 +5105,7 @@ exports.default = {
|
|
|
4991
5105
|
104,
|
|
4992
5106
|
{
|
|
4993
5107
|
"input": [
|
|
4994
|
-
|
|
5108
|
+
223,
|
|
4995
5109
|
"FindSponsorAthleteInvitationDto!"
|
|
4996
5110
|
]
|
|
4997
5111
|
}
|
|
@@ -5000,7 +5114,7 @@ exports.default = {
|
|
|
5000
5114
|
144,
|
|
5001
5115
|
{
|
|
5002
5116
|
"input": [
|
|
5003
|
-
|
|
5117
|
+
181,
|
|
5004
5118
|
"existValueDto!"
|
|
5005
5119
|
]
|
|
5006
5120
|
}
|
|
@@ -5012,7 +5126,7 @@ exports.default = {
|
|
|
5012
5126
|
139,
|
|
5013
5127
|
{
|
|
5014
5128
|
"input": [
|
|
5015
|
-
|
|
5129
|
+
176,
|
|
5016
5130
|
"AthleteQueryDto!"
|
|
5017
5131
|
]
|
|
5018
5132
|
}
|
|
@@ -5060,7 +5174,7 @@ exports.default = {
|
|
|
5060
5174
|
81,
|
|
5061
5175
|
{
|
|
5062
5176
|
"input": [
|
|
5063
|
-
|
|
5177
|
+
224,
|
|
5064
5178
|
"GetAthleteCompetitionsDto!"
|
|
5065
5179
|
]
|
|
5066
5180
|
}
|
|
@@ -5108,7 +5222,7 @@ exports.default = {
|
|
|
5108
5222
|
139,
|
|
5109
5223
|
{
|
|
5110
5224
|
"input": [
|
|
5111
|
-
|
|
5225
|
+
176,
|
|
5112
5226
|
"AthleteQueryDto!"
|
|
5113
5227
|
]
|
|
5114
5228
|
}
|
|
@@ -5126,25 +5240,43 @@ exports.default = {
|
|
|
5126
5240
|
142,
|
|
5127
5241
|
{
|
|
5128
5242
|
"input": [
|
|
5129
|
-
|
|
5243
|
+
181,
|
|
5130
5244
|
"existValueDto!"
|
|
5131
5245
|
]
|
|
5132
5246
|
}
|
|
5133
5247
|
],
|
|
5248
|
+
"getAthleteHistoricalScoresPeriod": [
|
|
5249
|
+
145,
|
|
5250
|
+
{
|
|
5251
|
+
"input": [
|
|
5252
|
+
183,
|
|
5253
|
+
"GetHistoricalScoresDto!"
|
|
5254
|
+
]
|
|
5255
|
+
}
|
|
5256
|
+
],
|
|
5134
5257
|
"getAthleteHistoricalScores": [
|
|
5135
5258
|
98,
|
|
5136
5259
|
{
|
|
5137
5260
|
"input": [
|
|
5138
|
-
|
|
5261
|
+
183,
|
|
5139
5262
|
"GetHistoricalScoresDto!"
|
|
5140
5263
|
]
|
|
5141
5264
|
}
|
|
5142
5265
|
],
|
|
5266
|
+
"getMyHistoricalScoresPeriod": [
|
|
5267
|
+
145,
|
|
5268
|
+
{
|
|
5269
|
+
"input": [
|
|
5270
|
+
182,
|
|
5271
|
+
"GetMyHistoricalScoresDto!"
|
|
5272
|
+
]
|
|
5273
|
+
}
|
|
5274
|
+
],
|
|
5143
5275
|
"getMyHistoricalScores": [
|
|
5144
5276
|
98,
|
|
5145
5277
|
{
|
|
5146
5278
|
"input": [
|
|
5147
|
-
|
|
5279
|
+
182,
|
|
5148
5280
|
"GetMyHistoricalScoresDto!"
|
|
5149
5281
|
]
|
|
5150
5282
|
}
|
|
@@ -5153,7 +5285,7 @@ exports.default = {
|
|
|
5153
5285
|
89,
|
|
5154
5286
|
{
|
|
5155
5287
|
"input": [
|
|
5156
|
-
|
|
5288
|
+
184,
|
|
5157
5289
|
"GetAthleteCampaignsDto!"
|
|
5158
5290
|
]
|
|
5159
5291
|
}
|
|
@@ -5225,7 +5357,7 @@ exports.default = {
|
|
|
5225
5357
|
0,
|
|
5226
5358
|
{
|
|
5227
5359
|
"input": [
|
|
5228
|
-
|
|
5360
|
+
225,
|
|
5229
5361
|
"FindVtxUserDto!"
|
|
5230
5362
|
]
|
|
5231
5363
|
}
|
|
@@ -5244,7 +5376,7 @@ exports.default = {
|
|
|
5244
5376
|
}
|
|
5245
5377
|
],
|
|
5246
5378
|
"getUserImagesFromEmail": [
|
|
5247
|
-
|
|
5379
|
+
148,
|
|
5248
5380
|
{
|
|
5249
5381
|
"loginEmail": [
|
|
5250
5382
|
1,
|
|
@@ -5265,11 +5397,20 @@ exports.default = {
|
|
|
5265
5397
|
36,
|
|
5266
5398
|
{
|
|
5267
5399
|
"input": [
|
|
5268
|
-
|
|
5400
|
+
162,
|
|
5269
5401
|
"VerifyCodeDto!"
|
|
5270
5402
|
]
|
|
5271
5403
|
}
|
|
5272
5404
|
],
|
|
5405
|
+
"isUserSuspended": [
|
|
5406
|
+
2,
|
|
5407
|
+
{
|
|
5408
|
+
"loginEmail": [
|
|
5409
|
+
1,
|
|
5410
|
+
"String!"
|
|
5411
|
+
]
|
|
5412
|
+
}
|
|
5413
|
+
],
|
|
5273
5414
|
"getStravaLoginUrl": [
|
|
5274
5415
|
1
|
|
5275
5416
|
],
|
|
@@ -5277,7 +5418,7 @@ exports.default = {
|
|
|
5277
5418
|
75,
|
|
5278
5419
|
{
|
|
5279
5420
|
"input": [
|
|
5280
|
-
|
|
5421
|
+
226,
|
|
5281
5422
|
"GetSportEventsDto!"
|
|
5282
5423
|
]
|
|
5283
5424
|
}
|
|
@@ -5288,6 +5429,18 @@ exports.default = {
|
|
|
5288
5429
|
"getDonationsByAthlete": [
|
|
5289
5430
|
117
|
|
5290
5431
|
],
|
|
5432
|
+
"getDonationsToAthlete": [
|
|
5433
|
+
133,
|
|
5434
|
+
{
|
|
5435
|
+
"athleteId": [
|
|
5436
|
+
1,
|
|
5437
|
+
"String!"
|
|
5438
|
+
]
|
|
5439
|
+
}
|
|
5440
|
+
],
|
|
5441
|
+
"getDonationsToMe": [
|
|
5442
|
+
133
|
|
5443
|
+
],
|
|
5291
5444
|
"getBudgetConcepts": [
|
|
5292
5445
|
132
|
|
5293
5446
|
],
|
|
@@ -5307,10 +5460,10 @@ exports.default = {
|
|
|
5307
5460
|
116
|
|
5308
5461
|
],
|
|
5309
5462
|
"stripeQuery": [
|
|
5310
|
-
|
|
5463
|
+
146,
|
|
5311
5464
|
{
|
|
5312
5465
|
"input": [
|
|
5313
|
-
|
|
5466
|
+
197,
|
|
5314
5467
|
"StripeQueryDto!"
|
|
5315
5468
|
]
|
|
5316
5469
|
}
|
|
@@ -5319,7 +5472,7 @@ exports.default = {
|
|
|
5319
5472
|
35,
|
|
5320
5473
|
{
|
|
5321
5474
|
"input": [
|
|
5322
|
-
|
|
5475
|
+
160,
|
|
5323
5476
|
"GetDatabaseFileDto!"
|
|
5324
5477
|
]
|
|
5325
5478
|
}
|
|
@@ -5328,7 +5481,7 @@ exports.default = {
|
|
|
5328
5481
|
117,
|
|
5329
5482
|
{
|
|
5330
5483
|
"input": [
|
|
5331
|
-
|
|
5484
|
+
196,
|
|
5332
5485
|
"GetReceiptDto!"
|
|
5333
5486
|
]
|
|
5334
5487
|
}
|
|
@@ -5337,11 +5490,20 @@ exports.default = {
|
|
|
5337
5490
|
118,
|
|
5338
5491
|
{
|
|
5339
5492
|
"input": [
|
|
5340
|
-
|
|
5493
|
+
196,
|
|
5341
5494
|
"GetReceiptDto!"
|
|
5342
5495
|
]
|
|
5343
5496
|
}
|
|
5344
5497
|
],
|
|
5498
|
+
"getTransactionDetails": [
|
|
5499
|
+
150,
|
|
5500
|
+
{
|
|
5501
|
+
"input": [
|
|
5502
|
+
198,
|
|
5503
|
+
"GetTransactionDetailsDto!"
|
|
5504
|
+
]
|
|
5505
|
+
}
|
|
5506
|
+
],
|
|
5345
5507
|
"findMemberForUser": [
|
|
5346
5508
|
134,
|
|
5347
5509
|
{
|
|
@@ -5415,7 +5577,7 @@ exports.default = {
|
|
|
5415
5577
|
5,
|
|
5416
5578
|
{
|
|
5417
5579
|
"tenant": [
|
|
5418
|
-
|
|
5580
|
+
228,
|
|
5419
5581
|
"CreateTenantInput!"
|
|
5420
5582
|
]
|
|
5421
5583
|
}
|
|
@@ -5424,7 +5586,7 @@ exports.default = {
|
|
|
5424
5586
|
11,
|
|
5425
5587
|
{
|
|
5426
5588
|
"tenant": [
|
|
5427
|
-
|
|
5589
|
+
228,
|
|
5428
5590
|
"CreateTenantInput!"
|
|
5429
5591
|
]
|
|
5430
5592
|
}
|
|
@@ -5433,7 +5595,7 @@ exports.default = {
|
|
|
5433
5595
|
3,
|
|
5434
5596
|
{
|
|
5435
5597
|
"user": [
|
|
5436
|
-
|
|
5598
|
+
229,
|
|
5437
5599
|
"CreateActiveUserInput!"
|
|
5438
5600
|
]
|
|
5439
5601
|
}
|
|
@@ -5468,7 +5630,7 @@ exports.default = {
|
|
|
5468
5630
|
0,
|
|
5469
5631
|
{
|
|
5470
5632
|
"input": [
|
|
5471
|
-
|
|
5633
|
+
230,
|
|
5472
5634
|
"RegisterUserToDomainFromEmailInput!"
|
|
5473
5635
|
]
|
|
5474
5636
|
}
|
|
@@ -5477,7 +5639,7 @@ exports.default = {
|
|
|
5477
5639
|
8,
|
|
5478
5640
|
{
|
|
5479
5641
|
"dto": [
|
|
5480
|
-
|
|
5642
|
+
231,
|
|
5481
5643
|
"RefreshTokenInput!"
|
|
5482
5644
|
]
|
|
5483
5645
|
}
|
|
@@ -5486,7 +5648,7 @@ exports.default = {
|
|
|
5486
5648
|
33,
|
|
5487
5649
|
{
|
|
5488
5650
|
"input": [
|
|
5489
|
-
|
|
5651
|
+
232,
|
|
5490
5652
|
"AWSS3DeleteUseTypeFileDto!"
|
|
5491
5653
|
]
|
|
5492
5654
|
}
|
|
@@ -5495,7 +5657,7 @@ exports.default = {
|
|
|
5495
5657
|
33,
|
|
5496
5658
|
{
|
|
5497
5659
|
"input": [
|
|
5498
|
-
|
|
5660
|
+
233,
|
|
5499
5661
|
"AWSS3DeleteBucketFileDto!"
|
|
5500
5662
|
]
|
|
5501
5663
|
}
|
|
@@ -5504,7 +5666,7 @@ exports.default = {
|
|
|
5504
5666
|
33,
|
|
5505
5667
|
{
|
|
5506
5668
|
"input": [
|
|
5507
|
-
|
|
5669
|
+
234,
|
|
5508
5670
|
"AWSS3DeleteUseTypeKeyDto!"
|
|
5509
5671
|
]
|
|
5510
5672
|
}
|
|
@@ -5513,7 +5675,7 @@ exports.default = {
|
|
|
5513
5675
|
27,
|
|
5514
5676
|
{
|
|
5515
5677
|
"input": [
|
|
5516
|
-
|
|
5678
|
+
178,
|
|
5517
5679
|
"AWSS3UploadedFileDto!"
|
|
5518
5680
|
]
|
|
5519
5681
|
}
|
|
@@ -5522,7 +5684,7 @@ exports.default = {
|
|
|
5522
5684
|
56,
|
|
5523
5685
|
{
|
|
5524
5686
|
"input": [
|
|
5525
|
-
|
|
5687
|
+
235,
|
|
5526
5688
|
"CreateIndustryDto!"
|
|
5527
5689
|
]
|
|
5528
5690
|
}
|
|
@@ -5531,7 +5693,7 @@ exports.default = {
|
|
|
5531
5693
|
39,
|
|
5532
5694
|
{
|
|
5533
5695
|
"input": [
|
|
5534
|
-
|
|
5696
|
+
236,
|
|
5535
5697
|
"CreateBrandDto!"
|
|
5536
5698
|
]
|
|
5537
5699
|
}
|
|
@@ -5540,7 +5702,7 @@ exports.default = {
|
|
|
5540
5702
|
59,
|
|
5541
5703
|
{
|
|
5542
5704
|
"input": [
|
|
5543
|
-
|
|
5705
|
+
238,
|
|
5544
5706
|
"RegisterSponsorInput!"
|
|
5545
5707
|
]
|
|
5546
5708
|
}
|
|
@@ -5549,7 +5711,7 @@ exports.default = {
|
|
|
5549
5711
|
59,
|
|
5550
5712
|
{
|
|
5551
5713
|
"input": [
|
|
5552
|
-
|
|
5714
|
+
239,
|
|
5553
5715
|
"CreateSponsorDto!"
|
|
5554
5716
|
]
|
|
5555
5717
|
}
|
|
@@ -5558,7 +5720,7 @@ exports.default = {
|
|
|
5558
5720
|
104,
|
|
5559
5721
|
{
|
|
5560
5722
|
"input": [
|
|
5561
|
-
|
|
5723
|
+
165,
|
|
5562
5724
|
"InviteAthletesDto!"
|
|
5563
5725
|
]
|
|
5564
5726
|
}
|
|
@@ -5567,7 +5729,7 @@ exports.default = {
|
|
|
5567
5729
|
136,
|
|
5568
5730
|
{
|
|
5569
5731
|
"input": [
|
|
5570
|
-
|
|
5732
|
+
173,
|
|
5571
5733
|
"DeleteSingleValueDto!"
|
|
5572
5734
|
]
|
|
5573
5735
|
}
|
|
@@ -5576,7 +5738,7 @@ exports.default = {
|
|
|
5576
5738
|
100,
|
|
5577
5739
|
{
|
|
5578
5740
|
"input": [
|
|
5579
|
-
|
|
5741
|
+
240,
|
|
5580
5742
|
"RegisterAthleteDto!"
|
|
5581
5743
|
]
|
|
5582
5744
|
}
|
|
@@ -5585,7 +5747,7 @@ exports.default = {
|
|
|
5585
5747
|
135,
|
|
5586
5748
|
{
|
|
5587
5749
|
"input": [
|
|
5588
|
-
|
|
5750
|
+
241,
|
|
5589
5751
|
"EditValueDto!"
|
|
5590
5752
|
]
|
|
5591
5753
|
}
|
|
@@ -5594,7 +5756,7 @@ exports.default = {
|
|
|
5594
5756
|
140,
|
|
5595
5757
|
{
|
|
5596
5758
|
"input": [
|
|
5597
|
-
|
|
5759
|
+
177,
|
|
5598
5760
|
"EditPictureDto!"
|
|
5599
5761
|
]
|
|
5600
5762
|
}
|
|
@@ -5603,7 +5765,7 @@ exports.default = {
|
|
|
5603
5765
|
141,
|
|
5604
5766
|
{
|
|
5605
5767
|
"input": [
|
|
5606
|
-
|
|
5768
|
+
179,
|
|
5607
5769
|
"UploadAlbumsPicturesDto!"
|
|
5608
5770
|
]
|
|
5609
5771
|
}
|
|
@@ -5612,7 +5774,7 @@ exports.default = {
|
|
|
5612
5774
|
81,
|
|
5613
5775
|
{
|
|
5614
5776
|
"input": [
|
|
5615
|
-
|
|
5777
|
+
168,
|
|
5616
5778
|
"CreateAthleteCompetitionDto!"
|
|
5617
5779
|
]
|
|
5618
5780
|
}
|
|
@@ -5621,7 +5783,7 @@ exports.default = {
|
|
|
5621
5783
|
136,
|
|
5622
5784
|
{
|
|
5623
5785
|
"input": [
|
|
5624
|
-
|
|
5786
|
+
173,
|
|
5625
5787
|
"DeleteSingleValueDto!"
|
|
5626
5788
|
]
|
|
5627
5789
|
}
|
|
@@ -5630,7 +5792,7 @@ exports.default = {
|
|
|
5630
5792
|
80,
|
|
5631
5793
|
{
|
|
5632
5794
|
"input": [
|
|
5633
|
-
|
|
5795
|
+
179,
|
|
5634
5796
|
"UploadAlbumsPicturesDto!"
|
|
5635
5797
|
]
|
|
5636
5798
|
}
|
|
@@ -5639,7 +5801,7 @@ exports.default = {
|
|
|
5639
5801
|
80,
|
|
5640
5802
|
{
|
|
5641
5803
|
"input": [
|
|
5642
|
-
|
|
5804
|
+
242,
|
|
5643
5805
|
"EditDisplayIndexDto!"
|
|
5644
5806
|
]
|
|
5645
5807
|
}
|
|
@@ -5648,7 +5810,7 @@ exports.default = {
|
|
|
5648
5810
|
80,
|
|
5649
5811
|
{
|
|
5650
5812
|
"input": [
|
|
5651
|
-
|
|
5813
|
+
179,
|
|
5652
5814
|
"UploadAlbumsPicturesDto!"
|
|
5653
5815
|
]
|
|
5654
5816
|
}
|
|
@@ -5657,7 +5819,7 @@ exports.default = {
|
|
|
5657
5819
|
136,
|
|
5658
5820
|
{
|
|
5659
5821
|
"input": [
|
|
5660
|
-
|
|
5822
|
+
173,
|
|
5661
5823
|
"DeleteSingleValueDto!"
|
|
5662
5824
|
]
|
|
5663
5825
|
}
|
|
@@ -5666,7 +5828,7 @@ exports.default = {
|
|
|
5666
5828
|
120,
|
|
5667
5829
|
{
|
|
5668
5830
|
"input": [
|
|
5669
|
-
|
|
5831
|
+
180,
|
|
5670
5832
|
"DeleteValuesDto!"
|
|
5671
5833
|
]
|
|
5672
5834
|
}
|
|
@@ -5675,7 +5837,7 @@ exports.default = {
|
|
|
5675
5837
|
76,
|
|
5676
5838
|
{
|
|
5677
5839
|
"input": [
|
|
5678
|
-
|
|
5840
|
+
167,
|
|
5679
5841
|
"SetCompetitionResultDto!"
|
|
5680
5842
|
]
|
|
5681
5843
|
}
|
|
@@ -5687,7 +5849,7 @@ exports.default = {
|
|
|
5687
5849
|
89,
|
|
5688
5850
|
{
|
|
5689
5851
|
"input": [
|
|
5690
|
-
|
|
5852
|
+
244,
|
|
5691
5853
|
"SetCurrentCampaignDto!"
|
|
5692
5854
|
]
|
|
5693
5855
|
}
|
|
@@ -5696,7 +5858,7 @@ exports.default = {
|
|
|
5696
5858
|
67,
|
|
5697
5859
|
{
|
|
5698
5860
|
"input": [
|
|
5699
|
-
|
|
5861
|
+
245,
|
|
5700
5862
|
"CreateSportDto!"
|
|
5701
5863
|
]
|
|
5702
5864
|
}
|
|
@@ -5705,7 +5867,7 @@ exports.default = {
|
|
|
5705
5867
|
67,
|
|
5706
5868
|
{
|
|
5707
5869
|
"input": [
|
|
5708
|
-
|
|
5870
|
+
246,
|
|
5709
5871
|
"UpdateSportDto!"
|
|
5710
5872
|
]
|
|
5711
5873
|
}
|
|
@@ -5714,7 +5876,7 @@ exports.default = {
|
|
|
5714
5876
|
70,
|
|
5715
5877
|
{
|
|
5716
5878
|
"input": [
|
|
5717
|
-
|
|
5879
|
+
247,
|
|
5718
5880
|
"CreateSportLevelDto!"
|
|
5719
5881
|
]
|
|
5720
5882
|
}
|
|
@@ -5723,7 +5885,7 @@ exports.default = {
|
|
|
5723
5885
|
65,
|
|
5724
5886
|
{
|
|
5725
5887
|
"input": [
|
|
5726
|
-
|
|
5888
|
+
249,
|
|
5727
5889
|
"CreateSponsorshipDto!"
|
|
5728
5890
|
]
|
|
5729
5891
|
}
|
|
@@ -5732,7 +5894,7 @@ exports.default = {
|
|
|
5732
5894
|
45,
|
|
5733
5895
|
{
|
|
5734
5896
|
"input": [
|
|
5735
|
-
|
|
5897
|
+
256,
|
|
5736
5898
|
"CreateCountryDto!"
|
|
5737
5899
|
]
|
|
5738
5900
|
}
|
|
@@ -5741,7 +5903,7 @@ exports.default = {
|
|
|
5741
5903
|
44,
|
|
5742
5904
|
{
|
|
5743
5905
|
"input": [
|
|
5744
|
-
|
|
5906
|
+
257,
|
|
5745
5907
|
"CreateStateDto!"
|
|
5746
5908
|
]
|
|
5747
5909
|
}
|
|
@@ -5750,7 +5912,7 @@ exports.default = {
|
|
|
5750
5912
|
43,
|
|
5751
5913
|
{
|
|
5752
5914
|
"input": [
|
|
5753
|
-
|
|
5915
|
+
258,
|
|
5754
5916
|
"CreateCityDto!"
|
|
5755
5917
|
]
|
|
5756
5918
|
}
|
|
@@ -5759,7 +5921,7 @@ exports.default = {
|
|
|
5759
5921
|
29,
|
|
5760
5922
|
{
|
|
5761
5923
|
"input": [
|
|
5762
|
-
|
|
5924
|
+
194,
|
|
5763
5925
|
"RegisterUserDto!"
|
|
5764
5926
|
]
|
|
5765
5927
|
}
|
|
@@ -5768,7 +5930,7 @@ exports.default = {
|
|
|
5768
5930
|
3,
|
|
5769
5931
|
{
|
|
5770
5932
|
"input": [
|
|
5771
|
-
|
|
5933
|
+
162,
|
|
5772
5934
|
"VerifyCodeDto!"
|
|
5773
5935
|
]
|
|
5774
5936
|
}
|
|
@@ -5777,7 +5939,7 @@ exports.default = {
|
|
|
5777
5939
|
0,
|
|
5778
5940
|
{
|
|
5779
5941
|
"input": [
|
|
5780
|
-
|
|
5942
|
+
162,
|
|
5781
5943
|
"VerifyCodeDto!"
|
|
5782
5944
|
]
|
|
5783
5945
|
}
|
|
@@ -5786,7 +5948,7 @@ exports.default = {
|
|
|
5786
5948
|
0,
|
|
5787
5949
|
{
|
|
5788
5950
|
"input": [
|
|
5789
|
-
|
|
5951
|
+
194,
|
|
5790
5952
|
"RegisterUserDto!"
|
|
5791
5953
|
]
|
|
5792
5954
|
}
|
|
@@ -5795,7 +5957,7 @@ exports.default = {
|
|
|
5795
5957
|
0,
|
|
5796
5958
|
{
|
|
5797
5959
|
"input": [
|
|
5798
|
-
|
|
5960
|
+
194,
|
|
5799
5961
|
"RegisterUserDto!"
|
|
5800
5962
|
]
|
|
5801
5963
|
}
|
|
@@ -5804,7 +5966,7 @@ exports.default = {
|
|
|
5804
5966
|
0,
|
|
5805
5967
|
{
|
|
5806
5968
|
"input": [
|
|
5807
|
-
|
|
5969
|
+
194,
|
|
5808
5970
|
"RegisterUserDto!"
|
|
5809
5971
|
]
|
|
5810
5972
|
}
|
|
@@ -5835,13 +5997,13 @@ exports.default = {
|
|
|
5835
5997
|
135,
|
|
5836
5998
|
{
|
|
5837
5999
|
"input": [
|
|
5838
|
-
|
|
6000
|
+
195,
|
|
5839
6001
|
"resetPasswordDto!"
|
|
5840
6002
|
]
|
|
5841
6003
|
}
|
|
5842
6004
|
],
|
|
5843
6005
|
"validateToken": [
|
|
5844
|
-
|
|
6006
|
+
149,
|
|
5845
6007
|
{
|
|
5846
6008
|
"input": [
|
|
5847
6009
|
1,
|
|
@@ -5853,7 +6015,7 @@ exports.default = {
|
|
|
5853
6015
|
105,
|
|
5854
6016
|
{
|
|
5855
6017
|
"data": [
|
|
5856
|
-
|
|
6018
|
+
259,
|
|
5857
6019
|
"RegisterStravaDto!"
|
|
5858
6020
|
]
|
|
5859
6021
|
}
|
|
@@ -5871,7 +6033,7 @@ exports.default = {
|
|
|
5871
6033
|
75,
|
|
5872
6034
|
{
|
|
5873
6035
|
"input": [
|
|
5874
|
-
|
|
6036
|
+
260,
|
|
5875
6037
|
"CreateSportEventDto!"
|
|
5876
6038
|
]
|
|
5877
6039
|
}
|
|
@@ -5880,7 +6042,7 @@ exports.default = {
|
|
|
5880
6042
|
130,
|
|
5881
6043
|
{
|
|
5882
6044
|
"input": [
|
|
5883
|
-
|
|
6045
|
+
199,
|
|
5884
6046
|
"MergeSportsEventsDto!"
|
|
5885
6047
|
]
|
|
5886
6048
|
}
|
|
@@ -5889,7 +6051,7 @@ exports.default = {
|
|
|
5889
6051
|
89,
|
|
5890
6052
|
{
|
|
5891
6053
|
"input": [
|
|
5892
|
-
|
|
6054
|
+
208,
|
|
5893
6055
|
"SetFundingStatusDto!"
|
|
5894
6056
|
]
|
|
5895
6057
|
}
|
|
@@ -5898,7 +6060,7 @@ exports.default = {
|
|
|
5898
6060
|
89,
|
|
5899
6061
|
{
|
|
5900
6062
|
"input": [
|
|
5901
|
-
|
|
6063
|
+
205,
|
|
5902
6064
|
"CreateFundingCampaignDto!"
|
|
5903
6065
|
]
|
|
5904
6066
|
}
|
|
@@ -5907,7 +6069,7 @@ exports.default = {
|
|
|
5907
6069
|
89,
|
|
5908
6070
|
{
|
|
5909
6071
|
"input": [
|
|
5910
|
-
|
|
6072
|
+
207,
|
|
5911
6073
|
"UpdateFundingCampaignDto!"
|
|
5912
6074
|
]
|
|
5913
6075
|
}
|
|
@@ -5916,7 +6078,7 @@ exports.default = {
|
|
|
5916
6078
|
136,
|
|
5917
6079
|
{
|
|
5918
6080
|
"input": [
|
|
5919
|
-
|
|
6081
|
+
173,
|
|
5920
6082
|
"DeleteSingleValueDto!"
|
|
5921
6083
|
]
|
|
5922
6084
|
}
|
|
@@ -5925,7 +6087,7 @@ exports.default = {
|
|
|
5925
6087
|
120,
|
|
5926
6088
|
{
|
|
5927
6089
|
"input": [
|
|
5928
|
-
|
|
6090
|
+
180,
|
|
5929
6091
|
"DeleteValuesDto!"
|
|
5930
6092
|
]
|
|
5931
6093
|
}
|
|
@@ -5943,7 +6105,7 @@ exports.default = {
|
|
|
5943
6105
|
2,
|
|
5944
6106
|
{
|
|
5945
6107
|
"input": [
|
|
5946
|
-
|
|
6108
|
+
210,
|
|
5947
6109
|
"AddCompetitionBudgetDto!"
|
|
5948
6110
|
]
|
|
5949
6111
|
}
|
|
@@ -5952,7 +6114,7 @@ exports.default = {
|
|
|
5952
6114
|
2,
|
|
5953
6115
|
{
|
|
5954
6116
|
"input": [
|
|
5955
|
-
|
|
6117
|
+
211,
|
|
5956
6118
|
"EditCompetitionBudgetDto!"
|
|
5957
6119
|
]
|
|
5958
6120
|
}
|
|
@@ -5961,7 +6123,7 @@ exports.default = {
|
|
|
5961
6123
|
2,
|
|
5962
6124
|
{
|
|
5963
6125
|
"input": [
|
|
5964
|
-
|
|
6126
|
+
212,
|
|
5965
6127
|
"EditCampaignBudgetDto!"
|
|
5966
6128
|
]
|
|
5967
6129
|
}
|
|
@@ -5970,7 +6132,7 @@ exports.default = {
|
|
|
5970
6132
|
2,
|
|
5971
6133
|
{
|
|
5972
6134
|
"input": [
|
|
5973
|
-
|
|
6135
|
+
212,
|
|
5974
6136
|
"EditCampaignBudgetDto!"
|
|
5975
6137
|
]
|
|
5976
6138
|
}
|
|
@@ -5979,7 +6141,7 @@ exports.default = {
|
|
|
5979
6141
|
82,
|
|
5980
6142
|
{
|
|
5981
6143
|
"input": [
|
|
5982
|
-
|
|
6144
|
+
213,
|
|
5983
6145
|
"CreateMembershipOrganizationDto!"
|
|
5984
6146
|
]
|
|
5985
6147
|
}
|
|
@@ -5988,7 +6150,7 @@ exports.default = {
|
|
|
5988
6150
|
84,
|
|
5989
6151
|
{
|
|
5990
6152
|
"input": [
|
|
5991
|
-
|
|
6153
|
+
214,
|
|
5992
6154
|
"CreateAthleteMembershipDto!"
|
|
5993
6155
|
]
|
|
5994
6156
|
}
|
|
@@ -5997,7 +6159,7 @@ exports.default = {
|
|
|
5997
6159
|
136,
|
|
5998
6160
|
{
|
|
5999
6161
|
"input": [
|
|
6000
|
-
|
|
6162
|
+
173,
|
|
6001
6163
|
"DeleteSingleValueDto!"
|
|
6002
6164
|
]
|
|
6003
6165
|
}
|
|
@@ -6015,7 +6177,7 @@ exports.default = {
|
|
|
6015
6177
|
97,
|
|
6016
6178
|
{
|
|
6017
6179
|
"input": [
|
|
6018
|
-
|
|
6180
|
+
261,
|
|
6019
6181
|
"CreateStripeAccountDto!"
|
|
6020
6182
|
]
|
|
6021
6183
|
}
|
|
@@ -6027,7 +6189,7 @@ exports.default = {
|
|
|
6027
6189
|
107,
|
|
6028
6190
|
{
|
|
6029
6191
|
"input": [
|
|
6030
|
-
|
|
6192
|
+
163,
|
|
6031
6193
|
"DonationCheckoutDto!"
|
|
6032
6194
|
]
|
|
6033
6195
|
}
|
|
@@ -6042,7 +6204,7 @@ exports.default = {
|
|
|
6042
6204
|
134,
|
|
6043
6205
|
{
|
|
6044
6206
|
"input": [
|
|
6045
|
-
|
|
6207
|
+
219,
|
|
6046
6208
|
"RegisterMemberDto!"
|
|
6047
6209
|
]
|
|
6048
6210
|
}
|
|
@@ -6168,13 +6330,13 @@ exports.default = {
|
|
|
6168
6330
|
1
|
|
6169
6331
|
],
|
|
6170
6332
|
"logo": [
|
|
6171
|
-
|
|
6333
|
+
178
|
|
6172
6334
|
],
|
|
6173
6335
|
"banner": [
|
|
6174
|
-
|
|
6336
|
+
178
|
|
6175
6337
|
],
|
|
6176
6338
|
"translations": [
|
|
6177
|
-
|
|
6339
|
+
237
|
|
6178
6340
|
],
|
|
6179
6341
|
"__typename": [
|
|
6180
6342
|
1
|
|
@@ -6197,10 +6359,10 @@ exports.default = {
|
|
|
6197
6359
|
1
|
|
6198
6360
|
],
|
|
6199
6361
|
"logo": [
|
|
6200
|
-
|
|
6362
|
+
178
|
|
6201
6363
|
],
|
|
6202
6364
|
"banner": [
|
|
6203
|
-
|
|
6365
|
+
178
|
|
6204
6366
|
],
|
|
6205
6367
|
"__typename": [
|
|
6206
6368
|
1
|
|
@@ -6305,10 +6467,10 @@ exports.default = {
|
|
|
6305
6467
|
1
|
|
6306
6468
|
],
|
|
6307
6469
|
"profilePicture": [
|
|
6308
|
-
|
|
6470
|
+
178
|
|
6309
6471
|
],
|
|
6310
6472
|
"cardPicture": [
|
|
6311
|
-
|
|
6473
|
+
178
|
|
6312
6474
|
],
|
|
6313
6475
|
"__typename": [
|
|
6314
6476
|
1
|
|
@@ -6327,7 +6489,7 @@ exports.default = {
|
|
|
6327
6489
|
},
|
|
6328
6490
|
"EditDisplayIndexDto": {
|
|
6329
6491
|
"updates": [
|
|
6330
|
-
|
|
6492
|
+
243
|
|
6331
6493
|
],
|
|
6332
6494
|
"__typename": [
|
|
6333
6495
|
1
|
|
@@ -6391,7 +6553,7 @@ exports.default = {
|
|
|
6391
6553
|
18
|
|
6392
6554
|
],
|
|
6393
6555
|
"translations": [
|
|
6394
|
-
|
|
6556
|
+
248
|
|
6395
6557
|
],
|
|
6396
6558
|
"__typename": [
|
|
6397
6559
|
1
|
|
@@ -6425,10 +6587,10 @@ exports.default = {
|
|
|
6425
6587
|
18
|
|
6426
6588
|
],
|
|
6427
6589
|
"banner": [
|
|
6428
|
-
|
|
6590
|
+
178
|
|
6429
6591
|
],
|
|
6430
6592
|
"criteria": [
|
|
6431
|
-
|
|
6593
|
+
250
|
|
6432
6594
|
],
|
|
6433
6595
|
"deadline": [
|
|
6434
6596
|
14
|
|
@@ -6437,13 +6599,13 @@ exports.default = {
|
|
|
6437
6599
|
14
|
|
6438
6600
|
],
|
|
6439
6601
|
"duration": [
|
|
6440
|
-
|
|
6602
|
+
252
|
|
6441
6603
|
],
|
|
6442
6604
|
"sponsorshipItems": [
|
|
6443
|
-
|
|
6605
|
+
253
|
|
6444
6606
|
],
|
|
6445
6607
|
"commitments": [
|
|
6446
|
-
|
|
6608
|
+
254
|
|
6447
6609
|
],
|
|
6448
6610
|
"terms": [
|
|
6449
6611
|
1
|
|
@@ -6455,7 +6617,7 @@ exports.default = {
|
|
|
6455
6617
|
2
|
|
6456
6618
|
],
|
|
6457
6619
|
"translations": [
|
|
6458
|
-
|
|
6620
|
+
255
|
|
6459
6621
|
],
|
|
6460
6622
|
"__typename": [
|
|
6461
6623
|
1
|
|
@@ -6469,7 +6631,7 @@ exports.default = {
|
|
|
6469
6631
|
1
|
|
6470
6632
|
],
|
|
6471
6633
|
"qualificationsBag": [
|
|
6472
|
-
|
|
6634
|
+
251
|
|
6473
6635
|
],
|
|
6474
6636
|
"__typename": [
|
|
6475
6637
|
1
|
|
@@ -6477,28 +6639,28 @@ exports.default = {
|
|
|
6477
6639
|
},
|
|
6478
6640
|
"QualificationsBagDto": {
|
|
6479
6641
|
"ageQualifications": [
|
|
6480
|
-
|
|
6642
|
+
186
|
|
6481
6643
|
],
|
|
6482
6644
|
"genderQualifications": [
|
|
6483
|
-
|
|
6645
|
+
187
|
|
6484
6646
|
],
|
|
6485
6647
|
"scoreQualifications": [
|
|
6486
|
-
|
|
6648
|
+
189
|
|
6487
6649
|
],
|
|
6488
6650
|
"locationQualifications": [
|
|
6489
|
-
|
|
6651
|
+
190
|
|
6490
6652
|
],
|
|
6491
6653
|
"nationalityQualifications": [
|
|
6492
|
-
|
|
6654
|
+
188
|
|
6493
6655
|
],
|
|
6494
6656
|
"distanceQualifications": [
|
|
6495
|
-
|
|
6657
|
+
191
|
|
6496
6658
|
],
|
|
6497
6659
|
"sportsQualifications": [
|
|
6498
|
-
|
|
6660
|
+
192
|
|
6499
6661
|
],
|
|
6500
6662
|
"levelQualifications": [
|
|
6501
|
-
|
|
6663
|
+
193
|
|
6502
6664
|
],
|
|
6503
6665
|
"__typename": [
|
|
6504
6666
|
1
|
|
@@ -6575,7 +6737,7 @@ exports.default = {
|
|
|
6575
6737
|
1
|
|
6576
6738
|
],
|
|
6577
6739
|
"banner": [
|
|
6578
|
-
|
|
6740
|
+
178
|
|
6579
6741
|
],
|
|
6580
6742
|
"terms": [
|
|
6581
6743
|
1
|
|
@@ -6693,7 +6855,7 @@ exports.default = {
|
|
|
6693
6855
|
1
|
|
6694
6856
|
],
|
|
6695
6857
|
"banner": [
|
|
6696
|
-
|
|
6858
|
+
178
|
|
6697
6859
|
],
|
|
6698
6860
|
"eventLevel": [
|
|
6699
6861
|
1
|