@vertikalx/vtx-backend-client 2.0.0-dev.22 → 2.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 +4 -1
- package/src/api/vtx-base-api.js +133 -1
- package/src/api/vtx-base-api.js.map +1 -1
- package/src/client/schema.d.ts +42 -0
- package/src/client/schema.js +8 -1
- package/src/client/schema.js.map +1 -1
- package/src/client/types.d.ts +28 -0
- package/src/client/types.js +224 -152
- package/src/client/types.js.map +1 -1
- package/tsconfig.lib.tsbuildinfo +1 -1
package/src/client/types.js
CHANGED
|
@@ -9,9 +9,9 @@ exports.default = {
|
|
|
9
9
|
102,
|
|
10
10
|
127,
|
|
11
11
|
128,
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
12
|
+
142,
|
|
13
|
+
146,
|
|
14
|
+
214
|
|
15
15
|
],
|
|
16
16
|
"types": {
|
|
17
17
|
"User": {
|
|
@@ -160,6 +160,9 @@ exports.default = {
|
|
|
160
160
|
"domains": [
|
|
161
161
|
7
|
|
162
162
|
],
|
|
163
|
+
"clientType": [
|
|
164
|
+
1
|
|
165
|
+
],
|
|
163
166
|
"__typename": [
|
|
164
167
|
1
|
|
165
168
|
]
|
|
@@ -1811,6 +1814,9 @@ exports.default = {
|
|
|
1811
1814
|
"eventLevel": [
|
|
1812
1815
|
1
|
|
1813
1816
|
],
|
|
1817
|
+
"registeredAthletesCount": [
|
|
1818
|
+
18
|
|
1819
|
+
],
|
|
1814
1820
|
"__typename": [
|
|
1815
1821
|
1
|
|
1816
1822
|
]
|
|
@@ -2773,7 +2779,7 @@ exports.default = {
|
|
|
2773
2779
|
89
|
|
2774
2780
|
],
|
|
2775
2781
|
"mode": [
|
|
2776
|
-
|
|
2782
|
+
214
|
|
2777
2783
|
],
|
|
2778
2784
|
"athleteId": [
|
|
2779
2785
|
1
|
|
@@ -3288,6 +3294,17 @@ exports.default = {
|
|
|
3288
3294
|
1
|
|
3289
3295
|
]
|
|
3290
3296
|
},
|
|
3297
|
+
"MergeEventsResponse": {
|
|
3298
|
+
"success": [
|
|
3299
|
+
2
|
|
3300
|
+
],
|
|
3301
|
+
"mergedEvent": [
|
|
3302
|
+
75
|
|
3303
|
+
],
|
|
3304
|
+
"__typename": [
|
|
3305
|
+
1
|
|
3306
|
+
]
|
|
3307
|
+
},
|
|
3291
3308
|
"BudgetItemUnit": {
|
|
3292
3309
|
"_id": [
|
|
3293
3310
|
1
|
|
@@ -3354,7 +3371,7 @@ exports.default = {
|
|
|
3354
3371
|
},
|
|
3355
3372
|
"CursorPaginationResponse": {
|
|
3356
3373
|
"sort": [
|
|
3357
|
-
|
|
3374
|
+
135
|
|
3358
3375
|
],
|
|
3359
3376
|
"initialCursorId": [
|
|
3360
3377
|
1
|
|
@@ -3386,7 +3403,7 @@ exports.default = {
|
|
|
3386
3403
|
100
|
|
3387
3404
|
],
|
|
3388
3405
|
"cursor": [
|
|
3389
|
-
|
|
3406
|
+
136
|
|
3390
3407
|
],
|
|
3391
3408
|
"__typename": [
|
|
3392
3409
|
1
|
|
@@ -3439,7 +3456,7 @@ exports.default = {
|
|
|
3439
3456
|
1
|
|
3440
3457
|
],
|
|
3441
3458
|
"json": [
|
|
3442
|
-
|
|
3459
|
+
142
|
|
3443
3460
|
],
|
|
3444
3461
|
"__typename": [
|
|
3445
3462
|
1
|
|
@@ -3509,7 +3526,7 @@ exports.default = {
|
|
|
3509
3526
|
1
|
|
3510
3527
|
],
|
|
3511
3528
|
"status": [
|
|
3512
|
-
|
|
3529
|
+
146
|
|
3513
3530
|
],
|
|
3514
3531
|
"lastError": [
|
|
3515
3532
|
1
|
|
@@ -3591,7 +3608,7 @@ exports.default = {
|
|
|
3591
3608
|
27
|
|
3592
3609
|
],
|
|
3593
3610
|
"donations": [
|
|
3594
|
-
|
|
3611
|
+
148
|
|
3595
3612
|
],
|
|
3596
3613
|
"__typename": [
|
|
3597
3614
|
1
|
|
@@ -3757,7 +3774,7 @@ exports.default = {
|
|
|
3757
3774
|
1
|
|
3758
3775
|
],
|
|
3759
3776
|
"invitations": [
|
|
3760
|
-
|
|
3777
|
+
159
|
|
3761
3778
|
],
|
|
3762
3779
|
"__typename": [
|
|
3763
3780
|
1
|
|
@@ -3868,7 +3885,7 @@ exports.default = {
|
|
|
3868
3885
|
1
|
|
3869
3886
|
],
|
|
3870
3887
|
"result": [
|
|
3871
|
-
|
|
3888
|
+
161
|
|
3872
3889
|
],
|
|
3873
3890
|
"cityId": [
|
|
3874
3891
|
1
|
|
@@ -3891,7 +3908,7 @@ exports.default = {
|
|
|
3891
3908
|
1
|
|
3892
3909
|
],
|
|
3893
3910
|
"result": [
|
|
3894
|
-
|
|
3911
|
+
161
|
|
3895
3912
|
],
|
|
3896
3913
|
"cityId": [
|
|
3897
3914
|
1
|
|
@@ -3927,13 +3944,13 @@ exports.default = {
|
|
|
3927
3944
|
},
|
|
3928
3945
|
"CursorPaginationDto": {
|
|
3929
3946
|
"sortCriteria": [
|
|
3930
|
-
|
|
3947
|
+
166
|
|
3931
3948
|
],
|
|
3932
3949
|
"limit": [
|
|
3933
3950
|
18
|
|
3934
3951
|
],
|
|
3935
3952
|
"cursorPosition": [
|
|
3936
|
-
|
|
3953
|
+
165
|
|
3937
3954
|
],
|
|
3938
3955
|
"__typename": [
|
|
3939
3956
|
1
|
|
@@ -4008,7 +4025,7 @@ exports.default = {
|
|
|
4008
4025
|
1
|
|
4009
4026
|
],
|
|
4010
4027
|
"currentCampaign": [
|
|
4011
|
-
|
|
4028
|
+
169
|
|
4012
4029
|
],
|
|
4013
4030
|
"sports": [
|
|
4014
4031
|
1
|
|
@@ -4070,10 +4087,10 @@ exports.default = {
|
|
|
4070
4087
|
},
|
|
4071
4088
|
"AthleteQueryDto": {
|
|
4072
4089
|
"cursor": [
|
|
4073
|
-
|
|
4090
|
+
167
|
|
4074
4091
|
],
|
|
4075
4092
|
"filters": [
|
|
4076
|
-
|
|
4093
|
+
170
|
|
4077
4094
|
],
|
|
4078
4095
|
"__typename": [
|
|
4079
4096
|
1
|
|
@@ -4084,7 +4101,7 @@ exports.default = {
|
|
|
4084
4101
|
1
|
|
4085
4102
|
],
|
|
4086
4103
|
"newPicture": [
|
|
4087
|
-
|
|
4104
|
+
173
|
|
4088
4105
|
],
|
|
4089
4106
|
"__typename": [
|
|
4090
4107
|
1
|
|
@@ -4118,7 +4135,7 @@ exports.default = {
|
|
|
4118
4135
|
1
|
|
4119
4136
|
],
|
|
4120
4137
|
"pictures": [
|
|
4121
|
-
|
|
4138
|
+
173
|
|
4122
4139
|
],
|
|
4123
4140
|
"albumId": [
|
|
4124
4141
|
1
|
|
@@ -4342,7 +4359,7 @@ exports.default = {
|
|
|
4342
4359
|
},
|
|
4343
4360
|
"resetPasswordDto": {
|
|
4344
4361
|
"code": [
|
|
4345
|
-
|
|
4362
|
+
158
|
|
4346
4363
|
],
|
|
4347
4364
|
"newPassword": [
|
|
4348
4365
|
1
|
|
@@ -4359,6 +4376,29 @@ exports.default = {
|
|
|
4359
4376
|
1
|
|
4360
4377
|
]
|
|
4361
4378
|
},
|
|
4379
|
+
"MergeSportsEventsDto": {
|
|
4380
|
+
"mergeTo": [
|
|
4381
|
+
1
|
|
4382
|
+
],
|
|
4383
|
+
"mergeName": [
|
|
4384
|
+
1
|
|
4385
|
+
],
|
|
4386
|
+
"mergeStartDate": [
|
|
4387
|
+
14
|
|
4388
|
+
],
|
|
4389
|
+
"mergeEndDate": [
|
|
4390
|
+
14
|
|
4391
|
+
],
|
|
4392
|
+
"mergeWebsite": [
|
|
4393
|
+
1
|
|
4394
|
+
],
|
|
4395
|
+
"mergeIds": [
|
|
4396
|
+
1
|
|
4397
|
+
],
|
|
4398
|
+
"__typename": [
|
|
4399
|
+
1
|
|
4400
|
+
]
|
|
4401
|
+
},
|
|
4362
4402
|
"BudgetItemDto": {
|
|
4363
4403
|
"quantity": [
|
|
4364
4404
|
18
|
|
@@ -4401,7 +4441,7 @@ exports.default = {
|
|
|
4401
4441
|
18
|
|
4402
4442
|
],
|
|
4403
4443
|
"items": [
|
|
4404
|
-
|
|
4444
|
+
193
|
|
4405
4445
|
],
|
|
4406
4446
|
"__typename": [
|
|
4407
4447
|
1
|
|
@@ -4412,7 +4452,7 @@ exports.default = {
|
|
|
4412
4452
|
18
|
|
4413
4453
|
],
|
|
4414
4454
|
"items": [
|
|
4415
|
-
|
|
4455
|
+
193
|
|
4416
4456
|
],
|
|
4417
4457
|
"athleteCompetitionId": [
|
|
4418
4458
|
1
|
|
@@ -4461,16 +4501,16 @@ exports.default = {
|
|
|
4461
4501
|
14
|
|
4462
4502
|
],
|
|
4463
4503
|
"budget": [
|
|
4464
|
-
|
|
4504
|
+
195
|
|
4465
4505
|
],
|
|
4466
4506
|
"competitionBudgets": [
|
|
4467
|
-
|
|
4507
|
+
196
|
|
4468
4508
|
],
|
|
4469
4509
|
"competitionIds": [
|
|
4470
4510
|
1
|
|
4471
4511
|
],
|
|
4472
4512
|
"video": [
|
|
4473
|
-
|
|
4513
|
+
197
|
|
4474
4514
|
],
|
|
4475
4515
|
"__typename": [
|
|
4476
4516
|
1
|
|
@@ -4502,16 +4542,16 @@ exports.default = {
|
|
|
4502
4542
|
14
|
|
4503
4543
|
],
|
|
4504
4544
|
"budget": [
|
|
4505
|
-
|
|
4545
|
+
195
|
|
4506
4546
|
],
|
|
4507
4547
|
"competitionBudgets": [
|
|
4508
|
-
|
|
4548
|
+
196
|
|
4509
4549
|
],
|
|
4510
4550
|
"competitionIds": [
|
|
4511
4551
|
1
|
|
4512
4552
|
],
|
|
4513
4553
|
"video": [
|
|
4514
|
-
|
|
4554
|
+
197
|
|
4515
4555
|
],
|
|
4516
4556
|
"loginEmail": [
|
|
4517
4557
|
1
|
|
@@ -4546,16 +4586,16 @@ exports.default = {
|
|
|
4546
4586
|
14
|
|
4547
4587
|
],
|
|
4548
4588
|
"budget": [
|
|
4549
|
-
|
|
4589
|
+
195
|
|
4550
4590
|
],
|
|
4551
4591
|
"competitionBudgets": [
|
|
4552
|
-
|
|
4592
|
+
196
|
|
4553
4593
|
],
|
|
4554
4594
|
"competitionIds": [
|
|
4555
4595
|
1
|
|
4556
4596
|
],
|
|
4557
4597
|
"video": [
|
|
4558
|
-
|
|
4598
|
+
197
|
|
4559
4599
|
],
|
|
4560
4600
|
"_id": [
|
|
4561
4601
|
1
|
|
@@ -4577,7 +4617,7 @@ exports.default = {
|
|
|
4577
4617
|
},
|
|
4578
4618
|
"BudgetDto": {
|
|
4579
4619
|
"items": [
|
|
4580
|
-
|
|
4620
|
+
193
|
|
4581
4621
|
],
|
|
4582
4622
|
"fundingMode": [
|
|
4583
4623
|
1
|
|
@@ -4591,7 +4631,7 @@ exports.default = {
|
|
|
4591
4631
|
1
|
|
4592
4632
|
],
|
|
4593
4633
|
"budget": [
|
|
4594
|
-
|
|
4634
|
+
202
|
|
4595
4635
|
],
|
|
4596
4636
|
"__typename": [
|
|
4597
4637
|
1
|
|
@@ -4602,7 +4642,7 @@ exports.default = {
|
|
|
4602
4642
|
1
|
|
4603
4643
|
],
|
|
4604
4644
|
"budget": [
|
|
4605
|
-
|
|
4645
|
+
202
|
|
4606
4646
|
],
|
|
4607
4647
|
"__typename": [
|
|
4608
4648
|
1
|
|
@@ -4622,7 +4662,7 @@ exports.default = {
|
|
|
4622
4662
|
18
|
|
4623
4663
|
],
|
|
4624
4664
|
"budget": [
|
|
4625
|
-
|
|
4665
|
+
202
|
|
4626
4666
|
],
|
|
4627
4667
|
"__typename": [
|
|
4628
4668
|
1
|
|
@@ -4642,7 +4682,7 @@ exports.default = {
|
|
|
4642
4682
|
1
|
|
4643
4683
|
],
|
|
4644
4684
|
"logo": [
|
|
4645
|
-
|
|
4685
|
+
173
|
|
4646
4686
|
],
|
|
4647
4687
|
"countryId": [
|
|
4648
4688
|
1
|
|
@@ -4750,6 +4790,20 @@ exports.default = {
|
|
|
4750
4790
|
1
|
|
4751
4791
|
]
|
|
4752
4792
|
},
|
|
4793
|
+
"SocialState": {
|
|
4794
|
+
"systemId": [
|
|
4795
|
+
1
|
|
4796
|
+
],
|
|
4797
|
+
"loginEmail": [
|
|
4798
|
+
1
|
|
4799
|
+
],
|
|
4800
|
+
"client": [
|
|
4801
|
+
1
|
|
4802
|
+
],
|
|
4803
|
+
"__typename": [
|
|
4804
|
+
1
|
|
4805
|
+
]
|
|
4806
|
+
},
|
|
4753
4807
|
"DonationMode": {},
|
|
4754
4808
|
"Query": {
|
|
4755
4809
|
"findTenantById": [
|
|
@@ -4821,7 +4875,7 @@ exports.default = {
|
|
|
4821
4875
|
32,
|
|
4822
4876
|
{
|
|
4823
4877
|
"input": [
|
|
4824
|
-
|
|
4878
|
+
216,
|
|
4825
4879
|
"AWSS3GetUploadDto!"
|
|
4826
4880
|
]
|
|
4827
4881
|
}
|
|
@@ -4883,7 +4937,7 @@ exports.default = {
|
|
|
4883
4937
|
104,
|
|
4884
4938
|
{
|
|
4885
4939
|
"input": [
|
|
4886
|
-
|
|
4940
|
+
217,
|
|
4887
4941
|
"FindSponsorAthleteInvitationDto!"
|
|
4888
4942
|
]
|
|
4889
4943
|
}
|
|
@@ -4892,10 +4946,10 @@ exports.default = {
|
|
|
4892
4946
|
100
|
|
4893
4947
|
],
|
|
4894
4948
|
"queryAthleteFundingCampaigns": [
|
|
4895
|
-
|
|
4949
|
+
137,
|
|
4896
4950
|
{
|
|
4897
4951
|
"input": [
|
|
4898
|
-
|
|
4952
|
+
171,
|
|
4899
4953
|
"AthleteQueryDto!"
|
|
4900
4954
|
]
|
|
4901
4955
|
}
|
|
@@ -4943,7 +4997,7 @@ exports.default = {
|
|
|
4943
4997
|
81,
|
|
4944
4998
|
{
|
|
4945
4999
|
"input": [
|
|
4946
|
-
|
|
5000
|
+
218,
|
|
4947
5001
|
"GetAthleteCompetitionsDto!"
|
|
4948
5002
|
]
|
|
4949
5003
|
}
|
|
@@ -4988,10 +5042,10 @@ exports.default = {
|
|
|
4988
5042
|
}
|
|
4989
5043
|
],
|
|
4990
5044
|
"queryAthleteWithFilter": [
|
|
4991
|
-
|
|
5045
|
+
137,
|
|
4992
5046
|
{
|
|
4993
5047
|
"input": [
|
|
4994
|
-
|
|
5048
|
+
171,
|
|
4995
5049
|
"AthleteQueryDto!"
|
|
4996
5050
|
]
|
|
4997
5051
|
}
|
|
@@ -5006,10 +5060,10 @@ exports.default = {
|
|
|
5006
5060
|
}
|
|
5007
5061
|
],
|
|
5008
5062
|
"screenNameAvailability": [
|
|
5009
|
-
|
|
5063
|
+
140,
|
|
5010
5064
|
{
|
|
5011
5065
|
"input": [
|
|
5012
|
-
|
|
5066
|
+
176,
|
|
5013
5067
|
"existValueDto!"
|
|
5014
5068
|
]
|
|
5015
5069
|
}
|
|
@@ -5018,7 +5072,7 @@ exports.default = {
|
|
|
5018
5072
|
98,
|
|
5019
5073
|
{
|
|
5020
5074
|
"input": [
|
|
5021
|
-
|
|
5075
|
+
178,
|
|
5022
5076
|
"GetHistoricalScoresDto!"
|
|
5023
5077
|
]
|
|
5024
5078
|
}
|
|
@@ -5027,7 +5081,7 @@ exports.default = {
|
|
|
5027
5081
|
98,
|
|
5028
5082
|
{
|
|
5029
5083
|
"input": [
|
|
5030
|
-
|
|
5084
|
+
177,
|
|
5031
5085
|
"GetMyHistoricalScoresDto!"
|
|
5032
5086
|
]
|
|
5033
5087
|
}
|
|
@@ -5036,7 +5090,7 @@ exports.default = {
|
|
|
5036
5090
|
89,
|
|
5037
5091
|
{
|
|
5038
5092
|
"input": [
|
|
5039
|
-
|
|
5093
|
+
179,
|
|
5040
5094
|
"GetAthleteCampaignsDto!"
|
|
5041
5095
|
]
|
|
5042
5096
|
}
|
|
@@ -5108,7 +5162,7 @@ exports.default = {
|
|
|
5108
5162
|
0,
|
|
5109
5163
|
{
|
|
5110
5164
|
"input": [
|
|
5111
|
-
|
|
5165
|
+
219,
|
|
5112
5166
|
"FindVtxUserDto!"
|
|
5113
5167
|
]
|
|
5114
5168
|
}
|
|
@@ -5127,7 +5181,7 @@ exports.default = {
|
|
|
5127
5181
|
}
|
|
5128
5182
|
],
|
|
5129
5183
|
"getUserImagesFromEmail": [
|
|
5130
|
-
|
|
5184
|
+
143,
|
|
5131
5185
|
{
|
|
5132
5186
|
"loginEmail": [
|
|
5133
5187
|
1,
|
|
@@ -5148,7 +5202,7 @@ exports.default = {
|
|
|
5148
5202
|
36,
|
|
5149
5203
|
{
|
|
5150
5204
|
"input": [
|
|
5151
|
-
|
|
5205
|
+
158,
|
|
5152
5206
|
"VerifyCodeDto!"
|
|
5153
5207
|
]
|
|
5154
5208
|
}
|
|
@@ -5160,7 +5214,7 @@ exports.default = {
|
|
|
5160
5214
|
75,
|
|
5161
5215
|
{
|
|
5162
5216
|
"input": [
|
|
5163
|
-
|
|
5217
|
+
220,
|
|
5164
5218
|
"GetSportEventsDto!"
|
|
5165
5219
|
]
|
|
5166
5220
|
}
|
|
@@ -5172,10 +5226,10 @@ exports.default = {
|
|
|
5172
5226
|
117
|
|
5173
5227
|
],
|
|
5174
5228
|
"getBudgetConcepts": [
|
|
5175
|
-
|
|
5229
|
+
132
|
|
5176
5230
|
],
|
|
5177
5231
|
"getBudgetItemUnits": [
|
|
5178
|
-
|
|
5232
|
+
131
|
|
5179
5233
|
],
|
|
5180
5234
|
"getMembershipOrganizations": [
|
|
5181
5235
|
82
|
|
@@ -5190,10 +5244,10 @@ exports.default = {
|
|
|
5190
5244
|
116
|
|
5191
5245
|
],
|
|
5192
5246
|
"stripeQuery": [
|
|
5193
|
-
|
|
5247
|
+
141,
|
|
5194
5248
|
{
|
|
5195
5249
|
"input": [
|
|
5196
|
-
|
|
5250
|
+
209,
|
|
5197
5251
|
"StripeQueryDto!"
|
|
5198
5252
|
]
|
|
5199
5253
|
}
|
|
@@ -5202,7 +5256,7 @@ exports.default = {
|
|
|
5202
5256
|
35,
|
|
5203
5257
|
{
|
|
5204
5258
|
"input": [
|
|
5205
|
-
|
|
5259
|
+
156,
|
|
5206
5260
|
"GetDatabaseFileDto!"
|
|
5207
5261
|
]
|
|
5208
5262
|
}
|
|
@@ -5211,7 +5265,7 @@ exports.default = {
|
|
|
5211
5265
|
117,
|
|
5212
5266
|
{
|
|
5213
5267
|
"input": [
|
|
5214
|
-
|
|
5268
|
+
191,
|
|
5215
5269
|
"GetReceiptDto!"
|
|
5216
5270
|
]
|
|
5217
5271
|
}
|
|
@@ -5220,7 +5274,7 @@ exports.default = {
|
|
|
5220
5274
|
118,
|
|
5221
5275
|
{
|
|
5222
5276
|
"input": [
|
|
5223
|
-
|
|
5277
|
+
191,
|
|
5224
5278
|
"GetReceiptDto!"
|
|
5225
5279
|
]
|
|
5226
5280
|
}
|
|
@@ -5286,7 +5340,7 @@ exports.default = {
|
|
|
5286
5340
|
5,
|
|
5287
5341
|
{
|
|
5288
5342
|
"tenant": [
|
|
5289
|
-
|
|
5343
|
+
222,
|
|
5290
5344
|
"CreateTenantInput!"
|
|
5291
5345
|
]
|
|
5292
5346
|
}
|
|
@@ -5295,7 +5349,7 @@ exports.default = {
|
|
|
5295
5349
|
11,
|
|
5296
5350
|
{
|
|
5297
5351
|
"tenant": [
|
|
5298
|
-
|
|
5352
|
+
222,
|
|
5299
5353
|
"CreateTenantInput!"
|
|
5300
5354
|
]
|
|
5301
5355
|
}
|
|
@@ -5304,7 +5358,7 @@ exports.default = {
|
|
|
5304
5358
|
3,
|
|
5305
5359
|
{
|
|
5306
5360
|
"user": [
|
|
5307
|
-
|
|
5361
|
+
223,
|
|
5308
5362
|
"CreateActiveUserInput!"
|
|
5309
5363
|
]
|
|
5310
5364
|
}
|
|
@@ -5339,7 +5393,7 @@ exports.default = {
|
|
|
5339
5393
|
0,
|
|
5340
5394
|
{
|
|
5341
5395
|
"input": [
|
|
5342
|
-
|
|
5396
|
+
224,
|
|
5343
5397
|
"RegisterUserToDomainFromEmailInput!"
|
|
5344
5398
|
]
|
|
5345
5399
|
}
|
|
@@ -5348,7 +5402,7 @@ exports.default = {
|
|
|
5348
5402
|
8,
|
|
5349
5403
|
{
|
|
5350
5404
|
"dto": [
|
|
5351
|
-
|
|
5405
|
+
225,
|
|
5352
5406
|
"RefreshTokenInput!"
|
|
5353
5407
|
]
|
|
5354
5408
|
}
|
|
@@ -5357,7 +5411,7 @@ exports.default = {
|
|
|
5357
5411
|
33,
|
|
5358
5412
|
{
|
|
5359
5413
|
"input": [
|
|
5360
|
-
|
|
5414
|
+
226,
|
|
5361
5415
|
"AWSS3DeleteUseTypeFileDto!"
|
|
5362
5416
|
]
|
|
5363
5417
|
}
|
|
@@ -5366,7 +5420,7 @@ exports.default = {
|
|
|
5366
5420
|
33,
|
|
5367
5421
|
{
|
|
5368
5422
|
"input": [
|
|
5369
|
-
|
|
5423
|
+
227,
|
|
5370
5424
|
"AWSS3DeleteBucketFileDto!"
|
|
5371
5425
|
]
|
|
5372
5426
|
}
|
|
@@ -5375,7 +5429,7 @@ exports.default = {
|
|
|
5375
5429
|
33,
|
|
5376
5430
|
{
|
|
5377
5431
|
"input": [
|
|
5378
|
-
|
|
5432
|
+
228,
|
|
5379
5433
|
"AWSS3DeleteUseTypeKeyDto!"
|
|
5380
5434
|
]
|
|
5381
5435
|
}
|
|
@@ -5384,7 +5438,7 @@ exports.default = {
|
|
|
5384
5438
|
27,
|
|
5385
5439
|
{
|
|
5386
5440
|
"input": [
|
|
5387
|
-
|
|
5441
|
+
173,
|
|
5388
5442
|
"AWSS3UploadedFileDto!"
|
|
5389
5443
|
]
|
|
5390
5444
|
}
|
|
@@ -5393,7 +5447,7 @@ exports.default = {
|
|
|
5393
5447
|
56,
|
|
5394
5448
|
{
|
|
5395
5449
|
"input": [
|
|
5396
|
-
|
|
5450
|
+
229,
|
|
5397
5451
|
"CreateIndustryDto!"
|
|
5398
5452
|
]
|
|
5399
5453
|
}
|
|
@@ -5402,7 +5456,7 @@ exports.default = {
|
|
|
5402
5456
|
39,
|
|
5403
5457
|
{
|
|
5404
5458
|
"input": [
|
|
5405
|
-
|
|
5459
|
+
230,
|
|
5406
5460
|
"CreateBrandDto!"
|
|
5407
5461
|
]
|
|
5408
5462
|
}
|
|
@@ -5411,7 +5465,7 @@ exports.default = {
|
|
|
5411
5465
|
59,
|
|
5412
5466
|
{
|
|
5413
5467
|
"input": [
|
|
5414
|
-
|
|
5468
|
+
232,
|
|
5415
5469
|
"RegisterSponsorInput!"
|
|
5416
5470
|
]
|
|
5417
5471
|
}
|
|
@@ -5420,7 +5474,7 @@ exports.default = {
|
|
|
5420
5474
|
59,
|
|
5421
5475
|
{
|
|
5422
5476
|
"input": [
|
|
5423
|
-
|
|
5477
|
+
233,
|
|
5424
5478
|
"CreateSponsorDto!"
|
|
5425
5479
|
]
|
|
5426
5480
|
}
|
|
@@ -5429,7 +5483,7 @@ exports.default = {
|
|
|
5429
5483
|
104,
|
|
5430
5484
|
{
|
|
5431
5485
|
"input": [
|
|
5432
|
-
|
|
5486
|
+
160,
|
|
5433
5487
|
"InviteAthletesDto!"
|
|
5434
5488
|
]
|
|
5435
5489
|
}
|
|
@@ -5438,34 +5492,34 @@ exports.default = {
|
|
|
5438
5492
|
100,
|
|
5439
5493
|
{
|
|
5440
5494
|
"input": [
|
|
5441
|
-
|
|
5495
|
+
234,
|
|
5442
5496
|
"RegisterAthleteDto!"
|
|
5443
5497
|
]
|
|
5444
5498
|
}
|
|
5445
5499
|
],
|
|
5446
5500
|
"editProfileValue": [
|
|
5447
|
-
|
|
5501
|
+
133,
|
|
5448
5502
|
{
|
|
5449
5503
|
"input": [
|
|
5450
|
-
|
|
5504
|
+
235,
|
|
5451
5505
|
"EditValueDto!"
|
|
5452
5506
|
]
|
|
5453
5507
|
}
|
|
5454
5508
|
],
|
|
5455
5509
|
"editPicture": [
|
|
5456
|
-
|
|
5510
|
+
138,
|
|
5457
5511
|
{
|
|
5458
5512
|
"input": [
|
|
5459
|
-
|
|
5513
|
+
172,
|
|
5460
5514
|
"EditPictureDto!"
|
|
5461
5515
|
]
|
|
5462
5516
|
}
|
|
5463
5517
|
],
|
|
5464
5518
|
"AddAlbumPictures": [
|
|
5465
|
-
|
|
5519
|
+
139,
|
|
5466
5520
|
{
|
|
5467
5521
|
"input": [
|
|
5468
|
-
|
|
5522
|
+
174,
|
|
5469
5523
|
"UploadAlbumsPicturesDto!"
|
|
5470
5524
|
]
|
|
5471
5525
|
}
|
|
@@ -5474,16 +5528,16 @@ exports.default = {
|
|
|
5474
5528
|
81,
|
|
5475
5529
|
{
|
|
5476
5530
|
"input": [
|
|
5477
|
-
|
|
5531
|
+
163,
|
|
5478
5532
|
"CreateAthleteCompetitionDto!"
|
|
5479
5533
|
]
|
|
5480
5534
|
}
|
|
5481
5535
|
],
|
|
5482
5536
|
"deleteAthleteCompetition": [
|
|
5483
|
-
|
|
5537
|
+
134,
|
|
5484
5538
|
{
|
|
5485
5539
|
"input": [
|
|
5486
|
-
|
|
5540
|
+
168,
|
|
5487
5541
|
"DeleteSingleValueDto!"
|
|
5488
5542
|
]
|
|
5489
5543
|
}
|
|
@@ -5492,7 +5546,7 @@ exports.default = {
|
|
|
5492
5546
|
80,
|
|
5493
5547
|
{
|
|
5494
5548
|
"input": [
|
|
5495
|
-
|
|
5549
|
+
174,
|
|
5496
5550
|
"UploadAlbumsPicturesDto!"
|
|
5497
5551
|
]
|
|
5498
5552
|
}
|
|
@@ -5501,7 +5555,7 @@ exports.default = {
|
|
|
5501
5555
|
80,
|
|
5502
5556
|
{
|
|
5503
5557
|
"input": [
|
|
5504
|
-
|
|
5558
|
+
236,
|
|
5505
5559
|
"EditDisplayIndexDto!"
|
|
5506
5560
|
]
|
|
5507
5561
|
}
|
|
@@ -5510,16 +5564,16 @@ exports.default = {
|
|
|
5510
5564
|
80,
|
|
5511
5565
|
{
|
|
5512
5566
|
"input": [
|
|
5513
|
-
|
|
5567
|
+
174,
|
|
5514
5568
|
"UploadAlbumsPicturesDto!"
|
|
5515
5569
|
]
|
|
5516
5570
|
}
|
|
5517
5571
|
],
|
|
5518
5572
|
"deleteAthleteAlbum": [
|
|
5519
|
-
|
|
5573
|
+
134,
|
|
5520
5574
|
{
|
|
5521
5575
|
"input": [
|
|
5522
|
-
|
|
5576
|
+
168,
|
|
5523
5577
|
"DeleteSingleValueDto!"
|
|
5524
5578
|
]
|
|
5525
5579
|
}
|
|
@@ -5528,7 +5582,7 @@ exports.default = {
|
|
|
5528
5582
|
120,
|
|
5529
5583
|
{
|
|
5530
5584
|
"input": [
|
|
5531
|
-
|
|
5585
|
+
175,
|
|
5532
5586
|
"DeleteValuesDto!"
|
|
5533
5587
|
]
|
|
5534
5588
|
}
|
|
@@ -5537,7 +5591,7 @@ exports.default = {
|
|
|
5537
5591
|
76,
|
|
5538
5592
|
{
|
|
5539
5593
|
"input": [
|
|
5540
|
-
|
|
5594
|
+
162,
|
|
5541
5595
|
"SetCompetitionResultDto!"
|
|
5542
5596
|
]
|
|
5543
5597
|
}
|
|
@@ -5549,7 +5603,7 @@ exports.default = {
|
|
|
5549
5603
|
89,
|
|
5550
5604
|
{
|
|
5551
5605
|
"input": [
|
|
5552
|
-
|
|
5606
|
+
238,
|
|
5553
5607
|
"SetCurrentCampaignDto!"
|
|
5554
5608
|
]
|
|
5555
5609
|
}
|
|
@@ -5558,7 +5612,7 @@ exports.default = {
|
|
|
5558
5612
|
67,
|
|
5559
5613
|
{
|
|
5560
5614
|
"input": [
|
|
5561
|
-
|
|
5615
|
+
239,
|
|
5562
5616
|
"CreateSportDto!"
|
|
5563
5617
|
]
|
|
5564
5618
|
}
|
|
@@ -5567,7 +5621,7 @@ exports.default = {
|
|
|
5567
5621
|
67,
|
|
5568
5622
|
{
|
|
5569
5623
|
"input": [
|
|
5570
|
-
|
|
5624
|
+
240,
|
|
5571
5625
|
"UpdateSportDto!"
|
|
5572
5626
|
]
|
|
5573
5627
|
}
|
|
@@ -5576,7 +5630,7 @@ exports.default = {
|
|
|
5576
5630
|
70,
|
|
5577
5631
|
{
|
|
5578
5632
|
"input": [
|
|
5579
|
-
|
|
5633
|
+
241,
|
|
5580
5634
|
"CreateSportLevelDto!"
|
|
5581
5635
|
]
|
|
5582
5636
|
}
|
|
@@ -5585,7 +5639,7 @@ exports.default = {
|
|
|
5585
5639
|
65,
|
|
5586
5640
|
{
|
|
5587
5641
|
"input": [
|
|
5588
|
-
|
|
5642
|
+
243,
|
|
5589
5643
|
"CreateSponsorshipDto!"
|
|
5590
5644
|
]
|
|
5591
5645
|
}
|
|
@@ -5594,7 +5648,7 @@ exports.default = {
|
|
|
5594
5648
|
45,
|
|
5595
5649
|
{
|
|
5596
5650
|
"input": [
|
|
5597
|
-
|
|
5651
|
+
250,
|
|
5598
5652
|
"CreateCountryDto!"
|
|
5599
5653
|
]
|
|
5600
5654
|
}
|
|
@@ -5603,7 +5657,7 @@ exports.default = {
|
|
|
5603
5657
|
44,
|
|
5604
5658
|
{
|
|
5605
5659
|
"input": [
|
|
5606
|
-
|
|
5660
|
+
251,
|
|
5607
5661
|
"CreateStateDto!"
|
|
5608
5662
|
]
|
|
5609
5663
|
}
|
|
@@ -5612,7 +5666,7 @@ exports.default = {
|
|
|
5612
5666
|
43,
|
|
5613
5667
|
{
|
|
5614
5668
|
"input": [
|
|
5615
|
-
|
|
5669
|
+
252,
|
|
5616
5670
|
"CreateCityDto!"
|
|
5617
5671
|
]
|
|
5618
5672
|
}
|
|
@@ -5621,7 +5675,7 @@ exports.default = {
|
|
|
5621
5675
|
29,
|
|
5622
5676
|
{
|
|
5623
5677
|
"input": [
|
|
5624
|
-
|
|
5678
|
+
189,
|
|
5625
5679
|
"RegisterUserDto!"
|
|
5626
5680
|
]
|
|
5627
5681
|
}
|
|
@@ -5630,7 +5684,7 @@ exports.default = {
|
|
|
5630
5684
|
3,
|
|
5631
5685
|
{
|
|
5632
5686
|
"input": [
|
|
5633
|
-
|
|
5687
|
+
158,
|
|
5634
5688
|
"VerifyCodeDto!"
|
|
5635
5689
|
]
|
|
5636
5690
|
}
|
|
@@ -5639,7 +5693,7 @@ exports.default = {
|
|
|
5639
5693
|
0,
|
|
5640
5694
|
{
|
|
5641
5695
|
"input": [
|
|
5642
|
-
|
|
5696
|
+
158,
|
|
5643
5697
|
"VerifyCodeDto!"
|
|
5644
5698
|
]
|
|
5645
5699
|
}
|
|
@@ -5648,7 +5702,7 @@ exports.default = {
|
|
|
5648
5702
|
0,
|
|
5649
5703
|
{
|
|
5650
5704
|
"input": [
|
|
5651
|
-
|
|
5705
|
+
189,
|
|
5652
5706
|
"RegisterUserDto!"
|
|
5653
5707
|
]
|
|
5654
5708
|
}
|
|
@@ -5657,7 +5711,7 @@ exports.default = {
|
|
|
5657
5711
|
0,
|
|
5658
5712
|
{
|
|
5659
5713
|
"input": [
|
|
5660
|
-
|
|
5714
|
+
189,
|
|
5661
5715
|
"RegisterUserDto!"
|
|
5662
5716
|
]
|
|
5663
5717
|
}
|
|
@@ -5666,7 +5720,7 @@ exports.default = {
|
|
|
5666
5720
|
0,
|
|
5667
5721
|
{
|
|
5668
5722
|
"input": [
|
|
5669
|
-
|
|
5723
|
+
189,
|
|
5670
5724
|
"RegisterUserDto!"
|
|
5671
5725
|
]
|
|
5672
5726
|
}
|
|
@@ -5685,7 +5739,7 @@ exports.default = {
|
|
|
5685
5739
|
}
|
|
5686
5740
|
],
|
|
5687
5741
|
"createResetPasswordCode": [
|
|
5688
|
-
|
|
5742
|
+
133,
|
|
5689
5743
|
{
|
|
5690
5744
|
"input": [
|
|
5691
5745
|
1,
|
|
@@ -5694,16 +5748,16 @@ exports.default = {
|
|
|
5694
5748
|
}
|
|
5695
5749
|
],
|
|
5696
5750
|
"resetUserPassword": [
|
|
5697
|
-
|
|
5751
|
+
133,
|
|
5698
5752
|
{
|
|
5699
5753
|
"input": [
|
|
5700
|
-
|
|
5754
|
+
190,
|
|
5701
5755
|
"resetPasswordDto!"
|
|
5702
5756
|
]
|
|
5703
5757
|
}
|
|
5704
5758
|
],
|
|
5705
5759
|
"validateToken": [
|
|
5706
|
-
|
|
5760
|
+
144,
|
|
5707
5761
|
{
|
|
5708
5762
|
"input": [
|
|
5709
5763
|
1,
|
|
@@ -5715,7 +5769,7 @@ exports.default = {
|
|
|
5715
5769
|
105,
|
|
5716
5770
|
{
|
|
5717
5771
|
"data": [
|
|
5718
|
-
|
|
5772
|
+
253,
|
|
5719
5773
|
"RegisterStravaDto!"
|
|
5720
5774
|
]
|
|
5721
5775
|
}
|
|
@@ -5733,16 +5787,25 @@ exports.default = {
|
|
|
5733
5787
|
75,
|
|
5734
5788
|
{
|
|
5735
5789
|
"input": [
|
|
5736
|
-
|
|
5790
|
+
254,
|
|
5737
5791
|
"CreateSportEventDto!"
|
|
5738
5792
|
]
|
|
5739
5793
|
}
|
|
5740
5794
|
],
|
|
5795
|
+
"mergeSportsEvents": [
|
|
5796
|
+
130,
|
|
5797
|
+
{
|
|
5798
|
+
"input": [
|
|
5799
|
+
192,
|
|
5800
|
+
"MergeSportsEventsDto!"
|
|
5801
|
+
]
|
|
5802
|
+
}
|
|
5803
|
+
],
|
|
5741
5804
|
"setFundingStatus": [
|
|
5742
5805
|
89,
|
|
5743
5806
|
{
|
|
5744
5807
|
"input": [
|
|
5745
|
-
|
|
5808
|
+
201,
|
|
5746
5809
|
"SetFundingStatusDto!"
|
|
5747
5810
|
]
|
|
5748
5811
|
}
|
|
@@ -5751,7 +5814,7 @@ exports.default = {
|
|
|
5751
5814
|
89,
|
|
5752
5815
|
{
|
|
5753
5816
|
"input": [
|
|
5754
|
-
|
|
5817
|
+
198,
|
|
5755
5818
|
"CreateFundingCampaignDto!"
|
|
5756
5819
|
]
|
|
5757
5820
|
}
|
|
@@ -5760,16 +5823,16 @@ exports.default = {
|
|
|
5760
5823
|
89,
|
|
5761
5824
|
{
|
|
5762
5825
|
"input": [
|
|
5763
|
-
|
|
5826
|
+
200,
|
|
5764
5827
|
"UpdateFundingCampaignDto!"
|
|
5765
5828
|
]
|
|
5766
5829
|
}
|
|
5767
5830
|
],
|
|
5768
5831
|
"deleteFundingCampaign": [
|
|
5769
|
-
|
|
5832
|
+
134,
|
|
5770
5833
|
{
|
|
5771
5834
|
"input": [
|
|
5772
|
-
|
|
5835
|
+
168,
|
|
5773
5836
|
"DeleteSingleValueDto!"
|
|
5774
5837
|
]
|
|
5775
5838
|
}
|
|
@@ -5778,7 +5841,7 @@ exports.default = {
|
|
|
5778
5841
|
120,
|
|
5779
5842
|
{
|
|
5780
5843
|
"input": [
|
|
5781
|
-
|
|
5844
|
+
175,
|
|
5782
5845
|
"DeleteValuesDto!"
|
|
5783
5846
|
]
|
|
5784
5847
|
}
|
|
@@ -5796,7 +5859,7 @@ exports.default = {
|
|
|
5796
5859
|
2,
|
|
5797
5860
|
{
|
|
5798
5861
|
"input": [
|
|
5799
|
-
|
|
5862
|
+
203,
|
|
5800
5863
|
"AddCompetitionBudgetDto!"
|
|
5801
5864
|
]
|
|
5802
5865
|
}
|
|
@@ -5805,7 +5868,7 @@ exports.default = {
|
|
|
5805
5868
|
2,
|
|
5806
5869
|
{
|
|
5807
5870
|
"input": [
|
|
5808
|
-
|
|
5871
|
+
204,
|
|
5809
5872
|
"EditCompetitionBudgetDto!"
|
|
5810
5873
|
]
|
|
5811
5874
|
}
|
|
@@ -5814,7 +5877,7 @@ exports.default = {
|
|
|
5814
5877
|
2,
|
|
5815
5878
|
{
|
|
5816
5879
|
"input": [
|
|
5817
|
-
|
|
5880
|
+
205,
|
|
5818
5881
|
"EditCampaignBudgetDto!"
|
|
5819
5882
|
]
|
|
5820
5883
|
}
|
|
@@ -5823,7 +5886,7 @@ exports.default = {
|
|
|
5823
5886
|
2,
|
|
5824
5887
|
{
|
|
5825
5888
|
"input": [
|
|
5826
|
-
|
|
5889
|
+
205,
|
|
5827
5890
|
"EditCampaignBudgetDto!"
|
|
5828
5891
|
]
|
|
5829
5892
|
}
|
|
@@ -5832,7 +5895,7 @@ exports.default = {
|
|
|
5832
5895
|
82,
|
|
5833
5896
|
{
|
|
5834
5897
|
"input": [
|
|
5835
|
-
|
|
5898
|
+
206,
|
|
5836
5899
|
"CreateMembershipOrganizationDto!"
|
|
5837
5900
|
]
|
|
5838
5901
|
}
|
|
@@ -5841,16 +5904,16 @@ exports.default = {
|
|
|
5841
5904
|
84,
|
|
5842
5905
|
{
|
|
5843
5906
|
"input": [
|
|
5844
|
-
|
|
5907
|
+
207,
|
|
5845
5908
|
"CreateAthleteMembershipDto!"
|
|
5846
5909
|
]
|
|
5847
5910
|
}
|
|
5848
5911
|
],
|
|
5849
5912
|
"deleteAthleteMembershipAffilation": [
|
|
5850
|
-
|
|
5913
|
+
134,
|
|
5851
5914
|
{
|
|
5852
5915
|
"input": [
|
|
5853
|
-
|
|
5916
|
+
168,
|
|
5854
5917
|
"DeleteSingleValueDto!"
|
|
5855
5918
|
]
|
|
5856
5919
|
}
|
|
@@ -5868,7 +5931,7 @@ exports.default = {
|
|
|
5868
5931
|
97,
|
|
5869
5932
|
{
|
|
5870
5933
|
"input": [
|
|
5871
|
-
|
|
5934
|
+
255,
|
|
5872
5935
|
"CreateStripeAccountDto!"
|
|
5873
5936
|
]
|
|
5874
5937
|
}
|
|
@@ -5880,11 +5943,17 @@ exports.default = {
|
|
|
5880
5943
|
107,
|
|
5881
5944
|
{
|
|
5882
5945
|
"input": [
|
|
5883
|
-
|
|
5946
|
+
208,
|
|
5884
5947
|
"DonationCheckoutDto!"
|
|
5885
5948
|
]
|
|
5886
5949
|
}
|
|
5887
5950
|
],
|
|
5951
|
+
"createStripeLoginLink": [
|
|
5952
|
+
1
|
|
5953
|
+
],
|
|
5954
|
+
"createStripeAccountLink": [
|
|
5955
|
+
1
|
|
5956
|
+
],
|
|
5888
5957
|
"__typename": [
|
|
5889
5958
|
1
|
|
5890
5959
|
]
|
|
@@ -5916,6 +5985,9 @@ exports.default = {
|
|
|
5916
5985
|
"loginMethod": [
|
|
5917
5986
|
1
|
|
5918
5987
|
],
|
|
5988
|
+
"clientType": [
|
|
5989
|
+
1
|
|
5990
|
+
],
|
|
5919
5991
|
"__typename": [
|
|
5920
5992
|
1
|
|
5921
5993
|
]
|
|
@@ -6003,13 +6075,13 @@ exports.default = {
|
|
|
6003
6075
|
1
|
|
6004
6076
|
],
|
|
6005
6077
|
"logo": [
|
|
6006
|
-
|
|
6078
|
+
173
|
|
6007
6079
|
],
|
|
6008
6080
|
"banner": [
|
|
6009
|
-
|
|
6081
|
+
173
|
|
6010
6082
|
],
|
|
6011
6083
|
"translations": [
|
|
6012
|
-
|
|
6084
|
+
231
|
|
6013
6085
|
],
|
|
6014
6086
|
"__typename": [
|
|
6015
6087
|
1
|
|
@@ -6032,10 +6104,10 @@ exports.default = {
|
|
|
6032
6104
|
1
|
|
6033
6105
|
],
|
|
6034
6106
|
"logo": [
|
|
6035
|
-
|
|
6107
|
+
173
|
|
6036
6108
|
],
|
|
6037
6109
|
"banner": [
|
|
6038
|
-
|
|
6110
|
+
173
|
|
6039
6111
|
],
|
|
6040
6112
|
"__typename": [
|
|
6041
6113
|
1
|
|
@@ -6140,10 +6212,10 @@ exports.default = {
|
|
|
6140
6212
|
1
|
|
6141
6213
|
],
|
|
6142
6214
|
"profilePicture": [
|
|
6143
|
-
|
|
6215
|
+
173
|
|
6144
6216
|
],
|
|
6145
6217
|
"cardPicture": [
|
|
6146
|
-
|
|
6218
|
+
173
|
|
6147
6219
|
],
|
|
6148
6220
|
"__typename": [
|
|
6149
6221
|
1
|
|
@@ -6162,7 +6234,7 @@ exports.default = {
|
|
|
6162
6234
|
},
|
|
6163
6235
|
"EditDisplayIndexDto": {
|
|
6164
6236
|
"updates": [
|
|
6165
|
-
|
|
6237
|
+
237
|
|
6166
6238
|
],
|
|
6167
6239
|
"__typename": [
|
|
6168
6240
|
1
|
|
@@ -6226,7 +6298,7 @@ exports.default = {
|
|
|
6226
6298
|
18
|
|
6227
6299
|
],
|
|
6228
6300
|
"translations": [
|
|
6229
|
-
|
|
6301
|
+
242
|
|
6230
6302
|
],
|
|
6231
6303
|
"__typename": [
|
|
6232
6304
|
1
|
|
@@ -6260,10 +6332,10 @@ exports.default = {
|
|
|
6260
6332
|
18
|
|
6261
6333
|
],
|
|
6262
6334
|
"banner": [
|
|
6263
|
-
|
|
6335
|
+
173
|
|
6264
6336
|
],
|
|
6265
6337
|
"criteria": [
|
|
6266
|
-
|
|
6338
|
+
244
|
|
6267
6339
|
],
|
|
6268
6340
|
"deadline": [
|
|
6269
6341
|
14
|
|
@@ -6272,13 +6344,13 @@ exports.default = {
|
|
|
6272
6344
|
14
|
|
6273
6345
|
],
|
|
6274
6346
|
"duration": [
|
|
6275
|
-
|
|
6347
|
+
246
|
|
6276
6348
|
],
|
|
6277
6349
|
"sponsorshipItems": [
|
|
6278
|
-
|
|
6350
|
+
247
|
|
6279
6351
|
],
|
|
6280
6352
|
"commitments": [
|
|
6281
|
-
|
|
6353
|
+
248
|
|
6282
6354
|
],
|
|
6283
6355
|
"terms": [
|
|
6284
6356
|
1
|
|
@@ -6290,7 +6362,7 @@ exports.default = {
|
|
|
6290
6362
|
2
|
|
6291
6363
|
],
|
|
6292
6364
|
"translations": [
|
|
6293
|
-
|
|
6365
|
+
249
|
|
6294
6366
|
],
|
|
6295
6367
|
"__typename": [
|
|
6296
6368
|
1
|
|
@@ -6304,7 +6376,7 @@ exports.default = {
|
|
|
6304
6376
|
1
|
|
6305
6377
|
],
|
|
6306
6378
|
"qualificationsBag": [
|
|
6307
|
-
|
|
6379
|
+
245
|
|
6308
6380
|
],
|
|
6309
6381
|
"__typename": [
|
|
6310
6382
|
1
|
|
@@ -6312,28 +6384,28 @@ exports.default = {
|
|
|
6312
6384
|
},
|
|
6313
6385
|
"QualificationsBagDto": {
|
|
6314
6386
|
"ageQualifications": [
|
|
6315
|
-
|
|
6387
|
+
181
|
|
6316
6388
|
],
|
|
6317
6389
|
"genderQualifications": [
|
|
6318
|
-
|
|
6390
|
+
182
|
|
6319
6391
|
],
|
|
6320
6392
|
"scoreQualifications": [
|
|
6321
|
-
|
|
6393
|
+
184
|
|
6322
6394
|
],
|
|
6323
6395
|
"locationQualifications": [
|
|
6324
|
-
|
|
6396
|
+
185
|
|
6325
6397
|
],
|
|
6326
6398
|
"nationalityQualifications": [
|
|
6327
|
-
|
|
6399
|
+
183
|
|
6328
6400
|
],
|
|
6329
6401
|
"distanceQualifications": [
|
|
6330
|
-
|
|
6402
|
+
186
|
|
6331
6403
|
],
|
|
6332
6404
|
"sportsQualifications": [
|
|
6333
|
-
|
|
6405
|
+
187
|
|
6334
6406
|
],
|
|
6335
6407
|
"levelQualifications": [
|
|
6336
|
-
|
|
6408
|
+
188
|
|
6337
6409
|
],
|
|
6338
6410
|
"__typename": [
|
|
6339
6411
|
1
|
|
@@ -6410,7 +6482,7 @@ exports.default = {
|
|
|
6410
6482
|
1
|
|
6411
6483
|
],
|
|
6412
6484
|
"banner": [
|
|
6413
|
-
|
|
6485
|
+
173
|
|
6414
6486
|
],
|
|
6415
6487
|
"terms": [
|
|
6416
6488
|
1
|
|
@@ -6528,7 +6600,7 @@ exports.default = {
|
|
|
6528
6600
|
1
|
|
6529
6601
|
],
|
|
6530
6602
|
"banner": [
|
|
6531
|
-
|
|
6603
|
+
173
|
|
6532
6604
|
],
|
|
6533
6605
|
"eventLevel": [
|
|
6534
6606
|
1
|