@vertikalx/vtx-backend-client 3.0.0-dev.1 → 3.0.0-dev.11
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 +145 -26
- package/src/client/schema.js +22 -7
- package/src/client/schema.js.map +1 -1
- package/src/client/types.d.ts +76 -17
- package/src/client/types.js +346 -181
- 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
|
],
|
|
@@ -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
|
+
220
|
|
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
|
|
@@ -3580,6 +3636,62 @@ exports.default = {
|
|
|
3580
3636
|
1
|
|
3581
3637
|
]
|
|
3582
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
|
+
},
|
|
3583
3695
|
"StripeTransfer": {
|
|
3584
3696
|
"_id": [
|
|
3585
3697
|
102
|
|
@@ -3612,7 +3724,7 @@ exports.default = {
|
|
|
3612
3724
|
1
|
|
3613
3725
|
],
|
|
3614
3726
|
"status": [
|
|
3615
|
-
|
|
3727
|
+
152
|
|
3616
3728
|
],
|
|
3617
3729
|
"lastError": [
|
|
3618
3730
|
1
|
|
@@ -3774,6 +3886,35 @@ exports.default = {
|
|
|
3774
3886
|
1
|
|
3775
3887
|
]
|
|
3776
3888
|
},
|
|
3889
|
+
"DonationCheckoutDto": {
|
|
3890
|
+
"fundingCampaignId": [
|
|
3891
|
+
1
|
|
3892
|
+
],
|
|
3893
|
+
"donationAmount": [
|
|
3894
|
+
18
|
|
3895
|
+
],
|
|
3896
|
+
"mode": [
|
|
3897
|
+
1
|
|
3898
|
+
],
|
|
3899
|
+
"fromName": [
|
|
3900
|
+
1
|
|
3901
|
+
],
|
|
3902
|
+
"fromEmail": [
|
|
3903
|
+
1
|
|
3904
|
+
],
|
|
3905
|
+
"fromPhone": [
|
|
3906
|
+
1
|
|
3907
|
+
],
|
|
3908
|
+
"message": [
|
|
3909
|
+
1
|
|
3910
|
+
],
|
|
3911
|
+
"clientType": [
|
|
3912
|
+
1
|
|
3913
|
+
],
|
|
3914
|
+
"__typename": [
|
|
3915
|
+
1
|
|
3916
|
+
]
|
|
3917
|
+
},
|
|
3777
3918
|
"AthleteInvitationDto": {
|
|
3778
3919
|
"email": [
|
|
3779
3920
|
1
|
|
@@ -3796,7 +3937,7 @@ exports.default = {
|
|
|
3796
3937
|
1
|
|
3797
3938
|
],
|
|
3798
3939
|
"invitations": [
|
|
3799
|
-
|
|
3940
|
+
164
|
|
3800
3941
|
],
|
|
3801
3942
|
"__typename": [
|
|
3802
3943
|
1
|
|
@@ -3907,7 +4048,7 @@ exports.default = {
|
|
|
3907
4048
|
1
|
|
3908
4049
|
],
|
|
3909
4050
|
"result": [
|
|
3910
|
-
|
|
4051
|
+
166
|
|
3911
4052
|
],
|
|
3912
4053
|
"cityId": [
|
|
3913
4054
|
1
|
|
@@ -3930,7 +4071,7 @@ exports.default = {
|
|
|
3930
4071
|
1
|
|
3931
4072
|
],
|
|
3932
4073
|
"result": [
|
|
3933
|
-
|
|
4074
|
+
166
|
|
3934
4075
|
],
|
|
3935
4076
|
"cityId": [
|
|
3936
4077
|
1
|
|
@@ -3966,13 +4107,13 @@ exports.default = {
|
|
|
3966
4107
|
},
|
|
3967
4108
|
"CursorPaginationDto": {
|
|
3968
4109
|
"sortCriteria": [
|
|
3969
|
-
|
|
4110
|
+
171
|
|
3970
4111
|
],
|
|
3971
4112
|
"limit": [
|
|
3972
4113
|
18
|
|
3973
4114
|
],
|
|
3974
4115
|
"cursorPosition": [
|
|
3975
|
-
|
|
4116
|
+
170
|
|
3976
4117
|
],
|
|
3977
4118
|
"__typename": [
|
|
3978
4119
|
1
|
|
@@ -4047,7 +4188,7 @@ exports.default = {
|
|
|
4047
4188
|
1
|
|
4048
4189
|
],
|
|
4049
4190
|
"currentCampaign": [
|
|
4050
|
-
|
|
4191
|
+
174
|
|
4051
4192
|
],
|
|
4052
4193
|
"sports": [
|
|
4053
4194
|
1
|
|
@@ -4109,10 +4250,10 @@ exports.default = {
|
|
|
4109
4250
|
},
|
|
4110
4251
|
"AthleteQueryDto": {
|
|
4111
4252
|
"cursor": [
|
|
4112
|
-
|
|
4253
|
+
172
|
|
4113
4254
|
],
|
|
4114
4255
|
"filters": [
|
|
4115
|
-
|
|
4256
|
+
175
|
|
4116
4257
|
],
|
|
4117
4258
|
"__typename": [
|
|
4118
4259
|
1
|
|
@@ -4123,7 +4264,7 @@ exports.default = {
|
|
|
4123
4264
|
1
|
|
4124
4265
|
],
|
|
4125
4266
|
"newPicture": [
|
|
4126
|
-
|
|
4267
|
+
178
|
|
4127
4268
|
],
|
|
4128
4269
|
"__typename": [
|
|
4129
4270
|
1
|
|
@@ -4157,7 +4298,7 @@ exports.default = {
|
|
|
4157
4298
|
1
|
|
4158
4299
|
],
|
|
4159
4300
|
"pictures": [
|
|
4160
|
-
|
|
4301
|
+
178
|
|
4161
4302
|
],
|
|
4162
4303
|
"albumId": [
|
|
4163
4304
|
1
|
|
@@ -4381,7 +4522,7 @@ exports.default = {
|
|
|
4381
4522
|
},
|
|
4382
4523
|
"resetPasswordDto": {
|
|
4383
4524
|
"code": [
|
|
4384
|
-
|
|
4525
|
+
162
|
|
4385
4526
|
],
|
|
4386
4527
|
"newPassword": [
|
|
4387
4528
|
1
|
|
@@ -4398,6 +4539,31 @@ exports.default = {
|
|
|
4398
4539
|
1
|
|
4399
4540
|
]
|
|
4400
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
|
+
},
|
|
4401
4567
|
"MergeSportsEventsDto": {
|
|
4402
4568
|
"mergeTo": [
|
|
4403
4569
|
1
|
|
@@ -4463,7 +4629,7 @@ exports.default = {
|
|
|
4463
4629
|
18
|
|
4464
4630
|
],
|
|
4465
4631
|
"items": [
|
|
4466
|
-
|
|
4632
|
+
200
|
|
4467
4633
|
],
|
|
4468
4634
|
"__typename": [
|
|
4469
4635
|
1
|
|
@@ -4474,7 +4640,7 @@ exports.default = {
|
|
|
4474
4640
|
18
|
|
4475
4641
|
],
|
|
4476
4642
|
"items": [
|
|
4477
|
-
|
|
4643
|
+
200
|
|
4478
4644
|
],
|
|
4479
4645
|
"athleteCompetitionId": [
|
|
4480
4646
|
1
|
|
@@ -4523,16 +4689,16 @@ exports.default = {
|
|
|
4523
4689
|
14
|
|
4524
4690
|
],
|
|
4525
4691
|
"budget": [
|
|
4526
|
-
|
|
4692
|
+
202
|
|
4527
4693
|
],
|
|
4528
4694
|
"competitionBudgets": [
|
|
4529
|
-
|
|
4695
|
+
203
|
|
4530
4696
|
],
|
|
4531
4697
|
"competitionIds": [
|
|
4532
4698
|
1
|
|
4533
4699
|
],
|
|
4534
4700
|
"video": [
|
|
4535
|
-
|
|
4701
|
+
204
|
|
4536
4702
|
],
|
|
4537
4703
|
"__typename": [
|
|
4538
4704
|
1
|
|
@@ -4564,16 +4730,16 @@ exports.default = {
|
|
|
4564
4730
|
14
|
|
4565
4731
|
],
|
|
4566
4732
|
"budget": [
|
|
4567
|
-
|
|
4733
|
+
202
|
|
4568
4734
|
],
|
|
4569
4735
|
"competitionBudgets": [
|
|
4570
|
-
|
|
4736
|
+
203
|
|
4571
4737
|
],
|
|
4572
4738
|
"competitionIds": [
|
|
4573
4739
|
1
|
|
4574
4740
|
],
|
|
4575
4741
|
"video": [
|
|
4576
|
-
|
|
4742
|
+
204
|
|
4577
4743
|
],
|
|
4578
4744
|
"loginEmail": [
|
|
4579
4745
|
1
|
|
@@ -4608,16 +4774,16 @@ exports.default = {
|
|
|
4608
4774
|
14
|
|
4609
4775
|
],
|
|
4610
4776
|
"budget": [
|
|
4611
|
-
|
|
4777
|
+
202
|
|
4612
4778
|
],
|
|
4613
4779
|
"competitionBudgets": [
|
|
4614
|
-
|
|
4780
|
+
203
|
|
4615
4781
|
],
|
|
4616
4782
|
"competitionIds": [
|
|
4617
4783
|
1
|
|
4618
4784
|
],
|
|
4619
4785
|
"video": [
|
|
4620
|
-
|
|
4786
|
+
204
|
|
4621
4787
|
],
|
|
4622
4788
|
"_id": [
|
|
4623
4789
|
1
|
|
@@ -4639,7 +4805,7 @@ exports.default = {
|
|
|
4639
4805
|
},
|
|
4640
4806
|
"BudgetDto": {
|
|
4641
4807
|
"items": [
|
|
4642
|
-
|
|
4808
|
+
200
|
|
4643
4809
|
],
|
|
4644
4810
|
"fundingMode": [
|
|
4645
4811
|
1
|
|
@@ -4653,7 +4819,7 @@ exports.default = {
|
|
|
4653
4819
|
1
|
|
4654
4820
|
],
|
|
4655
4821
|
"budget": [
|
|
4656
|
-
|
|
4822
|
+
209
|
|
4657
4823
|
],
|
|
4658
4824
|
"__typename": [
|
|
4659
4825
|
1
|
|
@@ -4664,7 +4830,7 @@ exports.default = {
|
|
|
4664
4830
|
1
|
|
4665
4831
|
],
|
|
4666
4832
|
"budget": [
|
|
4667
|
-
|
|
4833
|
+
209
|
|
4668
4834
|
],
|
|
4669
4835
|
"__typename": [
|
|
4670
4836
|
1
|
|
@@ -4684,7 +4850,7 @@ exports.default = {
|
|
|
4684
4850
|
18
|
|
4685
4851
|
],
|
|
4686
4852
|
"budget": [
|
|
4687
|
-
|
|
4853
|
+
209
|
|
4688
4854
|
],
|
|
4689
4855
|
"__typename": [
|
|
4690
4856
|
1
|
|
@@ -4704,7 +4870,7 @@ exports.default = {
|
|
|
4704
4870
|
1
|
|
4705
4871
|
],
|
|
4706
4872
|
"logo": [
|
|
4707
|
-
|
|
4873
|
+
178
|
|
4708
4874
|
],
|
|
4709
4875
|
"countryId": [
|
|
4710
4876
|
1
|
|
@@ -4736,46 +4902,6 @@ exports.default = {
|
|
|
4736
4902
|
1
|
|
4737
4903
|
]
|
|
4738
4904
|
},
|
|
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
|
-
"StripeQueryDto": {
|
|
4766
|
-
"operation": [
|
|
4767
|
-
1
|
|
4768
|
-
],
|
|
4769
|
-
"id": [
|
|
4770
|
-
1
|
|
4771
|
-
],
|
|
4772
|
-
"params": [
|
|
4773
|
-
1
|
|
4774
|
-
],
|
|
4775
|
-
"__typename": [
|
|
4776
|
-
1
|
|
4777
|
-
]
|
|
4778
|
-
},
|
|
4779
4905
|
"CreateAthleteIntegrationDto": {
|
|
4780
4906
|
"athleteId": [
|
|
4781
4907
|
1
|
|
@@ -4840,7 +4966,7 @@ exports.default = {
|
|
|
4840
4966
|
1
|
|
4841
4967
|
],
|
|
4842
4968
|
"profilePicture": [
|
|
4843
|
-
|
|
4969
|
+
178
|
|
4844
4970
|
],
|
|
4845
4971
|
"__typename": [
|
|
4846
4972
|
1
|
|
@@ -4917,7 +5043,7 @@ exports.default = {
|
|
|
4917
5043
|
32,
|
|
4918
5044
|
{
|
|
4919
5045
|
"input": [
|
|
4920
|
-
|
|
5046
|
+
222,
|
|
4921
5047
|
"AWSS3GetUploadDto!"
|
|
4922
5048
|
]
|
|
4923
5049
|
}
|
|
@@ -4979,7 +5105,7 @@ exports.default = {
|
|
|
4979
5105
|
104,
|
|
4980
5106
|
{
|
|
4981
5107
|
"input": [
|
|
4982
|
-
|
|
5108
|
+
223,
|
|
4983
5109
|
"FindSponsorAthleteInvitationDto!"
|
|
4984
5110
|
]
|
|
4985
5111
|
}
|
|
@@ -4988,7 +5114,7 @@ exports.default = {
|
|
|
4988
5114
|
144,
|
|
4989
5115
|
{
|
|
4990
5116
|
"input": [
|
|
4991
|
-
|
|
5117
|
+
181,
|
|
4992
5118
|
"existValueDto!"
|
|
4993
5119
|
]
|
|
4994
5120
|
}
|
|
@@ -5000,7 +5126,7 @@ exports.default = {
|
|
|
5000
5126
|
139,
|
|
5001
5127
|
{
|
|
5002
5128
|
"input": [
|
|
5003
|
-
|
|
5129
|
+
176,
|
|
5004
5130
|
"AthleteQueryDto!"
|
|
5005
5131
|
]
|
|
5006
5132
|
}
|
|
@@ -5048,7 +5174,7 @@ exports.default = {
|
|
|
5048
5174
|
81,
|
|
5049
5175
|
{
|
|
5050
5176
|
"input": [
|
|
5051
|
-
|
|
5177
|
+
224,
|
|
5052
5178
|
"GetAthleteCompetitionsDto!"
|
|
5053
5179
|
]
|
|
5054
5180
|
}
|
|
@@ -5096,7 +5222,7 @@ exports.default = {
|
|
|
5096
5222
|
139,
|
|
5097
5223
|
{
|
|
5098
5224
|
"input": [
|
|
5099
|
-
|
|
5225
|
+
176,
|
|
5100
5226
|
"AthleteQueryDto!"
|
|
5101
5227
|
]
|
|
5102
5228
|
}
|
|
@@ -5114,25 +5240,43 @@ exports.default = {
|
|
|
5114
5240
|
142,
|
|
5115
5241
|
{
|
|
5116
5242
|
"input": [
|
|
5117
|
-
|
|
5243
|
+
181,
|
|
5118
5244
|
"existValueDto!"
|
|
5119
5245
|
]
|
|
5120
5246
|
}
|
|
5121
5247
|
],
|
|
5248
|
+
"getAthleteHistoricalScoresPeriod": [
|
|
5249
|
+
145,
|
|
5250
|
+
{
|
|
5251
|
+
"input": [
|
|
5252
|
+
183,
|
|
5253
|
+
"GetHistoricalScoresDto!"
|
|
5254
|
+
]
|
|
5255
|
+
}
|
|
5256
|
+
],
|
|
5122
5257
|
"getAthleteHistoricalScores": [
|
|
5123
5258
|
98,
|
|
5124
5259
|
{
|
|
5125
5260
|
"input": [
|
|
5126
|
-
|
|
5261
|
+
183,
|
|
5127
5262
|
"GetHistoricalScoresDto!"
|
|
5128
5263
|
]
|
|
5129
5264
|
}
|
|
5130
5265
|
],
|
|
5266
|
+
"getMyHistoricalScoresPeriod": [
|
|
5267
|
+
145,
|
|
5268
|
+
{
|
|
5269
|
+
"input": [
|
|
5270
|
+
182,
|
|
5271
|
+
"GetMyHistoricalScoresDto!"
|
|
5272
|
+
]
|
|
5273
|
+
}
|
|
5274
|
+
],
|
|
5131
5275
|
"getMyHistoricalScores": [
|
|
5132
5276
|
98,
|
|
5133
5277
|
{
|
|
5134
5278
|
"input": [
|
|
5135
|
-
|
|
5279
|
+
182,
|
|
5136
5280
|
"GetMyHistoricalScoresDto!"
|
|
5137
5281
|
]
|
|
5138
5282
|
}
|
|
@@ -5141,7 +5285,7 @@ exports.default = {
|
|
|
5141
5285
|
89,
|
|
5142
5286
|
{
|
|
5143
5287
|
"input": [
|
|
5144
|
-
|
|
5288
|
+
184,
|
|
5145
5289
|
"GetAthleteCampaignsDto!"
|
|
5146
5290
|
]
|
|
5147
5291
|
}
|
|
@@ -5213,7 +5357,7 @@ exports.default = {
|
|
|
5213
5357
|
0,
|
|
5214
5358
|
{
|
|
5215
5359
|
"input": [
|
|
5216
|
-
|
|
5360
|
+
225,
|
|
5217
5361
|
"FindVtxUserDto!"
|
|
5218
5362
|
]
|
|
5219
5363
|
}
|
|
@@ -5232,7 +5376,7 @@ exports.default = {
|
|
|
5232
5376
|
}
|
|
5233
5377
|
],
|
|
5234
5378
|
"getUserImagesFromEmail": [
|
|
5235
|
-
|
|
5379
|
+
148,
|
|
5236
5380
|
{
|
|
5237
5381
|
"loginEmail": [
|
|
5238
5382
|
1,
|
|
@@ -5253,7 +5397,7 @@ exports.default = {
|
|
|
5253
5397
|
36,
|
|
5254
5398
|
{
|
|
5255
5399
|
"input": [
|
|
5256
|
-
|
|
5400
|
+
162,
|
|
5257
5401
|
"VerifyCodeDto!"
|
|
5258
5402
|
]
|
|
5259
5403
|
}
|
|
@@ -5265,7 +5409,7 @@ exports.default = {
|
|
|
5265
5409
|
75,
|
|
5266
5410
|
{
|
|
5267
5411
|
"input": [
|
|
5268
|
-
|
|
5412
|
+
226,
|
|
5269
5413
|
"GetSportEventsDto!"
|
|
5270
5414
|
]
|
|
5271
5415
|
}
|
|
@@ -5276,6 +5420,18 @@ exports.default = {
|
|
|
5276
5420
|
"getDonationsByAthlete": [
|
|
5277
5421
|
117
|
|
5278
5422
|
],
|
|
5423
|
+
"getDonationsToAthlete": [
|
|
5424
|
+
133,
|
|
5425
|
+
{
|
|
5426
|
+
"athleteId": [
|
|
5427
|
+
1,
|
|
5428
|
+
"String!"
|
|
5429
|
+
]
|
|
5430
|
+
}
|
|
5431
|
+
],
|
|
5432
|
+
"getDonationsToMe": [
|
|
5433
|
+
133
|
|
5434
|
+
],
|
|
5279
5435
|
"getBudgetConcepts": [
|
|
5280
5436
|
132
|
|
5281
5437
|
],
|
|
@@ -5295,10 +5451,10 @@ exports.default = {
|
|
|
5295
5451
|
116
|
|
5296
5452
|
],
|
|
5297
5453
|
"stripeQuery": [
|
|
5298
|
-
|
|
5454
|
+
146,
|
|
5299
5455
|
{
|
|
5300
5456
|
"input": [
|
|
5301
|
-
|
|
5457
|
+
197,
|
|
5302
5458
|
"StripeQueryDto!"
|
|
5303
5459
|
]
|
|
5304
5460
|
}
|
|
@@ -5307,7 +5463,7 @@ exports.default = {
|
|
|
5307
5463
|
35,
|
|
5308
5464
|
{
|
|
5309
5465
|
"input": [
|
|
5310
|
-
|
|
5466
|
+
160,
|
|
5311
5467
|
"GetDatabaseFileDto!"
|
|
5312
5468
|
]
|
|
5313
5469
|
}
|
|
@@ -5316,7 +5472,7 @@ exports.default = {
|
|
|
5316
5472
|
117,
|
|
5317
5473
|
{
|
|
5318
5474
|
"input": [
|
|
5319
|
-
|
|
5475
|
+
196,
|
|
5320
5476
|
"GetReceiptDto!"
|
|
5321
5477
|
]
|
|
5322
5478
|
}
|
|
@@ -5325,11 +5481,20 @@ exports.default = {
|
|
|
5325
5481
|
118,
|
|
5326
5482
|
{
|
|
5327
5483
|
"input": [
|
|
5328
|
-
|
|
5484
|
+
196,
|
|
5329
5485
|
"GetReceiptDto!"
|
|
5330
5486
|
]
|
|
5331
5487
|
}
|
|
5332
5488
|
],
|
|
5489
|
+
"getTransactionDetails": [
|
|
5490
|
+
150,
|
|
5491
|
+
{
|
|
5492
|
+
"input": [
|
|
5493
|
+
198,
|
|
5494
|
+
"GetTransactionDetailsDto!"
|
|
5495
|
+
]
|
|
5496
|
+
}
|
|
5497
|
+
],
|
|
5333
5498
|
"findMemberForUser": [
|
|
5334
5499
|
134,
|
|
5335
5500
|
{
|
|
@@ -5403,7 +5568,7 @@ exports.default = {
|
|
|
5403
5568
|
5,
|
|
5404
5569
|
{
|
|
5405
5570
|
"tenant": [
|
|
5406
|
-
|
|
5571
|
+
228,
|
|
5407
5572
|
"CreateTenantInput!"
|
|
5408
5573
|
]
|
|
5409
5574
|
}
|
|
@@ -5412,7 +5577,7 @@ exports.default = {
|
|
|
5412
5577
|
11,
|
|
5413
5578
|
{
|
|
5414
5579
|
"tenant": [
|
|
5415
|
-
|
|
5580
|
+
228,
|
|
5416
5581
|
"CreateTenantInput!"
|
|
5417
5582
|
]
|
|
5418
5583
|
}
|
|
@@ -5421,7 +5586,7 @@ exports.default = {
|
|
|
5421
5586
|
3,
|
|
5422
5587
|
{
|
|
5423
5588
|
"user": [
|
|
5424
|
-
|
|
5589
|
+
229,
|
|
5425
5590
|
"CreateActiveUserInput!"
|
|
5426
5591
|
]
|
|
5427
5592
|
}
|
|
@@ -5456,7 +5621,7 @@ exports.default = {
|
|
|
5456
5621
|
0,
|
|
5457
5622
|
{
|
|
5458
5623
|
"input": [
|
|
5459
|
-
|
|
5624
|
+
230,
|
|
5460
5625
|
"RegisterUserToDomainFromEmailInput!"
|
|
5461
5626
|
]
|
|
5462
5627
|
}
|
|
@@ -5465,7 +5630,7 @@ exports.default = {
|
|
|
5465
5630
|
8,
|
|
5466
5631
|
{
|
|
5467
5632
|
"dto": [
|
|
5468
|
-
|
|
5633
|
+
231,
|
|
5469
5634
|
"RefreshTokenInput!"
|
|
5470
5635
|
]
|
|
5471
5636
|
}
|
|
@@ -5474,7 +5639,7 @@ exports.default = {
|
|
|
5474
5639
|
33,
|
|
5475
5640
|
{
|
|
5476
5641
|
"input": [
|
|
5477
|
-
|
|
5642
|
+
232,
|
|
5478
5643
|
"AWSS3DeleteUseTypeFileDto!"
|
|
5479
5644
|
]
|
|
5480
5645
|
}
|
|
@@ -5483,7 +5648,7 @@ exports.default = {
|
|
|
5483
5648
|
33,
|
|
5484
5649
|
{
|
|
5485
5650
|
"input": [
|
|
5486
|
-
|
|
5651
|
+
233,
|
|
5487
5652
|
"AWSS3DeleteBucketFileDto!"
|
|
5488
5653
|
]
|
|
5489
5654
|
}
|
|
@@ -5492,7 +5657,7 @@ exports.default = {
|
|
|
5492
5657
|
33,
|
|
5493
5658
|
{
|
|
5494
5659
|
"input": [
|
|
5495
|
-
|
|
5660
|
+
234,
|
|
5496
5661
|
"AWSS3DeleteUseTypeKeyDto!"
|
|
5497
5662
|
]
|
|
5498
5663
|
}
|
|
@@ -5501,7 +5666,7 @@ exports.default = {
|
|
|
5501
5666
|
27,
|
|
5502
5667
|
{
|
|
5503
5668
|
"input": [
|
|
5504
|
-
|
|
5669
|
+
178,
|
|
5505
5670
|
"AWSS3UploadedFileDto!"
|
|
5506
5671
|
]
|
|
5507
5672
|
}
|
|
@@ -5510,7 +5675,7 @@ exports.default = {
|
|
|
5510
5675
|
56,
|
|
5511
5676
|
{
|
|
5512
5677
|
"input": [
|
|
5513
|
-
|
|
5678
|
+
235,
|
|
5514
5679
|
"CreateIndustryDto!"
|
|
5515
5680
|
]
|
|
5516
5681
|
}
|
|
@@ -5519,7 +5684,7 @@ exports.default = {
|
|
|
5519
5684
|
39,
|
|
5520
5685
|
{
|
|
5521
5686
|
"input": [
|
|
5522
|
-
|
|
5687
|
+
236,
|
|
5523
5688
|
"CreateBrandDto!"
|
|
5524
5689
|
]
|
|
5525
5690
|
}
|
|
@@ -5528,7 +5693,7 @@ exports.default = {
|
|
|
5528
5693
|
59,
|
|
5529
5694
|
{
|
|
5530
5695
|
"input": [
|
|
5531
|
-
|
|
5696
|
+
238,
|
|
5532
5697
|
"RegisterSponsorInput!"
|
|
5533
5698
|
]
|
|
5534
5699
|
}
|
|
@@ -5537,7 +5702,7 @@ exports.default = {
|
|
|
5537
5702
|
59,
|
|
5538
5703
|
{
|
|
5539
5704
|
"input": [
|
|
5540
|
-
|
|
5705
|
+
239,
|
|
5541
5706
|
"CreateSponsorDto!"
|
|
5542
5707
|
]
|
|
5543
5708
|
}
|
|
@@ -5546,7 +5711,7 @@ exports.default = {
|
|
|
5546
5711
|
104,
|
|
5547
5712
|
{
|
|
5548
5713
|
"input": [
|
|
5549
|
-
|
|
5714
|
+
165,
|
|
5550
5715
|
"InviteAthletesDto!"
|
|
5551
5716
|
]
|
|
5552
5717
|
}
|
|
@@ -5555,7 +5720,7 @@ exports.default = {
|
|
|
5555
5720
|
136,
|
|
5556
5721
|
{
|
|
5557
5722
|
"input": [
|
|
5558
|
-
|
|
5723
|
+
173,
|
|
5559
5724
|
"DeleteSingleValueDto!"
|
|
5560
5725
|
]
|
|
5561
5726
|
}
|
|
@@ -5564,7 +5729,7 @@ exports.default = {
|
|
|
5564
5729
|
100,
|
|
5565
5730
|
{
|
|
5566
5731
|
"input": [
|
|
5567
|
-
|
|
5732
|
+
240,
|
|
5568
5733
|
"RegisterAthleteDto!"
|
|
5569
5734
|
]
|
|
5570
5735
|
}
|
|
@@ -5573,7 +5738,7 @@ exports.default = {
|
|
|
5573
5738
|
135,
|
|
5574
5739
|
{
|
|
5575
5740
|
"input": [
|
|
5576
|
-
|
|
5741
|
+
241,
|
|
5577
5742
|
"EditValueDto!"
|
|
5578
5743
|
]
|
|
5579
5744
|
}
|
|
@@ -5582,7 +5747,7 @@ exports.default = {
|
|
|
5582
5747
|
140,
|
|
5583
5748
|
{
|
|
5584
5749
|
"input": [
|
|
5585
|
-
|
|
5750
|
+
177,
|
|
5586
5751
|
"EditPictureDto!"
|
|
5587
5752
|
]
|
|
5588
5753
|
}
|
|
@@ -5591,7 +5756,7 @@ exports.default = {
|
|
|
5591
5756
|
141,
|
|
5592
5757
|
{
|
|
5593
5758
|
"input": [
|
|
5594
|
-
|
|
5759
|
+
179,
|
|
5595
5760
|
"UploadAlbumsPicturesDto!"
|
|
5596
5761
|
]
|
|
5597
5762
|
}
|
|
@@ -5600,7 +5765,7 @@ exports.default = {
|
|
|
5600
5765
|
81,
|
|
5601
5766
|
{
|
|
5602
5767
|
"input": [
|
|
5603
|
-
|
|
5768
|
+
168,
|
|
5604
5769
|
"CreateAthleteCompetitionDto!"
|
|
5605
5770
|
]
|
|
5606
5771
|
}
|
|
@@ -5609,7 +5774,7 @@ exports.default = {
|
|
|
5609
5774
|
136,
|
|
5610
5775
|
{
|
|
5611
5776
|
"input": [
|
|
5612
|
-
|
|
5777
|
+
173,
|
|
5613
5778
|
"DeleteSingleValueDto!"
|
|
5614
5779
|
]
|
|
5615
5780
|
}
|
|
@@ -5618,7 +5783,7 @@ exports.default = {
|
|
|
5618
5783
|
80,
|
|
5619
5784
|
{
|
|
5620
5785
|
"input": [
|
|
5621
|
-
|
|
5786
|
+
179,
|
|
5622
5787
|
"UploadAlbumsPicturesDto!"
|
|
5623
5788
|
]
|
|
5624
5789
|
}
|
|
@@ -5627,7 +5792,7 @@ exports.default = {
|
|
|
5627
5792
|
80,
|
|
5628
5793
|
{
|
|
5629
5794
|
"input": [
|
|
5630
|
-
|
|
5795
|
+
242,
|
|
5631
5796
|
"EditDisplayIndexDto!"
|
|
5632
5797
|
]
|
|
5633
5798
|
}
|
|
@@ -5636,7 +5801,7 @@ exports.default = {
|
|
|
5636
5801
|
80,
|
|
5637
5802
|
{
|
|
5638
5803
|
"input": [
|
|
5639
|
-
|
|
5804
|
+
179,
|
|
5640
5805
|
"UploadAlbumsPicturesDto!"
|
|
5641
5806
|
]
|
|
5642
5807
|
}
|
|
@@ -5645,7 +5810,7 @@ exports.default = {
|
|
|
5645
5810
|
136,
|
|
5646
5811
|
{
|
|
5647
5812
|
"input": [
|
|
5648
|
-
|
|
5813
|
+
173,
|
|
5649
5814
|
"DeleteSingleValueDto!"
|
|
5650
5815
|
]
|
|
5651
5816
|
}
|
|
@@ -5654,7 +5819,7 @@ exports.default = {
|
|
|
5654
5819
|
120,
|
|
5655
5820
|
{
|
|
5656
5821
|
"input": [
|
|
5657
|
-
|
|
5822
|
+
180,
|
|
5658
5823
|
"DeleteValuesDto!"
|
|
5659
5824
|
]
|
|
5660
5825
|
}
|
|
@@ -5663,7 +5828,7 @@ exports.default = {
|
|
|
5663
5828
|
76,
|
|
5664
5829
|
{
|
|
5665
5830
|
"input": [
|
|
5666
|
-
|
|
5831
|
+
167,
|
|
5667
5832
|
"SetCompetitionResultDto!"
|
|
5668
5833
|
]
|
|
5669
5834
|
}
|
|
@@ -5675,7 +5840,7 @@ exports.default = {
|
|
|
5675
5840
|
89,
|
|
5676
5841
|
{
|
|
5677
5842
|
"input": [
|
|
5678
|
-
|
|
5843
|
+
244,
|
|
5679
5844
|
"SetCurrentCampaignDto!"
|
|
5680
5845
|
]
|
|
5681
5846
|
}
|
|
@@ -5684,7 +5849,7 @@ exports.default = {
|
|
|
5684
5849
|
67,
|
|
5685
5850
|
{
|
|
5686
5851
|
"input": [
|
|
5687
|
-
|
|
5852
|
+
245,
|
|
5688
5853
|
"CreateSportDto!"
|
|
5689
5854
|
]
|
|
5690
5855
|
}
|
|
@@ -5693,7 +5858,7 @@ exports.default = {
|
|
|
5693
5858
|
67,
|
|
5694
5859
|
{
|
|
5695
5860
|
"input": [
|
|
5696
|
-
|
|
5861
|
+
246,
|
|
5697
5862
|
"UpdateSportDto!"
|
|
5698
5863
|
]
|
|
5699
5864
|
}
|
|
@@ -5702,7 +5867,7 @@ exports.default = {
|
|
|
5702
5867
|
70,
|
|
5703
5868
|
{
|
|
5704
5869
|
"input": [
|
|
5705
|
-
|
|
5870
|
+
247,
|
|
5706
5871
|
"CreateSportLevelDto!"
|
|
5707
5872
|
]
|
|
5708
5873
|
}
|
|
@@ -5711,7 +5876,7 @@ exports.default = {
|
|
|
5711
5876
|
65,
|
|
5712
5877
|
{
|
|
5713
5878
|
"input": [
|
|
5714
|
-
|
|
5879
|
+
249,
|
|
5715
5880
|
"CreateSponsorshipDto!"
|
|
5716
5881
|
]
|
|
5717
5882
|
}
|
|
@@ -5720,7 +5885,7 @@ exports.default = {
|
|
|
5720
5885
|
45,
|
|
5721
5886
|
{
|
|
5722
5887
|
"input": [
|
|
5723
|
-
|
|
5888
|
+
256,
|
|
5724
5889
|
"CreateCountryDto!"
|
|
5725
5890
|
]
|
|
5726
5891
|
}
|
|
@@ -5729,7 +5894,7 @@ exports.default = {
|
|
|
5729
5894
|
44,
|
|
5730
5895
|
{
|
|
5731
5896
|
"input": [
|
|
5732
|
-
|
|
5897
|
+
257,
|
|
5733
5898
|
"CreateStateDto!"
|
|
5734
5899
|
]
|
|
5735
5900
|
}
|
|
@@ -5738,7 +5903,7 @@ exports.default = {
|
|
|
5738
5903
|
43,
|
|
5739
5904
|
{
|
|
5740
5905
|
"input": [
|
|
5741
|
-
|
|
5906
|
+
258,
|
|
5742
5907
|
"CreateCityDto!"
|
|
5743
5908
|
]
|
|
5744
5909
|
}
|
|
@@ -5747,7 +5912,7 @@ exports.default = {
|
|
|
5747
5912
|
29,
|
|
5748
5913
|
{
|
|
5749
5914
|
"input": [
|
|
5750
|
-
|
|
5915
|
+
194,
|
|
5751
5916
|
"RegisterUserDto!"
|
|
5752
5917
|
]
|
|
5753
5918
|
}
|
|
@@ -5756,7 +5921,7 @@ exports.default = {
|
|
|
5756
5921
|
3,
|
|
5757
5922
|
{
|
|
5758
5923
|
"input": [
|
|
5759
|
-
|
|
5924
|
+
162,
|
|
5760
5925
|
"VerifyCodeDto!"
|
|
5761
5926
|
]
|
|
5762
5927
|
}
|
|
@@ -5765,7 +5930,7 @@ exports.default = {
|
|
|
5765
5930
|
0,
|
|
5766
5931
|
{
|
|
5767
5932
|
"input": [
|
|
5768
|
-
|
|
5933
|
+
162,
|
|
5769
5934
|
"VerifyCodeDto!"
|
|
5770
5935
|
]
|
|
5771
5936
|
}
|
|
@@ -5774,7 +5939,7 @@ exports.default = {
|
|
|
5774
5939
|
0,
|
|
5775
5940
|
{
|
|
5776
5941
|
"input": [
|
|
5777
|
-
|
|
5942
|
+
194,
|
|
5778
5943
|
"RegisterUserDto!"
|
|
5779
5944
|
]
|
|
5780
5945
|
}
|
|
@@ -5783,7 +5948,7 @@ exports.default = {
|
|
|
5783
5948
|
0,
|
|
5784
5949
|
{
|
|
5785
5950
|
"input": [
|
|
5786
|
-
|
|
5951
|
+
194,
|
|
5787
5952
|
"RegisterUserDto!"
|
|
5788
5953
|
]
|
|
5789
5954
|
}
|
|
@@ -5792,7 +5957,7 @@ exports.default = {
|
|
|
5792
5957
|
0,
|
|
5793
5958
|
{
|
|
5794
5959
|
"input": [
|
|
5795
|
-
|
|
5960
|
+
194,
|
|
5796
5961
|
"RegisterUserDto!"
|
|
5797
5962
|
]
|
|
5798
5963
|
}
|
|
@@ -5823,13 +5988,13 @@ exports.default = {
|
|
|
5823
5988
|
135,
|
|
5824
5989
|
{
|
|
5825
5990
|
"input": [
|
|
5826
|
-
|
|
5991
|
+
195,
|
|
5827
5992
|
"resetPasswordDto!"
|
|
5828
5993
|
]
|
|
5829
5994
|
}
|
|
5830
5995
|
],
|
|
5831
5996
|
"validateToken": [
|
|
5832
|
-
|
|
5997
|
+
149,
|
|
5833
5998
|
{
|
|
5834
5999
|
"input": [
|
|
5835
6000
|
1,
|
|
@@ -5841,7 +6006,7 @@ exports.default = {
|
|
|
5841
6006
|
105,
|
|
5842
6007
|
{
|
|
5843
6008
|
"data": [
|
|
5844
|
-
|
|
6009
|
+
259,
|
|
5845
6010
|
"RegisterStravaDto!"
|
|
5846
6011
|
]
|
|
5847
6012
|
}
|
|
@@ -5859,7 +6024,7 @@ exports.default = {
|
|
|
5859
6024
|
75,
|
|
5860
6025
|
{
|
|
5861
6026
|
"input": [
|
|
5862
|
-
|
|
6027
|
+
260,
|
|
5863
6028
|
"CreateSportEventDto!"
|
|
5864
6029
|
]
|
|
5865
6030
|
}
|
|
@@ -5868,7 +6033,7 @@ exports.default = {
|
|
|
5868
6033
|
130,
|
|
5869
6034
|
{
|
|
5870
6035
|
"input": [
|
|
5871
|
-
|
|
6036
|
+
199,
|
|
5872
6037
|
"MergeSportsEventsDto!"
|
|
5873
6038
|
]
|
|
5874
6039
|
}
|
|
@@ -5877,7 +6042,7 @@ exports.default = {
|
|
|
5877
6042
|
89,
|
|
5878
6043
|
{
|
|
5879
6044
|
"input": [
|
|
5880
|
-
|
|
6045
|
+
208,
|
|
5881
6046
|
"SetFundingStatusDto!"
|
|
5882
6047
|
]
|
|
5883
6048
|
}
|
|
@@ -5886,7 +6051,7 @@ exports.default = {
|
|
|
5886
6051
|
89,
|
|
5887
6052
|
{
|
|
5888
6053
|
"input": [
|
|
5889
|
-
|
|
6054
|
+
205,
|
|
5890
6055
|
"CreateFundingCampaignDto!"
|
|
5891
6056
|
]
|
|
5892
6057
|
}
|
|
@@ -5895,7 +6060,7 @@ exports.default = {
|
|
|
5895
6060
|
89,
|
|
5896
6061
|
{
|
|
5897
6062
|
"input": [
|
|
5898
|
-
|
|
6063
|
+
207,
|
|
5899
6064
|
"UpdateFundingCampaignDto!"
|
|
5900
6065
|
]
|
|
5901
6066
|
}
|
|
@@ -5904,7 +6069,7 @@ exports.default = {
|
|
|
5904
6069
|
136,
|
|
5905
6070
|
{
|
|
5906
6071
|
"input": [
|
|
5907
|
-
|
|
6072
|
+
173,
|
|
5908
6073
|
"DeleteSingleValueDto!"
|
|
5909
6074
|
]
|
|
5910
6075
|
}
|
|
@@ -5913,7 +6078,7 @@ exports.default = {
|
|
|
5913
6078
|
120,
|
|
5914
6079
|
{
|
|
5915
6080
|
"input": [
|
|
5916
|
-
|
|
6081
|
+
180,
|
|
5917
6082
|
"DeleteValuesDto!"
|
|
5918
6083
|
]
|
|
5919
6084
|
}
|
|
@@ -5931,7 +6096,7 @@ exports.default = {
|
|
|
5931
6096
|
2,
|
|
5932
6097
|
{
|
|
5933
6098
|
"input": [
|
|
5934
|
-
|
|
6099
|
+
210,
|
|
5935
6100
|
"AddCompetitionBudgetDto!"
|
|
5936
6101
|
]
|
|
5937
6102
|
}
|
|
@@ -5940,7 +6105,7 @@ exports.default = {
|
|
|
5940
6105
|
2,
|
|
5941
6106
|
{
|
|
5942
6107
|
"input": [
|
|
5943
|
-
|
|
6108
|
+
211,
|
|
5944
6109
|
"EditCompetitionBudgetDto!"
|
|
5945
6110
|
]
|
|
5946
6111
|
}
|
|
@@ -5949,7 +6114,7 @@ exports.default = {
|
|
|
5949
6114
|
2,
|
|
5950
6115
|
{
|
|
5951
6116
|
"input": [
|
|
5952
|
-
|
|
6117
|
+
212,
|
|
5953
6118
|
"EditCampaignBudgetDto!"
|
|
5954
6119
|
]
|
|
5955
6120
|
}
|
|
@@ -5958,7 +6123,7 @@ exports.default = {
|
|
|
5958
6123
|
2,
|
|
5959
6124
|
{
|
|
5960
6125
|
"input": [
|
|
5961
|
-
|
|
6126
|
+
212,
|
|
5962
6127
|
"EditCampaignBudgetDto!"
|
|
5963
6128
|
]
|
|
5964
6129
|
}
|
|
@@ -5967,7 +6132,7 @@ exports.default = {
|
|
|
5967
6132
|
82,
|
|
5968
6133
|
{
|
|
5969
6134
|
"input": [
|
|
5970
|
-
|
|
6135
|
+
213,
|
|
5971
6136
|
"CreateMembershipOrganizationDto!"
|
|
5972
6137
|
]
|
|
5973
6138
|
}
|
|
@@ -5976,7 +6141,7 @@ exports.default = {
|
|
|
5976
6141
|
84,
|
|
5977
6142
|
{
|
|
5978
6143
|
"input": [
|
|
5979
|
-
|
|
6144
|
+
214,
|
|
5980
6145
|
"CreateAthleteMembershipDto!"
|
|
5981
6146
|
]
|
|
5982
6147
|
}
|
|
@@ -5985,7 +6150,7 @@ exports.default = {
|
|
|
5985
6150
|
136,
|
|
5986
6151
|
{
|
|
5987
6152
|
"input": [
|
|
5988
|
-
|
|
6153
|
+
173,
|
|
5989
6154
|
"DeleteSingleValueDto!"
|
|
5990
6155
|
]
|
|
5991
6156
|
}
|
|
@@ -6003,7 +6168,7 @@ exports.default = {
|
|
|
6003
6168
|
97,
|
|
6004
6169
|
{
|
|
6005
6170
|
"input": [
|
|
6006
|
-
|
|
6171
|
+
261,
|
|
6007
6172
|
"CreateStripeAccountDto!"
|
|
6008
6173
|
]
|
|
6009
6174
|
}
|
|
@@ -6015,7 +6180,7 @@ exports.default = {
|
|
|
6015
6180
|
107,
|
|
6016
6181
|
{
|
|
6017
6182
|
"input": [
|
|
6018
|
-
|
|
6183
|
+
163,
|
|
6019
6184
|
"DonationCheckoutDto!"
|
|
6020
6185
|
]
|
|
6021
6186
|
}
|
|
@@ -6030,7 +6195,7 @@ exports.default = {
|
|
|
6030
6195
|
134,
|
|
6031
6196
|
{
|
|
6032
6197
|
"input": [
|
|
6033
|
-
|
|
6198
|
+
219,
|
|
6034
6199
|
"RegisterMemberDto!"
|
|
6035
6200
|
]
|
|
6036
6201
|
}
|
|
@@ -6156,13 +6321,13 @@ exports.default = {
|
|
|
6156
6321
|
1
|
|
6157
6322
|
],
|
|
6158
6323
|
"logo": [
|
|
6159
|
-
|
|
6324
|
+
178
|
|
6160
6325
|
],
|
|
6161
6326
|
"banner": [
|
|
6162
|
-
|
|
6327
|
+
178
|
|
6163
6328
|
],
|
|
6164
6329
|
"translations": [
|
|
6165
|
-
|
|
6330
|
+
237
|
|
6166
6331
|
],
|
|
6167
6332
|
"__typename": [
|
|
6168
6333
|
1
|
|
@@ -6185,10 +6350,10 @@ exports.default = {
|
|
|
6185
6350
|
1
|
|
6186
6351
|
],
|
|
6187
6352
|
"logo": [
|
|
6188
|
-
|
|
6353
|
+
178
|
|
6189
6354
|
],
|
|
6190
6355
|
"banner": [
|
|
6191
|
-
|
|
6356
|
+
178
|
|
6192
6357
|
],
|
|
6193
6358
|
"__typename": [
|
|
6194
6359
|
1
|
|
@@ -6293,10 +6458,10 @@ exports.default = {
|
|
|
6293
6458
|
1
|
|
6294
6459
|
],
|
|
6295
6460
|
"profilePicture": [
|
|
6296
|
-
|
|
6461
|
+
178
|
|
6297
6462
|
],
|
|
6298
6463
|
"cardPicture": [
|
|
6299
|
-
|
|
6464
|
+
178
|
|
6300
6465
|
],
|
|
6301
6466
|
"__typename": [
|
|
6302
6467
|
1
|
|
@@ -6315,7 +6480,7 @@ exports.default = {
|
|
|
6315
6480
|
},
|
|
6316
6481
|
"EditDisplayIndexDto": {
|
|
6317
6482
|
"updates": [
|
|
6318
|
-
|
|
6483
|
+
243
|
|
6319
6484
|
],
|
|
6320
6485
|
"__typename": [
|
|
6321
6486
|
1
|
|
@@ -6379,7 +6544,7 @@ exports.default = {
|
|
|
6379
6544
|
18
|
|
6380
6545
|
],
|
|
6381
6546
|
"translations": [
|
|
6382
|
-
|
|
6547
|
+
248
|
|
6383
6548
|
],
|
|
6384
6549
|
"__typename": [
|
|
6385
6550
|
1
|
|
@@ -6413,10 +6578,10 @@ exports.default = {
|
|
|
6413
6578
|
18
|
|
6414
6579
|
],
|
|
6415
6580
|
"banner": [
|
|
6416
|
-
|
|
6581
|
+
178
|
|
6417
6582
|
],
|
|
6418
6583
|
"criteria": [
|
|
6419
|
-
|
|
6584
|
+
250
|
|
6420
6585
|
],
|
|
6421
6586
|
"deadline": [
|
|
6422
6587
|
14
|
|
@@ -6425,13 +6590,13 @@ exports.default = {
|
|
|
6425
6590
|
14
|
|
6426
6591
|
],
|
|
6427
6592
|
"duration": [
|
|
6428
|
-
|
|
6593
|
+
252
|
|
6429
6594
|
],
|
|
6430
6595
|
"sponsorshipItems": [
|
|
6431
|
-
|
|
6596
|
+
253
|
|
6432
6597
|
],
|
|
6433
6598
|
"commitments": [
|
|
6434
|
-
|
|
6599
|
+
254
|
|
6435
6600
|
],
|
|
6436
6601
|
"terms": [
|
|
6437
6602
|
1
|
|
@@ -6443,7 +6608,7 @@ exports.default = {
|
|
|
6443
6608
|
2
|
|
6444
6609
|
],
|
|
6445
6610
|
"translations": [
|
|
6446
|
-
|
|
6611
|
+
255
|
|
6447
6612
|
],
|
|
6448
6613
|
"__typename": [
|
|
6449
6614
|
1
|
|
@@ -6457,7 +6622,7 @@ exports.default = {
|
|
|
6457
6622
|
1
|
|
6458
6623
|
],
|
|
6459
6624
|
"qualificationsBag": [
|
|
6460
|
-
|
|
6625
|
+
251
|
|
6461
6626
|
],
|
|
6462
6627
|
"__typename": [
|
|
6463
6628
|
1
|
|
@@ -6465,28 +6630,28 @@ exports.default = {
|
|
|
6465
6630
|
},
|
|
6466
6631
|
"QualificationsBagDto": {
|
|
6467
6632
|
"ageQualifications": [
|
|
6468
|
-
|
|
6633
|
+
186
|
|
6469
6634
|
],
|
|
6470
6635
|
"genderQualifications": [
|
|
6471
|
-
|
|
6636
|
+
187
|
|
6472
6637
|
],
|
|
6473
6638
|
"scoreQualifications": [
|
|
6474
|
-
|
|
6639
|
+
189
|
|
6475
6640
|
],
|
|
6476
6641
|
"locationQualifications": [
|
|
6477
|
-
|
|
6642
|
+
190
|
|
6478
6643
|
],
|
|
6479
6644
|
"nationalityQualifications": [
|
|
6480
|
-
|
|
6645
|
+
188
|
|
6481
6646
|
],
|
|
6482
6647
|
"distanceQualifications": [
|
|
6483
|
-
|
|
6648
|
+
191
|
|
6484
6649
|
],
|
|
6485
6650
|
"sportsQualifications": [
|
|
6486
|
-
|
|
6651
|
+
192
|
|
6487
6652
|
],
|
|
6488
6653
|
"levelQualifications": [
|
|
6489
|
-
|
|
6654
|
+
193
|
|
6490
6655
|
],
|
|
6491
6656
|
"__typename": [
|
|
6492
6657
|
1
|
|
@@ -6563,7 +6728,7 @@ exports.default = {
|
|
|
6563
6728
|
1
|
|
6564
6729
|
],
|
|
6565
6730
|
"banner": [
|
|
6566
|
-
|
|
6731
|
+
178
|
|
6567
6732
|
],
|
|
6568
6733
|
"terms": [
|
|
6569
6734
|
1
|
|
@@ -6681,7 +6846,7 @@ exports.default = {
|
|
|
6681
6846
|
1
|
|
6682
6847
|
],
|
|
6683
6848
|
"banner": [
|
|
6684
|
-
|
|
6849
|
+
178
|
|
6685
6850
|
],
|
|
6686
6851
|
"eventLevel": [
|
|
6687
6852
|
1
|