@vertikalx/vtx-backend-client 2.0.0-dev.20 → 2.0.0-dev.22
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/domains.d.ts +1 -0
- package/src/api/domains.js +2 -1
- package/src/api/domains.js.map +1 -1
- package/src/api/vtx-base-api.d.ts +4 -1
- package/src/api/vtx-base-api.js +143 -15
- package/src/api/vtx-base-api.js.map +1 -1
- package/src/client/schema.d.ts +100 -0
- package/src/client/schema.js +29 -1
- package/src/client/schema.js.map +1 -1
- package/src/client/types.d.ts +43 -0
- package/src/client/types.js +261 -148
- 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
|
+
141,
|
|
13
|
+
145,
|
|
14
|
+
211
|
|
15
15
|
],
|
|
16
16
|
"types": {
|
|
17
17
|
"User": {
|
|
@@ -1875,6 +1875,9 @@ exports.default = {
|
|
|
1875
1875
|
"itemCost": [
|
|
1876
1876
|
18
|
|
1877
1877
|
],
|
|
1878
|
+
"unit": [
|
|
1879
|
+
1
|
|
1880
|
+
],
|
|
1878
1881
|
"__typename": [
|
|
1879
1882
|
1
|
|
1880
1883
|
]
|
|
@@ -2770,7 +2773,7 @@ exports.default = {
|
|
|
2770
2773
|
89
|
|
2771
2774
|
],
|
|
2772
2775
|
"mode": [
|
|
2773
|
-
|
|
2776
|
+
211
|
|
2774
2777
|
],
|
|
2775
2778
|
"athleteId": [
|
|
2776
2779
|
1
|
|
@@ -3141,6 +3144,9 @@ exports.default = {
|
|
|
3141
3144
|
"itemCost": [
|
|
3142
3145
|
18
|
|
3143
3146
|
],
|
|
3147
|
+
"unit": [
|
|
3148
|
+
1
|
|
3149
|
+
],
|
|
3144
3150
|
"totalCost": [
|
|
3145
3151
|
18
|
|
3146
3152
|
],
|
|
@@ -3282,6 +3288,28 @@ exports.default = {
|
|
|
3282
3288
|
1
|
|
3283
3289
|
]
|
|
3284
3290
|
},
|
|
3291
|
+
"BudgetItemUnit": {
|
|
3292
|
+
"_id": [
|
|
3293
|
+
1
|
|
3294
|
+
],
|
|
3295
|
+
"label": [
|
|
3296
|
+
1
|
|
3297
|
+
],
|
|
3298
|
+
"__typename": [
|
|
3299
|
+
1
|
|
3300
|
+
]
|
|
3301
|
+
},
|
|
3302
|
+
"BudgetConcept": {
|
|
3303
|
+
"_id": [
|
|
3304
|
+
1
|
|
3305
|
+
],
|
|
3306
|
+
"label": [
|
|
3307
|
+
1
|
|
3308
|
+
],
|
|
3309
|
+
"__typename": [
|
|
3310
|
+
1
|
|
3311
|
+
]
|
|
3312
|
+
},
|
|
3285
3313
|
"EditValueResponse": {
|
|
3286
3314
|
"field": [
|
|
3287
3315
|
1
|
|
@@ -3326,7 +3354,7 @@ exports.default = {
|
|
|
3326
3354
|
},
|
|
3327
3355
|
"CursorPaginationResponse": {
|
|
3328
3356
|
"sort": [
|
|
3329
|
-
|
|
3357
|
+
134
|
|
3330
3358
|
],
|
|
3331
3359
|
"initialCursorId": [
|
|
3332
3360
|
1
|
|
@@ -3358,7 +3386,7 @@ exports.default = {
|
|
|
3358
3386
|
100
|
|
3359
3387
|
],
|
|
3360
3388
|
"cursor": [
|
|
3361
|
-
|
|
3389
|
+
135
|
|
3362
3390
|
],
|
|
3363
3391
|
"__typename": [
|
|
3364
3392
|
1
|
|
@@ -3411,7 +3439,7 @@ exports.default = {
|
|
|
3411
3439
|
1
|
|
3412
3440
|
],
|
|
3413
3441
|
"json": [
|
|
3414
|
-
|
|
3442
|
+
141
|
|
3415
3443
|
],
|
|
3416
3444
|
"__typename": [
|
|
3417
3445
|
1
|
|
@@ -3481,7 +3509,7 @@ exports.default = {
|
|
|
3481
3509
|
1
|
|
3482
3510
|
],
|
|
3483
3511
|
"status": [
|
|
3484
|
-
|
|
3512
|
+
145
|
|
3485
3513
|
],
|
|
3486
3514
|
"lastError": [
|
|
3487
3515
|
1
|
|
@@ -3505,6 +3533,70 @@ exports.default = {
|
|
|
3505
3533
|
1
|
|
3506
3534
|
]
|
|
3507
3535
|
},
|
|
3536
|
+
"Donation": {
|
|
3537
|
+
"checkoutSessionId": [
|
|
3538
|
+
1
|
|
3539
|
+
],
|
|
3540
|
+
"fundingCheckoutSessionDataId": [
|
|
3541
|
+
1
|
|
3542
|
+
],
|
|
3543
|
+
"donationMode": [
|
|
3544
|
+
1
|
|
3545
|
+
],
|
|
3546
|
+
"completed": [
|
|
3547
|
+
2
|
|
3548
|
+
],
|
|
3549
|
+
"confirmed": [
|
|
3550
|
+
2
|
|
3551
|
+
],
|
|
3552
|
+
"donationAmount": [
|
|
3553
|
+
18
|
|
3554
|
+
],
|
|
3555
|
+
"completedDate": [
|
|
3556
|
+
14
|
|
3557
|
+
],
|
|
3558
|
+
"createdDate": [
|
|
3559
|
+
14
|
|
3560
|
+
],
|
|
3561
|
+
"athleteId": [
|
|
3562
|
+
1
|
|
3563
|
+
],
|
|
3564
|
+
"athleteName": [
|
|
3565
|
+
1
|
|
3566
|
+
],
|
|
3567
|
+
"message": [
|
|
3568
|
+
1
|
|
3569
|
+
],
|
|
3570
|
+
"athleteReference": [
|
|
3571
|
+
99
|
|
3572
|
+
],
|
|
3573
|
+
"campaignReference": [
|
|
3574
|
+
89
|
|
3575
|
+
],
|
|
3576
|
+
"__typename": [
|
|
3577
|
+
1
|
|
3578
|
+
]
|
|
3579
|
+
},
|
|
3580
|
+
"Member": {
|
|
3581
|
+
"_id": [
|
|
3582
|
+
1
|
|
3583
|
+
],
|
|
3584
|
+
"fullName": [
|
|
3585
|
+
1
|
|
3586
|
+
],
|
|
3587
|
+
"screenName": [
|
|
3588
|
+
1
|
|
3589
|
+
],
|
|
3590
|
+
"memberPicture": [
|
|
3591
|
+
27
|
|
3592
|
+
],
|
|
3593
|
+
"donations": [
|
|
3594
|
+
147
|
|
3595
|
+
],
|
|
3596
|
+
"__typename": [
|
|
3597
|
+
1
|
|
3598
|
+
]
|
|
3599
|
+
},
|
|
3508
3600
|
"CreateDatabaseFileDto": {
|
|
3509
3601
|
"identifier": [
|
|
3510
3602
|
1
|
|
@@ -3665,7 +3757,7 @@ exports.default = {
|
|
|
3665
3757
|
1
|
|
3666
3758
|
],
|
|
3667
3759
|
"invitations": [
|
|
3668
|
-
|
|
3760
|
+
158
|
|
3669
3761
|
],
|
|
3670
3762
|
"__typename": [
|
|
3671
3763
|
1
|
|
@@ -3776,7 +3868,7 @@ exports.default = {
|
|
|
3776
3868
|
1
|
|
3777
3869
|
],
|
|
3778
3870
|
"result": [
|
|
3779
|
-
|
|
3871
|
+
160
|
|
3780
3872
|
],
|
|
3781
3873
|
"cityId": [
|
|
3782
3874
|
1
|
|
@@ -3799,7 +3891,7 @@ exports.default = {
|
|
|
3799
3891
|
1
|
|
3800
3892
|
],
|
|
3801
3893
|
"result": [
|
|
3802
|
-
|
|
3894
|
+
160
|
|
3803
3895
|
],
|
|
3804
3896
|
"cityId": [
|
|
3805
3897
|
1
|
|
@@ -3835,13 +3927,13 @@ exports.default = {
|
|
|
3835
3927
|
},
|
|
3836
3928
|
"CursorPaginationDto": {
|
|
3837
3929
|
"sortCriteria": [
|
|
3838
|
-
|
|
3930
|
+
165
|
|
3839
3931
|
],
|
|
3840
3932
|
"limit": [
|
|
3841
3933
|
18
|
|
3842
3934
|
],
|
|
3843
3935
|
"cursorPosition": [
|
|
3844
|
-
|
|
3936
|
+
164
|
|
3845
3937
|
],
|
|
3846
3938
|
"__typename": [
|
|
3847
3939
|
1
|
|
@@ -3916,7 +4008,7 @@ exports.default = {
|
|
|
3916
4008
|
1
|
|
3917
4009
|
],
|
|
3918
4010
|
"currentCampaign": [
|
|
3919
|
-
|
|
4011
|
+
168
|
|
3920
4012
|
],
|
|
3921
4013
|
"sports": [
|
|
3922
4014
|
1
|
|
@@ -3978,10 +4070,10 @@ exports.default = {
|
|
|
3978
4070
|
},
|
|
3979
4071
|
"AthleteQueryDto": {
|
|
3980
4072
|
"cursor": [
|
|
3981
|
-
|
|
4073
|
+
166
|
|
3982
4074
|
],
|
|
3983
4075
|
"filters": [
|
|
3984
|
-
|
|
4076
|
+
169
|
|
3985
4077
|
],
|
|
3986
4078
|
"__typename": [
|
|
3987
4079
|
1
|
|
@@ -3992,7 +4084,7 @@ exports.default = {
|
|
|
3992
4084
|
1
|
|
3993
4085
|
],
|
|
3994
4086
|
"newPicture": [
|
|
3995
|
-
|
|
4087
|
+
172
|
|
3996
4088
|
],
|
|
3997
4089
|
"__typename": [
|
|
3998
4090
|
1
|
|
@@ -4026,7 +4118,7 @@ exports.default = {
|
|
|
4026
4118
|
1
|
|
4027
4119
|
],
|
|
4028
4120
|
"pictures": [
|
|
4029
|
-
|
|
4121
|
+
172
|
|
4030
4122
|
],
|
|
4031
4123
|
"albumId": [
|
|
4032
4124
|
1
|
|
@@ -4250,7 +4342,7 @@ exports.default = {
|
|
|
4250
4342
|
},
|
|
4251
4343
|
"resetPasswordDto": {
|
|
4252
4344
|
"code": [
|
|
4253
|
-
|
|
4345
|
+
157
|
|
4254
4346
|
],
|
|
4255
4347
|
"newPassword": [
|
|
4256
4348
|
1
|
|
@@ -4277,6 +4369,9 @@ exports.default = {
|
|
|
4277
4369
|
"itemCost": [
|
|
4278
4370
|
18
|
|
4279
4371
|
],
|
|
4372
|
+
"unit": [
|
|
4373
|
+
1
|
|
4374
|
+
],
|
|
4280
4375
|
"__typename": [
|
|
4281
4376
|
1
|
|
4282
4377
|
]
|
|
@@ -4291,6 +4386,9 @@ exports.default = {
|
|
|
4291
4386
|
"itemCost": [
|
|
4292
4387
|
18
|
|
4293
4388
|
],
|
|
4389
|
+
"unit": [
|
|
4390
|
+
1
|
|
4391
|
+
],
|
|
4294
4392
|
"budgetId": [
|
|
4295
4393
|
1
|
|
4296
4394
|
],
|
|
@@ -4303,7 +4401,7 @@ exports.default = {
|
|
|
4303
4401
|
18
|
|
4304
4402
|
],
|
|
4305
4403
|
"items": [
|
|
4306
|
-
|
|
4404
|
+
191
|
|
4307
4405
|
],
|
|
4308
4406
|
"__typename": [
|
|
4309
4407
|
1
|
|
@@ -4314,7 +4412,7 @@ exports.default = {
|
|
|
4314
4412
|
18
|
|
4315
4413
|
],
|
|
4316
4414
|
"items": [
|
|
4317
|
-
|
|
4415
|
+
191
|
|
4318
4416
|
],
|
|
4319
4417
|
"athleteCompetitionId": [
|
|
4320
4418
|
1
|
|
@@ -4363,16 +4461,16 @@ exports.default = {
|
|
|
4363
4461
|
14
|
|
4364
4462
|
],
|
|
4365
4463
|
"budget": [
|
|
4366
|
-
|
|
4464
|
+
193
|
|
4367
4465
|
],
|
|
4368
4466
|
"competitionBudgets": [
|
|
4369
|
-
|
|
4467
|
+
194
|
|
4370
4468
|
],
|
|
4371
4469
|
"competitionIds": [
|
|
4372
4470
|
1
|
|
4373
4471
|
],
|
|
4374
4472
|
"video": [
|
|
4375
|
-
|
|
4473
|
+
195
|
|
4376
4474
|
],
|
|
4377
4475
|
"__typename": [
|
|
4378
4476
|
1
|
|
@@ -4404,16 +4502,16 @@ exports.default = {
|
|
|
4404
4502
|
14
|
|
4405
4503
|
],
|
|
4406
4504
|
"budget": [
|
|
4407
|
-
|
|
4505
|
+
193
|
|
4408
4506
|
],
|
|
4409
4507
|
"competitionBudgets": [
|
|
4410
|
-
|
|
4508
|
+
194
|
|
4411
4509
|
],
|
|
4412
4510
|
"competitionIds": [
|
|
4413
4511
|
1
|
|
4414
4512
|
],
|
|
4415
4513
|
"video": [
|
|
4416
|
-
|
|
4514
|
+
195
|
|
4417
4515
|
],
|
|
4418
4516
|
"loginEmail": [
|
|
4419
4517
|
1
|
|
@@ -4448,16 +4546,16 @@ exports.default = {
|
|
|
4448
4546
|
14
|
|
4449
4547
|
],
|
|
4450
4548
|
"budget": [
|
|
4451
|
-
|
|
4549
|
+
193
|
|
4452
4550
|
],
|
|
4453
4551
|
"competitionBudgets": [
|
|
4454
|
-
|
|
4552
|
+
194
|
|
4455
4553
|
],
|
|
4456
4554
|
"competitionIds": [
|
|
4457
4555
|
1
|
|
4458
4556
|
],
|
|
4459
4557
|
"video": [
|
|
4460
|
-
|
|
4558
|
+
195
|
|
4461
4559
|
],
|
|
4462
4560
|
"_id": [
|
|
4463
4561
|
1
|
|
@@ -4479,7 +4577,7 @@ exports.default = {
|
|
|
4479
4577
|
},
|
|
4480
4578
|
"BudgetDto": {
|
|
4481
4579
|
"items": [
|
|
4482
|
-
|
|
4580
|
+
191
|
|
4483
4581
|
],
|
|
4484
4582
|
"fundingMode": [
|
|
4485
4583
|
1
|
|
@@ -4493,7 +4591,7 @@ exports.default = {
|
|
|
4493
4591
|
1
|
|
4494
4592
|
],
|
|
4495
4593
|
"budget": [
|
|
4496
|
-
|
|
4594
|
+
200
|
|
4497
4595
|
],
|
|
4498
4596
|
"__typename": [
|
|
4499
4597
|
1
|
|
@@ -4504,7 +4602,7 @@ exports.default = {
|
|
|
4504
4602
|
1
|
|
4505
4603
|
],
|
|
4506
4604
|
"budget": [
|
|
4507
|
-
|
|
4605
|
+
200
|
|
4508
4606
|
],
|
|
4509
4607
|
"__typename": [
|
|
4510
4608
|
1
|
|
@@ -4524,7 +4622,7 @@ exports.default = {
|
|
|
4524
4622
|
18
|
|
4525
4623
|
],
|
|
4526
4624
|
"budget": [
|
|
4527
|
-
|
|
4625
|
+
200
|
|
4528
4626
|
],
|
|
4529
4627
|
"__typename": [
|
|
4530
4628
|
1
|
|
@@ -4544,7 +4642,7 @@ exports.default = {
|
|
|
4544
4642
|
1
|
|
4545
4643
|
],
|
|
4546
4644
|
"logo": [
|
|
4547
|
-
|
|
4645
|
+
172
|
|
4548
4646
|
],
|
|
4549
4647
|
"countryId": [
|
|
4550
4648
|
1
|
|
@@ -4723,7 +4821,7 @@ exports.default = {
|
|
|
4723
4821
|
32,
|
|
4724
4822
|
{
|
|
4725
4823
|
"input": [
|
|
4726
|
-
|
|
4824
|
+
213,
|
|
4727
4825
|
"AWSS3GetUploadDto!"
|
|
4728
4826
|
]
|
|
4729
4827
|
}
|
|
@@ -4785,7 +4883,7 @@ exports.default = {
|
|
|
4785
4883
|
104,
|
|
4786
4884
|
{
|
|
4787
4885
|
"input": [
|
|
4788
|
-
|
|
4886
|
+
214,
|
|
4789
4887
|
"FindSponsorAthleteInvitationDto!"
|
|
4790
4888
|
]
|
|
4791
4889
|
}
|
|
@@ -4794,10 +4892,10 @@ exports.default = {
|
|
|
4794
4892
|
100
|
|
4795
4893
|
],
|
|
4796
4894
|
"queryAthleteFundingCampaigns": [
|
|
4797
|
-
|
|
4895
|
+
136,
|
|
4798
4896
|
{
|
|
4799
4897
|
"input": [
|
|
4800
|
-
|
|
4898
|
+
170,
|
|
4801
4899
|
"AthleteQueryDto!"
|
|
4802
4900
|
]
|
|
4803
4901
|
}
|
|
@@ -4845,7 +4943,7 @@ exports.default = {
|
|
|
4845
4943
|
81,
|
|
4846
4944
|
{
|
|
4847
4945
|
"input": [
|
|
4848
|
-
|
|
4946
|
+
215,
|
|
4849
4947
|
"GetAthleteCompetitionsDto!"
|
|
4850
4948
|
]
|
|
4851
4949
|
}
|
|
@@ -4890,10 +4988,10 @@ exports.default = {
|
|
|
4890
4988
|
}
|
|
4891
4989
|
],
|
|
4892
4990
|
"queryAthleteWithFilter": [
|
|
4893
|
-
|
|
4991
|
+
136,
|
|
4894
4992
|
{
|
|
4895
4993
|
"input": [
|
|
4896
|
-
|
|
4994
|
+
170,
|
|
4897
4995
|
"AthleteQueryDto!"
|
|
4898
4996
|
]
|
|
4899
4997
|
}
|
|
@@ -4908,10 +5006,10 @@ exports.default = {
|
|
|
4908
5006
|
}
|
|
4909
5007
|
],
|
|
4910
5008
|
"screenNameAvailability": [
|
|
4911
|
-
|
|
5009
|
+
139,
|
|
4912
5010
|
{
|
|
4913
5011
|
"input": [
|
|
4914
|
-
|
|
5012
|
+
175,
|
|
4915
5013
|
"existValueDto!"
|
|
4916
5014
|
]
|
|
4917
5015
|
}
|
|
@@ -4920,7 +5018,7 @@ exports.default = {
|
|
|
4920
5018
|
98,
|
|
4921
5019
|
{
|
|
4922
5020
|
"input": [
|
|
4923
|
-
|
|
5021
|
+
177,
|
|
4924
5022
|
"GetHistoricalScoresDto!"
|
|
4925
5023
|
]
|
|
4926
5024
|
}
|
|
@@ -4929,7 +5027,7 @@ exports.default = {
|
|
|
4929
5027
|
98,
|
|
4930
5028
|
{
|
|
4931
5029
|
"input": [
|
|
4932
|
-
|
|
5030
|
+
176,
|
|
4933
5031
|
"GetMyHistoricalScoresDto!"
|
|
4934
5032
|
]
|
|
4935
5033
|
}
|
|
@@ -4938,7 +5036,7 @@ exports.default = {
|
|
|
4938
5036
|
89,
|
|
4939
5037
|
{
|
|
4940
5038
|
"input": [
|
|
4941
|
-
|
|
5039
|
+
178,
|
|
4942
5040
|
"GetAthleteCampaignsDto!"
|
|
4943
5041
|
]
|
|
4944
5042
|
}
|
|
@@ -5010,7 +5108,7 @@ exports.default = {
|
|
|
5010
5108
|
0,
|
|
5011
5109
|
{
|
|
5012
5110
|
"input": [
|
|
5013
|
-
|
|
5111
|
+
216,
|
|
5014
5112
|
"FindVtxUserDto!"
|
|
5015
5113
|
]
|
|
5016
5114
|
}
|
|
@@ -5029,7 +5127,7 @@ exports.default = {
|
|
|
5029
5127
|
}
|
|
5030
5128
|
],
|
|
5031
5129
|
"getUserImagesFromEmail": [
|
|
5032
|
-
|
|
5130
|
+
142,
|
|
5033
5131
|
{
|
|
5034
5132
|
"loginEmail": [
|
|
5035
5133
|
1,
|
|
@@ -5050,7 +5148,7 @@ exports.default = {
|
|
|
5050
5148
|
36,
|
|
5051
5149
|
{
|
|
5052
5150
|
"input": [
|
|
5053
|
-
|
|
5151
|
+
157,
|
|
5054
5152
|
"VerifyCodeDto!"
|
|
5055
5153
|
]
|
|
5056
5154
|
}
|
|
@@ -5062,7 +5160,7 @@ exports.default = {
|
|
|
5062
5160
|
75,
|
|
5063
5161
|
{
|
|
5064
5162
|
"input": [
|
|
5065
|
-
|
|
5163
|
+
217,
|
|
5066
5164
|
"GetSportEventsDto!"
|
|
5067
5165
|
]
|
|
5068
5166
|
}
|
|
@@ -5073,6 +5171,12 @@ exports.default = {
|
|
|
5073
5171
|
"getDonationsByAthlete": [
|
|
5074
5172
|
117
|
|
5075
5173
|
],
|
|
5174
|
+
"getBudgetConcepts": [
|
|
5175
|
+
131
|
|
5176
|
+
],
|
|
5177
|
+
"getBudgetItemUnits": [
|
|
5178
|
+
130
|
|
5179
|
+
],
|
|
5076
5180
|
"getMembershipOrganizations": [
|
|
5077
5181
|
82
|
|
5078
5182
|
],
|
|
@@ -5086,10 +5190,10 @@ exports.default = {
|
|
|
5086
5190
|
116
|
|
5087
5191
|
],
|
|
5088
5192
|
"stripeQuery": [
|
|
5089
|
-
|
|
5193
|
+
140,
|
|
5090
5194
|
{
|
|
5091
5195
|
"input": [
|
|
5092
|
-
|
|
5196
|
+
207,
|
|
5093
5197
|
"StripeQueryDto!"
|
|
5094
5198
|
]
|
|
5095
5199
|
}
|
|
@@ -5098,7 +5202,7 @@ exports.default = {
|
|
|
5098
5202
|
35,
|
|
5099
5203
|
{
|
|
5100
5204
|
"input": [
|
|
5101
|
-
|
|
5205
|
+
155,
|
|
5102
5206
|
"GetDatabaseFileDto!"
|
|
5103
5207
|
]
|
|
5104
5208
|
}
|
|
@@ -5107,7 +5211,7 @@ exports.default = {
|
|
|
5107
5211
|
117,
|
|
5108
5212
|
{
|
|
5109
5213
|
"input": [
|
|
5110
|
-
|
|
5214
|
+
190,
|
|
5111
5215
|
"GetReceiptDto!"
|
|
5112
5216
|
]
|
|
5113
5217
|
}
|
|
@@ -5116,7 +5220,7 @@ exports.default = {
|
|
|
5116
5220
|
118,
|
|
5117
5221
|
{
|
|
5118
5222
|
"input": [
|
|
5119
|
-
|
|
5223
|
+
190,
|
|
5120
5224
|
"GetReceiptDto!"
|
|
5121
5225
|
]
|
|
5122
5226
|
}
|
|
@@ -5182,7 +5286,7 @@ exports.default = {
|
|
|
5182
5286
|
5,
|
|
5183
5287
|
{
|
|
5184
5288
|
"tenant": [
|
|
5185
|
-
|
|
5289
|
+
219,
|
|
5186
5290
|
"CreateTenantInput!"
|
|
5187
5291
|
]
|
|
5188
5292
|
}
|
|
@@ -5191,7 +5295,7 @@ exports.default = {
|
|
|
5191
5295
|
11,
|
|
5192
5296
|
{
|
|
5193
5297
|
"tenant": [
|
|
5194
|
-
|
|
5298
|
+
219,
|
|
5195
5299
|
"CreateTenantInput!"
|
|
5196
5300
|
]
|
|
5197
5301
|
}
|
|
@@ -5200,7 +5304,7 @@ exports.default = {
|
|
|
5200
5304
|
3,
|
|
5201
5305
|
{
|
|
5202
5306
|
"user": [
|
|
5203
|
-
|
|
5307
|
+
220,
|
|
5204
5308
|
"CreateActiveUserInput!"
|
|
5205
5309
|
]
|
|
5206
5310
|
}
|
|
@@ -5235,7 +5339,7 @@ exports.default = {
|
|
|
5235
5339
|
0,
|
|
5236
5340
|
{
|
|
5237
5341
|
"input": [
|
|
5238
|
-
|
|
5342
|
+
221,
|
|
5239
5343
|
"RegisterUserToDomainFromEmailInput!"
|
|
5240
5344
|
]
|
|
5241
5345
|
}
|
|
@@ -5244,7 +5348,7 @@ exports.default = {
|
|
|
5244
5348
|
8,
|
|
5245
5349
|
{
|
|
5246
5350
|
"dto": [
|
|
5247
|
-
|
|
5351
|
+
222,
|
|
5248
5352
|
"RefreshTokenInput!"
|
|
5249
5353
|
]
|
|
5250
5354
|
}
|
|
@@ -5253,7 +5357,7 @@ exports.default = {
|
|
|
5253
5357
|
33,
|
|
5254
5358
|
{
|
|
5255
5359
|
"input": [
|
|
5256
|
-
|
|
5360
|
+
223,
|
|
5257
5361
|
"AWSS3DeleteUseTypeFileDto!"
|
|
5258
5362
|
]
|
|
5259
5363
|
}
|
|
@@ -5262,7 +5366,7 @@ exports.default = {
|
|
|
5262
5366
|
33,
|
|
5263
5367
|
{
|
|
5264
5368
|
"input": [
|
|
5265
|
-
|
|
5369
|
+
224,
|
|
5266
5370
|
"AWSS3DeleteBucketFileDto!"
|
|
5267
5371
|
]
|
|
5268
5372
|
}
|
|
@@ -5271,7 +5375,7 @@ exports.default = {
|
|
|
5271
5375
|
33,
|
|
5272
5376
|
{
|
|
5273
5377
|
"input": [
|
|
5274
|
-
|
|
5378
|
+
225,
|
|
5275
5379
|
"AWSS3DeleteUseTypeKeyDto!"
|
|
5276
5380
|
]
|
|
5277
5381
|
}
|
|
@@ -5280,7 +5384,7 @@ exports.default = {
|
|
|
5280
5384
|
27,
|
|
5281
5385
|
{
|
|
5282
5386
|
"input": [
|
|
5283
|
-
|
|
5387
|
+
172,
|
|
5284
5388
|
"AWSS3UploadedFileDto!"
|
|
5285
5389
|
]
|
|
5286
5390
|
}
|
|
@@ -5289,7 +5393,7 @@ exports.default = {
|
|
|
5289
5393
|
56,
|
|
5290
5394
|
{
|
|
5291
5395
|
"input": [
|
|
5292
|
-
|
|
5396
|
+
226,
|
|
5293
5397
|
"CreateIndustryDto!"
|
|
5294
5398
|
]
|
|
5295
5399
|
}
|
|
@@ -5298,7 +5402,7 @@ exports.default = {
|
|
|
5298
5402
|
39,
|
|
5299
5403
|
{
|
|
5300
5404
|
"input": [
|
|
5301
|
-
|
|
5405
|
+
227,
|
|
5302
5406
|
"CreateBrandDto!"
|
|
5303
5407
|
]
|
|
5304
5408
|
}
|
|
@@ -5307,7 +5411,7 @@ exports.default = {
|
|
|
5307
5411
|
59,
|
|
5308
5412
|
{
|
|
5309
5413
|
"input": [
|
|
5310
|
-
|
|
5414
|
+
229,
|
|
5311
5415
|
"RegisterSponsorInput!"
|
|
5312
5416
|
]
|
|
5313
5417
|
}
|
|
@@ -5316,7 +5420,7 @@ exports.default = {
|
|
|
5316
5420
|
59,
|
|
5317
5421
|
{
|
|
5318
5422
|
"input": [
|
|
5319
|
-
|
|
5423
|
+
230,
|
|
5320
5424
|
"CreateSponsorDto!"
|
|
5321
5425
|
]
|
|
5322
5426
|
}
|
|
@@ -5325,7 +5429,7 @@ exports.default = {
|
|
|
5325
5429
|
104,
|
|
5326
5430
|
{
|
|
5327
5431
|
"input": [
|
|
5328
|
-
|
|
5432
|
+
159,
|
|
5329
5433
|
"InviteAthletesDto!"
|
|
5330
5434
|
]
|
|
5331
5435
|
}
|
|
@@ -5334,34 +5438,34 @@ exports.default = {
|
|
|
5334
5438
|
100,
|
|
5335
5439
|
{
|
|
5336
5440
|
"input": [
|
|
5337
|
-
|
|
5441
|
+
231,
|
|
5338
5442
|
"RegisterAthleteDto!"
|
|
5339
5443
|
]
|
|
5340
5444
|
}
|
|
5341
5445
|
],
|
|
5342
5446
|
"editProfileValue": [
|
|
5343
|
-
|
|
5447
|
+
132,
|
|
5344
5448
|
{
|
|
5345
5449
|
"input": [
|
|
5346
|
-
|
|
5450
|
+
232,
|
|
5347
5451
|
"EditValueDto!"
|
|
5348
5452
|
]
|
|
5349
5453
|
}
|
|
5350
5454
|
],
|
|
5351
5455
|
"editPicture": [
|
|
5352
|
-
|
|
5456
|
+
137,
|
|
5353
5457
|
{
|
|
5354
5458
|
"input": [
|
|
5355
|
-
|
|
5459
|
+
171,
|
|
5356
5460
|
"EditPictureDto!"
|
|
5357
5461
|
]
|
|
5358
5462
|
}
|
|
5359
5463
|
],
|
|
5360
5464
|
"AddAlbumPictures": [
|
|
5361
|
-
|
|
5465
|
+
138,
|
|
5362
5466
|
{
|
|
5363
5467
|
"input": [
|
|
5364
|
-
|
|
5468
|
+
173,
|
|
5365
5469
|
"UploadAlbumsPicturesDto!"
|
|
5366
5470
|
]
|
|
5367
5471
|
}
|
|
@@ -5370,16 +5474,16 @@ exports.default = {
|
|
|
5370
5474
|
81,
|
|
5371
5475
|
{
|
|
5372
5476
|
"input": [
|
|
5373
|
-
|
|
5477
|
+
162,
|
|
5374
5478
|
"CreateAthleteCompetitionDto!"
|
|
5375
5479
|
]
|
|
5376
5480
|
}
|
|
5377
5481
|
],
|
|
5378
5482
|
"deleteAthleteCompetition": [
|
|
5379
|
-
|
|
5483
|
+
133,
|
|
5380
5484
|
{
|
|
5381
5485
|
"input": [
|
|
5382
|
-
|
|
5486
|
+
167,
|
|
5383
5487
|
"DeleteSingleValueDto!"
|
|
5384
5488
|
]
|
|
5385
5489
|
}
|
|
@@ -5388,7 +5492,7 @@ exports.default = {
|
|
|
5388
5492
|
80,
|
|
5389
5493
|
{
|
|
5390
5494
|
"input": [
|
|
5391
|
-
|
|
5495
|
+
173,
|
|
5392
5496
|
"UploadAlbumsPicturesDto!"
|
|
5393
5497
|
]
|
|
5394
5498
|
}
|
|
@@ -5397,7 +5501,7 @@ exports.default = {
|
|
|
5397
5501
|
80,
|
|
5398
5502
|
{
|
|
5399
5503
|
"input": [
|
|
5400
|
-
|
|
5504
|
+
233,
|
|
5401
5505
|
"EditDisplayIndexDto!"
|
|
5402
5506
|
]
|
|
5403
5507
|
}
|
|
@@ -5406,16 +5510,16 @@ exports.default = {
|
|
|
5406
5510
|
80,
|
|
5407
5511
|
{
|
|
5408
5512
|
"input": [
|
|
5409
|
-
|
|
5513
|
+
173,
|
|
5410
5514
|
"UploadAlbumsPicturesDto!"
|
|
5411
5515
|
]
|
|
5412
5516
|
}
|
|
5413
5517
|
],
|
|
5414
5518
|
"deleteAthleteAlbum": [
|
|
5415
|
-
|
|
5519
|
+
133,
|
|
5416
5520
|
{
|
|
5417
5521
|
"input": [
|
|
5418
|
-
|
|
5522
|
+
167,
|
|
5419
5523
|
"DeleteSingleValueDto!"
|
|
5420
5524
|
]
|
|
5421
5525
|
}
|
|
@@ -5424,7 +5528,7 @@ exports.default = {
|
|
|
5424
5528
|
120,
|
|
5425
5529
|
{
|
|
5426
5530
|
"input": [
|
|
5427
|
-
|
|
5531
|
+
174,
|
|
5428
5532
|
"DeleteValuesDto!"
|
|
5429
5533
|
]
|
|
5430
5534
|
}
|
|
@@ -5433,7 +5537,7 @@ exports.default = {
|
|
|
5433
5537
|
76,
|
|
5434
5538
|
{
|
|
5435
5539
|
"input": [
|
|
5436
|
-
|
|
5540
|
+
161,
|
|
5437
5541
|
"SetCompetitionResultDto!"
|
|
5438
5542
|
]
|
|
5439
5543
|
}
|
|
@@ -5445,7 +5549,7 @@ exports.default = {
|
|
|
5445
5549
|
89,
|
|
5446
5550
|
{
|
|
5447
5551
|
"input": [
|
|
5448
|
-
|
|
5552
|
+
235,
|
|
5449
5553
|
"SetCurrentCampaignDto!"
|
|
5450
5554
|
]
|
|
5451
5555
|
}
|
|
@@ -5454,7 +5558,7 @@ exports.default = {
|
|
|
5454
5558
|
67,
|
|
5455
5559
|
{
|
|
5456
5560
|
"input": [
|
|
5457
|
-
|
|
5561
|
+
236,
|
|
5458
5562
|
"CreateSportDto!"
|
|
5459
5563
|
]
|
|
5460
5564
|
}
|
|
@@ -5463,7 +5567,7 @@ exports.default = {
|
|
|
5463
5567
|
67,
|
|
5464
5568
|
{
|
|
5465
5569
|
"input": [
|
|
5466
|
-
|
|
5570
|
+
237,
|
|
5467
5571
|
"UpdateSportDto!"
|
|
5468
5572
|
]
|
|
5469
5573
|
}
|
|
@@ -5472,7 +5576,7 @@ exports.default = {
|
|
|
5472
5576
|
70,
|
|
5473
5577
|
{
|
|
5474
5578
|
"input": [
|
|
5475
|
-
|
|
5579
|
+
238,
|
|
5476
5580
|
"CreateSportLevelDto!"
|
|
5477
5581
|
]
|
|
5478
5582
|
}
|
|
@@ -5481,7 +5585,7 @@ exports.default = {
|
|
|
5481
5585
|
65,
|
|
5482
5586
|
{
|
|
5483
5587
|
"input": [
|
|
5484
|
-
|
|
5588
|
+
240,
|
|
5485
5589
|
"CreateSponsorshipDto!"
|
|
5486
5590
|
]
|
|
5487
5591
|
}
|
|
@@ -5490,7 +5594,7 @@ exports.default = {
|
|
|
5490
5594
|
45,
|
|
5491
5595
|
{
|
|
5492
5596
|
"input": [
|
|
5493
|
-
|
|
5597
|
+
247,
|
|
5494
5598
|
"CreateCountryDto!"
|
|
5495
5599
|
]
|
|
5496
5600
|
}
|
|
@@ -5499,7 +5603,7 @@ exports.default = {
|
|
|
5499
5603
|
44,
|
|
5500
5604
|
{
|
|
5501
5605
|
"input": [
|
|
5502
|
-
|
|
5606
|
+
248,
|
|
5503
5607
|
"CreateStateDto!"
|
|
5504
5608
|
]
|
|
5505
5609
|
}
|
|
@@ -5508,7 +5612,7 @@ exports.default = {
|
|
|
5508
5612
|
43,
|
|
5509
5613
|
{
|
|
5510
5614
|
"input": [
|
|
5511
|
-
|
|
5615
|
+
249,
|
|
5512
5616
|
"CreateCityDto!"
|
|
5513
5617
|
]
|
|
5514
5618
|
}
|
|
@@ -5517,7 +5621,7 @@ exports.default = {
|
|
|
5517
5621
|
29,
|
|
5518
5622
|
{
|
|
5519
5623
|
"input": [
|
|
5520
|
-
|
|
5624
|
+
188,
|
|
5521
5625
|
"RegisterUserDto!"
|
|
5522
5626
|
]
|
|
5523
5627
|
}
|
|
@@ -5526,7 +5630,7 @@ exports.default = {
|
|
|
5526
5630
|
3,
|
|
5527
5631
|
{
|
|
5528
5632
|
"input": [
|
|
5529
|
-
|
|
5633
|
+
157,
|
|
5530
5634
|
"VerifyCodeDto!"
|
|
5531
5635
|
]
|
|
5532
5636
|
}
|
|
@@ -5535,7 +5639,7 @@ exports.default = {
|
|
|
5535
5639
|
0,
|
|
5536
5640
|
{
|
|
5537
5641
|
"input": [
|
|
5538
|
-
|
|
5642
|
+
157,
|
|
5539
5643
|
"VerifyCodeDto!"
|
|
5540
5644
|
]
|
|
5541
5645
|
}
|
|
@@ -5544,7 +5648,16 @@ exports.default = {
|
|
|
5544
5648
|
0,
|
|
5545
5649
|
{
|
|
5546
5650
|
"input": [
|
|
5547
|
-
|
|
5651
|
+
188,
|
|
5652
|
+
"RegisterUserDto!"
|
|
5653
|
+
]
|
|
5654
|
+
}
|
|
5655
|
+
],
|
|
5656
|
+
"registerMemberUser": [
|
|
5657
|
+
0,
|
|
5658
|
+
{
|
|
5659
|
+
"input": [
|
|
5660
|
+
188,
|
|
5548
5661
|
"RegisterUserDto!"
|
|
5549
5662
|
]
|
|
5550
5663
|
}
|
|
@@ -5553,7 +5666,7 @@ exports.default = {
|
|
|
5553
5666
|
0,
|
|
5554
5667
|
{
|
|
5555
5668
|
"input": [
|
|
5556
|
-
|
|
5669
|
+
188,
|
|
5557
5670
|
"RegisterUserDto!"
|
|
5558
5671
|
]
|
|
5559
5672
|
}
|
|
@@ -5572,7 +5685,7 @@ exports.default = {
|
|
|
5572
5685
|
}
|
|
5573
5686
|
],
|
|
5574
5687
|
"createResetPasswordCode": [
|
|
5575
|
-
|
|
5688
|
+
132,
|
|
5576
5689
|
{
|
|
5577
5690
|
"input": [
|
|
5578
5691
|
1,
|
|
@@ -5581,16 +5694,16 @@ exports.default = {
|
|
|
5581
5694
|
}
|
|
5582
5695
|
],
|
|
5583
5696
|
"resetUserPassword": [
|
|
5584
|
-
|
|
5697
|
+
132,
|
|
5585
5698
|
{
|
|
5586
5699
|
"input": [
|
|
5587
|
-
|
|
5700
|
+
189,
|
|
5588
5701
|
"resetPasswordDto!"
|
|
5589
5702
|
]
|
|
5590
5703
|
}
|
|
5591
5704
|
],
|
|
5592
5705
|
"validateToken": [
|
|
5593
|
-
|
|
5706
|
+
143,
|
|
5594
5707
|
{
|
|
5595
5708
|
"input": [
|
|
5596
5709
|
1,
|
|
@@ -5602,7 +5715,7 @@ exports.default = {
|
|
|
5602
5715
|
105,
|
|
5603
5716
|
{
|
|
5604
5717
|
"data": [
|
|
5605
|
-
|
|
5718
|
+
250,
|
|
5606
5719
|
"RegisterStravaDto!"
|
|
5607
5720
|
]
|
|
5608
5721
|
}
|
|
@@ -5620,7 +5733,7 @@ exports.default = {
|
|
|
5620
5733
|
75,
|
|
5621
5734
|
{
|
|
5622
5735
|
"input": [
|
|
5623
|
-
|
|
5736
|
+
251,
|
|
5624
5737
|
"CreateSportEventDto!"
|
|
5625
5738
|
]
|
|
5626
5739
|
}
|
|
@@ -5629,7 +5742,7 @@ exports.default = {
|
|
|
5629
5742
|
89,
|
|
5630
5743
|
{
|
|
5631
5744
|
"input": [
|
|
5632
|
-
|
|
5745
|
+
199,
|
|
5633
5746
|
"SetFundingStatusDto!"
|
|
5634
5747
|
]
|
|
5635
5748
|
}
|
|
@@ -5638,7 +5751,7 @@ exports.default = {
|
|
|
5638
5751
|
89,
|
|
5639
5752
|
{
|
|
5640
5753
|
"input": [
|
|
5641
|
-
|
|
5754
|
+
196,
|
|
5642
5755
|
"CreateFundingCampaignDto!"
|
|
5643
5756
|
]
|
|
5644
5757
|
}
|
|
@@ -5647,16 +5760,16 @@ exports.default = {
|
|
|
5647
5760
|
89,
|
|
5648
5761
|
{
|
|
5649
5762
|
"input": [
|
|
5650
|
-
|
|
5763
|
+
198,
|
|
5651
5764
|
"UpdateFundingCampaignDto!"
|
|
5652
5765
|
]
|
|
5653
5766
|
}
|
|
5654
5767
|
],
|
|
5655
5768
|
"deleteFundingCampaign": [
|
|
5656
|
-
|
|
5769
|
+
133,
|
|
5657
5770
|
{
|
|
5658
5771
|
"input": [
|
|
5659
|
-
|
|
5772
|
+
167,
|
|
5660
5773
|
"DeleteSingleValueDto!"
|
|
5661
5774
|
]
|
|
5662
5775
|
}
|
|
@@ -5665,7 +5778,7 @@ exports.default = {
|
|
|
5665
5778
|
120,
|
|
5666
5779
|
{
|
|
5667
5780
|
"input": [
|
|
5668
|
-
|
|
5781
|
+
174,
|
|
5669
5782
|
"DeleteValuesDto!"
|
|
5670
5783
|
]
|
|
5671
5784
|
}
|
|
@@ -5683,7 +5796,7 @@ exports.default = {
|
|
|
5683
5796
|
2,
|
|
5684
5797
|
{
|
|
5685
5798
|
"input": [
|
|
5686
|
-
|
|
5799
|
+
201,
|
|
5687
5800
|
"AddCompetitionBudgetDto!"
|
|
5688
5801
|
]
|
|
5689
5802
|
}
|
|
@@ -5692,7 +5805,7 @@ exports.default = {
|
|
|
5692
5805
|
2,
|
|
5693
5806
|
{
|
|
5694
5807
|
"input": [
|
|
5695
|
-
|
|
5808
|
+
202,
|
|
5696
5809
|
"EditCompetitionBudgetDto!"
|
|
5697
5810
|
]
|
|
5698
5811
|
}
|
|
@@ -5701,7 +5814,7 @@ exports.default = {
|
|
|
5701
5814
|
2,
|
|
5702
5815
|
{
|
|
5703
5816
|
"input": [
|
|
5704
|
-
|
|
5817
|
+
203,
|
|
5705
5818
|
"EditCampaignBudgetDto!"
|
|
5706
5819
|
]
|
|
5707
5820
|
}
|
|
@@ -5710,7 +5823,7 @@ exports.default = {
|
|
|
5710
5823
|
2,
|
|
5711
5824
|
{
|
|
5712
5825
|
"input": [
|
|
5713
|
-
|
|
5826
|
+
203,
|
|
5714
5827
|
"EditCampaignBudgetDto!"
|
|
5715
5828
|
]
|
|
5716
5829
|
}
|
|
@@ -5719,7 +5832,7 @@ exports.default = {
|
|
|
5719
5832
|
82,
|
|
5720
5833
|
{
|
|
5721
5834
|
"input": [
|
|
5722
|
-
|
|
5835
|
+
204,
|
|
5723
5836
|
"CreateMembershipOrganizationDto!"
|
|
5724
5837
|
]
|
|
5725
5838
|
}
|
|
@@ -5728,16 +5841,16 @@ exports.default = {
|
|
|
5728
5841
|
84,
|
|
5729
5842
|
{
|
|
5730
5843
|
"input": [
|
|
5731
|
-
|
|
5844
|
+
205,
|
|
5732
5845
|
"CreateAthleteMembershipDto!"
|
|
5733
5846
|
]
|
|
5734
5847
|
}
|
|
5735
5848
|
],
|
|
5736
5849
|
"deleteAthleteMembershipAffilation": [
|
|
5737
|
-
|
|
5850
|
+
133,
|
|
5738
5851
|
{
|
|
5739
5852
|
"input": [
|
|
5740
|
-
|
|
5853
|
+
167,
|
|
5741
5854
|
"DeleteSingleValueDto!"
|
|
5742
5855
|
]
|
|
5743
5856
|
}
|
|
@@ -5755,7 +5868,7 @@ exports.default = {
|
|
|
5755
5868
|
97,
|
|
5756
5869
|
{
|
|
5757
5870
|
"input": [
|
|
5758
|
-
|
|
5871
|
+
252,
|
|
5759
5872
|
"CreateStripeAccountDto!"
|
|
5760
5873
|
]
|
|
5761
5874
|
}
|
|
@@ -5767,7 +5880,7 @@ exports.default = {
|
|
|
5767
5880
|
107,
|
|
5768
5881
|
{
|
|
5769
5882
|
"input": [
|
|
5770
|
-
|
|
5883
|
+
206,
|
|
5771
5884
|
"DonationCheckoutDto!"
|
|
5772
5885
|
]
|
|
5773
5886
|
}
|
|
@@ -5890,13 +6003,13 @@ exports.default = {
|
|
|
5890
6003
|
1
|
|
5891
6004
|
],
|
|
5892
6005
|
"logo": [
|
|
5893
|
-
|
|
6006
|
+
172
|
|
5894
6007
|
],
|
|
5895
6008
|
"banner": [
|
|
5896
|
-
|
|
6009
|
+
172
|
|
5897
6010
|
],
|
|
5898
6011
|
"translations": [
|
|
5899
|
-
|
|
6012
|
+
228
|
|
5900
6013
|
],
|
|
5901
6014
|
"__typename": [
|
|
5902
6015
|
1
|
|
@@ -5919,10 +6032,10 @@ exports.default = {
|
|
|
5919
6032
|
1
|
|
5920
6033
|
],
|
|
5921
6034
|
"logo": [
|
|
5922
|
-
|
|
6035
|
+
172
|
|
5923
6036
|
],
|
|
5924
6037
|
"banner": [
|
|
5925
|
-
|
|
6038
|
+
172
|
|
5926
6039
|
],
|
|
5927
6040
|
"__typename": [
|
|
5928
6041
|
1
|
|
@@ -6027,10 +6140,10 @@ exports.default = {
|
|
|
6027
6140
|
1
|
|
6028
6141
|
],
|
|
6029
6142
|
"profilePicture": [
|
|
6030
|
-
|
|
6143
|
+
172
|
|
6031
6144
|
],
|
|
6032
6145
|
"cardPicture": [
|
|
6033
|
-
|
|
6146
|
+
172
|
|
6034
6147
|
],
|
|
6035
6148
|
"__typename": [
|
|
6036
6149
|
1
|
|
@@ -6049,7 +6162,7 @@ exports.default = {
|
|
|
6049
6162
|
},
|
|
6050
6163
|
"EditDisplayIndexDto": {
|
|
6051
6164
|
"updates": [
|
|
6052
|
-
|
|
6165
|
+
234
|
|
6053
6166
|
],
|
|
6054
6167
|
"__typename": [
|
|
6055
6168
|
1
|
|
@@ -6113,7 +6226,7 @@ exports.default = {
|
|
|
6113
6226
|
18
|
|
6114
6227
|
],
|
|
6115
6228
|
"translations": [
|
|
6116
|
-
|
|
6229
|
+
239
|
|
6117
6230
|
],
|
|
6118
6231
|
"__typename": [
|
|
6119
6232
|
1
|
|
@@ -6147,10 +6260,10 @@ exports.default = {
|
|
|
6147
6260
|
18
|
|
6148
6261
|
],
|
|
6149
6262
|
"banner": [
|
|
6150
|
-
|
|
6263
|
+
172
|
|
6151
6264
|
],
|
|
6152
6265
|
"criteria": [
|
|
6153
|
-
|
|
6266
|
+
241
|
|
6154
6267
|
],
|
|
6155
6268
|
"deadline": [
|
|
6156
6269
|
14
|
|
@@ -6159,13 +6272,13 @@ exports.default = {
|
|
|
6159
6272
|
14
|
|
6160
6273
|
],
|
|
6161
6274
|
"duration": [
|
|
6162
|
-
|
|
6275
|
+
243
|
|
6163
6276
|
],
|
|
6164
6277
|
"sponsorshipItems": [
|
|
6165
|
-
|
|
6278
|
+
244
|
|
6166
6279
|
],
|
|
6167
6280
|
"commitments": [
|
|
6168
|
-
|
|
6281
|
+
245
|
|
6169
6282
|
],
|
|
6170
6283
|
"terms": [
|
|
6171
6284
|
1
|
|
@@ -6177,7 +6290,7 @@ exports.default = {
|
|
|
6177
6290
|
2
|
|
6178
6291
|
],
|
|
6179
6292
|
"translations": [
|
|
6180
|
-
|
|
6293
|
+
246
|
|
6181
6294
|
],
|
|
6182
6295
|
"__typename": [
|
|
6183
6296
|
1
|
|
@@ -6191,7 +6304,7 @@ exports.default = {
|
|
|
6191
6304
|
1
|
|
6192
6305
|
],
|
|
6193
6306
|
"qualificationsBag": [
|
|
6194
|
-
|
|
6307
|
+
242
|
|
6195
6308
|
],
|
|
6196
6309
|
"__typename": [
|
|
6197
6310
|
1
|
|
@@ -6199,28 +6312,28 @@ exports.default = {
|
|
|
6199
6312
|
},
|
|
6200
6313
|
"QualificationsBagDto": {
|
|
6201
6314
|
"ageQualifications": [
|
|
6202
|
-
|
|
6315
|
+
180
|
|
6203
6316
|
],
|
|
6204
6317
|
"genderQualifications": [
|
|
6205
|
-
|
|
6318
|
+
181
|
|
6206
6319
|
],
|
|
6207
6320
|
"scoreQualifications": [
|
|
6208
|
-
|
|
6321
|
+
183
|
|
6209
6322
|
],
|
|
6210
6323
|
"locationQualifications": [
|
|
6211
|
-
|
|
6324
|
+
184
|
|
6212
6325
|
],
|
|
6213
6326
|
"nationalityQualifications": [
|
|
6214
|
-
|
|
6327
|
+
182
|
|
6215
6328
|
],
|
|
6216
6329
|
"distanceQualifications": [
|
|
6217
|
-
|
|
6330
|
+
185
|
|
6218
6331
|
],
|
|
6219
6332
|
"sportsQualifications": [
|
|
6220
|
-
|
|
6333
|
+
186
|
|
6221
6334
|
],
|
|
6222
6335
|
"levelQualifications": [
|
|
6223
|
-
|
|
6336
|
+
187
|
|
6224
6337
|
],
|
|
6225
6338
|
"__typename": [
|
|
6226
6339
|
1
|
|
@@ -6297,7 +6410,7 @@ exports.default = {
|
|
|
6297
6410
|
1
|
|
6298
6411
|
],
|
|
6299
6412
|
"banner": [
|
|
6300
|
-
|
|
6413
|
+
172
|
|
6301
6414
|
],
|
|
6302
6415
|
"terms": [
|
|
6303
6416
|
1
|
|
@@ -6415,7 +6528,7 @@ exports.default = {
|
|
|
6415
6528
|
1
|
|
6416
6529
|
],
|
|
6417
6530
|
"banner": [
|
|
6418
|
-
|
|
6531
|
+
172
|
|
6419
6532
|
],
|
|
6420
6533
|
"eventLevel": [
|
|
6421
6534
|
1
|