@vertikalx/vtx-backend-client 3.0.0-dev-max.40 → 3.0.0-dev-max.41

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.
Files changed (71) hide show
  1. package/package.json +1 -1
  2. package/src/api/api-call-headers.d.ts +0 -0
  3. package/src/api/api-call-headers.js +0 -0
  4. package/src/api/api-call-headers.js.map +0 -0
  5. package/src/api/backend-response.d.ts +0 -0
  6. package/src/api/backend-response.js +0 -0
  7. package/src/api/backend-response.js.map +0 -0
  8. package/src/api/domains.d.ts +0 -0
  9. package/src/api/domains.js +0 -0
  10. package/src/api/domains.js.map +0 -0
  11. package/src/api/response-builder.d.ts +0 -0
  12. package/src/api/response-builder.js +0 -0
  13. package/src/api/response-builder.js.map +0 -0
  14. package/src/api/types.d.ts +0 -0
  15. package/src/api/types.js +0 -0
  16. package/src/api/types.js.map +0 -0
  17. package/src/api/vtx-apikey-api.d.ts +0 -0
  18. package/src/api/vtx-apikey-api.js +0 -0
  19. package/src/api/vtx-apikey-api.js.map +0 -0
  20. package/src/api/vtx-base-api.d.ts +15 -2
  21. package/src/api/vtx-base-api.js +96 -5
  22. package/src/api/vtx-base-api.js.map +1 -1
  23. package/src/api/vtx-mobile-api.d.ts +0 -0
  24. package/src/api/vtx-mobile-api.js +0 -0
  25. package/src/api/vtx-mobile-api.js.map +0 -0
  26. package/src/api/vtx-web-browser-api.d.ts +0 -0
  27. package/src/api/vtx-web-browser-api.js +0 -0
  28. package/src/api/vtx-web-browser-api.js.map +0 -0
  29. package/src/api/vtx-web-server-api.d.ts +0 -0
  30. package/src/api/vtx-web-server-api.js +0 -0
  31. package/src/api/vtx-web-server-api.js.map +0 -0
  32. package/src/client/index.d.ts +0 -0
  33. package/src/client/index.js +0 -0
  34. package/src/client/index.js.map +0 -0
  35. package/src/client/runtime/batcher.d.ts +0 -0
  36. package/src/client/runtime/batcher.js +0 -0
  37. package/src/client/runtime/batcher.js.map +0 -0
  38. package/src/client/runtime/createClient.d.ts +0 -0
  39. package/src/client/runtime/createClient.js +0 -0
  40. package/src/client/runtime/createClient.js.map +0 -0
  41. package/src/client/runtime/error.d.ts +0 -0
  42. package/src/client/runtime/error.js +0 -0
  43. package/src/client/runtime/error.js.map +0 -0
  44. package/src/client/runtime/fetcher.d.ts +0 -0
  45. package/src/client/runtime/fetcher.js +0 -0
  46. package/src/client/runtime/fetcher.js.map +0 -0
  47. package/src/client/runtime/generateGraphqlOperation.d.ts +0 -0
  48. package/src/client/runtime/generateGraphqlOperation.js +0 -0
  49. package/src/client/runtime/generateGraphqlOperation.js.map +0 -0
  50. package/src/client/runtime/index.d.ts +0 -0
  51. package/src/client/runtime/index.js +0 -0
  52. package/src/client/runtime/index.js.map +0 -0
  53. package/src/client/runtime/linkTypeMap.d.ts +0 -0
  54. package/src/client/runtime/linkTypeMap.js +0 -0
  55. package/src/client/runtime/linkTypeMap.js.map +0 -0
  56. package/src/client/runtime/typeSelection.d.ts +0 -0
  57. package/src/client/runtime/typeSelection.js +0 -0
  58. package/src/client/runtime/typeSelection.js.map +0 -0
  59. package/src/client/runtime/types.d.ts +0 -0
  60. package/src/client/runtime/types.js +0 -0
  61. package/src/client/runtime/types.js.map +0 -0
  62. package/src/client/schema.d.ts +57 -0
  63. package/src/client/schema.js +21 -2
  64. package/src/client/schema.js.map +1 -1
  65. package/src/client/types.d.ts +25 -0
  66. package/src/client/types.js +254 -192
  67. package/src/client/types.js.map +1 -1
  68. package/src/index.d.ts +0 -0
  69. package/src/index.js +0 -0
  70. package/src/index.js.map +0 -0
  71. package/tsconfig.lib.tsbuildinfo +1 -1
@@ -9,10 +9,11 @@ exports.default = {
9
9
  102,
10
10
  127,
11
11
  128,
12
- 150,
13
- 152,
14
- 163,
15
- 240
12
+ 141,
13
+ 153,
14
+ 155,
15
+ 166,
16
+ 244
16
17
  ],
