@vertikalx/vtx-backend-client 2.0.0-dev.22 → 2.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/package.json +1 -1
- package/src/api/vtx-base-api.d.ts +6 -1
- package/src/api/vtx-base-api.js +201 -1
- package/src/api/vtx-base-api.js.map +1 -1
- package/src/client/schema.d.ts +82 -0
- package/src/client/schema.js +22 -1
- package/src/client/schema.js.map +1 -1
- package/src/client/types.d.ts +44 -0
- package/src/client/types.js +264 -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
|
+
144,
|
|
13
|
+
148,
|
|
14
|
+
216
|
|
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
|
+
216
|
|
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
|
|
@@ -3434,12 +3451,34 @@ exports.default = {
|
|
|
3434
3451
|
1
|
|
3435
3452
|
]
|
|
3436
3453
|
},
|
|
3454
|
+
"CompetitionDeleteVerificationReason": {
|
|
3455
|
+
"code": [
|
|
3456
|
+
1
|
|
3457
|
+
],
|
|
3458
|
+
"message": [
|
|
3459
|
+
1
|
|
3460
|
+
],
|
|
3461
|
+
"details": [
|
|
3462
|
+
1
|
|
3463
|
+
],
|
|
3464
|
+
"__typename": [
|
|
3465
|
+
1
|
|
3466
|
+
]
|
|
3467
|
+
},
|
|
3468
|
+
"CompetitionDeleteVerificationResponse": {
|
|
3469
|
+
"reasons": [
|
|
3470
|
+
141
|
|
3471
|
+
],
|
|
3472
|
+
"__typename": [
|
|
3473
|
+
1
|
|
3474
|
+
]
|
|
3475
|
+
},
|
|
3437
3476
|
"StripeObject": {
|
|
3438
3477
|
"type": [
|
|
3439
3478
|
1
|
|
3440
3479
|
],
|
|
3441
3480
|
"json": [
|
|
3442
|
-
|
|
3481
|
+
144
|
|
3443
3482
|
],
|
|
3444
3483
|
"__typename": [
|
|
3445
3484
|
1
|
|
@@ -3509,7 +3548,7 @@ exports.default = {
|
|
|
3509
3548
|
1
|
|
3510
3549
|
],
|
|
3511
3550
|
"status": [
|
|
3512
|
-
|
|
3551
|
+
148
|
|
3513
3552
|
],
|
|
3514
3553
|
"lastError": [
|
|
3515
3554
|
1
|
|
@@ -3591,7 +3630,7 @@ exports.default = {
|
|
|
3591
3630
|
27
|
|
3592
3631
|
],
|
|
3593
3632
|
"donations": [
|
|
3594
|
-
|
|
3633
|
+
150
|
|
3595
3634
|
],
|
|
3596
3635
|
"__typename": [
|
|
3597
3636
|
1
|
|
@@ -3757,7 +3796,7 @@ exports.default = {
|
|
|
3757
3796
|
1
|
|
3758
3797
|
],
|
|
3759
3798
|
"invitations": [
|
|
3760
|
-
|
|
3799
|
+
161
|
|
3761
3800
|
],
|
|
3762
3801
|
"__typename": [
|
|
3763
3802
|
1
|
|
@@ -3868,7 +3907,7 @@ exports.default = {
|
|
|
3868
3907
|
1
|
|
3869
3908
|
],
|
|
3870
3909
|
"result": [
|
|
3871
|
-
|
|
3910
|
+
163
|
|
3872
3911
|
],
|
|
3873
3912
|
"cityId": [
|
|
3874
3913
|
1
|
|
@@ -3891,7 +3930,7 @@ exports.default = {
|
|
|
3891
3930
|
1
|
|
3892
3931
|
],
|
|
3893
3932
|
"result": [
|
|
3894
|
-
|
|
3933
|
+
163
|
|
3895
3934
|
],
|
|
3896
3935
|
"cityId": [
|
|
3897
3936
|
1
|
|
@@ -3927,13 +3966,13 @@ exports.default = {
|
|
|
3927
3966
|
},
|
|
3928
3967
|
"CursorPaginationDto": {
|
|
3929
3968
|
"sortCriteria": [
|
|
3930
|
-
|
|
3969
|
+
168
|
|
3931
3970
|
],
|
|
3932
3971
|
"limit": [
|
|
3933
3972
|
18
|
|
3934
3973
|
],
|
|
3935
3974
|
"cursorPosition": [
|
|
3936
|
-
|
|
3975
|
+
167
|
|
3937
3976
|
],
|
|
3938
3977
|
"__typename": [
|
|
3939
3978
|
1
|
|
@@ -4008,7 +4047,7 @@ exports.default = {
|
|
|
4008
4047
|
1
|
|
4009
4048
|
],
|
|
4010
4049
|
"currentCampaign": [
|
|
4011
|
-
|
|
4050
|
+
171
|
|
4012
4051
|
],
|
|
4013
4052
|
"sports": [
|
|
4014
4053
|
1
|
|
@@ -4070,10 +4109,10 @@ exports.default = {
|
|
|
4070
4109
|
},
|
|
4071
4110
|
"AthleteQueryDto": {
|
|
4072
4111
|
"cursor": [
|
|
4073
|
-
|
|
4112
|
+
169
|
|
4074
4113
|
],
|
|
4075
4114
|
"filters": [
|
|
4076
|
-
|
|
4115
|
+
172
|
|
4077
4116
|
],
|
|
4078
4117
|
"__typename": [
|
|
4079
4118
|
1
|
|
@@ -4084,7 +4123,7 @@ exports.default = {
|
|
|
4084
4123
|
1
|
|
4085
4124
|
],
|
|
4086
4125
|
"newPicture": [
|
|
4087
|
-
|
|
4126
|
+
175
|
|
4088
4127
|
],
|
|
4089
4128
|
"__typename": [
|
|
4090
4129
|
1
|
|
@@ -4118,7 +4157,7 @@ exports.default = {
|
|
|
4118
4157
|
1
|
|
4119
4158
|
],
|
|
4120
4159
|
"pictures": [
|
|
4121
|
-
|
|
4160
|
+
175
|
|
4122
4161
|
],
|
|
4123
4162
|
"albumId": [
|
|
4124
4163
|
1
|
|
@@ -4342,7 +4381,7 @@ exports.default = {
|
|
|
4342
4381
|
},
|
|
4343
4382
|
"resetPasswordDto": {
|
|
4344
4383
|
"code": [
|
|
4345
|
-
|
|
4384
|
+
160
|
|
4346
4385
|
],
|
|
4347
4386
|
"newPassword": [
|
|
4348
4387
|
1
|
|
@@ -4359,6 +4398,29 @@ exports.default = {
|
|
|
4359
4398
|
1
|
|
4360
4399
|
]
|
|
4361
4400
|
},
|
|
4401
|
+
"MergeSportsEventsDto": {
|
|
4402
|
+
"mergeTo": [
|
|
4403
|
+
1
|
|
4404
|
+
],
|
|
4405
|
+
"mergeName": [
|
|
4406
|
+
1
|
|
4407
|
+
],
|
|
4408
|
+
"mergeStartDate": [
|
|
4409
|
+
14
|
|
4410
|
+
],
|
|
4411
|
+
"mergeEndDate": [
|
|
4412
|
+
14
|
|
4413
|
+
],
|
|
4414
|
+
"mergeWebsite": [
|
|
4415
|
+
1
|
|
4416
|
+
],
|
|
4417
|
+
"mergeIds": [
|
|
4418
|
+
1
|
|
4419
|
+
],
|
|
4420
|
+
"__typename": [
|
|
4421
|
+
1
|
|
4422
|
+
]
|
|
4423
|
+
},
|
|
4362
4424
|
"BudgetItemDto": {
|
|
4363
4425
|
"quantity": [
|
|
4364
4426
|
18
|
|
@@ -4401,7 +4463,7 @@ exports.default = {
|
|
|
4401
4463
|
18
|
|
4402
4464
|
],
|
|
4403
4465
|
"items": [
|
|
4404
|
-
|
|
4466
|
+
195
|
|
4405
4467
|
],
|
|
4406
4468
|
"__typename": [
|
|
4407
4469
|
1
|
|
@@ -4412,7 +4474,7 @@ exports.default = {
|
|
|
4412
4474
|
18
|
|
4413
4475
|
],
|
|
4414
4476
|
"items": [
|
|
4415
|
-
|
|
4477
|
+
195
|
|
4416
4478
|
],
|
|
4417
4479
|
"athleteCompetitionId": [
|
|
4418
4480
|
1
|
|
@@ -4461,16 +4523,16 @@ exports.default = {
|
|
|
4461
4523
|
14
|
|
4462
4524
|
],
|
|
4463
4525
|
"budget": [
|
|
4464
|
-
|
|
4526
|
+
197
|
|
4465
4527
|
],
|
|
4466
4528
|
"competitionBudgets": [
|
|
4467
|
-
|
|
4529
|
+
198
|
|
4468
4530
|
],
|
|
4469
4531
|
"competitionIds": [
|
|
4470
4532
|
1
|
|
4471
4533
|
],
|
|
4472
4534
|
"video": [
|
|
4473
|
-
|
|
4535
|
+
199
|
|
4474
4536
|
],
|
|
4475
4537
|
"__typename": [
|
|
4476
4538
|
1
|
|
@@ -4502,16 +4564,16 @@ exports.default = {
|
|
|
4502
4564
|
14
|
|
4503
4565
|
],
|
|
4504
4566
|
"budget": [
|
|
4505
|
-
|
|
4567
|
+
197
|
|
4506
4568
|
],
|
|
4507
4569
|
"competitionBudgets": [
|
|
4508
|
-
|
|
4570
|
+
198
|
|
4509
4571
|
],
|
|
4510
4572
|
"competitionIds": [
|
|
4511
4573
|
1
|
|
4512
4574
|
],
|
|
4513
4575
|
"video": [
|
|
4514
|
-
|
|
4576
|
+
199
|
|
4515
4577
|
],
|
|
4516
4578
|
"loginEmail": [
|
|
4517
4579
|
1
|
|
@@ -4546,16 +4608,16 @@ exports.default = {
|
|
|
4546
4608
|
14
|
|
4547
4609
|
],
|
|
4548
4610
|
"budget": [
|
|
4549
|
-
|
|
4611
|
+
197
|
|
4550
4612
|
],
|
|
4551
4613
|
"competitionBudgets": [
|
|
4552
|
-
|
|
4614
|
+
198
|
|
4553
4615
|
],
|
|
4554
4616
|
"competitionIds": [
|
|
4555
4617
|
1
|
|
4556
4618
|
],
|
|
4557
4619
|
"video": [
|
|
4558
|
-
|
|
4620
|
+
199
|
|
4559
4621
|
],
|
|
4560
4622
|
"_id": [
|
|
4561
4623
|
1
|
|
@@ -4577,7 +4639,7 @@ exports.default = {
|
|
|
4577
4639
|
},
|
|
4578
4640
|
"BudgetDto": {
|
|
4579
4641
|
"items": [
|
|
4580
|
-
|
|
4642
|
+
195
|
|
4581
4643
|
],
|
|
4582
4644
|
"fundingMode": [
|
|
4583
4645
|
1
|
|
@@ -4591,7 +4653,7 @@ exports.default = {
|
|
|
4591
4653
|
1
|
|
4592
4654
|
],
|
|
4593
4655
|
"budget": [
|
|
4594
|
-
|
|
4656
|
+
204
|
|
4595
4657
|
],
|
|
4596
4658
|
"__typename": [
|
|
4597
4659
|
1
|
|
@@ -4602,7 +4664,7 @@ exports.default = {
|
|
|
4602
4664
|
1
|
|
4603
4665
|
],
|
|
4604
4666
|
"budget": [
|
|
4605
|
-
|
|
4667
|
+
204
|
|
4606
4668
|
],
|
|
4607
4669
|
"__typename": [
|
|
4608
4670
|
1
|
|
@@ -4622,7 +4684,7 @@ exports.default = {
|
|
|
4622
4684
|
18
|
|
4623
4685
|
],
|
|
4624
4686
|
"budget": [
|
|
4625
|
-
|
|
4687
|
+
204
|
|
4626
4688
|
],
|
|
4627
4689
|
"__typename": [
|
|
4628
4690
|
1
|
|
@@ -4642,7 +4704,7 @@ exports.default = {
|
|
|
4642
4704
|
1
|
|
4643
4705
|
],
|
|
4644
4706
|
"logo": [
|
|
4645
|
-
|
|
4707
|
+
175
|
|
4646
4708
|
],
|
|
4647
4709
|
"countryId": [
|
|
4648
4710
|
1
|
|
@@ -4750,6 +4812,20 @@ exports.default = {
|
|
|
4750
4812
|
1
|
|
4751
4813
|
]
|
|
4752
4814
|
},
|
|
4815
|
+
"SocialState": {
|
|
4816
|
+
"systemId": [
|
|
4817
|
+
1
|
|
4818
|
+
],
|
|
4819
|
+
"loginEmail": [
|
|
4820
|
+
1
|
|
4821
|
+
],
|
|
4822
|
+
"client": [
|
|
4823
|
+
1
|
|
4824
|
+
],
|
|
4825
|
+
"__typename": [
|
|
4826
|
+
1
|
|
4827
|
+
]
|
|
4828
|
+
},
|
|
4753
4829
|
"DonationMode": {},
|
|
4754
4830
|
"Query": {
|
|
4755
4831
|
"findTenantById": [
|
|
@@ -4821,7 +4897,7 @@ exports.default = {
|
|
|
4821
4897
|
32,
|
|
4822
4898
|
{
|
|
4823
4899
|
"input": [
|
|
4824
|
-
|
|
4900
|
+
218,
|
|
4825
4901
|
"AWSS3GetUploadDto!"
|
|
4826
4902
|
]
|
|
4827
4903
|
}
|
|
@@ -4883,19 +4959,28 @@ exports.default = {
|
|
|
4883
4959
|
104,
|
|
4884
4960
|
{
|
|
4885
4961
|
"input": [
|
|
4886
|
-
|
|
4962
|
+
219,
|
|
4887
4963
|
"FindSponsorAthleteInvitationDto!"
|
|
4888
4964
|
]
|
|
4889
4965
|
}
|
|
4890
4966
|
],
|
|
4967
|
+
"verifyAthleteCompetitionLinkedForDelete": [
|
|
4968
|
+
142,
|
|
4969
|
+
{
|
|
4970
|
+
"input": [
|
|
4971
|
+
178,
|
|
4972
|
+
"existValueDto!"
|
|
4973
|
+
]
|
|
4974
|
+
}
|
|
4975
|
+
],
|
|
4891
4976
|
"getAthletes": [
|
|
4892
4977
|
100
|
|
4893
4978
|
],
|
|
4894
4979
|
"queryAthleteFundingCampaigns": [
|
|
4895
|
-
|
|
4980
|
+
137,
|
|
4896
4981
|
{
|
|
4897
4982
|
"input": [
|
|
4898
|
-
|
|
4983
|
+
173,
|
|
4899
4984
|
"AthleteQueryDto!"
|
|
4900
4985
|
]
|
|
4901
4986
|
}
|
|
@@ -4943,7 +5028,7 @@ exports.default = {
|
|
|
4943
5028
|
81,
|
|
4944
5029
|
{
|
|
4945
5030
|
"input": [
|
|
4946
|
-
|
|
5031
|
+
220,
|
|
4947
5032
|
"GetAthleteCompetitionsDto!"
|
|
4948
5033
|
]
|
|
4949
5034
|
}
|
|
@@ -4988,10 +5073,10 @@ exports.default = {
|
|
|
4988
5073
|
}
|
|
4989
5074
|
],
|
|
4990
5075
|
"queryAthleteWithFilter": [
|
|
4991
|
-
|
|
5076
|
+
137,
|
|
4992
5077
|
{
|
|
4993
5078
|
"input": [
|
|
4994
|
-
|
|
5079
|
+
173,
|
|
4995
5080
|
"AthleteQueryDto!"
|
|
4996
5081
|
]
|
|
4997
5082
|
}
|
|
@@ -5006,10 +5091,10 @@ exports.default = {
|
|
|
5006
5091
|
}
|
|
5007
5092
|
],
|
|
5008
5093
|
"screenNameAvailability": [
|
|
5009
|
-
|
|
5094
|
+
140,
|
|
5010
5095
|
{
|
|
5011
5096
|
"input": [
|
|
5012
|
-
|
|
5097
|
+
178,
|
|
5013
5098
|
"existValueDto!"
|
|
5014
5099
|
]
|
|
5015
5100
|
}
|
|
@@ -5018,7 +5103,7 @@ exports.default = {
|
|
|
5018
5103
|
98,
|
|
5019
5104
|
{
|
|
5020
5105
|
"input": [
|
|
5021
|
-
|
|
5106
|
+
180,
|
|
5022
5107
|
"GetHistoricalScoresDto!"
|
|
5023
5108
|
]
|
|
5024
5109
|
}
|
|
@@ -5027,7 +5112,7 @@ exports.default = {
|
|
|
5027
5112
|
98,
|
|
5028
5113
|
{
|
|
5029
5114
|
"input": [
|
|
5030
|
-
|
|
5115
|
+
179,
|
|
5031
5116
|
"GetMyHistoricalScoresDto!"
|
|
5032
5117
|
]
|
|
5033
5118
|
}
|
|
@@ -5036,7 +5121,7 @@ exports.default = {
|
|
|
5036
5121
|
89,
|
|
5037
5122
|
{
|
|
5038
5123
|
"input": [
|
|
5039
|
-
|
|
5124
|
+
181,
|
|
5040
5125
|
"GetAthleteCampaignsDto!"
|
|
5041
5126
|
]
|
|
5042
5127
|
}
|
|
@@ -5108,7 +5193,7 @@ exports.default = {
|
|
|
5108
5193
|
0,
|
|
5109
5194
|
{
|
|
5110
5195
|
"input": [
|
|
5111
|
-
|
|
5196
|
+
221,
|
|
5112
5197
|
"FindVtxUserDto!"
|
|
5113
5198
|
]
|
|
5114
5199
|
}
|
|
@@ -5127,7 +5212,7 @@ exports.default = {
|
|
|
5127
5212
|
}
|
|
5128
5213
|
],
|
|
5129
5214
|
"getUserImagesFromEmail": [
|
|
5130
|
-
|
|
5215
|
+
145,
|
|
5131
5216
|
{
|
|
5132
5217
|
"loginEmail": [
|
|
5133
5218
|
1,
|
|
@@ -5148,7 +5233,7 @@ exports.default = {
|
|
|
5148
5233
|
36,
|
|
5149
5234
|
{
|
|
5150
5235
|
"input": [
|
|
5151
|
-
|
|
5236
|
+
160,
|
|
5152
5237
|
"VerifyCodeDto!"
|
|
5153
5238
|
]
|
|
5154
5239
|
}
|
|
@@ -5160,7 +5245,7 @@ exports.default = {
|
|
|
5160
5245
|
75,
|
|
5161
5246
|
{
|
|
5162
5247
|
"input": [
|
|
5163
|
-
|
|
5248
|
+
222,
|
|
5164
5249
|
"GetSportEventsDto!"
|
|
5165
5250
|
]
|
|
5166
5251
|
}
|
|
@@ -5172,10 +5257,10 @@ exports.default = {
|
|
|
5172
5257
|
117
|
|
5173
5258
|
],
|
|
5174
5259
|
"getBudgetConcepts": [
|
|
5175
|
-
|
|
5260
|
+
132
|
|
5176
5261
|
],
|
|
5177
5262
|
"getBudgetItemUnits": [
|
|
5178
|
-
|
|
5263
|
+
131
|
|
5179
5264
|
],
|
|
5180
5265
|
"getMembershipOrganizations": [
|
|
5181
5266
|
82
|
|
@@ -5190,10 +5275,10 @@ exports.default = {
|
|
|
5190
5275
|
116
|
|
5191
5276
|
],
|
|
5192
5277
|
"stripeQuery": [
|
|
5193
|
-
|
|
5278
|
+
143,
|
|
5194
5279
|
{
|
|
5195
5280
|
"input": [
|
|
5196
|
-
|
|
5281
|
+
211,
|
|
5197
5282
|
"StripeQueryDto!"
|
|
5198
5283
|
]
|
|
5199
5284
|
}
|
|
@@ -5202,7 +5287,7 @@ exports.default = {
|
|
|
5202
5287
|
35,
|
|
5203
5288
|
{
|
|
5204
5289
|
"input": [
|
|
5205
|
-
|
|
5290
|
+
158,
|
|
5206
5291
|
"GetDatabaseFileDto!"
|
|
5207
5292
|
]
|
|
5208
5293
|
}
|
|
@@ -5211,7 +5296,7 @@ exports.default = {
|
|
|
5211
5296
|
117,
|
|
5212
5297
|
{
|
|
5213
5298
|
"input": [
|
|
5214
|
-
|
|
5299
|
+
193,
|
|
5215
5300
|
"GetReceiptDto!"
|
|
5216
5301
|
]
|
|
5217
5302
|
}
|
|
@@ -5220,7 +5305,7 @@ exports.default = {
|
|
|
5220
5305
|
118,
|
|
5221
5306
|
{
|
|
5222
5307
|
"input": [
|
|
5223
|
-
|
|
5308
|
+
193,
|
|
5224
5309
|
"GetReceiptDto!"
|
|
5225
5310
|
]
|
|
5226
5311
|
}
|
|
@@ -5286,7 +5371,7 @@ exports.default = {
|
|
|
5286
5371
|
5,
|
|
5287
5372
|
{
|
|
5288
5373
|
"tenant": [
|
|
5289
|
-
|
|
5374
|
+
224,
|
|
5290
5375
|
"CreateTenantInput!"
|
|
5291
5376
|
]
|
|
5292
5377
|
}
|
|
@@ -5295,7 +5380,7 @@ exports.default = {
|
|
|
5295
5380
|
11,
|
|
5296
5381
|
{
|
|
5297
5382
|
"tenant": [
|
|
5298
|
-
|
|
5383
|
+
224,
|
|
5299
5384
|
"CreateTenantInput!"
|
|
5300
5385
|
]
|
|
5301
5386
|
}
|
|
@@ -5304,7 +5389,7 @@ exports.default = {
|
|
|
5304
5389
|
3,
|
|
5305
5390
|
{
|
|
5306
5391
|
"user": [
|
|
5307
|
-
|
|
5392
|
+
225,
|
|
5308
5393
|
"CreateActiveUserInput!"
|
|
5309
5394
|
]
|
|
5310
5395
|
}
|
|
@@ -5339,7 +5424,7 @@ exports.default = {
|
|
|
5339
5424
|
0,
|
|
5340
5425
|
{
|
|
5341
5426
|
"input": [
|
|
5342
|
-
|
|
5427
|
+
226,
|
|
5343
5428
|
"RegisterUserToDomainFromEmailInput!"
|
|
5344
5429
|
]
|
|
5345
5430
|
}
|
|
@@ -5348,7 +5433,7 @@ exports.default = {
|
|
|
5348
5433
|
8,
|
|
5349
5434
|
{
|
|
5350
5435
|
"dto": [
|
|
5351
|
-
|
|
5436
|
+
227,
|
|
5352
5437
|
"RefreshTokenInput!"
|
|
5353
5438
|
]
|
|
5354
5439
|
}
|
|
@@ -5357,7 +5442,7 @@ exports.default = {
|
|
|
5357
5442
|
33,
|
|
5358
5443
|
{
|
|
5359
5444
|
"input": [
|
|
5360
|
-
|
|
5445
|
+
228,
|
|
5361
5446
|
"AWSS3DeleteUseTypeFileDto!"
|
|
5362
5447
|
]
|
|
5363
5448
|
}
|
|
@@ -5366,7 +5451,7 @@ exports.default = {
|
|
|
5366
5451
|
33,
|
|
5367
5452
|
{
|
|
5368
5453
|
"input": [
|
|
5369
|
-
|
|
5454
|
+
229,
|
|
5370
5455
|
"AWSS3DeleteBucketFileDto!"
|
|
5371
5456
|
]
|
|
5372
5457
|
}
|
|
@@ -5375,7 +5460,7 @@ exports.default = {
|
|
|
5375
5460
|
33,
|
|
5376
5461
|
{
|
|
5377
5462
|
"input": [
|
|
5378
|
-
|
|
5463
|
+
230,
|
|
5379
5464
|
"AWSS3DeleteUseTypeKeyDto!"
|
|
5380
5465
|
]
|
|
5381
5466
|
}
|
|
@@ -5384,7 +5469,7 @@ exports.default = {
|
|
|
5384
5469
|
27,
|
|
5385
5470
|
{
|
|
5386
5471
|
"input": [
|
|
5387
|
-
|
|
5472
|
+
175,
|
|
5388
5473
|
"AWSS3UploadedFileDto!"
|
|
5389
5474
|
]
|
|
5390
5475
|
}
|
|
@@ -5393,7 +5478,7 @@ exports.default = {
|
|
|
5393
5478
|
56,
|
|
5394
5479
|
{
|
|
5395
5480
|
"input": [
|
|
5396
|
-
|
|
5481
|
+
231,
|
|
5397
5482
|
"CreateIndustryDto!"
|
|
5398
5483
|
]
|
|
5399
5484
|
}
|
|
@@ -5402,7 +5487,7 @@ exports.default = {
|
|
|
5402
5487
|
39,
|
|
5403
5488
|
{
|
|
5404
5489
|
"input": [
|
|
5405
|
-
|
|
5490
|
+
232,
|
|
5406
5491
|
"CreateBrandDto!"
|
|
5407
5492
|
]
|
|
5408
5493
|
}
|
|
@@ -5411,7 +5496,7 @@ exports.default = {
|
|
|
5411
5496
|
59,
|
|
5412
5497
|
{
|
|
5413
5498
|
"input": [
|
|
5414
|
-
|
|
5499
|
+
234,
|
|
5415
5500
|
"RegisterSponsorInput!"
|
|
5416
5501
|
]
|
|
5417
5502
|
}
|
|
@@ -5420,7 +5505,7 @@ exports.default = {
|
|
|
5420
5505
|
59,
|
|
5421
5506
|
{
|
|
5422
5507
|
"input": [
|
|
5423
|
-
|
|
5508
|
+
235,
|
|
5424
5509
|
"CreateSponsorDto!"
|
|
5425
5510
|
]
|
|
5426
5511
|
}
|
|
@@ -5429,43 +5514,52 @@ exports.default = {
|
|
|
5429
5514
|
104,
|
|
5430
5515
|
{
|
|
5431
5516
|
"input": [
|
|
5432
|
-
|
|
5517
|
+
162,
|
|
5433
5518
|
"InviteAthletesDto!"
|
|
5434
5519
|
]
|
|
5435
5520
|
}
|
|
5436
5521
|
],
|
|
5522
|
+
"forceDeleteAthleteCompetition": [
|
|
5523
|
+
134,
|
|
5524
|
+
{
|
|
5525
|
+
"input": [
|
|
5526
|
+
170,
|
|
5527
|
+
"DeleteSingleValueDto!"
|
|
5528
|
+
]
|
|
5529
|
+
}
|
|
5530
|
+
],
|
|
5437
5531
|
"registerAthlete": [
|
|
5438
5532
|
100,
|
|
5439
5533
|
{
|
|
5440
5534
|
"input": [
|
|
5441
|
-
|
|
5535
|
+
236,
|
|
5442
5536
|
"RegisterAthleteDto!"
|
|
5443
5537
|
]
|
|
5444
5538
|
}
|
|
5445
5539
|
],
|
|
5446
5540
|
"editProfileValue": [
|
|
5447
|
-
|
|
5541
|
+
133,
|
|
5448
5542
|
{
|
|
5449
5543
|
"input": [
|
|
5450
|
-
|
|
5544
|
+
237,
|
|
5451
5545
|
"EditValueDto!"
|
|
5452
5546
|
]
|
|
5453
5547
|
}
|
|
5454
5548
|
],
|
|
5455
5549
|
"editPicture": [
|
|
5456
|
-
|
|
5550
|
+
138,
|
|
5457
5551
|
{
|
|
5458
5552
|
"input": [
|
|
5459
|
-
|
|
5553
|
+
174,
|
|
5460
5554
|
"EditPictureDto!"
|
|
5461
5555
|
]
|
|
5462
5556
|
}
|
|
5463
5557
|
],
|
|
5464
5558
|
"AddAlbumPictures": [
|
|
5465
|
-
|
|
5559
|
+
139,
|
|
5466
5560
|
{
|
|
5467
5561
|
"input": [
|
|
5468
|
-
|
|
5562
|
+
176,
|
|
5469
5563
|
"UploadAlbumsPicturesDto!"
|
|
5470
5564
|
]
|
|
5471
5565
|
}
|
|
@@ -5474,16 +5568,16 @@ exports.default = {
|
|
|
5474
5568
|
81,
|
|
5475
5569
|
{
|
|
5476
5570
|
"input": [
|
|
5477
|
-
|
|
5571
|
+
165,
|
|
5478
5572
|
"CreateAthleteCompetitionDto!"
|
|
5479
5573
|
]
|
|
5480
5574
|
}
|
|
5481
5575
|
],
|
|
5482
5576
|
"deleteAthleteCompetition": [
|
|
5483
|
-
|
|
5577
|
+
134,
|
|
5484
5578
|
{
|
|
5485
5579
|
"input": [
|
|
5486
|
-
|
|
5580
|
+
170,
|
|
5487
5581
|
"DeleteSingleValueDto!"
|
|
5488
5582
|
]
|
|
5489
5583
|
}
|
|
@@ -5492,7 +5586,7 @@ exports.default = {
|
|
|
5492
5586
|
80,
|
|
5493
5587
|
{
|
|
5494
5588
|
"input": [
|
|
5495
|
-
|
|
5589
|
+
176,
|
|
5496
5590
|
"UploadAlbumsPicturesDto!"
|
|
5497
5591
|
]
|
|
5498
5592
|
}
|
|
@@ -5501,7 +5595,7 @@ exports.default = {
|
|
|
5501
5595
|
80,
|
|
5502
5596
|
{
|
|
5503
5597
|
"input": [
|
|
5504
|
-
|
|
5598
|
+
238,
|
|
5505
5599
|
"EditDisplayIndexDto!"
|
|
5506
5600
|
]
|
|
5507
5601
|
}
|
|
@@ -5510,16 +5604,16 @@ exports.default = {
|
|
|
5510
5604
|
80,
|
|
5511
5605
|
{
|
|
5512
5606
|
"input": [
|
|
5513
|
-
|
|
5607
|
+
176,
|
|
5514
5608
|
"UploadAlbumsPicturesDto!"
|
|
5515
5609
|
]
|
|
5516
5610
|
}
|
|
5517
5611
|
],
|
|
5518
5612
|
"deleteAthleteAlbum": [
|
|
5519
|
-
|
|
5613
|
+
134,
|
|
5520
5614
|
{
|
|
5521
5615
|
"input": [
|
|
5522
|
-
|
|
5616
|
+
170,
|
|
5523
5617
|
"DeleteSingleValueDto!"
|
|
5524
5618
|
]
|
|
5525
5619
|
}
|
|
@@ -5528,7 +5622,7 @@ exports.default = {
|
|
|
5528
5622
|
120,
|
|
5529
5623
|
{
|
|
5530
5624
|
"input": [
|
|
5531
|
-
|
|
5625
|
+
177,
|
|
5532
5626
|
"DeleteValuesDto!"
|
|
5533
5627
|
]
|
|
5534
5628
|
}
|
|
@@ -5537,7 +5631,7 @@ exports.default = {
|
|
|
5537
5631
|
76,
|
|
5538
5632
|
{
|
|
5539
5633
|
"input": [
|
|
5540
|
-
|
|
5634
|
+
164,
|
|
5541
5635
|
"SetCompetitionResultDto!"
|
|
5542
5636
|
]
|
|
5543
5637
|
}
|
|
@@ -5549,7 +5643,7 @@ exports.default = {
|
|
|
5549
5643
|
89,
|
|
5550
5644
|
{
|
|
5551
5645
|
"input": [
|
|
5552
|
-
|
|
5646
|
+
240,
|
|
5553
5647
|
"SetCurrentCampaignDto!"
|
|
5554
5648
|
]
|
|
5555
5649
|
}
|
|
@@ -5558,7 +5652,7 @@ exports.default = {
|
|
|
5558
5652
|
67,
|
|
5559
5653
|
{
|
|
5560
5654
|
"input": [
|
|
5561
|
-
|
|
5655
|
+
241,
|
|
5562
5656
|
"CreateSportDto!"
|
|
5563
5657
|
]
|
|
5564
5658
|
}
|
|
@@ -5567,7 +5661,7 @@ exports.default = {
|
|
|
5567
5661
|
67,
|
|
5568
5662
|
{
|
|
5569
5663
|
"input": [
|
|
5570
|
-
|
|
5664
|
+
242,
|
|
5571
5665
|
"UpdateSportDto!"
|
|
5572
5666
|
]
|
|
5573
5667
|
}
|
|
@@ -5576,7 +5670,7 @@ exports.default = {
|
|
|
5576
5670
|
70,
|
|
5577
5671
|
{
|
|
5578
5672
|
"input": [
|
|
5579
|
-
|
|
5673
|
+
243,
|
|
5580
5674
|
"CreateSportLevelDto!"
|
|
5581
5675
|
]
|
|
5582
5676
|
}
|
|
@@ -5585,7 +5679,7 @@ exports.default = {
|
|
|
5585
5679
|
65,
|
|
5586
5680
|
{
|
|
5587
5681
|
"input": [
|
|
5588
|
-
|
|
5682
|
+
245,
|
|
5589
5683
|
"CreateSponsorshipDto!"
|
|
5590
5684
|
]
|
|
5591
5685
|
}
|
|
@@ -5594,7 +5688,7 @@ exports.default = {
|
|
|
5594
5688
|
45,
|
|
5595
5689
|
{
|
|
5596
5690
|
"input": [
|
|
5597
|
-
|
|
5691
|
+
252,
|
|
5598
5692
|
"CreateCountryDto!"
|
|
5599
5693
|
]
|
|
5600
5694
|
}
|
|
@@ -5603,7 +5697,7 @@ exports.default = {
|
|
|
5603
5697
|
44,
|
|
5604
5698
|
{
|
|
5605
5699
|
"input": [
|
|
5606
|
-
|
|
5700
|
+
253,
|
|
5607
5701
|
"CreateStateDto!"
|
|
5608
5702
|
]
|
|
5609
5703
|
}
|
|
@@ -5612,7 +5706,7 @@ exports.default = {
|
|
|
5612
5706
|
43,
|
|
5613
5707
|
{
|
|
5614
5708
|
"input": [
|
|
5615
|
-
|
|
5709
|
+
254,
|
|
5616
5710
|
"CreateCityDto!"
|
|
5617
5711
|
]
|
|
5618
5712
|
}
|
|
@@ -5621,7 +5715,7 @@ exports.default = {
|
|
|
5621
5715
|
29,
|
|
5622
5716
|
{
|
|
5623
5717
|
"input": [
|
|
5624
|
-
|
|
5718
|
+
191,
|
|
5625
5719
|
"RegisterUserDto!"
|
|
5626
5720
|
]
|
|
5627
5721
|
}
|
|
@@ -5630,7 +5724,7 @@ exports.default = {
|
|
|
5630
5724
|
3,
|
|
5631
5725
|
{
|
|
5632
5726
|
"input": [
|
|
5633
|
-
|
|
5727
|
+
160,
|
|
5634
5728
|
"VerifyCodeDto!"
|
|
5635
5729
|
]
|
|
5636
5730
|
}
|
|
@@ -5639,7 +5733,7 @@ exports.default = {
|
|
|
5639
5733
|
0,
|
|
5640
5734
|
{
|
|
5641
5735
|
"input": [
|
|
5642
|
-
|
|
5736
|
+
160,
|
|
5643
5737
|
"VerifyCodeDto!"
|
|
5644
5738
|
]
|
|
5645
5739
|
}
|
|
@@ -5648,7 +5742,7 @@ exports.default = {
|
|
|
5648
5742
|
0,
|
|
5649
5743
|
{
|
|
5650
5744
|
"input": [
|
|
5651
|
-
|
|
5745
|
+
191,
|
|
5652
5746
|
"RegisterUserDto!"
|
|
5653
5747
|
]
|
|
5654
5748
|
}
|
|
@@ -5657,7 +5751,7 @@ exports.default = {
|
|
|
5657
5751
|
0,
|
|
5658
5752
|
{
|
|
5659
5753
|
"input": [
|
|
5660
|
-
|
|
5754
|
+
191,
|
|
5661
5755
|
"RegisterUserDto!"
|
|
5662
5756
|
]
|
|
5663
5757
|
}
|
|
@@ -5666,7 +5760,7 @@ exports.default = {
|
|
|
5666
5760
|
0,
|
|
5667
5761
|
{
|
|
5668
5762
|
"input": [
|
|
5669
|
-
|
|
5763
|
+
191,
|
|
5670
5764
|
"RegisterUserDto!"
|
|
5671
5765
|
]
|
|
5672
5766
|
}
|
|
@@ -5685,7 +5779,7 @@ exports.default = {
|
|
|
5685
5779
|
}
|
|
5686
5780
|
],
|
|
5687
5781
|
"createResetPasswordCode": [
|
|
5688
|
-
|
|
5782
|
+
133,
|
|
5689
5783
|
{
|
|
5690
5784
|
"input": [
|
|
5691
5785
|
1,
|
|
@@ -5694,16 +5788,16 @@ exports.default = {
|
|
|
5694
5788
|
}
|
|
5695
5789
|
],
|
|
5696
5790
|
"resetUserPassword": [
|
|
5697
|
-
|
|
5791
|
+
133,
|
|
5698
5792
|
{
|
|
5699
5793
|
"input": [
|
|
5700
|
-
|
|
5794
|
+
192,
|
|
5701
5795
|
"resetPasswordDto!"
|
|
5702
5796
|
]
|
|
5703
5797
|
}
|
|
5704
5798
|
],
|
|
5705
5799
|
"validateToken": [
|
|
5706
|
-
|
|
5800
|
+
146,
|
|
5707
5801
|
{
|
|
5708
5802
|
"input": [
|
|
5709
5803
|
1,
|
|
@@ -5715,7 +5809,7 @@ exports.default = {
|
|
|
5715
5809
|
105,
|
|
5716
5810
|
{
|
|
5717
5811
|
"data": [
|
|
5718
|
-
|
|
5812
|
+
255,
|
|
5719
5813
|
"RegisterStravaDto!"
|
|
5720
5814
|
]
|
|
5721
5815
|
}
|
|
@@ -5733,16 +5827,25 @@ exports.default = {
|
|
|
5733
5827
|
75,
|
|
5734
5828
|
{
|
|
5735
5829
|
"input": [
|
|
5736
|
-
|
|
5830
|
+
256,
|
|
5737
5831
|
"CreateSportEventDto!"
|
|
5738
5832
|
]
|
|
5739
5833
|
}
|
|
5740
5834
|
],
|
|
5835
|
+
"mergeSportsEvents": [
|
|
5836
|
+
130,
|
|
5837
|
+
{
|
|
5838
|
+
"input": [
|
|
5839
|
+
194,
|
|
5840
|
+
"MergeSportsEventsDto!"
|
|
5841
|
+
]
|
|
5842
|
+
}
|
|
5843
|
+
],
|
|
5741
5844
|
"setFundingStatus": [
|
|
5742
5845
|
89,
|
|
5743
5846
|
{
|
|
5744
5847
|
"input": [
|
|
5745
|
-
|
|
5848
|
+
203,
|
|
5746
5849
|
"SetFundingStatusDto!"
|
|
5747
5850
|
]
|
|
5748
5851
|
}
|
|
@@ -5751,7 +5854,7 @@ exports.default = {
|
|
|
5751
5854
|
89,
|
|
5752
5855
|
{
|
|
5753
5856
|
"input": [
|
|
5754
|
-
|
|
5857
|
+
200,
|
|
5755
5858
|
"CreateFundingCampaignDto!"
|
|
5756
5859
|
]
|
|
5757
5860
|
}
|
|
@@ -5760,16 +5863,16 @@ exports.default = {
|
|
|
5760
5863
|
89,
|
|
5761
5864
|
{
|
|
5762
5865
|
"input": [
|
|
5763
|
-
|
|
5866
|
+
202,
|
|
5764
5867
|
"UpdateFundingCampaignDto!"
|
|
5765
5868
|
]
|
|
5766
5869
|
}
|
|
5767
5870
|
],
|
|
5768
5871
|
"deleteFundingCampaign": [
|
|
5769
|
-
|
|
5872
|
+
134,
|
|
5770
5873
|
{
|
|
5771
5874
|
"input": [
|
|
5772
|
-
|
|
5875
|
+
170,
|
|
5773
5876
|
"DeleteSingleValueDto!"
|
|
5774
5877
|
]
|
|
5775
5878
|
}
|
|
@@ -5778,7 +5881,7 @@ exports.default = {
|
|
|
5778
5881
|
120,
|
|
5779
5882
|
{
|
|
5780
5883
|
"input": [
|
|
5781
|
-
|
|
5884
|
+
177,
|
|
5782
5885
|
"DeleteValuesDto!"
|
|
5783
5886
|
]
|
|
5784
5887
|
}
|
|
@@ -5796,7 +5899,7 @@ exports.default = {
|
|
|
5796
5899
|
2,
|
|
5797
5900
|
{
|
|
5798
5901
|
"input": [
|
|
5799
|
-
|
|
5902
|
+
205,
|
|
5800
5903
|
"AddCompetitionBudgetDto!"
|
|
5801
5904
|
]
|
|
5802
5905
|
}
|
|
@@ -5805,7 +5908,7 @@ exports.default = {
|
|
|
5805
5908
|
2,
|
|
5806
5909
|
{
|
|
5807
5910
|
"input": [
|
|
5808
|
-
|
|
5911
|
+
206,
|
|
5809
5912
|
"EditCompetitionBudgetDto!"
|
|
5810
5913
|
]
|
|
5811
5914
|
}
|
|
@@ -5814,7 +5917,7 @@ exports.default = {
|
|
|
5814
5917
|
2,
|
|
5815
5918
|
{
|
|
5816
5919
|
"input": [
|
|
5817
|
-
|
|
5920
|
+
207,
|
|
5818
5921
|
"EditCampaignBudgetDto!"
|
|
5819
5922
|
]
|
|
5820
5923
|
}
|
|
@@ -5823,7 +5926,7 @@ exports.default = {
|
|
|
5823
5926
|
2,
|
|
5824
5927
|
{
|
|
5825
5928
|
"input": [
|
|
5826
|
-
|
|
5929
|
+
207,
|
|
5827
5930
|
"EditCampaignBudgetDto!"
|
|
5828
5931
|
]
|
|
5829
5932
|
}
|
|
@@ -5832,7 +5935,7 @@ exports.default = {
|
|
|
5832
5935
|
82,
|
|
5833
5936
|
{
|
|
5834
5937
|
"input": [
|
|
5835
|
-
|
|
5938
|
+
208,
|
|
5836
5939
|
"CreateMembershipOrganizationDto!"
|
|
5837
5940
|
]
|
|
5838
5941
|
}
|
|
@@ -5841,16 +5944,16 @@ exports.default = {
|
|
|
5841
5944
|
84,
|
|
5842
5945
|
{
|
|
5843
5946
|
"input": [
|
|
5844
|
-
|
|
5947
|
+
209,
|
|
5845
5948
|
"CreateAthleteMembershipDto!"
|
|
5846
5949
|
]
|
|
5847
5950
|
}
|
|
5848
5951
|
],
|
|
5849
5952
|
"deleteAthleteMembershipAffilation": [
|
|
5850
|
-
|
|
5953
|
+
134,
|
|
5851
5954
|
{
|
|
5852
5955
|
"input": [
|
|
5853
|
-
|
|
5956
|
+
170,
|
|
5854
5957
|
"DeleteSingleValueDto!"
|
|
5855
5958
|
]
|
|
5856
5959
|
}
|
|
@@ -5868,7 +5971,7 @@ exports.default = {
|
|
|
5868
5971
|
97,
|
|
5869
5972
|
{
|
|
5870
5973
|
"input": [
|
|
5871
|
-
|
|
5974
|
+
257,
|
|
5872
5975
|
"CreateStripeAccountDto!"
|
|
5873
5976
|
]
|
|
5874
5977
|
}
|
|
@@ -5880,11 +5983,17 @@ exports.default = {
|
|
|
5880
5983
|
107,
|
|
5881
5984
|
{
|
|
5882
5985
|
"input": [
|
|
5883
|
-
|
|
5986
|
+
210,
|
|
5884
5987
|
"DonationCheckoutDto!"
|
|
5885
5988
|
]
|
|
5886
5989
|
}
|
|
5887
5990
|
],
|
|
5991
|
+
"createStripeLoginLink": [
|
|
5992
|
+
1
|
|
5993
|
+
],
|
|
5994
|
+
"createStripeAccountLink": [
|
|
5995
|
+
1
|
|
5996
|
+
],
|
|
5888
5997
|
"__typename": [
|
|
5889
5998
|
1
|
|
5890
5999
|
]
|
|
@@ -5916,6 +6025,9 @@ exports.default = {
|
|
|
5916
6025
|
"loginMethod": [
|
|
5917
6026
|
1
|
|
5918
6027
|
],
|
|
6028
|
+
"clientType": [
|
|
6029
|
+
1
|
|
6030
|
+
],
|
|
5919
6031
|
"__typename": [
|
|
5920
6032
|
1
|
|
5921
6033
|
]
|
|
@@ -6003,13 +6115,13 @@ exports.default = {
|
|
|
6003
6115
|
1
|
|
6004
6116
|
],
|
|
6005
6117
|
"logo": [
|
|
6006
|
-
|
|
6118
|
+
175
|
|
6007
6119
|
],
|
|
6008
6120
|
"banner": [
|
|
6009
|
-
|
|
6121
|
+
175
|
|
6010
6122
|
],
|
|
6011
6123
|
"translations": [
|
|
6012
|
-
|
|
6124
|
+
233
|
|
6013
6125
|
],
|
|
6014
6126
|
"__typename": [
|
|
6015
6127
|
1
|
|
@@ -6032,10 +6144,10 @@ exports.default = {
|
|
|
6032
6144
|
1
|
|
6033
6145
|
],
|
|
6034
6146
|
"logo": [
|
|
6035
|
-
|
|
6147
|
+
175
|
|
6036
6148
|
],
|
|
6037
6149
|
"banner": [
|
|
6038
|
-
|
|
6150
|
+
175
|
|
6039
6151
|
],
|
|
6040
6152
|
"__typename": [
|
|
6041
6153
|
1
|
|
@@ -6140,10 +6252,10 @@ exports.default = {
|
|
|
6140
6252
|
1
|
|
6141
6253
|
],
|
|
6142
6254
|
"profilePicture": [
|
|
6143
|
-
|
|
6255
|
+
175
|
|
6144
6256
|
],
|
|
6145
6257
|
"cardPicture": [
|
|
6146
|
-
|
|
6258
|
+
175
|
|
6147
6259
|
],
|
|
6148
6260
|
"__typename": [
|
|
6149
6261
|
1
|
|
@@ -6162,7 +6274,7 @@ exports.default = {
|
|
|
6162
6274
|
},
|
|
6163
6275
|
"EditDisplayIndexDto": {
|
|
6164
6276
|
"updates": [
|
|
6165
|
-
|
|
6277
|
+
239
|
|
6166
6278
|
],
|
|
6167
6279
|
"__typename": [
|
|
6168
6280
|
1
|
|
@@ -6226,7 +6338,7 @@ exports.default = {
|
|
|
6226
6338
|
18
|
|
6227
6339
|
],
|
|
6228
6340
|
"translations": [
|
|
6229
|
-
|
|
6341
|
+
244
|
|
6230
6342
|
],
|
|
6231
6343
|
"__typename": [
|
|
6232
6344
|
1
|
|
@@ -6260,10 +6372,10 @@ exports.default = {
|
|
|
6260
6372
|
18
|
|
6261
6373
|
],
|
|
6262
6374
|
"banner": [
|
|
6263
|
-
|
|
6375
|
+
175
|
|
6264
6376
|
],
|
|
6265
6377
|
"criteria": [
|
|
6266
|
-
|
|
6378
|
+
246
|
|
6267
6379
|
],
|
|
6268
6380
|
"deadline": [
|
|
6269
6381
|
14
|
|
@@ -6272,13 +6384,13 @@ exports.default = {
|
|
|
6272
6384
|
14
|
|
6273
6385
|
],
|
|
6274
6386
|
"duration": [
|
|
6275
|
-
|
|
6387
|
+
248
|
|
6276
6388
|
],
|
|
6277
6389
|
"sponsorshipItems": [
|
|
6278
|
-
|
|
6390
|
+
249
|
|
6279
6391
|
],
|
|
6280
6392
|
"commitments": [
|
|
6281
|
-
|
|
6393
|
+
250
|
|
6282
6394
|
],
|
|
6283
6395
|
"terms": [
|
|
6284
6396
|
1
|
|
@@ -6290,7 +6402,7 @@ exports.default = {
|
|
|
6290
6402
|
2
|
|
6291
6403
|
],
|
|
6292
6404
|
"translations": [
|
|
6293
|
-
|
|
6405
|
+
251
|
|
6294
6406
|
],
|
|
6295
6407
|
"__typename": [
|
|
6296
6408
|
1
|
|
@@ -6304,7 +6416,7 @@ exports.default = {
|
|
|
6304
6416
|
1
|
|
6305
6417
|
],
|
|
6306
6418
|
"qualificationsBag": [
|
|
6307
|
-
|
|
6419
|
+
247
|
|
6308
6420
|
],
|
|
6309
6421
|
"__typename": [
|
|
6310
6422
|
1
|
|
@@ -6312,28 +6424,28 @@ exports.default = {
|
|
|
6312
6424
|
},
|
|
6313
6425
|
"QualificationsBagDto": {
|
|
6314
6426
|
"ageQualifications": [
|
|
6315
|
-
|
|
6427
|
+
183
|
|
6316
6428
|
],
|
|
6317
6429
|
"genderQualifications": [
|
|
6318
|
-
|
|
6430
|
+
184
|
|
6319
6431
|
],
|
|
6320
6432
|
"scoreQualifications": [
|
|
6321
|
-
|
|
6433
|
+
186
|
|
6322
6434
|
],
|
|
6323
6435
|
"locationQualifications": [
|
|
6324
|
-
|
|
6436
|
+
187
|
|
6325
6437
|
],
|
|
6326
6438
|
"nationalityQualifications": [
|
|
6327
|
-
|
|
6439
|
+
185
|
|
6328
6440
|
],
|
|
6329
6441
|
"distanceQualifications": [
|
|
6330
|
-
|
|
6442
|
+
188
|
|
6331
6443
|
],
|
|
6332
6444
|
"sportsQualifications": [
|
|
6333
|
-
|
|
6445
|
+
189
|
|
6334
6446
|
],
|
|
6335
6447
|
"levelQualifications": [
|
|
6336
|
-
|
|
6448
|
+
190
|
|
6337
6449
|
],
|
|
6338
6450
|
"__typename": [
|
|
6339
6451
|
1
|
|
@@ -6410,7 +6522,7 @@ exports.default = {
|
|
|
6410
6522
|
1
|
|
6411
6523
|
],
|
|
6412
6524
|
"banner": [
|
|
6413
|
-
|
|
6525
|
+
175
|
|
6414
6526
|
],
|
|
6415
6527
|
"terms": [
|
|
6416
6528
|
1
|
|
@@ -6528,7 +6640,7 @@ exports.default = {
|
|
|
6528
6640
|
1
|
|
6529
6641
|
],
|
|
6530
6642
|
"banner": [
|
|
6531
|
-
|
|
6643
|
+
175
|
|
6532
6644
|
],
|
|
6533
6645
|
"eventLevel": [
|
|
6534
6646
|
1
|