@vertikalx/vtx-backend-client 3.0.0-dev.14 → 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
- 220
12
+ 150,
13
+ 154,
14
+ 158,
15
+ 231
15
16
  ],
16
17
  "types": {
17
18
  "User": {
@@ -1633,6 +1634,12 @@ exports.default = {
1633
1634
  "resultType": [
1634
1635
  1
1635
1636
  ],
1637
+ "verified": [
1638
+ 2
1639
+ ],
1640
+ "priority": [
1641
+ 18
1642
+ ],
1636
1643
  "__typename": [
1637
1644
  1
1638
1645
  ]
@@ -2785,7 +2792,7 @@ exports.default = {
2785
2792
  89
2786
2793
  ],
2787
2794
  "mode": [
2788
- 220
2795
+ 231
2789
2796
  ],
2790
2797
  "athleteId": [
2791
2798
  1
@@ -3412,6 +3419,108 @@ exports.default = {
3412
3419
  1
3413
3420
  ]
3414
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
+ },
3415
3524
  "EditValueResponse": {
3416
3525
  "field": [
3417
3526
  1
@@ -3456,7 +3565,7 @@ exports.default = {
3456
3565
  },
3457
3566
  "CursorPaginationResponse": {
3458
3567
  "sort": [
3459
- 137
3568
+ 140
3460
3569
  ],
3461
3570
  "initialCursorId": [
3462
3571
  1
@@ -3488,7 +3597,7 @@ exports.default = {
3488
3597
  100
3489
3598
  ],
3490
3599
  "cursor": [
3491
- 138
3600
+ 141
3492
3601
  ],
3493
3602
  "__typename": [
3494
3603
  1
@@ -3552,7 +3661,7 @@ exports.default = {
3552
3661
  },
3553
3662
  "CompetitionDeleteVerificationResponse": {
3554
3663
  "reasons": [
3555
- 143
3664
+ 146
3556
3665
  ],
3557
3666
  "__typename": [
3558
3667
  1
@@ -3598,7 +3707,7 @@ exports.default = {
3598
3707
  1
3599
3708
  ],
3600
3709
  "json": [
3601
- 147
3710
+ 150
3602
3711
  ],
3603
3712
  "__typename": [
3604
3713
  1
@@ -3636,6 +3745,47 @@ exports.default = {
3636
3745
  1
3637
3746
  ]
3638
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
+ },
3639
3789
  "TransactionDetails": {
3640
3790
  "stripeCheckoutSessionId": [
3641
3791
  1
@@ -3724,7 +3874,7 @@ exports.default = {
3724
3874
  1
3725
3875
  ],
3726
3876
  "status": [
3727
- 152
3877
+ 158
3728
3878
  ],
3729
3879
  "lastError": [
3730
3880
  1
@@ -3748,6 +3898,17 @@ exports.default = {
3748
3898
  1
3749
3899
  ]
3750
3900
  },
3901
+ "PaginatedTransactionsType": {
3902
+ "items": [
3903
+ 137
3904
+ ],
3905
+ "pagination": [
3906
+ 153
3907
+ ],
3908
+ "__typename": [
3909
+ 1
3910
+ ]
3911
+ },
3751
3912
  "CreateDatabaseFileDto": {
3752
3913
  "identifier": [
3753
3914
  1
@@ -3937,7 +4098,7 @@ exports.default = {
3937
4098
  1
3938
4099
  ],
3939
4100
  "invitations": [
3940
- 164
4101
+ 171
3941
4102
  ],
3942
4103
  "__typename": [
3943
4104
  1
@@ -4048,7 +4209,7 @@ exports.default = {
4048
4209
  1
4049
4210
  ],
4050
4211
  "result": [
4051
- 166
4212
+ 173
4052
4213
  ],
4053
4214
  "cityId": [
4054
4215
  1
@@ -4071,7 +4232,7 @@ exports.default = {
4071
4232
  1
4072
4233
  ],
4073
4234
  "result": [
4074
- 166
4235
+ 173
4075
4236
  ],
4076
4237
  "cityId": [
4077
4238
  1
@@ -4083,22 +4244,22 @@ exports.default = {
4083
4244
  1
4084
4245
  ]
4085
4246
  },
4086
- "CursorPositionDto": {
4087
- "cursorId": [
4247
+ "SortCriteriaDto": {
4248
+ "sortField": [
4088
4249
  1
4089
4250
  ],
4090
- "cursorFieldValue": [
4251
+ "order": [
4091
4252
  1
4092
4253
  ],
4093
4254
  "__typename": [
4094
4255
  1
4095
4256
  ]
4096
4257
  },
4097
- "SortCriteriaDto": {
4098
- "sortField": [
4258
+ "CursorPositionDto": {
4259
+ "cursorId": [
4099
4260
  1
4100
4261
  ],
4101
- "order": [
4262
+ "cursorFieldValue": [
4102
4263
  1
4103
4264
  ],
4104
4265
  "__typename": [
@@ -4107,13 +4268,13 @@ exports.default = {
4107
4268
  },
4108
4269
  "CursorPaginationDto": {
4109
4270
  "sortCriteria": [
4110
- 171
4271
+ 177
4111
4272
  ],
4112
4273
  "limit": [
4113
4274
  18
4114
4275
  ],
4115
4276
  "cursorPosition": [
4116
- 170
4277
+ 178
4117
4278
  ],
4118
4279
  "__typename": [
4119
4280
  1
@@ -4188,7 +4349,7 @@ exports.default = {
4188
4349
  1
4189
4350
  ],
4190
4351
  "currentCampaign": [
4191
- 174
4352
+ 181
4192
4353
  ],
4193
4354
  "sports": [
4194
4355
  1
@@ -4250,10 +4411,10 @@ exports.default = {
4250
4411
  },
4251
4412
  "AthleteQueryDto": {
4252
4413
  "cursor": [
4253
- 172
4414
+ 179
4254
4415
  ],
4255
4416
  "filters": [
4256
- 175
4417
+ 182
4257
4418
  ],
4258
4419
  "__typename": [
4259
4420
  1
@@ -4264,7 +4425,7 @@ exports.default = {
4264
4425
  1
4265
4426
  ],
4266
4427
  "newPicture": [
4267
- 178
4428
+ 185
4268
4429
  ],
4269
4430
  "__typename": [
4270
4431
  1
@@ -4298,7 +4459,7 @@ exports.default = {
4298
4459
  1
4299
4460
  ],
4300
4461
  "pictures": [
4301
- 178
4462
+ 185
4302
4463
  ],
4303
4464
  "albumId": [
4304
4465
  1
@@ -4371,6 +4532,20 @@ exports.default = {
4371
4532
  1
4372
4533
  ]
4373
4534
  },
4535
+ "OffsetPaginationDto": {
4536
+ "pageNumber": [
4537
+ 18
4538
+ ],
4539
+ "pageSize": [
4540
+ 18
4541
+ ],
4542
+ "sortCriteria": [
4543
+ 177
4544
+ ],
4545
+ "__typename": [
4546
+ 1
4547
+ ]
4548
+ },
4374
4549
  "QualificationDto": {
4375
4550
  "type": [
4376
4551
  1
@@ -4522,7 +4697,7 @@ exports.default = {
4522
4697
  },
4523
4698
  "resetPasswordDto": {
4524
4699
  "code": [
4525
- 162
4700
+ 169
4526
4701
  ],
4527
4702
  "newPassword": [
4528
4703
  1
@@ -4531,6 +4706,64 @@ exports.default = {
4531
4706
  1
4532
4707
  ]
4533
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
+ },
4534
4767
  "GetReceiptDto": {
4535
4768
  "_id": [
4536
4769
  1
@@ -4629,7 +4862,7 @@ exports.default = {
4629
4862
  18
4630
4863
  ],
4631
4864
  "items": [
4632
- 200
4865
+ 210
4633
4866
  ],
4634
4867
  "__typename": [
4635
4868
  1
@@ -4640,7 +4873,7 @@ exports.default = {
4640
4873
  18
4641
4874
  ],
4642
4875
  "items": [
4643
- 200
4876
+ 210
4644
4877
  ],
4645
4878
  "athleteCompetitionId": [
4646
4879
  1
@@ -4689,16 +4922,16 @@ exports.default = {
4689
4922
  14
4690
4923
  ],
4691
4924
  "budget": [
4692
- 202
4925
+ 212
4693
4926
  ],
4694
4927
  "competitionBudgets": [
4695
- 203
4928
+ 213
4696
4929
  ],
4697
4930
  "competitionIds": [
4698
4931
  1
4699
4932
  ],
4700
4933
  "video": [
4701
- 204
4934
+ 214
4702
4935
  ],
4703
4936
  "__typename": [
4704
4937
  1
@@ -4730,16 +4963,16 @@ exports.default = {
4730
4963
  14
4731
4964
  ],
4732
4965
  "budget": [
4733
- 202
4966
+ 212
4734
4967
  ],
4735
4968
  "competitionBudgets": [
4736
- 203
4969
+ 213
4737
4970
  ],
4738
4971
  "competitionIds": [
4739
4972
  1
4740
4973
  ],
4741
4974
  "video": [
4742
- 204
4975
+ 214
4743
4976
  ],
4744
4977
  "loginEmail": [
4745
4978
  1
@@ -4774,16 +5007,16 @@ exports.default = {
4774
5007
  14
4775
5008
  ],
4776
5009
  "budget": [
4777
- 202
5010
+ 212
4778
5011
  ],
4779
5012
  "competitionBudgets": [
4780
- 203
5013
+ 213
4781
5014
  ],
4782
5015
  "competitionIds": [
4783
5016
  1
4784
5017
  ],
4785
5018
  "video": [
4786
- 204
5019
+ 214
4787
5020
  ],
4788
5021
  "_id": [
4789
5022
  1
@@ -4805,7 +5038,7 @@ exports.default = {
4805
5038
  },
4806
5039
  "BudgetDto": {
4807
5040
  "items": [
4808
- 200
5041
+ 210
4809
5042
  ],
4810
5043
  "fundingMode": [
4811
5044
  1
@@ -4819,7 +5052,7 @@ exports.default = {
4819
5052
  1
4820
5053
  ],
4821
5054
  "budget": [
4822
- 209
5055
+ 219
4823
5056
  ],
4824
5057
  "__typename": [
4825
5058
  1
@@ -4830,7 +5063,7 @@ exports.default = {
4830
5063
  1
4831
5064
  ],
4832
5065
  "budget": [
4833
- 209
5066
+ 219
4834
5067
  ],
4835
5068
  "__typename": [
4836
5069
  1
@@ -4850,7 +5083,7 @@ exports.default = {
4850
5083
  18
4851
5084
  ],
4852
5085
  "budget": [
4853
- 209
5086
+ 219
4854
5087
  ],
4855
5088
  "__typename": [
4856
5089
  1
@@ -4870,7 +5103,7 @@ exports.default = {
4870
5103
  1
4871
5104
  ],
4872
5105
  "logo": [
4873
- 178
5106
+ 185
4874
5107
  ],
4875
5108
  "countryId": [
4876
5109
  1
@@ -4966,7 +5199,45 @@ exports.default = {
4966
5199
  1
4967
5200
  ],
4968
5201
  "profilePicture": [
4969
- 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
4970
5241
  ],
4971
5242
  "__typename": [
4972
5243
  1
@@ -5043,7 +5314,7 @@ exports.default = {
5043
5314
  32,
5044
5315
  {
5045
5316
  "input": [
5046
- 222,
5317
+ 233,
5047
5318
  "AWSS3GetUploadDto!"
5048
5319
  ]
5049
5320
  }
@@ -5105,16 +5376,16 @@ exports.default = {
5105
5376
  104,
5106
5377
  {
5107
5378
  "input": [
5108
- 223,
5379
+ 234,
5109
5380
  "FindSponsorAthleteInvitationDto!"
5110
5381
  ]
5111
5382
  }
5112
5383
  ],
5113
5384
  "verifyAthleteCompetitionLinkedForDelete": [
5114
- 144,
5385
+ 147,
5115
5386
  {
5116
5387
  "input": [
5117
- 181,
5388
+ 188,
5118
5389
  "existValueDto!"
5119
5390
  ]
5120
5391
  }
@@ -5123,10 +5394,10 @@ exports.default = {
5123
5394
  100
5124
5395
  ],
5125
5396
  "queryAthleteFundingCampaigns": [
5126
- 139,
5397
+ 142,
5127
5398
  {
5128
5399
  "input": [
5129
- 176,
5400
+ 183,
5130
5401
  "AthleteQueryDto!"
5131
5402
  ]
5132
5403
  }
@@ -5174,7 +5445,7 @@ exports.default = {
5174
5445
  81,
5175
5446
  {
5176
5447
  "input": [
5177
- 224,
5448
+ 235,
5178
5449
  "GetAthleteCompetitionsDto!"
5179
5450
  ]
5180
5451
  }
@@ -5219,10 +5490,10 @@ exports.default = {
5219
5490
  }
5220
5491
  ],
5221
5492
  "queryAthleteWithFilter": [
5222
- 139,
5493
+ 142,
5223
5494
  {
5224
5495
  "input": [
5225
- 176,
5496
+ 183,
5226
5497
  "AthleteQueryDto!"
5227
5498
  ]
5228
5499
  }
@@ -5237,19 +5508,19 @@ exports.default = {
5237
5508
  }
5238
5509
  ],
5239
5510
  "screenNameAvailability": [
5240
- 142,
5511
+ 145,
5241
5512
  {
5242
5513
  "input": [
5243
- 181,
5514
+ 188,
5244
5515
  "existValueDto!"
5245
5516
  ]
5246
5517
  }
5247
5518
  ],
5248
5519
  "getAthleteHistoricalScoresPeriod": [
5249
- 145,
5520
+ 148,
5250
5521
  {
5251
5522
  "input": [
5252
- 183,
5523
+ 190,
5253
5524
  "GetHistoricalScoresDto!"
5254
5525
  ]
5255
5526
  }
@@ -5258,16 +5529,16 @@ exports.default = {
5258
5529
  98,
5259
5530
  {
5260
5531
  "input": [
5261
- 183,
5532
+ 190,
5262
5533
  "GetHistoricalScoresDto!"
5263
5534
  ]
5264
5535
  }
5265
5536
  ],
5266
5537
  "getMyHistoricalScoresPeriod": [
5267
- 145,
5538
+ 148,
5268
5539
  {
5269
5540
  "input": [
5270
- 182,
5541
+ 189,
5271
5542
  "GetMyHistoricalScoresDto!"
5272
5543
  ]
5273
5544
  }
@@ -5276,7 +5547,7 @@ exports.default = {
5276
5547
  98,
5277
5548
  {
5278
5549
  "input": [
5279
- 182,
5550
+ 189,
5280
5551
  "GetMyHistoricalScoresDto!"
5281
5552
  ]
5282
5553
  }
@@ -5285,7 +5556,7 @@ exports.default = {
5285
5556
  89,
5286
5557
  {
5287
5558
  "input": [
5288
- 184,
5559
+ 191,
5289
5560
  "GetAthleteCampaignsDto!"
5290
5561
  ]
5291
5562
  }
@@ -5293,6 +5564,15 @@ exports.default = {
5293
5564
  "getSports": [
5294
5565
  67
5295
5566
  ],
5567
+ "getSportsPaginated": [
5568
+ 67,
5569
+ {
5570
+ "pagination": [
5571
+ 192,
5572
+ "OffsetPaginationDto!"
5573
+ ]
5574
+ }
5575
+ ],
5296
5576
  "findSportById": [
5297
5577
  67,
5298
5578
  {
@@ -5357,7 +5637,7 @@ exports.default = {
5357
5637
  0,
5358
5638
  {
5359
5639
  "input": [
5360
- 225,
5640
+ 236,
5361
5641
  "FindVtxUserDto!"
5362
5642
  ]
5363
5643
  }
@@ -5376,7 +5656,7 @@ exports.default = {
5376
5656
  }
5377
5657
  ],
5378
5658
  "getUserImagesFromEmail": [
5379
- 148,
5659
+ 151,
5380
5660
  {
5381
5661
  "loginEmail": [
5382
5662
  1,
@@ -5397,7 +5677,7 @@ exports.default = {
5397
5677
  36,
5398
5678
  {
5399
5679
  "input": [
5400
- 162,
5680
+ 169,
5401
5681
  "VerifyCodeDto!"
5402
5682
  ]
5403
5683
  }
@@ -5411,6 +5691,17 @@ exports.default = {
5411
5691
  ]
5412
5692
  }
5413
5693
  ],
5694
+ "getAllUsers": [
5695
+ 135
5696
+ ],
5697
+ "getUsersPaginated": [
5698
+ 155,
5699
+ {
5700
+ "query": [
5701
+ 205
5702
+ ]
5703
+ }
5704
+ ],
5414
5705
  "getStravaLoginUrl": [
5415
5706
  1
5416
5707
  ],
@@ -5418,7 +5709,7 @@ exports.default = {
5418
5709
  75,
5419
5710
  {
5420
5711
  "input": [
5421
- 226,
5712
+ 237,
5422
5713
  "GetSportEventsDto!"
5423
5714
  ]
5424
5715
  }
@@ -5460,10 +5751,10 @@ exports.default = {
5460
5751
  116
5461
5752
  ],
5462
5753
  "stripeQuery": [
5463
- 146,
5754
+ 149,
5464
5755
  {
5465
5756
  "input": [
5466
- 197,
5757
+ 207,
5467
5758
  "StripeQueryDto!"
5468
5759
  ]
5469
5760
  }
@@ -5472,7 +5763,7 @@ exports.default = {
5472
5763
  35,
5473
5764
  {
5474
5765
  "input": [
5475
- 160,
5766
+ 167,
5476
5767
  "GetDatabaseFileDto!"
5477
5768
  ]
5478
5769
  }
@@ -5481,7 +5772,7 @@ exports.default = {
5481
5772
  117,
5482
5773
  {
5483
5774
  "input": [
5484
- 196,
5775
+ 206,
5485
5776
  "GetReceiptDto!"
5486
5777
  ]
5487
5778
  }
@@ -5490,16 +5781,16 @@ exports.default = {
5490
5781
  118,
5491
5782
  {
5492
5783
  "input": [
5493
- 196,
5784
+ 206,
5494
5785
  "GetReceiptDto!"
5495
5786
  ]
5496
5787
  }
5497
5788
  ],
5498
5789
  "getTransactionDetails": [
5499
- 150,
5790
+ 156,
5500
5791
  {
5501
5792
  "input": [
5502
- 198,
5793
+ 208,
5503
5794
  "GetTransactionDetailsDto!"
5504
5795
  ]
5505
5796
  }
@@ -5516,6 +5807,17 @@ exports.default = {
5516
5807
  "getDonationsByMember": [
5517
5808
  133
5518
5809
  ],
5810
+ "getAllTransactions": [
5811
+ 137
5812
+ ],
5813
+ "getTransactionsPaginated": [
5814
+ 160,
5815
+ {
5816
+ "query": [
5817
+ 230
5818
+ ]
5819
+ }
5820
+ ],
5519
5821
  "__typename": [
5520
5822
  1
5521
5823
  ]
@@ -5577,7 +5879,7 @@ exports.default = {
5577
5879
  5,
5578
5880
  {
5579
5881
  "tenant": [
5580
- 228,
5882
+ 239,
5581
5883
  "CreateTenantInput!"
5582
5884
  ]
5583
5885
  }
@@ -5586,7 +5888,7 @@ exports.default = {
5586
5888
  11,
5587
5889
  {
5588
5890
  "tenant": [
5589
- 228,
5891
+ 239,
5590
5892
  "CreateTenantInput!"
5591
5893
  ]
5592
5894
  }
@@ -5595,7 +5897,7 @@ exports.default = {
5595
5897
  3,
5596
5898
  {
5597
5899
  "user": [
5598
- 229,
5900
+ 240,
5599
5901
  "CreateActiveUserInput!"
5600
5902
  ]
5601
5903
  }
@@ -5630,7 +5932,7 @@ exports.default = {
5630
5932
  0,
5631
5933
  {
5632
5934
  "input": [
5633
- 230,
5935
+ 241,
5634
5936
  "RegisterUserToDomainFromEmailInput!"
5635
5937
  ]
5636
5938
  }
@@ -5639,7 +5941,7 @@ exports.default = {
5639
5941
  8,
5640
5942
  {
5641
5943
  "dto": [
5642
- 231,
5944
+ 242,
5643
5945
  "RefreshTokenInput!"
5644
5946
  ]
5645
5947
  }
@@ -5648,7 +5950,7 @@ exports.default = {
5648
5950
  33,
5649
5951
  {
5650
5952
  "input": [
5651
- 232,
5953
+ 243,
5652
5954
  "AWSS3DeleteUseTypeFileDto!"
5653
5955
  ]
5654
5956
  }
@@ -5657,7 +5959,7 @@ exports.default = {
5657
5959
  33,
5658
5960
  {
5659
5961
  "input": [
5660
- 233,
5962
+ 244,
5661
5963
  "AWSS3DeleteBucketFileDto!"
5662
5964
  ]
5663
5965
  }
@@ -5666,7 +5968,7 @@ exports.default = {
5666
5968
  33,
5667
5969
  {
5668
5970
  "input": [
5669
- 234,
5971
+ 245,
5670
5972
  "AWSS3DeleteUseTypeKeyDto!"
5671
5973
  ]
5672
5974
  }
@@ -5675,7 +5977,7 @@ exports.default = {
5675
5977
  27,
5676
5978
  {
5677
5979
  "input": [
5678
- 178,
5980
+ 185,
5679
5981
  "AWSS3UploadedFileDto!"
5680
5982
  ]
5681
5983
  }
@@ -5684,7 +5986,7 @@ exports.default = {
5684
5986
  56,
5685
5987
  {
5686
5988
  "input": [
5687
- 235,
5989
+ 246,
5688
5990
  "CreateIndustryDto!"
5689
5991
  ]
5690
5992
  }
@@ -5693,7 +5995,7 @@ exports.default = {
5693
5995
  39,
5694
5996
  {
5695
5997
  "input": [
5696
- 236,
5998
+ 247,
5697
5999
  "CreateBrandDto!"
5698
6000
  ]
5699
6001
  }
@@ -5702,7 +6004,7 @@ exports.default = {
5702
6004
  59,
5703
6005
  {
5704
6006
  "input": [
5705
- 238,
6007
+ 249,
5706
6008
  "RegisterSponsorInput!"
5707
6009
  ]
5708
6010
  }
@@ -5711,7 +6013,7 @@ exports.default = {
5711
6013
  59,
5712
6014
  {
5713
6015
  "input": [
5714
- 239,
6016
+ 250,
5715
6017
  "CreateSponsorDto!"
5716
6018
  ]
5717
6019
  }
@@ -5720,16 +6022,16 @@ exports.default = {
5720
6022
  104,
5721
6023
  {
5722
6024
  "input": [
5723
- 165,
6025
+ 172,
5724
6026
  "InviteAthletesDto!"
5725
6027
  ]
5726
6028
  }
5727
6029
  ],
5728
6030
  "forceDeleteAthleteCompetition": [
5729
- 136,
6031
+ 139,
5730
6032
  {
5731
6033
  "input": [
5732
- 173,
6034
+ 180,
5733
6035
  "DeleteSingleValueDto!"
5734
6036
  ]
5735
6037
  }
@@ -5738,34 +6040,34 @@ exports.default = {
5738
6040
  100,
5739
6041
  {
5740
6042
  "input": [
5741
- 240,
6043
+ 251,
5742
6044
  "RegisterAthleteDto!"
5743
6045
  ]
5744
6046
  }
5745
6047
  ],
5746
6048
  "editProfileValue": [
5747
- 135,
6049
+ 138,
5748
6050
  {
5749
6051
  "input": [
5750
- 241,
6052
+ 252,
5751
6053
  "EditValueDto!"
5752
6054
  ]
5753
6055
  }
5754
6056
  ],
5755
6057
  "editPicture": [
5756
- 140,
6058
+ 143,
5757
6059
  {
5758
6060
  "input": [
5759
- 177,
6061
+ 184,
5760
6062
  "EditPictureDto!"
5761
6063
  ]
5762
6064
  }
5763
6065
  ],
5764
6066
  "AddAlbumPictures": [
5765
- 141,
6067
+ 144,
5766
6068
  {
5767
6069
  "input": [
5768
- 179,
6070
+ 186,
5769
6071
  "UploadAlbumsPicturesDto!"
5770
6072
  ]
5771
6073
  }
@@ -5774,16 +6076,16 @@ exports.default = {
5774
6076
  81,
5775
6077
  {
5776
6078
  "input": [
5777
- 168,
6079
+ 175,
5778
6080
  "CreateAthleteCompetitionDto!"
5779
6081
  ]
5780
6082
  }
5781
6083
  ],
5782
6084
  "deleteAthleteCompetition": [
5783
- 136,
6085
+ 139,
5784
6086
  {
5785
6087
  "input": [
5786
- 173,
6088
+ 180,
5787
6089
  "DeleteSingleValueDto!"
5788
6090
  ]
5789
6091
  }
@@ -5792,7 +6094,7 @@ exports.default = {
5792
6094
  80,
5793
6095
  {
5794
6096
  "input": [
5795
- 179,
6097
+ 186,
5796
6098
  "UploadAlbumsPicturesDto!"
5797
6099
  ]
5798
6100
  }
@@ -5801,7 +6103,7 @@ exports.default = {
5801
6103
  80,
5802
6104
  {
5803
6105
  "input": [
5804
- 242,
6106
+ 253,
5805
6107
  "EditDisplayIndexDto!"
5806
6108
  ]
5807
6109
  }
@@ -5810,16 +6112,16 @@ exports.default = {
5810
6112
  80,
5811
6113
  {
5812
6114
  "input": [
5813
- 179,
6115
+ 186,
5814
6116
  "UploadAlbumsPicturesDto!"
5815
6117
  ]
5816
6118
  }
5817
6119
  ],
5818
6120
  "deleteAthleteAlbum": [
5819
- 136,
6121
+ 139,
5820
6122
  {
5821
6123
  "input": [
5822
- 173,
6124
+ 180,
5823
6125
  "DeleteSingleValueDto!"
5824
6126
  ]
5825
6127
  }
@@ -5828,7 +6130,7 @@ exports.default = {
5828
6130
  120,
5829
6131
  {
5830
6132
  "input": [
5831
- 180,
6133
+ 187,
5832
6134
  "DeleteValuesDto!"
5833
6135
  ]
5834
6136
  }
@@ -5837,7 +6139,7 @@ exports.default = {
5837
6139
  76,
5838
6140
  {
5839
6141
  "input": [
5840
- 167,
6142
+ 174,
5841
6143
  "SetCompetitionResultDto!"
5842
6144
  ]
5843
6145
  }
@@ -5849,7 +6151,7 @@ exports.default = {
5849
6151
  89,
5850
6152
  {
5851
6153
  "input": [
5852
- 244,
6154
+ 255,
5853
6155
  "SetCurrentCampaignDto!"
5854
6156
  ]
5855
6157
  }
@@ -5858,7 +6160,7 @@ exports.default = {
5858
6160
  67,
5859
6161
  {
5860
6162
  "input": [
5861
- 245,
6163
+ 256,
5862
6164
  "CreateSportDto!"
5863
6165
  ]
5864
6166
  }
@@ -5867,7 +6169,7 @@ exports.default = {
5867
6169
  67,
5868
6170
  {
5869
6171
  "input": [
5870
- 246,
6172
+ 257,
5871
6173
  "UpdateSportDto!"
5872
6174
  ]
5873
6175
  }
@@ -5876,7 +6178,7 @@ exports.default = {
5876
6178
  70,
5877
6179
  {
5878
6180
  "input": [
5879
- 247,
6181
+ 258,
5880
6182
  "CreateSportLevelDto!"
5881
6183
  ]
5882
6184
  }
@@ -5885,7 +6187,7 @@ exports.default = {
5885
6187
  65,
5886
6188
  {
5887
6189
  "input": [
5888
- 249,
6190
+ 260,
5889
6191
  "CreateSponsorshipDto!"
5890
6192
  ]
5891
6193
  }
@@ -5894,7 +6196,7 @@ exports.default = {
5894
6196
  45,
5895
6197
  {
5896
6198
  "input": [
5897
- 256,
6199
+ 267,
5898
6200
  "CreateCountryDto!"
5899
6201
  ]
5900
6202
  }
@@ -5903,7 +6205,7 @@ exports.default = {
5903
6205
  44,
5904
6206
  {
5905
6207
  "input": [
5906
- 257,
6208
+ 268,
5907
6209
  "CreateStateDto!"
5908
6210
  ]
5909
6211
  }
@@ -5912,7 +6214,7 @@ exports.default = {
5912
6214
  43,
5913
6215
  {
5914
6216
  "input": [
5915
- 258,
6217
+ 269,
5916
6218
  "CreateCityDto!"
5917
6219
  ]
5918
6220
  }
@@ -5921,7 +6223,7 @@ exports.default = {
5921
6223
  29,
5922
6224
  {
5923
6225
  "input": [
5924
- 194,
6226
+ 202,
5925
6227
  "RegisterUserDto!"
5926
6228
  ]
5927
6229
  }
@@ -5930,7 +6232,7 @@ exports.default = {
5930
6232
  3,
5931
6233
  {
5932
6234
  "input": [
5933
- 162,
6235
+ 169,
5934
6236
  "VerifyCodeDto!"
5935
6237
  ]
5936
6238
  }
@@ -5939,7 +6241,7 @@ exports.default = {
5939
6241
  0,
5940
6242
  {
5941
6243
  "input": [
5942
- 162,
6244
+ 169,
5943
6245
  "VerifyCodeDto!"
5944
6246
  ]
5945
6247
  }
@@ -5948,7 +6250,7 @@ exports.default = {
5948
6250
  0,
5949
6251
  {
5950
6252
  "input": [
5951
- 194,
6253
+ 202,
5952
6254
  "RegisterUserDto!"
5953
6255
  ]
5954
6256
  }
@@ -5957,7 +6259,7 @@ exports.default = {
5957
6259
  0,
5958
6260
  {
5959
6261
  "input": [
5960
- 194,
6262
+ 202,
5961
6263
  "RegisterUserDto!"
5962
6264
  ]
5963
6265
  }
@@ -5966,7 +6268,7 @@ exports.default = {
5966
6268
  0,
5967
6269
  {
5968
6270
  "input": [
5969
- 194,
6271
+ 202,
5970
6272
  "RegisterUserDto!"
5971
6273
  ]
5972
6274
  }
@@ -5985,7 +6287,7 @@ exports.default = {
5985
6287
  }
5986
6288
  ],
5987
6289
  "createResetPasswordCode": [
5988
- 135,
6290
+ 138,
5989
6291
  {
5990
6292
  "input": [
5991
6293
  1,
@@ -5994,16 +6296,16 @@ exports.default = {
5994
6296
  }
5995
6297
  ],
5996
6298
  "resetUserPassword": [
5997
- 135,
6299
+ 138,
5998
6300
  {
5999
6301
  "input": [
6000
- 195,
6302
+ 203,
6001
6303
  "resetPasswordDto!"
6002
6304
  ]
6003
6305
  }
6004
6306
  ],
6005
6307
  "validateToken": [
6006
- 149,
6308
+ 152,
6007
6309
  {
6008
6310
  "input": [
6009
6311
  1,
@@ -6011,11 +6313,20 @@ exports.default = {
6011
6313
  ]
6012
6314
  }
6013
6315
  ],
6316
+ "updateUserSuspendedStatus": [
6317
+ 138,
6318
+ {
6319
+ "input": [
6320
+ 204,
6321
+ "UpdateUserSuspendedStatusDto!"
6322
+ ]
6323
+ }
6324
+ ],
6014
6325
  "handleStravaCallback": [
6015
6326
  105,
6016
6327
  {
6017
6328
  "data": [
6018
- 259,
6329
+ 270,
6019
6330
  "RegisterStravaDto!"
6020
6331
  ]
6021
6332
  }
@@ -6033,7 +6344,7 @@ exports.default = {
6033
6344
  75,
6034
6345
  {
6035
6346
  "input": [
6036
- 260,
6347
+ 271,
6037
6348
  "CreateSportEventDto!"
6038
6349
  ]
6039
6350
  }
@@ -6042,7 +6353,7 @@ exports.default = {
6042
6353
  130,
6043
6354
  {
6044
6355
  "input": [
6045
- 199,
6356
+ 209,
6046
6357
  "MergeSportsEventsDto!"
6047
6358
  ]
6048
6359
  }
@@ -6051,7 +6362,7 @@ exports.default = {
6051
6362
  89,
6052
6363
  {
6053
6364
  "input": [
6054
- 208,
6365
+ 218,
6055
6366
  "SetFundingStatusDto!"
6056
6367
  ]
6057
6368
  }
@@ -6060,7 +6371,7 @@ exports.default = {
6060
6371
  89,
6061
6372
  {
6062
6373
  "input": [
6063
- 205,
6374
+ 215,
6064
6375
  "CreateFundingCampaignDto!"
6065
6376
  ]
6066
6377
  }
@@ -6069,16 +6380,16 @@ exports.default = {
6069
6380
  89,
6070
6381
  {
6071
6382
  "input": [
6072
- 207,
6383
+ 217,
6073
6384
  "UpdateFundingCampaignDto!"
6074
6385
  ]
6075
6386
  }
6076
6387
  ],
6077
6388
  "deleteFundingCampaign": [
6078
- 136,
6389
+ 139,
6079
6390
  {
6080
6391
  "input": [
6081
- 173,
6392
+ 180,
6082
6393
  "DeleteSingleValueDto!"
6083
6394
  ]
6084
6395
  }
@@ -6087,7 +6398,7 @@ exports.default = {
6087
6398
  120,
6088
6399
  {
6089
6400
  "input": [
6090
- 180,
6401
+ 187,
6091
6402
  "DeleteValuesDto!"
6092
6403
  ]
6093
6404
  }
@@ -6105,7 +6416,7 @@ exports.default = {
6105
6416
  2,
6106
6417
  {
6107
6418
  "input": [
6108
- 210,
6419
+ 220,
6109
6420
  "AddCompetitionBudgetDto!"
6110
6421
  ]
6111
6422
  }
@@ -6114,7 +6425,7 @@ exports.default = {
6114
6425
  2,
6115
6426
  {
6116
6427
  "input": [
6117
- 211,
6428
+ 221,
6118
6429
  "EditCompetitionBudgetDto!"
6119
6430
  ]
6120
6431
  }
@@ -6123,7 +6434,7 @@ exports.default = {
6123
6434
  2,
6124
6435
  {
6125
6436
  "input": [
6126
- 212,
6437
+ 222,
6127
6438
  "EditCampaignBudgetDto!"
6128
6439
  ]
6129
6440
  }
@@ -6132,7 +6443,7 @@ exports.default = {
6132
6443
  2,
6133
6444
  {
6134
6445
  "input": [
6135
- 212,
6446
+ 222,
6136
6447
  "EditCampaignBudgetDto!"
6137
6448
  ]
6138
6449
  }
@@ -6141,7 +6452,7 @@ exports.default = {
6141
6452
  82,
6142
6453
  {
6143
6454
  "input": [
6144
- 213,
6455
+ 223,
6145
6456
  "CreateMembershipOrganizationDto!"
6146
6457
  ]
6147
6458
  }
@@ -6150,16 +6461,16 @@ exports.default = {
6150
6461
  84,
6151
6462
  {
6152
6463
  "input": [
6153
- 214,
6464
+ 224,
6154
6465
  "CreateAthleteMembershipDto!"
6155
6466
  ]
6156
6467
  }
6157
6468
  ],
6158
6469
  "deleteAthleteMembershipAffilation": [
6159
- 136,
6470
+ 139,
6160
6471
  {
6161
6472
  "input": [
6162
- 173,
6473
+ 180,
6163
6474
  "DeleteSingleValueDto!"
6164
6475
  ]
6165
6476
  }
@@ -6177,7 +6488,7 @@ exports.default = {
6177
6488
  97,
6178
6489
  {
6179
6490
  "input": [
6180
- 261,
6491
+ 272,
6181
6492
  "CreateStripeAccountDto!"
6182
6493
  ]
6183
6494
  }
@@ -6189,7 +6500,7 @@ exports.default = {
6189
6500
  107,
6190
6501
  {
6191
6502
  "input": [
6192
- 163,
6503
+ 170,
6193
6504
  "DonationCheckoutDto!"
6194
6505
  ]
6195
6506
  }
@@ -6204,7 +6515,7 @@ exports.default = {
6204
6515
  134,
6205
6516
  {
6206
6517
  "input": [
6207
- 219,
6518
+ 229,
6208
6519
  "RegisterMemberDto!"
6209
6520
  ]
6210
6521
  }
@@ -6330,13 +6641,13 @@ exports.default = {
6330
6641
  1
6331
6642
  ],
6332
6643
  "logo": [
6333
- 178
6644
+ 185
6334
6645
  ],
6335
6646
  "banner": [
6336
- 178
6647
+ 185
6337
6648
  ],
6338
6649
  "translations": [
6339
- 237
6650
+ 248
6340
6651
  ],
6341
6652
  "__typename": [
6342
6653
  1
@@ -6359,10 +6670,10 @@ exports.default = {
6359
6670
  1
6360
6671
  ],
6361
6672
  "logo": [
6362
- 178
6673
+ 185
6363
6674
  ],
6364
6675
  "banner": [
6365
- 178
6676
+ 185
6366
6677
  ],
6367
6678
  "__typename": [
6368
6679
  1
@@ -6467,10 +6778,10 @@ exports.default = {
6467
6778
  1
6468
6779
  ],
6469
6780
  "profilePicture": [
6470
- 178
6781
+ 185
6471
6782
  ],
6472
6783
  "cardPicture": [
6473
- 178
6784
+ 185
6474
6785
  ],
6475
6786
  "__typename": [
6476
6787
  1
@@ -6489,7 +6800,7 @@ exports.default = {
6489
6800
  },
6490
6801
  "EditDisplayIndexDto": {
6491
6802
  "updates": [
6492
- 243
6803
+ 254
6493
6804
  ],
6494
6805
  "__typename": [
6495
6806
  1
@@ -6553,7 +6864,7 @@ exports.default = {
6553
6864
  18
6554
6865
  ],
6555
6866
  "translations": [
6556
- 248
6867
+ 259
6557
6868
  ],
6558
6869
  "__typename": [
6559
6870
  1
@@ -6587,10 +6898,10 @@ exports.default = {
6587
6898
  18
6588
6899
  ],
6589
6900
  "banner": [
6590
- 178
6901
+ 185
6591
6902
  ],
6592
6903
  "criteria": [
6593
- 250
6904
+ 261
6594
6905
  ],
6595
6906
  "deadline": [
6596
6907
  14
@@ -6599,13 +6910,13 @@ exports.default = {
6599
6910
  14
6600
6911
  ],
6601
6912
  "duration": [
6602
- 252
6913
+ 263
6603
6914
  ],
6604
6915
  "sponsorshipItems": [
6605
- 253
6916
+ 264
6606
6917
  ],
6607
6918
  "commitments": [
6608
- 254
6919
+ 265
6609
6920
  ],
6610
6921
  "terms": [
6611
6922
  1
@@ -6617,7 +6928,7 @@ exports.default = {
6617
6928
  2
6618
6929
  ],
6619
6930
  "translations": [
6620
- 255
6931
+ 266
6621
6932
  ],
6622
6933
  "__typename": [
6623
6934
  1
@@ -6631,7 +6942,7 @@ exports.default = {
6631
6942
  1
6632
6943
  ],
6633
6944
  "qualificationsBag": [
6634
- 251
6945
+ 262
6635
6946
  ],
6636
6947
  "__typename": [
6637
6948
  1
@@ -6639,28 +6950,28 @@ exports.default = {
6639
6950
  },
6640
6951
  "QualificationsBagDto": {
6641
6952
  "ageQualifications": [
6642
- 186
6953
+ 194
6643
6954
  ],
6644
6955
  "genderQualifications": [
6645
- 187
6956
+ 195
6646
6957
  ],
6647
6958
  "scoreQualifications": [
6648
- 189
6959
+ 197
6649
6960
  ],
6650
6961
  "locationQualifications": [
6651
- 190
6962
+ 198
6652
6963
  ],
6653
6964
  "nationalityQualifications": [
6654
- 188
6965
+ 196
6655
6966
  ],
6656
6967
  "distanceQualifications": [
6657
- 191
6968
+ 199
6658
6969
  ],
6659
6970
  "sportsQualifications": [
6660
- 192
6971
+ 200
6661
6972
  ],
6662
6973
  "levelQualifications": [
6663
- 193
6974
+ 201
6664
6975
  ],
6665
6976
  "__typename": [
6666
6977
  1
@@ -6737,7 +7048,7 @@ exports.default = {
6737
7048
  1
6738
7049
  ],
6739
7050
  "banner": [
6740
- 178
7051
+ 185
6741
7052
  ],
6742
7053
  "terms": [
6743
7054
  1
@@ -6855,7 +7166,7 @@ exports.default = {
6855
7166
  1
6856
7167
  ],
6857
7168
  "banner": [
6858
- 178
7169
+ 185
6859
7170
  ],
6860
7171
  "eventLevel": [
6861
7172
  1