@vertikalx/vtx-backend-client 3.0.0-dev.15 → 3.0.0-dev.16

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,9 +9,10 @@ exports.default = {
9
9
  102,
10
10
  127,
11
11
  128,
12
- 147,
13
- 152,
14
- 221
12
+ 150,
13
+ 154,
14
+ 158,
15
+ 231
15
16
  ],
16
17
  "types": {
17
18
  "User": {
@@ -2791,7 +2792,7 @@ exports.default = {
2791
2792
  89
2792
2793
  ],
2793
2794
  "mode": [
2794
- 221
2795
+ 231
2795
2796
  ],
2796
2797
  "athleteId": [
2797
2798
  1
@@ -3418,6 +3419,108 @@ exports.default = {
3418
3419
  1
3419
3420
  ]
3420
3421
  },
3422
+ "AdminUserView": {
3423
+ "_id": [
3424
+ 1
3425
+ ],
3426
+ "loginEmail": [
3427
+ 1
3428
+ ],
3429
+ "firstName": [
3430
+ 1
3431
+ ],
3432
+ "lastName": [
3433
+ 1
3434
+ ],
3435
+ "screenName": [
3436
+ 1
3437
+ ],
3438
+ "domains": [
3439
+ 7
3440
+ ],
3441
+ "athlete": [
3442
+ 100
3443
+ ],
3444
+ "member": [
3445
+ 134
3446
+ ],
3447
+ "suspended": [
3448
+ 2
3449
+ ],
3450
+ "__typename": [
3451
+ 1
3452
+ ]
3453
+ },
3454
+ "AdminTransactionFundingDetails": {
3455
+ "paidToVtx": [
3456
+ 18
3457
+ ],
3458
+ "paidToAthlete": [
3459
+ 18
3460
+ ],
3461
+ "athleteId": [
3462
+ 1
3463
+ ],
3464
+ "athleteName": [
3465
+ 1
3466
+ ],
3467
+ "fromName": [
3468
+ 1
3469
+ ],
3470
+ "fromPhone": [
3471
+ 1
3472
+ ],
3473
+ "message": [
3474
+ 1
3475
+ ],
3476
+ "mode": [
3477
+ 1
3478
+ ],
3479
+ "__typename": [
3480
+ 1
3481
+ ]
3482
+ },
3483
+ "AdminTransactionView": {
3484
+ "_id": [
3485
+ 102
3486
+ ],
3487
+ "createdDate": [
3488
+ 14
3489
+ ],
3490
+ "stripeSessionId": [
3491
+ 1
3492
+ ],
3493
+ "concept": [
3494
+ 1
3495
+ ],
3496
+ "donationAmount": [
3497
+ 18
3498
+ ],
3499
+ "fromEmail": [
3500
+ 1
3501
+ ],
3502
+ "type": [
3503
+ 1
3504
+ ],
3505
+ "confirmed": [
3506
+ 2
3507
+ ],
3508
+ "completed": [
3509
+ 2
3510
+ ],
3511
+ "completedDate": [
3512
+ 14
3513
+ ],
3514
+ "stripeAccountId": [
3515
+ 1
3516
+ ],
3517
+ "fundingDetails": [
3518
+ 136
3519
+ ],
3520
+ "__typename": [
3521
+ 1
3522
+ ]
3523
+ },
3421
3524
  "EditValueResponse": {
3422
3525
  "field": [
3423
3526
  1
@@ -3462,7 +3565,7 @@ exports.default = {
3462
3565
  },
3463
3566
  "CursorPaginationResponse": {
3464
3567
  "sort": [
3465
- 137
3568
+ 140
3466
3569
  ],
3467
3570
  "initialCursorId": [
3468
3571
  1
@@ -3494,7 +3597,7 @@ exports.default = {
3494
3597
  100
3495
3598
  ],
3496
3599
  "cursor": [
3497
- 138
3600
+ 141
3498
3601
  ],
3499
3602
  "__typename": [
3500
3603
  1
@@ -3558,7 +3661,7 @@ exports.default = {
3558
3661
  },
3559
3662
  "CompetitionDeleteVerificationResponse": {
3560
3663
  "reasons": [
3561
- 143
3664
+ 146
3562
3665
  ],
3563
3666
  "__typename": [
3564
3667
  1
@@ -3604,7 +3707,7 @@ exports.default = {
3604
3707
  1
3605
3708
  ],
3606
3709
  "json": [
3607
- 147
3710
+ 150
3608
3711
  ],
3609
3712
  "__typename": [
3610
3713
  1
@@ -3642,6 +3745,47 @@ exports.default = {
3642
3745
  1
3643
3746
  ]
3644
3747
  },
3748
+ "EnhancedPaginationInfoType": {
3749
+ "currentPage": [
3750
+ 154
3751
+ ],
3752
+ "totalPages": [
3753
+ 154
3754
+ ],
3755
+ "totalItems": [
3756
+ 154
3757
+ ],
3758
+ "itemsPerPage": [
3759
+ 154
3760
+ ],
3761
+ "hasNextPage": [
3762
+ 2
3763
+ ],
3764
+ "hasPreviousPage": [
3765
+ 2
3766
+ ],
3767
+ "startIndex": [
3768
+ 154
3769
+ ],
3770
+ "endIndex": [
3771
+ 154
3772
+ ],
3773
+ "__typename": [
3774
+ 1
3775
+ ]
3776
+ },
3777
+ "Int": {},
3778
+ "PaginatedUsersType": {
3779
+ "items": [
3780
+ 135
3781
+ ],
3782
+ "pagination": [
3783
+ 153
3784
+ ],
3785
+ "__typename": [
3786
+ 1
3787
+ ]
3788
+ },
3645
3789
  "TransactionDetails": {
3646
3790
  "stripeCheckoutSessionId": [
3647
3791
  1
@@ -3730,7 +3874,7 @@ exports.default = {
3730
3874
  1
3731
3875
  ],
3732
3876
  "status": [
3733
- 152
3877
+ 158
3734
3878
  ],
3735
3879
  "lastError": [
3736
3880
  1
@@ -3754,6 +3898,17 @@ exports.default = {
3754
3898
  1
3755
3899
  ]
3756
3900
  },
3901
+ "PaginatedTransactionsType": {
3902
+ "items": [
3903
+ 137
3904
+ ],
3905
+ "pagination": [
3906
+ 153
3907
+ ],
3908
+ "__typename": [
3909
+ 1
3910
+ ]
3911
+ },
3757
3912
  "CreateDatabaseFileDto": {
3758
3913
  "identifier": [
3759
3914
  1
@@ -3943,7 +4098,7 @@ exports.default = {
3943
4098
  1
3944
4099
  ],
3945
4100
  "invitations": [
3946
- 164
4101
+ 171
3947
4102
  ],
3948
4103
  "__typename": [
3949
4104
  1
@@ -4054,7 +4209,7 @@ exports.default = {
4054
4209
  1
4055
4210
  ],
4056
4211
  "result": [
4057
- 166
4212
+ 173
4058
4213
  ],
4059
4214
  "cityId": [
4060
4215
  1
@@ -4077,7 +4232,7 @@ exports.default = {
4077
4232
  1
4078
4233
  ],
4079
4234
  "result": [
4080
- 166
4235
+ 173
4081
4236
  ],
4082
4237
  "cityId": [
4083
4238
  1
@@ -4113,13 +4268,13 @@ exports.default = {
4113
4268
  },
4114
4269
  "CursorPaginationDto": {
4115
4270
  "sortCriteria": [
4116
- 170
4271
+ 177
4117
4272
  ],
4118
4273
  "limit": [
4119
4274
  18
4120
4275
  ],
4121
4276
  "cursorPosition": [
4122
- 171
4277
+ 178
4123
4278
  ],
4124
4279
  "__typename": [
4125
4280
  1
@@ -4194,7 +4349,7 @@ exports.default = {
4194
4349
  1
4195
4350
  ],
4196
4351
  "currentCampaign": [
4197
- 174
4352
+ 181
4198
4353
  ],
4199
4354
  "sports": [
4200
4355
  1
@@ -4256,10 +4411,10 @@ exports.default = {
4256
4411
  },
4257
4412
  "AthleteQueryDto": {
4258
4413
  "cursor": [
4259
- 172
4414
+ 179
4260
4415
  ],
4261
4416
  "filters": [
4262
- 175
4417
+ 182
4263
4418
  ],
4264
4419
  "__typename": [
4265
4420
  1
@@ -4270,7 +4425,7 @@ exports.default = {
4270
4425
  1
4271
4426
  ],
4272
4427
  "newPicture": [
4273
- 178
4428
+ 185
4274
4429
  ],
4275
4430
  "__typename": [
4276
4431
  1
@@ -4304,7 +4459,7 @@ exports.default = {
4304
4459
  1
4305
4460
  ],
4306
4461
  "pictures": [
4307
- 178
4462
+ 185
4308
4463
  ],
4309
4464
  "albumId": [
4310
4465
  1
@@ -4385,7 +4540,7 @@ exports.default = {
4385
4540
  18
4386
4541
  ],
4387
4542
  "sortCriteria": [
4388
- 170
4543
+ 177
4389
4544
  ],
4390
4545
  "__typename": [
4391
4546
  1
@@ -4542,7 +4697,7 @@ exports.default = {
4542
4697
  },
4543
4698
  "resetPasswordDto": {
4544
4699
  "code": [
4545
- 162
4700
+ 169
4546
4701
  ],
4547
4702
  "newPassword": [
4548
4703
  1
@@ -4551,6 +4706,64 @@ exports.default = {
4551
4706
  1
4552
4707
  ]
4553
4708
  },
4709
+ "UpdateUserSuspendedStatusDto": {
4710
+ "userId": [
4711
+ 1
4712
+ ],
4713
+ "suspended": [
4714
+ 2
4715
+ ],
4716
+ "__typename": [
4717
+ 1
4718
+ ]
4719
+ },
4720
+ "UserQueryDto": {
4721
+ "page": [
4722
+ 154
4723
+ ],
4724
+ "limit": [
4725
+ 154
4726
+ ],
4727
+ "search": [
4728
+ 1
4729
+ ],
4730
+ "userType": [
4731
+ 1
4732
+ ],
4733
+ "suspended": [
4734
+ 1
4735
+ ],
4736
+ "sport": [
4737
+ 1
4738
+ ],
4739
+ "sportLevel": [
4740
+ 1
4741
+ ],
4742
+ "gender": [
4743
+ 1
4744
+ ],
4745
+ "location": [
4746
+ 1
4747
+ ],
4748
+ "nationality": [
4749
+ 1
4750
+ ],
4751
+ "ageMin": [
4752
+ 1
4753
+ ],
4754
+ "ageMax": [
4755
+ 1
4756
+ ],
4757
+ "sortField": [
4758
+ 1
4759
+ ],
4760
+ "sortOrder": [
4761
+ 1
4762
+ ],
4763
+ "__typename": [
4764
+ 1
4765
+ ]
4766
+ },
4554
4767
  "GetReceiptDto": {
4555
4768
  "_id": [
4556
4769
  1
@@ -4649,7 +4862,7 @@ exports.default = {
4649
4862
  18
4650
4863
  ],
4651
4864
  "items": [
4652
- 201
4865
+ 210
4653
4866
  ],
4654
4867
  "__typename": [
4655
4868
  1
@@ -4660,7 +4873,7 @@ exports.default = {
4660
4873
  18
4661
4874
  ],
4662
4875
  "items": [
4663
- 201
4876
+ 210
4664
4877
  ],
4665
4878
  "athleteCompetitionId": [
4666
4879
  1
@@ -4709,16 +4922,16 @@ exports.default = {
4709
4922
  14
4710
4923
  ],
4711
4924
  "budget": [
4712
- 203
4925
+ 212
4713
4926
  ],
4714
4927
  "competitionBudgets": [
4715
- 204
4928
+ 213
4716
4929
  ],
4717
4930
  "competitionIds": [
4718
4931
  1
4719
4932
  ],
4720
4933
  "video": [
4721
- 205
4934
+ 214
4722
4935
  ],
4723
4936
  "__typename": [
4724
4937
  1
@@ -4750,16 +4963,16 @@ exports.default = {
4750
4963
  14
4751
4964
  ],
4752
4965
  "budget": [
4753
- 203
4966
+ 212
4754
4967
  ],
4755
4968
  "competitionBudgets": [
4756
- 204
4969
+ 213
4757
4970
  ],
4758
4971
  "competitionIds": [
4759
4972
  1
4760
4973
  ],
4761
4974
  "video": [
4762
- 205
4975
+ 214
4763
4976
  ],
4764
4977
  "loginEmail": [
4765
4978
  1
@@ -4794,16 +5007,16 @@ exports.default = {
4794
5007
  14
4795
5008
  ],
4796
5009
  "budget": [
4797
- 203
5010
+ 212
4798
5011
  ],
4799
5012
  "competitionBudgets": [
4800
- 204
5013
+ 213
4801
5014
  ],
4802
5015
  "competitionIds": [
4803
5016
  1
4804
5017
  ],
4805
5018
  "video": [
4806
- 205
5019
+ 214
4807
5020
  ],
4808
5021
  "_id": [
4809
5022
  1
@@ -4825,7 +5038,7 @@ exports.default = {
4825
5038
  },
4826
5039
  "BudgetDto": {
4827
5040
  "items": [
4828
- 201
5041
+ 210
4829
5042
  ],
4830
5043
  "fundingMode": [
4831
5044
  1
@@ -4839,7 +5052,7 @@ exports.default = {
4839
5052
  1
4840
5053
  ],
4841
5054
  "budget": [
4842
- 210
5055
+ 219
4843
5056
  ],
4844
5057
  "__typename": [
4845
5058
  1
@@ -4850,7 +5063,7 @@ exports.default = {
4850
5063
  1
4851
5064
  ],
4852
5065
  "budget": [
4853
- 210
5066
+ 219
4854
5067
  ],
4855
5068
  "__typename": [
4856
5069
  1
@@ -4870,7 +5083,7 @@ exports.default = {
4870
5083
  18
4871
5084
  ],
4872
5085
  "budget": [
4873
- 210
5086
+ 219
4874
5087
  ],
4875
5088
  "__typename": [
4876
5089
  1
@@ -4890,7 +5103,7 @@ exports.default = {
4890
5103
  1
4891
5104
  ],
4892
5105
  "logo": [
4893
- 178
5106
+ 185
4894
5107
  ],
4895
5108
  "countryId": [
4896
5109
  1
@@ -4986,7 +5199,45 @@ exports.default = {
4986
5199
  1
4987
5200
  ],
4988
5201
  "profilePicture": [
4989
- 178
5202
+ 185
5203
+ ],
5204
+ "__typename": [
5205
+ 1
5206
+ ]
5207
+ },
5208
+ "TransactionQueryDto": {
5209
+ "page": [
5210
+ 154
5211
+ ],
5212
+ "limit": [
5213
+ 154
5214
+ ],
5215
+ "search": [
5216
+ 1
5217
+ ],
5218
+ "type": [
5219
+ 1
5220
+ ],
5221
+ "completed": [
5222
+ 1
5223
+ ],
5224
+ "athleteStripeAccount": [
5225
+ 1
5226
+ ],
5227
+ "athleteId": [
5228
+ 1
5229
+ ],
5230
+ "dateFrom": [
5231
+ 1
5232
+ ],
5233
+ "dateTo": [
5234
+ 1
5235
+ ],
5236
+ "sortField": [
5237
+ 1
5238
+ ],
5239
+ "sortOrder": [
5240
+ 1
4990
5241
  ],
4991
5242
  "__typename": [
4992
5243
  1
@@ -5063,7 +5314,7 @@ exports.default = {
5063
5314
  32,
5064
5315
  {
5065
5316
  "input": [
5066
- 223,
5317
+ 233,
5067
5318
  "AWSS3GetUploadDto!"
5068
5319
  ]
5069
5320
  }
@@ -5125,16 +5376,16 @@ exports.default = {
5125
5376
  104,
5126
5377
  {
5127
5378
  "input": [
5128
- 224,
5379
+ 234,
5129
5380
  "FindSponsorAthleteInvitationDto!"
5130
5381
  ]
5131
5382
  }
5132
5383
  ],
5133
5384
  "verifyAthleteCompetitionLinkedForDelete": [
5134
- 144,
5385
+ 147,
5135
5386
  {
5136
5387
  "input": [
5137
- 181,
5388
+ 188,
5138
5389
  "existValueDto!"
5139
5390
  ]
5140
5391
  }
@@ -5143,10 +5394,10 @@ exports.default = {
5143
5394
  100
5144
5395
  ],
5145
5396
  "queryAthleteFundingCampaigns": [
5146
- 139,
5397
+ 142,
5147
5398
  {
5148
5399
  "input": [
5149
- 176,
5400
+ 183,
5150
5401
  "AthleteQueryDto!"
5151
5402
  ]
5152
5403
  }
@@ -5194,7 +5445,7 @@ exports.default = {
5194
5445
  81,
5195
5446
  {
5196
5447
  "input": [
5197
- 225,
5448
+ 235,
5198
5449
  "GetAthleteCompetitionsDto!"
5199
5450
  ]
5200
5451
  }
@@ -5239,10 +5490,10 @@ exports.default = {
5239
5490
  }
5240
5491
  ],
5241
5492
  "queryAthleteWithFilter": [
5242
- 139,
5493
+ 142,
5243
5494
  {
5244
5495
  "input": [
5245
- 176,
5496
+ 183,
5246
5497
  "AthleteQueryDto!"
5247
5498
  ]
5248
5499
  }
@@ -5257,19 +5508,19 @@ exports.default = {
5257
5508
  }
5258
5509
  ],
5259
5510
  "screenNameAvailability": [
5260
- 142,
5511
+ 145,
5261
5512
  {
5262
5513
  "input": [
5263
- 181,
5514
+ 188,
5264
5515
  "existValueDto!"
5265
5516
  ]
5266
5517
  }
5267
5518
  ],
5268
5519
  "getAthleteHistoricalScoresPeriod": [
5269
- 145,
5520
+ 148,
5270
5521
  {
5271
5522
  "input": [
5272
- 183,
5523
+ 190,
5273
5524
  "GetHistoricalScoresDto!"
5274
5525
  ]
5275
5526
  }
@@ -5278,16 +5529,16 @@ exports.default = {
5278
5529
  98,
5279
5530
  {
5280
5531
  "input": [
5281
- 183,
5532
+ 190,
5282
5533
  "GetHistoricalScoresDto!"
5283
5534
  ]
5284
5535
  }
5285
5536
  ],
5286
5537
  "getMyHistoricalScoresPeriod": [
5287
- 145,
5538
+ 148,
5288
5539
  {
5289
5540
  "input": [
5290
- 182,
5541
+ 189,
5291
5542
  "GetMyHistoricalScoresDto!"
5292
5543
  ]
5293
5544
  }
@@ -5296,7 +5547,7 @@ exports.default = {
5296
5547
  98,
5297
5548
  {
5298
5549
  "input": [
5299
- 182,
5550
+ 189,
5300
5551
  "GetMyHistoricalScoresDto!"
5301
5552
  ]
5302
5553
  }
@@ -5305,7 +5556,7 @@ exports.default = {
5305
5556
  89,
5306
5557
  {
5307
5558
  "input": [
5308
- 184,
5559
+ 191,
5309
5560
  "GetAthleteCampaignsDto!"
5310
5561
  ]
5311
5562
  }
@@ -5317,7 +5568,7 @@ exports.default = {
5317
5568
  67,
5318
5569
  {
5319
5570
  "pagination": [
5320
- 185,
5571
+ 192,
5321
5572
  "OffsetPaginationDto!"
5322
5573
  ]
5323
5574
  }
@@ -5386,7 +5637,7 @@ exports.default = {
5386
5637
  0,
5387
5638
  {
5388
5639
  "input": [
5389
- 226,
5640
+ 236,
5390
5641
  "FindVtxUserDto!"
5391
5642
  ]
5392
5643
  }
@@ -5405,7 +5656,7 @@ exports.default = {
5405
5656
  }
5406
5657
  ],
5407
5658
  "getUserImagesFromEmail": [
5408
- 148,
5659
+ 151,
5409
5660
  {
5410
5661
  "loginEmail": [
5411
5662
  1,
@@ -5426,7 +5677,7 @@ exports.default = {
5426
5677
  36,
5427
5678
  {
5428
5679
  "input": [
5429
- 162,
5680
+ 169,
5430
5681
  "VerifyCodeDto!"
5431
5682
  ]
5432
5683
  }
@@ -5440,6 +5691,17 @@ exports.default = {
5440
5691
  ]
5441
5692
  }
5442
5693
  ],
5694
+ "getAllUsers": [
5695
+ 135
5696
+ ],
5697
+ "getUsersPaginated": [
5698
+ 155,
5699
+ {
5700
+ "query": [
5701
+ 205
5702
+ ]
5703
+ }
5704
+ ],
5443
5705
  "getStravaLoginUrl": [
5444
5706
  1
5445
5707
  ],
@@ -5447,7 +5709,7 @@ exports.default = {
5447
5709
  75,
5448
5710
  {
5449
5711
  "input": [
5450
- 227,
5712
+ 237,
5451
5713
  "GetSportEventsDto!"
5452
5714
  ]
5453
5715
  }
@@ -5489,10 +5751,10 @@ exports.default = {
5489
5751
  116
5490
5752
  ],
5491
5753
  "stripeQuery": [
5492
- 146,
5754
+ 149,
5493
5755
  {
5494
5756
  "input": [
5495
- 198,
5757
+ 207,
5496
5758
  "StripeQueryDto!"
5497
5759
  ]
5498
5760
  }
@@ -5501,7 +5763,7 @@ exports.default = {
5501
5763
  35,
5502
5764
  {
5503
5765
  "input": [
5504
- 160,
5766
+ 167,
5505
5767
  "GetDatabaseFileDto!"
5506
5768
  ]
5507
5769
  }
@@ -5510,7 +5772,7 @@ exports.default = {
5510
5772
  117,
5511
5773
  {
5512
5774
  "input": [
5513
- 197,
5775
+ 206,
5514
5776
  "GetReceiptDto!"
5515
5777
  ]
5516
5778
  }
@@ -5519,16 +5781,16 @@ exports.default = {
5519
5781
  118,
5520
5782
  {
5521
5783
  "input": [
5522
- 197,
5784
+ 206,
5523
5785
  "GetReceiptDto!"
5524
5786
  ]
5525
5787
  }
5526
5788
  ],
5527
5789
  "getTransactionDetails": [
5528
- 150,
5790
+ 156,
5529
5791
  {
5530
5792
  "input": [
5531
- 199,
5793
+ 208,
5532
5794
  "GetTransactionDetailsDto!"
5533
5795
  ]
5534
5796
  }
@@ -5545,6 +5807,17 @@ exports.default = {
5545
5807
  "getDonationsByMember": [
5546
5808
  133
5547
5809
  ],
5810
+ "getAllTransactions": [
5811
+ 137
5812
+ ],
5813
+ "getTransactionsPaginated": [
5814
+ 160,
5815
+ {
5816
+ "query": [
5817
+ 230
5818
+ ]
5819
+ }
5820
+ ],
5548
5821
  "__typename": [
5549
5822
  1
5550
5823
  ]
@@ -5606,7 +5879,7 @@ exports.default = {
5606
5879
  5,
5607
5880
  {
5608
5881
  "tenant": [
5609
- 229,
5882
+ 239,
5610
5883
  "CreateTenantInput!"
5611
5884
  ]
5612
5885
  }
@@ -5615,7 +5888,7 @@ exports.default = {
5615
5888
  11,
5616
5889
  {
5617
5890
  "tenant": [
5618
- 229,
5891
+ 239,
5619
5892
  "CreateTenantInput!"
5620
5893
  ]
5621
5894
  }
@@ -5624,7 +5897,7 @@ exports.default = {
5624
5897
  3,
5625
5898
  {
5626
5899
  "user": [
5627
- 230,
5900
+ 240,
5628
5901
  "CreateActiveUserInput!"
5629
5902
  ]
5630
5903
  }
@@ -5659,7 +5932,7 @@ exports.default = {
5659
5932
  0,
5660
5933
  {
5661
5934
  "input": [
5662
- 231,
5935
+ 241,
5663
5936
  "RegisterUserToDomainFromEmailInput!"
5664
5937
  ]
5665
5938
  }
@@ -5668,7 +5941,7 @@ exports.default = {
5668
5941
  8,
5669
5942
  {
5670
5943
  "dto": [
5671
- 232,
5944
+ 242,
5672
5945
  "RefreshTokenInput!"
5673
5946
  ]
5674
5947
  }
@@ -5677,7 +5950,7 @@ exports.default = {
5677
5950
  33,
5678
5951
  {
5679
5952
  "input": [
5680
- 233,
5953
+ 243,
5681
5954
  "AWSS3DeleteUseTypeFileDto!"
5682
5955
  ]
5683
5956
  }
@@ -5686,7 +5959,7 @@ exports.default = {
5686
5959
  33,
5687
5960
  {
5688
5961
  "input": [
5689
- 234,
5962
+ 244,
5690
5963
  "AWSS3DeleteBucketFileDto!"
5691
5964
  ]
5692
5965
  }
@@ -5695,7 +5968,7 @@ exports.default = {
5695
5968
  33,
5696
5969
  {
5697
5970
  "input": [
5698
- 235,
5971
+ 245,
5699
5972
  "AWSS3DeleteUseTypeKeyDto!"
5700
5973
  ]
5701
5974
  }
@@ -5704,7 +5977,7 @@ exports.default = {
5704
5977
  27,
5705
5978
  {
5706
5979
  "input": [
5707
- 178,
5980
+ 185,
5708
5981
  "AWSS3UploadedFileDto!"
5709
5982
  ]
5710
5983
  }
@@ -5713,7 +5986,7 @@ exports.default = {
5713
5986
  56,
5714
5987
  {
5715
5988
  "input": [
5716
- 236,
5989
+ 246,
5717
5990
  "CreateIndustryDto!"
5718
5991
  ]
5719
5992
  }
@@ -5722,7 +5995,7 @@ exports.default = {
5722
5995
  39,
5723
5996
  {
5724
5997
  "input": [
5725
- 237,
5998
+ 247,
5726
5999
  "CreateBrandDto!"
5727
6000
  ]
5728
6001
  }
@@ -5731,7 +6004,7 @@ exports.default = {
5731
6004
  59,
5732
6005
  {
5733
6006
  "input": [
5734
- 239,
6007
+ 249,
5735
6008
  "RegisterSponsorInput!"
5736
6009
  ]
5737
6010
  }
@@ -5740,7 +6013,7 @@ exports.default = {
5740
6013
  59,
5741
6014
  {
5742
6015
  "input": [
5743
- 240,
6016
+ 250,
5744
6017
  "CreateSponsorDto!"
5745
6018
  ]
5746
6019
  }
@@ -5749,16 +6022,16 @@ exports.default = {
5749
6022
  104,
5750
6023
  {
5751
6024
  "input": [
5752
- 165,
6025
+ 172,
5753
6026
  "InviteAthletesDto!"
5754
6027
  ]
5755
6028
  }
5756
6029
  ],
5757
6030
  "forceDeleteAthleteCompetition": [
5758
- 136,
6031
+ 139,
5759
6032
  {
5760
6033
  "input": [
5761
- 173,
6034
+ 180,
5762
6035
  "DeleteSingleValueDto!"
5763
6036
  ]
5764
6037
  }
@@ -5767,34 +6040,34 @@ exports.default = {
5767
6040
  100,
5768
6041
  {
5769
6042
  "input": [
5770
- 241,
6043
+ 251,
5771
6044
  "RegisterAthleteDto!"
5772
6045
  ]
5773
6046
  }
5774
6047
  ],
5775
6048
  "editProfileValue": [
5776
- 135,
6049
+ 138,
5777
6050
  {
5778
6051
  "input": [
5779
- 242,
6052
+ 252,
5780
6053
  "EditValueDto!"
5781
6054
  ]
5782
6055
  }
5783
6056
  ],
5784
6057
  "editPicture": [
5785
- 140,
6058
+ 143,
5786
6059
  {
5787
6060
  "input": [
5788
- 177,
6061
+ 184,
5789
6062
  "EditPictureDto!"
5790
6063
  ]
5791
6064
  }
5792
6065
  ],
5793
6066
  "AddAlbumPictures": [
5794
- 141,
6067
+ 144,
5795
6068
  {
5796
6069
  "input": [
5797
- 179,
6070
+ 186,
5798
6071
  "UploadAlbumsPicturesDto!"
5799
6072
  ]
5800
6073
  }
@@ -5803,16 +6076,16 @@ exports.default = {
5803
6076
  81,
5804
6077
  {
5805
6078
  "input": [
5806
- 168,
6079
+ 175,
5807
6080
  "CreateAthleteCompetitionDto!"
5808
6081
  ]
5809
6082
  }
5810
6083
  ],
5811
6084
  "deleteAthleteCompetition": [
5812
- 136,
6085
+ 139,
5813
6086
  {
5814
6087
  "input": [
5815
- 173,
6088
+ 180,
5816
6089
  "DeleteSingleValueDto!"
5817
6090
  ]
5818
6091
  }
@@ -5821,7 +6094,7 @@ exports.default = {
5821
6094
  80,
5822
6095
  {
5823
6096
  "input": [
5824
- 179,
6097
+ 186,
5825
6098
  "UploadAlbumsPicturesDto!"
5826
6099
  ]
5827
6100
  }
@@ -5830,7 +6103,7 @@ exports.default = {
5830
6103
  80,
5831
6104
  {
5832
6105
  "input": [
5833
- 243,
6106
+ 253,
5834
6107
  "EditDisplayIndexDto!"
5835
6108
  ]
5836
6109
  }
@@ -5839,16 +6112,16 @@ exports.default = {
5839
6112
  80,
5840
6113
  {
5841
6114
  "input": [
5842
- 179,
6115
+ 186,
5843
6116
  "UploadAlbumsPicturesDto!"
5844
6117
  ]
5845
6118
  }
5846
6119
  ],
5847
6120
  "deleteAthleteAlbum": [
5848
- 136,
6121
+ 139,
5849
6122
  {
5850
6123
  "input": [
5851
- 173,
6124
+ 180,
5852
6125
  "DeleteSingleValueDto!"
5853
6126
  ]
5854
6127
  }
@@ -5857,7 +6130,7 @@ exports.default = {
5857
6130
  120,
5858
6131
  {
5859
6132
  "input": [
5860
- 180,
6133
+ 187,
5861
6134
  "DeleteValuesDto!"
5862
6135
  ]
5863
6136
  }
@@ -5866,7 +6139,7 @@ exports.default = {
5866
6139
  76,
5867
6140
  {
5868
6141
  "input": [
5869
- 167,
6142
+ 174,
5870
6143
  "SetCompetitionResultDto!"
5871
6144
  ]
5872
6145
  }
@@ -5878,7 +6151,7 @@ exports.default = {
5878
6151
  89,
5879
6152
  {
5880
6153
  "input": [
5881
- 245,
6154
+ 255,
5882
6155
  "SetCurrentCampaignDto!"
5883
6156
  ]
5884
6157
  }
@@ -5887,7 +6160,7 @@ exports.default = {
5887
6160
  67,
5888
6161
  {
5889
6162
  "input": [
5890
- 246,
6163
+ 256,
5891
6164
  "CreateSportDto!"
5892
6165
  ]
5893
6166
  }
@@ -5896,7 +6169,7 @@ exports.default = {
5896
6169
  67,
5897
6170
  {
5898
6171
  "input": [
5899
- 247,
6172
+ 257,
5900
6173
  "UpdateSportDto!"
5901
6174
  ]
5902
6175
  }
@@ -5905,7 +6178,7 @@ exports.default = {
5905
6178
  70,
5906
6179
  {
5907
6180
  "input": [
5908
- 248,
6181
+ 258,
5909
6182
  "CreateSportLevelDto!"
5910
6183
  ]
5911
6184
  }
@@ -5914,7 +6187,7 @@ exports.default = {
5914
6187
  65,
5915
6188
  {
5916
6189
  "input": [
5917
- 250,
6190
+ 260,
5918
6191
  "CreateSponsorshipDto!"
5919
6192
  ]
5920
6193
  }
@@ -5923,7 +6196,7 @@ exports.default = {
5923
6196
  45,
5924
6197
  {
5925
6198
  "input": [
5926
- 257,
6199
+ 267,
5927
6200
  "CreateCountryDto!"
5928
6201
  ]
5929
6202
  }
@@ -5932,7 +6205,7 @@ exports.default = {
5932
6205
  44,
5933
6206
  {
5934
6207
  "input": [
5935
- 258,
6208
+ 268,
5936
6209
  "CreateStateDto!"
5937
6210
  ]
5938
6211
  }
@@ -5941,7 +6214,7 @@ exports.default = {
5941
6214
  43,
5942
6215
  {
5943
6216
  "input": [
5944
- 259,
6217
+ 269,
5945
6218
  "CreateCityDto!"
5946
6219
  ]
5947
6220
  }
@@ -5950,7 +6223,7 @@ exports.default = {
5950
6223
  29,
5951
6224
  {
5952
6225
  "input": [
5953
- 195,
6226
+ 202,
5954
6227
  "RegisterUserDto!"
5955
6228
  ]
5956
6229
  }
@@ -5959,7 +6232,7 @@ exports.default = {
5959
6232
  3,
5960
6233
  {
5961
6234
  "input": [
5962
- 162,
6235
+ 169,
5963
6236
  "VerifyCodeDto!"
5964
6237
  ]
5965
6238
  }
@@ -5968,7 +6241,7 @@ exports.default = {
5968
6241
  0,
5969
6242
  {
5970
6243
  "input": [
5971
- 162,
6244
+ 169,
5972
6245
  "VerifyCodeDto!"
5973
6246
  ]
5974
6247
  }
@@ -5977,7 +6250,7 @@ exports.default = {
5977
6250
  0,
5978
6251
  {
5979
6252
  "input": [
5980
- 195,
6253
+ 202,
5981
6254
  "RegisterUserDto!"
5982
6255
  ]
5983
6256
  }
@@ -5986,7 +6259,7 @@ exports.default = {
5986
6259
  0,
5987
6260
  {
5988
6261
  "input": [
5989
- 195,
6262
+ 202,
5990
6263
  "RegisterUserDto!"
5991
6264
  ]
5992
6265
  }
@@ -5995,7 +6268,7 @@ exports.default = {
5995
6268
  0,
5996
6269
  {
5997
6270
  "input": [
5998
- 195,
6271
+ 202,
5999
6272
  "RegisterUserDto!"
6000
6273
  ]
6001
6274
  }
@@ -6014,7 +6287,7 @@ exports.default = {
6014
6287
  }
6015
6288
  ],
6016
6289
  "createResetPasswordCode": [
6017
- 135,
6290
+ 138,
6018
6291
  {
6019
6292
  "input": [
6020
6293
  1,
@@ -6023,16 +6296,16 @@ exports.default = {
6023
6296
  }
6024
6297
  ],
6025
6298
  "resetUserPassword": [
6026
- 135,
6299
+ 138,
6027
6300
  {
6028
6301
  "input": [
6029
- 196,
6302
+ 203,
6030
6303
  "resetPasswordDto!"
6031
6304
  ]
6032
6305
  }
6033
6306
  ],
6034
6307
  "validateToken": [
6035
- 149,
6308
+ 152,
6036
6309
  {
6037
6310
  "input": [
6038
6311
  1,
@@ -6040,11 +6313,20 @@ exports.default = {
6040
6313
  ]
6041
6314
  }
6042
6315
  ],
6316
+ "updateUserSuspendedStatus": [
6317
+ 138,
6318
+ {
6319
+ "input": [
6320
+ 204,
6321
+ "UpdateUserSuspendedStatusDto!"
6322
+ ]
6323
+ }
6324
+ ],
6043
6325
  "handleStravaCallback": [
6044
6326
  105,
6045
6327
  {
6046
6328
  "data": [
6047
- 260,
6329
+ 270,
6048
6330
  "RegisterStravaDto!"
6049
6331
  ]
6050
6332
  }
@@ -6062,7 +6344,7 @@ exports.default = {
6062
6344
  75,
6063
6345
  {
6064
6346
  "input": [
6065
- 261,
6347
+ 271,
6066
6348
  "CreateSportEventDto!"
6067
6349
  ]
6068
6350
  }
@@ -6071,7 +6353,7 @@ exports.default = {
6071
6353
  130,
6072
6354
  {
6073
6355
  "input": [
6074
- 200,
6356
+ 209,
6075
6357
  "MergeSportsEventsDto!"
6076
6358
  ]
6077
6359
  }
@@ -6080,7 +6362,7 @@ exports.default = {
6080
6362
  89,
6081
6363
  {
6082
6364
  "input": [
6083
- 209,
6365
+ 218,
6084
6366
  "SetFundingStatusDto!"
6085
6367
  ]
6086
6368
  }
@@ -6089,7 +6371,7 @@ exports.default = {
6089
6371
  89,
6090
6372
  {
6091
6373
  "input": [
6092
- 206,
6374
+ 215,
6093
6375
  "CreateFundingCampaignDto!"
6094
6376
  ]
6095
6377
  }
@@ -6098,16 +6380,16 @@ exports.default = {
6098
6380
  89,
6099
6381
  {
6100
6382
  "input": [
6101
- 208,
6383
+ 217,
6102
6384
  "UpdateFundingCampaignDto!"
6103
6385
  ]
6104
6386
  }
6105
6387
  ],
6106
6388
  "deleteFundingCampaign": [
6107
- 136,
6389
+ 139,
6108
6390
  {
6109
6391
  "input": [
6110
- 173,
6392
+ 180,
6111
6393
  "DeleteSingleValueDto!"
6112
6394
  ]
6113
6395
  }
@@ -6116,7 +6398,7 @@ exports.default = {
6116
6398
  120,
6117
6399
  {
6118
6400
  "input": [
6119
- 180,
6401
+ 187,
6120
6402
  "DeleteValuesDto!"
6121
6403
  ]
6122
6404
  }
@@ -6134,7 +6416,7 @@ exports.default = {
6134
6416
  2,
6135
6417
  {
6136
6418
  "input": [
6137
- 211,
6419
+ 220,
6138
6420
  "AddCompetitionBudgetDto!"
6139
6421
  ]
6140
6422
  }
@@ -6143,7 +6425,7 @@ exports.default = {
6143
6425
  2,
6144
6426
  {
6145
6427
  "input": [
6146
- 212,
6428
+ 221,
6147
6429
  "EditCompetitionBudgetDto!"
6148
6430
  ]
6149
6431
  }
@@ -6152,7 +6434,7 @@ exports.default = {
6152
6434
  2,
6153
6435
  {
6154
6436
  "input": [
6155
- 213,
6437
+ 222,
6156
6438
  "EditCampaignBudgetDto!"
6157
6439
  ]
6158
6440
  }
@@ -6161,7 +6443,7 @@ exports.default = {
6161
6443
  2,
6162
6444
  {
6163
6445
  "input": [
6164
- 213,
6446
+ 222,
6165
6447
  "EditCampaignBudgetDto!"
6166
6448
  ]
6167
6449
  }
@@ -6170,7 +6452,7 @@ exports.default = {
6170
6452
  82,
6171
6453
  {
6172
6454
  "input": [
6173
- 214,
6455
+ 223,
6174
6456
  "CreateMembershipOrganizationDto!"
6175
6457
  ]
6176
6458
  }
@@ -6179,16 +6461,16 @@ exports.default = {
6179
6461
  84,
6180
6462
  {
6181
6463
  "input": [
6182
- 215,
6464
+ 224,
6183
6465
  "CreateAthleteMembershipDto!"
6184
6466
  ]
6185
6467
  }
6186
6468
  ],
6187
6469
  "deleteAthleteMembershipAffilation": [
6188
- 136,
6470
+ 139,
6189
6471
  {
6190
6472
  "input": [
6191
- 173,
6473
+ 180,
6192
6474
  "DeleteSingleValueDto!"
6193
6475
  ]
6194
6476
  }
@@ -6206,7 +6488,7 @@ exports.default = {
6206
6488
  97,
6207
6489
  {
6208
6490
  "input": [
6209
- 262,
6491
+ 272,
6210
6492
  "CreateStripeAccountDto!"
6211
6493
  ]
6212
6494
  }
@@ -6218,7 +6500,7 @@ exports.default = {
6218
6500
  107,
6219
6501
  {
6220
6502
  "input": [
6221
- 163,
6503
+ 170,
6222
6504
  "DonationCheckoutDto!"
6223
6505
  ]
6224
6506
  }
@@ -6233,7 +6515,7 @@ exports.default = {
6233
6515
  134,
6234
6516
  {
6235
6517
  "input": [
6236
- 220,
6518
+ 229,
6237
6519
  "RegisterMemberDto!"
6238
6520
  ]
6239
6521
  }
@@ -6359,13 +6641,13 @@ exports.default = {
6359
6641
  1
6360
6642
  ],
6361
6643
  "logo": [
6362
- 178
6644
+ 185
6363
6645
  ],
6364
6646
  "banner": [
6365
- 178
6647
+ 185
6366
6648
  ],
6367
6649
  "translations": [
6368
- 238
6650
+ 248
6369
6651
  ],
6370
6652
  "__typename": [
6371
6653
  1
@@ -6388,10 +6670,10 @@ exports.default = {
6388
6670
  1
6389
6671
  ],
6390
6672
  "logo": [
6391
- 178
6673
+ 185
6392
6674
  ],
6393
6675
  "banner": [
6394
- 178
6676
+ 185
6395
6677
  ],
6396
6678
  "__typename": [
6397
6679
  1
@@ -6496,10 +6778,10 @@ exports.default = {
6496
6778
  1
6497
6779
  ],
6498
6780
  "profilePicture": [
6499
- 178
6781
+ 185
6500
6782
  ],
6501
6783
  "cardPicture": [
6502
- 178
6784
+ 185
6503
6785
  ],
6504
6786
  "__typename": [
6505
6787
  1
@@ -6518,7 +6800,7 @@ exports.default = {
6518
6800
  },
6519
6801
  "EditDisplayIndexDto": {
6520
6802
  "updates": [
6521
- 244
6803
+ 254
6522
6804
  ],
6523
6805
  "__typename": [
6524
6806
  1
@@ -6582,7 +6864,7 @@ exports.default = {
6582
6864
  18
6583
6865
  ],
6584
6866
  "translations": [
6585
- 249
6867
+ 259
6586
6868
  ],
6587
6869
  "__typename": [
6588
6870
  1
@@ -6616,10 +6898,10 @@ exports.default = {
6616
6898
  18
6617
6899
  ],
6618
6900
  "banner": [
6619
- 178
6901
+ 185
6620
6902
  ],
6621
6903
  "criteria": [
6622
- 251
6904
+ 261
6623
6905
  ],
6624
6906
  "deadline": [
6625
6907
  14
@@ -6628,13 +6910,13 @@ exports.default = {
6628
6910
  14
6629
6911
  ],
6630
6912
  "duration": [
6631
- 253
6913
+ 263
6632
6914
  ],
6633
6915
  "sponsorshipItems": [
6634
- 254
6916
+ 264
6635
6917
  ],
6636
6918
  "commitments": [
6637
- 255
6919
+ 265
6638
6920
  ],
6639
6921
  "terms": [
6640
6922
  1
@@ -6646,7 +6928,7 @@ exports.default = {
6646
6928
  2
6647
6929
  ],
6648
6930
  "translations": [
6649
- 256
6931
+ 266
6650
6932
  ],
6651
6933
  "__typename": [
6652
6934
  1
@@ -6660,7 +6942,7 @@ exports.default = {
6660
6942
  1
6661
6943
  ],
6662
6944
  "qualificationsBag": [
6663
- 252
6945
+ 262
6664
6946
  ],
6665
6947
  "__typename": [
6666
6948
  1
@@ -6668,28 +6950,28 @@ exports.default = {
6668
6950
  },
6669
6951
  "QualificationsBagDto": {
6670
6952
  "ageQualifications": [
6671
- 187
6953
+ 194
6672
6954
  ],
6673
6955
  "genderQualifications": [
6674
- 188
6956
+ 195
6675
6957
  ],
6676
6958
  "scoreQualifications": [
6677
- 190
6959
+ 197
6678
6960
  ],
6679
6961
  "locationQualifications": [
6680
- 191
6962
+ 198
6681
6963
  ],
6682
6964
  "nationalityQualifications": [
6683
- 189
6965
+ 196
6684
6966
  ],
6685
6967
  "distanceQualifications": [
6686
- 192
6968
+ 199
6687
6969
  ],
6688
6970
  "sportsQualifications": [
6689
- 193
6971
+ 200
6690
6972
  ],
6691
6973
  "levelQualifications": [
6692
- 194
6974
+ 201
6693
6975
  ],
6694
6976
  "__typename": [
6695
6977
  1
@@ -6766,7 +7048,7 @@ exports.default = {
6766
7048
  1
6767
7049
  ],
6768
7050
  "banner": [
6769
- 178
7051
+ 185
6770
7052
  ],
6771
7053
  "terms": [
6772
7054
  1
@@ -6884,7 +7166,7 @@ exports.default = {
6884
7166
  1
6885
7167
  ],
6886
7168
  "banner": [
6887
- 178
7169
+ 185
6888
7170
  ],
6889
7171
  "eventLevel": [
6890
7172
  1