@vertikalx/vtx-backend-client 3.0.0-dev.23 → 3.0.0-dev.24
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/LICENSE.md +0 -0
- package/package.json +1 -1
- package/src/api/vtx-base-api.d.ts +4 -13
- package/src/api/vtx-base-api.js +45 -0
- package/src/api/vtx-base-api.js.map +1 -1
- package/src/client/schema.d.ts +82 -15
- package/src/client/schema.js +33 -12
- package/src/client/schema.js.map +1 -1
- package/src/client/types.d.ts +33 -3
- package/src/client/types.js +272 -198
- package/src/client/types.js.map +1 -1
- package/tsconfig.lib.tsbuildinfo +1 -1
package/src/client/types.js
CHANGED
|
@@ -10,10 +10,10 @@ exports.default = {
|
|
|
10
10
|
127,
|
|
11
11
|
128,
|
|
12
12
|
141,
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
13
|
+
154,
|
|
14
|
+
158,
|
|
15
|
+
169,
|
|
16
|
+
248
|
|
17
17
|
],
|
|
18
18
|
"types": {
|
|
19
19
|
"User": {
|
|
@@ -2793,7 +2793,7 @@ exports.default = {
|
|
|
2793
2793
|
89
|
|
2794
2794
|
],
|
|
2795
2795
|
"mode": [
|
|
2796
|
-
|
|
2796
|
+
248
|
|
2797
2797
|
],
|
|
2798
2798
|
"athleteId": [
|
|
2799
2799
|
1
|
|
@@ -3553,7 +3553,19 @@ exports.default = {
|
|
|
3553
3553
|
1
|
|
3554
3554
|
]
|
|
3555
3555
|
},
|
|
3556
|
-
"
|
|
3556
|
+
"ScoreRefreshDetail": {
|
|
3557
|
+
"status": [
|
|
3558
|
+
141
|
|
3559
|
+
],
|
|
3560
|
+
"message": [
|
|
3561
|
+
1
|
|
3562
|
+
],
|
|
3563
|
+
"__typename": [
|
|
3564
|
+
1
|
|
3565
|
+
]
|
|
3566
|
+
},
|
|
3567
|
+
"ForceScoreRefreshStatus": {},
|
|
3568
|
+
"ForceScoreRefreshResult": {
|
|
3557
3569
|
"athleteId": [
|
|
3558
3570
|
1
|
|
3559
3571
|
],
|
|
@@ -3566,14 +3578,22 @@ exports.default = {
|
|
|
3566
3578
|
"message": [
|
|
3567
3579
|
1
|
|
3568
3580
|
],
|
|
3581
|
+
"tpi": [
|
|
3582
|
+
140
|
|
3583
|
+
],
|
|
3584
|
+
"spi": [
|
|
3585
|
+
140
|
|
3586
|
+
],
|
|
3587
|
+
"api": [
|
|
3588
|
+
140
|
|
3589
|
+
],
|
|
3569
3590
|
"__typename": [
|
|
3570
3591
|
1
|
|
3571
3592
|
]
|
|
3572
3593
|
},
|
|
3573
|
-
"
|
|
3574
|
-
"ForceScoreRefreshResponseType": {
|
|
3594
|
+
"ForceScoreRefreshResponse": {
|
|
3575
3595
|
"results": [
|
|
3576
|
-
|
|
3596
|
+
142
|
|
3577
3597
|
],
|
|
3578
3598
|
"successCount": [
|
|
3579
3599
|
18
|
|
@@ -3601,7 +3621,7 @@ exports.default = {
|
|
|
3601
3621
|
},
|
|
3602
3622
|
"CursorPaginationResponse": {
|
|
3603
3623
|
"sort": [
|
|
3604
|
-
|
|
3624
|
+
144
|
|
3605
3625
|
],
|
|
3606
3626
|
"initialCursorId": [
|
|
3607
3627
|
1
|
|
@@ -3633,7 +3653,7 @@ exports.default = {
|
|
|
3633
3653
|
100
|
|
3634
3654
|
],
|
|
3635
3655
|
"cursor": [
|
|
3636
|
-
|
|
3656
|
+
145
|
|
3637
3657
|
],
|
|
3638
3658
|
"__typename": [
|
|
3639
3659
|
1
|
|
@@ -3697,7 +3717,7 @@ exports.default = {
|
|
|
3697
3717
|
},
|
|
3698
3718
|
"CompetitionDeleteVerificationResponse": {
|
|
3699
3719
|
"reasons": [
|
|
3700
|
-
|
|
3720
|
+
150
|
|
3701
3721
|
],
|
|
3702
3722
|
"__typename": [
|
|
3703
3723
|
1
|
|
@@ -3743,25 +3763,62 @@ exports.default = {
|
|
|
3743
3763
|
1
|
|
3744
3764
|
],
|
|
3745
3765
|
"json": [
|
|
3746
|
-
|
|
3766
|
+
154
|
|
3747
3767
|
],
|
|
3748
3768
|
"__typename": [
|
|
3749
3769
|
1
|
|
3750
3770
|
]
|
|
3751
3771
|
},
|
|
3752
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
|
+
"CheckScoreRefreshCapabilityResponse": {
|
|
3803
|
+
"capabilities": [
|
|
3804
|
+
155
|
|
3805
|
+
],
|
|
3806
|
+
"__typename": [
|
|
3807
|
+
1
|
|
3808
|
+
]
|
|
3809
|
+
},
|
|
3753
3810
|
"EnhancedPaginationInfoType": {
|
|
3754
3811
|
"currentPage": [
|
|
3755
|
-
|
|
3812
|
+
158
|
|
3756
3813
|
],
|
|
3757
3814
|
"totalPages": [
|
|
3758
|
-
|
|
3815
|
+
158
|
|
3759
3816
|
],
|
|
3760
3817
|
"totalItems": [
|
|
3761
|
-
|
|
3818
|
+
158
|
|
3762
3819
|
],
|
|
3763
3820
|
"itemsPerPage": [
|
|
3764
|
-
|
|
3821
|
+
158
|
|
3765
3822
|
],
|
|
3766
3823
|
"hasNextPage": [
|
|
3767
3824
|
2
|
|
@@ -3770,10 +3827,10 @@ exports.default = {
|
|
|
3770
3827
|
2
|
|
3771
3828
|
],
|
|
3772
3829
|
"startIndex": [
|
|
3773
|
-
|
|
3830
|
+
158
|
|
3774
3831
|
],
|
|
3775
3832
|
"endIndex": [
|
|
3776
|
-
|
|
3833
|
+
158
|
|
3777
3834
|
],
|
|
3778
3835
|
"__typename": [
|
|
3779
3836
|
1
|
|
@@ -3785,7 +3842,7 @@ exports.default = {
|
|
|
3785
3842
|
67
|
|
3786
3843
|
],
|
|
3787
3844
|
"pagination": [
|
|
3788
|
-
|
|
3845
|
+
157
|
|
3789
3846
|
],
|
|
3790
3847
|
"__typename": [
|
|
3791
3848
|
1
|
|
@@ -3856,7 +3913,7 @@ exports.default = {
|
|
|
3856
3913
|
135
|
|
3857
3914
|
],
|
|
3858
3915
|
"pagination": [
|
|
3859
|
-
|
|
3916
|
+
157
|
|
3860
3917
|
],
|
|
3861
3918
|
"__typename": [
|
|
3862
3919
|
1
|
|
@@ -3923,7 +3980,7 @@ exports.default = {
|
|
|
3923
3980
|
75
|
|
3924
3981
|
],
|
|
3925
3982
|
"pagination": [
|
|
3926
|
-
|
|
3983
|
+
157
|
|
3927
3984
|
],
|
|
3928
3985
|
"__typename": [
|
|
3929
3986
|
1
|
|
@@ -3951,10 +4008,10 @@ exports.default = {
|
|
|
3951
4008
|
1
|
|
3952
4009
|
],
|
|
3953
4010
|
"availableBalances": [
|
|
3954
|
-
|
|
4011
|
+
166
|
|
3955
4012
|
],
|
|
3956
4013
|
"pendingBalances": [
|
|
3957
|
-
|
|
4014
|
+
166
|
|
3958
4015
|
],
|
|
3959
4016
|
"__typename": [
|
|
3960
4017
|
1
|
|
@@ -3992,7 +4049,7 @@ exports.default = {
|
|
|
3992
4049
|
1
|
|
3993
4050
|
],
|
|
3994
4051
|
"status": [
|
|
3995
|
-
|
|
4052
|
+
169
|
|
3996
4053
|
],
|
|
3997
4054
|
"lastError": [
|
|
3998
4055
|
1
|
|
@@ -4021,7 +4078,7 @@ exports.default = {
|
|
|
4021
4078
|
137
|
|
4022
4079
|
],
|
|
4023
4080
|
"pagination": [
|
|
4024
|
-
|
|
4081
|
+
157
|
|
4025
4082
|
],
|
|
4026
4083
|
"__typename": [
|
|
4027
4084
|
1
|
|
@@ -4216,7 +4273,7 @@ exports.default = {
|
|
|
4216
4273
|
1
|
|
4217
4274
|
],
|
|
4218
4275
|
"invitations": [
|
|
4219
|
-
|
|
4276
|
+
182
|
|
4220
4277
|
],
|
|
4221
4278
|
"__typename": [
|
|
4222
4279
|
1
|
|
@@ -4327,7 +4384,7 @@ exports.default = {
|
|
|
4327
4384
|
1
|
|
4328
4385
|
],
|
|
4329
4386
|
"result": [
|
|
4330
|
-
|
|
4387
|
+
184
|
|
4331
4388
|
],
|
|
4332
4389
|
"cityId": [
|
|
4333
4390
|
1
|
|
@@ -4350,7 +4407,7 @@ exports.default = {
|
|
|
4350
4407
|
1
|
|
4351
4408
|
],
|
|
4352
4409
|
"result": [
|
|
4353
|
-
|
|
4410
|
+
184
|
|
4354
4411
|
],
|
|
4355
4412
|
"cityId": [
|
|
4356
4413
|
1
|
|
@@ -4386,13 +4443,13 @@ exports.default = {
|
|
|
4386
4443
|
},
|
|
4387
4444
|
"CursorPaginationDto": {
|
|
4388
4445
|
"sortCriteria": [
|
|
4389
|
-
|
|
4446
|
+
188
|
|
4390
4447
|
],
|
|
4391
4448
|
"limit": [
|
|
4392
4449
|
18
|
|
4393
4450
|
],
|
|
4394
4451
|
"cursorPosition": [
|
|
4395
|
-
|
|
4452
|
+
189
|
|
4396
4453
|
],
|
|
4397
4454
|
"__typename": [
|
|
4398
4455
|
1
|
|
@@ -4467,7 +4524,7 @@ exports.default = {
|
|
|
4467
4524
|
1
|
|
4468
4525
|
],
|
|
4469
4526
|
"currentCampaign": [
|
|
4470
|
-
|
|
4527
|
+
192
|
|
4471
4528
|
],
|
|
4472
4529
|
"sports": [
|
|
4473
4530
|
1
|
|
@@ -4529,10 +4586,10 @@ exports.default = {
|
|
|
4529
4586
|
},
|
|
4530
4587
|
"AthleteQueryDto": {
|
|
4531
4588
|
"cursor": [
|
|
4532
|
-
|
|
4589
|
+
190
|
|
4533
4590
|
],
|
|
4534
4591
|
"filters": [
|
|
4535
|
-
|
|
4592
|
+
193
|
|
4536
4593
|
],
|
|
4537
4594
|
"__typename": [
|
|
4538
4595
|
1
|
|
@@ -4543,7 +4600,7 @@ exports.default = {
|
|
|
4543
4600
|
1
|
|
4544
4601
|
],
|
|
4545
4602
|
"newPicture": [
|
|
4546
|
-
|
|
4603
|
+
196
|
|
4547
4604
|
],
|
|
4548
4605
|
"__typename": [
|
|
4549
4606
|
1
|
|
@@ -4577,7 +4634,7 @@ exports.default = {
|
|
|
4577
4634
|
1
|
|
4578
4635
|
],
|
|
4579
4636
|
"pictures": [
|
|
4580
|
-
|
|
4637
|
+
196
|
|
4581
4638
|
],
|
|
4582
4639
|
"albumId": [
|
|
4583
4640
|
1
|
|
@@ -4658,12 +4715,20 @@ exports.default = {
|
|
|
4658
4715
|
1
|
|
4659
4716
|
]
|
|
4660
4717
|
},
|
|
4718
|
+
"CheckScoreRefreshCapabilityDto": {
|
|
4719
|
+
"athleteIds": [
|
|
4720
|
+
1
|
|
4721
|
+
],
|
|
4722
|
+
"__typename": [
|
|
4723
|
+
1
|
|
4724
|
+
]
|
|
4725
|
+
},
|
|
4661
4726
|
"SportQueryDto": {
|
|
4662
4727
|
"page": [
|
|
4663
|
-
|
|
4728
|
+
158
|
|
4664
4729
|
],
|
|
4665
4730
|
"limit": [
|
|
4666
|
-
|
|
4731
|
+
158
|
|
4667
4732
|
],
|
|
4668
4733
|
"search": [
|
|
4669
4734
|
1
|
|
@@ -4843,7 +4908,7 @@ exports.default = {
|
|
|
4843
4908
|
},
|
|
4844
4909
|
"resetPasswordDto": {
|
|
4845
4910
|
"code": [
|
|
4846
|
-
|
|
4911
|
+
180
|
|
4847
4912
|
],
|
|
4848
4913
|
"newPassword": [
|
|
4849
4914
|
1
|
|
@@ -4865,10 +4930,10 @@ exports.default = {
|
|
|
4865
4930
|
},
|
|
4866
4931
|
"UserQueryDto": {
|
|
4867
4932
|
"page": [
|
|
4868
|
-
|
|
4933
|
+
158
|
|
4869
4934
|
],
|
|
4870
4935
|
"limit": [
|
|
4871
|
-
|
|
4936
|
+
158
|
|
4872
4937
|
],
|
|
4873
4938
|
"search": [
|
|
4874
4939
|
1
|
|
@@ -4974,7 +5039,7 @@ exports.default = {
|
|
|
4974
5039
|
1
|
|
4975
5040
|
],
|
|
4976
5041
|
"banner": [
|
|
4977
|
-
|
|
5042
|
+
196
|
|
4978
5043
|
],
|
|
4979
5044
|
"eventLevel": [
|
|
4980
5045
|
1
|
|
@@ -5008,10 +5073,10 @@ exports.default = {
|
|
|
5008
5073
|
},
|
|
5009
5074
|
"EventQueryDto": {
|
|
5010
5075
|
"page": [
|
|
5011
|
-
|
|
5076
|
+
158
|
|
5012
5077
|
],
|
|
5013
5078
|
"limit": [
|
|
5014
|
-
|
|
5079
|
+
158
|
|
5015
5080
|
],
|
|
5016
5081
|
"search": [
|
|
5017
5082
|
1
|
|
@@ -5083,7 +5148,7 @@ exports.default = {
|
|
|
5083
5148
|
18
|
|
5084
5149
|
],
|
|
5085
5150
|
"items": [
|
|
5086
|
-
|
|
5151
|
+
227
|
|
5087
5152
|
],
|
|
5088
5153
|
"__typename": [
|
|
5089
5154
|
1
|
|
@@ -5094,7 +5159,7 @@ exports.default = {
|
|
|
5094
5159
|
18
|
|
5095
5160
|
],
|
|
5096
5161
|
"items": [
|
|
5097
|
-
|
|
5162
|
+
227
|
|
5098
5163
|
],
|
|
5099
5164
|
"athleteCompetitionId": [
|
|
5100
5165
|
1
|
|
@@ -5143,16 +5208,16 @@ exports.default = {
|
|
|
5143
5208
|
14
|
|
5144
5209
|
],
|
|
5145
5210
|
"budget": [
|
|
5146
|
-
|
|
5211
|
+
229
|
|
5147
5212
|
],
|
|
5148
5213
|
"competitionBudgets": [
|
|
5149
|
-
|
|
5214
|
+
230
|
|
5150
5215
|
],
|
|
5151
5216
|
"competitionIds": [
|
|
5152
5217
|
1
|
|
5153
5218
|
],
|
|
5154
5219
|
"video": [
|
|
5155
|
-
|
|
5220
|
+
231
|
|
5156
5221
|
],
|
|
5157
5222
|
"__typename": [
|
|
5158
5223
|
1
|
|
@@ -5184,16 +5249,16 @@ exports.default = {
|
|
|
5184
5249
|
14
|
|
5185
5250
|
],
|
|
5186
5251
|
"budget": [
|
|
5187
|
-
|
|
5252
|
+
229
|
|
5188
5253
|
],
|
|
5189
5254
|
"competitionBudgets": [
|
|
5190
|
-
|
|
5255
|
+
230
|
|
5191
5256
|
],
|
|
5192
5257
|
"competitionIds": [
|
|
5193
5258
|
1
|
|
5194
5259
|
],
|
|
5195
5260
|
"video": [
|
|
5196
|
-
|
|
5261
|
+
231
|
|
5197
5262
|
],
|
|
5198
5263
|
"loginEmail": [
|
|
5199
5264
|
1
|
|
@@ -5228,16 +5293,16 @@ exports.default = {
|
|
|
5228
5293
|
14
|
|
5229
5294
|
],
|
|
5230
5295
|
"budget": [
|
|
5231
|
-
|
|
5296
|
+
229
|
|
5232
5297
|
],
|
|
5233
5298
|
"competitionBudgets": [
|
|
5234
|
-
|
|
5299
|
+
230
|
|
5235
5300
|
],
|
|
5236
5301
|
"competitionIds": [
|
|
5237
5302
|
1
|
|
5238
5303
|
],
|
|
5239
5304
|
"video": [
|
|
5240
|
-
|
|
5305
|
+
231
|
|
5241
5306
|
],
|
|
5242
5307
|
"_id": [
|
|
5243
5308
|
1
|
|
@@ -5259,7 +5324,7 @@ exports.default = {
|
|
|
5259
5324
|
},
|
|
5260
5325
|
"BudgetDto": {
|
|
5261
5326
|
"items": [
|
|
5262
|
-
|
|
5327
|
+
227
|
|
5263
5328
|
],
|
|
5264
5329
|
"fundingMode": [
|
|
5265
5330
|
1
|
|
@@ -5273,7 +5338,7 @@ exports.default = {
|
|
|
5273
5338
|
1
|
|
5274
5339
|
],
|
|
5275
5340
|
"budget": [
|
|
5276
|
-
|
|
5341
|
+
236
|
|
5277
5342
|
],
|
|
5278
5343
|
"__typename": [
|
|
5279
5344
|
1
|
|
@@ -5284,7 +5349,7 @@ exports.default = {
|
|
|
5284
5349
|
1
|
|
5285
5350
|
],
|
|
5286
5351
|
"budget": [
|
|
5287
|
-
|
|
5352
|
+
236
|
|
5288
5353
|
],
|
|
5289
5354
|
"__typename": [
|
|
5290
5355
|
1
|
|
@@ -5304,7 +5369,7 @@ exports.default = {
|
|
|
5304
5369
|
18
|
|
5305
5370
|
],
|
|
5306
5371
|
"budget": [
|
|
5307
|
-
|
|
5372
|
+
236
|
|
5308
5373
|
],
|
|
5309
5374
|
"__typename": [
|
|
5310
5375
|
1
|
|
@@ -5324,7 +5389,7 @@ exports.default = {
|
|
|
5324
5389
|
1
|
|
5325
5390
|
],
|
|
5326
5391
|
"logo": [
|
|
5327
|
-
|
|
5392
|
+
196
|
|
5328
5393
|
],
|
|
5329
5394
|
"countryId": [
|
|
5330
5395
|
1
|
|
@@ -5412,7 +5477,7 @@ exports.default = {
|
|
|
5412
5477
|
1
|
|
5413
5478
|
],
|
|
5414
5479
|
"profilePicture": [
|
|
5415
|
-
|
|
5480
|
+
196
|
|
5416
5481
|
],
|
|
5417
5482
|
"__typename": [
|
|
5418
5483
|
1
|
|
@@ -5420,10 +5485,10 @@ exports.default = {
|
|
|
5420
5485
|
},
|
|
5421
5486
|
"TransactionQueryDto": {
|
|
5422
5487
|
"page": [
|
|
5423
|
-
|
|
5488
|
+
158
|
|
5424
5489
|
],
|
|
5425
5490
|
"limit": [
|
|
5426
|
-
|
|
5491
|
+
158
|
|
5427
5492
|
],
|
|
5428
5493
|
"search": [
|
|
5429
5494
|
1
|
|
@@ -5464,7 +5529,7 @@ exports.default = {
|
|
|
5464
5529
|
18
|
|
5465
5530
|
],
|
|
5466
5531
|
"sortCriteria": [
|
|
5467
|
-
|
|
5532
|
+
188
|
|
5468
5533
|
],
|
|
5469
5534
|
"__typename": [
|
|
5470
5535
|
1
|
|
@@ -5541,7 +5606,7 @@ exports.default = {
|
|
|
5541
5606
|
32,
|
|
5542
5607
|
{
|
|
5543
5608
|
"input": [
|
|
5544
|
-
|
|
5609
|
+
250,
|
|
5545
5610
|
"AWSS3GetUploadDto!"
|
|
5546
5611
|
]
|
|
5547
5612
|
}
|
|
@@ -5603,16 +5668,16 @@ exports.default = {
|
|
|
5603
5668
|
104,
|
|
5604
5669
|
{
|
|
5605
5670
|
"input": [
|
|
5606
|
-
|
|
5671
|
+
251,
|
|
5607
5672
|
"FindSponsorAthleteInvitationDto!"
|
|
5608
5673
|
]
|
|
5609
5674
|
}
|
|
5610
5675
|
],
|
|
5611
5676
|
"verifyAthleteCompetitionLinkedForDelete": [
|
|
5612
|
-
|
|
5677
|
+
151,
|
|
5613
5678
|
{
|
|
5614
5679
|
"input": [
|
|
5615
|
-
|
|
5680
|
+
199,
|
|
5616
5681
|
"existValueDto!"
|
|
5617
5682
|
]
|
|
5618
5683
|
}
|
|
@@ -5621,10 +5686,10 @@ exports.default = {
|
|
|
5621
5686
|
100
|
|
5622
5687
|
],
|
|
5623
5688
|
"queryAthleteFundingCampaigns": [
|
|
5624
|
-
|
|
5689
|
+
146,
|
|
5625
5690
|
{
|
|
5626
5691
|
"input": [
|
|
5627
|
-
|
|
5692
|
+
194,
|
|
5628
5693
|
"AthleteQueryDto!"
|
|
5629
5694
|
]
|
|
5630
5695
|
}
|
|
@@ -5672,7 +5737,7 @@ exports.default = {
|
|
|
5672
5737
|
81,
|
|
5673
5738
|
{
|
|
5674
5739
|
"input": [
|
|
5675
|
-
|
|
5740
|
+
252,
|
|
5676
5741
|
"GetAthleteCompetitionsDto!"
|
|
5677
5742
|
]
|
|
5678
5743
|
}
|
|
@@ -5717,10 +5782,10 @@ exports.default = {
|
|
|
5717
5782
|
}
|
|
5718
5783
|
],
|
|
5719
5784
|
"queryAthleteWithFilter": [
|
|
5720
|
-
|
|
5785
|
+
146,
|
|
5721
5786
|
{
|
|
5722
5787
|
"input": [
|
|
5723
|
-
|
|
5788
|
+
194,
|
|
5724
5789
|
"AthleteQueryDto!"
|
|
5725
5790
|
]
|
|
5726
5791
|
}
|
|
@@ -5735,19 +5800,28 @@ exports.default = {
|
|
|
5735
5800
|
}
|
|
5736
5801
|
],
|
|
5737
5802
|
"screenNameAvailability": [
|
|
5738
|
-
|
|
5803
|
+
149,
|
|
5739
5804
|
{
|
|
5740
5805
|
"input": [
|
|
5741
|
-
|
|
5806
|
+
199,
|
|
5742
5807
|
"existValueDto!"
|
|
5743
5808
|
]
|
|
5744
5809
|
}
|
|
5745
5810
|
],
|
|
5811
|
+
"checkScoreRefreshCapabilities": [
|
|
5812
|
+
156,
|
|
5813
|
+
{
|
|
5814
|
+
"input": [
|
|
5815
|
+
204,
|
|
5816
|
+
"CheckScoreRefreshCapabilityDto!"
|
|
5817
|
+
]
|
|
5818
|
+
}
|
|
5819
|
+
],
|
|
5746
5820
|
"getAthleteHistoricalScoresPeriod": [
|
|
5747
|
-
|
|
5821
|
+
152,
|
|
5748
5822
|
{
|
|
5749
5823
|
"input": [
|
|
5750
|
-
|
|
5824
|
+
201,
|
|
5751
5825
|
"GetHistoricalScoresDto!"
|
|
5752
5826
|
]
|
|
5753
5827
|
}
|
|
@@ -5756,16 +5830,16 @@ exports.default = {
|
|
|
5756
5830
|
98,
|
|
5757
5831
|
{
|
|
5758
5832
|
"input": [
|
|
5759
|
-
|
|
5833
|
+
201,
|
|
5760
5834
|
"GetHistoricalScoresDto!"
|
|
5761
5835
|
]
|
|
5762
5836
|
}
|
|
5763
5837
|
],
|
|
5764
5838
|
"getMyHistoricalScoresPeriod": [
|
|
5765
|
-
|
|
5839
|
+
152,
|
|
5766
5840
|
{
|
|
5767
5841
|
"input": [
|
|
5768
|
-
|
|
5842
|
+
200,
|
|
5769
5843
|
"GetMyHistoricalScoresDto!"
|
|
5770
5844
|
]
|
|
5771
5845
|
}
|
|
@@ -5774,7 +5848,7 @@ exports.default = {
|
|
|
5774
5848
|
98,
|
|
5775
5849
|
{
|
|
5776
5850
|
"input": [
|
|
5777
|
-
|
|
5851
|
+
200,
|
|
5778
5852
|
"GetMyHistoricalScoresDto!"
|
|
5779
5853
|
]
|
|
5780
5854
|
}
|
|
@@ -5783,7 +5857,7 @@ exports.default = {
|
|
|
5783
5857
|
89,
|
|
5784
5858
|
{
|
|
5785
5859
|
"input": [
|
|
5786
|
-
|
|
5860
|
+
202,
|
|
5787
5861
|
"GetAthleteCampaignsDto!"
|
|
5788
5862
|
]
|
|
5789
5863
|
}
|
|
@@ -5792,10 +5866,10 @@ exports.default = {
|
|
|
5792
5866
|
67
|
|
5793
5867
|
],
|
|
5794
5868
|
"getSportsPaginated": [
|
|
5795
|
-
|
|
5869
|
+
159,
|
|
5796
5870
|
{
|
|
5797
5871
|
"query": [
|
|
5798
|
-
|
|
5872
|
+
205
|
|
5799
5873
|
]
|
|
5800
5874
|
}
|
|
5801
5875
|
],
|
|
@@ -5863,7 +5937,7 @@ exports.default = {
|
|
|
5863
5937
|
0,
|
|
5864
5938
|
{
|
|
5865
5939
|
"input": [
|
|
5866
|
-
|
|
5940
|
+
253,
|
|
5867
5941
|
"FindVtxUserDto!"
|
|
5868
5942
|
]
|
|
5869
5943
|
}
|
|
@@ -5882,7 +5956,7 @@ exports.default = {
|
|
|
5882
5956
|
}
|
|
5883
5957
|
],
|
|
5884
5958
|
"getUserImagesFromEmail": [
|
|
5885
|
-
|
|
5959
|
+
160,
|
|
5886
5960
|
{
|
|
5887
5961
|
"loginEmail": [
|
|
5888
5962
|
1,
|
|
@@ -5903,7 +5977,7 @@ exports.default = {
|
|
|
5903
5977
|
36,
|
|
5904
5978
|
{
|
|
5905
5979
|
"input": [
|
|
5906
|
-
|
|
5980
|
+
180,
|
|
5907
5981
|
"VerifyCodeDto!"
|
|
5908
5982
|
]
|
|
5909
5983
|
}
|
|
@@ -5921,10 +5995,10 @@ exports.default = {
|
|
|
5921
5995
|
135
|
|
5922
5996
|
],
|
|
5923
5997
|
"getUsersPaginated": [
|
|
5924
|
-
|
|
5998
|
+
163,
|
|
5925
5999
|
{
|
|
5926
6000
|
"query": [
|
|
5927
|
-
|
|
6001
|
+
219
|
|
5928
6002
|
]
|
|
5929
6003
|
}
|
|
5930
6004
|
],
|
|
@@ -5935,16 +6009,16 @@ exports.default = {
|
|
|
5935
6009
|
75,
|
|
5936
6010
|
{
|
|
5937
6011
|
"input": [
|
|
5938
|
-
|
|
6012
|
+
254,
|
|
5939
6013
|
"GetSportEventsDto!"
|
|
5940
6014
|
]
|
|
5941
6015
|
}
|
|
5942
6016
|
],
|
|
5943
6017
|
"getSportsEventsPaginated": [
|
|
5944
|
-
|
|
6018
|
+
165,
|
|
5945
6019
|
{
|
|
5946
6020
|
"query": [
|
|
5947
|
-
|
|
6021
|
+
226
|
|
5948
6022
|
]
|
|
5949
6023
|
}
|
|
5950
6024
|
],
|
|
@@ -5985,22 +6059,22 @@ exports.default = {
|
|
|
5985
6059
|
116
|
|
5986
6060
|
],
|
|
5987
6061
|
"stripeQuery": [
|
|
5988
|
-
|
|
6062
|
+
153,
|
|
5989
6063
|
{
|
|
5990
6064
|
"input": [
|
|
5991
|
-
|
|
6065
|
+
222,
|
|
5992
6066
|
"StripeQueryDto!"
|
|
5993
6067
|
]
|
|
5994
6068
|
}
|
|
5995
6069
|
],
|
|
5996
6070
|
"getStripeBalance": [
|
|
5997
|
-
|
|
6071
|
+
167
|
|
5998
6072
|
],
|
|
5999
6073
|
"getDatabaseTextFile": [
|
|
6000
6074
|
35,
|
|
6001
6075
|
{
|
|
6002
6076
|
"input": [
|
|
6003
|
-
|
|
6077
|
+
178,
|
|
6004
6078
|
"GetDatabaseFileDto!"
|
|
6005
6079
|
]
|
|
6006
6080
|
}
|
|
@@ -6009,7 +6083,7 @@ exports.default = {
|
|
|
6009
6083
|
117,
|
|
6010
6084
|
{
|
|
6011
6085
|
"input": [
|
|
6012
|
-
|
|
6086
|
+
221,
|
|
6013
6087
|
"GetReceiptDto!"
|
|
6014
6088
|
]
|
|
6015
6089
|
}
|
|
@@ -6018,16 +6092,16 @@ exports.default = {
|
|
|
6018
6092
|
118,
|
|
6019
6093
|
{
|
|
6020
6094
|
"input": [
|
|
6021
|
-
|
|
6095
|
+
221,
|
|
6022
6096
|
"GetReceiptDto!"
|
|
6023
6097
|
]
|
|
6024
6098
|
}
|
|
6025
6099
|
],
|
|
6026
6100
|
"getTransactionDetails": [
|
|
6027
|
-
|
|
6101
|
+
164,
|
|
6028
6102
|
{
|
|
6029
6103
|
"input": [
|
|
6030
|
-
|
|
6104
|
+
223,
|
|
6031
6105
|
"GetTransactionDetailsDto!"
|
|
6032
6106
|
]
|
|
6033
6107
|
}
|
|
@@ -6057,10 +6131,10 @@ exports.default = {
|
|
|
6057
6131
|
137
|
|
6058
6132
|
],
|
|
6059
6133
|
"getTransactionsPaginated": [
|
|
6060
|
-
|
|
6134
|
+
171,
|
|
6061
6135
|
{
|
|
6062
6136
|
"query": [
|
|
6063
|
-
|
|
6137
|
+
246
|
|
6064
6138
|
]
|
|
6065
6139
|
}
|
|
6066
6140
|
],
|
|
@@ -6125,7 +6199,7 @@ exports.default = {
|
|
|
6125
6199
|
5,
|
|
6126
6200
|
{
|
|
6127
6201
|
"tenant": [
|
|
6128
|
-
|
|
6202
|
+
256,
|
|
6129
6203
|
"CreateTenantInput!"
|
|
6130
6204
|
]
|
|
6131
6205
|
}
|
|
@@ -6134,7 +6208,7 @@ exports.default = {
|
|
|
6134
6208
|
11,
|
|
6135
6209
|
{
|
|
6136
6210
|
"tenant": [
|
|
6137
|
-
|
|
6211
|
+
256,
|
|
6138
6212
|
"CreateTenantInput!"
|
|
6139
6213
|
]
|
|
6140
6214
|
}
|
|
@@ -6143,7 +6217,7 @@ exports.default = {
|
|
|
6143
6217
|
3,
|
|
6144
6218
|
{
|
|
6145
6219
|
"user": [
|
|
6146
|
-
|
|
6220
|
+
257,
|
|
6147
6221
|
"CreateActiveUserInput!"
|
|
6148
6222
|
]
|
|
6149
6223
|
}
|
|
@@ -6178,7 +6252,7 @@ exports.default = {
|
|
|
6178
6252
|
0,
|
|
6179
6253
|
{
|
|
6180
6254
|
"input": [
|
|
6181
|
-
|
|
6255
|
+
258,
|
|
6182
6256
|
"RegisterUserToDomainFromEmailInput!"
|
|
6183
6257
|
]
|
|
6184
6258
|
}
|
|
@@ -6187,7 +6261,7 @@ exports.default = {
|
|
|
6187
6261
|
8,
|
|
6188
6262
|
{
|
|
6189
6263
|
"dto": [
|
|
6190
|
-
|
|
6264
|
+
259,
|
|
6191
6265
|
"RefreshTokenInput!"
|
|
6192
6266
|
]
|
|
6193
6267
|
}
|
|
@@ -6196,7 +6270,7 @@ exports.default = {
|
|
|
6196
6270
|
33,
|
|
6197
6271
|
{
|
|
6198
6272
|
"input": [
|
|
6199
|
-
|
|
6273
|
+
260,
|
|
6200
6274
|
"AWSS3DeleteUseTypeFileDto!"
|
|
6201
6275
|
]
|
|
6202
6276
|
}
|
|
@@ -6205,7 +6279,7 @@ exports.default = {
|
|
|
6205
6279
|
33,
|
|
6206
6280
|
{
|
|
6207
6281
|
"input": [
|
|
6208
|
-
|
|
6282
|
+
261,
|
|
6209
6283
|
"AWSS3DeleteBucketFileDto!"
|
|
6210
6284
|
]
|
|
6211
6285
|
}
|
|
@@ -6214,7 +6288,7 @@ exports.default = {
|
|
|
6214
6288
|
33,
|
|
6215
6289
|
{
|
|
6216
6290
|
"input": [
|
|
6217
|
-
|
|
6291
|
+
262,
|
|
6218
6292
|
"AWSS3DeleteUseTypeKeyDto!"
|
|
6219
6293
|
]
|
|
6220
6294
|
}
|
|
@@ -6223,7 +6297,7 @@ exports.default = {
|
|
|
6223
6297
|
27,
|
|
6224
6298
|
{
|
|
6225
6299
|
"input": [
|
|
6226
|
-
|
|
6300
|
+
196,
|
|
6227
6301
|
"AWSS3UploadedFileDto!"
|
|
6228
6302
|
]
|
|
6229
6303
|
}
|
|
@@ -6232,7 +6306,7 @@ exports.default = {
|
|
|
6232
6306
|
56,
|
|
6233
6307
|
{
|
|
6234
6308
|
"input": [
|
|
6235
|
-
|
|
6309
|
+
263,
|
|
6236
6310
|
"CreateIndustryDto!"
|
|
6237
6311
|
]
|
|
6238
6312
|
}
|
|
@@ -6241,7 +6315,7 @@ exports.default = {
|
|
|
6241
6315
|
39,
|
|
6242
6316
|
{
|
|
6243
6317
|
"input": [
|
|
6244
|
-
|
|
6318
|
+
264,
|
|
6245
6319
|
"CreateBrandDto!"
|
|
6246
6320
|
]
|
|
6247
6321
|
}
|
|
@@ -6250,7 +6324,7 @@ exports.default = {
|
|
|
6250
6324
|
59,
|
|
6251
6325
|
{
|
|
6252
6326
|
"input": [
|
|
6253
|
-
|
|
6327
|
+
266,
|
|
6254
6328
|
"RegisterSponsorInput!"
|
|
6255
6329
|
]
|
|
6256
6330
|
}
|
|
@@ -6259,7 +6333,7 @@ exports.default = {
|
|
|
6259
6333
|
59,
|
|
6260
6334
|
{
|
|
6261
6335
|
"input": [
|
|
6262
|
-
|
|
6336
|
+
267,
|
|
6263
6337
|
"CreateSponsorDto!"
|
|
6264
6338
|
]
|
|
6265
6339
|
}
|
|
@@ -6268,7 +6342,7 @@ exports.default = {
|
|
|
6268
6342
|
104,
|
|
6269
6343
|
{
|
|
6270
6344
|
"input": [
|
|
6271
|
-
|
|
6345
|
+
183,
|
|
6272
6346
|
"InviteAthletesDto!"
|
|
6273
6347
|
]
|
|
6274
6348
|
}
|
|
@@ -6277,7 +6351,7 @@ exports.default = {
|
|
|
6277
6351
|
139,
|
|
6278
6352
|
{
|
|
6279
6353
|
"input": [
|
|
6280
|
-
|
|
6354
|
+
191,
|
|
6281
6355
|
"DeleteSingleValueDto!"
|
|
6282
6356
|
]
|
|
6283
6357
|
}
|
|
@@ -6286,7 +6360,7 @@ exports.default = {
|
|
|
6286
6360
|
100,
|
|
6287
6361
|
{
|
|
6288
6362
|
"input": [
|
|
6289
|
-
|
|
6363
|
+
268,
|
|
6290
6364
|
"RegisterAthleteDto!"
|
|
6291
6365
|
]
|
|
6292
6366
|
}
|
|
@@ -6295,25 +6369,25 @@ exports.default = {
|
|
|
6295
6369
|
138,
|
|
6296
6370
|
{
|
|
6297
6371
|
"input": [
|
|
6298
|
-
|
|
6372
|
+
269,
|
|
6299
6373
|
"EditValueDto!"
|
|
6300
6374
|
]
|
|
6301
6375
|
}
|
|
6302
6376
|
],
|
|
6303
6377
|
"editPicture": [
|
|
6304
|
-
|
|
6378
|
+
147,
|
|
6305
6379
|
{
|
|
6306
6380
|
"input": [
|
|
6307
|
-
|
|
6381
|
+
195,
|
|
6308
6382
|
"EditPictureDto!"
|
|
6309
6383
|
]
|
|
6310
6384
|
}
|
|
6311
6385
|
],
|
|
6312
6386
|
"AddAlbumPictures": [
|
|
6313
|
-
|
|
6387
|
+
148,
|
|
6314
6388
|
{
|
|
6315
6389
|
"input": [
|
|
6316
|
-
|
|
6390
|
+
197,
|
|
6317
6391
|
"UploadAlbumsPicturesDto!"
|
|
6318
6392
|
]
|
|
6319
6393
|
}
|
|
@@ -6322,7 +6396,7 @@ exports.default = {
|
|
|
6322
6396
|
81,
|
|
6323
6397
|
{
|
|
6324
6398
|
"input": [
|
|
6325
|
-
|
|
6399
|
+
186,
|
|
6326
6400
|
"CreateAthleteCompetitionDto!"
|
|
6327
6401
|
]
|
|
6328
6402
|
}
|
|
@@ -6331,7 +6405,7 @@ exports.default = {
|
|
|
6331
6405
|
139,
|
|
6332
6406
|
{
|
|
6333
6407
|
"input": [
|
|
6334
|
-
|
|
6408
|
+
191,
|
|
6335
6409
|
"DeleteSingleValueDto!"
|
|
6336
6410
|
]
|
|
6337
6411
|
}
|
|
@@ -6340,7 +6414,7 @@ exports.default = {
|
|
|
6340
6414
|
80,
|
|
6341
6415
|
{
|
|
6342
6416
|
"input": [
|
|
6343
|
-
|
|
6417
|
+
197,
|
|
6344
6418
|
"UploadAlbumsPicturesDto!"
|
|
6345
6419
|
]
|
|
6346
6420
|
}
|
|
@@ -6349,7 +6423,7 @@ exports.default = {
|
|
|
6349
6423
|
80,
|
|
6350
6424
|
{
|
|
6351
6425
|
"input": [
|
|
6352
|
-
|
|
6426
|
+
270,
|
|
6353
6427
|
"EditDisplayIndexDto!"
|
|
6354
6428
|
]
|
|
6355
6429
|
}
|
|
@@ -6358,7 +6432,7 @@ exports.default = {
|
|
|
6358
6432
|
80,
|
|
6359
6433
|
{
|
|
6360
6434
|
"input": [
|
|
6361
|
-
|
|
6435
|
+
197,
|
|
6362
6436
|
"UploadAlbumsPicturesDto!"
|
|
6363
6437
|
]
|
|
6364
6438
|
}
|
|
@@ -6367,7 +6441,7 @@ exports.default = {
|
|
|
6367
6441
|
139,
|
|
6368
6442
|
{
|
|
6369
6443
|
"input": [
|
|
6370
|
-
|
|
6444
|
+
191,
|
|
6371
6445
|
"DeleteSingleValueDto!"
|
|
6372
6446
|
]
|
|
6373
6447
|
}
|
|
@@ -6376,7 +6450,7 @@ exports.default = {
|
|
|
6376
6450
|
120,
|
|
6377
6451
|
{
|
|
6378
6452
|
"input": [
|
|
6379
|
-
|
|
6453
|
+
198,
|
|
6380
6454
|
"DeleteValuesDto!"
|
|
6381
6455
|
]
|
|
6382
6456
|
}
|
|
@@ -6385,7 +6459,7 @@ exports.default = {
|
|
|
6385
6459
|
76,
|
|
6386
6460
|
{
|
|
6387
6461
|
"input": [
|
|
6388
|
-
|
|
6462
|
+
185,
|
|
6389
6463
|
"SetCompetitionResultDto!"
|
|
6390
6464
|
]
|
|
6391
6465
|
}
|
|
@@ -6397,10 +6471,10 @@ exports.default = {
|
|
|
6397
6471
|
100
|
|
6398
6472
|
],
|
|
6399
6473
|
"forceRefreshAthleteScores": [
|
|
6400
|
-
|
|
6474
|
+
143,
|
|
6401
6475
|
{
|
|
6402
6476
|
"input": [
|
|
6403
|
-
|
|
6477
|
+
203,
|
|
6404
6478
|
"ForceScoreRefreshDto!"
|
|
6405
6479
|
]
|
|
6406
6480
|
}
|
|
@@ -6409,7 +6483,7 @@ exports.default = {
|
|
|
6409
6483
|
89,
|
|
6410
6484
|
{
|
|
6411
6485
|
"input": [
|
|
6412
|
-
|
|
6486
|
+
272,
|
|
6413
6487
|
"SetCurrentCampaignDto!"
|
|
6414
6488
|
]
|
|
6415
6489
|
}
|
|
@@ -6418,7 +6492,7 @@ exports.default = {
|
|
|
6418
6492
|
67,
|
|
6419
6493
|
{
|
|
6420
6494
|
"input": [
|
|
6421
|
-
|
|
6495
|
+
273,
|
|
6422
6496
|
"CreateSportDto!"
|
|
6423
6497
|
]
|
|
6424
6498
|
}
|
|
@@ -6427,7 +6501,7 @@ exports.default = {
|
|
|
6427
6501
|
67,
|
|
6428
6502
|
{
|
|
6429
6503
|
"input": [
|
|
6430
|
-
|
|
6504
|
+
274,
|
|
6431
6505
|
"UpdateSportDto!"
|
|
6432
6506
|
]
|
|
6433
6507
|
}
|
|
@@ -6436,7 +6510,7 @@ exports.default = {
|
|
|
6436
6510
|
70,
|
|
6437
6511
|
{
|
|
6438
6512
|
"input": [
|
|
6439
|
-
|
|
6513
|
+
275,
|
|
6440
6514
|
"CreateSportLevelDto!"
|
|
6441
6515
|
]
|
|
6442
6516
|
}
|
|
@@ -6445,7 +6519,7 @@ exports.default = {
|
|
|
6445
6519
|
65,
|
|
6446
6520
|
{
|
|
6447
6521
|
"input": [
|
|
6448
|
-
|
|
6522
|
+
277,
|
|
6449
6523
|
"CreateSponsorshipDto!"
|
|
6450
6524
|
]
|
|
6451
6525
|
}
|
|
@@ -6454,7 +6528,7 @@ exports.default = {
|
|
|
6454
6528
|
45,
|
|
6455
6529
|
{
|
|
6456
6530
|
"input": [
|
|
6457
|
-
|
|
6531
|
+
284,
|
|
6458
6532
|
"CreateCountryDto!"
|
|
6459
6533
|
]
|
|
6460
6534
|
}
|
|
@@ -6463,7 +6537,7 @@ exports.default = {
|
|
|
6463
6537
|
44,
|
|
6464
6538
|
{
|
|
6465
6539
|
"input": [
|
|
6466
|
-
|
|
6540
|
+
285,
|
|
6467
6541
|
"CreateStateDto!"
|
|
6468
6542
|
]
|
|
6469
6543
|
}
|
|
@@ -6472,7 +6546,7 @@ exports.default = {
|
|
|
6472
6546
|
43,
|
|
6473
6547
|
{
|
|
6474
6548
|
"input": [
|
|
6475
|
-
|
|
6549
|
+
286,
|
|
6476
6550
|
"CreateCityDto!"
|
|
6477
6551
|
]
|
|
6478
6552
|
}
|
|
@@ -6481,7 +6555,7 @@ exports.default = {
|
|
|
6481
6555
|
29,
|
|
6482
6556
|
{
|
|
6483
6557
|
"input": [
|
|
6484
|
-
|
|
6558
|
+
215,
|
|
6485
6559
|
"RegisterUserDto!"
|
|
6486
6560
|
]
|
|
6487
6561
|
}
|
|
@@ -6490,7 +6564,7 @@ exports.default = {
|
|
|
6490
6564
|
3,
|
|
6491
6565
|
{
|
|
6492
6566
|
"input": [
|
|
6493
|
-
|
|
6567
|
+
180,
|
|
6494
6568
|
"VerifyCodeDto!"
|
|
6495
6569
|
]
|
|
6496
6570
|
}
|
|
@@ -6499,7 +6573,7 @@ exports.default = {
|
|
|
6499
6573
|
0,
|
|
6500
6574
|
{
|
|
6501
6575
|
"input": [
|
|
6502
|
-
|
|
6576
|
+
180,
|
|
6503
6577
|
"VerifyCodeDto!"
|
|
6504
6578
|
]
|
|
6505
6579
|
}
|
|
@@ -6508,7 +6582,7 @@ exports.default = {
|
|
|
6508
6582
|
0,
|
|
6509
6583
|
{
|
|
6510
6584
|
"input": [
|
|
6511
|
-
|
|
6585
|
+
215,
|
|
6512
6586
|
"RegisterUserDto!"
|
|
6513
6587
|
]
|
|
6514
6588
|
}
|
|
@@ -6517,7 +6591,7 @@ exports.default = {
|
|
|
6517
6591
|
0,
|
|
6518
6592
|
{
|
|
6519
6593
|
"input": [
|
|
6520
|
-
|
|
6594
|
+
215,
|
|
6521
6595
|
"RegisterUserDto!"
|
|
6522
6596
|
]
|
|
6523
6597
|
}
|
|
@@ -6526,7 +6600,7 @@ exports.default = {
|
|
|
6526
6600
|
0,
|
|
6527
6601
|
{
|
|
6528
6602
|
"input": [
|
|
6529
|
-
|
|
6603
|
+
215,
|
|
6530
6604
|
"RegisterUserDto!"
|
|
6531
6605
|
]
|
|
6532
6606
|
}
|
|
@@ -6557,13 +6631,13 @@ exports.default = {
|
|
|
6557
6631
|
138,
|
|
6558
6632
|
{
|
|
6559
6633
|
"input": [
|
|
6560
|
-
|
|
6634
|
+
217,
|
|
6561
6635
|
"resetPasswordDto!"
|
|
6562
6636
|
]
|
|
6563
6637
|
}
|
|
6564
6638
|
],
|
|
6565
6639
|
"validateToken": [
|
|
6566
|
-
|
|
6640
|
+
161,
|
|
6567
6641
|
{
|
|
6568
6642
|
"input": [
|
|
6569
6643
|
1,
|
|
@@ -6575,19 +6649,19 @@ exports.default = {
|
|
|
6575
6649
|
138,
|
|
6576
6650
|
{
|
|
6577
6651
|
"input": [
|
|
6578
|
-
|
|
6652
|
+
218,
|
|
6579
6653
|
"UpdateUserSuspendedStatusDto!"
|
|
6580
6654
|
]
|
|
6581
6655
|
}
|
|
6582
6656
|
],
|
|
6583
6657
|
"deleteMyAccount": [
|
|
6584
|
-
|
|
6658
|
+
162
|
|
6585
6659
|
],
|
|
6586
6660
|
"deleteVtxUser": [
|
|
6587
|
-
|
|
6661
|
+
162,
|
|
6588
6662
|
{
|
|
6589
6663
|
"input": [
|
|
6590
|
-
|
|
6664
|
+
220,
|
|
6591
6665
|
"DeleteVtxUserDto!"
|
|
6592
6666
|
]
|
|
6593
6667
|
}
|
|
@@ -6596,7 +6670,7 @@ exports.default = {
|
|
|
6596
6670
|
105,
|
|
6597
6671
|
{
|
|
6598
6672
|
"data": [
|
|
6599
|
-
|
|
6673
|
+
287,
|
|
6600
6674
|
"RegisterStravaDto!"
|
|
6601
6675
|
]
|
|
6602
6676
|
}
|
|
@@ -6614,7 +6688,7 @@ exports.default = {
|
|
|
6614
6688
|
75,
|
|
6615
6689
|
{
|
|
6616
6690
|
"input": [
|
|
6617
|
-
|
|
6691
|
+
288,
|
|
6618
6692
|
"CreateSportEventDto!"
|
|
6619
6693
|
]
|
|
6620
6694
|
}
|
|
@@ -6623,7 +6697,7 @@ exports.default = {
|
|
|
6623
6697
|
75,
|
|
6624
6698
|
{
|
|
6625
6699
|
"input": [
|
|
6626
|
-
|
|
6700
|
+
224,
|
|
6627
6701
|
"UpdateSportEventDto!"
|
|
6628
6702
|
]
|
|
6629
6703
|
}
|
|
@@ -6641,7 +6715,7 @@ exports.default = {
|
|
|
6641
6715
|
130,
|
|
6642
6716
|
{
|
|
6643
6717
|
"input": [
|
|
6644
|
-
|
|
6718
|
+
225,
|
|
6645
6719
|
"MergeSportsEventsDto!"
|
|
6646
6720
|
]
|
|
6647
6721
|
}
|
|
@@ -6650,7 +6724,7 @@ exports.default = {
|
|
|
6650
6724
|
89,
|
|
6651
6725
|
{
|
|
6652
6726
|
"input": [
|
|
6653
|
-
|
|
6727
|
+
235,
|
|
6654
6728
|
"SetFundingStatusDto!"
|
|
6655
6729
|
]
|
|
6656
6730
|
}
|
|
@@ -6659,7 +6733,7 @@ exports.default = {
|
|
|
6659
6733
|
89,
|
|
6660
6734
|
{
|
|
6661
6735
|
"input": [
|
|
6662
|
-
|
|
6736
|
+
232,
|
|
6663
6737
|
"CreateFundingCampaignDto!"
|
|
6664
6738
|
]
|
|
6665
6739
|
}
|
|
@@ -6668,7 +6742,7 @@ exports.default = {
|
|
|
6668
6742
|
89,
|
|
6669
6743
|
{
|
|
6670
6744
|
"input": [
|
|
6671
|
-
|
|
6745
|
+
234,
|
|
6672
6746
|
"UpdateFundingCampaignDto!"
|
|
6673
6747
|
]
|
|
6674
6748
|
}
|
|
@@ -6677,7 +6751,7 @@ exports.default = {
|
|
|
6677
6751
|
139,
|
|
6678
6752
|
{
|
|
6679
6753
|
"input": [
|
|
6680
|
-
|
|
6754
|
+
191,
|
|
6681
6755
|
"DeleteSingleValueDto!"
|
|
6682
6756
|
]
|
|
6683
6757
|
}
|
|
@@ -6686,7 +6760,7 @@ exports.default = {
|
|
|
6686
6760
|
120,
|
|
6687
6761
|
{
|
|
6688
6762
|
"input": [
|
|
6689
|
-
|
|
6763
|
+
198,
|
|
6690
6764
|
"DeleteValuesDto!"
|
|
6691
6765
|
]
|
|
6692
6766
|
}
|
|
@@ -6704,7 +6778,7 @@ exports.default = {
|
|
|
6704
6778
|
2,
|
|
6705
6779
|
{
|
|
6706
6780
|
"input": [
|
|
6707
|
-
|
|
6781
|
+
237,
|
|
6708
6782
|
"AddCompetitionBudgetDto!"
|
|
6709
6783
|
]
|
|
6710
6784
|
}
|
|
@@ -6713,7 +6787,7 @@ exports.default = {
|
|
|
6713
6787
|
2,
|
|
6714
6788
|
{
|
|
6715
6789
|
"input": [
|
|
6716
|
-
|
|
6790
|
+
238,
|
|
6717
6791
|
"EditCompetitionBudgetDto!"
|
|
6718
6792
|
]
|
|
6719
6793
|
}
|
|
@@ -6722,7 +6796,7 @@ exports.default = {
|
|
|
6722
6796
|
2,
|
|
6723
6797
|
{
|
|
6724
6798
|
"input": [
|
|
6725
|
-
|
|
6799
|
+
239,
|
|
6726
6800
|
"EditCampaignBudgetDto!"
|
|
6727
6801
|
]
|
|
6728
6802
|
}
|
|
@@ -6731,7 +6805,7 @@ exports.default = {
|
|
|
6731
6805
|
2,
|
|
6732
6806
|
{
|
|
6733
6807
|
"input": [
|
|
6734
|
-
|
|
6808
|
+
239,
|
|
6735
6809
|
"EditCampaignBudgetDto!"
|
|
6736
6810
|
]
|
|
6737
6811
|
}
|
|
@@ -6740,7 +6814,7 @@ exports.default = {
|
|
|
6740
6814
|
82,
|
|
6741
6815
|
{
|
|
6742
6816
|
"input": [
|
|
6743
|
-
|
|
6817
|
+
240,
|
|
6744
6818
|
"CreateMembershipOrganizationDto!"
|
|
6745
6819
|
]
|
|
6746
6820
|
}
|
|
@@ -6749,7 +6823,7 @@ exports.default = {
|
|
|
6749
6823
|
84,
|
|
6750
6824
|
{
|
|
6751
6825
|
"input": [
|
|
6752
|
-
|
|
6826
|
+
241,
|
|
6753
6827
|
"CreateAthleteMembershipDto!"
|
|
6754
6828
|
]
|
|
6755
6829
|
}
|
|
@@ -6758,7 +6832,7 @@ exports.default = {
|
|
|
6758
6832
|
139,
|
|
6759
6833
|
{
|
|
6760
6834
|
"input": [
|
|
6761
|
-
|
|
6835
|
+
191,
|
|
6762
6836
|
"DeleteSingleValueDto!"
|
|
6763
6837
|
]
|
|
6764
6838
|
}
|
|
@@ -6776,7 +6850,7 @@ exports.default = {
|
|
|
6776
6850
|
97,
|
|
6777
6851
|
{
|
|
6778
6852
|
"input": [
|
|
6779
|
-
|
|
6853
|
+
289,
|
|
6780
6854
|
"CreateStripeAccountDto!"
|
|
6781
6855
|
]
|
|
6782
6856
|
}
|
|
@@ -6788,7 +6862,7 @@ exports.default = {
|
|
|
6788
6862
|
107,
|
|
6789
6863
|
{
|
|
6790
6864
|
"input": [
|
|
6791
|
-
|
|
6865
|
+
181,
|
|
6792
6866
|
"DonationCheckoutDto!"
|
|
6793
6867
|
]
|
|
6794
6868
|
}
|
|
@@ -6803,7 +6877,7 @@ exports.default = {
|
|
|
6803
6877
|
134,
|
|
6804
6878
|
{
|
|
6805
6879
|
"input": [
|
|
6806
|
-
|
|
6880
|
+
245,
|
|
6807
6881
|
"RegisterMemberDto!"
|
|
6808
6882
|
]
|
|
6809
6883
|
}
|
|
@@ -6929,13 +7003,13 @@ exports.default = {
|
|
|
6929
7003
|
1
|
|
6930
7004
|
],
|
|
6931
7005
|
"logo": [
|
|
6932
|
-
|
|
7006
|
+
196
|
|
6933
7007
|
],
|
|
6934
7008
|
"banner": [
|
|
6935
|
-
|
|
7009
|
+
196
|
|
6936
7010
|
],
|
|
6937
7011
|
"translations": [
|
|
6938
|
-
|
|
7012
|
+
265
|
|
6939
7013
|
],
|
|
6940
7014
|
"__typename": [
|
|
6941
7015
|
1
|
|
@@ -6958,10 +7032,10 @@ exports.default = {
|
|
|
6958
7032
|
1
|
|
6959
7033
|
],
|
|
6960
7034
|
"logo": [
|
|
6961
|
-
|
|
7035
|
+
196
|
|
6962
7036
|
],
|
|
6963
7037
|
"banner": [
|
|
6964
|
-
|
|
7038
|
+
196
|
|
6965
7039
|
],
|
|
6966
7040
|
"__typename": [
|
|
6967
7041
|
1
|
|
@@ -7066,10 +7140,10 @@ exports.default = {
|
|
|
7066
7140
|
1
|
|
7067
7141
|
],
|
|
7068
7142
|
"profilePicture": [
|
|
7069
|
-
|
|
7143
|
+
196
|
|
7070
7144
|
],
|
|
7071
7145
|
"cardPicture": [
|
|
7072
|
-
|
|
7146
|
+
196
|
|
7073
7147
|
],
|
|
7074
7148
|
"__typename": [
|
|
7075
7149
|
1
|
|
@@ -7088,7 +7162,7 @@ exports.default = {
|
|
|
7088
7162
|
},
|
|
7089
7163
|
"EditDisplayIndexDto": {
|
|
7090
7164
|
"updates": [
|
|
7091
|
-
|
|
7165
|
+
271
|
|
7092
7166
|
],
|
|
7093
7167
|
"__typename": [
|
|
7094
7168
|
1
|
|
@@ -7152,7 +7226,7 @@ exports.default = {
|
|
|
7152
7226
|
18
|
|
7153
7227
|
],
|
|
7154
7228
|
"translations": [
|
|
7155
|
-
|
|
7229
|
+
276
|
|
7156
7230
|
],
|
|
7157
7231
|
"__typename": [
|
|
7158
7232
|
1
|
|
@@ -7186,10 +7260,10 @@ exports.default = {
|
|
|
7186
7260
|
18
|
|
7187
7261
|
],
|
|
7188
7262
|
"banner": [
|
|
7189
|
-
|
|
7263
|
+
196
|
|
7190
7264
|
],
|
|
7191
7265
|
"criteria": [
|
|
7192
|
-
|
|
7266
|
+
278
|
|
7193
7267
|
],
|
|
7194
7268
|
"deadline": [
|
|
7195
7269
|
14
|
|
@@ -7198,13 +7272,13 @@ exports.default = {
|
|
|
7198
7272
|
14
|
|
7199
7273
|
],
|
|
7200
7274
|
"duration": [
|
|
7201
|
-
|
|
7275
|
+
280
|
|
7202
7276
|
],
|
|
7203
7277
|
"sponsorshipItems": [
|
|
7204
|
-
|
|
7278
|
+
281
|
|
7205
7279
|
],
|
|
7206
7280
|
"commitments": [
|
|
7207
|
-
|
|
7281
|
+
282
|
|
7208
7282
|
],
|
|
7209
7283
|
"terms": [
|
|
7210
7284
|
1
|
|
@@ -7216,7 +7290,7 @@ exports.default = {
|
|
|
7216
7290
|
2
|
|
7217
7291
|
],
|
|
7218
7292
|
"translations": [
|
|
7219
|
-
|
|
7293
|
+
283
|
|
7220
7294
|
],
|
|
7221
7295
|
"__typename": [
|
|
7222
7296
|
1
|
|
@@ -7230,7 +7304,7 @@ exports.default = {
|
|
|
7230
7304
|
1
|
|
7231
7305
|
],
|
|
7232
7306
|
"qualificationsBag": [
|
|
7233
|
-
|
|
7307
|
+
279
|
|
7234
7308
|
],
|
|
7235
7309
|
"__typename": [
|
|
7236
7310
|
1
|
|
@@ -7238,28 +7312,28 @@ exports.default = {
|
|
|
7238
7312
|
},
|
|
7239
7313
|
"QualificationsBagDto": {
|
|
7240
7314
|
"ageQualifications": [
|
|
7241
|
-
|
|
7315
|
+
207
|
|
7242
7316
|
],
|
|
7243
7317
|
"genderQualifications": [
|
|
7244
|
-
|
|
7318
|
+
208
|
|
7245
7319
|
],
|
|
7246
7320
|
"scoreQualifications": [
|
|
7247
|
-
|
|
7321
|
+
210
|
|
7248
7322
|
],
|
|
7249
7323
|
"locationQualifications": [
|
|
7250
|
-
|
|
7324
|
+
211
|
|
7251
7325
|
],
|
|
7252
7326
|
"nationalityQualifications": [
|
|
7253
|
-
|
|
7327
|
+
209
|
|
7254
7328
|
],
|
|
7255
7329
|
"distanceQualifications": [
|
|
7256
|
-
|
|
7330
|
+
212
|
|
7257
7331
|
],
|
|
7258
7332
|
"sportsQualifications": [
|
|
7259
|
-
|
|
7333
|
+
213
|
|
7260
7334
|
],
|
|
7261
7335
|
"levelQualifications": [
|
|
7262
|
-
|
|
7336
|
+
214
|
|
7263
7337
|
],
|
|
7264
7338
|
"__typename": [
|
|
7265
7339
|
1
|
|
@@ -7336,7 +7410,7 @@ exports.default = {
|
|
|
7336
7410
|
1
|
|
7337
7411
|
],
|
|
7338
7412
|
"banner": [
|
|
7339
|
-
|
|
7413
|
+
196
|
|
7340
7414
|
],
|
|
7341
7415
|
"terms": [
|
|
7342
7416
|
1
|
|
@@ -7454,7 +7528,7 @@ exports.default = {
|
|
|
7454
7528
|
1
|
|
7455
7529
|
],
|
|
7456
7530
|
"banner": [
|
|
7457
|
-
|
|
7531
|
+
196
|
|
7458
7532
|
],
|
|
7459
7533
|
"eventLevel": [
|
|
7460
7534
|
1
|