@vertikalx/vtx-backend-client 3.0.0-dev-max.11 → 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 +8 -1
- package/src/api/vtx-base-api.js +374 -1
- package/src/api/vtx-base-api.js.map +1 -1
- package/src/client/schema.d.ts +129 -17
- package/src/client/schema.js +22 -7
- package/src/client/schema.js.map +1 -1
- package/src/client/types.d.ts +62 -7
- package/src/client/types.js +308 -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,7 +5397,7 @@ exports.default = {
|
|
|
5265
5397
|
36,
|
|
5266
5398
|
{
|
|
5267
5399
|
"input": [
|
|
5268
|
-
|
|
5400
|
+
162,
|
|
5269
5401
|
"VerifyCodeDto!"
|
|
5270
5402
|
]
|
|
5271
5403
|
}
|
|
@@ -5286,7 +5418,7 @@ exports.default = {
|
|
|
5286
5418
|
75,
|
|
5287
5419
|
{
|
|
5288
5420
|
"input": [
|
|
5289
|
-
|
|
5421
|
+
226,
|
|
5290
5422
|
"GetSportEventsDto!"
|
|
5291
5423
|
]
|
|
5292
5424
|
}
|
|
@@ -5297,6 +5429,18 @@ exports.default = {
|
|
|
5297
5429
|
"getDonationsByAthlete": [
|
|
5298
5430
|
117
|
|
5299
5431
|
],
|
|
5432
|
+
"getDonationsToAthlete": [
|
|
5433
|
+
133,
|
|
5434
|
+
{
|
|
5435
|
+
"athleteId": [
|
|
5436
|
+
1,
|
|
5437
|
+
"String!"
|
|
5438
|
+
]
|
|
5439
|
+
}
|
|
5440
|
+
],
|
|
5441
|
+
"getDonationsToMe": [
|
|
5442
|
+
133
|
|
5443
|
+
],
|
|
5300
5444
|
"getBudgetConcepts": [
|
|
5301
5445
|
132
|
|
5302
5446
|
],
|
|
@@ -5316,10 +5460,10 @@ exports.default = {
|
|
|
5316
5460
|
116
|
|
5317
5461
|
],
|
|
5318
5462
|
"stripeQuery": [
|
|
5319
|
-
|
|
5463
|
+
146,
|
|
5320
5464
|
{
|
|
5321
5465
|
"input": [
|
|
5322
|
-
|
|
5466
|
+
197,
|
|
5323
5467
|
"StripeQueryDto!"
|
|
5324
5468
|
]
|
|
5325
5469
|
}
|
|
@@ -5328,7 +5472,7 @@ exports.default = {
|
|
|
5328
5472
|
35,
|
|
5329
5473
|
{
|
|
5330
5474
|
"input": [
|
|
5331
|
-
|
|
5475
|
+
160,
|
|
5332
5476
|
"GetDatabaseFileDto!"
|
|
5333
5477
|
]
|
|
5334
5478
|
}
|
|
@@ -5337,7 +5481,7 @@ exports.default = {
|
|
|
5337
5481
|
117,
|
|
5338
5482
|
{
|
|
5339
5483
|
"input": [
|
|
5340
|
-
|
|
5484
|
+
196,
|
|
5341
5485
|
"GetReceiptDto!"
|
|
5342
5486
|
]
|
|
5343
5487
|
}
|
|
@@ -5346,11 +5490,20 @@ exports.default = {
|
|
|
5346
5490
|
118,
|
|
5347
5491
|
{
|
|
5348
5492
|
"input": [
|
|
5349
|
-
|
|
5493
|
+
196,
|
|
5350
5494
|
"GetReceiptDto!"
|
|
5351
5495
|
]
|
|
5352
5496
|
}
|
|
5353
5497
|
],
|
|
5498
|
+
"getTransactionDetails": [
|
|
5499
|
+
150,
|
|
5500
|
+
{
|
|
5501
|
+
"input": [
|
|
5502
|
+
198,
|
|
5503
|
+
"GetTransactionDetailsDto!"
|
|
5504
|
+
]
|
|
5505
|
+
}
|
|
5506
|
+
],
|
|
5354
5507
|
"findMemberForUser": [
|
|
5355
5508
|
134,
|
|
5356
5509
|
{
|
|
@@ -5424,7 +5577,7 @@ exports.default = {
|
|
|
5424
5577
|
5,
|
|
5425
5578
|
{
|
|
5426
5579
|
"tenant": [
|
|
5427
|
-
|
|
5580
|
+
228,
|
|
5428
5581
|
"CreateTenantInput!"
|
|
5429
5582
|
]
|
|
5430
5583
|
}
|
|
@@ -5433,7 +5586,7 @@ exports.default = {
|
|
|
5433
5586
|
11,
|
|
5434
5587
|
{
|
|
5435
5588
|
"tenant": [
|
|
5436
|
-
|
|
5589
|
+
228,
|
|
5437
5590
|
"CreateTenantInput!"
|
|
5438
5591
|
]
|
|
5439
5592
|
}
|
|
@@ -5442,7 +5595,7 @@ exports.default = {
|
|
|
5442
5595
|
3,
|
|
5443
5596
|
{
|
|
5444
5597
|
"user": [
|
|
5445
|
-
|
|
5598
|
+
229,
|
|
5446
5599
|
"CreateActiveUserInput!"
|
|
5447
5600
|
]
|
|
5448
5601
|
}
|
|
@@ -5477,7 +5630,7 @@ exports.default = {
|
|
|
5477
5630
|
0,
|
|
5478
5631
|
{
|
|
5479
5632
|
"input": [
|
|
5480
|
-
|
|
5633
|
+
230,
|
|
5481
5634
|
"RegisterUserToDomainFromEmailInput!"
|
|
5482
5635
|
]
|
|
5483
5636
|
}
|
|
@@ -5486,7 +5639,7 @@ exports.default = {
|
|
|
5486
5639
|
8,
|
|
5487
5640
|
{
|
|
5488
5641
|
"dto": [
|
|
5489
|
-
|
|
5642
|
+
231,
|
|
5490
5643
|
"RefreshTokenInput!"
|
|
5491
5644
|
]
|
|
5492
5645
|
}
|
|
@@ -5495,7 +5648,7 @@ exports.default = {
|
|
|
5495
5648
|
33,
|
|
5496
5649
|
{
|
|
5497
5650
|
"input": [
|
|
5498
|
-
|
|
5651
|
+
232,
|
|
5499
5652
|
"AWSS3DeleteUseTypeFileDto!"
|
|
5500
5653
|
]
|
|
5501
5654
|
}
|
|
@@ -5504,7 +5657,7 @@ exports.default = {
|
|
|
5504
5657
|
33,
|
|
5505
5658
|
{
|
|
5506
5659
|
"input": [
|
|
5507
|
-
|
|
5660
|
+
233,
|
|
5508
5661
|
"AWSS3DeleteBucketFileDto!"
|
|
5509
5662
|
]
|
|
5510
5663
|
}
|
|
@@ -5513,7 +5666,7 @@ exports.default = {
|
|
|
5513
5666
|
33,
|
|
5514
5667
|
{
|
|
5515
5668
|
"input": [
|
|
5516
|
-
|
|
5669
|
+
234,
|
|
5517
5670
|
"AWSS3DeleteUseTypeKeyDto!"
|
|
5518
5671
|
]
|
|
5519
5672
|
}
|
|
@@ -5522,7 +5675,7 @@ exports.default = {
|
|
|
5522
5675
|
27,
|
|
5523
5676
|
{
|
|
5524
5677
|
"input": [
|
|
5525
|
-
|
|
5678
|
+
178,
|
|
5526
5679
|
"AWSS3UploadedFileDto!"
|
|
5527
5680
|
]
|
|
5528
5681
|
}
|
|
@@ -5531,7 +5684,7 @@ exports.default = {
|
|
|
5531
5684
|
56,
|
|
5532
5685
|
{
|
|
5533
5686
|
"input": [
|
|
5534
|
-
|
|
5687
|
+
235,
|
|
5535
5688
|
"CreateIndustryDto!"
|
|
5536
5689
|
]
|
|
5537
5690
|
}
|
|
@@ -5540,7 +5693,7 @@ exports.default = {
|
|
|
5540
5693
|
39,
|
|
5541
5694
|
{
|
|
5542
5695
|
"input": [
|
|
5543
|
-
|
|
5696
|
+
236,
|
|
5544
5697
|
"CreateBrandDto!"
|
|
5545
5698
|
]
|
|
5546
5699
|
}
|
|
@@ -5549,7 +5702,7 @@ exports.default = {
|
|
|
5549
5702
|
59,
|
|
5550
5703
|
{
|
|
5551
5704
|
"input": [
|
|
5552
|
-
|
|
5705
|
+
238,
|
|
5553
5706
|
"RegisterSponsorInput!"
|
|
5554
5707
|
]
|
|
5555
5708
|
}
|
|
@@ -5558,7 +5711,7 @@ exports.default = {
|
|
|
5558
5711
|
59,
|
|
5559
5712
|
{
|
|
5560
5713
|
"input": [
|
|
5561
|
-
|
|
5714
|
+
239,
|
|
5562
5715
|
"CreateSponsorDto!"
|
|
5563
5716
|
]
|
|
5564
5717
|
}
|
|
@@ -5567,7 +5720,7 @@ exports.default = {
|
|
|
5567
5720
|
104,
|
|
5568
5721
|
{
|
|
5569
5722
|
"input": [
|
|
5570
|
-
|
|
5723
|
+
165,
|
|
5571
5724
|
"InviteAthletesDto!"
|
|
5572
5725
|
]
|
|
5573
5726
|
}
|
|
@@ -5576,7 +5729,7 @@ exports.default = {
|
|
|
5576
5729
|
136,
|
|
5577
5730
|
{
|
|
5578
5731
|
"input": [
|
|
5579
|
-
|
|
5732
|
+
173,
|
|
5580
5733
|
"DeleteSingleValueDto!"
|
|
5581
5734
|
]
|
|
5582
5735
|
}
|
|
@@ -5585,7 +5738,7 @@ exports.default = {
|
|
|
5585
5738
|
100,
|
|
5586
5739
|
{
|
|
5587
5740
|
"input": [
|
|
5588
|
-
|
|
5741
|
+
240,
|
|
5589
5742
|
"RegisterAthleteDto!"
|
|
5590
5743
|
]
|
|
5591
5744
|
}
|
|
@@ -5594,7 +5747,7 @@ exports.default = {
|
|
|
5594
5747
|
135,
|
|
5595
5748
|
{
|
|
5596
5749
|
"input": [
|
|
5597
|
-
|
|
5750
|
+
241,
|
|
5598
5751
|
"EditValueDto!"
|
|
5599
5752
|
]
|
|
5600
5753
|
}
|
|
@@ -5603,7 +5756,7 @@ exports.default = {
|
|
|
5603
5756
|
140,
|
|
5604
5757
|
{
|
|
5605
5758
|
"input": [
|
|
5606
|
-
|
|
5759
|
+
177,
|
|
5607
5760
|
"EditPictureDto!"
|
|
5608
5761
|
]
|
|
5609
5762
|
}
|
|
@@ -5612,7 +5765,7 @@ exports.default = {
|
|
|
5612
5765
|
141,
|
|
5613
5766
|
{
|
|
5614
5767
|
"input": [
|
|
5615
|
-
|
|
5768
|
+
179,
|
|
5616
5769
|
"UploadAlbumsPicturesDto!"
|
|
5617
5770
|
]
|
|
5618
5771
|
}
|
|
@@ -5621,7 +5774,7 @@ exports.default = {
|
|
|
5621
5774
|
81,
|
|
5622
5775
|
{
|
|
5623
5776
|
"input": [
|
|
5624
|
-
|
|
5777
|
+
168,
|
|
5625
5778
|
"CreateAthleteCompetitionDto!"
|
|
5626
5779
|
]
|
|
5627
5780
|
}
|
|
@@ -5630,7 +5783,7 @@ exports.default = {
|
|
|
5630
5783
|
136,
|
|
5631
5784
|
{
|
|
5632
5785
|
"input": [
|
|
5633
|
-
|
|
5786
|
+
173,
|
|
5634
5787
|
"DeleteSingleValueDto!"
|
|
5635
5788
|
]
|
|
5636
5789
|
}
|
|
@@ -5639,7 +5792,7 @@ exports.default = {
|
|
|
5639
5792
|
80,
|
|
5640
5793
|
{
|
|
5641
5794
|
"input": [
|
|
5642
|
-
|
|
5795
|
+
179,
|
|
5643
5796
|
"UploadAlbumsPicturesDto!"
|
|
5644
5797
|
]
|
|
5645
5798
|
}
|
|
@@ -5648,7 +5801,7 @@ exports.default = {
|
|
|
5648
5801
|
80,
|
|
5649
5802
|
{
|
|
5650
5803
|
"input": [
|
|
5651
|
-
|
|
5804
|
+
242,
|
|
5652
5805
|
"EditDisplayIndexDto!"
|
|
5653
5806
|
]
|
|
5654
5807
|
}
|
|
@@ -5657,7 +5810,7 @@ exports.default = {
|
|
|
5657
5810
|
80,
|
|
5658
5811
|
{
|
|
5659
5812
|
"input": [
|
|
5660
|
-
|
|
5813
|
+
179,
|
|
5661
5814
|
"UploadAlbumsPicturesDto!"
|
|
5662
5815
|
]
|
|
5663
5816
|
}
|
|
@@ -5666,7 +5819,7 @@ exports.default = {
|
|
|
5666
5819
|
136,
|
|
5667
5820
|
{
|
|
5668
5821
|
"input": [
|
|
5669
|
-
|
|
5822
|
+
173,
|
|
5670
5823
|
"DeleteSingleValueDto!"
|
|
5671
5824
|
]
|
|
5672
5825
|
}
|
|
@@ -5675,7 +5828,7 @@ exports.default = {
|
|
|
5675
5828
|
120,
|
|
5676
5829
|
{
|
|
5677
5830
|
"input": [
|
|
5678
|
-
|
|
5831
|
+
180,
|
|
5679
5832
|
"DeleteValuesDto!"
|
|
5680
5833
|
]
|
|
5681
5834
|
}
|
|
@@ -5684,7 +5837,7 @@ exports.default = {
|
|
|
5684
5837
|
76,
|
|
5685
5838
|
{
|
|
5686
5839
|
"input": [
|
|
5687
|
-
|
|
5840
|
+
167,
|
|
5688
5841
|
"SetCompetitionResultDto!"
|
|
5689
5842
|
]
|
|
5690
5843
|
}
|
|
@@ -5696,7 +5849,7 @@ exports.default = {
|
|
|
5696
5849
|
89,
|
|
5697
5850
|
{
|
|
5698
5851
|
"input": [
|
|
5699
|
-
|
|
5852
|
+
244,
|
|
5700
5853
|
"SetCurrentCampaignDto!"
|
|
5701
5854
|
]
|
|
5702
5855
|
}
|
|
@@ -5705,7 +5858,7 @@ exports.default = {
|
|
|
5705
5858
|
67,
|
|
5706
5859
|
{
|
|
5707
5860
|
"input": [
|
|
5708
|
-
|
|
5861
|
+
245,
|
|
5709
5862
|
"CreateSportDto!"
|
|
5710
5863
|
]
|
|
5711
5864
|
}
|
|
@@ -5714,7 +5867,7 @@ exports.default = {
|
|
|
5714
5867
|
67,
|
|
5715
5868
|
{
|
|
5716
5869
|
"input": [
|
|
5717
|
-
|
|
5870
|
+
246,
|
|
5718
5871
|
"UpdateSportDto!"
|
|
5719
5872
|
]
|
|
5720
5873
|
}
|
|
@@ -5723,7 +5876,7 @@ exports.default = {
|
|
|
5723
5876
|
70,
|
|
5724
5877
|
{
|
|
5725
5878
|
"input": [
|
|
5726
|
-
|
|
5879
|
+
247,
|
|
5727
5880
|
"CreateSportLevelDto!"
|
|
5728
5881
|
]
|
|
5729
5882
|
}
|
|
@@ -5732,7 +5885,7 @@ exports.default = {
|
|
|
5732
5885
|
65,
|
|
5733
5886
|
{
|
|
5734
5887
|
"input": [
|
|
5735
|
-
|
|
5888
|
+
249,
|
|
5736
5889
|
"CreateSponsorshipDto!"
|
|
5737
5890
|
]
|
|
5738
5891
|
}
|
|
@@ -5741,7 +5894,7 @@ exports.default = {
|
|
|
5741
5894
|
45,
|
|
5742
5895
|
{
|
|
5743
5896
|
"input": [
|
|
5744
|
-
|
|
5897
|
+
256,
|
|
5745
5898
|
"CreateCountryDto!"
|
|
5746
5899
|
]
|
|
5747
5900
|
}
|
|
@@ -5750,7 +5903,7 @@ exports.default = {
|
|
|
5750
5903
|
44,
|
|
5751
5904
|
{
|
|
5752
5905
|
"input": [
|
|
5753
|
-
|
|
5906
|
+
257,
|
|
5754
5907
|
"CreateStateDto!"
|
|
5755
5908
|
]
|
|
5756
5909
|
}
|
|
@@ -5759,7 +5912,7 @@ exports.default = {
|
|
|
5759
5912
|
43,
|
|
5760
5913
|
{
|
|
5761
5914
|
"input": [
|
|
5762
|
-
|
|
5915
|
+
258,
|
|
5763
5916
|
"CreateCityDto!"
|
|
5764
5917
|
]
|
|
5765
5918
|
}
|
|
@@ -5768,7 +5921,7 @@ exports.default = {
|
|
|
5768
5921
|
29,
|
|
5769
5922
|
{
|
|
5770
5923
|
"input": [
|
|
5771
|
-
|
|
5924
|
+
194,
|
|
5772
5925
|
"RegisterUserDto!"
|
|
5773
5926
|
]
|
|
5774
5927
|
}
|
|
@@ -5777,7 +5930,7 @@ exports.default = {
|
|
|
5777
5930
|
3,
|
|
5778
5931
|
{
|
|
5779
5932
|
"input": [
|
|
5780
|
-
|
|
5933
|
+
162,
|
|
5781
5934
|
"VerifyCodeDto!"
|
|
5782
5935
|
]
|
|
5783
5936
|
}
|
|
@@ -5786,7 +5939,7 @@ exports.default = {
|
|
|
5786
5939
|
0,
|
|
5787
5940
|
{
|
|
5788
5941
|
"input": [
|
|
5789
|
-
|
|
5942
|
+
162,
|
|
5790
5943
|
"VerifyCodeDto!"
|
|
5791
5944
|
]
|
|
5792
5945
|
}
|
|
@@ -5795,7 +5948,7 @@ exports.default = {
|
|
|
5795
5948
|
0,
|
|
5796
5949
|
{
|
|
5797
5950
|
"input": [
|
|
5798
|
-
|
|
5951
|
+
194,
|
|
5799
5952
|
"RegisterUserDto!"
|
|
5800
5953
|
]
|
|
5801
5954
|
}
|
|
@@ -5804,7 +5957,7 @@ exports.default = {
|
|
|
5804
5957
|
0,
|
|
5805
5958
|
{
|
|
5806
5959
|
"input": [
|
|
5807
|
-
|
|
5960
|
+
194,
|
|
5808
5961
|
"RegisterUserDto!"
|
|
5809
5962
|
]
|
|
5810
5963
|
}
|
|
@@ -5813,7 +5966,7 @@ exports.default = {
|
|
|
5813
5966
|
0,
|
|
5814
5967
|
{
|
|
5815
5968
|
"input": [
|
|
5816
|
-
|
|
5969
|
+
194,
|
|
5817
5970
|
"RegisterUserDto!"
|
|
5818
5971
|
]
|
|
5819
5972
|
}
|
|
@@ -5844,13 +5997,13 @@ exports.default = {
|
|
|
5844
5997
|
135,
|
|
5845
5998
|
{
|
|
5846
5999
|
"input": [
|
|
5847
|
-
|
|
6000
|
+
195,
|
|
5848
6001
|
"resetPasswordDto!"
|
|
5849
6002
|
]
|
|
5850
6003
|
}
|
|
5851
6004
|
],
|
|
5852
6005
|
"validateToken": [
|
|
5853
|
-
|
|
6006
|
+
149,
|
|
5854
6007
|
{
|
|
5855
6008
|
"input": [
|
|
5856
6009
|
1,
|
|
@@ -5862,7 +6015,7 @@ exports.default = {
|
|
|
5862
6015
|
105,
|
|
5863
6016
|
{
|
|
5864
6017
|
"data": [
|
|
5865
|
-
|
|
6018
|
+
259,
|
|
5866
6019
|
"RegisterStravaDto!"
|
|
5867
6020
|
]
|
|
5868
6021
|
}
|
|
@@ -5880,7 +6033,7 @@ exports.default = {
|
|
|
5880
6033
|
75,
|
|
5881
6034
|
{
|
|
5882
6035
|
"input": [
|
|
5883
|
-
|
|
6036
|
+
260,
|
|
5884
6037
|
"CreateSportEventDto!"
|
|
5885
6038
|
]
|
|
5886
6039
|
}
|
|
@@ -5889,7 +6042,7 @@ exports.default = {
|
|
|
5889
6042
|
130,
|
|
5890
6043
|
{
|
|
5891
6044
|
"input": [
|
|
5892
|
-
|
|
6045
|
+
199,
|
|
5893
6046
|
"MergeSportsEventsDto!"
|
|
5894
6047
|
]
|
|
5895
6048
|
}
|
|
@@ -5898,7 +6051,7 @@ exports.default = {
|
|
|
5898
6051
|
89,
|
|
5899
6052
|
{
|
|
5900
6053
|
"input": [
|
|
5901
|
-
|
|
6054
|
+
208,
|
|
5902
6055
|
"SetFundingStatusDto!"
|
|
5903
6056
|
]
|
|
5904
6057
|
}
|
|
@@ -5907,7 +6060,7 @@ exports.default = {
|
|
|
5907
6060
|
89,
|
|
5908
6061
|
{
|
|
5909
6062
|
"input": [
|
|
5910
|
-
|
|
6063
|
+
205,
|
|
5911
6064
|
"CreateFundingCampaignDto!"
|
|
5912
6065
|
]
|
|
5913
6066
|
}
|
|
@@ -5916,7 +6069,7 @@ exports.default = {
|
|
|
5916
6069
|
89,
|
|
5917
6070
|
{
|
|
5918
6071
|
"input": [
|
|
5919
|
-
|
|
6072
|
+
207,
|
|
5920
6073
|
"UpdateFundingCampaignDto!"
|
|
5921
6074
|
]
|
|
5922
6075
|
}
|
|
@@ -5925,7 +6078,7 @@ exports.default = {
|
|
|
5925
6078
|
136,
|
|
5926
6079
|
{
|
|
5927
6080
|
"input": [
|
|
5928
|
-
|
|
6081
|
+
173,
|
|
5929
6082
|
"DeleteSingleValueDto!"
|
|
5930
6083
|
]
|
|
5931
6084
|
}
|
|
@@ -5934,7 +6087,7 @@ exports.default = {
|
|
|
5934
6087
|
120,
|
|
5935
6088
|
{
|
|
5936
6089
|
"input": [
|
|
5937
|
-
|
|
6090
|
+
180,
|
|
5938
6091
|
"DeleteValuesDto!"
|
|
5939
6092
|
]
|
|
5940
6093
|
}
|
|
@@ -5952,7 +6105,7 @@ exports.default = {
|
|
|
5952
6105
|
2,
|
|
5953
6106
|
{
|
|
5954
6107
|
"input": [
|
|
5955
|
-
|
|
6108
|
+
210,
|
|
5956
6109
|
"AddCompetitionBudgetDto!"
|
|
5957
6110
|
]
|
|
5958
6111
|
}
|
|
@@ -5961,7 +6114,7 @@ exports.default = {
|
|
|
5961
6114
|
2,
|
|
5962
6115
|
{
|
|
5963
6116
|
"input": [
|
|
5964
|
-
|
|
6117
|
+
211,
|
|
5965
6118
|
"EditCompetitionBudgetDto!"
|
|
5966
6119
|
]
|
|
5967
6120
|
}
|
|
@@ -5970,7 +6123,7 @@ exports.default = {
|
|
|
5970
6123
|
2,
|
|
5971
6124
|
{
|
|
5972
6125
|
"input": [
|
|
5973
|
-
|
|
6126
|
+
212,
|
|
5974
6127
|
"EditCampaignBudgetDto!"
|
|
5975
6128
|
]
|
|
5976
6129
|
}
|
|
@@ -5979,7 +6132,7 @@ exports.default = {
|
|
|
5979
6132
|
2,
|
|
5980
6133
|
{
|
|
5981
6134
|
"input": [
|
|
5982
|
-
|
|
6135
|
+
212,
|
|
5983
6136
|
"EditCampaignBudgetDto!"
|
|
5984
6137
|
]
|
|
5985
6138
|
}
|
|
@@ -5988,7 +6141,7 @@ exports.default = {
|
|
|
5988
6141
|
82,
|
|
5989
6142
|
{
|
|
5990
6143
|
"input": [
|
|
5991
|
-
|
|
6144
|
+
213,
|
|
5992
6145
|
"CreateMembershipOrganizationDto!"
|
|
5993
6146
|
]
|
|
5994
6147
|
}
|
|
@@ -5997,7 +6150,7 @@ exports.default = {
|
|
|
5997
6150
|
84,
|
|
5998
6151
|
{
|
|
5999
6152
|
"input": [
|
|
6000
|
-
|
|
6153
|
+
214,
|
|
6001
6154
|
"CreateAthleteMembershipDto!"
|
|
6002
6155
|
]
|
|
6003
6156
|
}
|
|
@@ -6006,7 +6159,7 @@ exports.default = {
|
|
|
6006
6159
|
136,
|
|
6007
6160
|
{
|
|
6008
6161
|
"input": [
|
|
6009
|
-
|
|
6162
|
+
173,
|
|
6010
6163
|
"DeleteSingleValueDto!"
|
|
6011
6164
|
]
|
|
6012
6165
|
}
|
|
@@ -6024,7 +6177,7 @@ exports.default = {
|
|
|
6024
6177
|
97,
|
|
6025
6178
|
{
|
|
6026
6179
|
"input": [
|
|
6027
|
-
|
|
6180
|
+
261,
|
|
6028
6181
|
"CreateStripeAccountDto!"
|
|
6029
6182
|
]
|
|
6030
6183
|
}
|
|
@@ -6036,7 +6189,7 @@ exports.default = {
|
|
|
6036
6189
|
107,
|
|
6037
6190
|
{
|
|
6038
6191
|
"input": [
|
|
6039
|
-
|
|
6192
|
+
163,
|
|
6040
6193
|
"DonationCheckoutDto!"
|
|
6041
6194
|
]
|
|
6042
6195
|
}
|
|
@@ -6051,7 +6204,7 @@ exports.default = {
|
|
|
6051
6204
|
134,
|
|
6052
6205
|
{
|
|
6053
6206
|
"input": [
|
|
6054
|
-
|
|
6207
|
+
219,
|
|
6055
6208
|
"RegisterMemberDto!"
|
|
6056
6209
|
]
|
|
6057
6210
|
}
|
|
@@ -6177,13 +6330,13 @@ exports.default = {
|
|
|
6177
6330
|
1
|
|
6178
6331
|
],
|
|
6179
6332
|
"logo": [
|
|
6180
|
-
|
|
6333
|
+
178
|
|
6181
6334
|
],
|
|
6182
6335
|
"banner": [
|
|
6183
|
-
|
|
6336
|
+
178
|
|
6184
6337
|
],
|
|
6185
6338
|
"translations": [
|
|
6186
|
-
|
|
6339
|
+
237
|
|
6187
6340
|
],
|
|
6188
6341
|
"__typename": [
|
|
6189
6342
|
1
|
|
@@ -6206,10 +6359,10 @@ exports.default = {
|
|
|
6206
6359
|
1
|
|
6207
6360
|
],
|
|
6208
6361
|
"logo": [
|
|
6209
|
-
|
|
6362
|
+
178
|
|
6210
6363
|
],
|
|
6211
6364
|
"banner": [
|
|
6212
|
-
|
|
6365
|
+
178
|
|
6213
6366
|
],
|
|
6214
6367
|
"__typename": [
|
|
6215
6368
|
1
|
|
@@ -6314,10 +6467,10 @@ exports.default = {
|
|
|
6314
6467
|
1
|
|
6315
6468
|
],
|
|
6316
6469
|
"profilePicture": [
|
|
6317
|
-
|
|
6470
|
+
178
|
|
6318
6471
|
],
|
|
6319
6472
|
"cardPicture": [
|
|
6320
|
-
|
|
6473
|
+
178
|
|
6321
6474
|
],
|
|
6322
6475
|
"__typename": [
|
|
6323
6476
|
1
|
|
@@ -6336,7 +6489,7 @@ exports.default = {
|
|
|
6336
6489
|
},
|
|
6337
6490
|
"EditDisplayIndexDto": {
|
|
6338
6491
|
"updates": [
|
|
6339
|
-
|
|
6492
|
+
243
|
|
6340
6493
|
],
|
|
6341
6494
|
"__typename": [
|
|
6342
6495
|
1
|
|
@@ -6400,7 +6553,7 @@ exports.default = {
|
|
|
6400
6553
|
18
|
|
6401
6554
|
],
|
|
6402
6555
|
"translations": [
|
|
6403
|
-
|
|
6556
|
+
248
|
|
6404
6557
|
],
|
|
6405
6558
|
"__typename": [
|
|
6406
6559
|
1
|
|
@@ -6434,10 +6587,10 @@ exports.default = {
|
|
|
6434
6587
|
18
|
|
6435
6588
|
],
|
|
6436
6589
|
"banner": [
|
|
6437
|
-
|
|
6590
|
+
178
|
|
6438
6591
|
],
|
|
6439
6592
|
"criteria": [
|
|
6440
|
-
|
|
6593
|
+
250
|
|
6441
6594
|
],
|
|
6442
6595
|
"deadline": [
|
|
6443
6596
|
14
|
|
@@ -6446,13 +6599,13 @@ exports.default = {
|
|
|
6446
6599
|
14
|
|
6447
6600
|
],
|
|
6448
6601
|
"duration": [
|
|
6449
|
-
|
|
6602
|
+
252
|
|
6450
6603
|
],
|
|
6451
6604
|
"sponsorshipItems": [
|
|
6452
|
-
|
|
6605
|
+
253
|
|
6453
6606
|
],
|
|
6454
6607
|
"commitments": [
|
|
6455
|
-
|
|
6608
|
+
254
|
|
6456
6609
|
],
|
|
6457
6610
|
"terms": [
|
|
6458
6611
|
1
|
|
@@ -6464,7 +6617,7 @@ exports.default = {
|
|
|
6464
6617
|
2
|
|
6465
6618
|
],
|
|
6466
6619
|
"translations": [
|
|
6467
|
-
|
|
6620
|
+
255
|
|
6468
6621
|
],
|
|
6469
6622
|
"__typename": [
|
|
6470
6623
|
1
|
|
@@ -6478,7 +6631,7 @@ exports.default = {
|
|
|
6478
6631
|
1
|
|
6479
6632
|
],
|
|
6480
6633
|
"qualificationsBag": [
|
|
6481
|
-
|
|
6634
|
+
251
|
|
6482
6635
|
],
|
|
6483
6636
|
"__typename": [
|
|
6484
6637
|
1
|
|
@@ -6486,28 +6639,28 @@ exports.default = {
|
|
|
6486
6639
|
},
|
|
6487
6640
|
"QualificationsBagDto": {
|
|
6488
6641
|
"ageQualifications": [
|
|
6489
|
-
|
|
6642
|
+
186
|
|
6490
6643
|
],
|
|
6491
6644
|
"genderQualifications": [
|
|
6492
|
-
|
|
6645
|
+
187
|
|
6493
6646
|
],
|
|
6494
6647
|
"scoreQualifications": [
|
|
6495
|
-
|
|
6648
|
+
189
|
|
6496
6649
|
],
|
|
6497
6650
|
"locationQualifications": [
|
|
6498
|
-
|
|
6651
|
+
190
|
|
6499
6652
|
],
|
|
6500
6653
|
"nationalityQualifications": [
|
|
6501
|
-
|
|
6654
|
+
188
|
|
6502
6655
|
],
|
|
6503
6656
|
"distanceQualifications": [
|
|
6504
|
-
|
|
6657
|
+
191
|
|
6505
6658
|
],
|
|
6506
6659
|
"sportsQualifications": [
|
|
6507
|
-
|
|
6660
|
+
192
|
|
6508
6661
|
],
|
|
6509
6662
|
"levelQualifications": [
|
|
6510
|
-
|
|
6663
|
+
193
|
|
6511
6664
|
],
|
|
6512
6665
|
"__typename": [
|
|
6513
6666
|
1
|
|
@@ -6584,7 +6737,7 @@ exports.default = {
|
|
|
6584
6737
|
1
|
|
6585
6738
|
],
|
|
6586
6739
|
"banner": [
|
|
6587
|
-
|
|
6740
|
+
178
|
|
6588
6741
|
],
|
|
6589
6742
|
"terms": [
|
|
6590
6743
|
1
|
|
@@ -6702,7 +6855,7 @@ exports.default = {
|
|
|
6702
6855
|
1
|
|
6703
6856
|
],
|
|
6704
6857
|
"banner": [
|
|
6705
|
-
|
|
6858
|
+
178
|
|
6706
6859
|
],
|
|
6707
6860
|
"eventLevel": [
|
|
6708
6861
|
1
|