@vertikalx/vtx-backend-client 3.0.0-dev.3 → 3.0.0-dev.5
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.js +1 -0
- package/src/api/vtx-base-api.js.map +1 -1
- package/src/client/schema.d.ts +14 -9
- package/src/client/schema.js.map +1 -1
- package/src/client/types.d.ts +13 -10
- package/src/client/types.js +119 -110
- package/src/client/types.js.map +1 -1
- package/tsconfig.lib.tsbuildinfo +1 -1
package/src/client/types.js
CHANGED
|
@@ -2600,6 +2600,9 @@ exports.default = {
|
|
|
2600
2600
|
"preferences": [
|
|
2601
2601
|
87
|
|
2602
2602
|
],
|
|
2603
|
+
"suspended": [
|
|
2604
|
+
2
|
|
2605
|
+
],
|
|
2603
2606
|
"__typename": [
|
|
2604
2607
|
1
|
|
2605
2608
|
]
|
|
@@ -2677,6 +2680,9 @@ exports.default = {
|
|
|
2677
2680
|
"preferences": [
|
|
2678
2681
|
87
|
|
2679
2682
|
],
|
|
2683
|
+
"suspended": [
|
|
2684
|
+
2
|
|
2685
|
+
],
|
|
2680
2686
|
"allSports": [
|
|
2681
2687
|
67
|
|
2682
2688
|
],
|
|
@@ -3777,6 +3783,35 @@ exports.default = {
|
|
|
3777
3783
|
1
|
|
3778
3784
|
]
|
|
3779
3785
|
},
|
|
3786
|
+
"DonationCheckoutDto": {
|
|
3787
|
+
"fundingCampaignId": [
|
|
3788
|
+
1
|
|
3789
|
+
],
|
|
3790
|
+
"donationAmount": [
|
|
3791
|
+
18
|
|
3792
|
+
],
|
|
3793
|
+
"mode": [
|
|
3794
|
+
1
|
|
3795
|
+
],
|
|
3796
|
+
"fromName": [
|
|
3797
|
+
1
|
|
3798
|
+
],
|
|
3799
|
+
"fromEmail": [
|
|
3800
|
+
1
|
|
3801
|
+
],
|
|
3802
|
+
"fromPhone": [
|
|
3803
|
+
1
|
|
3804
|
+
],
|
|
3805
|
+
"message": [
|
|
3806
|
+
1
|
|
3807
|
+
],
|
|
3808
|
+
"clientType": [
|
|
3809
|
+
1
|
|
3810
|
+
],
|
|
3811
|
+
"__typename": [
|
|
3812
|
+
1
|
|
3813
|
+
]
|
|
3814
|
+
},
|
|
3780
3815
|
"AthleteInvitationDto": {
|
|
3781
3816
|
"email": [
|
|
3782
3817
|
1
|
|
@@ -3799,7 +3834,7 @@ exports.default = {
|
|
|
3799
3834
|
1
|
|
3800
3835
|
],
|
|
3801
3836
|
"invitations": [
|
|
3802
|
-
|
|
3837
|
+
162
|
|
3803
3838
|
],
|
|
3804
3839
|
"__typename": [
|
|
3805
3840
|
1
|
|
@@ -3910,7 +3945,7 @@ exports.default = {
|
|
|
3910
3945
|
1
|
|
3911
3946
|
],
|
|
3912
3947
|
"result": [
|
|
3913
|
-
|
|
3948
|
+
164
|
|
3914
3949
|
],
|
|
3915
3950
|
"cityId": [
|
|
3916
3951
|
1
|
|
@@ -3933,7 +3968,7 @@ exports.default = {
|
|
|
3933
3968
|
1
|
|
3934
3969
|
],
|
|
3935
3970
|
"result": [
|
|
3936
|
-
|
|
3971
|
+
164
|
|
3937
3972
|
],
|
|
3938
3973
|
"cityId": [
|
|
3939
3974
|
1
|
|
@@ -3969,13 +4004,13 @@ exports.default = {
|
|
|
3969
4004
|
},
|
|
3970
4005
|
"CursorPaginationDto": {
|
|
3971
4006
|
"sortCriteria": [
|
|
3972
|
-
|
|
4007
|
+
169
|
|
3973
4008
|
],
|
|
3974
4009
|
"limit": [
|
|
3975
4010
|
18
|
|
3976
4011
|
],
|
|
3977
4012
|
"cursorPosition": [
|
|
3978
|
-
|
|
4013
|
+
168
|
|
3979
4014
|
],
|
|
3980
4015
|
"__typename": [
|
|
3981
4016
|
1
|
|
@@ -4050,7 +4085,7 @@ exports.default = {
|
|
|
4050
4085
|
1
|
|
4051
4086
|
],
|
|
4052
4087
|
"currentCampaign": [
|
|
4053
|
-
|
|
4088
|
+
172
|
|
4054
4089
|
],
|
|
4055
4090
|
"sports": [
|
|
4056
4091
|
1
|
|
@@ -4112,10 +4147,10 @@ exports.default = {
|
|
|
4112
4147
|
},
|
|
4113
4148
|
"AthleteQueryDto": {
|
|
4114
4149
|
"cursor": [
|
|
4115
|
-
|
|
4150
|
+
170
|
|
4116
4151
|
],
|
|
4117
4152
|
"filters": [
|
|
4118
|
-
|
|
4153
|
+
173
|
|
4119
4154
|
],
|
|
4120
4155
|
"__typename": [
|
|
4121
4156
|
1
|
|
@@ -4126,7 +4161,7 @@ exports.default = {
|
|
|
4126
4161
|
1
|
|
4127
4162
|
],
|
|
4128
4163
|
"newPicture": [
|
|
4129
|
-
|
|
4164
|
+
176
|
|
4130
4165
|
],
|
|
4131
4166
|
"__typename": [
|
|
4132
4167
|
1
|
|
@@ -4160,7 +4195,7 @@ exports.default = {
|
|
|
4160
4195
|
1
|
|
4161
4196
|
],
|
|
4162
4197
|
"pictures": [
|
|
4163
|
-
|
|
4198
|
+
176
|
|
4164
4199
|
],
|
|
4165
4200
|
"albumId": [
|
|
4166
4201
|
1
|
|
@@ -4466,7 +4501,7 @@ exports.default = {
|
|
|
4466
4501
|
18
|
|
4467
4502
|
],
|
|
4468
4503
|
"items": [
|
|
4469
|
-
|
|
4504
|
+
196
|
|
4470
4505
|
],
|
|
4471
4506
|
"__typename": [
|
|
4472
4507
|
1
|
|
@@ -4477,7 +4512,7 @@ exports.default = {
|
|
|
4477
4512
|
18
|
|
4478
4513
|
],
|
|
4479
4514
|
"items": [
|
|
4480
|
-
|
|
4515
|
+
196
|
|
4481
4516
|
],
|
|
4482
4517
|
"athleteCompetitionId": [
|
|
4483
4518
|
1
|
|
@@ -4526,16 +4561,16 @@ exports.default = {
|
|
|
4526
4561
|
14
|
|
4527
4562
|
],
|
|
4528
4563
|
"budget": [
|
|
4529
|
-
|
|
4564
|
+
198
|
|
4530
4565
|
],
|
|
4531
4566
|
"competitionBudgets": [
|
|
4532
|
-
|
|
4567
|
+
199
|
|
4533
4568
|
],
|
|
4534
4569
|
"competitionIds": [
|
|
4535
4570
|
1
|
|
4536
4571
|
],
|
|
4537
4572
|
"video": [
|
|
4538
|
-
|
|
4573
|
+
200
|
|
4539
4574
|
],
|
|
4540
4575
|
"__typename": [
|
|
4541
4576
|
1
|
|
@@ -4567,16 +4602,16 @@ exports.default = {
|
|
|
4567
4602
|
14
|
|
4568
4603
|
],
|
|
4569
4604
|
"budget": [
|
|
4570
|
-
|
|
4605
|
+
198
|
|
4571
4606
|
],
|
|
4572
4607
|
"competitionBudgets": [
|
|
4573
|
-
|
|
4608
|
+
199
|
|
4574
4609
|
],
|
|
4575
4610
|
"competitionIds": [
|
|
4576
4611
|
1
|
|
4577
4612
|
],
|
|
4578
4613
|
"video": [
|
|
4579
|
-
|
|
4614
|
+
200
|
|
4580
4615
|
],
|
|
4581
4616
|
"loginEmail": [
|
|
4582
4617
|
1
|
|
@@ -4611,16 +4646,16 @@ exports.default = {
|
|
|
4611
4646
|
14
|
|
4612
4647
|
],
|
|
4613
4648
|
"budget": [
|
|
4614
|
-
|
|
4649
|
+
198
|
|
4615
4650
|
],
|
|
4616
4651
|
"competitionBudgets": [
|
|
4617
|
-
|
|
4652
|
+
199
|
|
4618
4653
|
],
|
|
4619
4654
|
"competitionIds": [
|
|
4620
4655
|
1
|
|
4621
4656
|
],
|
|
4622
4657
|
"video": [
|
|
4623
|
-
|
|
4658
|
+
200
|
|
4624
4659
|
],
|
|
4625
4660
|
"_id": [
|
|
4626
4661
|
1
|
|
@@ -4642,7 +4677,7 @@ exports.default = {
|
|
|
4642
4677
|
},
|
|
4643
4678
|
"BudgetDto": {
|
|
4644
4679
|
"items": [
|
|
4645
|
-
|
|
4680
|
+
196
|
|
4646
4681
|
],
|
|
4647
4682
|
"fundingMode": [
|
|
4648
4683
|
1
|
|
@@ -4656,7 +4691,7 @@ exports.default = {
|
|
|
4656
4691
|
1
|
|
4657
4692
|
],
|
|
4658
4693
|
"budget": [
|
|
4659
|
-
|
|
4694
|
+
205
|
|
4660
4695
|
],
|
|
4661
4696
|
"__typename": [
|
|
4662
4697
|
1
|
|
@@ -4667,7 +4702,7 @@ exports.default = {
|
|
|
4667
4702
|
1
|
|
4668
4703
|
],
|
|
4669
4704
|
"budget": [
|
|
4670
|
-
|
|
4705
|
+
205
|
|
4671
4706
|
],
|
|
4672
4707
|
"__typename": [
|
|
4673
4708
|
1
|
|
@@ -4687,7 +4722,7 @@ exports.default = {
|
|
|
4687
4722
|
18
|
|
4688
4723
|
],
|
|
4689
4724
|
"budget": [
|
|
4690
|
-
|
|
4725
|
+
205
|
|
4691
4726
|
],
|
|
4692
4727
|
"__typename": [
|
|
4693
4728
|
1
|
|
@@ -4707,7 +4742,7 @@ exports.default = {
|
|
|
4707
4742
|
1
|
|
4708
4743
|
],
|
|
4709
4744
|
"logo": [
|
|
4710
|
-
|
|
4745
|
+
176
|
|
4711
4746
|
],
|
|
4712
4747
|
"countryId": [
|
|
4713
4748
|
1
|
|
@@ -4739,32 +4774,6 @@ exports.default = {
|
|
|
4739
4774
|
1
|
|
4740
4775
|
]
|
|
4741
4776
|
},
|
|
4742
|
-
"DonationCheckoutDto": {
|
|
4743
|
-
"fundingCampaignId": [
|
|
4744
|
-
1
|
|
4745
|
-
],
|
|
4746
|
-
"donationAmount": [
|
|
4747
|
-
18
|
|
4748
|
-
],
|
|
4749
|
-
"mode": [
|
|
4750
|
-
1
|
|
4751
|
-
],
|
|
4752
|
-
"fromName": [
|
|
4753
|
-
1
|
|
4754
|
-
],
|
|
4755
|
-
"fromEmail": [
|
|
4756
|
-
1
|
|
4757
|
-
],
|
|
4758
|
-
"fromPhone": [
|
|
4759
|
-
1
|
|
4760
|
-
],
|
|
4761
|
-
"message": [
|
|
4762
|
-
1
|
|
4763
|
-
],
|
|
4764
|
-
"__typename": [
|
|
4765
|
-
1
|
|
4766
|
-
]
|
|
4767
|
-
},
|
|
4768
4777
|
"StripeQueryDto": {
|
|
4769
4778
|
"operation": [
|
|
4770
4779
|
1
|
|
@@ -4843,7 +4852,7 @@ exports.default = {
|
|
|
4843
4852
|
1
|
|
4844
4853
|
],
|
|
4845
4854
|
"profilePicture": [
|
|
4846
|
-
|
|
4855
|
+
176
|
|
4847
4856
|
],
|
|
4848
4857
|
"__typename": [
|
|
4849
4858
|
1
|
|
@@ -4991,7 +5000,7 @@ exports.default = {
|
|
|
4991
5000
|
144,
|
|
4992
5001
|
{
|
|
4993
5002
|
"input": [
|
|
4994
|
-
|
|
5003
|
+
179,
|
|
4995
5004
|
"existValueDto!"
|
|
4996
5005
|
]
|
|
4997
5006
|
}
|
|
@@ -5003,7 +5012,7 @@ exports.default = {
|
|
|
5003
5012
|
139,
|
|
5004
5013
|
{
|
|
5005
5014
|
"input": [
|
|
5006
|
-
|
|
5015
|
+
174,
|
|
5007
5016
|
"AthleteQueryDto!"
|
|
5008
5017
|
]
|
|
5009
5018
|
}
|
|
@@ -5099,7 +5108,7 @@ exports.default = {
|
|
|
5099
5108
|
139,
|
|
5100
5109
|
{
|
|
5101
5110
|
"input": [
|
|
5102
|
-
|
|
5111
|
+
174,
|
|
5103
5112
|
"AthleteQueryDto!"
|
|
5104
5113
|
]
|
|
5105
5114
|
}
|
|
@@ -5117,7 +5126,7 @@ exports.default = {
|
|
|
5117
5126
|
142,
|
|
5118
5127
|
{
|
|
5119
5128
|
"input": [
|
|
5120
|
-
|
|
5129
|
+
179,
|
|
5121
5130
|
"existValueDto!"
|
|
5122
5131
|
]
|
|
5123
5132
|
}
|
|
@@ -5126,7 +5135,7 @@ exports.default = {
|
|
|
5126
5135
|
98,
|
|
5127
5136
|
{
|
|
5128
5137
|
"input": [
|
|
5129
|
-
|
|
5138
|
+
181,
|
|
5130
5139
|
"GetHistoricalScoresDto!"
|
|
5131
5140
|
]
|
|
5132
5141
|
}
|
|
@@ -5135,7 +5144,7 @@ exports.default = {
|
|
|
5135
5144
|
98,
|
|
5136
5145
|
{
|
|
5137
5146
|
"input": [
|
|
5138
|
-
|
|
5147
|
+
180,
|
|
5139
5148
|
"GetMyHistoricalScoresDto!"
|
|
5140
5149
|
]
|
|
5141
5150
|
}
|
|
@@ -5144,7 +5153,7 @@ exports.default = {
|
|
|
5144
5153
|
89,
|
|
5145
5154
|
{
|
|
5146
5155
|
"input": [
|
|
5147
|
-
|
|
5156
|
+
182,
|
|
5148
5157
|
"GetAthleteCampaignsDto!"
|
|
5149
5158
|
]
|
|
5150
5159
|
}
|
|
@@ -5319,7 +5328,7 @@ exports.default = {
|
|
|
5319
5328
|
117,
|
|
5320
5329
|
{
|
|
5321
5330
|
"input": [
|
|
5322
|
-
|
|
5331
|
+
194,
|
|
5323
5332
|
"GetReceiptDto!"
|
|
5324
5333
|
]
|
|
5325
5334
|
}
|
|
@@ -5328,7 +5337,7 @@ exports.default = {
|
|
|
5328
5337
|
118,
|
|
5329
5338
|
{
|
|
5330
5339
|
"input": [
|
|
5331
|
-
|
|
5340
|
+
194,
|
|
5332
5341
|
"GetReceiptDto!"
|
|
5333
5342
|
]
|
|
5334
5343
|
}
|
|
@@ -5504,7 +5513,7 @@ exports.default = {
|
|
|
5504
5513
|
27,
|
|
5505
5514
|
{
|
|
5506
5515
|
"input": [
|
|
5507
|
-
|
|
5516
|
+
176,
|
|
5508
5517
|
"AWSS3UploadedFileDto!"
|
|
5509
5518
|
]
|
|
5510
5519
|
}
|
|
@@ -5549,7 +5558,7 @@ exports.default = {
|
|
|
5549
5558
|
104,
|
|
5550
5559
|
{
|
|
5551
5560
|
"input": [
|
|
5552
|
-
|
|
5561
|
+
163,
|
|
5553
5562
|
"InviteAthletesDto!"
|
|
5554
5563
|
]
|
|
5555
5564
|
}
|
|
@@ -5558,7 +5567,7 @@ exports.default = {
|
|
|
5558
5567
|
136,
|
|
5559
5568
|
{
|
|
5560
5569
|
"input": [
|
|
5561
|
-
|
|
5570
|
+
171,
|
|
5562
5571
|
"DeleteSingleValueDto!"
|
|
5563
5572
|
]
|
|
5564
5573
|
}
|
|
@@ -5585,7 +5594,7 @@ exports.default = {
|
|
|
5585
5594
|
140,
|
|
5586
5595
|
{
|
|
5587
5596
|
"input": [
|
|
5588
|
-
|
|
5597
|
+
175,
|
|
5589
5598
|
"EditPictureDto!"
|
|
5590
5599
|
]
|
|
5591
5600
|
}
|
|
@@ -5594,7 +5603,7 @@ exports.default = {
|
|
|
5594
5603
|
141,
|
|
5595
5604
|
{
|
|
5596
5605
|
"input": [
|
|
5597
|
-
|
|
5606
|
+
177,
|
|
5598
5607
|
"UploadAlbumsPicturesDto!"
|
|
5599
5608
|
]
|
|
5600
5609
|
}
|
|
@@ -5603,7 +5612,7 @@ exports.default = {
|
|
|
5603
5612
|
81,
|
|
5604
5613
|
{
|
|
5605
5614
|
"input": [
|
|
5606
|
-
|
|
5615
|
+
166,
|
|
5607
5616
|
"CreateAthleteCompetitionDto!"
|
|
5608
5617
|
]
|
|
5609
5618
|
}
|
|
@@ -5612,7 +5621,7 @@ exports.default = {
|
|
|
5612
5621
|
136,
|
|
5613
5622
|
{
|
|
5614
5623
|
"input": [
|
|
5615
|
-
|
|
5624
|
+
171,
|
|
5616
5625
|
"DeleteSingleValueDto!"
|
|
5617
5626
|
]
|
|
5618
5627
|
}
|
|
@@ -5621,7 +5630,7 @@ exports.default = {
|
|
|
5621
5630
|
80,
|
|
5622
5631
|
{
|
|
5623
5632
|
"input": [
|
|
5624
|
-
|
|
5633
|
+
177,
|
|
5625
5634
|
"UploadAlbumsPicturesDto!"
|
|
5626
5635
|
]
|
|
5627
5636
|
}
|
|
@@ -5639,7 +5648,7 @@ exports.default = {
|
|
|
5639
5648
|
80,
|
|
5640
5649
|
{
|
|
5641
5650
|
"input": [
|
|
5642
|
-
|
|
5651
|
+
177,
|
|
5643
5652
|
"UploadAlbumsPicturesDto!"
|
|
5644
5653
|
]
|
|
5645
5654
|
}
|
|
@@ -5648,7 +5657,7 @@ exports.default = {
|
|
|
5648
5657
|
136,
|
|
5649
5658
|
{
|
|
5650
5659
|
"input": [
|
|
5651
|
-
|
|
5660
|
+
171,
|
|
5652
5661
|
"DeleteSingleValueDto!"
|
|
5653
5662
|
]
|
|
5654
5663
|
}
|
|
@@ -5657,7 +5666,7 @@ exports.default = {
|
|
|
5657
5666
|
120,
|
|
5658
5667
|
{
|
|
5659
5668
|
"input": [
|
|
5660
|
-
|
|
5669
|
+
178,
|
|
5661
5670
|
"DeleteValuesDto!"
|
|
5662
5671
|
]
|
|
5663
5672
|
}
|
|
@@ -5666,7 +5675,7 @@ exports.default = {
|
|
|
5666
5675
|
76,
|
|
5667
5676
|
{
|
|
5668
5677
|
"input": [
|
|
5669
|
-
|
|
5678
|
+
165,
|
|
5670
5679
|
"SetCompetitionResultDto!"
|
|
5671
5680
|
]
|
|
5672
5681
|
}
|
|
@@ -5750,7 +5759,7 @@ exports.default = {
|
|
|
5750
5759
|
29,
|
|
5751
5760
|
{
|
|
5752
5761
|
"input": [
|
|
5753
|
-
|
|
5762
|
+
192,
|
|
5754
5763
|
"RegisterUserDto!"
|
|
5755
5764
|
]
|
|
5756
5765
|
}
|
|
@@ -5777,7 +5786,7 @@ exports.default = {
|
|
|
5777
5786
|
0,
|
|
5778
5787
|
{
|
|
5779
5788
|
"input": [
|
|
5780
|
-
|
|
5789
|
+
192,
|
|
5781
5790
|
"RegisterUserDto!"
|
|
5782
5791
|
]
|
|
5783
5792
|
}
|
|
@@ -5786,7 +5795,7 @@ exports.default = {
|
|
|
5786
5795
|
0,
|
|
5787
5796
|
{
|
|
5788
5797
|
"input": [
|
|
5789
|
-
|
|
5798
|
+
192,
|
|
5790
5799
|
"RegisterUserDto!"
|
|
5791
5800
|
]
|
|
5792
5801
|
}
|
|
@@ -5795,7 +5804,7 @@ exports.default = {
|
|
|
5795
5804
|
0,
|
|
5796
5805
|
{
|
|
5797
5806
|
"input": [
|
|
5798
|
-
|
|
5807
|
+
192,
|
|
5799
5808
|
"RegisterUserDto!"
|
|
5800
5809
|
]
|
|
5801
5810
|
}
|
|
@@ -5826,7 +5835,7 @@ exports.default = {
|
|
|
5826
5835
|
135,
|
|
5827
5836
|
{
|
|
5828
5837
|
"input": [
|
|
5829
|
-
|
|
5838
|
+
193,
|
|
5830
5839
|
"resetPasswordDto!"
|
|
5831
5840
|
]
|
|
5832
5841
|
}
|
|
@@ -5871,7 +5880,7 @@ exports.default = {
|
|
|
5871
5880
|
130,
|
|
5872
5881
|
{
|
|
5873
5882
|
"input": [
|
|
5874
|
-
|
|
5883
|
+
195,
|
|
5875
5884
|
"MergeSportsEventsDto!"
|
|
5876
5885
|
]
|
|
5877
5886
|
}
|
|
@@ -5880,7 +5889,7 @@ exports.default = {
|
|
|
5880
5889
|
89,
|
|
5881
5890
|
{
|
|
5882
5891
|
"input": [
|
|
5883
|
-
|
|
5892
|
+
204,
|
|
5884
5893
|
"SetFundingStatusDto!"
|
|
5885
5894
|
]
|
|
5886
5895
|
}
|
|
@@ -5889,7 +5898,7 @@ exports.default = {
|
|
|
5889
5898
|
89,
|
|
5890
5899
|
{
|
|
5891
5900
|
"input": [
|
|
5892
|
-
|
|
5901
|
+
201,
|
|
5893
5902
|
"CreateFundingCampaignDto!"
|
|
5894
5903
|
]
|
|
5895
5904
|
}
|
|
@@ -5898,7 +5907,7 @@ exports.default = {
|
|
|
5898
5907
|
89,
|
|
5899
5908
|
{
|
|
5900
5909
|
"input": [
|
|
5901
|
-
|
|
5910
|
+
203,
|
|
5902
5911
|
"UpdateFundingCampaignDto!"
|
|
5903
5912
|
]
|
|
5904
5913
|
}
|
|
@@ -5907,7 +5916,7 @@ exports.default = {
|
|
|
5907
5916
|
136,
|
|
5908
5917
|
{
|
|
5909
5918
|
"input": [
|
|
5910
|
-
|
|
5919
|
+
171,
|
|
5911
5920
|
"DeleteSingleValueDto!"
|
|
5912
5921
|
]
|
|
5913
5922
|
}
|
|
@@ -5916,7 +5925,7 @@ exports.default = {
|
|
|
5916
5925
|
120,
|
|
5917
5926
|
{
|
|
5918
5927
|
"input": [
|
|
5919
|
-
|
|
5928
|
+
178,
|
|
5920
5929
|
"DeleteValuesDto!"
|
|
5921
5930
|
]
|
|
5922
5931
|
}
|
|
@@ -5934,7 +5943,7 @@ exports.default = {
|
|
|
5934
5943
|
2,
|
|
5935
5944
|
{
|
|
5936
5945
|
"input": [
|
|
5937
|
-
|
|
5946
|
+
206,
|
|
5938
5947
|
"AddCompetitionBudgetDto!"
|
|
5939
5948
|
]
|
|
5940
5949
|
}
|
|
@@ -5943,7 +5952,7 @@ exports.default = {
|
|
|
5943
5952
|
2,
|
|
5944
5953
|
{
|
|
5945
5954
|
"input": [
|
|
5946
|
-
|
|
5955
|
+
207,
|
|
5947
5956
|
"EditCompetitionBudgetDto!"
|
|
5948
5957
|
]
|
|
5949
5958
|
}
|
|
@@ -5952,7 +5961,7 @@ exports.default = {
|
|
|
5952
5961
|
2,
|
|
5953
5962
|
{
|
|
5954
5963
|
"input": [
|
|
5955
|
-
|
|
5964
|
+
208,
|
|
5956
5965
|
"EditCampaignBudgetDto!"
|
|
5957
5966
|
]
|
|
5958
5967
|
}
|
|
@@ -5961,7 +5970,7 @@ exports.default = {
|
|
|
5961
5970
|
2,
|
|
5962
5971
|
{
|
|
5963
5972
|
"input": [
|
|
5964
|
-
|
|
5973
|
+
208,
|
|
5965
5974
|
"EditCampaignBudgetDto!"
|
|
5966
5975
|
]
|
|
5967
5976
|
}
|
|
@@ -5970,7 +5979,7 @@ exports.default = {
|
|
|
5970
5979
|
82,
|
|
5971
5980
|
{
|
|
5972
5981
|
"input": [
|
|
5973
|
-
|
|
5982
|
+
209,
|
|
5974
5983
|
"CreateMembershipOrganizationDto!"
|
|
5975
5984
|
]
|
|
5976
5985
|
}
|
|
@@ -5979,7 +5988,7 @@ exports.default = {
|
|
|
5979
5988
|
84,
|
|
5980
5989
|
{
|
|
5981
5990
|
"input": [
|
|
5982
|
-
|
|
5991
|
+
210,
|
|
5983
5992
|
"CreateAthleteMembershipDto!"
|
|
5984
5993
|
]
|
|
5985
5994
|
}
|
|
@@ -5988,7 +5997,7 @@ exports.default = {
|
|
|
5988
5997
|
136,
|
|
5989
5998
|
{
|
|
5990
5999
|
"input": [
|
|
5991
|
-
|
|
6000
|
+
171,
|
|
5992
6001
|
"DeleteSingleValueDto!"
|
|
5993
6002
|
]
|
|
5994
6003
|
}
|
|
@@ -6018,7 +6027,7 @@ exports.default = {
|
|
|
6018
6027
|
107,
|
|
6019
6028
|
{
|
|
6020
6029
|
"input": [
|
|
6021
|
-
|
|
6030
|
+
161,
|
|
6022
6031
|
"DonationCheckoutDto!"
|
|
6023
6032
|
]
|
|
6024
6033
|
}
|
|
@@ -6159,10 +6168,10 @@ exports.default = {
|
|
|
6159
6168
|
1
|
|
6160
6169
|
],
|
|
6161
6170
|
"logo": [
|
|
6162
|
-
|
|
6171
|
+
176
|
|
6163
6172
|
],
|
|
6164
6173
|
"banner": [
|
|
6165
|
-
|
|
6174
|
+
176
|
|
6166
6175
|
],
|
|
6167
6176
|
"translations": [
|
|
6168
6177
|
234
|
|
@@ -6188,10 +6197,10 @@ exports.default = {
|
|
|
6188
6197
|
1
|
|
6189
6198
|
],
|
|
6190
6199
|
"logo": [
|
|
6191
|
-
|
|
6200
|
+
176
|
|
6192
6201
|
],
|
|
6193
6202
|
"banner": [
|
|
6194
|
-
|
|
6203
|
+
176
|
|
6195
6204
|
],
|
|
6196
6205
|
"__typename": [
|
|
6197
6206
|
1
|
|
@@ -6296,10 +6305,10 @@ exports.default = {
|
|
|
6296
6305
|
1
|
|
6297
6306
|
],
|
|
6298
6307
|
"profilePicture": [
|
|
6299
|
-
|
|
6308
|
+
176
|
|
6300
6309
|
],
|
|
6301
6310
|
"cardPicture": [
|
|
6302
|
-
|
|
6311
|
+
176
|
|
6303
6312
|
],
|
|
6304
6313
|
"__typename": [
|
|
6305
6314
|
1
|
|
@@ -6416,7 +6425,7 @@ exports.default = {
|
|
|
6416
6425
|
18
|
|
6417
6426
|
],
|
|
6418
6427
|
"banner": [
|
|
6419
|
-
|
|
6428
|
+
176
|
|
6420
6429
|
],
|
|
6421
6430
|
"criteria": [
|
|
6422
6431
|
247
|
|
@@ -6468,28 +6477,28 @@ exports.default = {
|
|
|
6468
6477
|
},
|
|
6469
6478
|
"QualificationsBagDto": {
|
|
6470
6479
|
"ageQualifications": [
|
|
6471
|
-
|
|
6480
|
+
184
|
|
6472
6481
|
],
|
|
6473
6482
|
"genderQualifications": [
|
|
6474
|
-
|
|
6483
|
+
185
|
|
6475
6484
|
],
|
|
6476
6485
|
"scoreQualifications": [
|
|
6477
|
-
|
|
6486
|
+
187
|
|
6478
6487
|
],
|
|
6479
6488
|
"locationQualifications": [
|
|
6480
|
-
|
|
6489
|
+
188
|
|
6481
6490
|
],
|
|
6482
6491
|
"nationalityQualifications": [
|
|
6483
|
-
|
|
6492
|
+
186
|
|
6484
6493
|
],
|
|
6485
6494
|
"distanceQualifications": [
|
|
6486
|
-
|
|
6495
|
+
189
|
|
6487
6496
|
],
|
|
6488
6497
|
"sportsQualifications": [
|
|
6489
|
-
|
|
6498
|
+
190
|
|
6490
6499
|
],
|
|
6491
6500
|
"levelQualifications": [
|
|
6492
|
-
|
|
6501
|
+
191
|
|
6493
6502
|
],
|
|
6494
6503
|
"__typename": [
|
|
6495
6504
|
1
|
|
@@ -6566,7 +6575,7 @@ exports.default = {
|
|
|
6566
6575
|
1
|
|
6567
6576
|
],
|
|
6568
6577
|
"banner": [
|
|
6569
|
-
|
|
6578
|
+
176
|
|
6570
6579
|
],
|
|
6571
6580
|
"terms": [
|
|
6572
6581
|
1
|
|
@@ -6684,7 +6693,7 @@ exports.default = {
|
|
|
6684
6693
|
1
|
|
6685
6694
|
],
|
|
6686
6695
|
"banner": [
|
|
6687
|
-
|
|
6696
|
+
176
|
|
6688
6697
|
],
|
|
6689
6698
|
"eventLevel": [
|
|
6690
6699
|
1
|