@vertikalx/vtx-backend-client 3.0.0-dev-max.44 → 3.0.0-dev-max.45

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.
@@ -9,11 +9,11 @@ exports.default = {
9
9
  102,
10
10
  127,
11
11
  128,
12
- 141,
13
- 154,
12
+ 145,
14
13
  158,
15
- 169,
16
- 248
14
+ 162,
15
+ 173,
16
+ 255
17
17
  ],
18
18
  "types": {
19
19
  "User": {
@@ -2793,7 +2793,7 @@ exports.default = {
2793
2793
  89
2794
2794
  ],
2795
2795
  "mode": [
2796
- 248
2796
+ 255
2797
2797
  ],
2798
2798
  "athleteId": [
2799
2799
  1
@@ -3522,6 +3522,188 @@ exports.default = {
3522
3522
  1
3523
3523
  ]
3524
3524
  },
3525
+ "Offer": {
3526
+ "_id": [
3527
+ 1
3528
+ ],
3529
+ "name": [
3530
+ 1
3531
+ ],
3532
+ "label": [
3533
+ 1
3534
+ ],
3535
+ "decription": [
3536
+ 1
3537
+ ],
3538
+ "offerImage": [
3539
+ 27
3540
+ ],
3541
+ "type": [
3542
+ 1
3543
+ ],
3544
+ "status": [
3545
+ 1
3546
+ ],
3547
+ "discountType": [
3548
+ 1
3549
+ ],
3550
+ "discountTypeData": [
3551
+ 1
3552
+ ],
3553
+ "conditions": [
3554
+ 1
3555
+ ],
3556
+ "brand": [
3557
+ 39
3558
+ ],
3559
+ "sponsor": [
3560
+ 59
3561
+ ],
3562
+ "criteria": [
3563
+ 54
3564
+ ],
3565
+ "dateStart": [
3566
+ 14
3567
+ ],
3568
+ "dateEnd": [
3569
+ 14
3570
+ ],
3571
+ "dateCreated": [
3572
+ 14
3573
+ ],
3574
+ "__typename": [
3575
+ 1
3576
+ ]
3577
+ },
3578
+ "Promotion": {
3579
+ "_id": [
3580
+ 1
3581
+ ],
3582
+ "name": [
3583
+ 1
3584
+ ],
3585
+ "label": [
3586
+ 1
3587
+ ],
3588
+ "decription": [
3589
+ 1
3590
+ ],
3591
+ "offerImage": [
3592
+ 27
3593
+ ],
3594
+ "type": [
3595
+ 1
3596
+ ],
3597
+ "status": [
3598
+ 1
3599
+ ],
3600
+ "discountType": [
3601
+ 1
3602
+ ],
3603
+ "discountTypeData": [
3604
+ 1
3605
+ ],
3606
+ "conditions": [
3607
+ 1
3608
+ ],
3609
+ "brand": [
3610
+ 39
3611
+ ],
3612
+ "sponsor": [
3613
+ 59
3614
+ ],
3615
+ "criteria": [
3616
+ 54
3617
+ ],
3618
+ "dateStart": [
3619
+ 14
3620
+ ],
3621
+ "dateEnd": [
3622
+ 14
3623
+ ],
3624
+ "dateCreated": [
3625
+ 14
3626
+ ],
3627
+ "__typename": [
3628
+ 1
3629
+ ]
3630
+ },
3631
+ "CouponCode": {
3632
+ "_id": [
3633
+ 1
3634
+ ],
3635
+ "couponId": [
3636
+ 1
3637
+ ],
3638
+ "code": [
3639
+ 1
3640
+ ],
3641
+ "expires": [
3642
+ 14
3643
+ ],
3644
+ "dateCreated": [
3645
+ 14
3646
+ ],
3647
+ "__typename": [
3648
+ 1
3649
+ ]
3650
+ },
3651
+ "Coupon": {
3652
+ "_id": [
3653
+ 1
3654
+ ],
3655
+ "name": [
3656
+ 1
3657
+ ],
3658
+ "label": [
3659
+ 1
3660
+ ],
3661
+ "decription": [
3662
+ 1
3663
+ ],
3664
+ "offerImage": [
3665
+ 27
3666
+ ],
3667
+ "type": [
3668
+ 1
3669
+ ],
3670
+ "status": [
3671
+ 1
3672
+ ],
3673
+ "discountType": [
3674
+ 1
3675
+ ],
3676
+ "discountTypeData": [
3677
+ 1
3678
+ ],
3679
+ "conditions": [
3680
+ 1
3681
+ ],
3682
+ "brand": [
3683
+ 39
3684
+ ],
3685
+ "sponsor": [
3686
+ 59
3687
+ ],
3688
+ "criteria": [
3689
+ 54
3690
+ ],
3691
+ "dateStart": [
3692
+ 14
3693
+ ],
3694
+ "dateEnd": [
3695
+ 14
3696
+ ],
3697
+ "dateCreated": [
3698
+ 14
3699
+ ],
3700
+ "couponCodes": [
3701
+ 140
3702
+ ],
3703
+ "__typename": [
3704
+ 1
3705
+ ]
3706
+ },
3525
3707
  "EditValueResponse": {
3526
3708
  "field": [
3527
3709
  1
@@ -3555,7 +3737,7 @@ exports.default = {
3555
3737
  },
3556
3738
  "ScoreRefreshDetail": {
3557
3739
  "status": [
3558
- 141
3740
+ 145
3559
3741
  ],
3560
3742
  "message": [
3561
3743
  1
@@ -3573,19 +3755,19 @@ exports.default = {
3573
3755
  1
3574
3756
  ],
3575
3757
  "status": [
3576
- 141
3758
+ 145
3577
3759
  ],
3578
3760
  "message": [
3579
3761
  1
3580
3762
  ],
3581
3763
  "tpi": [
3582
- 140
3764
+ 144
3583
3765
  ],
3584
3766
  "spi": [
3585
- 140
3767
+ 144
3586
3768
  ],
3587
3769
  "api": [
3588
- 140
3770
+ 144
3589
3771
  ],
3590
3772
  "__typename": [
3591
3773
  1
@@ -3593,7 +3775,7 @@ exports.default = {
3593
3775
  },
3594
3776
  "ForceScoreRefreshResponse": {
3595
3777
  "results": [
3596
- 142
3778
+ 146
3597
3779
  ],
3598
3780
  "successCount": [
3599
3781
  18
@@ -3621,7 +3803,7 @@ exports.default = {
3621
3803
  },
3622
3804
  "CursorPaginationResponse": {
3623
3805
  "sort": [
3624
- 144
3806
+ 148
3625
3807
  ],
3626
3808
  "initialCursorId": [
3627
3809
  1
@@ -3653,7 +3835,7 @@ exports.default = {
3653
3835
  100
3654
3836
  ],
3655
3837
  "cursor": [
3656
- 145
3838
+ 149
3657
3839
  ],
3658
3840
  "__typename": [
3659
3841
  1
@@ -3717,7 +3899,7 @@ exports.default = {
3717
3899
  },
3718
3900
  "CompetitionDeleteVerificationResponse": {
3719
3901
  "reasons": [
3720
- 150
3902
+ 154
3721
3903
  ],
3722
3904
  "__typename": [
3723
3905
  1
@@ -3763,7 +3945,7 @@ exports.default = {
3763
3945
  1
3764
3946
  ],
3765
3947
  "json": [
3766
- 154
3948
+ 158
3767
3949
  ],
3768
3950
  "__typename": [
3769
3951
  1
@@ -3801,7 +3983,7 @@ exports.default = {
3801
3983
  },
3802
3984
  "CheckScoreRefreshCapabilityResponse": {
3803
3985
  "capabilities": [
3804
- 155
3986
+ 159
3805
3987
  ],
3806
3988
  "__typename": [
3807
3989
  1
@@ -3809,16 +3991,16 @@ exports.default = {
3809
3991
  },
3810
3992
  "EnhancedPaginationInfoType": {
3811
3993
  "currentPage": [
3812
- 158
3994
+ 162
3813
3995
  ],
3814
3996
  "totalPages": [
3815
- 158
3997
+ 162
3816
3998
  ],
3817
3999
  "totalItems": [
3818
- 158
4000
+ 162
3819
4001
  ],
3820
4002
  "itemsPerPage": [
3821
- 158
4003
+ 162
3822
4004
  ],
3823
4005
  "hasNextPage": [
3824
4006
  2
@@ -3827,10 +4009,10 @@ exports.default = {
3827
4009
  2
3828
4010
  ],
3829
4011
  "startIndex": [
3830
- 158
4012
+ 162
3831
4013
  ],
3832
4014
  "endIndex": [
3833
- 158
4015
+ 162
3834
4016
  ],
3835
4017
  "__typename": [
3836
4018
  1
@@ -3842,7 +4024,7 @@ exports.default = {
3842
4024
  67
3843
4025
  ],
3844
4026
  "pagination": [
3845
- 157
4027
+ 161
3846
4028
  ],
3847
4029
  "__typename": [
3848
4030
  1
@@ -3913,7 +4095,7 @@ exports.default = {
3913
4095
  135
3914
4096
  ],
3915
4097
  "pagination": [
3916
- 157
4098
+ 161
3917
4099
  ],
3918
4100
  "__typename": [
3919
4101
  1
@@ -3980,7 +4162,7 @@ exports.default = {
3980
4162
  75
3981
4163
  ],
3982
4164
  "pagination": [
3983
- 157
4165
+ 161
3984
4166
  ],
3985
4167
  "__typename": [
3986
4168
  1
@@ -4008,10 +4190,10 @@ exports.default = {
4008
4190
  1
4009
4191
  ],
4010
4192
  "availableBalances": [
4011
- 166
4193
+ 170
4012
4194
  ],
4013
4195
  "pendingBalances": [
4014
- 166
4196
+ 170
4015
4197
  ],
4016
4198
  "__typename": [
4017
4199
  1
@@ -4049,7 +4231,7 @@ exports.default = {
4049
4231
  1
4050
4232
  ],
4051
4233
  "status": [
4052
- 169
4234
+ 173
4053
4235
  ],
4054
4236
  "lastError": [
4055
4237
  1
@@ -4078,7 +4260,7 @@ exports.default = {
4078
4260
  137
4079
4261
  ],
4080
4262
  "pagination": [
4081
- 157
4263
+ 161
4082
4264
  ],
4083
4265
  "__typename": [
4084
4266
  1
@@ -4273,7 +4455,7 @@ exports.default = {
4273
4455
  1
4274
4456
  ],
4275
4457
  "invitations": [
4276
- 182
4458
+ 186
4277
4459
  ],
4278
4460
  "__typename": [
4279
4461
  1
@@ -4384,7 +4566,7 @@ exports.default = {
4384
4566
  1
4385
4567
  ],
4386
4568
  "result": [
4387
- 184
4569
+ 188
4388
4570
  ],
4389
4571
  "cityId": [
4390
4572
  1
@@ -4407,7 +4589,7 @@ exports.default = {
4407
4589
  1
4408
4590
  ],
4409
4591
  "result": [
4410
- 184
4592
+ 188
4411
4593
  ],
4412
4594
  "cityId": [
4413
4595
  1
@@ -4443,13 +4625,13 @@ exports.default = {
4443
4625
  },
4444
4626
  "CursorPaginationDto": {
4445
4627
  "sortCriteria": [
4446
- 188
4628
+ 192
4447
4629
  ],
4448
4630
  "limit": [
4449
4631
  18
4450
4632
  ],
4451
4633
  "cursorPosition": [
4452
- 189
4634
+ 193
4453
4635
  ],
4454
4636
  "__typename": [
4455
4637
  1
@@ -4524,7 +4706,7 @@ exports.default = {
4524
4706
  1
4525
4707
  ],
4526
4708
  "currentCampaign": [
4527
- 192
4709
+ 196
4528
4710
  ],
4529
4711
  "sports": [
4530
4712
  1
@@ -4586,10 +4768,10 @@ exports.default = {
4586
4768
  },
4587
4769
  "AthleteQueryDto": {
4588
4770
  "cursor": [
4589
- 190
4771
+ 194
4590
4772
  ],
4591
4773
  "filters": [
4592
- 193
4774
+ 197
4593
4775
  ],
4594
4776
  "__typename": [
4595
4777
  1
@@ -4600,7 +4782,7 @@ exports.default = {
4600
4782
  1
4601
4783
  ],
4602
4784
  "newPicture": [
4603
- 196
4785
+ 200
4604
4786
  ],
4605
4787
  "__typename": [
4606
4788
  1
@@ -4634,7 +4816,7 @@ exports.default = {
4634
4816
  1
4635
4817
  ],
4636
4818
  "pictures": [
4637
- 196
4819
+ 200
4638
4820
  ],
4639
4821
  "albumId": [
4640
4822
  1
@@ -4725,10 +4907,10 @@ exports.default = {
4725
4907
  },
4726
4908
  "SportQueryDto": {
4727
4909
  "page": [
4728
- 158
4910
+ 162
4729
4911
  ],
4730
4912
  "limit": [
4731
- 158
4913
+ 162
4732
4914
  ],
4733
4915
  "search": [
4734
4916
  1
@@ -4908,7 +5090,7 @@ exports.default = {
4908
5090
  },
4909
5091
  "resetPasswordDto": {
4910
5092
  "code": [
4911
- 180
5093
+ 184
4912
5094
  ],
4913
5095
  "newPassword": [
4914
5096
  1
@@ -4930,10 +5112,10 @@ exports.default = {
4930
5112
  },
4931
5113
  "UserQueryDto": {
4932
5114
  "page": [
4933
- 158
5115
+ 162
4934
5116
  ],
4935
5117
  "limit": [
4936
- 158
5118
+ 162
4937
5119
  ],
4938
5120
  "search": [
4939
5121
  1
@@ -5039,7 +5221,7 @@ exports.default = {
5039
5221
  1
5040
5222
  ],
5041
5223
  "banner": [
5042
- 196
5224
+ 200
5043
5225
  ],
5044
5226
  "eventLevel": [
5045
5227
  1
@@ -5073,10 +5255,10 @@ exports.default = {
5073
5255
  },
5074
5256
  "EventQueryDto": {
5075
5257
  "page": [
5076
- 158
5258
+ 162
5077
5259
  ],
5078
5260
  "limit": [
5079
- 158
5261
+ 162
5080
5262
  ],
5081
5263
  "search": [
5082
5264
  1
@@ -5148,7 +5330,7 @@ exports.default = {
5148
5330
  18
5149
5331
  ],
5150
5332
  "items": [
5151
- 227
5333
+ 231
5152
5334
  ],
5153
5335
  "__typename": [
5154
5336
  1
@@ -5159,7 +5341,7 @@ exports.default = {
5159
5341
  18
5160
5342
  ],
5161
5343
  "items": [
5162
- 227
5344
+ 231
5163
5345
  ],
5164
5346
  "athleteCompetitionId": [
5165
5347
  1
@@ -5208,16 +5390,16 @@ exports.default = {
5208
5390
  14
5209
5391
  ],
5210
5392
  "budget": [
5211
- 229
5393
+ 233
5212
5394
  ],
5213
5395
  "competitionBudgets": [
5214
- 230
5396
+ 234
5215
5397
  ],
5216
5398
  "competitionIds": [
5217
5399
  1
5218
5400
  ],
5219
5401
  "video": [
5220
- 231
5402
+ 235
5221
5403
  ],
5222
5404
  "__typename": [
5223
5405
  1
@@ -5249,16 +5431,16 @@ exports.default = {
5249
5431
  14
5250
5432
  ],
5251
5433
  "budget": [
5252
- 229
5434
+ 233
5253
5435
  ],
5254
5436
  "competitionBudgets": [
5255
- 230
5437
+ 234
5256
5438
  ],
5257
5439
  "competitionIds": [
5258
5440
  1
5259
5441
  ],
5260
5442
  "video": [
5261
- 231
5443
+ 235
5262
5444
  ],
5263
5445
  "loginEmail": [
5264
5446
  1
@@ -5293,16 +5475,16 @@ exports.default = {
5293
5475
  14
5294
5476
  ],
5295
5477
  "budget": [
5296
- 229
5478
+ 233
5297
5479
  ],
5298
5480
  "competitionBudgets": [
5299
- 230
5481
+ 234
5300
5482
  ],
5301
5483
  "competitionIds": [
5302
5484
  1
5303
5485
  ],
5304
5486
  "video": [
5305
- 231
5487
+ 235
5306
5488
  ],
5307
5489
  "_id": [
5308
5490
  1
@@ -5324,7 +5506,7 @@ exports.default = {
5324
5506
  },
5325
5507
  "BudgetDto": {
5326
5508
  "items": [
5327
- 227
5509
+ 231
5328
5510
  ],
5329
5511
  "fundingMode": [
5330
5512
  1
@@ -5338,7 +5520,7 @@ exports.default = {
5338
5520
  1
5339
5521
  ],
5340
5522
  "budget": [
5341
- 236
5523
+ 240
5342
5524
  ],
5343
5525
  "__typename": [
5344
5526
  1
@@ -5349,7 +5531,7 @@ exports.default = {
5349
5531
  1
5350
5532
  ],
5351
5533
  "budget": [
5352
- 236
5534
+ 240
5353
5535
  ],
5354
5536
  "__typename": [
5355
5537
  1
@@ -5369,7 +5551,7 @@ exports.default = {
5369
5551
  18
5370
5552
  ],
5371
5553
  "budget": [
5372
- 236
5554
+ 240
5373
5555
  ],
5374
5556
  "__typename": [
5375
5557
  1
@@ -5389,7 +5571,7 @@ exports.default = {
5389
5571
  1
5390
5572
  ],
5391
5573
  "logo": [
5392
- 196
5574
+ 200
5393
5575
  ],
5394
5576
  "countryId": [
5395
5577
  1
@@ -5477,7 +5659,7 @@ exports.default = {
5477
5659
  1
5478
5660
  ],
5479
5661
  "profilePicture": [
5480
- 196
5662
+ 200
5481
5663
  ],
5482
5664
  "__typename": [
5483
5665
  1
@@ -5485,10 +5667,10 @@ exports.default = {
5485
5667
  },
5486
5668
  "TransactionQueryDto": {
5487
5669
  "page": [
5488
- 158
5670
+ 162
5489
5671
  ],
5490
5672
  "limit": [
5491
- 158
5673
+ 162
5492
5674
  ],
5493
5675
  "search": [
5494
5676
  1
@@ -5529,7 +5711,97 @@ exports.default = {
5529
5711
  18
5530
5712
  ],
5531
5713
  "sortCriteria": [
5532
- 188
5714
+ 192
5715
+ ],
5716
+ "__typename": [
5717
+ 1
5718
+ ]
5719
+ },
5720
+ "CreateOfferDto": {
5721
+ "name": [
5722
+ 1
5723
+ ],
5724
+ "label": [
5725
+ 1
5726
+ ],
5727
+ "decription": [
5728
+ 1
5729
+ ],
5730
+ "offerImage": [
5731
+ 200
5732
+ ],
5733
+ "type": [
5734
+ 1
5735
+ ],
5736
+ "status": [
5737
+ 1
5738
+ ],
5739
+ "discountType": [
5740
+ 1
5741
+ ],
5742
+ "discountTypeData": [
5743
+ 1
5744
+ ],
5745
+ "conditions": [
5746
+ 1
5747
+ ],
5748
+ "brandId": [
5749
+ 1
5750
+ ],
5751
+ "sponsorId": [
5752
+ 1
5753
+ ],
5754
+ "criteria": [
5755
+ 253
5756
+ ],
5757
+ "dateStart": [
5758
+ 14
5759
+ ],
5760
+ "dateEnd": [
5761
+ 14
5762
+ ],
5763
+ "__typename": [
5764
+ 1
5765
+ ]
5766
+ },
5767
+ "AthleteCriteriaDto": {
5768
+ "_id": [
5769
+ 1
5770
+ ],
5771
+ "label": [
5772
+ 1
5773
+ ],
5774
+ "qualificationsBag": [
5775
+ 254
5776
+ ],
5777
+ "__typename": [
5778
+ 1
5779
+ ]
5780
+ },
5781
+ "QualificationsBagDto": {
5782
+ "ageQualifications": [
5783
+ 211
5784
+ ],
5785
+ "genderQualifications": [
5786
+ 212
5787
+ ],
5788
+ "scoreQualifications": [
5789
+ 214
5790
+ ],
5791
+ "locationQualifications": [
5792
+ 215
5793
+ ],
5794
+ "nationalityQualifications": [
5795
+ 213
5796
+ ],
5797
+ "distanceQualifications": [
5798
+ 216
5799
+ ],
5800
+ "sportsQualifications": [
5801
+ 217
5802
+ ],
5803
+ "levelQualifications": [
5804
+ 218
5533
5805
  ],
5534
5806
  "__typename": [
5535
5807
  1
@@ -5606,7 +5878,7 @@ exports.default = {
5606
5878
  32,
5607
5879
  {
5608
5880
  "input": [
5609
- 250,
5881
+ 257,
5610
5882
  "AWSS3GetUploadDto!"
5611
5883
  ]
5612
5884
  }
@@ -5668,16 +5940,16 @@ exports.default = {
5668
5940
  104,
5669
5941
  {
5670
5942
  "input": [
5671
- 251,
5943
+ 258,
5672
5944
  "FindSponsorAthleteInvitationDto!"
5673
5945
  ]
5674
5946
  }
5675
5947
  ],
5676
5948
  "verifyAthleteCompetitionLinkedForDelete": [
5677
- 151,
5949
+ 155,
5678
5950
  {
5679
5951
  "input": [
5680
- 199,
5952
+ 203,
5681
5953
  "existValueDto!"
5682
5954
  ]
5683
5955
  }
@@ -5686,10 +5958,10 @@ exports.default = {
5686
5958
  100
5687
5959
  ],
5688
5960
  "queryAthleteFundingCampaigns": [
5689
- 146,
5961
+ 150,
5690
5962
  {
5691
5963
  "input": [
5692
- 194,
5964
+ 198,
5693
5965
  "AthleteQueryDto!"
5694
5966
  ]
5695
5967
  }
@@ -5737,7 +6009,7 @@ exports.default = {
5737
6009
  81,
5738
6010
  {
5739
6011
  "input": [
5740
- 252,
6012
+ 259,
5741
6013
  "GetAthleteCompetitionsDto!"
5742
6014
  ]
5743
6015
  }
@@ -5782,10 +6054,10 @@ exports.default = {
5782
6054
  }
5783
6055
  ],
5784
6056
  "queryAthleteWithFilter": [
5785
- 146,
6057
+ 150,
5786
6058
  {
5787
6059
  "input": [
5788
- 194,
6060
+ 198,
5789
6061
  "AthleteQueryDto!"
5790
6062
  ]
5791
6063
  }
@@ -5800,28 +6072,28 @@ exports.default = {
5800
6072
  }
5801
6073
  ],
5802
6074
  "screenNameAvailability": [
5803
- 149,
6075
+ 153,
5804
6076
  {
5805
6077
  "input": [
5806
- 199,
6078
+ 203,
5807
6079
  "existValueDto!"
5808
6080
  ]
5809
6081
  }
5810
6082
  ],
5811
6083
  "checkScoreRefreshCapabilities": [
5812
- 156,
6084
+ 160,
5813
6085
  {
5814
6086
  "input": [
5815
- 204,
6087
+ 208,
5816
6088
  "CheckScoreRefreshCapabilityDto!"
5817
6089
  ]
5818
6090
  }
5819
6091
  ],
5820
6092
  "getAthleteHistoricalScoresPeriod": [
5821
- 152,
6093
+ 156,
5822
6094
  {
5823
6095
  "input": [
5824
- 201,
6096
+ 205,
5825
6097
  "GetHistoricalScoresDto!"
5826
6098
  ]
5827
6099
  }
@@ -5830,16 +6102,16 @@ exports.default = {
5830
6102
  98,
5831
6103
  {
5832
6104
  "input": [
5833
- 201,
6105
+ 205,
5834
6106
  "GetHistoricalScoresDto!"
5835
6107
  ]
5836
6108
  }
5837
6109
  ],
5838
6110
  "getMyHistoricalScoresPeriod": [
5839
- 152,
6111
+ 156,
5840
6112
  {
5841
6113
  "input": [
5842
- 200,
6114
+ 204,
5843
6115
  "GetMyHistoricalScoresDto!"
5844
6116
  ]
5845
6117
  }
@@ -5848,7 +6120,7 @@ exports.default = {
5848
6120
  98,
5849
6121
  {
5850
6122
  "input": [
5851
- 200,
6123
+ 204,
5852
6124
  "GetMyHistoricalScoresDto!"
5853
6125
  ]
5854
6126
  }
@@ -5857,7 +6129,7 @@ exports.default = {
5857
6129
  89,
5858
6130
  {
5859
6131
  "input": [
5860
- 202,
6132
+ 206,
5861
6133
  "GetAthleteCampaignsDto!"
5862
6134
  ]
5863
6135
  }
@@ -5866,10 +6138,10 @@ exports.default = {
5866
6138
  67
5867
6139
  ],
5868
6140
  "getSportsPaginated": [
5869
- 159,
6141
+ 163,
5870
6142
  {
5871
6143
  "query": [
5872
- 205
6144
+ 209
5873
6145
  ]
5874
6146
  }
5875
6147
  ],
@@ -5937,7 +6209,7 @@ exports.default = {
5937
6209
  0,
5938
6210
  {
5939
6211
  "input": [
5940
- 253,
6212
+ 260,
5941
6213
  "FindVtxUserDto!"
5942
6214
  ]
5943
6215
  }
@@ -5956,7 +6228,7 @@ exports.default = {
5956
6228
  }
5957
6229
  ],
5958
6230
  "getUserImagesFromEmail": [
5959
- 160,
6231
+ 164,
5960
6232
  {
5961
6233
  "loginEmail": [
5962
6234
  1,
@@ -5977,7 +6249,7 @@ exports.default = {
5977
6249
  36,
5978
6250
  {
5979
6251
  "input": [
5980
- 180,
6252
+ 184,
5981
6253
  "VerifyCodeDto!"
5982
6254
  ]
5983
6255
  }
@@ -5995,10 +6267,10 @@ exports.default = {
5995
6267
  135
5996
6268
  ],
5997
6269
  "getUsersPaginated": [
5998
- 163,
6270
+ 167,
5999
6271
  {
6000
6272
  "query": [
6001
- 219
6273
+ 223
6002
6274
  ]
6003
6275
  }
6004
6276
  ],
@@ -6009,16 +6281,16 @@ exports.default = {
6009
6281
  75,
6010
6282
  {
6011
6283
  "input": [
6012
- 254,
6284
+ 261,
6013
6285
  "GetSportEventsDto!"
6014
6286
  ]
6015
6287
  }
6016
6288
  ],
6017
6289
  "getSportsEventsPaginated": [
6018
- 165,
6290
+ 169,
6019
6291
  {
6020
6292
  "query": [
6021
- 226
6293
+ 230
6022
6294
  ]
6023
6295
  }
6024
6296
  ],
@@ -6059,22 +6331,22 @@ exports.default = {
6059
6331
  116
6060
6332
  ],
6061
6333
  "stripeQuery": [
6062
- 153,
6334
+ 157,
6063
6335
  {
6064
6336
  "input": [
6065
- 222,
6337
+ 226,
6066
6338
  "StripeQueryDto!"
6067
6339
  ]
6068
6340
  }
6069
6341
  ],
6070
6342
  "getStripeBalance": [
6071
- 167
6343
+ 171
6072
6344
  ],
6073
6345
  "getDatabaseTextFile": [
6074
6346
  35,
6075
6347
  {
6076
6348
  "input": [
6077
- 178,
6349
+ 182,
6078
6350
  "GetDatabaseFileDto!"
6079
6351
  ]
6080
6352
  }
@@ -6083,7 +6355,7 @@ exports.default = {
6083
6355
  117,
6084
6356
  {
6085
6357
  "input": [
6086
- 221,
6358
+ 225,
6087
6359
  "GetReceiptDto!"
6088
6360
  ]
6089
6361
  }
@@ -6092,16 +6364,16 @@ exports.default = {
6092
6364
  118,
6093
6365
  {
6094
6366
  "input": [
6095
- 221,
6367
+ 225,
6096
6368
  "GetReceiptDto!"
6097
6369
  ]
6098
6370
  }
6099
6371
  ],
6100
6372
  "getTransactionDetails": [
6101
- 164,
6373
+ 168,
6102
6374
  {
6103
6375
  "input": [
6104
- 223,
6376
+ 227,
6105
6377
  "GetTransactionDetailsDto!"
6106
6378
  ]
6107
6379
  }
@@ -6131,10 +6403,10 @@ exports.default = {
6131
6403
  137
6132
6404
  ],
6133
6405
  "getTransactionsPaginated": [
6134
- 171,
6406
+ 175,
6135
6407
  {
6136
6408
  "query": [
6137
- 246
6409
+ 250
6138
6410
  ]
6139
6411
  }
6140
6412
  ],
@@ -6199,7 +6471,7 @@ exports.default = {
6199
6471
  5,
6200
6472
  {
6201
6473
  "tenant": [
6202
- 256,
6474
+ 263,
6203
6475
  "CreateTenantInput!"
6204
6476
  ]
6205
6477
  }
@@ -6208,7 +6480,7 @@ exports.default = {
6208
6480
  11,
6209
6481
  {
6210
6482
  "tenant": [
6211
- 256,
6483
+ 263,
6212
6484
  "CreateTenantInput!"
6213
6485
  ]
6214
6486
  }
@@ -6217,7 +6489,7 @@ exports.default = {
6217
6489
  3,
6218
6490
  {
6219
6491
  "user": [
6220
- 257,
6492
+ 264,
6221
6493
  "CreateActiveUserInput!"
6222
6494
  ]
6223
6495
  }
@@ -6252,7 +6524,7 @@ exports.default = {
6252
6524
  0,
6253
6525
  {
6254
6526
  "input": [
6255
- 258,
6527
+ 265,
6256
6528
  "RegisterUserToDomainFromEmailInput!"
6257
6529
  ]
6258
6530
  }
@@ -6261,7 +6533,7 @@ exports.default = {
6261
6533
  8,
6262
6534
  {
6263
6535
  "dto": [
6264
- 259,
6536
+ 266,
6265
6537
  "RefreshTokenInput!"
6266
6538
  ]
6267
6539
  }
@@ -6270,7 +6542,7 @@ exports.default = {
6270
6542
  33,
6271
6543
  {
6272
6544
  "input": [
6273
- 260,
6545
+ 267,
6274
6546
  "AWSS3DeleteUseTypeFileDto!"
6275
6547
  ]
6276
6548
  }
@@ -6279,7 +6551,7 @@ exports.default = {
6279
6551
  33,
6280
6552
  {
6281
6553
  "input": [
6282
- 261,
6554
+ 268,
6283
6555
  "AWSS3DeleteBucketFileDto!"
6284
6556
  ]
6285
6557
  }
@@ -6288,7 +6560,7 @@ exports.default = {
6288
6560
  33,
6289
6561
  {
6290
6562
  "input": [
6291
- 262,
6563
+ 269,
6292
6564
  "AWSS3DeleteUseTypeKeyDto!"
6293
6565
  ]
6294
6566
  }
@@ -6297,7 +6569,7 @@ exports.default = {
6297
6569
  27,
6298
6570
  {
6299
6571
  "input": [
6300
- 196,
6572
+ 200,
6301
6573
  "AWSS3UploadedFileDto!"
6302
6574
  ]
6303
6575
  }
@@ -6306,7 +6578,7 @@ exports.default = {
6306
6578
  56,
6307
6579
  {
6308
6580
  "input": [
6309
- 263,
6581
+ 270,
6310
6582
  "CreateIndustryDto!"
6311
6583
  ]
6312
6584
  }
@@ -6315,7 +6587,7 @@ exports.default = {
6315
6587
  39,
6316
6588
  {
6317
6589
  "input": [
6318
- 264,
6590
+ 271,
6319
6591
  "CreateBrandDto!"
6320
6592
  ]
6321
6593
  }
@@ -6324,7 +6596,7 @@ exports.default = {
6324
6596
  59,
6325
6597
  {
6326
6598
  "input": [
6327
- 266,
6599
+ 273,
6328
6600
  "RegisterSponsorInput!"
6329
6601
  ]
6330
6602
  }
@@ -6333,7 +6605,7 @@ exports.default = {
6333
6605
  59,
6334
6606
  {
6335
6607
  "input": [
6336
- 267,
6608
+ 274,
6337
6609
  "CreateSponsorDto!"
6338
6610
  ]
6339
6611
  }
@@ -6342,16 +6614,16 @@ exports.default = {
6342
6614
  104,
6343
6615
  {
6344
6616
  "input": [
6345
- 183,
6617
+ 187,
6346
6618
  "InviteAthletesDto!"
6347
6619
  ]
6348
6620
  }
6349
6621
  ],
6350
6622
  "forceDeleteAthleteCompetition": [
6351
- 139,
6623
+ 143,
6352
6624
  {
6353
6625
  "input": [
6354
- 191,
6626
+ 195,
6355
6627
  "DeleteSingleValueDto!"
6356
6628
  ]
6357
6629
  }
@@ -6360,34 +6632,34 @@ exports.default = {
6360
6632
  100,
6361
6633
  {
6362
6634
  "input": [
6363
- 268,
6635
+ 275,
6364
6636
  "RegisterAthleteDto!"
6365
6637
  ]
6366
6638
  }
6367
6639
  ],
6368
6640
  "editProfileValue": [
6369
- 138,
6641
+ 142,
6370
6642
  {
6371
6643
  "input": [
6372
- 269,
6644
+ 276,
6373
6645
  "EditValueDto!"
6374
6646
  ]
6375
6647
  }
6376
6648
  ],
6377
6649
  "editPicture": [
6378
- 147,
6650
+ 151,
6379
6651
  {
6380
6652
  "input": [
6381
- 195,
6653
+ 199,
6382
6654
  "EditPictureDto!"
6383
6655
  ]
6384
6656
  }
6385
6657
  ],
6386
6658
  "AddAlbumPictures": [
6387
- 148,
6659
+ 152,
6388
6660
  {
6389
6661
  "input": [
6390
- 197,
6662
+ 201,
6391
6663
  "UploadAlbumsPicturesDto!"
6392
6664
  ]
6393
6665
  }
@@ -6396,16 +6668,16 @@ exports.default = {
6396
6668
  81,
6397
6669
  {
6398
6670
  "input": [
6399
- 186,
6671
+ 190,
6400
6672
  "CreateAthleteCompetitionDto!"
6401
6673
  ]
6402
6674
  }
6403
6675
  ],
6404
6676
  "deleteAthleteCompetition": [
6405
- 139,
6677
+ 143,
6406
6678
  {
6407
6679
  "input": [
6408
- 191,
6680
+ 195,
6409
6681
  "DeleteSingleValueDto!"
6410
6682
  ]
6411
6683
  }
@@ -6414,7 +6686,7 @@ exports.default = {
6414
6686
  80,
6415
6687
  {
6416
6688
  "input": [
6417
- 197,
6689
+ 201,
6418
6690
  "UploadAlbumsPicturesDto!"
6419
6691
  ]
6420
6692
  }
@@ -6423,7 +6695,7 @@ exports.default = {
6423
6695
  80,
6424
6696
  {
6425
6697
  "input": [
6426
- 270,
6698
+ 277,
6427
6699
  "EditDisplayIndexDto!"
6428
6700
  ]
6429
6701
  }
@@ -6432,16 +6704,16 @@ exports.default = {
6432
6704
  80,
6433
6705
  {
6434
6706
  "input": [
6435
- 197,
6707
+ 201,
6436
6708
  "UploadAlbumsPicturesDto!"
6437
6709
  ]
6438
6710
  }
6439
6711
  ],
6440
6712
  "deleteAthleteAlbum": [
6441
- 139,
6713
+ 143,
6442
6714
  {
6443
6715
  "input": [
6444
- 191,
6716
+ 195,
6445
6717
  "DeleteSingleValueDto!"
6446
6718
  ]
6447
6719
  }
@@ -6450,7 +6722,7 @@ exports.default = {
6450
6722
  120,
6451
6723
  {
6452
6724
  "input": [
6453
- 198,
6725
+ 202,
6454
6726
  "DeleteValuesDto!"
6455
6727
  ]
6456
6728
  }
@@ -6459,7 +6731,7 @@ exports.default = {
6459
6731
  76,
6460
6732
  {
6461
6733
  "input": [
6462
- 185,
6734
+ 189,
6463
6735
  "SetCompetitionResultDto!"
6464
6736
  ]
6465
6737
  }
@@ -6471,10 +6743,10 @@ exports.default = {
6471
6743
  100
6472
6744
  ],
6473
6745
  "forceRefreshAthleteScores": [
6474
- 143,
6746
+ 147,
6475
6747
  {
6476
6748
  "input": [
6477
- 203,
6749
+ 207,
6478
6750
  "ForceScoreRefreshDto!"
6479
6751
  ]
6480
6752
  }
@@ -6483,7 +6755,7 @@ exports.default = {
6483
6755
  89,
6484
6756
  {
6485
6757
  "input": [
6486
- 272,
6758
+ 279,
6487
6759
  "SetCurrentCampaignDto!"
6488
6760
  ]
6489
6761
  }
@@ -6492,7 +6764,7 @@ exports.default = {
6492
6764
  67,
6493
6765
  {
6494
6766
  "input": [
6495
- 273,
6767
+ 280,
6496
6768
  "CreateSportDto!"
6497
6769
  ]
6498
6770
  }
@@ -6501,7 +6773,7 @@ exports.default = {
6501
6773
  67,
6502
6774
  {
6503
6775
  "input": [
6504
- 274,
6776
+ 281,
6505
6777
  "UpdateSportDto!"
6506
6778
  ]
6507
6779
  }
@@ -6510,7 +6782,7 @@ exports.default = {
6510
6782
  70,
6511
6783
  {
6512
6784
  "input": [
6513
- 275,
6785
+ 282,
6514
6786
  "CreateSportLevelDto!"
6515
6787
  ]
6516
6788
  }
@@ -6519,7 +6791,7 @@ exports.default = {
6519
6791
  65,
6520
6792
  {
6521
6793
  "input": [
6522
- 277,
6794
+ 284,
6523
6795
  "CreateSponsorshipDto!"
6524
6796
  ]
6525
6797
  }
@@ -6528,7 +6800,7 @@ exports.default = {
6528
6800
  45,
6529
6801
  {
6530
6802
  "input": [
6531
- 284,
6803
+ 289,
6532
6804
  "CreateCountryDto!"
6533
6805
  ]
6534
6806
  }
@@ -6537,7 +6809,7 @@ exports.default = {
6537
6809
  44,
6538
6810
  {
6539
6811
  "input": [
6540
- 285,
6812
+ 290,
6541
6813
  "CreateStateDto!"
6542
6814
  ]
6543
6815
  }
@@ -6546,7 +6818,7 @@ exports.default = {
6546
6818
  43,
6547
6819
  {
6548
6820
  "input": [
6549
- 286,
6821
+ 291,
6550
6822
  "CreateCityDto!"
6551
6823
  ]
6552
6824
  }
@@ -6555,7 +6827,7 @@ exports.default = {
6555
6827
  29,
6556
6828
  {
6557
6829
  "input": [
6558
- 215,
6830
+ 219,
6559
6831
  "RegisterUserDto!"
6560
6832
  ]
6561
6833
  }
@@ -6564,7 +6836,7 @@ exports.default = {
6564
6836
  3,
6565
6837
  {
6566
6838
  "input": [
6567
- 180,
6839
+ 184,
6568
6840
  "VerifyCodeDto!"
6569
6841
  ]
6570
6842
  }
@@ -6573,7 +6845,7 @@ exports.default = {
6573
6845
  0,
6574
6846
  {
6575
6847
  "input": [
6576
- 180,
6848
+ 184,
6577
6849
  "VerifyCodeDto!"
6578
6850
  ]
6579
6851
  }
@@ -6582,7 +6854,7 @@ exports.default = {
6582
6854
  0,
6583
6855
  {
6584
6856
  "input": [
6585
- 215,
6857
+ 219,
6586
6858
  "RegisterUserDto!"
6587
6859
  ]
6588
6860
  }
@@ -6591,7 +6863,7 @@ exports.default = {
6591
6863
  0,
6592
6864
  {
6593
6865
  "input": [
6594
- 215,
6866
+ 219,
6595
6867
  "RegisterUserDto!"
6596
6868
  ]
6597
6869
  }
@@ -6600,7 +6872,7 @@ exports.default = {
6600
6872
  0,
6601
6873
  {
6602
6874
  "input": [
6603
- 215,
6875
+ 219,
6604
6876
  "RegisterUserDto!"
6605
6877
  ]
6606
6878
  }
@@ -6619,7 +6891,7 @@ exports.default = {
6619
6891
  }
6620
6892
  ],
6621
6893
  "createResetPasswordCode": [
6622
- 138,
6894
+ 142,
6623
6895
  {
6624
6896
  "input": [
6625
6897
  1,
@@ -6628,16 +6900,16 @@ exports.default = {
6628
6900
  }
6629
6901
  ],
6630
6902
  "resetUserPassword": [
6631
- 138,
6903
+ 142,
6632
6904
  {
6633
6905
  "input": [
6634
- 217,
6906
+ 221,
6635
6907
  "resetPasswordDto!"
6636
6908
  ]
6637
6909
  }
6638
6910
  ],
6639
6911
  "validateToken": [
6640
- 161,
6912
+ 165,
6641
6913
  {
6642
6914
  "input": [
6643
6915
  1,
@@ -6646,22 +6918,22 @@ exports.default = {
6646
6918
  }
6647
6919
  ],
6648
6920
  "updateUserSuspendedStatus": [
6649
- 138,
6921
+ 142,
6650
6922
  {
6651
6923
  "input": [
6652
- 218,
6924
+ 222,
6653
6925
  "UpdateUserSuspendedStatusDto!"
6654
6926
  ]
6655
6927
  }
6656
6928
  ],
6657
6929
  "deleteMyAccount": [
6658
- 162
6930
+ 166
6659
6931
  ],
6660
6932
  "deleteVtxUser": [
6661
- 162,
6933
+ 166,
6662
6934
  {
6663
6935
  "input": [
6664
- 220,
6936
+ 224,
6665
6937
  "DeleteVtxUserDto!"
6666
6938
  ]
6667
6939
  }
@@ -6670,7 +6942,7 @@ exports.default = {
6670
6942
  105,
6671
6943
  {
6672
6944
  "data": [
6673
- 287,
6945
+ 292,
6674
6946
  "RegisterStravaDto!"
6675
6947
  ]
6676
6948
  }
@@ -6688,7 +6960,7 @@ exports.default = {
6688
6960
  75,
6689
6961
  {
6690
6962
  "input": [
6691
- 288,
6963
+ 293,
6692
6964
  "CreateSportEventDto!"
6693
6965
  ]
6694
6966
  }
@@ -6697,13 +6969,13 @@ exports.default = {
6697
6969
  75,
6698
6970
  {
6699
6971
  "input": [
6700
- 224,
6972
+ 228,
6701
6973
  "UpdateSportEventDto!"
6702
6974
  ]
6703
6975
  }
6704
6976
  ],
6705
6977
  "deleteSportsEvent": [
6706
- 138,
6978
+ 142,
6707
6979
  {
6708
6980
  "eventId": [
6709
6981
  1,
@@ -6715,7 +6987,7 @@ exports.default = {
6715
6987
  130,
6716
6988
  {
6717
6989
  "input": [
6718
- 225,
6990
+ 229,
6719
6991
  "MergeSportsEventsDto!"
6720
6992
  ]
6721
6993
  }
@@ -6724,7 +6996,7 @@ exports.default = {
6724
6996
  89,
6725
6997
  {
6726
6998
  "input": [
6727
- 235,
6999
+ 239,
6728
7000
  "SetFundingStatusDto!"
6729
7001
  ]
6730
7002
  }
@@ -6733,7 +7005,7 @@ exports.default = {
6733
7005
  89,
6734
7006
  {
6735
7007
  "input": [
6736
- 232,
7008
+ 236,
6737
7009
  "CreateFundingCampaignDto!"
6738
7010
  ]
6739
7011
  }
@@ -6742,16 +7014,16 @@ exports.default = {
6742
7014
  89,
6743
7015
  {
6744
7016
  "input": [
6745
- 234,
7017
+ 238,
6746
7018
  "UpdateFundingCampaignDto!"
6747
7019
  ]
6748
7020
  }
6749
7021
  ],
6750
7022
  "deleteFundingCampaign": [
6751
- 139,
7023
+ 143,
6752
7024
  {
6753
7025
  "input": [
6754
- 191,
7026
+ 195,
6755
7027
  "DeleteSingleValueDto!"
6756
7028
  ]
6757
7029
  }
@@ -6760,7 +7032,7 @@ exports.default = {
6760
7032
  120,
6761
7033
  {
6762
7034
  "input": [
6763
- 198,
7035
+ 202,
6764
7036
  "DeleteValuesDto!"
6765
7037
  ]
6766
7038
  }
@@ -6778,7 +7050,7 @@ exports.default = {
6778
7050
  2,
6779
7051
  {
6780
7052
  "input": [
6781
- 237,
7053
+ 241,
6782
7054
  "AddCompetitionBudgetDto!"
6783
7055
  ]
6784
7056
  }
@@ -6787,7 +7059,7 @@ exports.default = {
6787
7059
  2,
6788
7060
  {
6789
7061
  "input": [
6790
- 238,
7062
+ 242,
6791
7063
  "EditCompetitionBudgetDto!"
6792
7064
  ]
6793
7065
  }
@@ -6796,7 +7068,7 @@ exports.default = {
6796
7068
  2,
6797
7069
  {
6798
7070
  "input": [
6799
- 239,
7071
+ 243,
6800
7072
  "EditCampaignBudgetDto!"
6801
7073
  ]
6802
7074
  }
@@ -6805,7 +7077,7 @@ exports.default = {
6805
7077
  2,
6806
7078
  {
6807
7079
  "input": [
6808
- 239,
7080
+ 243,
6809
7081
  "EditCampaignBudgetDto!"
6810
7082
  ]
6811
7083
  }
@@ -6814,7 +7086,7 @@ exports.default = {
6814
7086
  82,
6815
7087
  {
6816
7088
  "input": [
6817
- 240,
7089
+ 244,
6818
7090
  "CreateMembershipOrganizationDto!"
6819
7091
  ]
6820
7092
  }
@@ -6823,16 +7095,16 @@ exports.default = {
6823
7095
  84,
6824
7096
  {
6825
7097
  "input": [
6826
- 241,
7098
+ 245,
6827
7099
  "CreateAthleteMembershipDto!"
6828
7100
  ]
6829
7101
  }
6830
7102
  ],
6831
7103
  "deleteAthleteMembershipAffilation": [
6832
- 139,
7104
+ 143,
6833
7105
  {
6834
7106
  "input": [
6835
- 191,
7107
+ 195,
6836
7108
  "DeleteSingleValueDto!"
6837
7109
  ]
6838
7110
  }
@@ -6850,7 +7122,7 @@ exports.default = {
6850
7122
  97,
6851
7123
  {
6852
7124
  "input": [
6853
- 289,
7125
+ 294,
6854
7126
  "CreateStripeAccountDto!"
6855
7127
  ]
6856
7128
  }
@@ -6862,7 +7134,7 @@ exports.default = {
6862
7134
  107,
6863
7135
  {
6864
7136
  "input": [
6865
- 181,
7137
+ 185,
6866
7138
  "DonationCheckoutDto!"
6867
7139
  ]
6868
7140
  }
@@ -6877,7 +7149,7 @@ exports.default = {
6877
7149
  134,
6878
7150
  {
6879
7151
  "input": [
6880
- 245,
7152
+ 249,
6881
7153
  "RegisterMemberDto!"
6882
7154
  ]
6883
7155
  }
@@ -7003,13 +7275,13 @@ exports.default = {
7003
7275
  1
7004
7276
  ],
7005
7277
  "logo": [
7006
- 196
7278
+ 200
7007
7279
  ],
7008
7280
  "banner": [
7009
- 196
7281
+ 200
7010
7282
  ],
7011
7283
  "translations": [
7012
- 265
7284
+ 272
7013
7285
  ],
7014
7286
  "__typename": [
7015
7287
  1
@@ -7032,10 +7304,10 @@ exports.default = {
7032
7304
  1
7033
7305
  ],
7034
7306
  "logo": [
7035
- 196
7307
+ 200
7036
7308
  ],
7037
7309
  "banner": [
7038
- 196
7310
+ 200
7039
7311
  ],
7040
7312
  "__typename": [
7041
7313
  1
@@ -7140,10 +7412,10 @@ exports.default = {
7140
7412
  1
7141
7413
  ],
7142
7414
  "profilePicture": [
7143
- 196
7415
+ 200
7144
7416
  ],
7145
7417
  "cardPicture": [
7146
- 196
7418
+ 200
7147
7419
  ],
7148
7420
  "__typename": [
7149
7421
  1
@@ -7162,7 +7434,7 @@ exports.default = {
7162
7434
  },
7163
7435
  "EditDisplayIndexDto": {
7164
7436
  "updates": [
7165
- 271
7437
+ 278
7166
7438
  ],
7167
7439
  "__typename": [
7168
7440
  1
@@ -7226,7 +7498,7 @@ exports.default = {
7226
7498
  18
7227
7499
  ],
7228
7500
  "translations": [
7229
- 276
7501
+ 283
7230
7502
  ],
7231
7503
  "__typename": [
7232
7504
  1
@@ -7260,10 +7532,10 @@ exports.default = {
7260
7532
  18
7261
7533
  ],
7262
7534
  "banner": [
7263
- 196
7535
+ 200
7264
7536
  ],
7265
7537
  "criteria": [
7266
- 278
7538
+ 253
7267
7539
  ],
7268
7540
  "deadline": [
7269
7541
  14
@@ -7272,13 +7544,13 @@ exports.default = {
7272
7544
  14
7273
7545
  ],
7274
7546
  "duration": [
7275
- 280
7547
+ 285
7276
7548
  ],
7277
7549
  "sponsorshipItems": [
7278
- 281
7550
+ 286
7279
7551
  ],
7280
7552
  "commitments": [
7281
- 282
7553
+ 287
7282
7554
  ],
7283
7555
  "terms": [
7284
7556
  1
@@ -7290,50 +7562,7 @@ exports.default = {
7290
7562
  2
7291
7563
  ],
7292
7564
  "translations": [
7293
- 283
7294
- ],
7295
- "__typename": [
7296
- 1
7297
- ]
7298
- },
7299
- "AthleteCriteriaDto": {
7300
- "_id": [
7301
- 1
7302
- ],
7303
- "label": [
7304
- 1
7305
- ],
7306
- "qualificationsBag": [
7307
- 279
7308
- ],
7309
- "__typename": [
7310
- 1
7311
- ]
7312
- },
7313
- "QualificationsBagDto": {
7314
- "ageQualifications": [
7315
- 207
7316
- ],
7317
- "genderQualifications": [
7318
- 208
7319
- ],
7320
- "scoreQualifications": [
7321
- 210
7322
- ],
7323
- "locationQualifications": [
7324
- 211
7325
- ],
7326
- "nationalityQualifications": [
7327
- 209
7328
- ],
7329
- "distanceQualifications": [
7330
- 212
7331
- ],
7332
- "sportsQualifications": [
7333
- 213
7334
- ],
7335
- "levelQualifications": [
7336
- 214
7565
+ 288
7337
7566
  ],
7338
7567
  "__typename": [
7339
7568
  1
@@ -7410,7 +7639,7 @@ exports.default = {
7410
7639
  1
7411
7640
  ],
7412
7641
  "banner": [
7413
- 196
7642
+ 200
7414
7643
  ],
7415
7644
  "terms": [
7416
7645
  1
@@ -7528,7 +7757,7 @@ exports.default = {
7528
7757
  1
7529
7758
  ],
7530
7759
  "banner": [
7531
- 196
7760
+ 200
7532
7761
  ],
7533
7762
  "eventLevel": [
7534
7763
  1