@vertikalx/vtx-backend-client 3.0.0-dev.22 → 3.0.0-dev.23
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 +13 -0
- package/src/api/vtx-base-api.js +32 -0
- package/src/api/vtx-base-api.js.map +1 -1
- package/src/client/schema.d.ts +51 -0
- package/src/client/schema.js +21 -2
- package/src/client/schema.js.map +1 -1
- package/src/client/types.d.ts +22 -0
- package/src/client/types.js +245 -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
|
+
153,
|
|
14
|
+
155,
|
|
15
|
+
166,
|
|
16
|
+
244
|
|
16
17
|
],
|
|
17
18
|
"types": {
|
|
18
19
|
"User": {
|
|
@@ -2792,7 +2793,7 @@ exports.default = {
|
|
|
2792
2793
|
89
|
|
2793
2794
|
],
|
|
2794
2795
|
"mode": [
|
|
2795
|
-
|
|
2796
|
+
244
|
|
2796
2797
|
],
|
|
2797
2798
|
"athleteId": [
|
|
2798
2799
|
1
|
|
@@ -3552,6 +3553,41 @@ exports.default = {
|
|
|
3552
3553
|
1
|
|
3553
3554
|
]
|
|
3554
3555
|
},
|
|
3556
|
+
"ForceScoreRefreshResultType": {
|
|
3557
|
+
"athleteId": [
|
|
3558
|
+
1
|
|
3559
|
+
],
|
|
3560
|
+
"athleteName": [
|
|
3561
|
+
1
|
|
3562
|
+
],
|
|
3563
|
+
"status": [
|
|
3564
|
+
141
|
|
3565
|
+
],
|
|
3566
|
+
"message": [
|
|
3567
|
+
1
|
|
3568
|
+
],
|
|
3569
|
+
"__typename": [
|
|
3570
|
+
1
|
|
3571
|
+
]
|
|
3572
|
+
},
|
|
3573
|
+
"ForceScoreRefreshStatus": {},
|
|
3574
|
+
"ForceScoreRefreshResponseType": {
|
|
3575
|
+
"results": [
|
|
3576
|
+
140
|
|
3577
|
+
],
|
|
3578
|
+
"successCount": [
|
|
3579
|
+
18
|
|
3580
|
+
],
|
|
3581
|
+
"failureCount": [
|
|
3582
|
+
18
|
|
3583
|
+
],
|
|
3584
|
+
"skippedCount": [
|
|
3585
|
+
18
|
|
3586
|
+
],
|
|
3587
|
+
"__typename": [
|
|
3588
|
+
1
|
|
3589
|
+
]
|
|
3590
|
+
},
|
|
3555
3591
|
"SortOrder": {
|
|
3556
3592
|
"sortField": [
|
|
3557
3593
|
1
|
|
@@ -3565,7 +3601,7 @@ exports.default = {
|
|
|
3565
3601
|
},
|
|
3566
3602
|
"CursorPaginationResponse": {
|
|
3567
3603
|
"sort": [
|
|
3568
|
-
|
|
3604
|
+
143
|
|
3569
3605
|
],
|
|
3570
3606
|
"initialCursorId": [
|
|
3571
3607
|
1
|
|
@@ -3597,7 +3633,7 @@ exports.default = {
|
|
|
3597
3633
|
100
|
|
3598
3634
|
],
|
|
3599
3635
|
"cursor": [
|
|
3600
|
-
|
|
3636
|
+
144
|
|
3601
3637
|
],
|
|
3602
3638
|
"__typename": [
|
|
3603
3639
|
1
|
|
@@ -3661,7 +3697,7 @@ exports.default = {
|
|
|
3661
3697
|
},
|
|
3662
3698
|
"CompetitionDeleteVerificationResponse": {
|
|
3663
3699
|
"reasons": [
|
|
3664
|
-
|
|
3700
|
+
149
|
|
3665
3701
|
],
|
|
3666
3702
|
"__typename": [
|
|
3667
3703
|
1
|
|
@@ -3707,7 +3743,7 @@ exports.default = {
|
|
|
3707
3743
|
1
|
|
3708
3744
|
],
|
|
3709
3745
|
"json": [
|
|
3710
|
-
|
|
3746
|
+
153
|
|
3711
3747
|
],
|
|
3712
3748
|
"__typename": [
|
|
3713
3749
|
1
|
|
@@ -3716,16 +3752,16 @@ exports.default = {
|
|
|
3716
3752
|
"JSONObject": {},
|
|
3717
3753
|
"EnhancedPaginationInfoType": {
|
|
3718
3754
|
"currentPage": [
|
|
3719
|
-
|
|
3755
|
+
155
|
|
3720
3756
|
],
|
|
3721
3757
|
"totalPages": [
|
|
3722
|
-
|
|
3758
|
+
155
|
|
3723
3759
|
],
|
|
3724
3760
|
"totalItems": [
|
|
3725
|
-
|
|
3761
|
+
155
|
|
3726
3762
|
],
|
|
3727
3763
|
"itemsPerPage": [
|
|
3728
|
-
|
|
3764
|
+
155
|
|
3729
3765
|
],
|
|
3730
3766
|
"hasNextPage": [
|
|
3731
3767
|
2
|
|
@@ -3734,10 +3770,10 @@ exports.default = {
|
|
|
3734
3770
|
2
|
|
3735
3771
|
],
|
|
3736
3772
|
"startIndex": [
|
|
3737
|
-
|
|
3773
|
+
155
|
|
3738
3774
|
],
|
|
3739
3775
|
"endIndex": [
|
|
3740
|
-
|
|
3776
|
+
155
|
|
3741
3777
|
],
|
|
3742
3778
|
"__typename": [
|
|
3743
3779
|
1
|
|
@@ -3749,7 +3785,7 @@ exports.default = {
|
|
|
3749
3785
|
67
|
|
3750
3786
|
],
|
|
3751
3787
|
"pagination": [
|
|
3752
|
-
|
|
3788
|
+
154
|
|
3753
3789
|
],
|
|
3754
3790
|
"__typename": [
|
|
3755
3791
|
1
|
|
@@ -3820,7 +3856,7 @@ exports.default = {
|
|
|
3820
3856
|
135
|
|
3821
3857
|
],
|
|
3822
3858
|
"pagination": [
|
|
3823
|
-
|
|
3859
|
+
154
|
|
3824
3860
|
],
|
|
3825
3861
|
"__typename": [
|
|
3826
3862
|
1
|
|
@@ -3887,7 +3923,7 @@ exports.default = {
|
|
|
3887
3923
|
75
|
|
3888
3924
|
],
|
|
3889
3925
|
"pagination": [
|
|
3890
|
-
|
|
3926
|
+
154
|
|
3891
3927
|
],
|
|
3892
3928
|
"__typename": [
|
|
3893
3929
|
1
|
|
@@ -3915,10 +3951,10 @@ exports.default = {
|
|
|
3915
3951
|
1
|
|
3916
3952
|
],
|
|
3917
3953
|
"availableBalances": [
|
|
3918
|
-
|
|
3954
|
+
163
|
|
3919
3955
|
],
|
|
3920
3956
|
"pendingBalances": [
|
|
3921
|
-
|
|
3957
|
+
163
|
|
3922
3958
|
],
|
|
3923
3959
|
"__typename": [
|
|
3924
3960
|
1
|
|
@@ -3956,7 +3992,7 @@ exports.default = {
|
|
|
3956
3992
|
1
|
|
3957
3993
|
],
|
|
3958
3994
|
"status": [
|
|
3959
|
-
|
|
3995
|
+
166
|
|
3960
3996
|
],
|
|
3961
3997
|
"lastError": [
|
|
3962
3998
|
1
|
|
@@ -3985,7 +4021,7 @@ exports.default = {
|
|
|
3985
4021
|
137
|
|
3986
4022
|
],
|
|
3987
4023
|
"pagination": [
|
|
3988
|
-
|
|
4024
|
+
154
|
|
3989
4025
|
],
|
|
3990
4026
|
"__typename": [
|
|
3991
4027
|
1
|
|
@@ -4180,7 +4216,7 @@ exports.default = {
|
|
|
4180
4216
|
1
|
|
4181
4217
|
],
|
|
4182
4218
|
"invitations": [
|
|
4183
|
-
|
|
4219
|
+
179
|
|
4184
4220
|
],
|
|
4185
4221
|
"__typename": [
|
|
4186
4222
|
1
|
|
@@ -4291,7 +4327,7 @@ exports.default = {
|
|
|
4291
4327
|
1
|
|
4292
4328
|
],
|
|
4293
4329
|
"result": [
|
|
4294
|
-
|
|
4330
|
+
181
|
|
4295
4331
|
],
|
|
4296
4332
|
"cityId": [
|
|
4297
4333
|
1
|
|
@@ -4314,7 +4350,7 @@ exports.default = {
|
|
|
4314
4350
|
1
|
|
4315
4351
|
],
|
|
4316
4352
|
"result": [
|
|
4317
|
-
|
|
4353
|
+
181
|
|
4318
4354
|
],
|
|
4319
4355
|
"cityId": [
|
|
4320
4356
|
1
|
|
@@ -4350,13 +4386,13 @@ exports.default = {
|
|
|
4350
4386
|
},
|
|
4351
4387
|
"CursorPaginationDto": {
|
|
4352
4388
|
"sortCriteria": [
|
|
4353
|
-
|
|
4389
|
+
185
|
|
4354
4390
|
],
|
|
4355
4391
|
"limit": [
|
|
4356
4392
|
18
|
|
4357
4393
|
],
|
|
4358
4394
|
"cursorPosition": [
|
|
4359
|
-
|
|
4395
|
+
186
|
|
4360
4396
|
],
|
|
4361
4397
|
"__typename": [
|
|
4362
4398
|
1
|
|
@@ -4431,7 +4467,7 @@ exports.default = {
|
|
|
4431
4467
|
1
|
|
4432
4468
|
],
|
|
4433
4469
|
"currentCampaign": [
|
|
4434
|
-
|
|
4470
|
+
189
|
|
4435
4471
|
],
|
|
4436
4472
|
"sports": [
|
|
4437
4473
|
1
|
|
@@ -4493,10 +4529,10 @@ exports.default = {
|
|
|
4493
4529
|
},
|
|
4494
4530
|
"AthleteQueryDto": {
|
|
4495
4531
|
"cursor": [
|
|
4496
|
-
|
|
4532
|
+
187
|
|
4497
4533
|
],
|
|
4498
4534
|
"filters": [
|
|
4499
|
-
|
|
4535
|
+
190
|
|
4500
4536
|
],
|
|
4501
4537
|
"__typename": [
|
|
4502
4538
|
1
|
|
@@ -4507,7 +4543,7 @@ exports.default = {
|
|
|
4507
4543
|
1
|
|
4508
4544
|
],
|
|
4509
4545
|
"newPicture": [
|
|
4510
|
-
|
|
4546
|
+
193
|
|
4511
4547
|
],
|
|
4512
4548
|
"__typename": [
|
|
4513
4549
|
1
|
|
@@ -4541,7 +4577,7 @@ exports.default = {
|
|
|
4541
4577
|
1
|
|
4542
4578
|
],
|
|
4543
4579
|
"pictures": [
|
|
4544
|
-
|
|
4580
|
+
193
|
|
4545
4581
|
],
|
|
4546
4582
|
"albumId": [
|
|
4547
4583
|
1
|
|
@@ -4614,12 +4650,20 @@ exports.default = {
|
|
|
4614
4650
|
1
|
|
4615
4651
|
]
|
|
4616
4652
|
},
|
|
4653
|
+
"ForceScoreRefreshDto": {
|
|
4654
|
+
"athleteIds": [
|
|
4655
|
+
1
|
|
4656
|
+
],
|
|
4657
|
+
"__typename": [
|
|
4658
|
+
1
|
|
4659
|
+
]
|
|
4660
|
+
},
|
|
4617
4661
|
"SportQueryDto": {
|
|
4618
4662
|
"page": [
|
|
4619
|
-
|
|
4663
|
+
155
|
|
4620
4664
|
],
|
|
4621
4665
|
"limit": [
|
|
4622
|
-
|
|
4666
|
+
155
|
|
4623
4667
|
],
|
|
4624
4668
|
"search": [
|
|
4625
4669
|
1
|
|
@@ -4799,7 +4843,7 @@ exports.default = {
|
|
|
4799
4843
|
},
|
|
4800
4844
|
"resetPasswordDto": {
|
|
4801
4845
|
"code": [
|
|
4802
|
-
|
|
4846
|
+
177
|
|
4803
4847
|
],
|
|
4804
4848
|
"newPassword": [
|
|
4805
4849
|
1
|
|
@@ -4821,10 +4865,10 @@ exports.default = {
|
|
|
4821
4865
|
},
|
|
4822
4866
|
"UserQueryDto": {
|
|
4823
4867
|
"page": [
|
|
4824
|
-
|
|
4868
|
+
155
|
|
4825
4869
|
],
|
|
4826
4870
|
"limit": [
|
|
4827
|
-
|
|
4871
|
+
155
|
|
4828
4872
|
],
|
|
4829
4873
|
"search": [
|
|
4830
4874
|
1
|
|
@@ -4930,7 +4974,7 @@ exports.default = {
|
|
|
4930
4974
|
1
|
|
4931
4975
|
],
|
|
4932
4976
|
"banner": [
|
|
4933
|
-
|
|
4977
|
+
193
|
|
4934
4978
|
],
|
|
4935
4979
|
"eventLevel": [
|
|
4936
4980
|
1
|
|
@@ -4964,10 +5008,10 @@ exports.default = {
|
|
|
4964
5008
|
},
|
|
4965
5009
|
"EventQueryDto": {
|
|
4966
5010
|
"page": [
|
|
4967
|
-
|
|
5011
|
+
155
|
|
4968
5012
|
],
|
|
4969
5013
|
"limit": [
|
|
4970
|
-
|
|
5014
|
+
155
|
|
4971
5015
|
],
|
|
4972
5016
|
"search": [
|
|
4973
5017
|
1
|
|
@@ -5039,7 +5083,7 @@ exports.default = {
|
|
|
5039
5083
|
18
|
|
5040
5084
|
],
|
|
5041
5085
|
"items": [
|
|
5042
|
-
|
|
5086
|
+
223
|
|
5043
5087
|
],
|
|
5044
5088
|
"__typename": [
|
|
5045
5089
|
1
|
|
@@ -5050,7 +5094,7 @@ exports.default = {
|
|
|
5050
5094
|
18
|
|
5051
5095
|
],
|
|
5052
5096
|
"items": [
|
|
5053
|
-
|
|
5097
|
+
223
|
|
5054
5098
|
],
|
|
5055
5099
|
"athleteCompetitionId": [
|
|
5056
5100
|
1
|
|
@@ -5099,16 +5143,16 @@ exports.default = {
|
|
|
5099
5143
|
14
|
|
5100
5144
|
],
|
|
5101
5145
|
"budget": [
|
|
5102
|
-
|
|
5146
|
+
225
|
|
5103
5147
|
],
|
|
5104
5148
|
"competitionBudgets": [
|
|
5105
|
-
|
|
5149
|
+
226
|
|
5106
5150
|
],
|
|
5107
5151
|
"competitionIds": [
|
|
5108
5152
|
1
|
|
5109
5153
|
],
|
|
5110
5154
|
"video": [
|
|
5111
|
-
|
|
5155
|
+
227
|
|
5112
5156
|
],
|
|
5113
5157
|
"__typename": [
|
|
5114
5158
|
1
|
|
@@ -5140,16 +5184,16 @@ exports.default = {
|
|
|
5140
5184
|
14
|
|
5141
5185
|
],
|
|
5142
5186
|
"budget": [
|
|
5143
|
-
|
|
5187
|
+
225
|
|
5144
5188
|
],
|
|
5145
5189
|
"competitionBudgets": [
|
|
5146
|
-
|
|
5190
|
+
226
|
|
5147
5191
|
],
|
|
5148
5192
|
"competitionIds": [
|
|
5149
5193
|
1
|
|
5150
5194
|
],
|
|
5151
5195
|
"video": [
|
|
5152
|
-
|
|
5196
|
+
227
|
|
5153
5197
|
],
|
|
5154
5198
|
"loginEmail": [
|
|
5155
5199
|
1
|
|
@@ -5184,16 +5228,16 @@ exports.default = {
|
|
|
5184
5228
|
14
|
|
5185
5229
|
],
|
|
5186
5230
|
"budget": [
|
|
5187
|
-
|
|
5231
|
+
225
|
|
5188
5232
|
],
|
|
5189
5233
|
"competitionBudgets": [
|
|
5190
|
-
|
|
5234
|
+
226
|
|
5191
5235
|
],
|
|
5192
5236
|
"competitionIds": [
|
|
5193
5237
|
1
|
|
5194
5238
|
],
|
|
5195
5239
|
"video": [
|
|
5196
|
-
|
|
5240
|
+
227
|
|
5197
5241
|
],
|
|
5198
5242
|
"_id": [
|
|
5199
5243
|
1
|
|
@@ -5215,7 +5259,7 @@ exports.default = {
|
|
|
5215
5259
|
},
|
|
5216
5260
|
"BudgetDto": {
|
|
5217
5261
|
"items": [
|
|
5218
|
-
|
|
5262
|
+
223
|
|
5219
5263
|
],
|
|
5220
5264
|
"fundingMode": [
|
|
5221
5265
|
1
|
|
@@ -5229,7 +5273,7 @@ exports.default = {
|
|
|
5229
5273
|
1
|
|
5230
5274
|
],
|
|
5231
5275
|
"budget": [
|
|
5232
|
-
|
|
5276
|
+
232
|
|
5233
5277
|
],
|
|
5234
5278
|
"__typename": [
|
|
5235
5279
|
1
|
|
@@ -5240,7 +5284,7 @@ exports.default = {
|
|
|
5240
5284
|
1
|
|
5241
5285
|
],
|
|
5242
5286
|
"budget": [
|
|
5243
|
-
|
|
5287
|
+
232
|
|
5244
5288
|
],
|
|
5245
5289
|
"__typename": [
|
|
5246
5290
|
1
|
|
@@ -5260,7 +5304,7 @@ exports.default = {
|
|
|
5260
5304
|
18
|
|
5261
5305
|
],
|
|
5262
5306
|
"budget": [
|
|
5263
|
-
|
|
5307
|
+
232
|
|
5264
5308
|
],
|
|
5265
5309
|
"__typename": [
|
|
5266
5310
|
1
|
|
@@ -5280,7 +5324,7 @@ exports.default = {
|
|
|
5280
5324
|
1
|
|
5281
5325
|
],
|
|
5282
5326
|
"logo": [
|
|
5283
|
-
|
|
5327
|
+
193
|
|
5284
5328
|
],
|
|
5285
5329
|
"countryId": [
|
|
5286
5330
|
1
|
|
@@ -5368,7 +5412,7 @@ exports.default = {
|
|
|
5368
5412
|
1
|
|
5369
5413
|
],
|
|
5370
5414
|
"profilePicture": [
|
|
5371
|
-
|
|
5415
|
+
193
|
|
5372
5416
|
],
|
|
5373
5417
|
"__typename": [
|
|
5374
5418
|
1
|
|
@@ -5376,10 +5420,10 @@ exports.default = {
|
|
|
5376
5420
|
},
|
|
5377
5421
|
"TransactionQueryDto": {
|
|
5378
5422
|
"page": [
|
|
5379
|
-
|
|
5423
|
+
155
|
|
5380
5424
|
],
|
|
5381
5425
|
"limit": [
|
|
5382
|
-
|
|
5426
|
+
155
|
|
5383
5427
|
],
|
|
5384
5428
|
"search": [
|
|
5385
5429
|
1
|
|
@@ -5420,7 +5464,7 @@ exports.default = {
|
|
|
5420
5464
|
18
|
|
5421
5465
|
],
|
|
5422
5466
|
"sortCriteria": [
|
|
5423
|
-
|
|
5467
|
+
185
|
|
5424
5468
|
],
|
|
5425
5469
|
"__typename": [
|
|
5426
5470
|
1
|
|
@@ -5497,7 +5541,7 @@ exports.default = {
|
|
|
5497
5541
|
32,
|
|
5498
5542
|
{
|
|
5499
5543
|
"input": [
|
|
5500
|
-
|
|
5544
|
+
246,
|
|
5501
5545
|
"AWSS3GetUploadDto!"
|
|
5502
5546
|
]
|
|
5503
5547
|
}
|
|
@@ -5559,16 +5603,16 @@ exports.default = {
|
|
|
5559
5603
|
104,
|
|
5560
5604
|
{
|
|
5561
5605
|
"input": [
|
|
5562
|
-
|
|
5606
|
+
247,
|
|
5563
5607
|
"FindSponsorAthleteInvitationDto!"
|
|
5564
5608
|
]
|
|
5565
5609
|
}
|
|
5566
5610
|
],
|
|
5567
5611
|
"verifyAthleteCompetitionLinkedForDelete": [
|
|
5568
|
-
|
|
5612
|
+
150,
|
|
5569
5613
|
{
|
|
5570
5614
|
"input": [
|
|
5571
|
-
|
|
5615
|
+
196,
|
|
5572
5616
|
"existValueDto!"
|
|
5573
5617
|
]
|
|
5574
5618
|
}
|
|
@@ -5577,10 +5621,10 @@ exports.default = {
|
|
|
5577
5621
|
100
|
|
5578
5622
|
],
|
|
5579
5623
|
"queryAthleteFundingCampaigns": [
|
|
5580
|
-
|
|
5624
|
+
145,
|
|
5581
5625
|
{
|
|
5582
5626
|
"input": [
|
|
5583
|
-
|
|
5627
|
+
191,
|
|
5584
5628
|
"AthleteQueryDto!"
|
|
5585
5629
|
]
|
|
5586
5630
|
}
|
|
@@ -5628,7 +5672,7 @@ exports.default = {
|
|
|
5628
5672
|
81,
|
|
5629
5673
|
{
|
|
5630
5674
|
"input": [
|
|
5631
|
-
|
|
5675
|
+
248,
|
|
5632
5676
|
"GetAthleteCompetitionsDto!"
|
|
5633
5677
|
]
|
|
5634
5678
|
}
|
|
@@ -5673,10 +5717,10 @@ exports.default = {
|
|
|
5673
5717
|
}
|
|
5674
5718
|
],
|
|
5675
5719
|
"queryAthleteWithFilter": [
|
|
5676
|
-
|
|
5720
|
+
145,
|
|
5677
5721
|
{
|
|
5678
5722
|
"input": [
|
|
5679
|
-
|
|
5723
|
+
191,
|
|
5680
5724
|
"AthleteQueryDto!"
|
|
5681
5725
|
]
|
|
5682
5726
|
}
|
|
@@ -5691,19 +5735,19 @@ exports.default = {
|
|
|
5691
5735
|
}
|
|
5692
5736
|
],
|
|
5693
5737
|
"screenNameAvailability": [
|
|
5694
|
-
|
|
5738
|
+
148,
|
|
5695
5739
|
{
|
|
5696
5740
|
"input": [
|
|
5697
|
-
|
|
5741
|
+
196,
|
|
5698
5742
|
"existValueDto!"
|
|
5699
5743
|
]
|
|
5700
5744
|
}
|
|
5701
5745
|
],
|
|
5702
5746
|
"getAthleteHistoricalScoresPeriod": [
|
|
5703
|
-
|
|
5747
|
+
151,
|
|
5704
5748
|
{
|
|
5705
5749
|
"input": [
|
|
5706
|
-
|
|
5750
|
+
198,
|
|
5707
5751
|
"GetHistoricalScoresDto!"
|
|
5708
5752
|
]
|
|
5709
5753
|
}
|
|
@@ -5712,16 +5756,16 @@ exports.default = {
|
|
|
5712
5756
|
98,
|
|
5713
5757
|
{
|
|
5714
5758
|
"input": [
|
|
5715
|
-
|
|
5759
|
+
198,
|
|
5716
5760
|
"GetHistoricalScoresDto!"
|
|
5717
5761
|
]
|
|
5718
5762
|
}
|
|
5719
5763
|
],
|
|
5720
5764
|
"getMyHistoricalScoresPeriod": [
|
|
5721
|
-
|
|
5765
|
+
151,
|
|
5722
5766
|
{
|
|
5723
5767
|
"input": [
|
|
5724
|
-
|
|
5768
|
+
197,
|
|
5725
5769
|
"GetMyHistoricalScoresDto!"
|
|
5726
5770
|
]
|
|
5727
5771
|
}
|
|
@@ -5730,7 +5774,7 @@ exports.default = {
|
|
|
5730
5774
|
98,
|
|
5731
5775
|
{
|
|
5732
5776
|
"input": [
|
|
5733
|
-
|
|
5777
|
+
197,
|
|
5734
5778
|
"GetMyHistoricalScoresDto!"
|
|
5735
5779
|
]
|
|
5736
5780
|
}
|
|
@@ -5739,7 +5783,7 @@ exports.default = {
|
|
|
5739
5783
|
89,
|
|
5740
5784
|
{
|
|
5741
5785
|
"input": [
|
|
5742
|
-
|
|
5786
|
+
199,
|
|
5743
5787
|
"GetAthleteCampaignsDto!"
|
|
5744
5788
|
]
|
|
5745
5789
|
}
|
|
@@ -5748,10 +5792,10 @@ exports.default = {
|
|
|
5748
5792
|
67
|
|
5749
5793
|
],
|
|
5750
5794
|
"getSportsPaginated": [
|
|
5751
|
-
|
|
5795
|
+
156,
|
|
5752
5796
|
{
|
|
5753
5797
|
"query": [
|
|
5754
|
-
|
|
5798
|
+
201
|
|
5755
5799
|
]
|
|
5756
5800
|
}
|
|
5757
5801
|
],
|
|
@@ -5819,7 +5863,7 @@ exports.default = {
|
|
|
5819
5863
|
0,
|
|
5820
5864
|
{
|
|
5821
5865
|
"input": [
|
|
5822
|
-
|
|
5866
|
+
249,
|
|
5823
5867
|
"FindVtxUserDto!"
|
|
5824
5868
|
]
|
|
5825
5869
|
}
|
|
@@ -5838,7 +5882,7 @@ exports.default = {
|
|
|
5838
5882
|
}
|
|
5839
5883
|
],
|
|
5840
5884
|
"getUserImagesFromEmail": [
|
|
5841
|
-
|
|
5885
|
+
157,
|
|
5842
5886
|
{
|
|
5843
5887
|
"loginEmail": [
|
|
5844
5888
|
1,
|
|
@@ -5859,7 +5903,7 @@ exports.default = {
|
|
|
5859
5903
|
36,
|
|
5860
5904
|
{
|
|
5861
5905
|
"input": [
|
|
5862
|
-
|
|
5906
|
+
177,
|
|
5863
5907
|
"VerifyCodeDto!"
|
|
5864
5908
|
]
|
|
5865
5909
|
}
|
|
@@ -5877,10 +5921,10 @@ exports.default = {
|
|
|
5877
5921
|
135
|
|
5878
5922
|
],
|
|
5879
5923
|
"getUsersPaginated": [
|
|
5880
|
-
|
|
5924
|
+
160,
|
|
5881
5925
|
{
|
|
5882
5926
|
"query": [
|
|
5883
|
-
|
|
5927
|
+
215
|
|
5884
5928
|
]
|
|
5885
5929
|
}
|
|
5886
5930
|
],
|
|
@@ -5891,16 +5935,16 @@ exports.default = {
|
|
|
5891
5935
|
75,
|
|
5892
5936
|
{
|
|
5893
5937
|
"input": [
|
|
5894
|
-
|
|
5938
|
+
250,
|
|
5895
5939
|
"GetSportEventsDto!"
|
|
5896
5940
|
]
|
|
5897
5941
|
}
|
|
5898
5942
|
],
|
|
5899
5943
|
"getSportsEventsPaginated": [
|
|
5900
|
-
|
|
5944
|
+
162,
|
|
5901
5945
|
{
|
|
5902
5946
|
"query": [
|
|
5903
|
-
|
|
5947
|
+
222
|
|
5904
5948
|
]
|
|
5905
5949
|
}
|
|
5906
5950
|
],
|
|
@@ -5941,22 +5985,22 @@ exports.default = {
|
|
|
5941
5985
|
116
|
|
5942
5986
|
],
|
|
5943
5987
|
"stripeQuery": [
|
|
5944
|
-
|
|
5988
|
+
152,
|
|
5945
5989
|
{
|
|
5946
5990
|
"input": [
|
|
5947
|
-
|
|
5991
|
+
218,
|
|
5948
5992
|
"StripeQueryDto!"
|
|
5949
5993
|
]
|
|
5950
5994
|
}
|
|
5951
5995
|
],
|
|
5952
5996
|
"getStripeBalance": [
|
|
5953
|
-
|
|
5997
|
+
164
|
|
5954
5998
|
],
|
|
5955
5999
|
"getDatabaseTextFile": [
|
|
5956
6000
|
35,
|
|
5957
6001
|
{
|
|
5958
6002
|
"input": [
|
|
5959
|
-
|
|
6003
|
+
175,
|
|
5960
6004
|
"GetDatabaseFileDto!"
|
|
5961
6005
|
]
|
|
5962
6006
|
}
|
|
@@ -5965,7 +6009,7 @@ exports.default = {
|
|
|
5965
6009
|
117,
|
|
5966
6010
|
{
|
|
5967
6011
|
"input": [
|
|
5968
|
-
|
|
6012
|
+
217,
|
|
5969
6013
|
"GetReceiptDto!"
|
|
5970
6014
|
]
|
|
5971
6015
|
}
|
|
@@ -5974,16 +6018,16 @@ exports.default = {
|
|
|
5974
6018
|
118,
|
|
5975
6019
|
{
|
|
5976
6020
|
"input": [
|
|
5977
|
-
|
|
6021
|
+
217,
|
|
5978
6022
|
"GetReceiptDto!"
|
|
5979
6023
|
]
|
|
5980
6024
|
}
|
|
5981
6025
|
],
|
|
5982
6026
|
"getTransactionDetails": [
|
|
5983
|
-
|
|
6027
|
+
161,
|
|
5984
6028
|
{
|
|
5985
6029
|
"input": [
|
|
5986
|
-
|
|
6030
|
+
219,
|
|
5987
6031
|
"GetTransactionDetailsDto!"
|
|
5988
6032
|
]
|
|
5989
6033
|
}
|
|
@@ -6013,10 +6057,10 @@ exports.default = {
|
|
|
6013
6057
|
137
|
|
6014
6058
|
],
|
|
6015
6059
|
"getTransactionsPaginated": [
|
|
6016
|
-
|
|
6060
|
+
168,
|
|
6017
6061
|
{
|
|
6018
6062
|
"query": [
|
|
6019
|
-
|
|
6063
|
+
242
|
|
6020
6064
|
]
|
|
6021
6065
|
}
|
|
6022
6066
|
],
|
|
@@ -6081,7 +6125,7 @@ exports.default = {
|
|
|
6081
6125
|
5,
|
|
6082
6126
|
{
|
|
6083
6127
|
"tenant": [
|
|
6084
|
-
|
|
6128
|
+
252,
|
|
6085
6129
|
"CreateTenantInput!"
|
|
6086
6130
|
]
|
|
6087
6131
|
}
|
|
@@ -6090,7 +6134,7 @@ exports.default = {
|
|
|
6090
6134
|
11,
|
|
6091
6135
|
{
|
|
6092
6136
|
"tenant": [
|
|
6093
|
-
|
|
6137
|
+
252,
|
|
6094
6138
|
"CreateTenantInput!"
|
|
6095
6139
|
]
|
|
6096
6140
|
}
|
|
@@ -6099,7 +6143,7 @@ exports.default = {
|
|
|
6099
6143
|
3,
|
|
6100
6144
|
{
|
|
6101
6145
|
"user": [
|
|
6102
|
-
|
|
6146
|
+
253,
|
|
6103
6147
|
"CreateActiveUserInput!"
|
|
6104
6148
|
]
|
|
6105
6149
|
}
|
|
@@ -6134,7 +6178,7 @@ exports.default = {
|
|
|
6134
6178
|
0,
|
|
6135
6179
|
{
|
|
6136
6180
|
"input": [
|
|
6137
|
-
|
|
6181
|
+
254,
|
|
6138
6182
|
"RegisterUserToDomainFromEmailInput!"
|
|
6139
6183
|
]
|
|
6140
6184
|
}
|
|
@@ -6143,7 +6187,7 @@ exports.default = {
|
|
|
6143
6187
|
8,
|
|
6144
6188
|
{
|
|
6145
6189
|
"dto": [
|
|
6146
|
-
|
|
6190
|
+
255,
|
|
6147
6191
|
"RefreshTokenInput!"
|
|
6148
6192
|
]
|
|
6149
6193
|
}
|
|
@@ -6152,7 +6196,7 @@ exports.default = {
|
|
|
6152
6196
|
33,
|
|
6153
6197
|
{
|
|
6154
6198
|
"input": [
|
|
6155
|
-
|
|
6199
|
+
256,
|
|
6156
6200
|
"AWSS3DeleteUseTypeFileDto!"
|
|
6157
6201
|
]
|
|
6158
6202
|
}
|
|
@@ -6161,7 +6205,7 @@ exports.default = {
|
|
|
6161
6205
|
33,
|
|
6162
6206
|
{
|
|
6163
6207
|
"input": [
|
|
6164
|
-
|
|
6208
|
+
257,
|
|
6165
6209
|
"AWSS3DeleteBucketFileDto!"
|
|
6166
6210
|
]
|
|
6167
6211
|
}
|
|
@@ -6170,7 +6214,7 @@ exports.default = {
|
|
|
6170
6214
|
33,
|
|
6171
6215
|
{
|
|
6172
6216
|
"input": [
|
|
6173
|
-
|
|
6217
|
+
258,
|
|
6174
6218
|
"AWSS3DeleteUseTypeKeyDto!"
|
|
6175
6219
|
]
|
|
6176
6220
|
}
|
|
@@ -6179,7 +6223,7 @@ exports.default = {
|
|
|
6179
6223
|
27,
|
|
6180
6224
|
{
|
|
6181
6225
|
"input": [
|
|
6182
|
-
|
|
6226
|
+
193,
|
|
6183
6227
|
"AWSS3UploadedFileDto!"
|
|
6184
6228
|
]
|
|
6185
6229
|
}
|
|
@@ -6188,7 +6232,7 @@ exports.default = {
|
|
|
6188
6232
|
56,
|
|
6189
6233
|
{
|
|
6190
6234
|
"input": [
|
|
6191
|
-
|
|
6235
|
+
259,
|
|
6192
6236
|
"CreateIndustryDto!"
|
|
6193
6237
|
]
|
|
6194
6238
|
}
|
|
@@ -6197,7 +6241,7 @@ exports.default = {
|
|
|
6197
6241
|
39,
|
|
6198
6242
|
{
|
|
6199
6243
|
"input": [
|
|
6200
|
-
|
|
6244
|
+
260,
|
|
6201
6245
|
"CreateBrandDto!"
|
|
6202
6246
|
]
|
|
6203
6247
|
}
|
|
@@ -6206,7 +6250,7 @@ exports.default = {
|
|
|
6206
6250
|
59,
|
|
6207
6251
|
{
|
|
6208
6252
|
"input": [
|
|
6209
|
-
|
|
6253
|
+
262,
|
|
6210
6254
|
"RegisterSponsorInput!"
|
|
6211
6255
|
]
|
|
6212
6256
|
}
|
|
@@ -6215,7 +6259,7 @@ exports.default = {
|
|
|
6215
6259
|
59,
|
|
6216
6260
|
{
|
|
6217
6261
|
"input": [
|
|
6218
|
-
|
|
6262
|
+
263,
|
|
6219
6263
|
"CreateSponsorDto!"
|
|
6220
6264
|
]
|
|
6221
6265
|
}
|
|
@@ -6224,7 +6268,7 @@ exports.default = {
|
|
|
6224
6268
|
104,
|
|
6225
6269
|
{
|
|
6226
6270
|
"input": [
|
|
6227
|
-
|
|
6271
|
+
180,
|
|
6228
6272
|
"InviteAthletesDto!"
|
|
6229
6273
|
]
|
|
6230
6274
|
}
|
|
@@ -6233,7 +6277,7 @@ exports.default = {
|
|
|
6233
6277
|
139,
|
|
6234
6278
|
{
|
|
6235
6279
|
"input": [
|
|
6236
|
-
|
|
6280
|
+
188,
|
|
6237
6281
|
"DeleteSingleValueDto!"
|
|
6238
6282
|
]
|
|
6239
6283
|
}
|
|
@@ -6242,7 +6286,7 @@ exports.default = {
|
|
|
6242
6286
|
100,
|
|
6243
6287
|
{
|
|
6244
6288
|
"input": [
|
|
6245
|
-
|
|
6289
|
+
264,
|
|
6246
6290
|
"RegisterAthleteDto!"
|
|
6247
6291
|
]
|
|
6248
6292
|
}
|
|
@@ -6251,25 +6295,25 @@ exports.default = {
|
|
|
6251
6295
|
138,
|
|
6252
6296
|
{
|
|
6253
6297
|
"input": [
|
|
6254
|
-
|
|
6298
|
+
265,
|
|
6255
6299
|
"EditValueDto!"
|
|
6256
6300
|
]
|
|
6257
6301
|
}
|
|
6258
6302
|
],
|
|
6259
6303
|
"editPicture": [
|
|
6260
|
-
|
|
6304
|
+
146,
|
|
6261
6305
|
{
|
|
6262
6306
|
"input": [
|
|
6263
|
-
|
|
6307
|
+
192,
|
|
6264
6308
|
"EditPictureDto!"
|
|
6265
6309
|
]
|
|
6266
6310
|
}
|
|
6267
6311
|
],
|
|
6268
6312
|
"AddAlbumPictures": [
|
|
6269
|
-
|
|
6313
|
+
147,
|
|
6270
6314
|
{
|
|
6271
6315
|
"input": [
|
|
6272
|
-
|
|
6316
|
+
194,
|
|
6273
6317
|
"UploadAlbumsPicturesDto!"
|
|
6274
6318
|
]
|
|
6275
6319
|
}
|
|
@@ -6278,7 +6322,7 @@ exports.default = {
|
|
|
6278
6322
|
81,
|
|
6279
6323
|
{
|
|
6280
6324
|
"input": [
|
|
6281
|
-
|
|
6325
|
+
183,
|
|
6282
6326
|
"CreateAthleteCompetitionDto!"
|
|
6283
6327
|
]
|
|
6284
6328
|
}
|
|
@@ -6287,7 +6331,7 @@ exports.default = {
|
|
|
6287
6331
|
139,
|
|
6288
6332
|
{
|
|
6289
6333
|
"input": [
|
|
6290
|
-
|
|
6334
|
+
188,
|
|
6291
6335
|
"DeleteSingleValueDto!"
|
|
6292
6336
|
]
|
|
6293
6337
|
}
|
|
@@ -6296,7 +6340,7 @@ exports.default = {
|
|
|
6296
6340
|
80,
|
|
6297
6341
|
{
|
|
6298
6342
|
"input": [
|
|
6299
|
-
|
|
6343
|
+
194,
|
|
6300
6344
|
"UploadAlbumsPicturesDto!"
|
|
6301
6345
|
]
|
|
6302
6346
|
}
|
|
@@ -6305,7 +6349,7 @@ exports.default = {
|
|
|
6305
6349
|
80,
|
|
6306
6350
|
{
|
|
6307
6351
|
"input": [
|
|
6308
|
-
|
|
6352
|
+
266,
|
|
6309
6353
|
"EditDisplayIndexDto!"
|
|
6310
6354
|
]
|
|
6311
6355
|
}
|
|
@@ -6314,7 +6358,7 @@ exports.default = {
|
|
|
6314
6358
|
80,
|
|
6315
6359
|
{
|
|
6316
6360
|
"input": [
|
|
6317
|
-
|
|
6361
|
+
194,
|
|
6318
6362
|
"UploadAlbumsPicturesDto!"
|
|
6319
6363
|
]
|
|
6320
6364
|
}
|
|
@@ -6323,7 +6367,7 @@ exports.default = {
|
|
|
6323
6367
|
139,
|
|
6324
6368
|
{
|
|
6325
6369
|
"input": [
|
|
6326
|
-
|
|
6370
|
+
188,
|
|
6327
6371
|
"DeleteSingleValueDto!"
|
|
6328
6372
|
]
|
|
6329
6373
|
}
|
|
@@ -6332,7 +6376,7 @@ exports.default = {
|
|
|
6332
6376
|
120,
|
|
6333
6377
|
{
|
|
6334
6378
|
"input": [
|
|
6335
|
-
|
|
6379
|
+
195,
|
|
6336
6380
|
"DeleteValuesDto!"
|
|
6337
6381
|
]
|
|
6338
6382
|
}
|
|
@@ -6341,7 +6385,7 @@ exports.default = {
|
|
|
6341
6385
|
76,
|
|
6342
6386
|
{
|
|
6343
6387
|
"input": [
|
|
6344
|
-
|
|
6388
|
+
182,
|
|
6345
6389
|
"SetCompetitionResultDto!"
|
|
6346
6390
|
]
|
|
6347
6391
|
}
|
|
@@ -6352,11 +6396,20 @@ exports.default = {
|
|
|
6352
6396
|
"updateAthleteCompetitionScores": [
|
|
6353
6397
|
100
|
|
6354
6398
|
],
|
|
6399
|
+
"forceRefreshAthleteScores": [
|
|
6400
|
+
142,
|
|
6401
|
+
{
|
|
6402
|
+
"input": [
|
|
6403
|
+
200,
|
|
6404
|
+
"ForceScoreRefreshDto!"
|
|
6405
|
+
]
|
|
6406
|
+
}
|
|
6407
|
+
],
|
|
6355
6408
|
"setCurrentCampaign": [
|
|
6356
6409
|
89,
|
|
6357
6410
|
{
|
|
6358
6411
|
"input": [
|
|
6359
|
-
|
|
6412
|
+
268,
|
|
6360
6413
|
"SetCurrentCampaignDto!"
|
|
6361
6414
|
]
|
|
6362
6415
|
}
|
|
@@ -6365,7 +6418,7 @@ exports.default = {
|
|
|
6365
6418
|
67,
|
|
6366
6419
|
{
|
|
6367
6420
|
"input": [
|
|
6368
|
-
|
|
6421
|
+
269,
|
|
6369
6422
|
"CreateSportDto!"
|
|
6370
6423
|
]
|
|
6371
6424
|
}
|
|
@@ -6374,7 +6427,7 @@ exports.default = {
|
|
|
6374
6427
|
67,
|
|
6375
6428
|
{
|
|
6376
6429
|
"input": [
|
|
6377
|
-
|
|
6430
|
+
270,
|
|
6378
6431
|
"UpdateSportDto!"
|
|
6379
6432
|
]
|
|
6380
6433
|
}
|
|
@@ -6383,7 +6436,7 @@ exports.default = {
|
|
|
6383
6436
|
70,
|
|
6384
6437
|
{
|
|
6385
6438
|
"input": [
|
|
6386
|
-
|
|
6439
|
+
271,
|
|
6387
6440
|
"CreateSportLevelDto!"
|
|
6388
6441
|
]
|
|
6389
6442
|
}
|
|
@@ -6392,7 +6445,7 @@ exports.default = {
|
|
|
6392
6445
|
65,
|
|
6393
6446
|
{
|
|
6394
6447
|
"input": [
|
|
6395
|
-
|
|
6448
|
+
273,
|
|
6396
6449
|
"CreateSponsorshipDto!"
|
|
6397
6450
|
]
|
|
6398
6451
|
}
|
|
@@ -6401,7 +6454,7 @@ exports.default = {
|
|
|
6401
6454
|
45,
|
|
6402
6455
|
{
|
|
6403
6456
|
"input": [
|
|
6404
|
-
|
|
6457
|
+
280,
|
|
6405
6458
|
"CreateCountryDto!"
|
|
6406
6459
|
]
|
|
6407
6460
|
}
|
|
@@ -6410,7 +6463,7 @@ exports.default = {
|
|
|
6410
6463
|
44,
|
|
6411
6464
|
{
|
|
6412
6465
|
"input": [
|
|
6413
|
-
|
|
6466
|
+
281,
|
|
6414
6467
|
"CreateStateDto!"
|
|
6415
6468
|
]
|
|
6416
6469
|
}
|
|
@@ -6419,7 +6472,7 @@ exports.default = {
|
|
|
6419
6472
|
43,
|
|
6420
6473
|
{
|
|
6421
6474
|
"input": [
|
|
6422
|
-
|
|
6475
|
+
282,
|
|
6423
6476
|
"CreateCityDto!"
|
|
6424
6477
|
]
|
|
6425
6478
|
}
|
|
@@ -6428,7 +6481,7 @@ exports.default = {
|
|
|
6428
6481
|
29,
|
|
6429
6482
|
{
|
|
6430
6483
|
"input": [
|
|
6431
|
-
|
|
6484
|
+
211,
|
|
6432
6485
|
"RegisterUserDto!"
|
|
6433
6486
|
]
|
|
6434
6487
|
}
|
|
@@ -6437,7 +6490,7 @@ exports.default = {
|
|
|
6437
6490
|
3,
|
|
6438
6491
|
{
|
|
6439
6492
|
"input": [
|
|
6440
|
-
|
|
6493
|
+
177,
|
|
6441
6494
|
"VerifyCodeDto!"
|
|
6442
6495
|
]
|
|
6443
6496
|
}
|
|
@@ -6446,7 +6499,7 @@ exports.default = {
|
|
|
6446
6499
|
0,
|
|
6447
6500
|
{
|
|
6448
6501
|
"input": [
|
|
6449
|
-
|
|
6502
|
+
177,
|
|
6450
6503
|
"VerifyCodeDto!"
|
|
6451
6504
|
]
|
|
6452
6505
|
}
|
|
@@ -6455,7 +6508,7 @@ exports.default = {
|
|
|
6455
6508
|
0,
|
|
6456
6509
|
{
|
|
6457
6510
|
"input": [
|
|
6458
|
-
|
|
6511
|
+
211,
|
|
6459
6512
|
"RegisterUserDto!"
|
|
6460
6513
|
]
|
|
6461
6514
|
}
|
|
@@ -6464,7 +6517,7 @@ exports.default = {
|
|
|
6464
6517
|
0,
|
|
6465
6518
|
{
|
|
6466
6519
|
"input": [
|
|
6467
|
-
|
|
6520
|
+
211,
|
|
6468
6521
|
"RegisterUserDto!"
|
|
6469
6522
|
]
|
|
6470
6523
|
}
|
|
@@ -6473,7 +6526,7 @@ exports.default = {
|
|
|
6473
6526
|
0,
|
|
6474
6527
|
{
|
|
6475
6528
|
"input": [
|
|
6476
|
-
|
|
6529
|
+
211,
|
|
6477
6530
|
"RegisterUserDto!"
|
|
6478
6531
|
]
|
|
6479
6532
|
}
|
|
@@ -6504,13 +6557,13 @@ exports.default = {
|
|
|
6504
6557
|
138,
|
|
6505
6558
|
{
|
|
6506
6559
|
"input": [
|
|
6507
|
-
|
|
6560
|
+
213,
|
|
6508
6561
|
"resetPasswordDto!"
|
|
6509
6562
|
]
|
|
6510
6563
|
}
|
|
6511
6564
|
],
|
|
6512
6565
|
"validateToken": [
|
|
6513
|
-
|
|
6566
|
+
158,
|
|
6514
6567
|
{
|
|
6515
6568
|
"input": [
|
|
6516
6569
|
1,
|
|
@@ -6522,19 +6575,19 @@ exports.default = {
|
|
|
6522
6575
|
138,
|
|
6523
6576
|
{
|
|
6524
6577
|
"input": [
|
|
6525
|
-
|
|
6578
|
+
214,
|
|
6526
6579
|
"UpdateUserSuspendedStatusDto!"
|
|
6527
6580
|
]
|
|
6528
6581
|
}
|
|
6529
6582
|
],
|
|
6530
6583
|
"deleteMyAccount": [
|
|
6531
|
-
|
|
6584
|
+
159
|
|
6532
6585
|
],
|
|
6533
6586
|
"deleteVtxUser": [
|
|
6534
|
-
|
|
6587
|
+
159,
|
|
6535
6588
|
{
|
|
6536
6589
|
"input": [
|
|
6537
|
-
|
|
6590
|
+
216,
|
|
6538
6591
|
"DeleteVtxUserDto!"
|
|
6539
6592
|
]
|
|
6540
6593
|
}
|
|
@@ -6543,7 +6596,7 @@ exports.default = {
|
|
|
6543
6596
|
105,
|
|
6544
6597
|
{
|
|
6545
6598
|
"data": [
|
|
6546
|
-
|
|
6599
|
+
283,
|
|
6547
6600
|
"RegisterStravaDto!"
|
|
6548
6601
|
]
|
|
6549
6602
|
}
|
|
@@ -6561,7 +6614,7 @@ exports.default = {
|
|
|
6561
6614
|
75,
|
|
6562
6615
|
{
|
|
6563
6616
|
"input": [
|
|
6564
|
-
|
|
6617
|
+
284,
|
|
6565
6618
|
"CreateSportEventDto!"
|
|
6566
6619
|
]
|
|
6567
6620
|
}
|
|
@@ -6570,7 +6623,7 @@ exports.default = {
|
|
|
6570
6623
|
75,
|
|
6571
6624
|
{
|
|
6572
6625
|
"input": [
|
|
6573
|
-
|
|
6626
|
+
220,
|
|
6574
6627
|
"UpdateSportEventDto!"
|
|
6575
6628
|
]
|
|
6576
6629
|
}
|
|
@@ -6588,7 +6641,7 @@ exports.default = {
|
|
|
6588
6641
|
130,
|
|
6589
6642
|
{
|
|
6590
6643
|
"input": [
|
|
6591
|
-
|
|
6644
|
+
221,
|
|
6592
6645
|
"MergeSportsEventsDto!"
|
|
6593
6646
|
]
|
|
6594
6647
|
}
|
|
@@ -6597,7 +6650,7 @@ exports.default = {
|
|
|
6597
6650
|
89,
|
|
6598
6651
|
{
|
|
6599
6652
|
"input": [
|
|
6600
|
-
|
|
6653
|
+
231,
|
|
6601
6654
|
"SetFundingStatusDto!"
|
|
6602
6655
|
]
|
|
6603
6656
|
}
|
|
@@ -6606,7 +6659,7 @@ exports.default = {
|
|
|
6606
6659
|
89,
|
|
6607
6660
|
{
|
|
6608
6661
|
"input": [
|
|
6609
|
-
|
|
6662
|
+
228,
|
|
6610
6663
|
"CreateFundingCampaignDto!"
|
|
6611
6664
|
]
|
|
6612
6665
|
}
|
|
@@ -6615,7 +6668,7 @@ exports.default = {
|
|
|
6615
6668
|
89,
|
|
6616
6669
|
{
|
|
6617
6670
|
"input": [
|
|
6618
|
-
|
|
6671
|
+
230,
|
|
6619
6672
|
"UpdateFundingCampaignDto!"
|
|
6620
6673
|
]
|
|
6621
6674
|
}
|
|
@@ -6624,7 +6677,7 @@ exports.default = {
|
|
|
6624
6677
|
139,
|
|
6625
6678
|
{
|
|
6626
6679
|
"input": [
|
|
6627
|
-
|
|
6680
|
+
188,
|
|
6628
6681
|
"DeleteSingleValueDto!"
|
|
6629
6682
|
]
|
|
6630
6683
|
}
|
|
@@ -6633,7 +6686,7 @@ exports.default = {
|
|
|
6633
6686
|
120,
|
|
6634
6687
|
{
|
|
6635
6688
|
"input": [
|
|
6636
|
-
|
|
6689
|
+
195,
|
|
6637
6690
|
"DeleteValuesDto!"
|
|
6638
6691
|
]
|
|
6639
6692
|
}
|
|
@@ -6651,7 +6704,7 @@ exports.default = {
|
|
|
6651
6704
|
2,
|
|
6652
6705
|
{
|
|
6653
6706
|
"input": [
|
|
6654
|
-
|
|
6707
|
+
233,
|
|
6655
6708
|
"AddCompetitionBudgetDto!"
|
|
6656
6709
|
]
|
|
6657
6710
|
}
|
|
@@ -6660,7 +6713,7 @@ exports.default = {
|
|
|
6660
6713
|
2,
|
|
6661
6714
|
{
|
|
6662
6715
|
"input": [
|
|
6663
|
-
|
|
6716
|
+
234,
|
|
6664
6717
|
"EditCompetitionBudgetDto!"
|
|
6665
6718
|
]
|
|
6666
6719
|
}
|
|
@@ -6669,7 +6722,7 @@ exports.default = {
|
|
|
6669
6722
|
2,
|
|
6670
6723
|
{
|
|
6671
6724
|
"input": [
|
|
6672
|
-
|
|
6725
|
+
235,
|
|
6673
6726
|
"EditCampaignBudgetDto!"
|
|
6674
6727
|
]
|
|
6675
6728
|
}
|
|
@@ -6678,7 +6731,7 @@ exports.default = {
|
|
|
6678
6731
|
2,
|
|
6679
6732
|
{
|
|
6680
6733
|
"input": [
|
|
6681
|
-
|
|
6734
|
+
235,
|
|
6682
6735
|
"EditCampaignBudgetDto!"
|
|
6683
6736
|
]
|
|
6684
6737
|
}
|
|
@@ -6687,7 +6740,7 @@ exports.default = {
|
|
|
6687
6740
|
82,
|
|
6688
6741
|
{
|
|
6689
6742
|
"input": [
|
|
6690
|
-
|
|
6743
|
+
236,
|
|
6691
6744
|
"CreateMembershipOrganizationDto!"
|
|
6692
6745
|
]
|
|
6693
6746
|
}
|
|
@@ -6696,7 +6749,7 @@ exports.default = {
|
|
|
6696
6749
|
84,
|
|
6697
6750
|
{
|
|
6698
6751
|
"input": [
|
|
6699
|
-
|
|
6752
|
+
237,
|
|
6700
6753
|
"CreateAthleteMembershipDto!"
|
|
6701
6754
|
]
|
|
6702
6755
|
}
|
|
@@ -6705,7 +6758,7 @@ exports.default = {
|
|
|
6705
6758
|
139,
|
|
6706
6759
|
{
|
|
6707
6760
|
"input": [
|
|
6708
|
-
|
|
6761
|
+
188,
|
|
6709
6762
|
"DeleteSingleValueDto!"
|
|
6710
6763
|
]
|
|
6711
6764
|
}
|
|
@@ -6723,7 +6776,7 @@ exports.default = {
|
|
|
6723
6776
|
97,
|
|
6724
6777
|
{
|
|
6725
6778
|
"input": [
|
|
6726
|
-
|
|
6779
|
+
285,
|
|
6727
6780
|
"CreateStripeAccountDto!"
|
|
6728
6781
|
]
|
|
6729
6782
|
}
|
|
@@ -6735,7 +6788,7 @@ exports.default = {
|
|
|
6735
6788
|
107,
|
|
6736
6789
|
{
|
|
6737
6790
|
"input": [
|
|
6738
|
-
|
|
6791
|
+
178,
|
|
6739
6792
|
"DonationCheckoutDto!"
|
|
6740
6793
|
]
|
|
6741
6794
|
}
|
|
@@ -6750,7 +6803,7 @@ exports.default = {
|
|
|
6750
6803
|
134,
|
|
6751
6804
|
{
|
|
6752
6805
|
"input": [
|
|
6753
|
-
|
|
6806
|
+
241,
|
|
6754
6807
|
"RegisterMemberDto!"
|
|
6755
6808
|
]
|
|
6756
6809
|
}
|
|
@@ -6876,13 +6929,13 @@ exports.default = {
|
|
|
6876
6929
|
1
|
|
6877
6930
|
],
|
|
6878
6931
|
"logo": [
|
|
6879
|
-
|
|
6932
|
+
193
|
|
6880
6933
|
],
|
|
6881
6934
|
"banner": [
|
|
6882
|
-
|
|
6935
|
+
193
|
|
6883
6936
|
],
|
|
6884
6937
|
"translations": [
|
|
6885
|
-
|
|
6938
|
+
261
|
|
6886
6939
|
],
|
|
6887
6940
|
"__typename": [
|
|
6888
6941
|
1
|
|
@@ -6905,10 +6958,10 @@ exports.default = {
|
|
|
6905
6958
|
1
|
|
6906
6959
|
],
|
|
6907
6960
|
"logo": [
|
|
6908
|
-
|
|
6961
|
+
193
|
|
6909
6962
|
],
|
|
6910
6963
|
"banner": [
|
|
6911
|
-
|
|
6964
|
+
193
|
|
6912
6965
|
],
|
|
6913
6966
|
"__typename": [
|
|
6914
6967
|
1
|
|
@@ -7013,10 +7066,10 @@ exports.default = {
|
|
|
7013
7066
|
1
|
|
7014
7067
|
],
|
|
7015
7068
|
"profilePicture": [
|
|
7016
|
-
|
|
7069
|
+
193
|
|
7017
7070
|
],
|
|
7018
7071
|
"cardPicture": [
|
|
7019
|
-
|
|
7072
|
+
193
|
|
7020
7073
|
],
|
|
7021
7074
|
"__typename": [
|
|
7022
7075
|
1
|
|
@@ -7035,7 +7088,7 @@ exports.default = {
|
|
|
7035
7088
|
},
|
|
7036
7089
|
"EditDisplayIndexDto": {
|
|
7037
7090
|
"updates": [
|
|
7038
|
-
|
|
7091
|
+
267
|
|
7039
7092
|
],
|
|
7040
7093
|
"__typename": [
|
|
7041
7094
|
1
|
|
@@ -7099,7 +7152,7 @@ exports.default = {
|
|
|
7099
7152
|
18
|
|
7100
7153
|
],
|
|
7101
7154
|
"translations": [
|
|
7102
|
-
|
|
7155
|
+
272
|
|
7103
7156
|
],
|
|
7104
7157
|
"__typename": [
|
|
7105
7158
|
1
|
|
@@ -7133,10 +7186,10 @@ exports.default = {
|
|
|
7133
7186
|
18
|
|
7134
7187
|
],
|
|
7135
7188
|
"banner": [
|
|
7136
|
-
|
|
7189
|
+
193
|
|
7137
7190
|
],
|
|
7138
7191
|
"criteria": [
|
|
7139
|
-
|
|
7192
|
+
274
|
|
7140
7193
|
],
|
|
7141
7194
|
"deadline": [
|
|
7142
7195
|
14
|
|
@@ -7145,13 +7198,13 @@ exports.default = {
|
|
|
7145
7198
|
14
|
|
7146
7199
|
],
|
|
7147
7200
|
"duration": [
|
|
7148
|
-
|
|
7201
|
+
276
|
|
7149
7202
|
],
|
|
7150
7203
|
"sponsorshipItems": [
|
|
7151
|
-
|
|
7204
|
+
277
|
|
7152
7205
|
],
|
|
7153
7206
|
"commitments": [
|
|
7154
|
-
|
|
7207
|
+
278
|
|
7155
7208
|
],
|
|
7156
7209
|
"terms": [
|
|
7157
7210
|
1
|
|
@@ -7163,7 +7216,7 @@ exports.default = {
|
|
|
7163
7216
|
2
|
|
7164
7217
|
],
|
|
7165
7218
|
"translations": [
|
|
7166
|
-
|
|
7219
|
+
279
|
|
7167
7220
|
],
|
|
7168
7221
|
"__typename": [
|
|
7169
7222
|
1
|
|
@@ -7177,7 +7230,7 @@ exports.default = {
|
|
|
7177
7230
|
1
|
|
7178
7231
|
],
|
|
7179
7232
|
"qualificationsBag": [
|
|
7180
|
-
|
|
7233
|
+
275
|
|
7181
7234
|
],
|
|
7182
7235
|
"__typename": [
|
|
7183
7236
|
1
|
|
@@ -7185,28 +7238,28 @@ exports.default = {
|
|
|
7185
7238
|
},
|
|
7186
7239
|
"QualificationsBagDto": {
|
|
7187
7240
|
"ageQualifications": [
|
|
7188
|
-
|
|
7241
|
+
203
|
|
7189
7242
|
],
|
|
7190
7243
|
"genderQualifications": [
|
|
7191
|
-
|
|
7244
|
+
204
|
|
7192
7245
|
],
|
|
7193
7246
|
"scoreQualifications": [
|
|
7194
|
-
|
|
7247
|
+
206
|
|
7195
7248
|
],
|
|
7196
7249
|
"locationQualifications": [
|
|
7197
|
-
|
|
7250
|
+
207
|
|
7198
7251
|
],
|
|
7199
7252
|
"nationalityQualifications": [
|
|
7200
|
-
|
|
7253
|
+
205
|
|
7201
7254
|
],
|
|
7202
7255
|
"distanceQualifications": [
|
|
7203
|
-
|
|
7256
|
+
208
|
|
7204
7257
|
],
|
|
7205
7258
|
"sportsQualifications": [
|
|
7206
|
-
|
|
7259
|
+
209
|
|
7207
7260
|
],
|
|
7208
7261
|
"levelQualifications": [
|
|
7209
|
-
|
|
7262
|
+
210
|
|
7210
7263
|
],
|
|
7211
7264
|
"__typename": [
|
|
7212
7265
|
1
|
|
@@ -7283,7 +7336,7 @@ exports.default = {
|
|
|
7283
7336
|
1
|
|
7284
7337
|
],
|
|
7285
7338
|
"banner": [
|
|
7286
|
-
|
|
7339
|
+
193
|
|
7287
7340
|
],
|
|
7288
7341
|
"terms": [
|
|
7289
7342
|
1
|
|
@@ -7401,7 +7454,7 @@ exports.default = {
|
|
|
7401
7454
|
1
|
|
7402
7455
|
],
|
|
7403
7456
|
"banner": [
|
|
7404
|
-
|
|
7457
|
+
193
|
|
7405
7458
|
],
|
|
7406
7459
|
"eventLevel": [
|
|
7407
7460
|
1
|