@vertikalx/vtx-backend-client 3.0.0-dev-max.40 → 3.0.0-dev-max.42
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 +15 -2
- package/src/api/vtx-base-api.js +96 -5
- package/src/api/vtx-base-api.js.map +1 -1
- package/src/client/schema.d.ts +124 -0
- package/src/client/schema.js +42 -2
- package/src/client/schema.js.map +1 -1
- package/src/client/types.d.ts +55 -0
- package/src/client/types.js +328 -192
- package/src/client/types.js.map +1 -1
- package/tsconfig.lib.tsbuildinfo +1 -1
package/src/client/types.js
CHANGED
|
@@ -9,10 +9,11 @@ exports.default = {
|
|
|
9
9
|
102,
|
|
10
10
|
127,
|
|
11
11
|
128,
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
12
|
+
141,
|
|
13
|
+
154,
|
|
14
|
+
158,
|
|
15
|
+
169,
|
|
16
|
+
248
|
|
16
17
|
],
|
|
17
18
|
"types": {
|
|
18
19
|
"User": {
|
|
@@ -2792,7 +2793,7 @@ exports.default = {
|
|
|
2792
2793
|
89
|
|
2793
2794
|
],
|
|
2794
2795
|
"mode": [
|
|
2795
|
-
|
|
2796
|
+
248
|
|
2796
2797
|
],
|
|
2797
2798
|
"athleteId": [
|
|
2798
2799
|
1
|
|
@@ -3552,6 +3553,61 @@ exports.default = {
|
|
|
3552
3553
|
1
|
|
3553
3554
|
]
|
|
3554
3555
|
},
|
|
3556
|
+
"ScoreRefreshDetail": {
|
|
3557
|
+
"status": [
|
|
3558
|
+
141
|
|
3559
|
+
],
|
|
3560
|
+
"message": [
|
|
3561
|
+
1
|
|
3562
|
+
],
|
|
3563
|
+
"__typename": [
|
|
3564
|
+
1
|
|
3565
|
+
]
|
|
3566
|
+
},
|
|
3567
|
+
"ForceScoreRefreshStatus": {},
|
|
3568
|
+
"ForceScoreRefreshResultType": {
|
|
3569
|
+
"athleteId": [
|
|
3570
|
+
1
|
|
3571
|
+
],
|
|
3572
|
+
"athleteName": [
|
|
3573
|
+
1
|
|
3574
|
+
],
|
|
3575
|
+
"status": [
|
|
3576
|
+
141
|
|
3577
|
+
],
|
|
3578
|
+
"message": [
|
|
3579
|
+
1
|
|
3580
|
+
],
|
|
3581
|
+
"tpi": [
|
|
3582
|
+
140
|
|
3583
|
+
],
|
|
3584
|
+
"spi": [
|
|
3585
|
+
140
|
|
3586
|
+
],
|
|
3587
|
+
"api": [
|
|
3588
|
+
140
|
|
3589
|
+
],
|
|
3590
|
+
"__typename": [
|
|
3591
|
+
1
|
|
3592
|
+
]
|
|
3593
|
+
},
|
|
3594
|
+
"ForceScoreRefreshResponseType": {
|
|
3595
|
+
"results": [
|
|
3596
|
+
142
|
|
3597
|
+
],
|
|
3598
|
+
"successCount": [
|
|
3599
|
+
18
|
|
3600
|
+
],
|
|
3601
|
+
"failureCount": [
|
|
3602
|
+
18
|
|
3603
|
+
],
|
|
3604
|
+
"skippedCount": [
|
|
3605
|
+
18
|
|
3606
|
+
],
|
|
3607
|
+
"__typename": [
|
|
3608
|
+
1
|
|
3609
|
+
]
|
|
3610
|
+
},
|
|
3555
3611
|
"SortOrder": {
|
|
3556
3612
|
"sortField": [
|
|
3557
3613
|
1
|
|
@@ -3565,7 +3621,7 @@ exports.default = {
|
|
|
3565
3621
|
},
|
|
3566
3622
|
"CursorPaginationResponse": {
|
|
3567
3623
|
"sort": [
|
|
3568
|
-
|
|
3624
|
+
144
|
|
3569
3625
|
],
|
|
3570
3626
|
"initialCursorId": [
|
|
3571
3627
|
1
|
|
@@ -3597,7 +3653,7 @@ exports.default = {
|
|
|
3597
3653
|
100
|
|
3598
3654
|
],
|
|
3599
3655
|
"cursor": [
|
|
3600
|
-
|
|
3656
|
+
145
|
|
3601
3657
|
],
|
|
3602
3658
|
"__typename": [
|
|
3603
3659
|
1
|
|
@@ -3661,7 +3717,7 @@ exports.default = {
|
|
|
3661
3717
|
},
|
|
3662
3718
|
"CompetitionDeleteVerificationResponse": {
|
|
3663
3719
|
"reasons": [
|
|
3664
|
-
|
|
3720
|
+
150
|
|
3665
3721
|
],
|
|
3666
3722
|
"__typename": [
|
|
3667
3723
|
1
|
|
@@ -3707,25 +3763,62 @@ exports.default = {
|
|
|
3707
3763
|
1
|
|
3708
3764
|
],
|
|
3709
3765
|
"json": [
|
|
3710
|
-
|
|
3766
|
+
154
|
|
3711
3767
|
],
|
|
3712
3768
|
"__typename": [
|
|
3713
3769
|
1
|
|
3714
3770
|
]
|
|
3715
3771
|
},
|
|
3716
3772
|
"JSONObject": {},
|
|
3773
|
+
"ScoreRefreshCapability": {
|
|
3774
|
+
"athleteId": [
|
|
3775
|
+
1
|
|
3776
|
+
],
|
|
3777
|
+
"athleteName": [
|
|
3778
|
+
1
|
|
3779
|
+
],
|
|
3780
|
+
"canRefreshTpi": [
|
|
3781
|
+
2
|
|
3782
|
+
],
|
|
3783
|
+
"canRefreshSpi": [
|
|
3784
|
+
2
|
|
3785
|
+
],
|
|
3786
|
+
"canRefreshApi": [
|
|
3787
|
+
2
|
|
3788
|
+
],
|
|
3789
|
+
"tpiReason": [
|
|
3790
|
+
1
|
|
3791
|
+
],
|
|
3792
|
+
"spiReason": [
|
|
3793
|
+
1
|
|
3794
|
+
],
|
|
3795
|
+
"apiReason": [
|
|
3796
|
+
1
|
|
3797
|
+
],
|
|
3798
|
+
"__typename": [
|
|
3799
|
+
1
|
|
3800
|
+
]
|
|
3801
|
+
},
|
|
3802
|
+
"CheckScoreRefreshCapabilityResponseType": {
|
|
3803
|
+
"capabilities": [
|
|
3804
|
+
155
|
|
3805
|
+
],
|
|
3806
|
+
"__typename": [
|
|
3807
|
+
1
|
|
3808
|
+
]
|
|
3809
|
+
},
|
|
3717
3810
|
"EnhancedPaginationInfoType": {
|
|
3718
3811
|
"currentPage": [
|
|
3719
|
-
|
|
3812
|
+
158
|
|
3720
3813
|
],
|
|
3721
3814
|
"totalPages": [
|
|
3722
|
-
|
|
3815
|
+
158
|
|
3723
3816
|
],
|
|
3724
3817
|
"totalItems": [
|
|
3725
|
-
|
|
3818
|
+
158
|
|
3726
3819
|
],
|
|
3727
3820
|
"itemsPerPage": [
|
|
3728
|
-
|
|
3821
|
+
158
|
|
3729
3822
|
],
|
|
3730
3823
|
"hasNextPage": [
|
|
3731
3824
|
2
|
|
@@ -3734,10 +3827,10 @@ exports.default = {
|
|
|
3734
3827
|
2
|
|
3735
3828
|
],
|
|
3736
3829
|
"startIndex": [
|
|
3737
|
-
|
|
3830
|
+
158
|
|
3738
3831
|
],
|
|
3739
3832
|
"endIndex": [
|
|
3740
|
-
|
|
3833
|
+
158
|
|
3741
3834
|
],
|
|
3742
3835
|
"__typename": [
|
|
3743
3836
|
1
|
|
@@ -3749,7 +3842,7 @@ exports.default = {
|
|
|
3749
3842
|
67
|
|
3750
3843
|
],
|
|
3751
3844
|
"pagination": [
|
|
3752
|
-
|
|
3845
|
+
157
|
|
3753
3846
|
],
|
|
3754
3847
|
"__typename": [
|
|
3755
3848
|
1
|
|
@@ -3820,7 +3913,7 @@ exports.default = {
|
|
|
3820
3913
|
135
|
|
3821
3914
|
],
|
|
3822
3915
|
"pagination": [
|
|
3823
|
-
|
|
3916
|
+
157
|
|
3824
3917
|
],
|
|
3825
3918
|
"__typename": [
|
|
3826
3919
|
1
|
|
@@ -3887,7 +3980,7 @@ exports.default = {
|
|
|
3887
3980
|
75
|
|
3888
3981
|
],
|
|
3889
3982
|
"pagination": [
|
|
3890
|
-
|
|
3983
|
+
157
|
|
3891
3984
|
],
|
|
3892
3985
|
"__typename": [
|
|
3893
3986
|
1
|
|
@@ -3915,10 +4008,10 @@ exports.default = {
|
|
|
3915
4008
|
1
|
|
3916
4009
|
],
|
|
3917
4010
|
"availableBalances": [
|
|
3918
|
-
|
|
4011
|
+
166
|
|
3919
4012
|
],
|
|
3920
4013
|
"pendingBalances": [
|
|
3921
|
-
|
|
4014
|
+
166
|
|
3922
4015
|
],
|
|
3923
4016
|
"__typename": [
|
|
3924
4017
|
1
|
|
@@ -3956,7 +4049,7 @@ exports.default = {
|
|
|
3956
4049
|
1
|
|
3957
4050
|
],
|
|
3958
4051
|
"status": [
|
|
3959
|
-
|
|
4052
|
+
169
|
|
3960
4053
|
],
|
|
3961
4054
|
"lastError": [
|
|
3962
4055
|
1
|
|
@@ -3985,7 +4078,7 @@ exports.default = {
|
|
|
3985
4078
|
137
|
|
3986
4079
|
],
|
|
3987
4080
|
"pagination": [
|
|
3988
|
-
|
|
4081
|
+
157
|
|
3989
4082
|
],
|
|
3990
4083
|
"__typename": [
|
|
3991
4084
|
1
|
|
@@ -4180,7 +4273,7 @@ exports.default = {
|
|
|
4180
4273
|
1
|
|
4181
4274
|
],
|
|
4182
4275
|
"invitations": [
|
|
4183
|
-
|
|
4276
|
+
182
|
|
4184
4277
|
],
|
|
4185
4278
|
"__typename": [
|
|
4186
4279
|
1
|
|
@@ -4291,7 +4384,7 @@ exports.default = {
|
|
|
4291
4384
|
1
|
|
4292
4385
|
],
|
|
4293
4386
|
"result": [
|
|
4294
|
-
|
|
4387
|
+
184
|
|
4295
4388
|
],
|
|
4296
4389
|
"cityId": [
|
|
4297
4390
|
1
|
|
@@ -4314,7 +4407,7 @@ exports.default = {
|
|
|
4314
4407
|
1
|
|
4315
4408
|
],
|
|
4316
4409
|
"result": [
|
|
4317
|
-
|
|
4410
|
+
184
|
|
4318
4411
|
],
|
|
4319
4412
|
"cityId": [
|
|
4320
4413
|
1
|
|
@@ -4350,13 +4443,13 @@ exports.default = {
|
|
|
4350
4443
|
},
|
|
4351
4444
|
"CursorPaginationDto": {
|
|
4352
4445
|
"sortCriteria": [
|
|
4353
|
-
|
|
4446
|
+
188
|
|
4354
4447
|
],
|
|
4355
4448
|
"limit": [
|
|
4356
4449
|
18
|
|
4357
4450
|
],
|
|
4358
4451
|
"cursorPosition": [
|
|
4359
|
-
|
|
4452
|
+
189
|
|
4360
4453
|
],
|
|
4361
4454
|
"__typename": [
|
|
4362
4455
|
1
|
|
@@ -4431,7 +4524,7 @@ exports.default = {
|
|
|
4431
4524
|
1
|
|
4432
4525
|
],
|
|
4433
4526
|
"currentCampaign": [
|
|
4434
|
-
|
|
4527
|
+
192
|
|
4435
4528
|
],
|
|
4436
4529
|
"sports": [
|
|
4437
4530
|
1
|
|
@@ -4493,10 +4586,10 @@ exports.default = {
|
|
|
4493
4586
|
},
|
|
4494
4587
|
"AthleteQueryDto": {
|
|
4495
4588
|
"cursor": [
|
|
4496
|
-
|
|
4589
|
+
190
|
|
4497
4590
|
],
|
|
4498
4591
|
"filters": [
|
|
4499
|
-
|
|
4592
|
+
193
|
|
4500
4593
|
],
|
|
4501
4594
|
"__typename": [
|
|
4502
4595
|
1
|
|
@@ -4507,7 +4600,7 @@ exports.default = {
|
|
|
4507
4600
|
1
|
|
4508
4601
|
],
|
|
4509
4602
|
"newPicture": [
|
|
4510
|
-
|
|
4603
|
+
196
|
|
4511
4604
|
],
|
|
4512
4605
|
"__typename": [
|
|
4513
4606
|
1
|
|
@@ -4541,7 +4634,7 @@ exports.default = {
|
|
|
4541
4634
|
1
|
|
4542
4635
|
],
|
|
4543
4636
|
"pictures": [
|
|
4544
|
-
|
|
4637
|
+
196
|
|
4545
4638
|
],
|
|
4546
4639
|
"albumId": [
|
|
4547
4640
|
1
|
|
@@ -4614,12 +4707,28 @@ exports.default = {
|
|
|
4614
4707
|
1
|
|
4615
4708
|
]
|
|
4616
4709
|
},
|
|
4710
|
+
"ForceScoreRefreshDto": {
|
|
4711
|
+
"athleteIds": [
|
|
4712
|
+
1
|
|
4713
|
+
],
|
|
4714
|
+
"__typename": [
|
|
4715
|
+
1
|
|
4716
|
+
]
|
|
4717
|
+
},
|
|
4718
|
+
"CheckScoreRefreshCapabilityDto": {
|
|
4719
|
+
"athleteIds": [
|
|
4720
|
+
1
|
|
4721
|
+
],
|
|
4722
|
+
"__typename": [
|
|
4723
|
+
1
|
|
4724
|
+
]
|
|
4725
|
+
},
|
|
4617
4726
|
"SportQueryDto": {
|
|
4618
4727
|
"page": [
|
|
4619
|
-
|
|
4728
|
+
158
|
|
4620
4729
|
],
|
|
4621
4730
|
"limit": [
|
|
4622
|
-
|
|
4731
|
+
158
|
|
4623
4732
|
],
|
|
4624
4733
|
"search": [
|
|
4625
4734
|
1
|
|
@@ -4799,7 +4908,7 @@ exports.default = {
|
|
|
4799
4908
|
},
|
|
4800
4909
|
"resetPasswordDto": {
|
|
4801
4910
|
"code": [
|
|
4802
|
-
|
|
4911
|
+
180
|
|
4803
4912
|
],
|
|
4804
4913
|
"newPassword": [
|
|
4805
4914
|
1
|
|
@@ -4821,10 +4930,10 @@ exports.default = {
|
|
|
4821
4930
|
},
|
|
4822
4931
|
"UserQueryDto": {
|
|
4823
4932
|
"page": [
|
|
4824
|
-
|
|
4933
|
+
158
|
|
4825
4934
|
],
|
|
4826
4935
|
"limit": [
|
|
4827
|
-
|
|
4936
|
+
158
|
|
4828
4937
|
],
|
|
4829
4938
|
"search": [
|
|
4830
4939
|
1
|
|
@@ -4930,7 +5039,7 @@ exports.default = {
|
|
|
4930
5039
|
1
|
|
4931
5040
|
],
|
|
4932
5041
|
"banner": [
|
|
4933
|
-
|
|
5042
|
+
196
|
|
4934
5043
|
],
|
|
4935
5044
|
"eventLevel": [
|
|
4936
5045
|
1
|
|
@@ -4964,10 +5073,10 @@ exports.default = {
|
|
|
4964
5073
|
},
|
|
4965
5074
|
"EventQueryDto": {
|
|
4966
5075
|
"page": [
|
|
4967
|
-
|
|
5076
|
+
158
|
|
4968
5077
|
],
|
|
4969
5078
|
"limit": [
|
|
4970
|
-
|
|
5079
|
+
158
|
|
4971
5080
|
],
|
|
4972
5081
|
"search": [
|
|
4973
5082
|
1
|
|
@@ -5039,7 +5148,7 @@ exports.default = {
|
|
|
5039
5148
|
18
|
|
5040
5149
|
],
|
|
5041
5150
|
"items": [
|
|
5042
|
-
|
|
5151
|
+
227
|
|
5043
5152
|
],
|
|
5044
5153
|
"__typename": [
|
|
5045
5154
|
1
|
|
@@ -5050,7 +5159,7 @@ exports.default = {
|
|
|
5050
5159
|
18
|
|
5051
5160
|
],
|
|
5052
5161
|
"items": [
|
|
5053
|
-
|
|
5162
|
+
227
|
|
5054
5163
|
],
|
|
5055
5164
|
"athleteCompetitionId": [
|
|
5056
5165
|
1
|
|
@@ -5099,16 +5208,16 @@ exports.default = {
|
|
|
5099
5208
|
14
|
|
5100
5209
|
],
|
|
5101
5210
|
"budget": [
|
|
5102
|
-
|
|
5211
|
+
229
|
|
5103
5212
|
],
|
|
5104
5213
|
"competitionBudgets": [
|
|
5105
|
-
|
|
5214
|
+
230
|
|
5106
5215
|
],
|
|
5107
5216
|
"competitionIds": [
|
|
5108
5217
|
1
|
|
5109
5218
|
],
|
|
5110
5219
|
"video": [
|
|
5111
|
-
|
|
5220
|
+
231
|
|
5112
5221
|
],
|
|
5113
5222
|
"__typename": [
|
|
5114
5223
|
1
|
|
@@ -5140,16 +5249,16 @@ exports.default = {
|
|
|
5140
5249
|
14
|
|
5141
5250
|
],
|
|
5142
5251
|
"budget": [
|
|
5143
|
-
|
|
5252
|
+
229
|
|
5144
5253
|
],
|
|
5145
5254
|
"competitionBudgets": [
|
|
5146
|
-
|
|
5255
|
+
230
|
|
5147
5256
|
],
|
|
5148
5257
|
"competitionIds": [
|
|
5149
5258
|
1
|
|
5150
5259
|
],
|
|
5151
5260
|
"video": [
|
|
5152
|
-
|
|
5261
|
+
231
|
|
5153
5262
|
],
|
|
5154
5263
|
"loginEmail": [
|
|
5155
5264
|
1
|
|
@@ -5184,16 +5293,16 @@ exports.default = {
|
|
|
5184
5293
|
14
|
|
5185
5294
|
],
|
|
5186
5295
|
"budget": [
|
|
5187
|
-
|
|
5296
|
+
229
|
|
5188
5297
|
],
|
|
5189
5298
|
"competitionBudgets": [
|
|
5190
|
-
|
|
5299
|
+
230
|
|
5191
5300
|
],
|
|
5192
5301
|
"competitionIds": [
|
|
5193
5302
|
1
|
|
5194
5303
|
],
|
|
5195
5304
|
"video": [
|
|
5196
|
-
|
|
5305
|
+
231
|
|
5197
5306
|
],
|
|
5198
5307
|
"_id": [
|
|
5199
5308
|
1
|
|
@@ -5215,7 +5324,7 @@ exports.default = {
|
|
|
5215
5324
|
},
|
|
5216
5325
|
"BudgetDto": {
|
|
5217
5326
|
"items": [
|
|
5218
|
-
|
|
5327
|
+
227
|
|
5219
5328
|
],
|
|
5220
5329
|
"fundingMode": [
|
|
5221
5330
|
1
|
|
@@ -5229,7 +5338,7 @@ exports.default = {
|
|
|
5229
5338
|
1
|
|
5230
5339
|
],
|
|
5231
5340
|
"budget": [
|
|
5232
|
-
|
|
5341
|
+
236
|
|
5233
5342
|
],
|
|
5234
5343
|
"__typename": [
|
|
5235
5344
|
1
|
|
@@ -5240,7 +5349,7 @@ exports.default = {
|
|
|
5240
5349
|
1
|
|
5241
5350
|
],
|
|
5242
5351
|
"budget": [
|
|
5243
|
-
|
|
5352
|
+
236
|
|
5244
5353
|
],
|
|
5245
5354
|
"__typename": [
|
|
5246
5355
|
1
|
|
@@ -5260,7 +5369,7 @@ exports.default = {
|
|
|
5260
5369
|
18
|
|
5261
5370
|
],
|
|
5262
5371
|
"budget": [
|
|
5263
|
-
|
|
5372
|
+
236
|
|
5264
5373
|
],
|
|
5265
5374
|
"__typename": [
|
|
5266
5375
|
1
|
|
@@ -5280,7 +5389,7 @@ exports.default = {
|
|
|
5280
5389
|
1
|
|
5281
5390
|
],
|
|
5282
5391
|
"logo": [
|
|
5283
|
-
|
|
5392
|
+
196
|
|
5284
5393
|
],
|
|
5285
5394
|
"countryId": [
|
|
5286
5395
|
1
|
|
@@ -5368,7 +5477,7 @@ exports.default = {
|
|
|
5368
5477
|
1
|
|
5369
5478
|
],
|
|
5370
5479
|
"profilePicture": [
|
|
5371
|
-
|
|
5480
|
+
196
|
|
5372
5481
|
],
|
|
5373
5482
|
"__typename": [
|
|
5374
5483
|
1
|
|
@@ -5376,10 +5485,10 @@ exports.default = {
|
|
|
5376
5485
|
},
|
|
5377
5486
|
"TransactionQueryDto": {
|
|
5378
5487
|
"page": [
|
|
5379
|
-
|
|
5488
|
+
158
|
|
5380
5489
|
],
|
|
5381
5490
|
"limit": [
|
|
5382
|
-
|
|
5491
|
+
158
|
|
5383
5492
|
],
|
|
5384
5493
|
"search": [
|
|
5385
5494
|
1
|
|
@@ -5420,7 +5529,7 @@ exports.default = {
|
|
|
5420
5529
|
18
|
|
5421
5530
|
],
|
|
5422
5531
|
"sortCriteria": [
|
|
5423
|
-
|
|
5532
|
+
188
|
|
5424
5533
|
],
|
|
5425
5534
|
"__typename": [
|
|
5426
5535
|
1
|
|
@@ -5497,7 +5606,7 @@ exports.default = {
|
|
|
5497
5606
|
32,
|
|
5498
5607
|
{
|
|
5499
5608
|
"input": [
|
|
5500
|
-
|
|
5609
|
+
250,
|
|
5501
5610
|
"AWSS3GetUploadDto!"
|
|
5502
5611
|
]
|
|
5503
5612
|
}
|
|
@@ -5559,16 +5668,16 @@ exports.default = {
|
|
|
5559
5668
|
104,
|
|
5560
5669
|
{
|
|
5561
5670
|
"input": [
|
|
5562
|
-
|
|
5671
|
+
251,
|
|
5563
5672
|
"FindSponsorAthleteInvitationDto!"
|
|
5564
5673
|
]
|
|
5565
5674
|
}
|
|
5566
5675
|
],
|
|
5567
5676
|
"verifyAthleteCompetitionLinkedForDelete": [
|
|
5568
|
-
|
|
5677
|
+
151,
|
|
5569
5678
|
{
|
|
5570
5679
|
"input": [
|
|
5571
|
-
|
|
5680
|
+
199,
|
|
5572
5681
|
"existValueDto!"
|
|
5573
5682
|
]
|
|
5574
5683
|
}
|
|
@@ -5577,10 +5686,10 @@ exports.default = {
|
|
|
5577
5686
|
100
|
|
5578
5687
|
],
|
|
5579
5688
|
"queryAthleteFundingCampaigns": [
|
|
5580
|
-
|
|
5689
|
+
146,
|
|
5581
5690
|
{
|
|
5582
5691
|
"input": [
|
|
5583
|
-
|
|
5692
|
+
194,
|
|
5584
5693
|
"AthleteQueryDto!"
|
|
5585
5694
|
]
|
|
5586
5695
|
}
|
|
@@ -5628,7 +5737,7 @@ exports.default = {
|
|
|
5628
5737
|
81,
|
|
5629
5738
|
{
|
|
5630
5739
|
"input": [
|
|
5631
|
-
|
|
5740
|
+
252,
|
|
5632
5741
|
"GetAthleteCompetitionsDto!"
|
|
5633
5742
|
]
|
|
5634
5743
|
}
|
|
@@ -5673,10 +5782,10 @@ exports.default = {
|
|
|
5673
5782
|
}
|
|
5674
5783
|
],
|
|
5675
5784
|
"queryAthleteWithFilter": [
|
|
5676
|
-
|
|
5785
|
+
146,
|
|
5677
5786
|
{
|
|
5678
5787
|
"input": [
|
|
5679
|
-
|
|
5788
|
+
194,
|
|
5680
5789
|
"AthleteQueryDto!"
|
|
5681
5790
|
]
|
|
5682
5791
|
}
|
|
@@ -5691,19 +5800,28 @@ exports.default = {
|
|
|
5691
5800
|
}
|
|
5692
5801
|
],
|
|
5693
5802
|
"screenNameAvailability": [
|
|
5694
|
-
|
|
5803
|
+
149,
|
|
5695
5804
|
{
|
|
5696
5805
|
"input": [
|
|
5697
|
-
|
|
5806
|
+
199,
|
|
5698
5807
|
"existValueDto!"
|
|
5699
5808
|
]
|
|
5700
5809
|
}
|
|
5701
5810
|
],
|
|
5811
|
+
"checkScoreRefreshCapabilities": [
|
|
5812
|
+
156,
|
|
5813
|
+
{
|
|
5814
|
+
"input": [
|
|
5815
|
+
204,
|
|
5816
|
+
"CheckScoreRefreshCapabilityDto!"
|
|
5817
|
+
]
|
|
5818
|
+
}
|
|
5819
|
+
],
|
|
5702
5820
|
"getAthleteHistoricalScoresPeriod": [
|
|
5703
|
-
|
|
5821
|
+
152,
|
|
5704
5822
|
{
|
|
5705
5823
|
"input": [
|
|
5706
|
-
|
|
5824
|
+
201,
|
|
5707
5825
|
"GetHistoricalScoresDto!"
|
|
5708
5826
|
]
|
|
5709
5827
|
}
|
|
@@ -5712,16 +5830,16 @@ exports.default = {
|
|
|
5712
5830
|
98,
|
|
5713
5831
|
{
|
|
5714
5832
|
"input": [
|
|
5715
|
-
|
|
5833
|
+
201,
|
|
5716
5834
|
"GetHistoricalScoresDto!"
|
|
5717
5835
|
]
|
|
5718
5836
|
}
|
|
5719
5837
|
],
|
|
5720
5838
|
"getMyHistoricalScoresPeriod": [
|
|
5721
|
-
|
|
5839
|
+
152,
|
|
5722
5840
|
{
|
|
5723
5841
|
"input": [
|
|
5724
|
-
|
|
5842
|
+
200,
|
|
5725
5843
|
"GetMyHistoricalScoresDto!"
|
|
5726
5844
|
]
|
|
5727
5845
|
}
|
|
@@ -5730,7 +5848,7 @@ exports.default = {
|
|
|
5730
5848
|
98,
|
|
5731
5849
|
{
|
|
5732
5850
|
"input": [
|
|
5733
|
-
|
|
5851
|
+
200,
|
|
5734
5852
|
"GetMyHistoricalScoresDto!"
|
|
5735
5853
|
]
|
|
5736
5854
|
}
|
|
@@ -5739,7 +5857,7 @@ exports.default = {
|
|
|
5739
5857
|
89,
|
|
5740
5858
|
{
|
|
5741
5859
|
"input": [
|
|
5742
|
-
|
|
5860
|
+
202,
|
|
5743
5861
|
"GetAthleteCampaignsDto!"
|
|
5744
5862
|
]
|
|
5745
5863
|
}
|
|
@@ -5748,10 +5866,10 @@ exports.default = {
|
|
|
5748
5866
|
67
|
|
5749
5867
|
],
|
|
5750
5868
|
"getSportsPaginated": [
|
|
5751
|
-
|
|
5869
|
+
159,
|
|
5752
5870
|
{
|
|
5753
5871
|
"query": [
|
|
5754
|
-
|
|
5872
|
+
205
|
|
5755
5873
|
]
|
|
5756
5874
|
}
|
|
5757
5875
|
],
|
|
@@ -5819,7 +5937,7 @@ exports.default = {
|
|
|
5819
5937
|
0,
|
|
5820
5938
|
{
|
|
5821
5939
|
"input": [
|
|
5822
|
-
|
|
5940
|
+
253,
|
|
5823
5941
|
"FindVtxUserDto!"
|
|
5824
5942
|
]
|
|
5825
5943
|
}
|
|
@@ -5838,7 +5956,7 @@ exports.default = {
|
|
|
5838
5956
|
}
|
|
5839
5957
|
],
|
|
5840
5958
|
"getUserImagesFromEmail": [
|
|
5841
|
-
|
|
5959
|
+
160,
|
|
5842
5960
|
{
|
|
5843
5961
|
"loginEmail": [
|
|
5844
5962
|
1,
|
|
@@ -5859,7 +5977,7 @@ exports.default = {
|
|
|
5859
5977
|
36,
|
|
5860
5978
|
{
|
|
5861
5979
|
"input": [
|
|
5862
|
-
|
|
5980
|
+
180,
|
|
5863
5981
|
"VerifyCodeDto!"
|
|
5864
5982
|
]
|
|
5865
5983
|
}
|
|
@@ -5877,10 +5995,10 @@ exports.default = {
|
|
|
5877
5995
|
135
|
|
5878
5996
|
],
|
|
5879
5997
|
"getUsersPaginated": [
|
|
5880
|
-
|
|
5998
|
+
163,
|
|
5881
5999
|
{
|
|
5882
6000
|
"query": [
|
|
5883
|
-
|
|
6001
|
+
219
|
|
5884
6002
|
]
|
|
5885
6003
|
}
|
|
5886
6004
|
],
|
|
@@ -5891,16 +6009,16 @@ exports.default = {
|
|
|
5891
6009
|
75,
|
|
5892
6010
|
{
|
|
5893
6011
|
"input": [
|
|
5894
|
-
|
|
6012
|
+
254,
|
|
5895
6013
|
"GetSportEventsDto!"
|
|
5896
6014
|
]
|
|
5897
6015
|
}
|
|
5898
6016
|
],
|
|
5899
6017
|
"getSportsEventsPaginated": [
|
|
5900
|
-
|
|
6018
|
+
165,
|
|
5901
6019
|
{
|
|
5902
6020
|
"query": [
|
|
5903
|
-
|
|
6021
|
+
226
|
|
5904
6022
|
]
|
|
5905
6023
|
}
|
|
5906
6024
|
],
|
|
@@ -5941,22 +6059,22 @@ exports.default = {
|
|
|
5941
6059
|
116
|
|
5942
6060
|
],
|
|
5943
6061
|
"stripeQuery": [
|
|
5944
|
-
|
|
6062
|
+
153,
|
|
5945
6063
|
{
|
|
5946
6064
|
"input": [
|
|
5947
|
-
|
|
6065
|
+
222,
|
|
5948
6066
|
"StripeQueryDto!"
|
|
5949
6067
|
]
|
|
5950
6068
|
}
|
|
5951
6069
|
],
|
|
5952
6070
|
"getStripeBalance": [
|
|
5953
|
-
|
|
6071
|
+
167
|
|
5954
6072
|
],
|
|
5955
6073
|
"getDatabaseTextFile": [
|
|
5956
6074
|
35,
|
|
5957
6075
|
{
|
|
5958
6076
|
"input": [
|
|
5959
|
-
|
|
6077
|
+
178,
|
|
5960
6078
|
"GetDatabaseFileDto!"
|
|
5961
6079
|
]
|
|
5962
6080
|
}
|
|
@@ -5965,7 +6083,7 @@ exports.default = {
|
|
|
5965
6083
|
117,
|
|
5966
6084
|
{
|
|
5967
6085
|
"input": [
|
|
5968
|
-
|
|
6086
|
+
221,
|
|
5969
6087
|
"GetReceiptDto!"
|
|
5970
6088
|
]
|
|
5971
6089
|
}
|
|
@@ -5974,16 +6092,16 @@ exports.default = {
|
|
|
5974
6092
|
118,
|
|
5975
6093
|
{
|
|
5976
6094
|
"input": [
|
|
5977
|
-
|
|
6095
|
+
221,
|
|
5978
6096
|
"GetReceiptDto!"
|
|
5979
6097
|
]
|
|
5980
6098
|
}
|
|
5981
6099
|
],
|
|
5982
6100
|
"getTransactionDetails": [
|
|
5983
|
-
|
|
6101
|
+
164,
|
|
5984
6102
|
{
|
|
5985
6103
|
"input": [
|
|
5986
|
-
|
|
6104
|
+
223,
|
|
5987
6105
|
"GetTransactionDetailsDto!"
|
|
5988
6106
|
]
|
|
5989
6107
|
}
|
|
@@ -6000,14 +6118,23 @@ exports.default = {
|
|
|
6000
6118
|
"getDonationsByMember": [
|
|
6001
6119
|
133
|
|
6002
6120
|
],
|
|
6121
|
+
"getDonationsByUser": [
|
|
6122
|
+
133,
|
|
6123
|
+
{
|
|
6124
|
+
"email": [
|
|
6125
|
+
1,
|
|
6126
|
+
"String!"
|
|
6127
|
+
]
|
|
6128
|
+
}
|
|
6129
|
+
],
|
|
6003
6130
|
"getAllTransactions": [
|
|
6004
6131
|
137
|
|
6005
6132
|
],
|
|
6006
6133
|
"getTransactionsPaginated": [
|
|
6007
|
-
|
|
6134
|
+
171,
|
|
6008
6135
|
{
|
|
6009
6136
|
"query": [
|
|
6010
|
-
|
|
6137
|
+
246
|
|
6011
6138
|
]
|
|
6012
6139
|
}
|
|
6013
6140
|
],
|
|
@@ -6072,7 +6199,7 @@ exports.default = {
|
|
|
6072
6199
|
5,
|
|
6073
6200
|
{
|
|
6074
6201
|
"tenant": [
|
|
6075
|
-
|
|
6202
|
+
256,
|
|
6076
6203
|
"CreateTenantInput!"
|
|
6077
6204
|
]
|
|
6078
6205
|
}
|
|
@@ -6081,7 +6208,7 @@ exports.default = {
|
|
|
6081
6208
|
11,
|
|
6082
6209
|
{
|
|
6083
6210
|
"tenant": [
|
|
6084
|
-
|
|
6211
|
+
256,
|
|
6085
6212
|
"CreateTenantInput!"
|
|
6086
6213
|
]
|
|
6087
6214
|
}
|
|
@@ -6090,7 +6217,7 @@ exports.default = {
|
|
|
6090
6217
|
3,
|
|
6091
6218
|
{
|
|
6092
6219
|
"user": [
|
|
6093
|
-
|
|
6220
|
+
257,
|
|
6094
6221
|
"CreateActiveUserInput!"
|
|
6095
6222
|
]
|
|
6096
6223
|
}
|
|
@@ -6125,7 +6252,7 @@ exports.default = {
|
|
|
6125
6252
|
0,
|
|
6126
6253
|
{
|
|
6127
6254
|
"input": [
|
|
6128
|
-
|
|
6255
|
+
258,
|
|
6129
6256
|
"RegisterUserToDomainFromEmailInput!"
|
|
6130
6257
|
]
|
|
6131
6258
|
}
|
|
@@ -6134,7 +6261,7 @@ exports.default = {
|
|
|
6134
6261
|
8,
|
|
6135
6262
|
{
|
|
6136
6263
|
"dto": [
|
|
6137
|
-
|
|
6264
|
+
259,
|
|
6138
6265
|
"RefreshTokenInput!"
|
|
6139
6266
|
]
|
|
6140
6267
|
}
|
|
@@ -6143,7 +6270,7 @@ exports.default = {
|
|
|
6143
6270
|
33,
|
|
6144
6271
|
{
|
|
6145
6272
|
"input": [
|
|
6146
|
-
|
|
6273
|
+
260,
|
|
6147
6274
|
"AWSS3DeleteUseTypeFileDto!"
|
|
6148
6275
|
]
|
|
6149
6276
|
}
|
|
@@ -6152,7 +6279,7 @@ exports.default = {
|
|
|
6152
6279
|
33,
|
|
6153
6280
|
{
|
|
6154
6281
|
"input": [
|
|
6155
|
-
|
|
6282
|
+
261,
|
|
6156
6283
|
"AWSS3DeleteBucketFileDto!"
|
|
6157
6284
|
]
|
|
6158
6285
|
}
|
|
@@ -6161,7 +6288,7 @@ exports.default = {
|
|
|
6161
6288
|
33,
|
|
6162
6289
|
{
|
|
6163
6290
|
"input": [
|
|
6164
|
-
|
|
6291
|
+
262,
|
|
6165
6292
|
"AWSS3DeleteUseTypeKeyDto!"
|
|
6166
6293
|
]
|
|
6167
6294
|
}
|
|
@@ -6170,7 +6297,7 @@ exports.default = {
|
|
|
6170
6297
|
27,
|
|
6171
6298
|
{
|
|
6172
6299
|
"input": [
|
|
6173
|
-
|
|
6300
|
+
196,
|
|
6174
6301
|
"AWSS3UploadedFileDto!"
|
|
6175
6302
|
]
|
|
6176
6303
|
}
|
|
@@ -6179,7 +6306,7 @@ exports.default = {
|
|
|
6179
6306
|
56,
|
|
6180
6307
|
{
|
|
6181
6308
|
"input": [
|
|
6182
|
-
|
|
6309
|
+
263,
|
|
6183
6310
|
"CreateIndustryDto!"
|
|
6184
6311
|
]
|
|
6185
6312
|
}
|
|
@@ -6188,7 +6315,7 @@ exports.default = {
|
|
|
6188
6315
|
39,
|
|
6189
6316
|
{
|
|
6190
6317
|
"input": [
|
|
6191
|
-
|
|
6318
|
+
264,
|
|
6192
6319
|
"CreateBrandDto!"
|
|
6193
6320
|
]
|
|
6194
6321
|
}
|
|
@@ -6197,7 +6324,7 @@ exports.default = {
|
|
|
6197
6324
|
59,
|
|
6198
6325
|
{
|
|
6199
6326
|
"input": [
|
|
6200
|
-
|
|
6327
|
+
266,
|
|
6201
6328
|
"RegisterSponsorInput!"
|
|
6202
6329
|
]
|
|
6203
6330
|
}
|
|
@@ -6206,7 +6333,7 @@ exports.default = {
|
|
|
6206
6333
|
59,
|
|
6207
6334
|
{
|
|
6208
6335
|
"input": [
|
|
6209
|
-
|
|
6336
|
+
267,
|
|
6210
6337
|
"CreateSponsorDto!"
|
|
6211
6338
|
]
|
|
6212
6339
|
}
|
|
@@ -6215,7 +6342,7 @@ exports.default = {
|
|
|
6215
6342
|
104,
|
|
6216
6343
|
{
|
|
6217
6344
|
"input": [
|
|
6218
|
-
|
|
6345
|
+
183,
|
|
6219
6346
|
"InviteAthletesDto!"
|
|
6220
6347
|
]
|
|
6221
6348
|
}
|
|
@@ -6224,7 +6351,7 @@ exports.default = {
|
|
|
6224
6351
|
139,
|
|
6225
6352
|
{
|
|
6226
6353
|
"input": [
|
|
6227
|
-
|
|
6354
|
+
191,
|
|
6228
6355
|
"DeleteSingleValueDto!"
|
|
6229
6356
|
]
|
|
6230
6357
|
}
|
|
@@ -6233,7 +6360,7 @@ exports.default = {
|
|
|
6233
6360
|
100,
|
|
6234
6361
|
{
|
|
6235
6362
|
"input": [
|
|
6236
|
-
|
|
6363
|
+
268,
|
|
6237
6364
|
"RegisterAthleteDto!"
|
|
6238
6365
|
]
|
|
6239
6366
|
}
|
|
@@ -6242,25 +6369,25 @@ exports.default = {
|
|
|
6242
6369
|
138,
|
|
6243
6370
|
{
|
|
6244
6371
|
"input": [
|
|
6245
|
-
|
|
6372
|
+
269,
|
|
6246
6373
|
"EditValueDto!"
|
|
6247
6374
|
]
|
|
6248
6375
|
}
|
|
6249
6376
|
],
|
|
6250
6377
|
"editPicture": [
|
|
6251
|
-
|
|
6378
|
+
147,
|
|
6252
6379
|
{
|
|
6253
6380
|
"input": [
|
|
6254
|
-
|
|
6381
|
+
195,
|
|
6255
6382
|
"EditPictureDto!"
|
|
6256
6383
|
]
|
|
6257
6384
|
}
|
|
6258
6385
|
],
|
|
6259
6386
|
"AddAlbumPictures": [
|
|
6260
|
-
|
|
6387
|
+
148,
|
|
6261
6388
|
{
|
|
6262
6389
|
"input": [
|
|
6263
|
-
|
|
6390
|
+
197,
|
|
6264
6391
|
"UploadAlbumsPicturesDto!"
|
|
6265
6392
|
]
|
|
6266
6393
|
}
|
|
@@ -6269,7 +6396,7 @@ exports.default = {
|
|
|
6269
6396
|
81,
|
|
6270
6397
|
{
|
|
6271
6398
|
"input": [
|
|
6272
|
-
|
|
6399
|
+
186,
|
|
6273
6400
|
"CreateAthleteCompetitionDto!"
|
|
6274
6401
|
]
|
|
6275
6402
|
}
|
|
@@ -6278,7 +6405,7 @@ exports.default = {
|
|
|
6278
6405
|
139,
|
|
6279
6406
|
{
|
|
6280
6407
|
"input": [
|
|
6281
|
-
|
|
6408
|
+
191,
|
|
6282
6409
|
"DeleteSingleValueDto!"
|
|
6283
6410
|
]
|
|
6284
6411
|
}
|
|
@@ -6287,7 +6414,7 @@ exports.default = {
|
|
|
6287
6414
|
80,
|
|
6288
6415
|
{
|
|
6289
6416
|
"input": [
|
|
6290
|
-
|
|
6417
|
+
197,
|
|
6291
6418
|
"UploadAlbumsPicturesDto!"
|
|
6292
6419
|
]
|
|
6293
6420
|
}
|
|
@@ -6296,7 +6423,7 @@ exports.default = {
|
|
|
6296
6423
|
80,
|
|
6297
6424
|
{
|
|
6298
6425
|
"input": [
|
|
6299
|
-
|
|
6426
|
+
270,
|
|
6300
6427
|
"EditDisplayIndexDto!"
|
|
6301
6428
|
]
|
|
6302
6429
|
}
|
|
@@ -6305,7 +6432,7 @@ exports.default = {
|
|
|
6305
6432
|
80,
|
|
6306
6433
|
{
|
|
6307
6434
|
"input": [
|
|
6308
|
-
|
|
6435
|
+
197,
|
|
6309
6436
|
"UploadAlbumsPicturesDto!"
|
|
6310
6437
|
]
|
|
6311
6438
|
}
|
|
@@ -6314,7 +6441,7 @@ exports.default = {
|
|
|
6314
6441
|
139,
|
|
6315
6442
|
{
|
|
6316
6443
|
"input": [
|
|
6317
|
-
|
|
6444
|
+
191,
|
|
6318
6445
|
"DeleteSingleValueDto!"
|
|
6319
6446
|
]
|
|
6320
6447
|
}
|
|
@@ -6323,7 +6450,7 @@ exports.default = {
|
|
|
6323
6450
|
120,
|
|
6324
6451
|
{
|
|
6325
6452
|
"input": [
|
|
6326
|
-
|
|
6453
|
+
198,
|
|
6327
6454
|
"DeleteValuesDto!"
|
|
6328
6455
|
]
|
|
6329
6456
|
}
|
|
@@ -6332,7 +6459,7 @@ exports.default = {
|
|
|
6332
6459
|
76,
|
|
6333
6460
|
{
|
|
6334
6461
|
"input": [
|
|
6335
|
-
|
|
6462
|
+
185,
|
|
6336
6463
|
"SetCompetitionResultDto!"
|
|
6337
6464
|
]
|
|
6338
6465
|
}
|
|
@@ -6343,11 +6470,20 @@ exports.default = {
|
|
|
6343
6470
|
"updateAthleteCompetitionScores": [
|
|
6344
6471
|
100
|
|
6345
6472
|
],
|
|
6473
|
+
"forceRefreshAthleteScores": [
|
|
6474
|
+
143,
|
|
6475
|
+
{
|
|
6476
|
+
"input": [
|
|
6477
|
+
203,
|
|
6478
|
+
"ForceScoreRefreshDto!"
|
|
6479
|
+
]
|
|
6480
|
+
}
|
|
6481
|
+
],
|
|
6346
6482
|
"setCurrentCampaign": [
|
|
6347
6483
|
89,
|
|
6348
6484
|
{
|
|
6349
6485
|
"input": [
|
|
6350
|
-
|
|
6486
|
+
272,
|
|
6351
6487
|
"SetCurrentCampaignDto!"
|
|
6352
6488
|
]
|
|
6353
6489
|
}
|
|
@@ -6356,7 +6492,7 @@ exports.default = {
|
|
|
6356
6492
|
67,
|
|
6357
6493
|
{
|
|
6358
6494
|
"input": [
|
|
6359
|
-
|
|
6495
|
+
273,
|
|
6360
6496
|
"CreateSportDto!"
|
|
6361
6497
|
]
|
|
6362
6498
|
}
|
|
@@ -6365,7 +6501,7 @@ exports.default = {
|
|
|
6365
6501
|
67,
|
|
6366
6502
|
{
|
|
6367
6503
|
"input": [
|
|
6368
|
-
|
|
6504
|
+
274,
|
|
6369
6505
|
"UpdateSportDto!"
|
|
6370
6506
|
]
|
|
6371
6507
|
}
|
|
@@ -6374,7 +6510,7 @@ exports.default = {
|
|
|
6374
6510
|
70,
|
|
6375
6511
|
{
|
|
6376
6512
|
"input": [
|
|
6377
|
-
|
|
6513
|
+
275,
|
|
6378
6514
|
"CreateSportLevelDto!"
|
|
6379
6515
|
]
|
|
6380
6516
|
}
|
|
@@ -6383,7 +6519,7 @@ exports.default = {
|
|
|
6383
6519
|
65,
|
|
6384
6520
|
{
|
|
6385
6521
|
"input": [
|
|
6386
|
-
|
|
6522
|
+
277,
|
|
6387
6523
|
"CreateSponsorshipDto!"
|
|
6388
6524
|
]
|
|
6389
6525
|
}
|
|
@@ -6392,7 +6528,7 @@ exports.default = {
|
|
|
6392
6528
|
45,
|
|
6393
6529
|
{
|
|
6394
6530
|
"input": [
|
|
6395
|
-
|
|
6531
|
+
284,
|
|
6396
6532
|
"CreateCountryDto!"
|
|
6397
6533
|
]
|
|
6398
6534
|
}
|
|
@@ -6401,7 +6537,7 @@ exports.default = {
|
|
|
6401
6537
|
44,
|
|
6402
6538
|
{
|
|
6403
6539
|
"input": [
|
|
6404
|
-
|
|
6540
|
+
285,
|
|
6405
6541
|
"CreateStateDto!"
|
|
6406
6542
|
]
|
|
6407
6543
|
}
|
|
@@ -6410,7 +6546,7 @@ exports.default = {
|
|
|
6410
6546
|
43,
|
|
6411
6547
|
{
|
|
6412
6548
|
"input": [
|
|
6413
|
-
|
|
6549
|
+
286,
|
|
6414
6550
|
"CreateCityDto!"
|
|
6415
6551
|
]
|
|
6416
6552
|
}
|
|
@@ -6419,7 +6555,7 @@ exports.default = {
|
|
|
6419
6555
|
29,
|
|
6420
6556
|
{
|
|
6421
6557
|
"input": [
|
|
6422
|
-
|
|
6558
|
+
215,
|
|
6423
6559
|
"RegisterUserDto!"
|
|
6424
6560
|
]
|
|
6425
6561
|
}
|
|
@@ -6428,7 +6564,7 @@ exports.default = {
|
|
|
6428
6564
|
3,
|
|
6429
6565
|
{
|
|
6430
6566
|
"input": [
|
|
6431
|
-
|
|
6567
|
+
180,
|
|
6432
6568
|
"VerifyCodeDto!"
|
|
6433
6569
|
]
|
|
6434
6570
|
}
|
|
@@ -6437,7 +6573,7 @@ exports.default = {
|
|
|
6437
6573
|
0,
|
|
6438
6574
|
{
|
|
6439
6575
|
"input": [
|
|
6440
|
-
|
|
6576
|
+
180,
|
|
6441
6577
|
"VerifyCodeDto!"
|
|
6442
6578
|
]
|
|
6443
6579
|
}
|
|
@@ -6446,7 +6582,7 @@ exports.default = {
|
|
|
6446
6582
|
0,
|
|
6447
6583
|
{
|
|
6448
6584
|
"input": [
|
|
6449
|
-
|
|
6585
|
+
215,
|
|
6450
6586
|
"RegisterUserDto!"
|
|
6451
6587
|
]
|
|
6452
6588
|
}
|
|
@@ -6455,7 +6591,7 @@ exports.default = {
|
|
|
6455
6591
|
0,
|
|
6456
6592
|
{
|
|
6457
6593
|
"input": [
|
|
6458
|
-
|
|
6594
|
+
215,
|
|
6459
6595
|
"RegisterUserDto!"
|
|
6460
6596
|
]
|
|
6461
6597
|
}
|
|
@@ -6464,7 +6600,7 @@ exports.default = {
|
|
|
6464
6600
|
0,
|
|
6465
6601
|
{
|
|
6466
6602
|
"input": [
|
|
6467
|
-
|
|
6603
|
+
215,
|
|
6468
6604
|
"RegisterUserDto!"
|
|
6469
6605
|
]
|
|
6470
6606
|
}
|
|
@@ -6495,13 +6631,13 @@ exports.default = {
|
|
|
6495
6631
|
138,
|
|
6496
6632
|
{
|
|
6497
6633
|
"input": [
|
|
6498
|
-
|
|
6634
|
+
217,
|
|
6499
6635
|
"resetPasswordDto!"
|
|
6500
6636
|
]
|
|
6501
6637
|
}
|
|
6502
6638
|
],
|
|
6503
6639
|
"validateToken": [
|
|
6504
|
-
|
|
6640
|
+
161,
|
|
6505
6641
|
{
|
|
6506
6642
|
"input": [
|
|
6507
6643
|
1,
|
|
@@ -6513,19 +6649,19 @@ exports.default = {
|
|
|
6513
6649
|
138,
|
|
6514
6650
|
{
|
|
6515
6651
|
"input": [
|
|
6516
|
-
|
|
6652
|
+
218,
|
|
6517
6653
|
"UpdateUserSuspendedStatusDto!"
|
|
6518
6654
|
]
|
|
6519
6655
|
}
|
|
6520
6656
|
],
|
|
6521
6657
|
"deleteMyAccount": [
|
|
6522
|
-
|
|
6658
|
+
162
|
|
6523
6659
|
],
|
|
6524
6660
|
"deleteVtxUser": [
|
|
6525
|
-
|
|
6661
|
+
162,
|
|
6526
6662
|
{
|
|
6527
6663
|
"input": [
|
|
6528
|
-
|
|
6664
|
+
220,
|
|
6529
6665
|
"DeleteVtxUserDto!"
|
|
6530
6666
|
]
|
|
6531
6667
|
}
|
|
@@ -6534,7 +6670,7 @@ exports.default = {
|
|
|
6534
6670
|
105,
|
|
6535
6671
|
{
|
|
6536
6672
|
"data": [
|
|
6537
|
-
|
|
6673
|
+
287,
|
|
6538
6674
|
"RegisterStravaDto!"
|
|
6539
6675
|
]
|
|
6540
6676
|
}
|
|
@@ -6552,7 +6688,7 @@ exports.default = {
|
|
|
6552
6688
|
75,
|
|
6553
6689
|
{
|
|
6554
6690
|
"input": [
|
|
6555
|
-
|
|
6691
|
+
288,
|
|
6556
6692
|
"CreateSportEventDto!"
|
|
6557
6693
|
]
|
|
6558
6694
|
}
|
|
@@ -6561,7 +6697,7 @@ exports.default = {
|
|
|
6561
6697
|
75,
|
|
6562
6698
|
{
|
|
6563
6699
|
"input": [
|
|
6564
|
-
|
|
6700
|
+
224,
|
|
6565
6701
|
"UpdateSportEventDto!"
|
|
6566
6702
|
]
|
|
6567
6703
|
}
|
|
@@ -6579,7 +6715,7 @@ exports.default = {
|
|
|
6579
6715
|
130,
|
|
6580
6716
|
{
|
|
6581
6717
|
"input": [
|
|
6582
|
-
|
|
6718
|
+
225,
|
|
6583
6719
|
"MergeSportsEventsDto!"
|
|
6584
6720
|
]
|
|
6585
6721
|
}
|
|
@@ -6588,7 +6724,7 @@ exports.default = {
|
|
|
6588
6724
|
89,
|
|
6589
6725
|
{
|
|
6590
6726
|
"input": [
|
|
6591
|
-
|
|
6727
|
+
235,
|
|
6592
6728
|
"SetFundingStatusDto!"
|
|
6593
6729
|
]
|
|
6594
6730
|
}
|
|
@@ -6597,7 +6733,7 @@ exports.default = {
|
|
|
6597
6733
|
89,
|
|
6598
6734
|
{
|
|
6599
6735
|
"input": [
|
|
6600
|
-
|
|
6736
|
+
232,
|
|
6601
6737
|
"CreateFundingCampaignDto!"
|
|
6602
6738
|
]
|
|
6603
6739
|
}
|
|
@@ -6606,7 +6742,7 @@ exports.default = {
|
|
|
6606
6742
|
89,
|
|
6607
6743
|
{
|
|
6608
6744
|
"input": [
|
|
6609
|
-
|
|
6745
|
+
234,
|
|
6610
6746
|
"UpdateFundingCampaignDto!"
|
|
6611
6747
|
]
|
|
6612
6748
|
}
|
|
@@ -6615,7 +6751,7 @@ exports.default = {
|
|
|
6615
6751
|
139,
|
|
6616
6752
|
{
|
|
6617
6753
|
"input": [
|
|
6618
|
-
|
|
6754
|
+
191,
|
|
6619
6755
|
"DeleteSingleValueDto!"
|
|
6620
6756
|
]
|
|
6621
6757
|
}
|
|
@@ -6624,7 +6760,7 @@ exports.default = {
|
|
|
6624
6760
|
120,
|
|
6625
6761
|
{
|
|
6626
6762
|
"input": [
|
|
6627
|
-
|
|
6763
|
+
198,
|
|
6628
6764
|
"DeleteValuesDto!"
|
|
6629
6765
|
]
|
|
6630
6766
|
}
|
|
@@ -6642,7 +6778,7 @@ exports.default = {
|
|
|
6642
6778
|
2,
|
|
6643
6779
|
{
|
|
6644
6780
|
"input": [
|
|
6645
|
-
|
|
6781
|
+
237,
|
|
6646
6782
|
"AddCompetitionBudgetDto!"
|
|
6647
6783
|
]
|
|
6648
6784
|
}
|
|
@@ -6651,7 +6787,7 @@ exports.default = {
|
|
|
6651
6787
|
2,
|
|
6652
6788
|
{
|
|
6653
6789
|
"input": [
|
|
6654
|
-
|
|
6790
|
+
238,
|
|
6655
6791
|
"EditCompetitionBudgetDto!"
|
|
6656
6792
|
]
|
|
6657
6793
|
}
|
|
@@ -6660,7 +6796,7 @@ exports.default = {
|
|
|
6660
6796
|
2,
|
|
6661
6797
|
{
|
|
6662
6798
|
"input": [
|
|
6663
|
-
|
|
6799
|
+
239,
|
|
6664
6800
|
"EditCampaignBudgetDto!"
|
|
6665
6801
|
]
|
|
6666
6802
|
}
|
|
@@ -6669,7 +6805,7 @@ exports.default = {
|
|
|
6669
6805
|
2,
|
|
6670
6806
|
{
|
|
6671
6807
|
"input": [
|
|
6672
|
-
|
|
6808
|
+
239,
|
|
6673
6809
|
"EditCampaignBudgetDto!"
|
|
6674
6810
|
]
|
|
6675
6811
|
}
|
|
@@ -6678,7 +6814,7 @@ exports.default = {
|
|
|
6678
6814
|
82,
|
|
6679
6815
|
{
|
|
6680
6816
|
"input": [
|
|
6681
|
-
|
|
6817
|
+
240,
|
|
6682
6818
|
"CreateMembershipOrganizationDto!"
|
|
6683
6819
|
]
|
|
6684
6820
|
}
|
|
@@ -6687,7 +6823,7 @@ exports.default = {
|
|
|
6687
6823
|
84,
|
|
6688
6824
|
{
|
|
6689
6825
|
"input": [
|
|
6690
|
-
|
|
6826
|
+
241,
|
|
6691
6827
|
"CreateAthleteMembershipDto!"
|
|
6692
6828
|
]
|
|
6693
6829
|
}
|
|
@@ -6696,7 +6832,7 @@ exports.default = {
|
|
|
6696
6832
|
139,
|
|
6697
6833
|
{
|
|
6698
6834
|
"input": [
|
|
6699
|
-
|
|
6835
|
+
191,
|
|
6700
6836
|
"DeleteSingleValueDto!"
|
|
6701
6837
|
]
|
|
6702
6838
|
}
|
|
@@ -6714,7 +6850,7 @@ exports.default = {
|
|
|
6714
6850
|
97,
|
|
6715
6851
|
{
|
|
6716
6852
|
"input": [
|
|
6717
|
-
|
|
6853
|
+
289,
|
|
6718
6854
|
"CreateStripeAccountDto!"
|
|
6719
6855
|
]
|
|
6720
6856
|
}
|
|
@@ -6726,7 +6862,7 @@ exports.default = {
|
|
|
6726
6862
|
107,
|
|
6727
6863
|
{
|
|
6728
6864
|
"input": [
|
|
6729
|
-
|
|
6865
|
+
181,
|
|
6730
6866
|
"DonationCheckoutDto!"
|
|
6731
6867
|
]
|
|
6732
6868
|
}
|
|
@@ -6741,7 +6877,7 @@ exports.default = {
|
|
|
6741
6877
|
134,
|
|
6742
6878
|
{
|
|
6743
6879
|
"input": [
|
|
6744
|
-
|
|
6880
|
+
245,
|
|
6745
6881
|
"RegisterMemberDto!"
|
|
6746
6882
|
]
|
|
6747
6883
|
}
|
|
@@ -6867,13 +7003,13 @@ exports.default = {
|
|
|
6867
7003
|
1
|
|
6868
7004
|
],
|
|
6869
7005
|
"logo": [
|
|
6870
|
-
|
|
7006
|
+
196
|
|
6871
7007
|
],
|
|
6872
7008
|
"banner": [
|
|
6873
|
-
|
|
7009
|
+
196
|
|
6874
7010
|
],
|
|
6875
7011
|
"translations": [
|
|
6876
|
-
|
|
7012
|
+
265
|
|
6877
7013
|
],
|
|
6878
7014
|
"__typename": [
|
|
6879
7015
|
1
|
|
@@ -6896,10 +7032,10 @@ exports.default = {
|
|
|
6896
7032
|
1
|
|
6897
7033
|
],
|
|
6898
7034
|
"logo": [
|
|
6899
|
-
|
|
7035
|
+
196
|
|
6900
7036
|
],
|
|
6901
7037
|
"banner": [
|
|
6902
|
-
|
|
7038
|
+
196
|
|
6903
7039
|
],
|
|
6904
7040
|
"__typename": [
|
|
6905
7041
|
1
|
|
@@ -7004,10 +7140,10 @@ exports.default = {
|
|
|
7004
7140
|
1
|
|
7005
7141
|
],
|
|
7006
7142
|
"profilePicture": [
|
|
7007
|
-
|
|
7143
|
+
196
|
|
7008
7144
|
],
|
|
7009
7145
|
"cardPicture": [
|
|
7010
|
-
|
|
7146
|
+
196
|
|
7011
7147
|
],
|
|
7012
7148
|
"__typename": [
|
|
7013
7149
|
1
|
|
@@ -7026,7 +7162,7 @@ exports.default = {
|
|
|
7026
7162
|
},
|
|
7027
7163
|
"EditDisplayIndexDto": {
|
|
7028
7164
|
"updates": [
|
|
7029
|
-
|
|
7165
|
+
271
|
|
7030
7166
|
],
|
|
7031
7167
|
"__typename": [
|
|
7032
7168
|
1
|
|
@@ -7090,7 +7226,7 @@ exports.default = {
|
|
|
7090
7226
|
18
|
|
7091
7227
|
],
|
|
7092
7228
|
"translations": [
|
|
7093
|
-
|
|
7229
|
+
276
|
|
7094
7230
|
],
|
|
7095
7231
|
"__typename": [
|
|
7096
7232
|
1
|
|
@@ -7124,10 +7260,10 @@ exports.default = {
|
|
|
7124
7260
|
18
|
|
7125
7261
|
],
|
|
7126
7262
|
"banner": [
|
|
7127
|
-
|
|
7263
|
+
196
|
|
7128
7264
|
],
|
|
7129
7265
|
"criteria": [
|
|
7130
|
-
|
|
7266
|
+
278
|
|
7131
7267
|
],
|
|
7132
7268
|
"deadline": [
|
|
7133
7269
|
14
|
|
@@ -7136,13 +7272,13 @@ exports.default = {
|
|
|
7136
7272
|
14
|
|
7137
7273
|
],
|
|
7138
7274
|
"duration": [
|
|
7139
|
-
|
|
7275
|
+
280
|
|
7140
7276
|
],
|
|
7141
7277
|
"sponsorshipItems": [
|
|
7142
|
-
|
|
7278
|
+
281
|
|
7143
7279
|
],
|
|
7144
7280
|
"commitments": [
|
|
7145
|
-
|
|
7281
|
+
282
|
|
7146
7282
|
],
|
|
7147
7283
|
"terms": [
|
|
7148
7284
|
1
|
|
@@ -7154,7 +7290,7 @@ exports.default = {
|
|
|
7154
7290
|
2
|
|
7155
7291
|
],
|
|
7156
7292
|
"translations": [
|
|
7157
|
-
|
|
7293
|
+
283
|
|
7158
7294
|
],
|
|
7159
7295
|
"__typename": [
|
|
7160
7296
|
1
|
|
@@ -7168,7 +7304,7 @@ exports.default = {
|
|
|
7168
7304
|
1
|
|
7169
7305
|
],
|
|
7170
7306
|
"qualificationsBag": [
|
|
7171
|
-
|
|
7307
|
+
279
|
|
7172
7308
|
],
|
|
7173
7309
|
"__typename": [
|
|
7174
7310
|
1
|
|
@@ -7176,28 +7312,28 @@ exports.default = {
|
|
|
7176
7312
|
},
|
|
7177
7313
|
"QualificationsBagDto": {
|
|
7178
7314
|
"ageQualifications": [
|
|
7179
|
-
|
|
7315
|
+
207
|
|
7180
7316
|
],
|
|
7181
7317
|
"genderQualifications": [
|
|
7182
|
-
|
|
7318
|
+
208
|
|
7183
7319
|
],
|
|
7184
7320
|
"scoreQualifications": [
|
|
7185
|
-
|
|
7321
|
+
210
|
|
7186
7322
|
],
|
|
7187
7323
|
"locationQualifications": [
|
|
7188
|
-
|
|
7324
|
+
211
|
|
7189
7325
|
],
|
|
7190
7326
|
"nationalityQualifications": [
|
|
7191
|
-
|
|
7327
|
+
209
|
|
7192
7328
|
],
|
|
7193
7329
|
"distanceQualifications": [
|
|
7194
|
-
|
|
7330
|
+
212
|
|
7195
7331
|
],
|
|
7196
7332
|
"sportsQualifications": [
|
|
7197
|
-
|
|
7333
|
+
213
|
|
7198
7334
|
],
|
|
7199
7335
|
"levelQualifications": [
|
|
7200
|
-
|
|
7336
|
+
214
|
|
7201
7337
|
],
|
|
7202
7338
|
"__typename": [
|
|
7203
7339
|
1
|
|
@@ -7274,7 +7410,7 @@ exports.default = {
|
|
|
7274
7410
|
1
|
|
7275
7411
|
],
|
|
7276
7412
|
"banner": [
|
|
7277
|
-
|
|
7413
|
+
196
|
|
7278
7414
|
],
|
|
7279
7415
|
"terms": [
|
|
7280
7416
|
1
|
|
@@ -7392,7 +7528,7 @@ exports.default = {
|
|
|
7392
7528
|
1
|
|
7393
7529
|
],
|
|
7394
7530
|
"banner": [
|
|
7395
|
-
|
|
7531
|
+
196
|
|
7396
7532
|
],
|
|
7397
7533
|
"eventLevel": [
|
|
7398
7534
|
1
|