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

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,26 @@ exports.default = {
5545
5807
  "getDonationsByMember": [
5546
5808
  133
5547
5809
  ],
5810
+ "getDonationsByUser": [
5811
+ 133,
5812
+ {
5813
+ "email": [
5814
+ 1,
5815
+ "String!"
5816
+ ]
5817
+ }
5818
+ ],
5819
+ "getAllTransactions": [
5820
+ 137
5821
+ ],
5822
+ "getTransactionsPaginated": [
5823
+ 160,
5824
+ {
5825
+ "query": [
5826
+ 230
5827
+ ]
5828
+ }
5829
+ ],
5548
5830
  "__typename": [
5549
5831
  1
5550
5832
  ]
@@ -5606,7 +5888,7 @@ exports.default = {
5606
5888
  5,
5607
5889
  {
5608
5890
  "tenant": [
5609
- 229,
5891
+ 239,
5610
5892
  "CreateTenantInput!"
5611
5893
  ]
5612
5894
  }
@@ -5615,7 +5897,7 @@ exports.default = {
5615
5897
  11,
5616
5898
  {
5617
5899
  "tenant": [
5618
- 229,
5900
+ 239,
5619
5901
  "CreateTenantInput!"
5620
5902
  ]
5621
5903
  }
@@ -5624,7 +5906,7 @@ exports.default = {
5624
5906
  3,
5625
5907
  {
5626
5908
  "user": [
5627
- 230,
5909
+ 240,
5628
5910
  "CreateActiveUserInput!"
5629
5911
  ]
5630
5912
  }
@@ -5659,7 +5941,7 @@ exports.default = {
5659
5941
  0,
5660
5942
  {
5661
5943
  "input": [
5662
- 231,
5944
+ 241,
5663
5945
  "RegisterUserToDomainFromEmailInput!"
5664
5946
  ]
5665
5947
  }
@@ -5668,7 +5950,7 @@ exports.default = {
5668
5950
  8,
5669
5951
  {
5670
5952
  "dto": [
5671
- 232,
5953
+ 242,
5672
5954
  "RefreshTokenInput!"
5673
5955
  ]
5674
5956
  }
@@ -5677,7 +5959,7 @@ exports.default = {
5677
5959
  33,
5678
5960
  {
5679
5961
  "input": [
5680
- 233,
5962
+ 243,
5681
5963
  "AWSS3DeleteUseTypeFileDto!"
5682
5964
  ]
5683
5965
  }
@@ -5686,7 +5968,7 @@ exports.default = {
5686
5968
  33,
5687
5969
  {
5688
5970
  "input": [
5689
- 234,
5971
+ 244,
5690
5972
  "AWSS3DeleteBucketFileDto!"
5691
5973
  ]
5692
5974
  }
@@ -5695,7 +5977,7 @@ exports.default = {
5695
5977
  33,
5696
5978
  {
5697
5979
  "input": [
5698
- 235,
5980
+ 245,
5699
5981
  "AWSS3DeleteUseTypeKeyDto!"
5700
5982
  ]
5701
5983
  }
@@ -5704,7 +5986,7 @@ exports.default = {
5704
5986
  27,
5705
5987
  {
5706
5988
  "input": [
5707
- 178,
5989
+ 185,
5708
5990
  "AWSS3UploadedFileDto!"
5709
5991
  ]
5710
5992
  }
@@ -5713,7 +5995,7 @@ exports.default = {
5713
5995
  56,
5714
5996
  {
5715
5997
  "input": [
5716
- 236,
5998
+ 246,
5717
5999
  "CreateIndustryDto!"
5718
6000
  ]
5719
6001
  }
@@ -5722,7 +6004,7 @@ exports.default = {
5722
6004
  39,
5723
6005
  {
5724
6006
  "input": [
5725
- 237,
6007
+ 247,
5726
6008
  "CreateBrandDto!"
5727
6009
  ]
5728
6010
  }
@@ -5731,7 +6013,7 @@ exports.default = {
5731
6013
  59,
5732
6014
  {
5733
6015
  "input": [
5734
- 239,
6016
+ 249,
5735
6017
  "RegisterSponsorInput!"
5736
6018
  ]
5737
6019
  }
@@ -5740,7 +6022,7 @@ exports.default = {
5740
6022
  59,
5741
6023
  {
5742
6024
  "input": [
5743
- 240,
6025
+ 250,
5744
6026
  "CreateSponsorDto!"
5745
6027
  ]
5746
6028
  }
@@ -5749,16 +6031,16 @@ exports.default = {
5749
6031
  104,
5750
6032
  {
5751
6033
  "input": [
5752
- 165,
6034
+ 172,
5753
6035
  "InviteAthletesDto!"
5754
6036
  ]
5755
6037
  }
5756
6038
  ],
5757
6039
  "forceDeleteAthleteCompetition": [
5758
- 136,
6040
+ 139,
5759
6041
  {
5760
6042
  "input": [
5761
- 173,
6043
+ 180,
5762
6044
  "DeleteSingleValueDto!"
5763
6045
  ]
5764
6046
  }
@@ -5767,34 +6049,34 @@ exports.default = {
5767
6049
  100,
5768
6050
  {
5769
6051
  "input": [
5770
- 241,
6052
+ 251,
5771
6053
  "RegisterAthleteDto!"
5772
6054
  ]
5773
6055
  }
5774
6056
  ],
5775
6057
  "editProfileValue": [
5776
- 135,
6058
+ 138,
5777
6059
  {
5778
6060
  "input": [
5779
- 242,
6061
+ 252,
5780
6062
  "EditValueDto!"
5781
6063
  ]
5782
6064
  }
5783
6065
  ],
5784
6066
  "editPicture": [
5785
- 140,
6067
+ 143,
5786
6068
  {
5787
6069
  "input": [
5788
- 177,
6070
+ 184,
5789
6071
  "EditPictureDto!"
5790
6072
  ]
5791
6073
  }
5792
6074
  ],
5793
6075
  "AddAlbumPictures": [
5794
- 141,
6076
+ 144,
5795
6077
  {
5796
6078
  "input": [
5797
- 179,
6079
+ 186,
5798
6080
  "UploadAlbumsPicturesDto!"
5799
6081
  ]
5800
6082
  }
@@ -5803,16 +6085,16 @@ exports.default = {
5803
6085
  81,
5804
6086
  {
5805
6087
  "input": [
5806
- 168,
6088
+ 175,
5807
6089
  "CreateAthleteCompetitionDto!"
5808
6090
  ]
5809
6091
  }
5810
6092
  ],
5811
6093
  "deleteAthleteCompetition": [
5812
- 136,
6094
+ 139,
5813
6095
  {
5814
6096
  "input": [
5815
- 173,
6097
+ 180,
5816
6098
  "DeleteSingleValueDto!"
5817
6099
  ]
5818
6100
  }
@@ -5821,7 +6103,7 @@ exports.default = {
5821
6103
  80,
5822
6104
  {
5823
6105
  "input": [
5824
- 179,
6106
+ 186,
5825
6107
  "UploadAlbumsPicturesDto!"
5826
6108
  ]
5827
6109
  }
@@ -5830,7 +6112,7 @@ exports.default = {
5830
6112
  80,
5831
6113
  {
5832
6114
  "input": [
5833
- 243,
6115
+ 253,
5834
6116
  "EditDisplayIndexDto!"
5835
6117
  ]
5836
6118
  }
@@ -5839,16 +6121,16 @@ exports.default = {
5839
6121
  80,
5840
6122
  {
5841
6123
  "input": [
5842
- 179,
6124
+ 186,
5843
6125
  "UploadAlbumsPicturesDto!"
5844
6126
  ]
5845
6127
  }
5846
6128
  ],
5847
6129
  "deleteAthleteAlbum": [
5848
- 136,
6130
+ 139,
5849
6131
  {
5850
6132
  "input": [
5851
- 173,
6133
+ 180,
5852
6134
  "DeleteSingleValueDto!"
5853
6135
  ]
5854
6136
  }
@@ -5857,7 +6139,7 @@ exports.default = {
5857
6139
  120,
5858
6140
  {
5859
6141
  "input": [
5860
- 180,
6142
+ 187,
5861
6143
  "DeleteValuesDto!"
5862
6144
  ]
5863
6145
  }
@@ -5866,7 +6148,7 @@ exports.default = {
5866
6148
  76,
5867
6149
  {
5868
6150
  "input": [
5869
- 167,
6151
+ 174,
5870
6152
  "SetCompetitionResultDto!"
5871
6153
  ]
5872
6154
  }
@@ -5878,7 +6160,7 @@ exports.default = {
5878
6160
  89,
5879
6161
  {
5880
6162
  "input": [
5881
- 245,
6163
+ 255,
5882
6164
  "SetCurrentCampaignDto!"
5883
6165
  ]
5884
6166
  }
@@ -5887,7 +6169,7 @@ exports.default = {
5887
6169
  67,
5888
6170
  {
5889
6171
  "input": [
5890
- 246,
6172
+ 256,
5891
6173
  "CreateSportDto!"
5892
6174
  ]
5893
6175
  }
@@ -5896,7 +6178,7 @@ exports.default = {
5896
6178
  67,
5897
6179
  {
5898
6180
  "input": [
5899
- 247,
6181
+ 257,
5900
6182
  "UpdateSportDto!"
5901
6183
  ]
5902
6184
  }
@@ -5905,7 +6187,7 @@ exports.default = {
5905
6187
  70,
5906
6188
  {
5907
6189
  "input": [
5908
- 248,
6190
+ 258,
5909
6191
  "CreateSportLevelDto!"
5910
6192
  ]
5911
6193
  }
@@ -5914,7 +6196,7 @@ exports.default = {
5914
6196
  65,
5915
6197
  {
5916
6198
  "input": [
5917
- 250,
6199
+ 260,
5918
6200
  "CreateSponsorshipDto!"
5919
6201
  ]
5920
6202
  }
@@ -5923,7 +6205,7 @@ exports.default = {
5923
6205
  45,
5924
6206
  {
5925
6207
  "input": [
5926
- 257,
6208
+ 267,
5927
6209
  "CreateCountryDto!"
5928
6210
  ]
5929
6211
  }
@@ -5932,7 +6214,7 @@ exports.default = {
5932
6214
  44,
5933
6215
  {
5934
6216
  "input": [
5935
- 258,
6217
+ 268,
5936
6218
  "CreateStateDto!"
5937
6219
  ]
5938
6220
  }
@@ -5941,7 +6223,7 @@ exports.default = {
5941
6223
  43,
5942
6224
  {
5943
6225
  "input": [
5944
- 259,
6226
+ 269,
5945
6227
  "CreateCityDto!"
5946
6228
  ]
5947
6229
  }
@@ -5950,7 +6232,7 @@ exports.default = {
5950
6232
  29,
5951
6233
  {
5952
6234
  "input": [
5953
- 195,
6235
+ 202,
5954
6236
  "RegisterUserDto!"
5955
6237
  ]
5956
6238
  }
@@ -5959,7 +6241,7 @@ exports.default = {
5959
6241
  3,
5960
6242
  {
5961
6243
  "input": [
5962
- 162,
6244
+ 169,
5963
6245
  "VerifyCodeDto!"
5964
6246
  ]
5965
6247
  }
@@ -5968,7 +6250,7 @@ exports.default = {
5968
6250
  0,
5969
6251
  {
5970
6252
  "input": [
5971
- 162,
6253
+ 169,
5972
6254
  "VerifyCodeDto!"
5973
6255
  ]
5974
6256
  }
@@ -5977,7 +6259,7 @@ exports.default = {
5977
6259
  0,
5978
6260
  {
5979
6261
  "input": [
5980
- 195,
6262
+ 202,
5981
6263
  "RegisterUserDto!"
5982
6264
  ]
5983
6265
  }
@@ -5986,7 +6268,7 @@ exports.default = {
5986
6268
  0,
5987
6269
  {
5988
6270
  "input": [
5989
- 195,
6271
+ 202,
5990
6272
  "RegisterUserDto!"
5991
6273
  ]
5992
6274
  }
@@ -5995,7 +6277,7 @@ exports.default = {
5995
6277
  0,
5996
6278
  {
5997
6279
  "input": [
5998
- 195,
6280
+ 202,
5999
6281
  "RegisterUserDto!"
6000
6282
  ]
6001
6283
  }
@@ -6014,7 +6296,7 @@ exports.default = {
6014
6296
  }
6015
6297
  ],
6016
6298
  "createResetPasswordCode": [
6017
- 135,
6299
+ 138,
6018
6300
  {
6019
6301
  "input": [
6020
6302
  1,
@@ -6023,16 +6305,16 @@ exports.default = {
6023
6305
  }
6024
6306
  ],
6025
6307
  "resetUserPassword": [
6026
- 135,
6308
+ 138,
6027
6309
  {
6028
6310
  "input": [
6029
- 196,
6311
+ 203,
6030
6312
  "resetPasswordDto!"
6031
6313
  ]
6032
6314
  }
6033
6315
  ],
6034
6316
  "validateToken": [
6035
- 149,
6317
+ 152,
6036
6318
  {
6037
6319
  "input": [
6038
6320
  1,
@@ -6040,11 +6322,20 @@ exports.default = {
6040
6322
  ]
6041
6323
  }
6042
6324
  ],
6325
+ "updateUserSuspendedStatus": [
6326
+ 138,
6327
+ {
6328
+ "input": [
6329
+ 204,
6330
+ "UpdateUserSuspendedStatusDto!"
6331
+ ]
6332
+ }
6333
+ ],
6043
6334
  "handleStravaCallback": [
6044
6335
  105,
6045
6336
  {
6046
6337
  "data": [
6047
- 260,
6338
+ 270,
6048
6339
  "RegisterStravaDto!"
6049
6340
  ]
6050
6341
  }
@@ -6062,7 +6353,7 @@ exports.default = {
6062
6353
  75,
6063
6354
  {
6064
6355
  "input": [
6065
- 261,
6356
+ 271,
6066
6357
  "CreateSportEventDto!"
6067
6358
  ]
6068
6359
  }
@@ -6071,7 +6362,7 @@ exports.default = {
6071
6362
  130,
6072
6363
  {
6073
6364
  "input": [
6074
- 200,
6365
+ 209,
6075
6366
  "MergeSportsEventsDto!"
6076
6367
  ]
6077
6368
  }
@@ -6080,7 +6371,7 @@ exports.default = {
6080
6371
  89,
6081
6372
  {
6082
6373
  "input": [
6083
- 209,
6374
+ 218,
6084
6375
  "SetFundingStatusDto!"
6085
6376
  ]
6086
6377
  }
@@ -6089,7 +6380,7 @@ exports.default = {
6089
6380
  89,
6090
6381
  {
6091
6382
  "input": [
6092
- 206,
6383
+ 215,
6093
6384
  "CreateFundingCampaignDto!"
6094
6385
  ]
6095
6386
  }
@@ -6098,16 +6389,16 @@ exports.default = {
6098
6389
  89,
6099
6390
  {
6100
6391
  "input": [
6101
- 208,
6392
+ 217,
6102
6393
  "UpdateFundingCampaignDto!"
6103
6394
  ]
6104
6395
  }
6105
6396
  ],
6106
6397
  "deleteFundingCampaign": [
6107
- 136,
6398
+ 139,
6108
6399
  {
6109
6400
  "input": [
6110
- 173,
6401
+ 180,
6111
6402
  "DeleteSingleValueDto!"
6112
6403
  ]
6113
6404
  }
@@ -6116,7 +6407,7 @@ exports.default = {
6116
6407
  120,
6117
6408
  {
6118
6409
  "input": [
6119
- 180,
6410
+ 187,
6120
6411
  "DeleteValuesDto!"
6121
6412
  ]
6122
6413
  }
@@ -6134,7 +6425,7 @@ exports.default = {
6134
6425
  2,
6135
6426
  {
6136
6427
  "input": [
6137
- 211,
6428
+ 220,
6138
6429
  "AddCompetitionBudgetDto!"
6139
6430
  ]
6140
6431
  }
@@ -6143,7 +6434,7 @@ exports.default = {
6143
6434
  2,
6144
6435
  {
6145
6436
  "input": [
6146
- 212,
6437
+ 221,
6147
6438
  "EditCompetitionBudgetDto!"
6148
6439
  ]
6149
6440
  }
@@ -6152,7 +6443,7 @@ exports.default = {
6152
6443
  2,
6153
6444
  {
6154
6445
  "input": [
6155
- 213,
6446
+ 222,
6156
6447
  "EditCampaignBudgetDto!"
6157
6448
  ]
6158
6449
  }
@@ -6161,7 +6452,7 @@ exports.default = {
6161
6452
  2,
6162
6453
  {
6163
6454
  "input": [
6164
- 213,
6455
+ 222,
6165
6456
  "EditCampaignBudgetDto!"
6166
6457
  ]
6167
6458
  }
@@ -6170,7 +6461,7 @@ exports.default = {
6170
6461
  82,
6171
6462
  {
6172
6463
  "input": [
6173
- 214,
6464
+ 223,
6174
6465
  "CreateMembershipOrganizationDto!"
6175
6466
  ]
6176
6467
  }
@@ -6179,16 +6470,16 @@ exports.default = {
6179
6470
  84,
6180
6471
  {
6181
6472
  "input": [
6182
- 215,
6473
+ 224,
6183
6474
  "CreateAthleteMembershipDto!"
6184
6475
  ]
6185
6476
  }
6186
6477
  ],
6187
6478
  "deleteAthleteMembershipAffilation": [
6188
- 136,
6479
+ 139,
6189
6480
  {
6190
6481
  "input": [
6191
- 173,
6482
+ 180,
6192
6483
  "DeleteSingleValueDto!"
6193
6484
  ]
6194
6485
  }
@@ -6206,7 +6497,7 @@ exports.default = {
6206
6497
  97,
6207
6498
  {
6208
6499
  "input": [
6209
- 262,
6500
+ 272,
6210
6501
  "CreateStripeAccountDto!"
6211
6502
  ]
6212
6503
  }
@@ -6218,7 +6509,7 @@ exports.default = {
6218
6509
  107,
6219
6510
  {
6220
6511
  "input": [
6221
- 163,
6512
+ 170,
6222
6513
  "DonationCheckoutDto!"
6223
6514
  ]
6224
6515
  }
@@ -6233,7 +6524,7 @@ exports.default = {
6233
6524
  134,
6234
6525
  {
6235
6526
  "input": [
6236
- 220,
6527
+ 229,
6237
6528
  "RegisterMemberDto!"
6238
6529
  ]
6239
6530
  }
@@ -6359,13 +6650,13 @@ exports.default = {
6359
6650
  1
6360
6651
  ],
6361
6652
  "logo": [
6362
- 178
6653
+ 185
6363
6654
  ],
6364
6655
  "banner": [
6365
- 178
6656
+ 185
6366
6657
  ],
6367
6658
  "translations": [
6368
- 238
6659
+ 248
6369
6660
  ],
6370
6661
  "__typename": [
6371
6662
  1
@@ -6388,10 +6679,10 @@ exports.default = {
6388
6679
  1
6389
6680
  ],
6390
6681
  "logo": [
6391
- 178
6682
+ 185
6392
6683
  ],
6393
6684
  "banner": [
6394
- 178
6685
+ 185
6395
6686
  ],
6396
6687
  "__typename": [
6397
6688
  1
@@ -6496,10 +6787,10 @@ exports.default = {
6496
6787
  1
6497
6788
  ],
6498
6789
  "profilePicture": [
6499
- 178
6790
+ 185
6500
6791
  ],
6501
6792
  "cardPicture": [
6502
- 178
6793
+ 185
6503
6794
  ],
6504
6795
  "__typename": [
6505
6796
  1
@@ -6518,7 +6809,7 @@ exports.default = {
6518
6809
  },
6519
6810
  "EditDisplayIndexDto": {
6520
6811
  "updates": [
6521
- 244
6812
+ 254
6522
6813
  ],
6523
6814
  "__typename": [
6524
6815
  1
@@ -6582,7 +6873,7 @@ exports.default = {
6582
6873
  18
6583
6874
  ],
6584
6875
  "translations": [
6585
- 249
6876
+ 259
6586
6877
  ],
6587
6878
  "__typename": [
6588
6879
  1
@@ -6616,10 +6907,10 @@ exports.default = {
6616
6907
  18
6617
6908
  ],
6618
6909
  "banner": [
6619
- 178
6910
+ 185
6620
6911
  ],
6621
6912
  "criteria": [
6622
- 251
6913
+ 261
6623
6914
  ],
6624
6915
  "deadline": [
6625
6916
  14
@@ -6628,13 +6919,13 @@ exports.default = {
6628
6919
  14
6629
6920
  ],
6630
6921
  "duration": [
6631
- 253
6922
+ 263
6632
6923
  ],
6633
6924
  "sponsorshipItems": [
6634
- 254
6925
+ 264
6635
6926
  ],
6636
6927
  "commitments": [
6637
- 255
6928
+ 265
6638
6929
  ],
6639
6930
  "terms": [
6640
6931
  1
@@ -6646,7 +6937,7 @@ exports.default = {
6646
6937
  2
6647
6938
  ],
6648
6939
  "translations": [
6649
- 256
6940
+ 266
6650
6941
  ],
6651
6942
  "__typename": [
6652
6943
  1
@@ -6660,7 +6951,7 @@ exports.default = {
6660
6951
  1
6661
6952
  ],
6662
6953
  "qualificationsBag": [
6663
- 252
6954
+ 262
6664
6955
  ],
6665
6956
  "__typename": [
6666
6957
  1
@@ -6668,28 +6959,28 @@ exports.default = {
6668
6959
  },
6669
6960
  "QualificationsBagDto": {
6670
6961
  "ageQualifications": [
6671
- 187
6962
+ 194
6672
6963
  ],
6673
6964
  "genderQualifications": [
6674
- 188
6965
+ 195
6675
6966
  ],
6676
6967
  "scoreQualifications": [
6677
- 190
6968
+ 197
6678
6969
  ],
6679
6970
  "locationQualifications": [
6680
- 191
6971
+ 198
6681
6972
  ],
6682
6973
  "nationalityQualifications": [
6683
- 189
6974
+ 196
6684
6975
  ],
6685
6976
  "distanceQualifications": [
6686
- 192
6977
+ 199
6687
6978
  ],
6688
6979
  "sportsQualifications": [
6689
- 193
6980
+ 200
6690
6981
  ],
6691
6982
  "levelQualifications": [
6692
- 194
6983
+ 201
6693
6984
  ],
6694
6985
  "__typename": [
6695
6986
  1
@@ -6766,7 +7057,7 @@ exports.default = {
6766
7057
  1
6767
7058
  ],
6768
7059
  "banner": [
6769
- 178
7060
+ 185
6770
7061
  ],
6771
7062
  "terms": [
6772
7063
  1
@@ -6884,7 +7175,7 @@ exports.default = {
6884
7175
  1
6885
7176
  ],
6886
7177
  "banner": [
6887
- 178
7178
+ 185
6888
7179
  ],
6889
7180
  "eventLevel": [
6890
7181
  1