@vertikalx/vtx-backend-client 3.0.0-dev-max.33 → 3.0.0-dev-max.34

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.
@@ -11,8 +11,8 @@ exports.default = {
11
11
  128,
12
12
  150,
13
13
  152,
14
- 162,
15
- 238
14
+ 163,
15
+ 239
16
16
  ],
17
17
  "types": {
18
18
  "User": {
@@ -2792,7 +2792,7 @@ exports.default = {
2792
2792
  89
2793
2793
  ],
2794
2794
  "mode": [
2795
- 238
2795
+ 239
2796
2796
  ],
2797
2797
  "athleteId": [
2798
2798
  1
@@ -3786,6 +3786,35 @@ exports.default = {
3786
3786
  1
3787
3787
  ]
3788
3788
  },
3789
+ "DeleteVtxUserResponse": {
3790
+ "success": [
3791
+ 2
3792
+ ],
3793
+ "deletedUserId": [
3794
+ 1
3795
+ ],
3796
+ "deletedUserEmail": [
3797
+ 1
3798
+ ],
3799
+ "deletedUserType": [
3800
+ 1
3801
+ ],
3802
+ "servicesDeleted": [
3803
+ 1
3804
+ ],
3805
+ "cognitoDeleted": [
3806
+ 2
3807
+ ],
3808
+ "dbDeleted": [
3809
+ 2
3810
+ ],
3811
+ "errorMessage": [
3812
+ 1
3813
+ ],
3814
+ "__typename": [
3815
+ 1
3816
+ ]
3817
+ },
3789
3818
  "PaginatedUsersType": {
3790
3819
  "items": [
3791
3820
  135
@@ -3886,10 +3915,10 @@ exports.default = {
3886
3915
  1
3887
3916
  ],
3888
3917
  "availableBalances": [
3889
- 159
3918
+ 160
3890
3919
  ],
3891
3920
  "pendingBalances": [
3892
- 159
3921
+ 160
3893
3922
  ],
3894
3923
  "__typename": [
3895
3924
  1
@@ -3927,7 +3956,7 @@ exports.default = {
3927
3956
  1
3928
3957
  ],
3929
3958
  "status": [
3930
- 162
3959
+ 163
3931
3960
  ],
3932
3961
  "lastError": [
3933
3962
  1
@@ -4151,7 +4180,7 @@ exports.default = {
4151
4180
  1
4152
4181
  ],
4153
4182
  "invitations": [
4154
- 175
4183
+ 176
4155
4184
  ],
4156
4185
  "__typename": [
4157
4186
  1
@@ -4262,7 +4291,7 @@ exports.default = {
4262
4291
  1
4263
4292
  ],
4264
4293
  "result": [
4265
- 177
4294
+ 178
4266
4295
  ],
4267
4296
  "cityId": [
4268
4297
  1
@@ -4285,7 +4314,7 @@ exports.default = {
4285
4314
  1
4286
4315
  ],
4287
4316
  "result": [
4288
- 177
4317
+ 178
4289
4318
  ],
4290
4319
  "cityId": [
4291
4320
  1
@@ -4321,13 +4350,13 @@ exports.default = {
4321
4350
  },
4322
4351
  "CursorPaginationDto": {
4323
4352
  "sortCriteria": [
4324
- 181
4353
+ 182
4325
4354
  ],
4326
4355
  "limit": [
4327
4356
  18
4328
4357
  ],
4329
4358
  "cursorPosition": [
4330
- 182
4359
+ 183
4331
4360
  ],
4332
4361
  "__typename": [
4333
4362
  1
@@ -4402,7 +4431,7 @@ exports.default = {
4402
4431
  1
4403
4432
  ],
4404
4433
  "currentCampaign": [
4405
- 185
4434
+ 186
4406
4435
  ],
4407
4436
  "sports": [
4408
4437
  1
@@ -4464,10 +4493,10 @@ exports.default = {
4464
4493
  },
4465
4494
  "AthleteQueryDto": {
4466
4495
  "cursor": [
4467
- 183
4496
+ 184
4468
4497
  ],
4469
4498
  "filters": [
4470
- 186
4499
+ 187
4471
4500
  ],
4472
4501
  "__typename": [
4473
4502
  1
@@ -4478,7 +4507,7 @@ exports.default = {
4478
4507
  1
4479
4508
  ],
4480
4509
  "newPicture": [
4481
- 189
4510
+ 190
4482
4511
  ],
4483
4512
  "__typename": [
4484
4513
  1
@@ -4512,7 +4541,7 @@ exports.default = {
4512
4541
  1
4513
4542
  ],
4514
4543
  "pictures": [
4515
- 189
4544
+ 190
4516
4545
  ],
4517
4546
  "albumId": [
4518
4547
  1
@@ -4760,9 +4789,17 @@ exports.default = {
4760
4789
  1
4761
4790
  ]
4762
4791
  },
4792
+ "DeleteAthleteDto": {
4793
+ "userIdentifier": [
4794
+ 1
4795
+ ],
4796
+ "__typename": [
4797
+ 1
4798
+ ]
4799
+ },
4763
4800
  "resetPasswordDto": {
4764
4801
  "code": [
4765
- 173
4802
+ 174
4766
4803
  ],
4767
4804
  "newPassword": [
4768
4805
  1
@@ -4885,7 +4922,7 @@ exports.default = {
4885
4922
  1
4886
4923
  ],
4887
4924
  "banner": [
4888
- 189
4925
+ 190
4889
4926
  ],
4890
4927
  "eventLevel": [
4891
4928
  1
@@ -4994,7 +5031,7 @@ exports.default = {
4994
5031
  18
4995
5032
  ],
4996
5033
  "items": [
4997
- 216
5034
+ 218
4998
5035
  ],
4999
5036
  "__typename": [
5000
5037
  1
@@ -5005,7 +5042,7 @@ exports.default = {
5005
5042
  18
5006
5043
  ],
5007
5044
  "items": [
5008
- 216
5045
+ 218
5009
5046
  ],
5010
5047
  "athleteCompetitionId": [
5011
5048
  1
@@ -5054,16 +5091,16 @@ exports.default = {
5054
5091
  14
5055
5092
  ],
5056
5093
  "budget": [
5057
- 218
5094
+ 220
5058
5095
  ],
5059
5096
  "competitionBudgets": [
5060
- 219
5097
+ 221
5061
5098
  ],
5062
5099
  "competitionIds": [
5063
5100
  1
5064
5101
  ],
5065
5102
  "video": [
5066
- 220
5103
+ 222
5067
5104
  ],
5068
5105
  "__typename": [
5069
5106
  1
@@ -5095,16 +5132,16 @@ exports.default = {
5095
5132
  14
5096
5133
  ],
5097
5134
  "budget": [
5098
- 218
5135
+ 220
5099
5136
  ],
5100
5137
  "competitionBudgets": [
5101
- 219
5138
+ 221
5102
5139
  ],
5103
5140
  "competitionIds": [
5104
5141
  1
5105
5142
  ],
5106
5143
  "video": [
5107
- 220
5144
+ 222
5108
5145
  ],
5109
5146
  "loginEmail": [
5110
5147
  1
@@ -5139,16 +5176,16 @@ exports.default = {
5139
5176
  14
5140
5177
  ],
5141
5178
  "budget": [
5142
- 218
5179
+ 220
5143
5180
  ],
5144
5181
  "competitionBudgets": [
5145
- 219
5182
+ 221
5146
5183
  ],
5147
5184
  "competitionIds": [
5148
5185
  1
5149
5186
  ],
5150
5187
  "video": [
5151
- 220
5188
+ 222
5152
5189
  ],
5153
5190
  "_id": [
5154
5191
  1
@@ -5170,7 +5207,7 @@ exports.default = {
5170
5207
  },
5171
5208
  "BudgetDto": {
5172
5209
  "items": [
5173
- 216
5210
+ 218
5174
5211
  ],
5175
5212
  "fundingMode": [
5176
5213
  1
@@ -5184,7 +5221,7 @@ exports.default = {
5184
5221
  1
5185
5222
  ],
5186
5223
  "budget": [
5187
- 225
5224
+ 227
5188
5225
  ],
5189
5226
  "__typename": [
5190
5227
  1
@@ -5195,7 +5232,7 @@ exports.default = {
5195
5232
  1
5196
5233
  ],
5197
5234
  "budget": [
5198
- 225
5235
+ 227
5199
5236
  ],
5200
5237
  "__typename": [
5201
5238
  1
@@ -5215,7 +5252,7 @@ exports.default = {
5215
5252
  18
5216
5253
  ],
5217
5254
  "budget": [
5218
- 225
5255
+ 227
5219
5256
  ],
5220
5257
  "__typename": [
5221
5258
  1
@@ -5235,7 +5272,7 @@ exports.default = {
5235
5272
  1
5236
5273
  ],
5237
5274
  "logo": [
5238
- 189
5275
+ 190
5239
5276
  ],
5240
5277
  "countryId": [
5241
5278
  1
@@ -5295,14 +5332,6 @@ exports.default = {
5295
5332
  1
5296
5333
  ]
5297
5334
  },
5298
- "DeleteAthleteDto": {
5299
- "userIdentifier": [
5300
- 1
5301
- ],
5302
- "__typename": [
5303
- 1
5304
- ]
5305
- },
5306
5335
  "SocialState": {
5307
5336
  "systemId": [
5308
5337
  1
@@ -5331,7 +5360,7 @@ exports.default = {
5331
5360
  1
5332
5361
  ],
5333
5362
  "profilePicture": [
5334
- 189
5363
+ 190
5335
5364
  ],
5336
5365
  "__typename": [
5337
5366
  1
@@ -5383,7 +5412,7 @@ exports.default = {
5383
5412
  18
5384
5413
  ],
5385
5414
  "sortCriteria": [
5386
- 181
5415
+ 182
5387
5416
  ],
5388
5417
  "__typename": [
5389
5418
  1
@@ -5460,7 +5489,7 @@ exports.default = {
5460
5489
  32,
5461
5490
  {
5462
5491
  "input": [
5463
- 240,
5492
+ 241,
5464
5493
  "AWSS3GetUploadDto!"
5465
5494
  ]
5466
5495
  }
@@ -5522,7 +5551,7 @@ exports.default = {
5522
5551
  104,
5523
5552
  {
5524
5553
  "input": [
5525
- 241,
5554
+ 242,
5526
5555
  "FindSponsorAthleteInvitationDto!"
5527
5556
  ]
5528
5557
  }
@@ -5531,7 +5560,7 @@ exports.default = {
5531
5560
  147,
5532
5561
  {
5533
5562
  "input": [
5534
- 192,
5563
+ 193,
5535
5564
  "existValueDto!"
5536
5565
  ]
5537
5566
  }
@@ -5543,7 +5572,7 @@ exports.default = {
5543
5572
  142,
5544
5573
  {
5545
5574
  "input": [
5546
- 187,
5575
+ 188,
5547
5576
  "AthleteQueryDto!"
5548
5577
  ]
5549
5578
  }
@@ -5591,7 +5620,7 @@ exports.default = {
5591
5620
  81,
5592
5621
  {
5593
5622
  "input": [
5594
- 242,
5623
+ 243,
5595
5624
  "GetAthleteCompetitionsDto!"
5596
5625
  ]
5597
5626
  }
@@ -5639,7 +5668,7 @@ exports.default = {
5639
5668
  142,
5640
5669
  {
5641
5670
  "input": [
5642
- 187,
5671
+ 188,
5643
5672
  "AthleteQueryDto!"
5644
5673
  ]
5645
5674
  }
@@ -5657,7 +5686,7 @@ exports.default = {
5657
5686
  145,
5658
5687
  {
5659
5688
  "input": [
5660
- 192,
5689
+ 193,
5661
5690
  "existValueDto!"
5662
5691
  ]
5663
5692
  }
@@ -5666,7 +5695,7 @@ exports.default = {
5666
5695
  148,
5667
5696
  {
5668
5697
  "input": [
5669
- 194,
5698
+ 195,
5670
5699
  "GetHistoricalScoresDto!"
5671
5700
  ]
5672
5701
  }
@@ -5675,7 +5704,7 @@ exports.default = {
5675
5704
  98,
5676
5705
  {
5677
5706
  "input": [
5678
- 194,
5707
+ 195,
5679
5708
  "GetHistoricalScoresDto!"
5680
5709
  ]
5681
5710
  }
@@ -5684,7 +5713,7 @@ exports.default = {
5684
5713
  148,
5685
5714
  {
5686
5715
  "input": [
5687
- 193,
5716
+ 194,
5688
5717
  "GetMyHistoricalScoresDto!"
5689
5718
  ]
5690
5719
  }
@@ -5693,7 +5722,7 @@ exports.default = {
5693
5722
  98,
5694
5723
  {
5695
5724
  "input": [
5696
- 193,
5725
+ 194,
5697
5726
  "GetMyHistoricalScoresDto!"
5698
5727
  ]
5699
5728
  }
@@ -5702,7 +5731,7 @@ exports.default = {
5702
5731
  89,
5703
5732
  {
5704
5733
  "input": [
5705
- 195,
5734
+ 196,
5706
5735
  "GetAthleteCampaignsDto!"
5707
5736
  ]
5708
5737
  }
@@ -5714,7 +5743,7 @@ exports.default = {
5714
5743
  153,
5715
5744
  {
5716
5745
  "query": [
5717
- 196
5746
+ 197
5718
5747
  ]
5719
5748
  }
5720
5749
  ],
@@ -5782,7 +5811,7 @@ exports.default = {
5782
5811
  0,
5783
5812
  {
5784
5813
  "input": [
5785
- 243,
5814
+ 244,
5786
5815
  "FindVtxUserDto!"
5787
5816
  ]
5788
5817
  }
@@ -5822,7 +5851,7 @@ exports.default = {
5822
5851
  36,
5823
5852
  {
5824
5853
  "input": [
5825
- 173,
5854
+ 174,
5826
5855
  "VerifyCodeDto!"
5827
5856
  ]
5828
5857
  }
@@ -5840,10 +5869,10 @@ exports.default = {
5840
5869
  135
5841
5870
  ],
5842
5871
  "getUsersPaginated": [
5843
- 156,
5872
+ 157,
5844
5873
  {
5845
5874
  "query": [
5846
- 209
5875
+ 211
5847
5876
  ]
5848
5877
  }
5849
5878
  ],
@@ -5854,16 +5883,16 @@ exports.default = {
5854
5883
  75,
5855
5884
  {
5856
5885
  "input": [
5857
- 244,
5886
+ 245,
5858
5887
  "GetSportEventsDto!"
5859
5888
  ]
5860
5889
  }
5861
5890
  ],
5862
5891
  "getSportsEventsPaginated": [
5863
- 158,
5892
+ 159,
5864
5893
  {
5865
5894
  "query": [
5866
- 215
5895
+ 217
5867
5896
  ]
5868
5897
  }
5869
5898
  ],
@@ -5907,19 +5936,19 @@ exports.default = {
5907
5936
  149,
5908
5937
  {
5909
5938
  "input": [
5910
- 211,
5939
+ 213,
5911
5940
  "StripeQueryDto!"
5912
5941
  ]
5913
5942
  }
5914
5943
  ],
5915
5944
  "getStripeBalance": [
5916
- 160
5945
+ 161
5917
5946
  ],
5918
5947
  "getDatabaseTextFile": [
5919
5948
  35,
5920
5949
  {
5921
5950
  "input": [
5922
- 171,
5951
+ 172,
5923
5952
  "GetDatabaseFileDto!"
5924
5953
  ]
5925
5954
  }
@@ -5928,7 +5957,7 @@ exports.default = {
5928
5957
  117,
5929
5958
  {
5930
5959
  "input": [
5931
- 210,
5960
+ 212,
5932
5961
  "GetReceiptDto!"
5933
5962
  ]
5934
5963
  }
@@ -5937,16 +5966,16 @@ exports.default = {
5937
5966
  118,
5938
5967
  {
5939
5968
  "input": [
5940
- 210,
5969
+ 212,
5941
5970
  "GetReceiptDto!"
5942
5971
  ]
5943
5972
  }
5944
5973
  ],
5945
5974
  "getTransactionDetails": [
5946
- 157,
5975
+ 158,
5947
5976
  {
5948
5977
  "input": [
5949
- 212,
5978
+ 214,
5950
5979
  "GetTransactionDetailsDto!"
5951
5980
  ]
5952
5981
  }
@@ -5967,10 +5996,10 @@ exports.default = {
5967
5996
  137
5968
5997
  ],
5969
5998
  "getTransactionsPaginated": [
5970
- 164,
5999
+ 165,
5971
6000
  {
5972
6001
  "query": [
5973
- 236
6002
+ 237
5974
6003
  ]
5975
6004
  }
5976
6005
  ],
@@ -6035,7 +6064,7 @@ exports.default = {
6035
6064
  5,
6036
6065
  {
6037
6066
  "tenant": [
6038
- 246,
6067
+ 247,
6039
6068
  "CreateTenantInput!"
6040
6069
  ]
6041
6070
  }
@@ -6044,7 +6073,7 @@ exports.default = {
6044
6073
  11,
6045
6074
  {
6046
6075
  "tenant": [
6047
- 246,
6076
+ 247,
6048
6077
  "CreateTenantInput!"
6049
6078
  ]
6050
6079
  }
@@ -6053,7 +6082,7 @@ exports.default = {
6053
6082
  3,
6054
6083
  {
6055
6084
  "user": [
6056
- 247,
6085
+ 248,
6057
6086
  "CreateActiveUserInput!"
6058
6087
  ]
6059
6088
  }
@@ -6088,7 +6117,7 @@ exports.default = {
6088
6117
  0,
6089
6118
  {
6090
6119
  "input": [
6091
- 248,
6120
+ 249,
6092
6121
  "RegisterUserToDomainFromEmailInput!"
6093
6122
  ]
6094
6123
  }
@@ -6097,7 +6126,7 @@ exports.default = {
6097
6126
  8,
6098
6127
  {
6099
6128
  "dto": [
6100
- 249,
6129
+ 250,
6101
6130
  "RefreshTokenInput!"
6102
6131
  ]
6103
6132
  }
@@ -6106,7 +6135,7 @@ exports.default = {
6106
6135
  33,
6107
6136
  {
6108
6137
  "input": [
6109
- 250,
6138
+ 251,
6110
6139
  "AWSS3DeleteUseTypeFileDto!"
6111
6140
  ]
6112
6141
  }
@@ -6115,7 +6144,7 @@ exports.default = {
6115
6144
  33,
6116
6145
  {
6117
6146
  "input": [
6118
- 251,
6147
+ 252,
6119
6148
  "AWSS3DeleteBucketFileDto!"
6120
6149
  ]
6121
6150
  }
@@ -6124,7 +6153,7 @@ exports.default = {
6124
6153
  33,
6125
6154
  {
6126
6155
  "input": [
6127
- 252,
6156
+ 253,
6128
6157
  "AWSS3DeleteUseTypeKeyDto!"
6129
6158
  ]
6130
6159
  }
@@ -6133,7 +6162,7 @@ exports.default = {
6133
6162
  27,
6134
6163
  {
6135
6164
  "input": [
6136
- 189,
6165
+ 190,
6137
6166
  "AWSS3UploadedFileDto!"
6138
6167
  ]
6139
6168
  }
@@ -6142,7 +6171,7 @@ exports.default = {
6142
6171
  56,
6143
6172
  {
6144
6173
  "input": [
6145
- 253,
6174
+ 254,
6146
6175
  "CreateIndustryDto!"
6147
6176
  ]
6148
6177
  }
@@ -6151,7 +6180,7 @@ exports.default = {
6151
6180
  39,
6152
6181
  {
6153
6182
  "input": [
6154
- 254,
6183
+ 255,
6155
6184
  "CreateBrandDto!"
6156
6185
  ]
6157
6186
  }
@@ -6160,7 +6189,7 @@ exports.default = {
6160
6189
  59,
6161
6190
  {
6162
6191
  "input": [
6163
- 256,
6192
+ 257,
6164
6193
  "RegisterSponsorInput!"
6165
6194
  ]
6166
6195
  }
@@ -6169,7 +6198,7 @@ exports.default = {
6169
6198
  59,
6170
6199
  {
6171
6200
  "input": [
6172
- 257,
6201
+ 258,
6173
6202
  "CreateSponsorDto!"
6174
6203
  ]
6175
6204
  }
@@ -6178,7 +6207,7 @@ exports.default = {
6178
6207
  104,
6179
6208
  {
6180
6209
  "input": [
6181
- 176,
6210
+ 177,
6182
6211
  "InviteAthletesDto!"
6183
6212
  ]
6184
6213
  }
@@ -6187,7 +6216,7 @@ exports.default = {
6187
6216
  139,
6188
6217
  {
6189
6218
  "input": [
6190
- 184,
6219
+ 185,
6191
6220
  "DeleteSingleValueDto!"
6192
6221
  ]
6193
6222
  }
@@ -6196,7 +6225,7 @@ exports.default = {
6196
6225
  100,
6197
6226
  {
6198
6227
  "input": [
6199
- 258,
6228
+ 259,
6200
6229
  "RegisterAthleteDto!"
6201
6230
  ]
6202
6231
  }
@@ -6205,7 +6234,7 @@ exports.default = {
6205
6234
  138,
6206
6235
  {
6207
6236
  "input": [
6208
- 259,
6237
+ 260,
6209
6238
  "EditValueDto!"
6210
6239
  ]
6211
6240
  }
@@ -6214,7 +6243,7 @@ exports.default = {
6214
6243
  143,
6215
6244
  {
6216
6245
  "input": [
6217
- 188,
6246
+ 189,
6218
6247
  "EditPictureDto!"
6219
6248
  ]
6220
6249
  }
@@ -6223,7 +6252,7 @@ exports.default = {
6223
6252
  144,
6224
6253
  {
6225
6254
  "input": [
6226
- 190,
6255
+ 191,
6227
6256
  "UploadAlbumsPicturesDto!"
6228
6257
  ]
6229
6258
  }
@@ -6232,7 +6261,7 @@ exports.default = {
6232
6261
  81,
6233
6262
  {
6234
6263
  "input": [
6235
- 179,
6264
+ 180,
6236
6265
  "CreateAthleteCompetitionDto!"
6237
6266
  ]
6238
6267
  }
@@ -6241,7 +6270,7 @@ exports.default = {
6241
6270
  139,
6242
6271
  {
6243
6272
  "input": [
6244
- 184,
6273
+ 185,
6245
6274
  "DeleteSingleValueDto!"
6246
6275
  ]
6247
6276
  }
@@ -6250,7 +6279,7 @@ exports.default = {
6250
6279
  80,
6251
6280
  {
6252
6281
  "input": [
6253
- 190,
6282
+ 191,
6254
6283
  "UploadAlbumsPicturesDto!"
6255
6284
  ]
6256
6285
  }
@@ -6259,7 +6288,7 @@ exports.default = {
6259
6288
  80,
6260
6289
  {
6261
6290
  "input": [
6262
- 260,
6291
+ 261,
6263
6292
  "EditDisplayIndexDto!"
6264
6293
  ]
6265
6294
  }
@@ -6268,7 +6297,7 @@ exports.default = {
6268
6297
  80,
6269
6298
  {
6270
6299
  "input": [
6271
- 190,
6300
+ 191,
6272
6301
  "UploadAlbumsPicturesDto!"
6273
6302
  ]
6274
6303
  }
@@ -6277,7 +6306,7 @@ exports.default = {
6277
6306
  139,
6278
6307
  {
6279
6308
  "input": [
6280
- 184,
6309
+ 185,
6281
6310
  "DeleteSingleValueDto!"
6282
6311
  ]
6283
6312
  }
@@ -6286,7 +6315,7 @@ exports.default = {
6286
6315
  120,
6287
6316
  {
6288
6317
  "input": [
6289
- 191,
6318
+ 192,
6290
6319
  "DeleteValuesDto!"
6291
6320
  ]
6292
6321
  }
@@ -6295,7 +6324,7 @@ exports.default = {
6295
6324
  76,
6296
6325
  {
6297
6326
  "input": [
6298
- 178,
6327
+ 179,
6299
6328
  "SetCompetitionResultDto!"
6300
6329
  ]
6301
6330
  }
@@ -6307,7 +6336,7 @@ exports.default = {
6307
6336
  89,
6308
6337
  {
6309
6338
  "input": [
6310
- 262,
6339
+ 263,
6311
6340
  "SetCurrentCampaignDto!"
6312
6341
  ]
6313
6342
  }
@@ -6316,7 +6345,7 @@ exports.default = {
6316
6345
  67,
6317
6346
  {
6318
6347
  "input": [
6319
- 263,
6348
+ 264,
6320
6349
  "CreateSportDto!"
6321
6350
  ]
6322
6351
  }
@@ -6325,7 +6354,7 @@ exports.default = {
6325
6354
  67,
6326
6355
  {
6327
6356
  "input": [
6328
- 264,
6357
+ 265,
6329
6358
  "UpdateSportDto!"
6330
6359
  ]
6331
6360
  }
@@ -6334,7 +6363,7 @@ exports.default = {
6334
6363
  70,
6335
6364
  {
6336
6365
  "input": [
6337
- 265,
6366
+ 266,
6338
6367
  "CreateSportLevelDto!"
6339
6368
  ]
6340
6369
  }
@@ -6343,7 +6372,7 @@ exports.default = {
6343
6372
  65,
6344
6373
  {
6345
6374
  "input": [
6346
- 267,
6375
+ 268,
6347
6376
  "CreateSponsorshipDto!"
6348
6377
  ]
6349
6378
  }
@@ -6352,7 +6381,7 @@ exports.default = {
6352
6381
  45,
6353
6382
  {
6354
6383
  "input": [
6355
- 274,
6384
+ 275,
6356
6385
  "CreateCountryDto!"
6357
6386
  ]
6358
6387
  }
@@ -6361,7 +6390,7 @@ exports.default = {
6361
6390
  44,
6362
6391
  {
6363
6392
  "input": [
6364
- 275,
6393
+ 276,
6365
6394
  "CreateStateDto!"
6366
6395
  ]
6367
6396
  }
@@ -6370,7 +6399,7 @@ exports.default = {
6370
6399
  43,
6371
6400
  {
6372
6401
  "input": [
6373
- 276,
6402
+ 277,
6374
6403
  "CreateCityDto!"
6375
6404
  ]
6376
6405
  }
@@ -6379,7 +6408,7 @@ exports.default = {
6379
6408
  29,
6380
6409
  {
6381
6410
  "input": [
6382
- 206,
6411
+ 207,
6383
6412
  "RegisterUserDto!"
6384
6413
  ]
6385
6414
  }
@@ -6388,7 +6417,7 @@ exports.default = {
6388
6417
  3,
6389
6418
  {
6390
6419
  "input": [
6391
- 173,
6420
+ 174,
6392
6421
  "VerifyCodeDto!"
6393
6422
  ]
6394
6423
  }
@@ -6397,7 +6426,7 @@ exports.default = {
6397
6426
  0,
6398
6427
  {
6399
6428
  "input": [
6400
- 173,
6429
+ 174,
6401
6430
  "VerifyCodeDto!"
6402
6431
  ]
6403
6432
  }
@@ -6406,7 +6435,7 @@ exports.default = {
6406
6435
  0,
6407
6436
  {
6408
6437
  "input": [
6409
- 206,
6438
+ 207,
6410
6439
  "RegisterUserDto!"
6411
6440
  ]
6412
6441
  }
@@ -6415,7 +6444,7 @@ exports.default = {
6415
6444
  0,
6416
6445
  {
6417
6446
  "input": [
6418
- 206,
6447
+ 207,
6419
6448
  "RegisterUserDto!"
6420
6449
  ]
6421
6450
  }
@@ -6424,7 +6453,7 @@ exports.default = {
6424
6453
  0,
6425
6454
  {
6426
6455
  "input": [
6427
- 206,
6456
+ 207,
6428
6457
  "RegisterUserDto!"
6429
6458
  ]
6430
6459
  }
@@ -6455,7 +6484,7 @@ exports.default = {
6455
6484
  138,
6456
6485
  {
6457
6486
  "input": [
6458
- 207,
6487
+ 209,
6459
6488
  "resetPasswordDto!"
6460
6489
  ]
6461
6490
  }
@@ -6473,16 +6502,28 @@ exports.default = {
6473
6502
  138,
6474
6503
  {
6475
6504
  "input": [
6476
- 208,
6505
+ 210,
6477
6506
  "UpdateUserSuspendedStatusDto!"
6478
6507
  ]
6479
6508
  }
6480
6509
  ],
6510
+ "deleteMyAccount": [
6511
+ 156
6512
+ ],
6513
+ "deleteVtxUser": [
6514
+ 156,
6515
+ {
6516
+ "input": [
6517
+ 278,
6518
+ "DeleteVtxUserDto!"
6519
+ ]
6520
+ }
6521
+ ],
6481
6522
  "handleStravaCallback": [
6482
6523
  105,
6483
6524
  {
6484
6525
  "data": [
6485
- 277,
6526
+ 279,
6486
6527
  "RegisterStravaDto!"
6487
6528
  ]
6488
6529
  }
@@ -6500,7 +6541,7 @@ exports.default = {
6500
6541
  75,
6501
6542
  {
6502
6543
  "input": [
6503
- 278,
6544
+ 280,
6504
6545
  "CreateSportEventDto!"
6505
6546
  ]
6506
6547
  }
@@ -6509,7 +6550,7 @@ exports.default = {
6509
6550
  75,
6510
6551
  {
6511
6552
  "input": [
6512
- 213,
6553
+ 215,
6513
6554
  "UpdateSportEventDto!"
6514
6555
  ]
6515
6556
  }
@@ -6527,7 +6568,7 @@ exports.default = {
6527
6568
  130,
6528
6569
  {
6529
6570
  "input": [
6530
- 214,
6571
+ 216,
6531
6572
  "MergeSportsEventsDto!"
6532
6573
  ]
6533
6574
  }
@@ -6536,7 +6577,7 @@ exports.default = {
6536
6577
  89,
6537
6578
  {
6538
6579
  "input": [
6539
- 224,
6580
+ 226,
6540
6581
  "SetFundingStatusDto!"
6541
6582
  ]
6542
6583
  }
@@ -6545,7 +6586,7 @@ exports.default = {
6545
6586
  89,
6546
6587
  {
6547
6588
  "input": [
6548
- 221,
6589
+ 223,
6549
6590
  "CreateFundingCampaignDto!"
6550
6591
  ]
6551
6592
  }
@@ -6554,7 +6595,7 @@ exports.default = {
6554
6595
  89,
6555
6596
  {
6556
6597
  "input": [
6557
- 223,
6598
+ 225,
6558
6599
  "UpdateFundingCampaignDto!"
6559
6600
  ]
6560
6601
  }
@@ -6563,7 +6604,7 @@ exports.default = {
6563
6604
  139,
6564
6605
  {
6565
6606
  "input": [
6566
- 184,
6607
+ 185,
6567
6608
  "DeleteSingleValueDto!"
6568
6609
  ]
6569
6610
  }
@@ -6572,7 +6613,7 @@ exports.default = {
6572
6613
  120,
6573
6614
  {
6574
6615
  "input": [
6575
- 191,
6616
+ 192,
6576
6617
  "DeleteValuesDto!"
6577
6618
  ]
6578
6619
  }
@@ -6590,7 +6631,7 @@ exports.default = {
6590
6631
  2,
6591
6632
  {
6592
6633
  "input": [
6593
- 226,
6634
+ 228,
6594
6635
  "AddCompetitionBudgetDto!"
6595
6636
  ]
6596
6637
  }
@@ -6599,7 +6640,7 @@ exports.default = {
6599
6640
  2,
6600
6641
  {
6601
6642
  "input": [
6602
- 227,
6643
+ 229,
6603
6644
  "EditCompetitionBudgetDto!"
6604
6645
  ]
6605
6646
  }
@@ -6608,7 +6649,7 @@ exports.default = {
6608
6649
  2,
6609
6650
  {
6610
6651
  "input": [
6611
- 228,
6652
+ 230,
6612
6653
  "EditCampaignBudgetDto!"
6613
6654
  ]
6614
6655
  }
@@ -6617,7 +6658,7 @@ exports.default = {
6617
6658
  2,
6618
6659
  {
6619
6660
  "input": [
6620
- 228,
6661
+ 230,
6621
6662
  "EditCampaignBudgetDto!"
6622
6663
  ]
6623
6664
  }
@@ -6626,7 +6667,7 @@ exports.default = {
6626
6667
  82,
6627
6668
  {
6628
6669
  "input": [
6629
- 229,
6670
+ 231,
6630
6671
  "CreateMembershipOrganizationDto!"
6631
6672
  ]
6632
6673
  }
@@ -6635,7 +6676,7 @@ exports.default = {
6635
6676
  84,
6636
6677
  {
6637
6678
  "input": [
6638
- 230,
6679
+ 232,
6639
6680
  "CreateAthleteMembershipDto!"
6640
6681
  ]
6641
6682
  }
@@ -6644,7 +6685,7 @@ exports.default = {
6644
6685
  139,
6645
6686
  {
6646
6687
  "input": [
6647
- 184,
6688
+ 185,
6648
6689
  "DeleteSingleValueDto!"
6649
6690
  ]
6650
6691
  }
@@ -6662,7 +6703,7 @@ exports.default = {
6662
6703
  97,
6663
6704
  {
6664
6705
  "input": [
6665
- 279,
6706
+ 281,
6666
6707
  "CreateStripeAccountDto!"
6667
6708
  ]
6668
6709
  }
@@ -6674,7 +6715,7 @@ exports.default = {
6674
6715
  107,
6675
6716
  {
6676
6717
  "input": [
6677
- 174,
6718
+ 175,
6678
6719
  "DonationCheckoutDto!"
6679
6720
  ]
6680
6721
  }
@@ -6689,7 +6730,7 @@ exports.default = {
6689
6730
  134,
6690
6731
  {
6691
6732
  "input": [
6692
- 235,
6733
+ 236,
6693
6734
  "RegisterMemberDto!"
6694
6735
  ]
6695
6736
  }
@@ -6815,13 +6856,13 @@ exports.default = {
6815
6856
  1
6816
6857
  ],
6817
6858
  "logo": [
6818
- 189
6859
+ 190
6819
6860
  ],
6820
6861
  "banner": [
6821
- 189
6862
+ 190
6822
6863
  ],
6823
6864
  "translations": [
6824
- 255
6865
+ 256
6825
6866
  ],
6826
6867
  "__typename": [
6827
6868
  1
@@ -6844,10 +6885,10 @@ exports.default = {
6844
6885
  1
6845
6886
  ],
6846
6887
  "logo": [
6847
- 189
6888
+ 190
6848
6889
  ],
6849
6890
  "banner": [
6850
- 189
6891
+ 190
6851
6892
  ],
6852
6893
  "__typename": [
6853
6894
  1
@@ -6952,10 +6993,10 @@ exports.default = {
6952
6993
  1
6953
6994
  ],
6954
6995
  "profilePicture": [
6955
- 189
6996
+ 190
6956
6997
  ],
6957
6998
  "cardPicture": [
6958
- 189
6999
+ 190
6959
7000
  ],
6960
7001
  "__typename": [
6961
7002
  1
@@ -6974,7 +7015,7 @@ exports.default = {
6974
7015
  },
6975
7016
  "EditDisplayIndexDto": {
6976
7017
  "updates": [
6977
- 261
7018
+ 262
6978
7019
  ],
6979
7020
  "__typename": [
6980
7021
  1
@@ -7038,7 +7079,7 @@ exports.default = {
7038
7079
  18
7039
7080
  ],
7040
7081
  "translations": [
7041
- 266
7082
+ 267
7042
7083
  ],
7043
7084
  "__typename": [
7044
7085
  1
@@ -7072,10 +7113,10 @@ exports.default = {
7072
7113
  18
7073
7114
  ],
7074
7115
  "banner": [
7075
- 189
7116
+ 190
7076
7117
  ],
7077
7118
  "criteria": [
7078
- 268
7119
+ 269
7079
7120
  ],
7080
7121
  "deadline": [
7081
7122
  14
@@ -7084,13 +7125,13 @@ exports.default = {
7084
7125
  14
7085
7126
  ],
7086
7127
  "duration": [
7087
- 270
7128
+ 271
7088
7129
  ],
7089
7130
  "sponsorshipItems": [
7090
- 271
7131
+ 272
7091
7132
  ],
7092
7133
  "commitments": [
7093
- 272
7134
+ 273
7094
7135
  ],
7095
7136
  "terms": [
7096
7137
  1
@@ -7102,7 +7143,7 @@ exports.default = {
7102
7143
  2
7103
7144
  ],
7104
7145
  "translations": [
7105
- 273
7146
+ 274
7106
7147
  ],
7107
7148
  "__typename": [
7108
7149
  1
@@ -7116,7 +7157,7 @@ exports.default = {
7116
7157
  1
7117
7158
  ],
7118
7159
  "qualificationsBag": [
7119
- 269
7160
+ 270
7120
7161
  ],
7121
7162
  "__typename": [
7122
7163
  1
@@ -7124,28 +7165,28 @@ exports.default = {
7124
7165
  },
7125
7166
  "QualificationsBagDto": {
7126
7167
  "ageQualifications": [
7127
- 198
7168
+ 199
7128
7169
  ],
7129
7170
  "genderQualifications": [
7130
- 199
7171
+ 200
7131
7172
  ],
7132
7173
  "scoreQualifications": [
7133
- 201
7174
+ 202
7134
7175
  ],
7135
7176
  "locationQualifications": [
7136
- 202
7177
+ 203
7137
7178
  ],
7138
7179
  "nationalityQualifications": [
7139
- 200
7180
+ 201
7140
7181
  ],
7141
7182
  "distanceQualifications": [
7142
- 203
7183
+ 204
7143
7184
  ],
7144
7185
  "sportsQualifications": [
7145
- 204
7186
+ 205
7146
7187
  ],
7147
7188
  "levelQualifications": [
7148
- 205
7189
+ 206
7149
7190
  ],
7150
7191
  "__typename": [
7151
7192
  1
@@ -7222,7 +7263,7 @@ exports.default = {
7222
7263
  1
7223
7264
  ],
7224
7265
  "banner": [
7225
- 189
7266
+ 190
7226
7267
  ],
7227
7268
  "terms": [
7228
7269
  1
@@ -7309,6 +7350,14 @@ exports.default = {
7309
7350
  1
7310
7351
  ]
7311
7352
  },
7353
+ "DeleteVtxUserDto": {
7354
+ "userIdentifier": [
7355
+ 1
7356
+ ],
7357
+ "__typename": [
7358
+ 1
7359
+ ]
7360
+ },
7312
7361
  "RegisterStravaDto": {
7313
7362
  "idAthlete": [
7314
7363
  1
@@ -7340,7 +7389,7 @@ exports.default = {
7340
7389
  1
7341
7390
  ],
7342
7391
  "banner": [
7343
- 189
7392
+ 190
7344
7393
  ],
7345
7394
  "eventLevel": [
7346
7395
  1