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

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.
@@ -10,9 +10,9 @@ exports.default = {
10
10
  127,
11
11
  128,
12
12
  150,
13
- 154,
14
- 158,
15
- 231
13
+ 152,
14
+ 163,
15
+ 240
16
16
  ],
17
17
  "types": {
18
18
  "User": {
@@ -2792,7 +2792,7 @@ exports.default = {
2792
2792
  89
2793
2793
  ],
2794
2794
  "mode": [
2795
- 231
2795
+ 240
2796
2796
  ],
2797
2797
  "athleteId": [
2798
2798
  1
@@ -3714,6 +3714,47 @@ exports.default = {
3714
3714
  ]
3715
3715
  },
3716
3716
  "JSONObject": {},
3717
+ "EnhancedPaginationInfoType": {
3718
+ "currentPage": [
3719
+ 152
3720
+ ],
3721
+ "totalPages": [
3722
+ 152
3723
+ ],
3724
+ "totalItems": [
3725
+ 152
3726
+ ],
3727
+ "itemsPerPage": [
3728
+ 152
3729
+ ],
3730
+ "hasNextPage": [
3731
+ 2
3732
+ ],
3733
+ "hasPreviousPage": [
3734
+ 2
3735
+ ],
3736
+ "startIndex": [
3737
+ 152
3738
+ ],
3739
+ "endIndex": [
3740
+ 152
3741
+ ],
3742
+ "__typename": [
3743
+ 1
3744
+ ]
3745
+ },
3746
+ "Int": {},
3747
+ "PaginatedSportsType": {
3748
+ "items": [
3749
+ 67
3750
+ ],
3751
+ "pagination": [
3752
+ 151
3753
+ ],
3754
+ "__typename": [
3755
+ 1
3756
+ ]
3757
+ },
3717
3758
  "UserImages": {
3718
3759
  "profilePictureUrl": [
3719
3760
  1
@@ -3745,42 +3786,41 @@ exports.default = {
3745
3786
  1
3746
3787
  ]
3747
3788
  },
3748
- "EnhancedPaginationInfoType": {
3749
- "currentPage": [
3750
- 154
3789
+ "DeleteVtxUserResponse": {
3790
+ "success": [
3791
+ 2
3751
3792
  ],
3752
- "totalPages": [
3753
- 154
3793
+ "deletedUserId": [
3794
+ 1
3754
3795
  ],
3755
- "totalItems": [
3756
- 154
3796
+ "deletedUserEmail": [
3797
+ 1
3757
3798
  ],
3758
- "itemsPerPage": [
3759
- 154
3799
+ "deletedUserType": [
3800
+ 1
3760
3801
  ],
3761
- "hasNextPage": [
3762
- 2
3802
+ "servicesDeleted": [
3803
+ 1
3763
3804
  ],
3764
- "hasPreviousPage": [
3805
+ "cognitoDeleted": [
3765
3806
  2
3766
3807
  ],
3767
- "startIndex": [
3768
- 154
3808
+ "dbDeleted": [
3809
+ 2
3769
3810
  ],
3770
- "endIndex": [
3771
- 154
3811
+ "errorMessage": [
3812
+ 1
3772
3813
  ],
3773
3814
  "__typename": [
3774
3815
  1
3775
3816
  ]
3776
3817
  },
3777
- "Int": {},
3778
3818
  "PaginatedUsersType": {
3779
3819
  "items": [
3780
3820
  135
3781
3821
  ],
3782
3822
  "pagination": [
3783
- 153
3823
+ 151
3784
3824
  ],
3785
3825
  "__typename": [
3786
3826
  1
@@ -3842,6 +3882,48 @@ exports.default = {
3842
3882
  1
3843
3883
  ]
3844
3884
  },
3885
+ "PaginatedEventsType": {
3886
+ "items": [
3887
+ 75
3888
+ ],
3889
+ "pagination": [
3890
+ 151
3891
+ ],
3892
+ "__typename": [
3893
+ 1
3894
+ ]
3895
+ },
3896
+ "CurrencyAmountType": {
3897
+ "amount": [
3898
+ 18
3899
+ ],
3900
+ "currency": [
3901
+ 1
3902
+ ],
3903
+ "__typename": [
3904
+ 1
3905
+ ]
3906
+ },
3907
+ "StripeBalanceType": {
3908
+ "availableUSD": [
3909
+ 18
3910
+ ],
3911
+ "pendingUSD": [
3912
+ 18
3913
+ ],
3914
+ "currency": [
3915
+ 1
3916
+ ],
3917
+ "availableBalances": [
3918
+ 160
3919
+ ],
3920
+ "pendingBalances": [
3921
+ 160
3922
+ ],
3923
+ "__typename": [
3924
+ 1
3925
+ ]
3926
+ },
3845
3927
  "StripeTransfer": {
3846
3928
  "_id": [
3847
3929
  102
@@ -3874,7 +3956,7 @@ exports.default = {
3874
3956
  1
3875
3957
  ],
3876
3958
  "status": [
3877
- 158
3959
+ 163
3878
3960
  ],
3879
3961
  "lastError": [
3880
3962
  1
@@ -3903,7 +3985,7 @@ exports.default = {
3903
3985
  137
3904
3986
  ],
3905
3987
  "pagination": [
3906
- 153
3988
+ 151
3907
3989
  ],
3908
3990
  "__typename": [
3909
3991
  1
@@ -4098,7 +4180,7 @@ exports.default = {
4098
4180
  1
4099
4181
  ],
4100
4182
  "invitations": [
4101
- 171
4183
+ 176
4102
4184
  ],
4103
4185
  "__typename": [
4104
4186
  1
@@ -4209,7 +4291,7 @@ exports.default = {
4209
4291
  1
4210
4292
  ],
4211
4293
  "result": [
4212
- 173
4294
+ 178
4213
4295
  ],
4214
4296
  "cityId": [
4215
4297
  1
@@ -4232,7 +4314,7 @@ exports.default = {
4232
4314
  1
4233
4315
  ],
4234
4316
  "result": [
4235
- 173
4317
+ 178
4236
4318
  ],
4237
4319
  "cityId": [
4238
4320
  1
@@ -4268,13 +4350,13 @@ exports.default = {
4268
4350
  },
4269
4351
  "CursorPaginationDto": {
4270
4352
  "sortCriteria": [
4271
- 177
4353
+ 182
4272
4354
  ],
4273
4355
  "limit": [
4274
4356
  18
4275
4357
  ],
4276
4358
  "cursorPosition": [
4277
- 178
4359
+ 183
4278
4360
  ],
4279
4361
  "__typename": [
4280
4362
  1
@@ -4349,7 +4431,7 @@ exports.default = {
4349
4431
  1
4350
4432
  ],
4351
4433
  "currentCampaign": [
4352
- 181
4434
+ 186
4353
4435
  ],
4354
4436
  "sports": [
4355
4437
  1
@@ -4411,10 +4493,10 @@ exports.default = {
4411
4493
  },
4412
4494
  "AthleteQueryDto": {
4413
4495
  "cursor": [
4414
- 179
4496
+ 184
4415
4497
  ],
4416
4498
  "filters": [
4417
- 182
4499
+ 187
4418
4500
  ],
4419
4501
  "__typename": [
4420
4502
  1
@@ -4425,7 +4507,7 @@ exports.default = {
4425
4507
  1
4426
4508
  ],
4427
4509
  "newPicture": [
4428
- 185
4510
+ 190
4429
4511
  ],
4430
4512
  "__typename": [
4431
4513
  1
@@ -4459,7 +4541,7 @@ exports.default = {
4459
4541
  1
4460
4542
  ],
4461
4543
  "pictures": [
4462
- 185
4544
+ 190
4463
4545
  ],
4464
4546
  "albumId": [
4465
4547
  1
@@ -4532,15 +4614,27 @@ exports.default = {
4532
4614
  1
4533
4615
  ]
4534
4616
  },
4535
- "OffsetPaginationDto": {
4536
- "pageNumber": [
4537
- 18
4617
+ "SportQueryDto": {
4618
+ "page": [
4619
+ 152
4538
4620
  ],
4539
- "pageSize": [
4540
- 18
4621
+ "limit": [
4622
+ 152
4541
4623
  ],
4542
- "sortCriteria": [
4543
- 177
4624
+ "search": [
4625
+ 1
4626
+ ],
4627
+ "resultType": [
4628
+ 1
4629
+ ],
4630
+ "verified": [
4631
+ 1
4632
+ ],
4633
+ "sortField": [
4634
+ 1
4635
+ ],
4636
+ "sortOrder": [
4637
+ 1
4544
4638
  ],
4545
4639
  "__typename": [
4546
4640
  1
@@ -4695,9 +4789,17 @@ exports.default = {
4695
4789
  1
4696
4790
  ]
4697
4791
  },
4792
+ "DeleteAthleteDto": {
4793
+ "userIdentifier": [
4794
+ 1
4795
+ ],
4796
+ "__typename": [
4797
+ 1
4798
+ ]
4799
+ },
4698
4800
  "resetPasswordDto": {
4699
4801
  "code": [
4700
- 169
4802
+ 174
4701
4803
  ],
4702
4804
  "newPassword": [
4703
4805
  1
@@ -4719,10 +4821,10 @@ exports.default = {
4719
4821
  },
4720
4822
  "UserQueryDto": {
4721
4823
  "page": [
4722
- 154
4824
+ 152
4723
4825
  ],
4724
4826
  "limit": [
4725
- 154
4827
+ 152
4726
4828
  ],
4727
4829
  "search": [
4728
4830
  1
@@ -4764,6 +4866,14 @@ exports.default = {
4764
4866
  1
4765
4867
  ]
4766
4868
  },
4869
+ "DeleteVtxUserDto": {
4870
+ "userIdentifier": [
4871
+ 1
4872
+ ],
4873
+ "__typename": [
4874
+ 1
4875
+ ]
4876
+ },
4767
4877
  "GetReceiptDto": {
4768
4878
  "_id": [
4769
4879
  1
@@ -4797,6 +4907,38 @@ exports.default = {
4797
4907
  1
4798
4908
  ]
4799
4909
  },
4910
+ "UpdateSportEventDto": {
4911
+ "_id": [
4912
+ 1
4913
+ ],
4914
+ "name": [
4915
+ 1
4916
+ ],
4917
+ "cityId": [
4918
+ 1
4919
+ ],
4920
+ "sportId": [
4921
+ 1
4922
+ ],
4923
+ "startDate": [
4924
+ 14
4925
+ ],
4926
+ "endDate": [
4927
+ 14
4928
+ ],
4929
+ "website": [
4930
+ 1
4931
+ ],
4932
+ "banner": [
4933
+ 190
4934
+ ],
4935
+ "eventLevel": [
4936
+ 1
4937
+ ],
4938
+ "__typename": [
4939
+ 1
4940
+ ]
4941
+ },
4800
4942
  "MergeSportsEventsDto": {
4801
4943
  "mergeTo": [
4802
4944
  1
@@ -4820,6 +4962,41 @@ exports.default = {
4820
4962
  1
4821
4963
  ]
4822
4964
  },
4965
+ "EventQueryDto": {
4966
+ "page": [
4967
+ 152
4968
+ ],
4969
+ "limit": [
4970
+ 152
4971
+ ],
4972
+ "search": [
4973
+ 1
4974
+ ],
4975
+ "verified": [
4976
+ 1
4977
+ ],
4978
+ "sport": [
4979
+ 1
4980
+ ],
4981
+ "location": [
4982
+ 1
4983
+ ],
4984
+ "dateFrom": [
4985
+ 1
4986
+ ],
4987
+ "dateTo": [
4988
+ 1
4989
+ ],
4990
+ "sortField": [
4991
+ 1
4992
+ ],
4993
+ "sortOrder": [
4994
+ 1
4995
+ ],
4996
+ "__typename": [
4997
+ 1
4998
+ ]
4999
+ },
4823
5000
  "BudgetItemDto": {
4824
5001
  "quantity": [
4825
5002
  18
@@ -4862,7 +5039,7 @@ exports.default = {
4862
5039
  18
4863
5040
  ],
4864
5041
  "items": [
4865
- 210
5042
+ 219
4866
5043
  ],
4867
5044
  "__typename": [
4868
5045
  1
@@ -4873,7 +5050,7 @@ exports.default = {
4873
5050
  18
4874
5051
  ],
4875
5052
  "items": [
4876
- 210
5053
+ 219
4877
5054
  ],
4878
5055
  "athleteCompetitionId": [
4879
5056
  1
@@ -4922,16 +5099,16 @@ exports.default = {
4922
5099
  14
4923
5100
  ],
4924
5101
  "budget": [
4925
- 212
5102
+ 221
4926
5103
  ],
4927
5104
  "competitionBudgets": [
4928
- 213
5105
+ 222
4929
5106
  ],
4930
5107
  "competitionIds": [
4931
5108
  1
4932
5109
  ],
4933
5110
  "video": [
4934
- 214
5111
+ 223
4935
5112
  ],
4936
5113
  "__typename": [
4937
5114
  1
@@ -4963,16 +5140,16 @@ exports.default = {
4963
5140
  14
4964
5141
  ],
4965
5142
  "budget": [
4966
- 212
5143
+ 221
4967
5144
  ],
4968
5145
  "competitionBudgets": [
4969
- 213
5146
+ 222
4970
5147
  ],
4971
5148
  "competitionIds": [
4972
5149
  1
4973
5150
  ],
4974
5151
  "video": [
4975
- 214
5152
+ 223
4976
5153
  ],
4977
5154
  "loginEmail": [
4978
5155
  1
@@ -5007,16 +5184,16 @@ exports.default = {
5007
5184
  14
5008
5185
  ],
5009
5186
  "budget": [
5010
- 212
5187
+ 221
5011
5188
  ],
5012
5189
  "competitionBudgets": [
5013
- 213
5190
+ 222
5014
5191
  ],
5015
5192
  "competitionIds": [
5016
5193
  1
5017
5194
  ],
5018
5195
  "video": [
5019
- 214
5196
+ 223
5020
5197
  ],
5021
5198
  "_id": [
5022
5199
  1
@@ -5038,7 +5215,7 @@ exports.default = {
5038
5215
  },
5039
5216
  "BudgetDto": {
5040
5217
  "items": [
5041
- 210
5218
+ 219
5042
5219
  ],
5043
5220
  "fundingMode": [
5044
5221
  1
@@ -5052,7 +5229,7 @@ exports.default = {
5052
5229
  1
5053
5230
  ],
5054
5231
  "budget": [
5055
- 219
5232
+ 228
5056
5233
  ],
5057
5234
  "__typename": [
5058
5235
  1
@@ -5063,7 +5240,7 @@ exports.default = {
5063
5240
  1
5064
5241
  ],
5065
5242
  "budget": [
5066
- 219
5243
+ 228
5067
5244
  ],
5068
5245
  "__typename": [
5069
5246
  1
@@ -5083,7 +5260,7 @@ exports.default = {
5083
5260
  18
5084
5261
  ],
5085
5262
  "budget": [
5086
- 219
5263
+ 228
5087
5264
  ],
5088
5265
  "__typename": [
5089
5266
  1
@@ -5103,7 +5280,7 @@ exports.default = {
5103
5280
  1
5104
5281
  ],
5105
5282
  "logo": [
5106
- 185
5283
+ 190
5107
5284
  ],
5108
5285
  "countryId": [
5109
5286
  1
@@ -5163,14 +5340,6 @@ exports.default = {
5163
5340
  1
5164
5341
  ]
5165
5342
  },
5166
- "DeleteAthleteDto": {
5167
- "userIdentifier": [
5168
- 1
5169
- ],
5170
- "__typename": [
5171
- 1
5172
- ]
5173
- },
5174
5343
  "SocialState": {
5175
5344
  "systemId": [
5176
5345
  1
@@ -5199,7 +5368,7 @@ exports.default = {
5199
5368
  1
5200
5369
  ],
5201
5370
  "profilePicture": [
5202
- 185
5371
+ 190
5203
5372
  ],
5204
5373
  "__typename": [
5205
5374
  1
@@ -5207,10 +5376,10 @@ exports.default = {
5207
5376
  },
5208
5377
  "TransactionQueryDto": {
5209
5378
  "page": [
5210
- 154
5379
+ 152
5211
5380
  ],
5212
5381
  "limit": [
5213
- 154
5382
+ 152
5214
5383
  ],
5215
5384
  "search": [
5216
5385
  1
@@ -5243,6 +5412,20 @@ exports.default = {
5243
5412
  1
5244
5413
  ]
5245
5414
  },
5415
+ "OffsetPaginationDto": {
5416
+ "pageNumber": [
5417
+ 18
5418
+ ],
5419
+ "pageSize": [
5420
+ 18
5421
+ ],
5422
+ "sortCriteria": [
5423
+ 182
5424
+ ],
5425
+ "__typename": [
5426
+ 1
5427
+ ]
5428
+ },
5246
5429
  "DonationMode": {},
5247
5430
  "Query": {
5248
5431
  "findTenantById": [
@@ -5314,7 +5497,7 @@ exports.default = {
5314
5497
  32,
5315
5498
  {
5316
5499
  "input": [
5317
- 233,
5500
+ 242,
5318
5501
  "AWSS3GetUploadDto!"
5319
5502
  ]
5320
5503
  }
@@ -5376,7 +5559,7 @@ exports.default = {
5376
5559
  104,
5377
5560
  {
5378
5561
  "input": [
5379
- 234,
5562
+ 243,
5380
5563
  "FindSponsorAthleteInvitationDto!"
5381
5564
  ]
5382
5565
  }
@@ -5385,7 +5568,7 @@ exports.default = {
5385
5568
  147,
5386
5569
  {
5387
5570
  "input": [
5388
- 188,
5571
+ 193,
5389
5572
  "existValueDto!"
5390
5573
  ]
5391
5574
  }
@@ -5397,7 +5580,7 @@ exports.default = {
5397
5580
  142,
5398
5581
  {
5399
5582
  "input": [
5400
- 183,
5583
+ 188,
5401
5584
  "AthleteQueryDto!"
5402
5585
  ]
5403
5586
  }
@@ -5445,7 +5628,7 @@ exports.default = {
5445
5628
  81,
5446
5629
  {
5447
5630
  "input": [
5448
- 235,
5631
+ 244,
5449
5632
  "GetAthleteCompetitionsDto!"
5450
5633
  ]
5451
5634
  }
@@ -5493,7 +5676,7 @@ exports.default = {
5493
5676
  142,
5494
5677
  {
5495
5678
  "input": [
5496
- 183,
5679
+ 188,
5497
5680
  "AthleteQueryDto!"
5498
5681
  ]
5499
5682
  }
@@ -5511,7 +5694,7 @@ exports.default = {
5511
5694
  145,
5512
5695
  {
5513
5696
  "input": [
5514
- 188,
5697
+ 193,
5515
5698
  "existValueDto!"
5516
5699
  ]
5517
5700
  }
@@ -5520,7 +5703,7 @@ exports.default = {
5520
5703
  148,
5521
5704
  {
5522
5705
  "input": [
5523
- 190,
5706
+ 195,
5524
5707
  "GetHistoricalScoresDto!"
5525
5708
  ]
5526
5709
  }
@@ -5529,7 +5712,7 @@ exports.default = {
5529
5712
  98,
5530
5713
  {
5531
5714
  "input": [
5532
- 190,
5715
+ 195,
5533
5716
  "GetHistoricalScoresDto!"
5534
5717
  ]
5535
5718
  }
@@ -5538,7 +5721,7 @@ exports.default = {
5538
5721
  148,
5539
5722
  {
5540
5723
  "input": [
5541
- 189,
5724
+ 194,
5542
5725
  "GetMyHistoricalScoresDto!"
5543
5726
  ]
5544
5727
  }
@@ -5547,7 +5730,7 @@ exports.default = {
5547
5730
  98,
5548
5731
  {
5549
5732
  "input": [
5550
- 189,
5733
+ 194,
5551
5734
  "GetMyHistoricalScoresDto!"
5552
5735
  ]
5553
5736
  }
@@ -5556,7 +5739,7 @@ exports.default = {
5556
5739
  89,
5557
5740
  {
5558
5741
  "input": [
5559
- 191,
5742
+ 196,
5560
5743
  "GetAthleteCampaignsDto!"
5561
5744
  ]
5562
5745
  }
@@ -5565,11 +5748,10 @@ exports.default = {
5565
5748
  67
5566
5749
  ],
5567
5750
  "getSportsPaginated": [
5568
- 67,
5751
+ 153,
5569
5752
  {
5570
- "pagination": [
5571
- 192,
5572
- "OffsetPaginationDto!"
5753
+ "query": [
5754
+ 197
5573
5755
  ]
5574
5756
  }
5575
5757
  ],
@@ -5637,7 +5819,7 @@ exports.default = {
5637
5819
  0,
5638
5820
  {
5639
5821
  "input": [
5640
- 236,
5822
+ 245,
5641
5823
  "FindVtxUserDto!"
5642
5824
  ]
5643
5825
  }
@@ -5656,7 +5838,7 @@ exports.default = {
5656
5838
  }
5657
5839
  ],
5658
5840
  "getUserImagesFromEmail": [
5659
- 151,
5841
+ 154,
5660
5842
  {
5661
5843
  "loginEmail": [
5662
5844
  1,
@@ -5677,7 +5859,7 @@ exports.default = {
5677
5859
  36,
5678
5860
  {
5679
5861
  "input": [
5680
- 169,
5862
+ 174,
5681
5863
  "VerifyCodeDto!"
5682
5864
  ]
5683
5865
  }
@@ -5695,10 +5877,10 @@ exports.default = {
5695
5877
  135
5696
5878
  ],
5697
5879
  "getUsersPaginated": [
5698
- 155,
5880
+ 157,
5699
5881
  {
5700
5882
  "query": [
5701
- 205
5883
+ 211
5702
5884
  ]
5703
5885
  }
5704
5886
  ],
@@ -5709,11 +5891,19 @@ exports.default = {
5709
5891
  75,
5710
5892
  {
5711
5893
  "input": [
5712
- 237,
5894
+ 246,
5713
5895
  "GetSportEventsDto!"
5714
5896
  ]
5715
5897
  }
5716
5898
  ],
5899
+ "getSportsEventsPaginated": [
5900
+ 159,
5901
+ {
5902
+ "query": [
5903
+ 218
5904
+ ]
5905
+ }
5906
+ ],
5717
5907
  "getBudgetsByAthlete": [
5718
5908
  129
5719
5909
  ],
@@ -5754,16 +5944,19 @@ exports.default = {
5754
5944
  149,
5755
5945
  {
5756
5946
  "input": [
5757
- 207,
5947
+ 214,
5758
5948
  "StripeQueryDto!"
5759
5949
  ]
5760
5950
  }
5761
5951
  ],
5952
+ "getStripeBalance": [
5953
+ 161
5954
+ ],
5762
5955
  "getDatabaseTextFile": [
5763
5956
  35,
5764
5957
  {
5765
5958
  "input": [
5766
- 167,
5959
+ 172,
5767
5960
  "GetDatabaseFileDto!"
5768
5961
  ]
5769
5962
  }
@@ -5772,7 +5965,7 @@ exports.default = {
5772
5965
  117,
5773
5966
  {
5774
5967
  "input": [
5775
- 206,
5968
+ 213,
5776
5969
  "GetReceiptDto!"
5777
5970
  ]
5778
5971
  }
@@ -5781,16 +5974,16 @@ exports.default = {
5781
5974
  118,
5782
5975
  {
5783
5976
  "input": [
5784
- 206,
5977
+ 213,
5785
5978
  "GetReceiptDto!"
5786
5979
  ]
5787
5980
  }
5788
5981
  ],
5789
5982
  "getTransactionDetails": [
5790
- 156,
5983
+ 158,
5791
5984
  {
5792
5985
  "input": [
5793
- 208,
5986
+ 215,
5794
5987
  "GetTransactionDetailsDto!"
5795
5988
  ]
5796
5989
  }
@@ -5820,10 +6013,10 @@ exports.default = {
5820
6013
  137
5821
6014
  ],
5822
6015
  "getTransactionsPaginated": [
5823
- 160,
6016
+ 165,
5824
6017
  {
5825
6018
  "query": [
5826
- 230
6019
+ 238
5827
6020
  ]
5828
6021
  }
5829
6022
  ],
@@ -5888,7 +6081,7 @@ exports.default = {
5888
6081
  5,
5889
6082
  {
5890
6083
  "tenant": [
5891
- 239,
6084
+ 248,
5892
6085
  "CreateTenantInput!"
5893
6086
  ]
5894
6087
  }
@@ -5897,7 +6090,7 @@ exports.default = {
5897
6090
  11,
5898
6091
  {
5899
6092
  "tenant": [
5900
- 239,
6093
+ 248,
5901
6094
  "CreateTenantInput!"
5902
6095
  ]
5903
6096
  }
@@ -5906,7 +6099,7 @@ exports.default = {
5906
6099
  3,
5907
6100
  {
5908
6101
  "user": [
5909
- 240,
6102
+ 249,
5910
6103
  "CreateActiveUserInput!"
5911
6104
  ]
5912
6105
  }
@@ -5941,7 +6134,7 @@ exports.default = {
5941
6134
  0,
5942
6135
  {
5943
6136
  "input": [
5944
- 241,
6137
+ 250,
5945
6138
  "RegisterUserToDomainFromEmailInput!"
5946
6139
  ]
5947
6140
  }
@@ -5950,7 +6143,7 @@ exports.default = {
5950
6143
  8,
5951
6144
  {
5952
6145
  "dto": [
5953
- 242,
6146
+ 251,
5954
6147
  "RefreshTokenInput!"
5955
6148
  ]
5956
6149
  }
@@ -5959,7 +6152,7 @@ exports.default = {
5959
6152
  33,
5960
6153
  {
5961
6154
  "input": [
5962
- 243,
6155
+ 252,
5963
6156
  "AWSS3DeleteUseTypeFileDto!"
5964
6157
  ]
5965
6158
  }
@@ -5968,7 +6161,7 @@ exports.default = {
5968
6161
  33,
5969
6162
  {
5970
6163
  "input": [
5971
- 244,
6164
+ 253,
5972
6165
  "AWSS3DeleteBucketFileDto!"
5973
6166
  ]
5974
6167
  }
@@ -5977,7 +6170,7 @@ exports.default = {
5977
6170
  33,
5978
6171
  {
5979
6172
  "input": [
5980
- 245,
6173
+ 254,
5981
6174
  "AWSS3DeleteUseTypeKeyDto!"
5982
6175
  ]
5983
6176
  }
@@ -5986,7 +6179,7 @@ exports.default = {
5986
6179
  27,
5987
6180
  {
5988
6181
  "input": [
5989
- 185,
6182
+ 190,
5990
6183
  "AWSS3UploadedFileDto!"
5991
6184
  ]
5992
6185
  }
@@ -5995,7 +6188,7 @@ exports.default = {
5995
6188
  56,
5996
6189
  {
5997
6190
  "input": [
5998
- 246,
6191
+ 255,
5999
6192
  "CreateIndustryDto!"
6000
6193
  ]
6001
6194
  }
@@ -6004,7 +6197,7 @@ exports.default = {
6004
6197
  39,
6005
6198
  {
6006
6199
  "input": [
6007
- 247,
6200
+ 256,
6008
6201
  "CreateBrandDto!"
6009
6202
  ]
6010
6203
  }
@@ -6013,7 +6206,7 @@ exports.default = {
6013
6206
  59,
6014
6207
  {
6015
6208
  "input": [
6016
- 249,
6209
+ 258,
6017
6210
  "RegisterSponsorInput!"
6018
6211
  ]
6019
6212
  }
@@ -6022,7 +6215,7 @@ exports.default = {
6022
6215
  59,
6023
6216
  {
6024
6217
  "input": [
6025
- 250,
6218
+ 259,
6026
6219
  "CreateSponsorDto!"
6027
6220
  ]
6028
6221
  }
@@ -6031,7 +6224,7 @@ exports.default = {
6031
6224
  104,
6032
6225
  {
6033
6226
  "input": [
6034
- 172,
6227
+ 177,
6035
6228
  "InviteAthletesDto!"
6036
6229
  ]
6037
6230
  }
@@ -6040,7 +6233,7 @@ exports.default = {
6040
6233
  139,
6041
6234
  {
6042
6235
  "input": [
6043
- 180,
6236
+ 185,
6044
6237
  "DeleteSingleValueDto!"
6045
6238
  ]
6046
6239
  }
@@ -6049,7 +6242,7 @@ exports.default = {
6049
6242
  100,
6050
6243
  {
6051
6244
  "input": [
6052
- 251,
6245
+ 260,
6053
6246
  "RegisterAthleteDto!"
6054
6247
  ]
6055
6248
  }
@@ -6058,7 +6251,7 @@ exports.default = {
6058
6251
  138,
6059
6252
  {
6060
6253
  "input": [
6061
- 252,
6254
+ 261,
6062
6255
  "EditValueDto!"
6063
6256
  ]
6064
6257
  }
@@ -6067,7 +6260,7 @@ exports.default = {
6067
6260
  143,
6068
6261
  {
6069
6262
  "input": [
6070
- 184,
6263
+ 189,
6071
6264
  "EditPictureDto!"
6072
6265
  ]
6073
6266
  }
@@ -6076,7 +6269,7 @@ exports.default = {
6076
6269
  144,
6077
6270
  {
6078
6271
  "input": [
6079
- 186,
6272
+ 191,
6080
6273
  "UploadAlbumsPicturesDto!"
6081
6274
  ]
6082
6275
  }
@@ -6085,7 +6278,7 @@ exports.default = {
6085
6278
  81,
6086
6279
  {
6087
6280
  "input": [
6088
- 175,
6281
+ 180,
6089
6282
  "CreateAthleteCompetitionDto!"
6090
6283
  ]
6091
6284
  }
@@ -6094,7 +6287,7 @@ exports.default = {
6094
6287
  139,
6095
6288
  {
6096
6289
  "input": [
6097
- 180,
6290
+ 185,
6098
6291
  "DeleteSingleValueDto!"
6099
6292
  ]
6100
6293
  }
@@ -6103,7 +6296,7 @@ exports.default = {
6103
6296
  80,
6104
6297
  {
6105
6298
  "input": [
6106
- 186,
6299
+ 191,
6107
6300
  "UploadAlbumsPicturesDto!"
6108
6301
  ]
6109
6302
  }
@@ -6112,7 +6305,7 @@ exports.default = {
6112
6305
  80,
6113
6306
  {
6114
6307
  "input": [
6115
- 253,
6308
+ 262,
6116
6309
  "EditDisplayIndexDto!"
6117
6310
  ]
6118
6311
  }
@@ -6121,7 +6314,7 @@ exports.default = {
6121
6314
  80,
6122
6315
  {
6123
6316
  "input": [
6124
- 186,
6317
+ 191,
6125
6318
  "UploadAlbumsPicturesDto!"
6126
6319
  ]
6127
6320
  }
@@ -6130,7 +6323,7 @@ exports.default = {
6130
6323
  139,
6131
6324
  {
6132
6325
  "input": [
6133
- 180,
6326
+ 185,
6134
6327
  "DeleteSingleValueDto!"
6135
6328
  ]
6136
6329
  }
@@ -6139,7 +6332,7 @@ exports.default = {
6139
6332
  120,
6140
6333
  {
6141
6334
  "input": [
6142
- 187,
6335
+ 192,
6143
6336
  "DeleteValuesDto!"
6144
6337
  ]
6145
6338
  }
@@ -6148,7 +6341,7 @@ exports.default = {
6148
6341
  76,
6149
6342
  {
6150
6343
  "input": [
6151
- 174,
6344
+ 179,
6152
6345
  "SetCompetitionResultDto!"
6153
6346
  ]
6154
6347
  }
@@ -6160,7 +6353,7 @@ exports.default = {
6160
6353
  89,
6161
6354
  {
6162
6355
  "input": [
6163
- 255,
6356
+ 264,
6164
6357
  "SetCurrentCampaignDto!"
6165
6358
  ]
6166
6359
  }
@@ -6169,7 +6362,7 @@ exports.default = {
6169
6362
  67,
6170
6363
  {
6171
6364
  "input": [
6172
- 256,
6365
+ 265,
6173
6366
  "CreateSportDto!"
6174
6367
  ]
6175
6368
  }
@@ -6178,7 +6371,7 @@ exports.default = {
6178
6371
  67,
6179
6372
  {
6180
6373
  "input": [
6181
- 257,
6374
+ 266,
6182
6375
  "UpdateSportDto!"
6183
6376
  ]
6184
6377
  }
@@ -6187,7 +6380,7 @@ exports.default = {
6187
6380
  70,
6188
6381
  {
6189
6382
  "input": [
6190
- 258,
6383
+ 267,
6191
6384
  "CreateSportLevelDto!"
6192
6385
  ]
6193
6386
  }
@@ -6196,7 +6389,7 @@ exports.default = {
6196
6389
  65,
6197
6390
  {
6198
6391
  "input": [
6199
- 260,
6392
+ 269,
6200
6393
  "CreateSponsorshipDto!"
6201
6394
  ]
6202
6395
  }
@@ -6205,7 +6398,7 @@ exports.default = {
6205
6398
  45,
6206
6399
  {
6207
6400
  "input": [
6208
- 267,
6401
+ 276,
6209
6402
  "CreateCountryDto!"
6210
6403
  ]
6211
6404
  }
@@ -6214,7 +6407,7 @@ exports.default = {
6214
6407
  44,
6215
6408
  {
6216
6409
  "input": [
6217
- 268,
6410
+ 277,
6218
6411
  "CreateStateDto!"
6219
6412
  ]
6220
6413
  }
@@ -6223,7 +6416,7 @@ exports.default = {
6223
6416
  43,
6224
6417
  {
6225
6418
  "input": [
6226
- 269,
6419
+ 278,
6227
6420
  "CreateCityDto!"
6228
6421
  ]
6229
6422
  }
@@ -6232,7 +6425,7 @@ exports.default = {
6232
6425
  29,
6233
6426
  {
6234
6427
  "input": [
6235
- 202,
6428
+ 207,
6236
6429
  "RegisterUserDto!"
6237
6430
  ]
6238
6431
  }
@@ -6241,7 +6434,7 @@ exports.default = {
6241
6434
  3,
6242
6435
  {
6243
6436
  "input": [
6244
- 169,
6437
+ 174,
6245
6438
  "VerifyCodeDto!"
6246
6439
  ]
6247
6440
  }
@@ -6250,7 +6443,7 @@ exports.default = {
6250
6443
  0,
6251
6444
  {
6252
6445
  "input": [
6253
- 169,
6446
+ 174,
6254
6447
  "VerifyCodeDto!"
6255
6448
  ]
6256
6449
  }
@@ -6259,7 +6452,7 @@ exports.default = {
6259
6452
  0,
6260
6453
  {
6261
6454
  "input": [
6262
- 202,
6455
+ 207,
6263
6456
  "RegisterUserDto!"
6264
6457
  ]
6265
6458
  }
@@ -6268,7 +6461,7 @@ exports.default = {
6268
6461
  0,
6269
6462
  {
6270
6463
  "input": [
6271
- 202,
6464
+ 207,
6272
6465
  "RegisterUserDto!"
6273
6466
  ]
6274
6467
  }
@@ -6277,7 +6470,7 @@ exports.default = {
6277
6470
  0,
6278
6471
  {
6279
6472
  "input": [
6280
- 202,
6473
+ 207,
6281
6474
  "RegisterUserDto!"
6282
6475
  ]
6283
6476
  }
@@ -6308,13 +6501,13 @@ exports.default = {
6308
6501
  138,
6309
6502
  {
6310
6503
  "input": [
6311
- 203,
6504
+ 209,
6312
6505
  "resetPasswordDto!"
6313
6506
  ]
6314
6507
  }
6315
6508
  ],
6316
6509
  "validateToken": [
6317
- 152,
6510
+ 155,
6318
6511
  {
6319
6512
  "input": [
6320
6513
  1,
@@ -6326,16 +6519,28 @@ exports.default = {
6326
6519
  138,
6327
6520
  {
6328
6521
  "input": [
6329
- 204,
6522
+ 210,
6330
6523
  "UpdateUserSuspendedStatusDto!"
6331
6524
  ]
6332
6525
  }
6333
6526
  ],
6527
+ "deleteMyAccount": [
6528
+ 156
6529
+ ],
6530
+ "deleteVtxUser": [
6531
+ 156,
6532
+ {
6533
+ "input": [
6534
+ 212,
6535
+ "DeleteVtxUserDto!"
6536
+ ]
6537
+ }
6538
+ ],
6334
6539
  "handleStravaCallback": [
6335
6540
  105,
6336
6541
  {
6337
6542
  "data": [
6338
- 270,
6543
+ 279,
6339
6544
  "RegisterStravaDto!"
6340
6545
  ]
6341
6546
  }
@@ -6353,16 +6558,34 @@ exports.default = {
6353
6558
  75,
6354
6559
  {
6355
6560
  "input": [
6356
- 271,
6561
+ 280,
6357
6562
  "CreateSportEventDto!"
6358
6563
  ]
6359
6564
  }
6360
6565
  ],
6566
+ "updateSportsEvent": [
6567
+ 75,
6568
+ {
6569
+ "input": [
6570
+ 216,
6571
+ "UpdateSportEventDto!"
6572
+ ]
6573
+ }
6574
+ ],
6575
+ "deleteSportsEvent": [
6576
+ 138,
6577
+ {
6578
+ "eventId": [
6579
+ 1,
6580
+ "String!"
6581
+ ]
6582
+ }
6583
+ ],
6361
6584
  "mergeSportsEvents": [
6362
6585
  130,
6363
6586
  {
6364
6587
  "input": [
6365
- 209,
6588
+ 217,
6366
6589
  "MergeSportsEventsDto!"
6367
6590
  ]
6368
6591
  }
@@ -6371,7 +6594,7 @@ exports.default = {
6371
6594
  89,
6372
6595
  {
6373
6596
  "input": [
6374
- 218,
6597
+ 227,
6375
6598
  "SetFundingStatusDto!"
6376
6599
  ]
6377
6600
  }
@@ -6380,7 +6603,7 @@ exports.default = {
6380
6603
  89,
6381
6604
  {
6382
6605
  "input": [
6383
- 215,
6606
+ 224,
6384
6607
  "CreateFundingCampaignDto!"
6385
6608
  ]
6386
6609
  }
@@ -6389,7 +6612,7 @@ exports.default = {
6389
6612
  89,
6390
6613
  {
6391
6614
  "input": [
6392
- 217,
6615
+ 226,
6393
6616
  "UpdateFundingCampaignDto!"
6394
6617
  ]
6395
6618
  }
@@ -6398,7 +6621,7 @@ exports.default = {
6398
6621
  139,
6399
6622
  {
6400
6623
  "input": [
6401
- 180,
6624
+ 185,
6402
6625
  "DeleteSingleValueDto!"
6403
6626
  ]
6404
6627
  }
@@ -6407,7 +6630,7 @@ exports.default = {
6407
6630
  120,
6408
6631
  {
6409
6632
  "input": [
6410
- 187,
6633
+ 192,
6411
6634
  "DeleteValuesDto!"
6412
6635
  ]
6413
6636
  }
@@ -6425,7 +6648,7 @@ exports.default = {
6425
6648
  2,
6426
6649
  {
6427
6650
  "input": [
6428
- 220,
6651
+ 229,
6429
6652
  "AddCompetitionBudgetDto!"
6430
6653
  ]
6431
6654
  }
@@ -6434,7 +6657,7 @@ exports.default = {
6434
6657
  2,
6435
6658
  {
6436
6659
  "input": [
6437
- 221,
6660
+ 230,
6438
6661
  "EditCompetitionBudgetDto!"
6439
6662
  ]
6440
6663
  }
@@ -6443,7 +6666,7 @@ exports.default = {
6443
6666
  2,
6444
6667
  {
6445
6668
  "input": [
6446
- 222,
6669
+ 231,
6447
6670
  "EditCampaignBudgetDto!"
6448
6671
  ]
6449
6672
  }
@@ -6452,7 +6675,7 @@ exports.default = {
6452
6675
  2,
6453
6676
  {
6454
6677
  "input": [
6455
- 222,
6678
+ 231,
6456
6679
  "EditCampaignBudgetDto!"
6457
6680
  ]
6458
6681
  }
@@ -6461,7 +6684,7 @@ exports.default = {
6461
6684
  82,
6462
6685
  {
6463
6686
  "input": [
6464
- 223,
6687
+ 232,
6465
6688
  "CreateMembershipOrganizationDto!"
6466
6689
  ]
6467
6690
  }
@@ -6470,7 +6693,7 @@ exports.default = {
6470
6693
  84,
6471
6694
  {
6472
6695
  "input": [
6473
- 224,
6696
+ 233,
6474
6697
  "CreateAthleteMembershipDto!"
6475
6698
  ]
6476
6699
  }
@@ -6479,7 +6702,7 @@ exports.default = {
6479
6702
  139,
6480
6703
  {
6481
6704
  "input": [
6482
- 180,
6705
+ 185,
6483
6706
  "DeleteSingleValueDto!"
6484
6707
  ]
6485
6708
  }
@@ -6497,7 +6720,7 @@ exports.default = {
6497
6720
  97,
6498
6721
  {
6499
6722
  "input": [
6500
- 272,
6723
+ 281,
6501
6724
  "CreateStripeAccountDto!"
6502
6725
  ]
6503
6726
  }
@@ -6509,7 +6732,7 @@ exports.default = {
6509
6732
  107,
6510
6733
  {
6511
6734
  "input": [
6512
- 170,
6735
+ 175,
6513
6736
  "DonationCheckoutDto!"
6514
6737
  ]
6515
6738
  }
@@ -6524,7 +6747,7 @@ exports.default = {
6524
6747
  134,
6525
6748
  {
6526
6749
  "input": [
6527
- 229,
6750
+ 237,
6528
6751
  "RegisterMemberDto!"
6529
6752
  ]
6530
6753
  }
@@ -6650,13 +6873,13 @@ exports.default = {
6650
6873
  1
6651
6874
  ],
6652
6875
  "logo": [
6653
- 185
6876
+ 190
6654
6877
  ],
6655
6878
  "banner": [
6656
- 185
6879
+ 190
6657
6880
  ],
6658
6881
  "translations": [
6659
- 248
6882
+ 257
6660
6883
  ],
6661
6884
  "__typename": [
6662
6885
  1
@@ -6679,10 +6902,10 @@ exports.default = {
6679
6902
  1
6680
6903
  ],
6681
6904
  "logo": [
6682
- 185
6905
+ 190
6683
6906
  ],
6684
6907
  "banner": [
6685
- 185
6908
+ 190
6686
6909
  ],
6687
6910
  "__typename": [
6688
6911
  1
@@ -6787,10 +7010,10 @@ exports.default = {
6787
7010
  1
6788
7011
  ],
6789
7012
  "profilePicture": [
6790
- 185
7013
+ 190
6791
7014
  ],
6792
7015
  "cardPicture": [
6793
- 185
7016
+ 190
6794
7017
  ],
6795
7018
  "__typename": [
6796
7019
  1
@@ -6809,7 +7032,7 @@ exports.default = {
6809
7032
  },
6810
7033
  "EditDisplayIndexDto": {
6811
7034
  "updates": [
6812
- 254
7035
+ 263
6813
7036
  ],
6814
7037
  "__typename": [
6815
7038
  1
@@ -6873,7 +7096,7 @@ exports.default = {
6873
7096
  18
6874
7097
  ],
6875
7098
  "translations": [
6876
- 259
7099
+ 268
6877
7100
  ],
6878
7101
  "__typename": [
6879
7102
  1
@@ -6907,10 +7130,10 @@ exports.default = {
6907
7130
  18
6908
7131
  ],
6909
7132
  "banner": [
6910
- 185
7133
+ 190
6911
7134
  ],
6912
7135
  "criteria": [
6913
- 261
7136
+ 270
6914
7137
  ],
6915
7138
  "deadline": [
6916
7139
  14
@@ -6919,13 +7142,13 @@ exports.default = {
6919
7142
  14
6920
7143
  ],
6921
7144
  "duration": [
6922
- 263
7145
+ 272
6923
7146
  ],
6924
7147
  "sponsorshipItems": [
6925
- 264
7148
+ 273
6926
7149
  ],
6927
7150
  "commitments": [
6928
- 265
7151
+ 274
6929
7152
  ],
6930
7153
  "terms": [
6931
7154
  1
@@ -6937,7 +7160,7 @@ exports.default = {
6937
7160
  2
6938
7161
  ],
6939
7162
  "translations": [
6940
- 266
7163
+ 275
6941
7164
  ],
6942
7165
  "__typename": [
6943
7166
  1
@@ -6951,7 +7174,7 @@ exports.default = {
6951
7174
  1
6952
7175
  ],
6953
7176
  "qualificationsBag": [
6954
- 262
7177
+ 271
6955
7178
  ],
6956
7179
  "__typename": [
6957
7180
  1
@@ -6959,28 +7182,28 @@ exports.default = {
6959
7182
  },
6960
7183
  "QualificationsBagDto": {
6961
7184
  "ageQualifications": [
6962
- 194
7185
+ 199
6963
7186
  ],
6964
7187
  "genderQualifications": [
6965
- 195
7188
+ 200
6966
7189
  ],
6967
7190
  "scoreQualifications": [
6968
- 197
7191
+ 202
6969
7192
  ],
6970
7193
  "locationQualifications": [
6971
- 198
7194
+ 203
6972
7195
  ],
6973
7196
  "nationalityQualifications": [
6974
- 196
7197
+ 201
6975
7198
  ],
6976
7199
  "distanceQualifications": [
6977
- 199
7200
+ 204
6978
7201
  ],
6979
7202
  "sportsQualifications": [
6980
- 200
7203
+ 205
6981
7204
  ],
6982
7205
  "levelQualifications": [
6983
- 201
7206
+ 206
6984
7207
  ],
6985
7208
  "__typename": [
6986
7209
  1
@@ -7057,7 +7280,7 @@ exports.default = {
7057
7280
  1
7058
7281
  ],
7059
7282
  "banner": [
7060
- 185
7283
+ 190
7061
7284
  ],
7062
7285
  "terms": [
7063
7286
  1
@@ -7175,7 +7398,7 @@ exports.default = {
7175
7398
  1
7176
7399
  ],
7177
7400
  "banner": [
7178
- 185
7401
+ 190
7179
7402
  ],
7180
7403
  "eventLevel": [
7181
7404
  1