17
18
  "types": {
18
19
  "User": {
@@ -2792,7 +2793,7 @@ exports.default = {
2792
2793
  89
2793
2794
  ],
2794
2795
  "mode": [
2795
- 240
2796
+ 244
2796
2797
  ],
2797
2798
  "athleteId": [
2798
2799
  1
@@ -3552,6 +3553,41 @@ exports.default = {
3552
3553
  1
3553
3554
  ]
3554
3555
  },
3556
+ "ForceScoreRefreshResultType": {
3557
+ "athleteId": [
3558
+ 1
3559
+ ],
3560
+ "athleteName": [
3561
+ 1
3562
+ ],
3563
+ "status": [
3564
+ 141
3565
+ ],
3566
+ "message": [
3567
+ 1
3568
+ ],
3569
+ "__typename": [
3570
+ 1
3571
+ ]
3572
+ },
3573
+ "ForceScoreRefreshStatus": {},
3574
+ "ForceScoreRefreshResponseType": {
3575
+ "results": [
3576
+ 140
3577
+ ],
3578
+ "successCount": [
3579
+ 18
3580
+ ],
3581
+ "failureCount": [
3582
+ 18
3583
+ ],
3584
+ "skippedCount": [
3585
+ 18
3586
+ ],
3587
+ "__typename": [
3588
+ 1
3589
+ ]
3590
+ },
3555
3591
  "SortOrder": {
3556
3592
  "sortField": [
3557
3593
  1
@@ -3565,7 +3601,7 @@ exports.default = {
3565
3601
  },
3566
3602
  "CursorPaginationResponse": {
3567
3603
  "sort": [
3568
- 140
3604
+ 143
3569
3605
  ],
3570
3606
  "initialCursorId": [
3571
3607
  1
@@ -3597,7 +3633,7 @@ exports.default = {
3597
3633
  100
3598
3634
  ],
3599
3635
  "cursor": [
3600
- 141
3636
+ 144
3601
3637
  ],
3602
3638
  "__typename": [
3603
3639
  1
@@ -3661,7 +3697,7 @@ exports.default = {
3661
3697
  },
3662
3698
  "CompetitionDeleteVerificationResponse": {
3663
3699
  "reasons": [
3664
- 146
3700
+ 149
3665
3701
  ],
3666
3702
  "__typename": [
3667
3703
  1
@@ -3707,7 +3743,7 @@ exports.default = {
3707
3743
  1
3708
3744
  ],
3709
3745
  "json": [
3710
- 150
3746
+ 153
3711
3747
  ],
3712
3748
  "__typename": [
3713
3749
  1
@@ -3716,16 +3752,16 @@ exports.default = {
3716
3752
  "JSONObject": {},
3717
3753
  "EnhancedPaginationInfoType": {
3718
3754
  "currentPage": [
3719
- 152
3755
+ 155
3720
3756
  ],
3721
3757
  "totalPages": [
3722
- 152
3758
+ 155
3723
3759
  ],
3724
3760
  "totalItems": [
3725
- 152
3761
+ 155
3726
3762
  ],
3727
3763
  "itemsPerPage": [
3728
- 152
3764
+ 155
3729
3765
  ],
3730
3766
  "hasNextPage": [
3731
3767
  2
@@ -3734,10 +3770,10 @@ exports.default = {
3734
3770
  2
3735
3771
  ],
3736
3772
  "startIndex": [
3737
- 152
3773
+ 155
3738
3774
  ],
3739
3775
  "endIndex": [
3740
- 152
3776
+ 155
3741
3777
  ],
3742
3778
  "__typename": [
3743
3779
  1
@@ -3749,7 +3785,7 @@ exports.default = {
3749
3785
  67
3750
3786
  ],
3751
3787
  "pagination": [
3752
- 151
3788
+ 154
3753
3789
  ],
3754
3790
  "__typename": [
3755
3791
  1
@@ -3820,7 +3856,7 @@ exports.default = {
3820
3856
  135
3821
3857
  ],
3822
3858
  "pagination": [
3823
- 151
3859
+ 154
3824
3860
  ],
3825
3861
  "__typename": [
3826
3862
  1
@@ -3887,7 +3923,7 @@ exports.default = {
3887
3923
  75
3888
3924
  ],
3889
3925
  "pagination": [
3890
- 151
3926
+ 154
3891
3927
  ],
3892
3928
  "__typename": [
3893
3929
  1
@@ -3915,10 +3951,10 @@ exports.default = {
3915
3951
  1
3916
3952
  ],
3917
3953
  "availableBalances": [
3918
- 160
3954
+ 163
3919
3955
  ],
3920
3956
  "pendingBalances": [
3921
- 160
3957
+ 163
3922
3958
  ],
3923
3959
  "__typename": [
3924
3960
  1
@@ -3956,7 +3992,7 @@ exports.default = {
3956
3992
  1
3957
3993
  ],
3958
3994
  "status": [
3959
- 163
3995
+ 166
3960
3996
  ],
3961
3997
  "lastError": [
3962
3998
  1
@@ -3985,7 +4021,7 @@ exports.default = {
3985
4021
  137
3986
4022
  ],
3987
4023
  "pagination": [
3988
- 151
4024
+ 154
3989
4025
  ],
3990
4026
  "__typename": [
3991
4027
  1
@@ -4180,7 +4216,7 @@ exports.default = {
4180
4216
  1
4181
4217
  ],
4182
4218
  "invitations": [
4183
- 176
4219
+ 179
4184
4220
  ],
4185
4221
  "__typename": [
4186
4222
  1
@@ -4291,7 +4327,7 @@ exports.default = {
4291
4327
  1
4292
4328
  ],
4293
4329
  "result": [
4294
- 178
4330
+ 181
4295
4331
  ],
4296
4332
  "cityId": [
4297
4333
  1
@@ -4314,7 +4350,7 @@ exports.default = {
4314
4350
  1
4315
4351
  ],
4316
4352
  "result": [
4317
- 178
4353
+ 181
4318
4354
  ],
4319
4355
  "cityId": [
4320
4356
  1
@@ -4350,13 +4386,13 @@ exports.default = {
4350
4386
  },
4351
4387
  "CursorPaginationDto": {
4352
4388
  "sortCriteria": [
4353
- 182
4389
+ 185
4354
4390
  ],
4355
4391
  "limit": [
4356
4392
  18
4357
4393
  ],
4358
4394
  "cursorPosition": [
4359
- 183
4395
+ 186
4360
4396
  ],
4361
4397
  "__typename": [
4362
4398
  1
@@ -4431,7 +4467,7 @@ exports.default = {
4431
4467
  1
4432
4468
  ],
4433
4469
  "currentCampaign": [
4434
- 186
4470
+ 189
4435
4471
  ],
4436
4472
  "sports": [
4437
4473
  1
@@ -4493,10 +4529,10 @@ exports.default = {
4493
4529
  },
4494
4530
  "AthleteQueryDto": {
4495
4531
  "cursor": [
4496
- 184
4532
+ 187
4497
4533
  ],
4498
4534
  "filters": [
4499
- 187
4535
+ 190
4500
4536
  ],
4501
4537
  "__typename": [
4502
4538
  1
@@ -4507,7 +4543,7 @@ exports.default = {
4507
4543
  1
4508
4544
  ],
4509
4545
  "newPicture": [
4510
- 190
4546
+ 193
4511
4547
  ],
4512
4548
  "__typename": [
4513
4549
  1
@@ -4541,7 +4577,7 @@ exports.default = {
4541
4577
  1
4542
4578
  ],
4543
4579
  "pictures": [
4544
- 190
4580
+ 193
4545
4581
  ],
4546
4582
  "albumId": [
4547
4583
  1
@@ -4614,12 +4650,20 @@ exports.default = {
4614
4650
  1
4615
4651
  ]
4616
4652
  },
4653
+ "ForceScoreRefreshDto": {
4654
+ "athleteIds": [
4655
+ 1
4656
+ ],
4657
+ "__typename": [
4658
+ 1
4659
+ ]
4660
+ },
4617
4661
  "SportQueryDto": {
4618
4662
  "page": [
4619
- 152
4663
+ 155
4620
4664
  ],
4621
4665
  "limit": [
4622
- 152
4666
+ 155
4623
4667
  ],
4624
4668
  "search": [
4625
4669
  1
@@ -4799,7 +4843,7 @@ exports.default = {
4799
4843
  },
4800
4844
  "resetPasswordDto": {
4801
4845
  "code": [
4802
- 174
4846
+ 177
4803
4847
  ],
4804
4848
  "newPassword": [
4805
4849
  1
@@ -4821,10 +4865,10 @@ exports.default = {
4821
4865
  },
4822
4866
  "UserQueryDto": {
4823
4867
  "page": [
4824
- 152
4868
+ 155
4825
4869
  ],
4826
4870
  "limit": [
4827
- 152
4871
+ 155
4828
4872
  ],
4829
4873
  "search": [
4830
4874
  1
@@ -4930,7 +4974,7 @@ exports.default = {
4930
4974
  1
4931
4975
  ],
4932
4976
  "banner": [
4933
- 190
4977
+ 193
4934
4978
  ],
4935
4979
  "eventLevel": [
4936
4980
  1
@@ -4964,10 +5008,10 @@ exports.default = {
4964
5008
  },
4965
5009
  "EventQueryDto": {
4966
5010
  "page": [
4967
- 152
5011
+ 155
4968
5012
  ],
4969
5013
  "limit": [
4970
- 152
5014
+ 155
4971
5015
  ],
4972
5016
  "search": [
4973
5017
  1
@@ -5039,7 +5083,7 @@ exports.default = {
5039
5083
  18
5040
5084
  ],
5041
5085
  "items": [
5042
- 219
5086
+ 223
5043
5087
  ],
5044
5088
  "__typename": [
5045
5089
  1
@@ -5050,7 +5094,7 @@ exports.default = {
5050
5094
  18
5051
5095
  ],
5052
5096
  "items": [
5053
- 219
5097
+ 223
5054
5098
  ],
5055
5099
  "athleteCompetitionId": [
5056
5100
  1
@@ -5099,16 +5143,16 @@ exports.default = {
5099
5143
  14
5100
5144
  ],
5101
5145
  "budget": [
5102
- 221
5146
+ 225
5103
5147
  ],
5104
5148
  "competitionBudgets": [
5105
- 222
5149
+ 226
5106
5150
  ],
5107
5151
  "competitionIds": [
5108
5152
  1
5109
5153
  ],
5110
5154
  "video": [
5111
- 223
5155
+ 227
5112
5156
  ],
5113
5157
  "__typename": [
5114
5158
  1
@@ -5140,16 +5184,16 @@ exports.default = {
5140
5184
  14
5141
5185
  ],
5142
5186
  "budget": [
5143
- 221
5187
+ 225
5144
5188
  ],
5145
5189
  "competitionBudgets": [
5146
- 222
5190
+ 226
5147
5191
  ],
5148
5192
  "competitionIds": [
5149
5193
  1
5150
5194
  ],
5151
5195
  "video": [
5152
- 223
5196
+ 227
5153
5197
  ],
5154
5198
  "loginEmail": [
5155
5199
  1
@@ -5184,16 +5228,16 @@ exports.default = {
5184
5228
  14
5185
5229
  ],
5186
5230
  "budget": [
5187
- 221
5231
+ 225
5188
5232
  ],
5189
5233
  "competitionBudgets": [
5190
- 222
5234
+ 226
5191
5235
  ],
5192
5236
  "competitionIds": [
5193
5237
  1
5194
5238
  ],
5195
5239
  "video": [
5196
- 223
5240
+ 227
5197
5241
  ],
5198
5242
  "_id": [
5199
5243
  1
@@ -5215,7 +5259,7 @@ exports.default = {
5215
5259
  },
5216
5260
  "BudgetDto": {
5217
5261
  "items": [
5218
- 219
5262
+ 223
5219
5263
  ],
5220
5264
  "fundingMode": [
5221
5265
  1
@@ -5229,7 +5273,7 @@ exports.default = {
5229
5273
  1
5230
5274
  ],
5231
5275
  "budget": [
5232
- 228
5276
+ 232
5233
5277
  ],
5234
5278
  "__typename": [
5235
5279
  1
@@ -5240,7 +5284,7 @@ exports.default = {
5240
5284
  1
5241
5285
  ],
5242
5286
  "budget": [
5243
- 228
5287
+ 232
5244
5288
  ],
5245
5289
  "__typename": [
5246
5290
  1
@@ -5260,7 +5304,7 @@ exports.default = {
5260
5304
  18
5261
5305
  ],
5262
5306
  "budget": [
5263
- 228
5307
+ 232
5264
5308
  ],
5265
5309
  "__typename": [
5266
5310
  1
@@ -5280,7 +5324,7 @@ exports.default = {
5280
5324
  1
5281
5325
  ],
5282
5326
  "logo": [
5283
- 190
5327
+ 193
5284
5328
  ],
5285
5329
  "countryId": [
5286
5330
  1
@@ -5368,7 +5412,7 @@ exports.default = {
5368
5412
  1
5369
5413
  ],
5370
5414
  "profilePicture": [
5371
- 190
5415
+ 193
5372
5416
  ],
5373
5417
  "__typename": [
5374
5418
  1
@@ -5376,10 +5420,10 @@ exports.default = {
5376
5420
  },
5377
5421
  "TransactionQueryDto": {
5378
5422
  "page": [
5379
- 152
5423
+ 155
5380
5424
  ],
5381
5425
  "limit": [
5382
- 152
5426
+ 155
5383
5427
  ],
5384
5428
  "search": [
5385
5429
  1
@@ -5420,7 +5464,7 @@ exports.default = {
5420
5464
  18
5421
5465
  ],
5422
5466
  "sortCriteria": [
5423
- 182
5467
+ 185
5424
5468
  ],
5425
5469
  "__typename": [
5426
5470
  1
@@ -5497,7 +5541,7 @@ exports.default = {
5497
5541
  32,
5498
5542
  {
5499
5543
  "input": [
5500
- 242,
5544
+ 246,
5501
5545
  "AWSS3GetUploadDto!"
5502
5546
  ]
5503
5547
  }
@@ -5559,16 +5603,16 @@ exports.default = {
5559
5603
  104,
5560
5604
  {
5561
5605
  "input": [
5562
- 243,
5606
+ 247,
5563
5607
  "FindSponsorAthleteInvitationDto!"
5564
5608
  ]
5565
5609
  }
5566
5610
  ],
5567
5611
  "verifyAthleteCompetitionLinkedForDelete": [
5568
- 147,
5612
+ 150,
5569
5613
  {
5570
5614
  "input": [
5571
- 193,
5615
+ 196,
5572
5616
  "existValueDto!"
5573
5617
  ]
5574
5618
  }
@@ -5577,10 +5621,10 @@ exports.default = {
5577
5621
  100
5578
5622
  ],
5579
5623
  "queryAthleteFundingCampaigns": [
5580
- 142,
5624
+ 145,
5581
5625
  {
5582
5626
  "input": [
5583
- 188,
5627
+ 191,
5584
5628
  "AthleteQueryDto!"
5585
5629
  ]
5586
5630
  }
@@ -5628,7 +5672,7 @@ exports.default = {
5628
5672
  81,
5629
5673
  {
5630
5674
  "input": [
5631
- 244,
5675
+ 248,
5632
5676
  "GetAthleteCompetitionsDto!"
5633
5677
  ]
5634
5678
  }
@@ -5673,10 +5717,10 @@ exports.default = {
5673
5717
  }
5674
5718
  ],
5675
5719
  "queryAthleteWithFilter": [
5676
- 142,
5720
+ 145,
5677
5721
  {
5678
5722
  "input": [
5679
- 188,
5723
+ 191,
5680
5724
  "AthleteQueryDto!"
5681
5725
  ]
5682
5726
  }
@@ -5691,19 +5735,19 @@ exports.default = {
5691
5735
  }
5692
5736
  ],
5693
5737
  "screenNameAvailability": [
5694
- 145,
5738
+ 148,
5695
5739
  {
5696
5740
  "input": [
5697
- 193,
5741
+ 196,
5698
5742
  "existValueDto!"
5699
5743
  ]
5700
5744
  }
5701
5745
  ],
5702
5746
  "getAthleteHistoricalScoresPeriod": [
5703
- 148,
5747
+ 151,
5704
5748
  {
5705
5749
  "input": [
5706
- 195,
5750
+ 198,
5707
5751
  "GetHistoricalScoresDto!"
5708
5752
  ]
5709
5753
  }
@@ -5712,16 +5756,16 @@ exports.default = {
5712
5756
  98,
5713
5757
  {
5714
5758
  "input": [
5715
- 195,
5759
+ 198,
5716
5760
  "GetHistoricalScoresDto!"
5717
5761
  ]
5718
5762
  }
5719
5763
  ],
5720
5764
  "getMyHistoricalScoresPeriod": [
5721
- 148,
5765
+ 151,
5722
5766
  {
5723
5767
  "input": [
5724
- 194,
5768
+ 197,
5725
5769
  "GetMyHistoricalScoresDto!"
5726
5770
  ]
5727
5771
  }
@@ -5730,7 +5774,7 @@ exports.default = {
5730
5774
  98,
5731
5775
  {
5732
5776
  "input": [
5733
- 194,
5777
+ 197,
5734
5778
  "GetMyHistoricalScoresDto!"
5735
5779
  ]
5736
5780
  }
@@ -5739,7 +5783,7 @@ exports.default = {
5739
5783
  89,
5740
5784
  {
5741
5785
  "input": [
5742
- 196,
5786
+ 199,
5743
5787
  "GetAthleteCampaignsDto!"
5744
5788
  ]
5745
5789
  }
@@ -5748,10 +5792,10 @@ exports.default = {
5748
5792
  67
5749
5793
  ],
5750
5794
  "getSportsPaginated": [
5751
- 153,
5795
+ 156,
5752
5796
  {
5753
5797
  "query": [
5754
- 197
5798
+ 201
5755
5799
  ]
5756
5800
  }
5757
5801
  ],
@@ -5819,7 +5863,7 @@ exports.default = {
5819
5863
  0,
5820
5864
  {
5821
5865
  "input": [
5822
- 245,
5866
+ 249,
5823
5867
  "FindVtxUserDto!"
5824
5868
  ]
5825
5869
  }
@@ -5838,7 +5882,7 @@ exports.default = {
5838
5882
  }
5839
5883
  ],
5840
5884
  "getUserImagesFromEmail": [
5841
- 154,
5885
+ 157,
5842
5886
  {
5843
5887
  "loginEmail": [
5844
5888
  1,
@@ -5859,7 +5903,7 @@ exports.default = {
5859
5903
  36,
5860
5904
  {
5861
5905
  "input": [
5862
- 174,
5906
+ 177,
5863
5907
  "VerifyCodeDto!"
5864
5908
  ]
5865
5909
  }
@@ -5877,10 +5921,10 @@ exports.default = {
5877
5921
  135
5878
5922
  ],
5879
5923
  "getUsersPaginated": [
5880
- 157,
5924
+ 160,
5881
5925
  {
5882
5926
  "query": [
5883
- 211
5927
+ 215
5884
5928
  ]
5885
5929
  }
5886
5930
  ],
@@ -5891,16 +5935,16 @@ exports.default = {
5891
5935
  75,
5892
5936
  {
5893
5937
  "input": [
5894
- 246,
5938
+ 250,
5895
5939
  "GetSportEventsDto!"
5896
5940
  ]
5897
5941
  }
5898
5942
  ],
5899
5943
  "getSportsEventsPaginated": [
5900
- 159,
5944
+ 162,
5901
5945
  {
5902
5946
  "query": [
5903
- 218
5947
+ 222
5904
5948
  ]
5905
5949
  }
5906
5950
  ],
@@ -5941,22 +5985,22 @@ exports.default = {
5941
5985
  116
5942
5986
  ],
5943
5987
  "stripeQuery": [
5944
- 149,
5988
+ 152,
5945
5989
  {
5946
5990
  "input": [
5947
- 214,
5991
+ 218,
5948
5992
  "StripeQueryDto!"
5949
5993
  ]
5950
5994
  }
5951
5995
  ],
5952
5996
  "getStripeBalance": [
5953
- 161
5997
+ 164
5954
5998
  ],
5955
5999
  "getDatabaseTextFile": [
5956
6000
  35,
5957
6001
  {
5958
6002
  "input": [
5959
- 172,
6003
+ 175,
5960
6004
  "GetDatabaseFileDto!"
5961
6005
  ]
5962
6006
  }
@@ -5965,7 +6009,7 @@ exports.default = {
5965
6009
  117,
5966
6010
  {
5967
6011
  "input": [
5968
- 213,
6012
+ 217,
5969
6013
  "GetReceiptDto!"
5970
6014
  ]
5971
6015
  }
@@ -5974,16 +6018,16 @@ exports.default = {
5974
6018
  118,
5975
6019
  {
5976
6020
  "input": [
5977
- 213,
6021
+ 217,
5978
6022
  "GetReceiptDto!"
5979
6023
  ]
5980
6024
  }
5981
6025
  ],
5982
6026
  "getTransactionDetails": [
5983
- 158,
6027
+ 161,
5984
6028
  {
5985
6029
  "input": [
5986
- 215,
6030
+ 219,
5987
6031
  "GetTransactionDetailsDto!"
5988
6032
  ]
5989
6033
  }
@@ -6000,14 +6044,23 @@ exports.default = {
6000
6044
  "getDonationsByMember": [
6001
6045
  133
6002
6046
  ],
6047
+ "getDonationsByUser": [
6048
+ 133,
6049
+ {
6050
+ "email": [
6051
+ 1,
6052
+ "String!"
6053
+ ]
6054
+ }
6055
+ ],
6003
6056
  "getAllTransactions": [
6004
6057
  137
6005
6058
  ],
6006
6059
  "getTransactionsPaginated": [
6007
- 165,
6060
+ 168,
6008
6061
  {
6009
6062
  "query": [
6010
- 238
6063
+ 242
6011
6064
  ]
6012
6065
  }
6013
6066
  ],
@@ -6072,7 +6125,7 @@ exports.default = {
6072
6125
  5,
6073
6126
  {
6074
6127
  "tenant": [
6075
- 248,
6128
+ 252,
6076
6129
  "CreateTenantInput!"
6077
6130
  ]
6078
6131
  }
@@ -6081,7 +6134,7 @@ exports.default = {
6081
6134
  11,
6082
6135
  {
6083
6136
  "tenant": [
6084
- 248,
6137
+ 252,
6085
6138
  "CreateTenantInput!"
6086
6139
  ]
6087
6140
  }
@@ -6090,7 +6143,7 @@ exports.default = {
6090
6143
  3,
6091
6144
  {
6092
6145
  "user": [
6093
- 249,
6146
+ 253,
6094
6147
  "CreateActiveUserInput!"
6095
6148
  ]
6096
6149
  }
@@ -6125,7 +6178,7 @@ exports.default = {
6125
6178
  0,
6126
6179
  {
6127
6180
  "input": [
6128
- 250,
6181
+ 254,
6129
6182
  "RegisterUserToDomainFromEmailInput!"
6130
6183
  ]
6131
6184
  }
@@ -6134,7 +6187,7 @@ exports.default = {
6134
6187
  8,
6135
6188
  {
6136
6189
  "dto": [
6137
- 251,
6190
+ 255,
6138
6191
  "RefreshTokenInput!"
6139
6192
  ]
6140
6193
  }
@@ -6143,7 +6196,7 @@ exports.default = {
6143
6196
  33,
6144
6197
  {
6145
6198
  "input": [
6146
- 252,
6199
+ 256,
6147
6200
  "AWSS3DeleteUseTypeFileDto!"
6148
6201
  ]
6149
6202
  }
@@ -6152,7 +6205,7 @@ exports.default = {
6152
6205
  33,
6153
6206
  {
6154
6207
  "input": [
6155
- 253,
6208
+ 257,
6156
6209
  "AWSS3DeleteBucketFileDto!"
6157
6210
  ]
6158
6211
  }
@@ -6161,7 +6214,7 @@ exports.default = {
6161
6214
  33,
6162
6215
  {
6163
6216
  "input": [
6164
- 254,
6217
+ 258,
6165
6218
  "AWSS3DeleteUseTypeKeyDto!"
6166
6219
  ]
6167
6220
  }
@@ -6170,7 +6223,7 @@ exports.default = {
6170
6223
  27,
6171
6224
  {
6172
6225
  "input": [
6173
- 190,
6226
+ 193,
6174
6227
  "AWSS3UploadedFileDto!"
6175
6228
  ]
6176
6229
  }
@@ -6179,7 +6232,7 @@ exports.default = {
6179
6232
  56,
6180
6233
  {
6181
6234
  "input": [
6182
- 255,
6235
+ 259,
6183
6236
  "CreateIndustryDto!"
6184
6237
  ]
6185
6238
  }
@@ -6188,7 +6241,7 @@ exports.default = {
6188
6241
  39,
6189
6242
  {
6190
6243
  "input": [
6191
- 256,
6244
+ 260,
6192
6245
  "CreateBrandDto!"
6193
6246
  ]
6194
6247
  }
@@ -6197,7 +6250,7 @@ exports.default = {
6197
6250
  59,
6198
6251
  {
6199
6252
  "input": [
6200
- 258,
6253
+ 262,
6201
6254
  "RegisterSponsorInput!"
6202
6255
  ]
6203
6256
  }
@@ -6206,7 +6259,7 @@ exports.default = {
6206
6259
  59,
6207
6260
  {
6208
6261
  "input": [
6209
- 259,
6262
+ 263,
6210
6263
  "CreateSponsorDto!"
6211
6264
  ]
6212
6265
  }
@@ -6215,7 +6268,7 @@ exports.default = {
6215
6268
  104,
6216
6269
  {
6217
6270
  "input": [
6218
- 177,
6271
+ 180,
6219
6272
  "InviteAthletesDto!"
6220
6273
  ]
6221
6274
  }
@@ -6224,7 +6277,7 @@ exports.default = {
6224
6277
  139,
6225
6278
  {
6226
6279
  "input": [
6227
- 185,
6280
+ 188,
6228
6281
  "DeleteSingleValueDto!"
6229
6282
  ]
6230
6283
  }
@@ -6233,7 +6286,7 @@ exports.default = {
6233
6286
  100,
6234
6287
  {
6235
6288
  "input": [
6236
- 260,
6289
+ 264,
6237
6290
  "RegisterAthleteDto!"
6238
6291
  ]
6239
6292
  }
@@ -6242,25 +6295,25 @@ exports.default = {
6242
6295
  138,
6243
6296
  {
6244
6297
  "input": [
6245
- 261,
6298
+ 265,
6246
6299
  "EditValueDto!"
6247
6300
  ]
6248
6301
  }
6249
6302
  ],
6250
6303
  "editPicture": [
6251
- 143,
6304
+ 146,
6252
6305
  {
6253
6306
  "input": [
6254
- 189,
6307
+ 192,
6255
6308
  "EditPictureDto!"
6256
6309
  ]
6257
6310
  }
6258
6311
  ],
6259
6312
  "AddAlbumPictures": [
6260
- 144,
6313
+ 147,
6261
6314
  {
6262
6315
  "input": [
6263
- 191,
6316
+ 194,
6264
6317
  "UploadAlbumsPicturesDto!"
6265
6318
  ]
6266
6319
  }
@@ -6269,7 +6322,7 @@ exports.default = {
6269
6322
  81,
6270
6323
  {
6271
6324
  "input": [
6272
- 180,
6325
+ 183,
6273
6326
  "CreateAthleteCompetitionDto!"
6274
6327
  ]
6275
6328
  }
@@ -6278,7 +6331,7 @@ exports.default = {
6278
6331
  139,
6279
6332
  {
6280
6333
  "input": [
6281
- 185,
6334
+ 188,
6282
6335
  "DeleteSingleValueDto!"
6283
6336
  ]
6284
6337
  }
@@ -6287,7 +6340,7 @@ exports.default = {
6287
6340
  80,
6288
6341
  {
6289
6342
  "input": [
6290
- 191,
6343
+ 194,
6291
6344
  "UploadAlbumsPicturesDto!"
6292
6345
  ]
6293
6346
  }
@@ -6296,7 +6349,7 @@ exports.default = {
6296
6349
  80,
6297
6350
  {
6298
6351
  "input": [
6299
- 262,
6352
+ 266,
6300
6353
  "EditDisplayIndexDto!"
6301
6354
  ]
6302
6355
  }
@@ -6305,7 +6358,7 @@ exports.default = {
6305
6358
  80,
6306
6359
  {
6307
6360
  "input": [
6308
- 191,
6361
+ 194,
6309
6362
  "UploadAlbumsPicturesDto!"
6310
6363
  ]
6311
6364
  }
@@ -6314,7 +6367,7 @@ exports.default = {
6314
6367
  139,
6315
6368
  {
6316
6369
  "input": [
6317
- 185,
6370
+ 188,
6318
6371
  "DeleteSingleValueDto!"
6319
6372
  ]
6320
6373
  }
@@ -6323,7 +6376,7 @@ exports.default = {
6323
6376
  120,
6324
6377
  {
6325
6378
  "input": [
6326
- 192,
6379
+ 195,
6327
6380
  "DeleteValuesDto!"
6328
6381
  ]
6329
6382
  }
@@ -6332,7 +6385,7 @@ exports.default = {
6332
6385
  76,
6333
6386
  {
6334
6387
  "input": [
6335
- 179,
6388
+ 182,
6336
6389
  "SetCompetitionResultDto!"
6337
6390
  ]
6338
6391
  }
@@ -6343,11 +6396,20 @@ exports.default = {
6343
6396
  "updateAthleteCompetitionScores": [
6344
6397
  100
6345
6398
  ],
6399
+ "forceRefreshAthleteScores": [
6400
+ 142,
6401
+ {
6402
+ "input": [
6403
+ 200,
6404
+ "ForceScoreRefreshDto!"
6405
+ ]
6406
+ }
6407
+ ],
6346
6408
  "setCurrentCampaign": [
6347
6409
  89,
6348
6410
  {
6349
6411
  "input": [
6350
- 264,
6412
+ 268,
6351
6413
  "SetCurrentCampaignDto!"
6352
6414
  ]
6353
6415
  }
@@ -6356,7 +6418,7 @@ exports.default = {
6356
6418
  67,
6357
6419
  {
6358
6420
  "input": [
6359
- 265,
6421
+ 269,
6360
6422
  "CreateSportDto!"
6361
6423
  ]
6362
6424
  }
@@ -6365,7 +6427,7 @@ exports.default = {
6365
6427
  67,
6366
6428
  {
6367
6429
  "input": [
6368
- 266,
6430
+ 270,
6369
6431
  "UpdateSportDto!"
6370
6432
  ]
6371
6433
  }
@@ -6374,7 +6436,7 @@ exports.default = {
6374
6436
  70,
6375
6437
  {
6376
6438
  "input": [
6377
- 267,
6439
+ 271,
6378
6440
  "CreateSportLevelDto!"
6379
6441
  ]
6380
6442
  }
@@ -6383,7 +6445,7 @@ exports.default = {
6383
6445
  65,
6384
6446
  {
6385
6447
  "input": [
6386
- 269,
6448
+ 273,
6387
6449
  "CreateSponsorshipDto!"
6388
6450
  ]
6389
6451
  }
@@ -6392,7 +6454,7 @@ exports.default = {
6392
6454
  45,
6393
6455
  {
6394
6456
  "input": [
6395
- 276,
6457
+ 280,
6396
6458
  "CreateCountryDto!"
6397
6459
  ]
6398
6460
  }
@@ -6401,7 +6463,7 @@ exports.default = {
6401
6463
  44,
6402
6464
  {
6403
6465
  "input": [
6404
- 277,
6466
+ 281,
6405
6467
  "CreateStateDto!"
6406
6468
  ]
6407
6469
  }
@@ -6410,7 +6472,7 @@ exports.default = {
6410
6472
  43,
6411
6473
  {
6412
6474
  "input": [
6413
- 278,
6475
+ 282,
6414
6476
  "CreateCityDto!"
6415
6477
  ]
6416
6478
  }
@@ -6419,7 +6481,7 @@ exports.default = {
6419
6481
  29,
6420
6482
  {
6421
6483
  "input": [
6422
- 207,
6484
+ 211,
6423
6485
  "RegisterUserDto!"
6424
6486
  ]
6425
6487
  }
@@ -6428,7 +6490,7 @@ exports.default = {
6428
6490
  3,
6429
6491
  {
6430
6492
  "input": [
6431
- 174,
6493
+ 177,
6432
6494
  "VerifyCodeDto!"
6433
6495
  ]
6434
6496
  }
@@ -6437,7 +6499,7 @@ exports.default = {
6437
6499
  0,
6438
6500
  {
6439
6501
  "input": [
6440
- 174,
6502
+ 177,
6441
6503
  "VerifyCodeDto!"
6442
6504
  ]
6443
6505
  }
@@ -6446,7 +6508,7 @@ exports.default = {
6446
6508
  0,
6447
6509
  {
6448
6510
  "input": [
6449
- 207,
6511
+ 211,
6450
6512
  "RegisterUserDto!"
6451
6513
  ]
6452
6514
  }
@@ -6455,7 +6517,7 @@ exports.default = {
6455
6517
  0,
6456
6518
  {
6457
6519
  "input": [
6458
- 207,
6520
+ 211,
6459
6521
  "RegisterUserDto!"
6460
6522
  ]
6461
6523
  }
@@ -6464,7 +6526,7 @@ exports.default = {
6464
6526
  0,
6465
6527
  {
6466
6528
  "input": [
6467
- 207,
6529
+ 211,
6468
6530
  "RegisterUserDto!"
6469
6531
  ]
6470
6532
  }
@@ -6495,13 +6557,13 @@ exports.default = {
6495
6557
  138,
6496
6558
  {
6497
6559
  "input": [
6498
- 209,
6560
+ 213,
6499
6561
  "resetPasswordDto!"
6500
6562
  ]
6501
6563
  }
6502
6564
  ],
6503
6565
  "validateToken": [
6504
- 155,
6566
+ 158,
6505
6567
  {
6506
6568
  "input": [
6507
6569
  1,
@@ -6513,19 +6575,19 @@ exports.default = {
6513
6575
  138,
6514
6576
  {
6515
6577
  "input": [
6516
- 210,
6578
+ 214,
6517
6579
  "UpdateUserSuspendedStatusDto!"
6518
6580
  ]
6519
6581
  }
6520
6582
  ],
6521
6583
  "deleteMyAccount": [
6522
- 156
6584
+ 159
6523
6585
  ],
6524
6586
  "deleteVtxUser": [
6525
- 156,
6587
+ 159,
6526
6588
  {
6527
6589
  "input": [
6528
- 212,
6590
+ 216,
6529
6591
  "DeleteVtxUserDto!"
6530
6592
  ]
6531
6593
  }
@@ -6534,7 +6596,7 @@ exports.default = {
6534
6596
  105,
6535
6597
  {
6536
6598
  "data": [
6537
- 279,
6599
+ 283,
6538
6600
  "RegisterStravaDto!"
6539
6601
  ]
6540
6602
  }
@@ -6552,7 +6614,7 @@ exports.default = {
6552
6614
  75,
6553
6615
  {
6554
6616
  "input": [
6555
- 280,
6617
+ 284,
6556
6618
  "CreateSportEventDto!"
6557
6619
  ]
6558
6620
  }
@@ -6561,7 +6623,7 @@ exports.default = {
6561
6623
  75,
6562
6624
  {
6563
6625
  "input": [
6564
- 216,
6626
+ 220,
6565
6627
  "UpdateSportEventDto!"
6566
6628
  ]
6567
6629
  }
@@ -6579,7 +6641,7 @@ exports.default = {
6579
6641
  130,
6580
6642
  {
6581
6643
  "input": [
6582
- 217,
6644
+ 221,
6583
6645
  "MergeSportsEventsDto!"
6584
6646
  ]
6585
6647
  }
@@ -6588,7 +6650,7 @@ exports.default = {
6588
6650
  89,
6589
6651
  {
6590
6652
  "input": [
6591
- 227,
6653
+ 231,
6592
6654
  "SetFundingStatusDto!"
6593
6655
  ]
6594
6656
  }
@@ -6597,7 +6659,7 @@ exports.default = {
6597
6659
  89,
6598
6660
  {
6599
6661
  "input": [
6600
- 224,
6662
+ 228,
6601
6663
  "CreateFundingCampaignDto!"
6602
6664
  ]
6603
6665
  }
@@ -6606,7 +6668,7 @@ exports.default = {
6606
6668
  89,
6607
6669
  {
6608
6670
  "input": [
6609
- 226,
6671
+ 230,
6610
6672
  "UpdateFundingCampaignDto!"
6611
6673
  ]
6612
6674
  }
@@ -6615,7 +6677,7 @@ exports.default = {
6615
6677
  139,
6616
6678
  {
6617
6679
  "input": [
6618
- 185,
6680
+ 188,
6619
6681
  "DeleteSingleValueDto!"
6620
6682
  ]
6621
6683
  }
@@ -6624,7 +6686,7 @@ exports.default = {
6624
6686
  120,
6625
6687
  {
6626
6688
  "input": [
6627
- 192,
6689
+ 195,
6628
6690
  "DeleteValuesDto!"
6629
6691
  ]
6630
6692
  }
@@ -6642,7 +6704,7 @@ exports.default = {
6642
6704
  2,
6643
6705
  {
6644
6706
  "input": [
6645
- 229,
6707
+ 233,
6646
6708
  "AddCompetitionBudgetDto!"
6647
6709
  ]
6648
6710
  }
@@ -6651,7 +6713,7 @@ exports.default = {
6651
6713
  2,
6652
6714
  {
6653
6715
  "input": [
6654
- 230,
6716
+ 234,
6655
6717
  "EditCompetitionBudgetDto!"
6656
6718
  ]
6657
6719
  }
@@ -6660,7 +6722,7 @@ exports.default = {
6660
6722
  2,
6661
6723
  {
6662
6724
  "input": [
6663
- 231,
6725
+ 235,
6664
6726
  "EditCampaignBudgetDto!"
6665
6727
  ]
6666
6728
  }
@@ -6669,7 +6731,7 @@ exports.default = {
6669
6731
  2,
6670
6732
  {
6671
6733
  "input": [
6672
- 231,
6734
+ 235,
6673
6735
  "EditCampaignBudgetDto!"
6674
6736
  ]
6675
6737
  }
@@ -6678,7 +6740,7 @@ exports.default = {
6678
6740
  82,
6679
6741
  {
6680
6742
  "input": [
6681
- 232,
6743
+ 236,
6682
6744
  "CreateMembershipOrganizationDto!"
6683
6745
  ]
6684
6746
  }
@@ -6687,7 +6749,7 @@ exports.default = {
6687
6749
  84,
6688
6750
  {
6689
6751
  "input": [
6690
- 233,
6752
+ 237,
6691
6753
  "CreateAthleteMembershipDto!"
6692
6754
  ]
6693
6755
  }
@@ -6696,7 +6758,7 @@ exports.default = {
6696
6758
  139,
6697
6759
  {
6698
6760
  "input": [
6699
- 185,
6761
+ 188,
6700
6762
  "DeleteSingleValueDto!"
6701
6763
  ]
6702
6764
  }
@@ -6714,7 +6776,7 @@ exports.default = {
6714
6776
  97,
6715
6777
  {
6716
6778
  "input": [
6717
- 281,
6779
+ 285,
6718
6780
  "CreateStripeAccountDto!"
6719
6781
  ]
6720
6782
  }
@@ -6726,7 +6788,7 @@ exports.default = {
6726
6788
  107,
6727
6789
  {
6728
6790
  "input": [
6729
- 175,
6791
+ 178,
6730
6792
  "DonationCheckoutDto!"
6731
6793
  ]
6732
6794
  }
@@ -6741,7 +6803,7 @@ exports.default = {
6741
6803
  134,
6742
6804
  {
6743
6805
  "input": [
6744
- 237,
6806
+ 241,
6745
6807
  "RegisterMemberDto!"
6746
6808
  ]
6747
6809
  }
@@ -6867,13 +6929,13 @@ exports.default = {
6867
6929
  1
6868
6930
  ],
6869
6931
  "logo": [
6870
- 190
6932
+ 193
6871
6933
  ],
6872
6934
  "banner": [
6873
- 190
6935
+ 193
6874
6936
  ],
6875
6937
  "translations": [
6876
- 257
6938
+ 261
6877
6939
  ],
6878
6940
  "__typename": [
6879
6941
  1
@@ -6896,10 +6958,10 @@ exports.default = {
6896
6958
  1
6897
6959
  ],
6898
6960
  "logo": [
6899
- 190
6961
+ 193
6900
6962
  ],
6901
6963
  "banner": [
6902
- 190
6964
+ 193
6903
6965
  ],
6904
6966
  "__typename": [
6905
6967
  1
@@ -7004,10 +7066,10 @@ exports.default = {
7004
7066
  1
7005
7067
  ],
7006
7068
  "profilePicture": [
7007
- 190
7069
+ 193
7008
7070
  ],
7009
7071
  "cardPicture": [
7010
- 190
7072
+ 193
7011
7073
  ],
7012
7074
  "__typename": [
7013
7075
  1
@@ -7026,7 +7088,7 @@ exports.default = {
7026
7088
  },
7027
7089
  "EditDisplayIndexDto": {
7028
7090
  "updates": [
7029
- 263
7091
+ 267
7030
7092
  ],
7031
7093
  "__typename": [
7032
7094
  1
@@ -7090,7 +7152,7 @@ exports.default = {
7090
7152
  18
7091
7153
  ],
7092
7154
  "translations": [
7093
- 268
7155
+ 272
7094
7156
  ],
7095
7157
  "__typename": [
7096
7158
  1
@@ -7124,10 +7186,10 @@ exports.default = {
7124
7186
  18
7125
7187
  ],
7126
7188
  "banner": [
7127
- 190
7189
+ 193
7128
7190
  ],
7129
7191
  "criteria": [
7130
- 270
7192
+ 274
7131
7193
  ],
7132
7194
  "deadline": [
7133
7195
  14
@@ -7136,13 +7198,13 @@ exports.default = {
7136
7198
  14
7137
7199
  ],
7138
7200
  "duration": [
7139
- 272
7201
+ 276
7140
7202
  ],
7141
7203
  "sponsorshipItems": [
7142
- 273
7204
+ 277
7143
7205
  ],
7144
7206
  "commitments": [
7145
- 274
7207
+ 278
7146
7208
  ],
7147
7209
  "terms": [
7148
7210
  1
@@ -7154,7 +7216,7 @@ exports.default = {
7154
7216
  2
7155
7217
  ],
7156
7218
  "translations": [
7157
- 275
7219
+ 279
7158
7220
  ],
7159
7221
  "__typename": [
7160
7222
  1
@@ -7168,7 +7230,7 @@ exports.default = {
7168
7230
  1
7169
7231
  ],
7170
7232
  "qualificationsBag": [
7171
- 271
7233
+ 275
7172
7234
  ],
7173
7235
  "__typename": [
7174
7236
  1
@@ -7176,28 +7238,28 @@ exports.default = {
7176
7238
  },
7177
7239
  "QualificationsBagDto": {
7178
7240
  "ageQualifications": [
7179
- 199
7241
+ 203
7180
7242
  ],
7181
7243
  "genderQualifications": [
7182
- 200
7244
+ 204
7183
7245
  ],
7184
7246
  "scoreQualifications": [
7185
- 202
7247
+ 206
7186
7248
  ],
7187
7249
  "locationQualifications": [
7188
- 203
7250
+ 207
7189
7251
  ],
7190
7252
  "nationalityQualifications": [
7191
- 201
7253
+ 205
7192
7254
  ],
7193
7255
  "distanceQualifications": [
7194
- 204
7256
+ 208
7195
7257
  ],
7196
7258
  "sportsQualifications": [
7197
- 205
7259
+ 209
7198
7260
  ],
7199
7261
  "levelQualifications": [
7200
- 206
7262
+ 210
7201
7263
  ],
7202
7264
  "__typename": [
7203
7265
  1
@@ -7274,7 +7336,7 @@ exports.default = {
7274
7336
  1
7275
7337
  ],
7276
7338
  "banner": [
7277
- 190
7339
+ 193
7278
7340
  ],
7279
7341
  "terms": [
7280
7342
  1
@@ -7392,7 +7454,7 @@ exports.default = {
7392
7454
  1
7393
7455
  ],
7394
7456
  "banner": [
7395
- 190
7457
+ 193
7396
7458
  ],
7397
7459
  "eventLevel": [
7398
7460
  1