@vertikalx/vtx-backend-client 3.0.0-dev.1 → 3.0.0-dev.10
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 +7 -1
- package/src/api/vtx-base-api.js +311 -1
- package/src/api/vtx-base-api.js.map +1 -1
- package/src/client/schema.d.ts +86 -21
- package/src/client/schema.js +14 -7
- package/src/client/schema.js.map +1 -1
- package/src/client/types.d.ts +42 -11
- package/src/client/types.js +256 -167
- 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
|
+
151,
|
|
14
|
+
218
|
|
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
|
],
|
|
@@ -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
|
],
|
|
@@ -2779,7 +2785,7 @@ exports.default = {
|
|
|
2779
2785
|
89
|
|
2780
2786
|
],
|
|
2781
2787
|
"mode": [
|
|
2782
|
-
|
|
2788
|
+
218
|
|
2783
2789
|
],
|
|
2784
2790
|
"athleteId": [
|
|
2785
2791
|
1
|
|
@@ -2861,6 +2867,12 @@ exports.default = {
|
|
|
2861
2867
|
]
|
|
2862
2868
|
},
|
|
2863
2869
|
"StripeCheckoutSession": {
|
|
2870
|
+
"id": [
|
|
2871
|
+
1
|
|
2872
|
+
],
|
|
2873
|
+
"vtxCheckoutSessionId": [
|
|
2874
|
+
1
|
|
2875
|
+
],
|
|
2864
2876
|
"client_secret": [
|
|
2865
2877
|
1
|
|
2866
2878
|
],
|
|
@@ -2870,6 +2882,9 @@ exports.default = {
|
|
|
2870
2882
|
"livemode": [
|
|
2871
2883
|
2
|
|
2872
2884
|
],
|
|
2885
|
+
"url": [
|
|
2886
|
+
1
|
|
2887
|
+
],
|
|
2873
2888
|
"__typename": [
|
|
2874
2889
|
1
|
|
2875
2890
|
]
|
|
@@ -3337,6 +3352,12 @@ exports.default = {
|
|
|
3337
3352
|
"donationMode": [
|
|
3338
3353
|
1
|
|
3339
3354
|
],
|
|
3355
|
+
"donorName": [
|
|
3356
|
+
1
|
|
3357
|
+
],
|
|
3358
|
+
"donorEmail": [
|
|
3359
|
+
1
|
|
3360
|
+
],
|
|
3340
3361
|
"completed": [
|
|
3341
3362
|
2
|
|
3342
3363
|
],
|
|
@@ -3537,12 +3558,47 @@ exports.default = {
|
|
|
3537
3558
|
1
|
|
3538
3559
|
]
|
|
3539
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
|
+
},
|
|
3540
3596
|
"StripeObject": {
|
|
3541
3597
|
"type": [
|
|
3542
3598
|
1
|
|
3543
3599
|
],
|
|
3544
3600
|
"json": [
|
|
3545
|
-
|
|
3601
|
+
147
|
|
3546
3602
|
],
|
|
3547
3603
|
"__typename": [
|
|
3548
3604
|
1
|
|
@@ -3612,7 +3668,7 @@ exports.default = {
|
|
|
3612
3668
|
1
|
|
3613
3669
|
],
|
|
3614
3670
|
"status": [
|
|
3615
|
-
|
|
3671
|
+
151
|
|
3616
3672
|
],
|
|
3617
3673
|
"lastError": [
|
|
3618
3674
|
1
|
|
@@ -3774,6 +3830,35 @@ exports.default = {
|
|
|
3774
3830
|
1
|
|
3775
3831
|
]
|
|
3776
3832
|
},
|
|
3833
|
+
"DonationCheckoutDto": {
|
|
3834
|
+
"fundingCampaignId": [
|
|
3835
|
+
1
|
|
3836
|
+
],
|
|
3837
|
+
"donationAmount": [
|
|
3838
|
+
18
|
|
3839
|
+
],
|
|
3840
|
+
"mode": [
|
|
3841
|
+
1
|
|
3842
|
+
],
|
|
3843
|
+
"fromName": [
|
|
3844
|
+
1
|
|
3845
|
+
],
|
|
3846
|
+
"fromEmail": [
|
|
3847
|
+
1
|
|
3848
|
+
],
|
|
3849
|
+
"fromPhone": [
|
|
3850
|
+
1
|
|
3851
|
+
],
|
|
3852
|
+
"message": [
|
|
3853
|
+
1
|
|
3854
|
+
],
|
|
3855
|
+
"clientType": [
|
|
3856
|
+
1
|
|
3857
|
+
],
|
|
3858
|
+
"__typename": [
|
|
3859
|
+
1
|
|
3860
|
+
]
|
|
3861
|
+
},
|
|
3777
3862
|
"AthleteInvitationDto": {
|
|
3778
3863
|
"email": [
|
|
3779
3864
|
1
|
|
@@ -3796,7 +3881,7 @@ exports.default = {
|
|
|
3796
3881
|
1
|
|
3797
3882
|
],
|
|
3798
3883
|
"invitations": [
|
|
3799
|
-
|
|
3884
|
+
163
|
|
3800
3885
|
],
|
|
3801
3886
|
"__typename": [
|
|
3802
3887
|
1
|
|
@@ -3907,7 +3992,7 @@ exports.default = {
|
|
|
3907
3992
|
1
|
|
3908
3993
|
],
|
|
3909
3994
|
"result": [
|
|
3910
|
-
|
|
3995
|
+
165
|
|
3911
3996
|
],
|
|
3912
3997
|
"cityId": [
|
|
3913
3998
|
1
|
|
@@ -3930,7 +4015,7 @@ exports.default = {
|
|
|
3930
4015
|
1
|
|
3931
4016
|
],
|
|
3932
4017
|
"result": [
|
|
3933
|
-
|
|
4018
|
+
165
|
|
3934
4019
|
],
|
|
3935
4020
|
"cityId": [
|
|
3936
4021
|
1
|
|
@@ -3966,13 +4051,13 @@ exports.default = {
|
|
|
3966
4051
|
},
|
|
3967
4052
|
"CursorPaginationDto": {
|
|
3968
4053
|
"sortCriteria": [
|
|
3969
|
-
|
|
4054
|
+
170
|
|
3970
4055
|
],
|
|
3971
4056
|
"limit": [
|
|
3972
4057
|
18
|
|
3973
4058
|
],
|
|
3974
4059
|
"cursorPosition": [
|
|
3975
|
-
|
|
4060
|
+
169
|
|
3976
4061
|
],
|
|
3977
4062
|
"__typename": [
|
|
3978
4063
|
1
|
|
@@ -4047,7 +4132,7 @@ exports.default = {
|
|
|
4047
4132
|
1
|
|
4048
4133
|
],
|
|
4049
4134
|
"currentCampaign": [
|
|
4050
|
-
|
|
4135
|
+
173
|
|
4051
4136
|
],
|
|
4052
4137
|
"sports": [
|
|
4053
4138
|
1
|
|
@@ -4109,10 +4194,10 @@ exports.default = {
|
|
|
4109
4194
|
},
|
|
4110
4195
|
"AthleteQueryDto": {
|
|
4111
4196
|
"cursor": [
|
|
4112
|
-
|
|
4197
|
+
171
|
|
4113
4198
|
],
|
|
4114
4199
|
"filters": [
|
|
4115
|
-
|
|
4200
|
+
174
|
|
4116
4201
|
],
|
|
4117
4202
|
"__typename": [
|
|
4118
4203
|
1
|
|
@@ -4123,7 +4208,7 @@ exports.default = {
|
|
|
4123
4208
|
1
|
|
4124
4209
|
],
|
|
4125
4210
|
"newPicture": [
|
|
4126
|
-
|
|
4211
|
+
177
|
|
4127
4212
|
],
|
|
4128
4213
|
"__typename": [
|
|
4129
4214
|
1
|
|
@@ -4157,7 +4242,7 @@ exports.default = {
|
|
|
4157
4242
|
1
|
|
4158
4243
|
],
|
|
4159
4244
|
"pictures": [
|
|
4160
|
-
|
|
4245
|
+
177
|
|
4161
4246
|
],
|
|
4162
4247
|
"albumId": [
|
|
4163
4248
|
1
|
|
@@ -4381,7 +4466,7 @@ exports.default = {
|
|
|
4381
4466
|
},
|
|
4382
4467
|
"resetPasswordDto": {
|
|
4383
4468
|
"code": [
|
|
4384
|
-
|
|
4469
|
+
161
|
|
4385
4470
|
],
|
|
4386
4471
|
"newPassword": [
|
|
4387
4472
|
1
|
|
@@ -4463,7 +4548,7 @@ exports.default = {
|
|
|
4463
4548
|
18
|
|
4464
4549
|
],
|
|
4465
4550
|
"items": [
|
|
4466
|
-
|
|
4551
|
+
197
|
|
4467
4552
|
],
|
|
4468
4553
|
"__typename": [
|
|
4469
4554
|
1
|
|
@@ -4474,7 +4559,7 @@ exports.default = {
|
|
|
4474
4559
|
18
|
|
4475
4560
|
],
|
|
4476
4561
|
"items": [
|
|
4477
|
-
|
|
4562
|
+
197
|
|
4478
4563
|
],
|
|
4479
4564
|
"athleteCompetitionId": [
|
|
4480
4565
|
1
|
|
@@ -4523,16 +4608,16 @@ exports.default = {
|
|
|
4523
4608
|
14
|
|
4524
4609
|
],
|
|
4525
4610
|
"budget": [
|
|
4526
|
-
|
|
4611
|
+
199
|
|
4527
4612
|
],
|
|
4528
4613
|
"competitionBudgets": [
|
|
4529
|
-
|
|
4614
|
+
200
|
|
4530
4615
|
],
|
|
4531
4616
|
"competitionIds": [
|
|
4532
4617
|
1
|
|
4533
4618
|
],
|
|
4534
4619
|
"video": [
|
|
4535
|
-
|
|
4620
|
+
201
|
|
4536
4621
|
],
|
|
4537
4622
|
"__typename": [
|
|
4538
4623
|
1
|
|
@@ -4564,16 +4649,16 @@ exports.default = {
|
|
|
4564
4649
|
14
|
|
4565
4650
|
],
|
|
4566
4651
|
"budget": [
|
|
4567
|
-
|
|
4652
|
+
199
|
|
4568
4653
|
],
|
|
4569
4654
|
"competitionBudgets": [
|
|
4570
|
-
|
|
4655
|
+
200
|
|
4571
4656
|
],
|
|
4572
4657
|
"competitionIds": [
|
|
4573
4658
|
1
|
|
4574
4659
|
],
|
|
4575
4660
|
"video": [
|
|
4576
|
-
|
|
4661
|
+
201
|
|
4577
4662
|
],
|
|
4578
4663
|
"loginEmail": [
|
|
4579
4664
|
1
|
|
@@ -4608,16 +4693,16 @@ exports.default = {
|
|
|
4608
4693
|
14
|
|
4609
4694
|
],
|
|
4610
4695
|
"budget": [
|
|
4611
|
-
|
|
4696
|
+
199
|
|
4612
4697
|
],
|
|
4613
4698
|
"competitionBudgets": [
|
|
4614
|
-
|
|
4699
|
+
200
|
|
4615
4700
|
],
|
|
4616
4701
|
"competitionIds": [
|
|
4617
4702
|
1
|
|
4618
4703
|
],
|
|
4619
4704
|
"video": [
|
|
4620
|
-
|
|
4705
|
+
201
|
|
4621
4706
|
],
|
|
4622
4707
|
"_id": [
|
|
4623
4708
|
1
|
|
@@ -4639,7 +4724,7 @@ exports.default = {
|
|
|
4639
4724
|
},
|
|
4640
4725
|
"BudgetDto": {
|
|
4641
4726
|
"items": [
|
|
4642
|
-
|
|
4727
|
+
197
|
|
4643
4728
|
],
|
|
4644
4729
|
"fundingMode": [
|
|
4645
4730
|
1
|
|
@@ -4653,7 +4738,7 @@ exports.default = {
|
|
|
4653
4738
|
1
|
|
4654
4739
|
],
|
|
4655
4740
|
"budget": [
|
|
4656
|
-
|
|
4741
|
+
206
|
|
4657
4742
|
],
|
|
4658
4743
|
"__typename": [
|
|
4659
4744
|
1
|
|
@@ -4664,7 +4749,7 @@ exports.default = {
|
|
|
4664
4749
|
1
|
|
4665
4750
|
],
|
|
4666
4751
|
"budget": [
|
|
4667
|
-
|
|
4752
|
+
206
|
|
4668
4753
|
],
|
|
4669
4754
|
"__typename": [
|
|
4670
4755
|
1
|
|
@@ -4684,7 +4769,7 @@ exports.default = {
|
|
|
4684
4769
|
18
|
|
4685
4770
|
],
|
|
4686
4771
|
"budget": [
|
|
4687
|
-
|
|
4772
|
+
206
|
|
4688
4773
|
],
|
|
4689
4774
|
"__typename": [
|
|
4690
4775
|
1
|
|
@@ -4704,7 +4789,7 @@ exports.default = {
|
|
|
4704
4789
|
1
|
|
4705
4790
|
],
|
|
4706
4791
|
"logo": [
|
|
4707
|
-
|
|
4792
|
+
177
|
|
4708
4793
|
],
|
|
4709
4794
|
"countryId": [
|
|
4710
4795
|
1
|
|
@@ -4736,32 +4821,6 @@ exports.default = {
|
|
|
4736
4821
|
1
|
|
4737
4822
|
]
|
|
4738
4823
|
},
|
|
4739
|
-
"DonationCheckoutDto": {
|
|
4740
|
-
"fundingCampaignId": [
|
|
4741
|
-
1
|
|
4742
|
-
],
|
|
4743
|
-
"donationAmount": [
|
|
4744
|
-
18
|
|
4745
|
-
],
|
|
4746
|
-
"mode": [
|
|
4747
|
-
1
|
|
4748
|
-
],
|
|
4749
|
-
"fromName": [
|
|
4750
|
-
1
|
|
4751
|
-
],
|
|
4752
|
-
"fromEmail": [
|
|
4753
|
-
1
|
|
4754
|
-
],
|
|
4755
|
-
"fromPhone": [
|
|
4756
|
-
1
|
|
4757
|
-
],
|
|
4758
|
-
"message": [
|
|
4759
|
-
1
|
|
4760
|
-
],
|
|
4761
|
-
"__typename": [
|
|
4762
|
-
1
|
|
4763
|
-
]
|
|
4764
|
-
},
|
|
4765
4824
|
"StripeQueryDto": {
|
|
4766
4825
|
"operation": [
|
|
4767
4826
|
1
|
|
@@ -4840,7 +4899,7 @@ exports.default = {
|
|
|
4840
4899
|
1
|
|
4841
4900
|
],
|
|
4842
4901
|
"profilePicture": [
|
|
4843
|
-
|
|
4902
|
+
177
|
|
4844
4903
|
],
|
|
4845
4904
|
"__typename": [
|
|
4846
4905
|
1
|
|
@@ -4917,7 +4976,7 @@ exports.default = {
|
|
|
4917
4976
|
32,
|
|
4918
4977
|
{
|
|
4919
4978
|
"input": [
|
|
4920
|
-
|
|
4979
|
+
220,
|
|
4921
4980
|
"AWSS3GetUploadDto!"
|
|
4922
4981
|
]
|
|
4923
4982
|
}
|
|
@@ -4979,7 +5038,7 @@ exports.default = {
|
|
|
4979
5038
|
104,
|
|
4980
5039
|
{
|
|
4981
5040
|
"input": [
|
|
4982
|
-
|
|
5041
|
+
221,
|
|
4983
5042
|
"FindSponsorAthleteInvitationDto!"
|
|
4984
5043
|
]
|
|
4985
5044
|
}
|
|
@@ -4988,7 +5047,7 @@ exports.default = {
|
|
|
4988
5047
|
144,
|
|
4989
5048
|
{
|
|
4990
5049
|
"input": [
|
|
4991
|
-
|
|
5050
|
+
180,
|
|
4992
5051
|
"existValueDto!"
|
|
4993
5052
|
]
|
|
4994
5053
|
}
|
|
@@ -5000,7 +5059,7 @@ exports.default = {
|
|
|
5000
5059
|
139,
|
|
5001
5060
|
{
|
|
5002
5061
|
"input": [
|
|
5003
|
-
|
|
5062
|
+
175,
|
|
5004
5063
|
"AthleteQueryDto!"
|
|
5005
5064
|
]
|
|
5006
5065
|
}
|
|
@@ -5048,7 +5107,7 @@ exports.default = {
|
|
|
5048
5107
|
81,
|
|
5049
5108
|
{
|
|
5050
5109
|
"input": [
|
|
5051
|
-
|
|
5110
|
+
222,
|
|
5052
5111
|
"GetAthleteCompetitionsDto!"
|
|
5053
5112
|
]
|
|
5054
5113
|
}
|
|
@@ -5096,7 +5155,7 @@ exports.default = {
|
|
|
5096
5155
|
139,
|
|
5097
5156
|
{
|
|
5098
5157
|
"input": [
|
|
5099
|
-
|
|
5158
|
+
175,
|
|
5100
5159
|
"AthleteQueryDto!"
|
|
5101
5160
|
]
|
|
5102
5161
|
}
|
|
@@ -5114,25 +5173,43 @@ exports.default = {
|
|
|
5114
5173
|
142,
|
|
5115
5174
|
{
|
|
5116
5175
|
"input": [
|
|
5117
|
-
|
|
5176
|
+
180,
|
|
5118
5177
|
"existValueDto!"
|
|
5119
5178
|
]
|
|
5120
5179
|
}
|
|
5121
5180
|
],
|
|
5181
|
+
"getAthleteHistoricalScoresPeriod": [
|
|
5182
|
+
145,
|
|
5183
|
+
{
|
|
5184
|
+
"input": [
|
|
5185
|
+
182,
|
|
5186
|
+
"GetHistoricalScoresDto!"
|
|
5187
|
+
]
|
|
5188
|
+
}
|
|
5189
|
+
],
|
|
5122
5190
|
"getAthleteHistoricalScores": [
|
|
5123
5191
|
98,
|
|
5124
5192
|
{
|
|
5125
5193
|
"input": [
|
|
5126
|
-
|
|
5194
|
+
182,
|
|
5127
5195
|
"GetHistoricalScoresDto!"
|
|
5128
5196
|
]
|
|
5129
5197
|
}
|
|
5130
5198
|
],
|
|
5199
|
+
"getMyHistoricalScoresPeriod": [
|
|
5200
|
+
145,
|
|
5201
|
+
{
|
|
5202
|
+
"input": [
|
|
5203
|
+
181,
|
|
5204
|
+
"GetMyHistoricalScoresDto!"
|
|
5205
|
+
]
|
|
5206
|
+
}
|
|
5207
|
+
],
|
|
5131
5208
|
"getMyHistoricalScores": [
|
|
5132
5209
|
98,
|
|
5133
5210
|
{
|
|
5134
5211
|
"input": [
|
|
5135
|
-
|
|
5212
|
+
181,
|
|
5136
5213
|
"GetMyHistoricalScoresDto!"
|
|
5137
5214
|
]
|
|
5138
5215
|
}
|
|
@@ -5141,7 +5218,7 @@ exports.default = {
|
|
|
5141
5218
|
89,
|
|
5142
5219
|
{
|
|
5143
5220
|
"input": [
|
|
5144
|
-
|
|
5221
|
+
183,
|
|
5145
5222
|
"GetAthleteCampaignsDto!"
|
|
5146
5223
|
]
|
|
5147
5224
|
}
|
|
@@ -5213,7 +5290,7 @@ exports.default = {
|
|
|
5213
5290
|
0,
|
|
5214
5291
|
{
|
|
5215
5292
|
"input": [
|
|
5216
|
-
|
|
5293
|
+
223,
|
|
5217
5294
|
"FindVtxUserDto!"
|
|
5218
5295
|
]
|
|
5219
5296
|
}
|
|
@@ -5232,7 +5309,7 @@ exports.default = {
|
|
|
5232
5309
|
}
|
|
5233
5310
|
],
|
|
5234
5311
|
"getUserImagesFromEmail": [
|
|
5235
|
-
|
|
5312
|
+
148,
|
|
5236
5313
|
{
|
|
5237
5314
|
"loginEmail": [
|
|
5238
5315
|
1,
|
|
@@ -5253,7 +5330,7 @@ exports.default = {
|
|
|
5253
5330
|
36,
|
|
5254
5331
|
{
|
|
5255
5332
|
"input": [
|
|
5256
|
-
|
|
5333
|
+
161,
|
|
5257
5334
|
"VerifyCodeDto!"
|
|
5258
5335
|
]
|
|
5259
5336
|
}
|
|
@@ -5265,7 +5342,7 @@ exports.default = {
|
|
|
5265
5342
|
75,
|
|
5266
5343
|
{
|
|
5267
5344
|
"input": [
|
|
5268
|
-
|
|
5345
|
+
224,
|
|
5269
5346
|
"GetSportEventsDto!"
|
|
5270
5347
|
]
|
|
5271
5348
|
}
|
|
@@ -5276,6 +5353,18 @@ exports.default = {
|
|
|
5276
5353
|
"getDonationsByAthlete": [
|
|
5277
5354
|
117
|
|
5278
5355
|
],
|
|
5356
|
+
"getDonationsToAthlete": [
|
|
5357
|
+
133,
|
|
5358
|
+
{
|
|
5359
|
+
"athleteId": [
|
|
5360
|
+
1,
|
|
5361
|
+
"String!"
|
|
5362
|
+
]
|
|
5363
|
+
}
|
|
5364
|
+
],
|
|
5365
|
+
"getDonationsToMe": [
|
|
5366
|
+
133
|
|
5367
|
+
],
|
|
5279
5368
|
"getBudgetConcepts": [
|
|
5280
5369
|
132
|
|
5281
5370
|
],
|
|
@@ -5295,10 +5384,10 @@ exports.default = {
|
|
|
5295
5384
|
116
|
|
5296
5385
|
],
|
|
5297
5386
|
"stripeQuery": [
|
|
5298
|
-
|
|
5387
|
+
146,
|
|
5299
5388
|
{
|
|
5300
5389
|
"input": [
|
|
5301
|
-
|
|
5390
|
+
212,
|
|
5302
5391
|
"StripeQueryDto!"
|
|
5303
5392
|
]
|
|
5304
5393
|
}
|
|
@@ -5307,7 +5396,7 @@ exports.default = {
|
|
|
5307
5396
|
35,
|
|
5308
5397
|
{
|
|
5309
5398
|
"input": [
|
|
5310
|
-
|
|
5399
|
+
159,
|
|
5311
5400
|
"GetDatabaseFileDto!"
|
|
5312
5401
|
]
|
|
5313
5402
|
}
|
|
@@ -5316,7 +5405,7 @@ exports.default = {
|
|
|
5316
5405
|
117,
|
|
5317
5406
|
{
|
|
5318
5407
|
"input": [
|
|
5319
|
-
|
|
5408
|
+
195,
|
|
5320
5409
|
"GetReceiptDto!"
|
|
5321
5410
|
]
|
|
5322
5411
|
}
|
|
@@ -5325,7 +5414,7 @@ exports.default = {
|
|
|
5325
5414
|
118,
|
|
5326
5415
|
{
|
|
5327
5416
|
"input": [
|
|
5328
|
-
|
|
5417
|
+
195,
|
|
5329
5418
|
"GetReceiptDto!"
|
|
5330
5419
|
]
|
|
5331
5420
|
}
|
|
@@ -5403,7 +5492,7 @@ exports.default = {
|
|
|
5403
5492
|
5,
|
|
5404
5493
|
{
|
|
5405
5494
|
"tenant": [
|
|
5406
|
-
|
|
5495
|
+
226,
|
|
5407
5496
|
"CreateTenantInput!"
|
|
5408
5497
|
]
|
|
5409
5498
|
}
|
|
@@ -5412,7 +5501,7 @@ exports.default = {
|
|
|
5412
5501
|
11,
|
|
5413
5502
|
{
|
|
5414
5503
|
"tenant": [
|
|
5415
|
-
|
|
5504
|
+
226,
|
|
5416
5505
|
"CreateTenantInput!"
|
|
5417
5506
|
]
|
|
5418
5507
|
}
|
|
@@ -5421,7 +5510,7 @@ exports.default = {
|
|
|
5421
5510
|
3,
|
|
5422
5511
|
{
|
|
5423
5512
|
"user": [
|
|
5424
|
-
|
|
5513
|
+
227,
|
|
5425
5514
|
"CreateActiveUserInput!"
|
|
5426
5515
|
]
|
|
5427
5516
|
}
|
|
@@ -5456,7 +5545,7 @@ exports.default = {
|
|
|
5456
5545
|
0,
|
|
5457
5546
|
{
|
|
5458
5547
|
"input": [
|
|
5459
|
-
|
|
5548
|
+
228,
|
|
5460
5549
|
"RegisterUserToDomainFromEmailInput!"
|
|
5461
5550
|
]
|
|
5462
5551
|
}
|
|
@@ -5465,7 +5554,7 @@ exports.default = {
|
|
|
5465
5554
|
8,
|
|
5466
5555
|
{
|
|
5467
5556
|
"dto": [
|
|
5468
|
-
|
|
5557
|
+
229,
|
|
5469
5558
|
"RefreshTokenInput!"
|
|
5470
5559
|
]
|
|
5471
5560
|
}
|
|
@@ -5474,7 +5563,7 @@ exports.default = {
|
|
|
5474
5563
|
33,
|
|
5475
5564
|
{
|
|
5476
5565
|
"input": [
|
|
5477
|
-
|
|
5566
|
+
230,
|
|
5478
5567
|
"AWSS3DeleteUseTypeFileDto!"
|
|
5479
5568
|
]
|
|
5480
5569
|
}
|
|
@@ -5483,7 +5572,7 @@ exports.default = {
|
|
|
5483
5572
|
33,
|
|
5484
5573
|
{
|
|
5485
5574
|
"input": [
|
|
5486
|
-
|
|
5575
|
+
231,
|
|
5487
5576
|
"AWSS3DeleteBucketFileDto!"
|
|
5488
5577
|
]
|
|
5489
5578
|
}
|
|
@@ -5492,7 +5581,7 @@ exports.default = {
|
|
|
5492
5581
|
33,
|
|
5493
5582
|
{
|
|
5494
5583
|
"input": [
|
|
5495
|
-
|
|
5584
|
+
232,
|
|
5496
5585
|
"AWSS3DeleteUseTypeKeyDto!"
|
|
5497
5586
|
]
|
|
5498
5587
|
}
|
|
@@ -5501,7 +5590,7 @@ exports.default = {
|
|
|
5501
5590
|
27,
|
|
5502
5591
|
{
|
|
5503
5592
|
"input": [
|
|
5504
|
-
|
|
5593
|
+
177,
|
|
5505
5594
|
"AWSS3UploadedFileDto!"
|
|
5506
5595
|
]
|
|
5507
5596
|
}
|
|
@@ -5510,7 +5599,7 @@ exports.default = {
|
|
|
5510
5599
|
56,
|
|
5511
5600
|
{
|
|
5512
5601
|
"input": [
|
|
5513
|
-
|
|
5602
|
+
233,
|
|
5514
5603
|
"CreateIndustryDto!"
|
|
5515
5604
|
]
|
|
5516
5605
|
}
|
|
@@ -5519,7 +5608,7 @@ exports.default = {
|
|
|
5519
5608
|
39,
|
|
5520
5609
|
{
|
|
5521
5610
|
"input": [
|
|
5522
|
-
|
|
5611
|
+
234,
|
|
5523
5612
|
"CreateBrandDto!"
|
|
5524
5613
|
]
|
|
5525
5614
|
}
|
|
@@ -5528,7 +5617,7 @@ exports.default = {
|
|
|
5528
5617
|
59,
|
|
5529
5618
|
{
|
|
5530
5619
|
"input": [
|
|
5531
|
-
|
|
5620
|
+
236,
|
|
5532
5621
|
"RegisterSponsorInput!"
|
|
5533
5622
|
]
|
|
5534
5623
|
}
|
|
@@ -5537,7 +5626,7 @@ exports.default = {
|
|
|
5537
5626
|
59,
|
|
5538
5627
|
{
|
|
5539
5628
|
"input": [
|
|
5540
|
-
|
|
5629
|
+
237,
|
|
5541
5630
|
"CreateSponsorDto!"
|
|
5542
5631
|
]
|
|
5543
5632
|
}
|
|
@@ -5546,7 +5635,7 @@ exports.default = {
|
|
|
5546
5635
|
104,
|
|
5547
5636
|
{
|
|
5548
5637
|
"input": [
|
|
5549
|
-
|
|
5638
|
+
164,
|
|
5550
5639
|
"InviteAthletesDto!"
|
|
5551
5640
|
]
|
|
5552
5641
|
}
|
|
@@ -5555,7 +5644,7 @@ exports.default = {
|
|
|
5555
5644
|
136,
|
|
5556
5645
|
{
|
|
5557
5646
|
"input": [
|
|
5558
|
-
|
|
5647
|
+
172,
|
|
5559
5648
|
"DeleteSingleValueDto!"
|
|
5560
5649
|
]
|
|
5561
5650
|
}
|
|
@@ -5564,7 +5653,7 @@ exports.default = {
|
|
|
5564
5653
|
100,
|
|
5565
5654
|
{
|
|
5566
5655
|
"input": [
|
|
5567
|
-
|
|
5656
|
+
238,
|
|
5568
5657
|
"RegisterAthleteDto!"
|
|
5569
5658
|
]
|
|
5570
5659
|
}
|
|
@@ -5573,7 +5662,7 @@ exports.default = {
|
|
|
5573
5662
|
135,
|
|
5574
5663
|
{
|
|
5575
5664
|
"input": [
|
|
5576
|
-
|
|
5665
|
+
239,
|
|
5577
5666
|
"EditValueDto!"
|
|
5578
5667
|
]
|
|
5579
5668
|
}
|
|
@@ -5582,7 +5671,7 @@ exports.default = {
|
|
|
5582
5671
|
140,
|
|
5583
5672
|
{
|
|
5584
5673
|
"input": [
|
|
5585
|
-
|
|
5674
|
+
176,
|
|
5586
5675
|
"EditPictureDto!"
|
|
5587
5676
|
]
|
|
5588
5677
|
}
|
|
@@ -5591,7 +5680,7 @@ exports.default = {
|
|
|
5591
5680
|
141,
|
|
5592
5681
|
{
|
|
5593
5682
|
"input": [
|
|
5594
|
-
|
|
5683
|
+
178,
|
|
5595
5684
|
"UploadAlbumsPicturesDto!"
|
|
5596
5685
|
]
|
|
5597
5686
|
}
|
|
@@ -5600,7 +5689,7 @@ exports.default = {
|
|
|
5600
5689
|
81,
|
|
5601
5690
|
{
|
|
5602
5691
|
"input": [
|
|
5603
|
-
|
|
5692
|
+
167,
|
|
5604
5693
|
"CreateAthleteCompetitionDto!"
|
|
5605
5694
|
]
|
|
5606
5695
|
}
|
|
@@ -5609,7 +5698,7 @@ exports.default = {
|
|
|
5609
5698
|
136,
|
|
5610
5699
|
{
|
|
5611
5700
|
"input": [
|
|
5612
|
-
|
|
5701
|
+
172,
|
|
5613
5702
|
"DeleteSingleValueDto!"
|
|
5614
5703
|
]
|
|
5615
5704
|
}
|
|
@@ -5618,7 +5707,7 @@ exports.default = {
|
|
|
5618
5707
|
80,
|
|
5619
5708
|
{
|
|
5620
5709
|
"input": [
|
|
5621
|
-
|
|
5710
|
+
178,
|
|
5622
5711
|
"UploadAlbumsPicturesDto!"
|
|
5623
5712
|
]
|
|
5624
5713
|
}
|
|
@@ -5627,7 +5716,7 @@ exports.default = {
|
|
|
5627
5716
|
80,
|
|
5628
5717
|
{
|
|
5629
5718
|
"input": [
|
|
5630
|
-
|
|
5719
|
+
240,
|
|
5631
5720
|
"EditDisplayIndexDto!"
|
|
5632
5721
|
]
|
|
5633
5722
|
}
|
|
@@ -5636,7 +5725,7 @@ exports.default = {
|
|
|
5636
5725
|
80,
|
|
5637
5726
|
{
|
|
5638
5727
|
"input": [
|
|
5639
|
-
|
|
5728
|
+
178,
|
|
5640
5729
|
"UploadAlbumsPicturesDto!"
|
|
5641
5730
|
]
|
|
5642
5731
|
}
|
|
@@ -5645,7 +5734,7 @@ exports.default = {
|
|
|
5645
5734
|
136,
|
|
5646
5735
|
{
|
|
5647
5736
|
"input": [
|
|
5648
|
-
|
|
5737
|
+
172,
|
|
5649
5738
|
"DeleteSingleValueDto!"
|
|
5650
5739
|
]
|
|
5651
5740
|
}
|
|
@@ -5654,7 +5743,7 @@ exports.default = {
|
|
|
5654
5743
|
120,
|
|
5655
5744
|
{
|
|
5656
5745
|
"input": [
|
|
5657
|
-
|
|
5746
|
+
179,
|
|
5658
5747
|
"DeleteValuesDto!"
|
|
5659
5748
|
]
|
|
5660
5749
|
}
|
|
@@ -5663,7 +5752,7 @@ exports.default = {
|
|
|
5663
5752
|
76,
|
|
5664
5753
|
{
|
|
5665
5754
|
"input": [
|
|
5666
|
-
|
|
5755
|
+
166,
|
|
5667
5756
|
"SetCompetitionResultDto!"
|
|
5668
5757
|
]
|
|
5669
5758
|
}
|
|
@@ -5675,7 +5764,7 @@ exports.default = {
|
|
|
5675
5764
|
89,
|
|
5676
5765
|
{
|
|
5677
5766
|
"input": [
|
|
5678
|
-
|
|
5767
|
+
242,
|
|
5679
5768
|
"SetCurrentCampaignDto!"
|
|
5680
5769
|
]
|
|
5681
5770
|
}
|
|
@@ -5684,7 +5773,7 @@ exports.default = {
|
|
|
5684
5773
|
67,
|
|
5685
5774
|
{
|
|
5686
5775
|
"input": [
|
|
5687
|
-
|
|
5776
|
+
243,
|
|
5688
5777
|
"CreateSportDto!"
|
|
5689
5778
|
]
|
|
5690
5779
|
}
|
|
@@ -5693,7 +5782,7 @@ exports.default = {
|
|
|
5693
5782
|
67,
|
|
5694
5783
|
{
|
|
5695
5784
|
"input": [
|
|
5696
|
-
|
|
5785
|
+
244,
|
|
5697
5786
|
"UpdateSportDto!"
|
|
5698
5787
|
]
|
|
5699
5788
|
}
|
|
@@ -5702,7 +5791,7 @@ exports.default = {
|
|
|
5702
5791
|
70,
|
|
5703
5792
|
{
|
|
5704
5793
|
"input": [
|
|
5705
|
-
|
|
5794
|
+
245,
|
|
5706
5795
|
"CreateSportLevelDto!"
|
|
5707
5796
|
]
|
|
5708
5797
|
}
|
|
@@ -5711,7 +5800,7 @@ exports.default = {
|
|
|
5711
5800
|
65,
|
|
5712
5801
|
{
|
|
5713
5802
|
"input": [
|
|
5714
|
-
|
|
5803
|
+
247,
|
|
5715
5804
|
"CreateSponsorshipDto!"
|
|
5716
5805
|
]
|
|
5717
5806
|
}
|
|
@@ -5720,7 +5809,7 @@ exports.default = {
|
|
|
5720
5809
|
45,
|
|
5721
5810
|
{
|
|
5722
5811
|
"input": [
|
|
5723
|
-
|
|
5812
|
+
254,
|
|
5724
5813
|
"CreateCountryDto!"
|
|
5725
5814
|
]
|
|
5726
5815
|
}
|
|
@@ -5729,7 +5818,7 @@ exports.default = {
|
|
|
5729
5818
|
44,
|
|
5730
5819
|
{
|
|
5731
5820
|
"input": [
|
|
5732
|
-
|
|
5821
|
+
255,
|
|
5733
5822
|
"CreateStateDto!"
|
|
5734
5823
|
]
|
|
5735
5824
|
}
|
|
@@ -5738,7 +5827,7 @@ exports.default = {
|
|
|
5738
5827
|
43,
|
|
5739
5828
|
{
|
|
5740
5829
|
"input": [
|
|
5741
|
-
|
|
5830
|
+
256,
|
|
5742
5831
|
"CreateCityDto!"
|
|
5743
5832
|
]
|
|
5744
5833
|
}
|
|
@@ -5747,7 +5836,7 @@ exports.default = {
|
|
|
5747
5836
|
29,
|
|
5748
5837
|
{
|
|
5749
5838
|
"input": [
|
|
5750
|
-
|
|
5839
|
+
193,
|
|
5751
5840
|
"RegisterUserDto!"
|
|
5752
5841
|
]
|
|
5753
5842
|
}
|
|
@@ -5756,7 +5845,7 @@ exports.default = {
|
|
|
5756
5845
|
3,
|
|
5757
5846
|
{
|
|
5758
5847
|
"input": [
|
|
5759
|
-
|
|
5848
|
+
161,
|
|
5760
5849
|
"VerifyCodeDto!"
|
|
5761
5850
|
]
|
|
5762
5851
|
}
|
|
@@ -5765,7 +5854,7 @@ exports.default = {
|
|
|
5765
5854
|
0,
|
|
5766
5855
|
{
|
|
5767
5856
|
"input": [
|
|
5768
|
-
|
|
5857
|
+
161,
|
|
5769
5858
|
"VerifyCodeDto!"
|
|
5770
5859
|
]
|
|
5771
5860
|
}
|
|
@@ -5774,7 +5863,7 @@ exports.default = {
|
|
|
5774
5863
|
0,
|
|
5775
5864
|
{
|
|
5776
5865
|
"input": [
|
|
5777
|
-
|
|
5866
|
+
193,
|
|
5778
5867
|
"RegisterUserDto!"
|
|
5779
5868
|
]
|
|
5780
5869
|
}
|
|
@@ -5783,7 +5872,7 @@ exports.default = {
|
|
|
5783
5872
|
0,
|
|
5784
5873
|
{
|
|
5785
5874
|
"input": [
|
|
5786
|
-
|
|
5875
|
+
193,
|
|
5787
5876
|
"RegisterUserDto!"
|
|
5788
5877
|
]
|
|
5789
5878
|
}
|
|
@@ -5792,7 +5881,7 @@ exports.default = {
|
|
|
5792
5881
|
0,
|
|
5793
5882
|
{
|
|
5794
5883
|
"input": [
|
|
5795
|
-
|
|
5884
|
+
193,
|
|
5796
5885
|
"RegisterUserDto!"
|
|
5797
5886
|
]
|
|
5798
5887
|
}
|
|
@@ -5823,13 +5912,13 @@ exports.default = {
|
|
|
5823
5912
|
135,
|
|
5824
5913
|
{
|
|
5825
5914
|
"input": [
|
|
5826
|
-
|
|
5915
|
+
194,
|
|
5827
5916
|
"resetPasswordDto!"
|
|
5828
5917
|
]
|
|
5829
5918
|
}
|
|
5830
5919
|
],
|
|
5831
5920
|
"validateToken": [
|
|
5832
|
-
|
|
5921
|
+
149,
|
|
5833
5922
|
{
|
|
5834
5923
|
"input": [
|
|
5835
5924
|
1,
|
|
@@ -5841,7 +5930,7 @@ exports.default = {
|
|
|
5841
5930
|
105,
|
|
5842
5931
|
{
|
|
5843
5932
|
"data": [
|
|
5844
|
-
|
|
5933
|
+
257,
|
|
5845
5934
|
"RegisterStravaDto!"
|
|
5846
5935
|
]
|
|
5847
5936
|
}
|
|
@@ -5859,7 +5948,7 @@ exports.default = {
|
|
|
5859
5948
|
75,
|
|
5860
5949
|
{
|
|
5861
5950
|
"input": [
|
|
5862
|
-
|
|
5951
|
+
258,
|
|
5863
5952
|
"CreateSportEventDto!"
|
|
5864
5953
|
]
|
|
5865
5954
|
}
|
|
@@ -5868,7 +5957,7 @@ exports.default = {
|
|
|
5868
5957
|
130,
|
|
5869
5958
|
{
|
|
5870
5959
|
"input": [
|
|
5871
|
-
|
|
5960
|
+
196,
|
|
5872
5961
|
"MergeSportsEventsDto!"
|
|
5873
5962
|
]
|
|
5874
5963
|
}
|
|
@@ -5877,7 +5966,7 @@ exports.default = {
|
|
|
5877
5966
|
89,
|
|
5878
5967
|
{
|
|
5879
5968
|
"input": [
|
|
5880
|
-
|
|
5969
|
+
205,
|
|
5881
5970
|
"SetFundingStatusDto!"
|
|
5882
5971
|
]
|
|
5883
5972
|
}
|
|
@@ -5886,7 +5975,7 @@ exports.default = {
|
|
|
5886
5975
|
89,
|
|
5887
5976
|
{
|
|
5888
5977
|
"input": [
|
|
5889
|
-
|
|
5978
|
+
202,
|
|
5890
5979
|
"CreateFundingCampaignDto!"
|
|
5891
5980
|
]
|
|
5892
5981
|
}
|
|
@@ -5895,7 +5984,7 @@ exports.default = {
|
|
|
5895
5984
|
89,
|
|
5896
5985
|
{
|
|
5897
5986
|
"input": [
|
|
5898
|
-
|
|
5987
|
+
204,
|
|
5899
5988
|
"UpdateFundingCampaignDto!"
|
|
5900
5989
|
]
|
|
5901
5990
|
}
|
|
@@ -5904,7 +5993,7 @@ exports.default = {
|
|
|
5904
5993
|
136,
|
|
5905
5994
|
{
|
|
5906
5995
|
"input": [
|
|
5907
|
-
|
|
5996
|
+
172,
|
|
5908
5997
|
"DeleteSingleValueDto!"
|
|
5909
5998
|
]
|
|
5910
5999
|
}
|
|
@@ -5913,7 +6002,7 @@ exports.default = {
|
|
|
5913
6002
|
120,
|
|
5914
6003
|
{
|
|
5915
6004
|
"input": [
|
|
5916
|
-
|
|
6005
|
+
179,
|
|
5917
6006
|
"DeleteValuesDto!"
|
|
5918
6007
|
]
|
|
5919
6008
|
}
|
|
@@ -5931,7 +6020,7 @@ exports.default = {
|
|
|
5931
6020
|
2,
|
|
5932
6021
|
{
|
|
5933
6022
|
"input": [
|
|
5934
|
-
|
|
6023
|
+
207,
|
|
5935
6024
|
"AddCompetitionBudgetDto!"
|
|
5936
6025
|
]
|
|
5937
6026
|
}
|
|
@@ -5940,7 +6029,7 @@ exports.default = {
|
|
|
5940
6029
|
2,
|
|
5941
6030
|
{
|
|
5942
6031
|
"input": [
|
|
5943
|
-
|
|
6032
|
+
208,
|
|
5944
6033
|
"EditCompetitionBudgetDto!"
|
|
5945
6034
|
]
|
|
5946
6035
|
}
|
|
@@ -5949,7 +6038,7 @@ exports.default = {
|
|
|
5949
6038
|
2,
|
|
5950
6039
|
{
|
|
5951
6040
|
"input": [
|
|
5952
|
-
|
|
6041
|
+
209,
|
|
5953
6042
|
"EditCampaignBudgetDto!"
|
|
5954
6043
|
]
|
|
5955
6044
|
}
|
|
@@ -5958,7 +6047,7 @@ exports.default = {
|
|
|
5958
6047
|
2,
|
|
5959
6048
|
{
|
|
5960
6049
|
"input": [
|
|
5961
|
-
|
|
6050
|
+
209,
|
|
5962
6051
|
"EditCampaignBudgetDto!"
|
|
5963
6052
|
]
|
|
5964
6053
|
}
|
|
@@ -5967,7 +6056,7 @@ exports.default = {
|
|
|
5967
6056
|
82,
|
|
5968
6057
|
{
|
|
5969
6058
|
"input": [
|
|
5970
|
-
|
|
6059
|
+
210,
|
|
5971
6060
|
"CreateMembershipOrganizationDto!"
|
|
5972
6061
|
]
|
|
5973
6062
|
}
|
|
@@ -5976,7 +6065,7 @@ exports.default = {
|
|
|
5976
6065
|
84,
|
|
5977
6066
|
{
|
|
5978
6067
|
"input": [
|
|
5979
|
-
|
|
6068
|
+
211,
|
|
5980
6069
|
"CreateAthleteMembershipDto!"
|
|
5981
6070
|
]
|
|
5982
6071
|
}
|
|
@@ -5985,7 +6074,7 @@ exports.default = {
|
|
|
5985
6074
|
136,
|
|
5986
6075
|
{
|
|
5987
6076
|
"input": [
|
|
5988
|
-
|
|
6077
|
+
172,
|
|
5989
6078
|
"DeleteSingleValueDto!"
|
|
5990
6079
|
]
|
|
5991
6080
|
}
|
|
@@ -6003,7 +6092,7 @@ exports.default = {
|
|
|
6003
6092
|
97,
|
|
6004
6093
|
{
|
|
6005
6094
|
"input": [
|
|
6006
|
-
|
|
6095
|
+
259,
|
|
6007
6096
|
"CreateStripeAccountDto!"
|
|
6008
6097
|
]
|
|
6009
6098
|
}
|
|
@@ -6015,7 +6104,7 @@ exports.default = {
|
|
|
6015
6104
|
107,
|
|
6016
6105
|
{
|
|
6017
6106
|
"input": [
|
|
6018
|
-
|
|
6107
|
+
162,
|
|
6019
6108
|
"DonationCheckoutDto!"
|
|
6020
6109
|
]
|
|
6021
6110
|
}
|
|
@@ -6030,7 +6119,7 @@ exports.default = {
|
|
|
6030
6119
|
134,
|
|
6031
6120
|
{
|
|
6032
6121
|
"input": [
|
|
6033
|
-
|
|
6122
|
+
217,
|
|
6034
6123
|
"RegisterMemberDto!"
|
|
6035
6124
|
]
|
|
6036
6125
|
}
|
|
@@ -6156,13 +6245,13 @@ exports.default = {
|
|
|
6156
6245
|
1
|
|
6157
6246
|
],
|
|
6158
6247
|
"logo": [
|
|
6159
|
-
|
|
6248
|
+
177
|
|
6160
6249
|
],
|
|
6161
6250
|
"banner": [
|
|
6162
|
-
|
|
6251
|
+
177
|
|
6163
6252
|
],
|
|
6164
6253
|
"translations": [
|
|
6165
|
-
|
|
6254
|
+
235
|
|
6166
6255
|
],
|
|
6167
6256
|
"__typename": [
|
|
6168
6257
|
1
|
|
@@ -6185,10 +6274,10 @@ exports.default = {
|
|
|
6185
6274
|
1
|
|
6186
6275
|
],
|
|
6187
6276
|
"logo": [
|
|
6188
|
-
|
|
6277
|
+
177
|
|
6189
6278
|
],
|
|
6190
6279
|
"banner": [
|
|
6191
|
-
|
|
6280
|
+
177
|
|
6192
6281
|
],
|
|
6193
6282
|
"__typename": [
|
|
6194
6283
|
1
|
|
@@ -6293,10 +6382,10 @@ exports.default = {
|
|
|
6293
6382
|
1
|
|
6294
6383
|
],
|
|
6295
6384
|
"profilePicture": [
|
|
6296
|
-
|
|
6385
|
+
177
|
|
6297
6386
|
],
|
|
6298
6387
|
"cardPicture": [
|
|
6299
|
-
|
|
6388
|
+
177
|
|
6300
6389
|
],
|
|
6301
6390
|
"__typename": [
|
|
6302
6391
|
1
|
|
@@ -6315,7 +6404,7 @@ exports.default = {
|
|
|
6315
6404
|
},
|
|
6316
6405
|
"EditDisplayIndexDto": {
|
|
6317
6406
|
"updates": [
|
|
6318
|
-
|
|
6407
|
+
241
|
|
6319
6408
|
],
|
|
6320
6409
|
"__typename": [
|
|
6321
6410
|
1
|
|
@@ -6379,7 +6468,7 @@ exports.default = {
|
|
|
6379
6468
|
18
|
|
6380
6469
|
],
|
|
6381
6470
|
"translations": [
|
|
6382
|
-
|
|
6471
|
+
246
|
|
6383
6472
|
],
|
|
6384
6473
|
"__typename": [
|
|
6385
6474
|
1
|
|
@@ -6413,10 +6502,10 @@ exports.default = {
|
|
|
6413
6502
|
18
|
|
6414
6503
|
],
|
|
6415
6504
|
"banner": [
|
|
6416
|
-
|
|
6505
|
+
177
|
|
6417
6506
|
],
|
|
6418
6507
|
"criteria": [
|
|
6419
|
-
|
|
6508
|
+
248
|
|
6420
6509
|
],
|
|
6421
6510
|
"deadline": [
|
|
6422
6511
|
14
|
|
@@ -6425,13 +6514,13 @@ exports.default = {
|
|
|
6425
6514
|
14
|
|
6426
6515
|
],
|
|
6427
6516
|
"duration": [
|
|
6428
|
-
|
|
6517
|
+
250
|
|
6429
6518
|
],
|
|
6430
6519
|
"sponsorshipItems": [
|
|
6431
|
-
|
|
6520
|
+
251
|
|
6432
6521
|
],
|
|
6433
6522
|
"commitments": [
|
|
6434
|
-
|
|
6523
|
+
252
|
|
6435
6524
|
],
|
|
6436
6525
|
"terms": [
|
|
6437
6526
|
1
|
|
@@ -6443,7 +6532,7 @@ exports.default = {
|
|
|
6443
6532
|
2
|
|
6444
6533
|
],
|
|
6445
6534
|
"translations": [
|
|
6446
|
-
|
|
6535
|
+
253
|
|
6447
6536
|
],
|
|
6448
6537
|
"__typename": [
|
|
6449
6538
|
1
|
|
@@ -6457,7 +6546,7 @@ exports.default = {
|
|
|
6457
6546
|
1
|
|
6458
6547
|
],
|
|
6459
6548
|
"qualificationsBag": [
|
|
6460
|
-
|
|
6549
|
+
249
|
|
6461
6550
|
],
|
|
6462
6551
|
"__typename": [
|
|
6463
6552
|
1
|
|
@@ -6465,28 +6554,28 @@ exports.default = {
|
|
|
6465
6554
|
},
|
|
6466
6555
|
"QualificationsBagDto": {
|
|
6467
6556
|
"ageQualifications": [
|
|
6468
|
-
|
|
6557
|
+
185
|
|
6469
6558
|
],
|
|
6470
6559
|
"genderQualifications": [
|
|
6471
|
-
|
|
6560
|
+
186
|
|
6472
6561
|
],
|
|
6473
6562
|
"scoreQualifications": [
|
|
6474
|
-
|
|
6563
|
+
188
|
|
6475
6564
|
],
|
|
6476
6565
|
"locationQualifications": [
|
|
6477
|
-
|
|
6566
|
+
189
|
|
6478
6567
|
],
|
|
6479
6568
|
"nationalityQualifications": [
|
|
6480
|
-
|
|
6569
|
+
187
|
|
6481
6570
|
],
|
|
6482
6571
|
"distanceQualifications": [
|
|
6483
|
-
|
|
6572
|
+
190
|
|
6484
6573
|
],
|
|
6485
6574
|
"sportsQualifications": [
|
|
6486
|
-
|
|
6575
|
+
191
|
|
6487
6576
|
],
|
|
6488
6577
|
"levelQualifications": [
|
|
6489
|
-
|
|
6578
|
+
192
|
|
6490
6579
|
],
|
|
6491
6580
|
"__typename": [
|
|
6492
6581
|
1
|
|
@@ -6563,7 +6652,7 @@ exports.default = {
|
|
|
6563
6652
|
1
|
|
6564
6653
|
],
|
|
6565
6654
|
"banner": [
|
|
6566
|
-
|
|
6655
|
+
177
|
|
6567
6656
|
],
|
|
6568
6657
|
"terms": [
|
|
6569
6658
|
1
|
|
@@ -6681,7 +6770,7 @@ exports.default = {
|
|
|
6681
6770
|
1
|
|
6682
6771
|
],
|
|
6683
6772
|
"banner": [
|
|
6684
|
-
|
|
6773
|
+
177
|
|
6685
6774
|
],
|
|
6686
6775
|
"eventLevel": [
|
|
6687
6776
|
1
|