@vertikalx/vtx-backend-client 3.0.0-dev-max.11 → 3.0.0-dev-max.13

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,9 @@ exports.default = {
9
9
  102,
10
10
  127,
11
11
  128,
12
- 146,
13
- 150,
14
- 217
12
+ 148,
13
+ 153,
14
+ 221
15
15
  ],
16
16
  "types": {
17
17
  "User": {
@@ -2507,7 +2507,7 @@ exports.default = {
2507
2507
  1
2508
2508
  ]
2509
2509
  },
2510
- "HistoricalScoreType": {
2510
+ "HistoricalScore": {
2511
2511
  "_id": [
2512
2512
  1
2513
2513
  ],
@@ -2785,7 +2785,7 @@ exports.default = {
2785
2785
  89
2786
2786
  ],
2787
2787
  "mode": [
2788
- 217
2788
+ 221
2789
2789
  ],
2790
2790
  "athleteId": [
2791
2791
  1
@@ -2867,6 +2867,12 @@ exports.default = {
2867
2867
  ]
2868
2868
  },
2869
2869
  "StripeCheckoutSession": {
2870
+ "id": [
2871
+ 1
2872
+ ],
2873
+ "vtxCheckoutSessionId": [
2874
+ 1
2875
+ ],
2870
2876
  "client_secret": [
2871
2877
  1
2872
2878
  ],
@@ -3346,6 +3352,12 @@ exports.default = {
3346
3352
  "donationMode": [
3347
3353
  1
3348
3354
  ],
3355
+ "donorName": [
3356
+ 1
3357
+ ],
3358
+ "donorEmail": [
3359
+ 1
3360
+ ],
3349
3361
  "completed": [
3350
3362
  2
3351
3363
  ],
@@ -3400,6 +3412,38 @@ exports.default = {
3400
3412
  1
3401
3413
  ]
3402
3414
  },
3415
+ "AdminUserView": {
3416
+ "_id": [
3417
+ 1
3418
+ ],
3419
+ "loginEmail": [
3420
+ 1
3421
+ ],
3422
+ "firstName": [
3423
+ 1
3424
+ ],
3425
+ "lastName": [
3426
+ 1
3427
+ ],
3428
+ "screenName": [
3429
+ 1
3430
+ ],
3431
+ "domains": [
3432
+ 7
3433
+ ],
3434
+ "athlete": [
3435
+ 100
3436
+ ],
3437
+ "member": [
3438
+ 134
3439
+ ],
3440
+ "suspended": [
3441
+ 2
3442
+ ],
3443
+ "__typename": [
3444
+ 1
3445
+ ]
3446
+ },
3403
3447
  "EditValueResponse": {
3404
3448
  "field": [
3405
3449
  1
@@ -3444,7 +3488,7 @@ exports.default = {
3444
3488
  },
3445
3489
  "CursorPaginationResponse": {
3446
3490
  "sort": [
3447
- 137
3491
+ 138
3448
3492
  ],
3449
3493
  "initialCursorId": [
3450
3494
  1
@@ -3476,7 +3520,7 @@ exports.default = {
3476
3520
  100
3477
3521
  ],
3478
3522
  "cursor": [
3479
- 138
3523
+ 139
3480
3524
  ],
3481
3525
  "__typename": [
3482
3526
  1
@@ -3540,7 +3584,42 @@ exports.default = {
3540
3584
  },
3541
3585
  "CompetitionDeleteVerificationResponse": {
3542
3586
  "reasons": [
3543
- 143
3587
+ 144
3588
+ ],
3589
+ "__typename": [
3590
+ 1
3591
+ ]
3592
+ },
3593
+ "HistoricalScoresPeriod": {
3594
+ "athleteId": [
3595
+ 1
3596
+ ],
3597
+ "athleteFirstName": [
3598
+ 1
3599
+ ],
3600
+ "athleteLastName": [
3601
+ 1
3602
+ ],
3603
+ "screenName": [
3604
+ 1
3605
+ ],
3606
+ "minTimestampInclusive": [
3607
+ 14
3608
+ ],
3609
+ "maxTimestampExclusive": [
3610
+ 14
3611
+ ],
3612
+ "vtxScores": [
3613
+ 98
3614
+ ],
3615
+ "tpiScores": [
3616
+ 98
3617
+ ],
3618
+ "spiScores": [
3619
+ 98
3620
+ ],
3621
+ "apiScores": [
3622
+ 98
3544
3623
  ],
3545
3624
  "__typename": [
3546
3625
  1
@@ -3551,7 +3630,7 @@ exports.default = {
3551
3630
  1
3552
3631
  ],
3553
3632
  "json": [
3554
- 146
3633
+ 148
3555
3634
  ],
3556
3635
  "__typename": [
3557
3636
  1
@@ -3589,6 +3668,62 @@ exports.default = {
3589
3668
  1
3590
3669
  ]
3591
3670
  },
3671
+ "TransactionDetails": {
3672
+ "stripeCheckoutSessionId": [
3673
+ 1
3674
+ ],
3675
+ "vtxCheckoutSessionId": [
3676
+ 1
3677
+ ],
3678
+ "checkoutSessionType": [
3679
+ 1
3680
+ ],
3681
+ "transactionType": [
3682
+ 1
3683
+ ],
3684
+ "confirmed": [
3685
+ 2
3686
+ ],
3687
+ "completed": [
3688
+ 2
3689
+ ],
3690
+ "currency": [
3691
+ 1
3692
+ ],
3693
+ "createdDate": [
3694
+ 14
3695
+ ],
3696
+ "email": [
3697
+ 1
3698
+ ],
3699
+ "name": [
3700
+ 1
3701
+ ],
3702
+ "phone": [
3703
+ 1
3704
+ ],
3705
+ "payment_status": [
3706
+ 1
3707
+ ],
3708
+ "status": [
3709
+ 1
3710
+ ],
3711
+ "amount_subtotal": [
3712
+ 18
3713
+ ],
3714
+ "amount_total": [
3715
+ 18
3716
+ ],
3717
+ "completedDate": [
3718
+ 14
3719
+ ],
3720
+ "athleteDonationReceipt": [
3721
+ 117
3722
+ ],
3723
+ "__typename": [
3724
+ 1
3725
+ ]
3726
+ },
3592
3727
  "StripeTransfer": {
3593
3728
  "_id": [
3594
3729
  102
@@ -3621,7 +3756,7 @@ exports.default = {
3621
3756
  1
3622
3757
  ],
3623
3758
  "status": [
3624
- 150
3759
+ 153
3625
3760
  ],
3626
3761
  "lastError": [
3627
3762
  1
@@ -3834,7 +3969,7 @@ exports.default = {
3834
3969
  1
3835
3970
  ],
3836
3971
  "invitations": [
3837
- 162
3972
+ 165
3838
3973
  ],
3839
3974
  "__typename": [
3840
3975
  1
@@ -3945,7 +4080,7 @@ exports.default = {
3945
4080
  1
3946
4081
  ],
3947
4082
  "result": [
3948
- 164
4083
+ 167
3949
4084
  ],
3950
4085
  "cityId": [
3951
4086
  1
@@ -3968,7 +4103,7 @@ exports.default = {
3968
4103
  1
3969
4104
  ],
3970
4105
  "result": [
3971
- 164
4106
+ 167
3972
4107
  ],
3973
4108
  "cityId": [
3974
4109
  1
@@ -4004,13 +4139,13 @@ exports.default = {
4004
4139
  },
4005
4140
  "CursorPaginationDto": {
4006
4141
  "sortCriteria": [
4007
- 169
4142
+ 172
4008
4143
  ],
4009
4144
  "limit": [
4010
4145
  18
4011
4146
  ],
4012
4147
  "cursorPosition": [
4013
- 168
4148
+ 171
4014
4149
  ],
4015
4150
  "__typename": [
4016
4151
  1
@@ -4085,7 +4220,7 @@ exports.default = {
4085
4220
  1
4086
4221
  ],
4087
4222
  "currentCampaign": [
4088
- 172
4223
+ 175
4089
4224
  ],
4090
4225
  "sports": [
4091
4226
  1
@@ -4147,10 +4282,10 @@ exports.default = {
4147
4282
  },
4148
4283
  "AthleteQueryDto": {
4149
4284
  "cursor": [
4150
- 170
4285
+ 173
4151
4286
  ],
4152
4287
  "filters": [
4153
- 173
4288
+ 176
4154
4289
  ],
4155
4290
  "__typename": [
4156
4291
  1
@@ -4161,7 +4296,7 @@ exports.default = {
4161
4296
  1
4162
4297
  ],
4163
4298
  "newPicture": [
4164
- 176
4299
+ 179
4165
4300
  ],
4166
4301
  "__typename": [
4167
4302
  1
@@ -4195,7 +4330,7 @@ exports.default = {
4195
4330
  1
4196
4331
  ],
4197
4332
  "pictures": [
4198
- 176
4333
+ 179
4199
4334
  ],
4200
4335
  "albumId": [
4201
4336
  1
@@ -4419,7 +4554,7 @@ exports.default = {
4419
4554
  },
4420
4555
  "resetPasswordDto": {
4421
4556
  "code": [
4422
- 160
4557
+ 163
4423
4558
  ],
4424
4559
  "newPassword": [
4425
4560
  1
@@ -4436,6 +4571,31 @@ exports.default = {
4436
4571
  1
4437
4572
  ]
4438
4573
  },
4574
+ "StripeQueryDto": {
4575
+ "operation": [
4576
+ 1
4577
+ ],
4578
+ "id": [
4579
+ 1
4580
+ ],
4581
+ "params": [
4582
+ 1
4583
+ ],
4584
+ "__typename": [
4585
+ 1
4586
+ ]
4587
+ },
4588
+ "GetTransactionDetailsDto": {
4589
+ "vtxSessionId": [
4590
+ 1
4591
+ ],
4592
+ "stripeSessionId": [
4593
+ 1
4594
+ ],
4595
+ "__typename": [
4596
+ 1
4597
+ ]
4598
+ },
4439
4599
  "MergeSportsEventsDto": {
4440
4600
  "mergeTo": [
4441
4601
  1
@@ -4501,7 +4661,7 @@ exports.default = {
4501
4661
  18
4502
4662
  ],
4503
4663
  "items": [
4504
- 196
4664
+ 201
4505
4665
  ],
4506
4666
  "__typename": [
4507
4667
  1
@@ -4512,7 +4672,7 @@ exports.default = {
4512
4672
  18
4513
4673
  ],
4514
4674
  "items": [
4515
- 196
4675
+ 201
4516
4676
  ],
4517
4677
  "athleteCompetitionId": [
4518
4678
  1
@@ -4561,16 +4721,16 @@ exports.default = {
4561
4721
  14
4562
4722
  ],
4563
4723
  "budget": [
4564
- 198
4724
+ 203
4565
4725
  ],
4566
4726
  "competitionBudgets": [
4567
- 199
4727
+ 204
4568
4728
  ],
4569
4729
  "competitionIds": [
4570
4730
  1
4571
4731
  ],
4572
4732
  "video": [
4573
- 200
4733
+ 205
4574
4734
  ],
4575
4735
  "__typename": [
4576
4736
  1
@@ -4602,16 +4762,16 @@ exports.default = {
4602
4762
  14
4603
4763
  ],
4604
4764
  "budget": [
4605
- 198
4765
+ 203
4606
4766
  ],
4607
4767
  "competitionBudgets": [
4608
- 199
4768
+ 204
4609
4769
  ],
4610
4770
  "competitionIds": [
4611
4771
  1
4612
4772
  ],
4613
4773
  "video": [
4614
- 200
4774
+ 205
4615
4775
  ],
4616
4776
  "loginEmail": [
4617
4777
  1
@@ -4646,16 +4806,16 @@ exports.default = {
4646
4806
  14
4647
4807
  ],
4648
4808
  "budget": [
4649
- 198
4809
+ 203
4650
4810
  ],
4651
4811
  "competitionBudgets": [
4652
- 199
4812
+ 204
4653
4813
  ],
4654
4814
  "competitionIds": [
4655
4815
  1
4656
4816
  ],
4657
4817
  "video": [
4658
- 200
4818
+ 205
4659
4819
  ],
4660
4820
  "_id": [
4661
4821
  1
@@ -4677,7 +4837,7 @@ exports.default = {
4677
4837
  },
4678
4838
  "BudgetDto": {
4679
4839
  "items": [
4680
- 196
4840
+ 201
4681
4841
  ],
4682
4842
  "fundingMode": [
4683
4843
  1
@@ -4691,7 +4851,7 @@ exports.default = {
4691
4851
  1
4692
4852
  ],
4693
4853
  "budget": [
4694
- 205
4854
+ 210
4695
4855
  ],
4696
4856
  "__typename": [
4697
4857
  1
@@ -4702,7 +4862,7 @@ exports.default = {
4702
4862
  1
4703
4863
  ],
4704
4864
  "budget": [
4705
- 205
4865
+ 210
4706
4866
  ],
4707
4867
  "__typename": [
4708
4868
  1
@@ -4722,7 +4882,7 @@ exports.default = {
4722
4882
  18
4723
4883
  ],
4724
4884
  "budget": [
4725
- 205
4885
+ 210
4726
4886
  ],
4727
4887
  "__typename": [
4728
4888
  1
@@ -4742,7 +4902,7 @@ exports.default = {
4742
4902
  1
4743
4903
  ],
4744
4904
  "logo": [
4745
- 176
4905
+ 179
4746
4906
  ],
4747
4907
  "countryId": [
4748
4908
  1
@@ -4774,20 +4934,6 @@ exports.default = {
4774
4934
  1
4775
4935
  ]
4776
4936
  },
4777
- "StripeQueryDto": {
4778
- "operation": [
4779
- 1
4780
- ],
4781
- "id": [
4782
- 1
4783
- ],
4784
- "params": [
4785
- 1
4786
- ],
4787
- "__typename": [
4788
- 1
4789
- ]
4790
- },
4791
4937
  "CreateAthleteIntegrationDto": {
4792
4938
  "athleteId": [
4793
4939
  1
@@ -4852,7 +4998,7 @@ exports.default = {
4852
4998
  1
4853
4999
  ],
4854
5000
  "profilePicture": [
4855
- 176
5001
+ 179
4856
5002
  ],
4857
5003
  "__typename": [
4858
5004
  1
@@ -4929,7 +5075,7 @@ exports.default = {
4929
5075
  32,
4930
5076
  {
4931
5077
  "input": [
4932
- 219,
5078
+ 223,
4933
5079
  "AWSS3GetUploadDto!"
4934
5080
  ]
4935
5081
  }
@@ -4991,16 +5137,16 @@ exports.default = {
4991
5137
  104,
4992
5138
  {
4993
5139
  "input": [
4994
- 220,
5140
+ 224,
4995
5141
  "FindSponsorAthleteInvitationDto!"
4996
5142
  ]
4997
5143
  }
4998
5144
  ],
4999
5145
  "verifyAthleteCompetitionLinkedForDelete": [
5000
- 144,
5146
+ 145,
5001
5147
  {
5002
5148
  "input": [
5003
- 179,
5149
+ 182,
5004
5150
  "existValueDto!"
5005
5151
  ]
5006
5152
  }
@@ -5009,10 +5155,10 @@ exports.default = {
5009
5155
  100
5010
5156
  ],
5011
5157
  "queryAthleteFundingCampaigns": [
5012
- 139,
5158
+ 140,
5013
5159
  {
5014
5160
  "input": [
5015
- 174,
5161
+ 177,
5016
5162
  "AthleteQueryDto!"
5017
5163
  ]
5018
5164
  }
@@ -5060,7 +5206,7 @@ exports.default = {
5060
5206
  81,
5061
5207
  {
5062
5208
  "input": [
5063
- 221,
5209
+ 225,
5064
5210
  "GetAthleteCompetitionsDto!"
5065
5211
  ]
5066
5212
  }
@@ -5105,10 +5251,10 @@ exports.default = {
5105
5251
  }
5106
5252
  ],
5107
5253
  "queryAthleteWithFilter": [
5108
- 139,
5254
+ 140,
5109
5255
  {
5110
5256
  "input": [
5111
- 174,
5257
+ 177,
5112
5258
  "AthleteQueryDto!"
5113
5259
  ]
5114
5260
  }
@@ -5123,28 +5269,46 @@ exports.default = {
5123
5269
  }
5124
5270
  ],
5125
5271
  "screenNameAvailability": [
5126
- 142,
5272
+ 143,
5127
5273
  {
5128
5274
  "input": [
5129
- 179,
5275
+ 182,
5130
5276
  "existValueDto!"
5131
5277
  ]
5132
5278
  }
5133
5279
  ],
5280
+ "getAthleteHistoricalScoresPeriod": [
5281
+ 146,
5282
+ {
5283
+ "input": [
5284
+ 184,
5285
+ "GetHistoricalScoresDto!"
5286
+ ]
5287
+ }
5288
+ ],
5134
5289
  "getAthleteHistoricalScores": [
5135
5290
  98,
5136
5291
  {
5137
5292
  "input": [
5138
- 181,
5293
+ 184,
5139
5294
  "GetHistoricalScoresDto!"
5140
5295
  ]
5141
5296
  }
5142
5297
  ],
5298
+ "getMyHistoricalScoresPeriod": [
5299
+ 146,
5300
+ {
5301
+ "input": [
5302
+ 183,
5303
+ "GetMyHistoricalScoresDto!"
5304
+ ]
5305
+ }
5306
+ ],
5143
5307
  "getMyHistoricalScores": [
5144
5308
  98,
5145
5309
  {
5146
5310
  "input": [
5147
- 180,
5311
+ 183,
5148
5312
  "GetMyHistoricalScoresDto!"
5149
5313
  ]
5150
5314
  }
@@ -5153,7 +5317,7 @@ exports.default = {
5153
5317
  89,
5154
5318
  {
5155
5319
  "input": [
5156
- 182,
5320
+ 185,
5157
5321
  "GetAthleteCampaignsDto!"
5158
5322
  ]
5159
5323
  }
@@ -5225,7 +5389,7 @@ exports.default = {
5225
5389
  0,
5226
5390
  {
5227
5391
  "input": [
5228
- 222,
5392
+ 226,
5229
5393
  "FindVtxUserDto!"
5230
5394
  ]
5231
5395
  }
@@ -5244,7 +5408,7 @@ exports.default = {
5244
5408
  }
5245
5409
  ],
5246
5410
  "getUserImagesFromEmail": [
5247
- 147,
5411
+ 149,
5248
5412
  {
5249
5413
  "loginEmail": [
5250
5414
  1,
@@ -5265,7 +5429,7 @@ exports.default = {
5265
5429
  36,
5266
5430
  {
5267
5431
  "input": [
5268
- 160,
5432
+ 163,
5269
5433
  "VerifyCodeDto!"
5270
5434
  ]
5271
5435
  }
@@ -5279,6 +5443,9 @@ exports.default = {
5279
5443
  ]
5280
5444
  }
5281
5445
  ],
5446
+ "getAllUsers": [
5447
+ 135
5448
+ ],
5282
5449
  "getStravaLoginUrl": [
5283
5450
  1
5284
5451
  ],
@@ -5286,7 +5453,7 @@ exports.default = {
5286
5453
  75,
5287
5454
  {
5288
5455
  "input": [
5289
- 223,
5456
+ 227,
5290
5457
  "GetSportEventsDto!"
5291
5458
  ]
5292
5459
  }
@@ -5297,6 +5464,18 @@ exports.default = {
5297
5464
  "getDonationsByAthlete": [
5298
5465
  117
5299
5466
  ],
5467
+ "getDonationsToAthlete": [
5468
+ 133,
5469
+ {
5470
+ "athleteId": [
5471
+ 1,
5472
+ "String!"
5473
+ ]
5474
+ }
5475
+ ],
5476
+ "getDonationsToMe": [
5477
+ 133
5478
+ ],
5300
5479
  "getBudgetConcepts": [
5301
5480
  132
5302
5481
  ],
@@ -5316,10 +5495,10 @@ exports.default = {
5316
5495
  116
5317
5496
  ],
5318
5497
  "stripeQuery": [
5319
- 145,
5498
+ 147,
5320
5499
  {
5321
5500
  "input": [
5322
- 211,
5501
+ 198,
5323
5502
  "StripeQueryDto!"
5324
5503
  ]
5325
5504
  }
@@ -5328,7 +5507,7 @@ exports.default = {
5328
5507
  35,
5329
5508
  {
5330
5509
  "input": [
5331
- 158,
5510
+ 161,
5332
5511
  "GetDatabaseFileDto!"
5333
5512
  ]
5334
5513
  }
@@ -5337,7 +5516,7 @@ exports.default = {
5337
5516
  117,
5338
5517
  {
5339
5518
  "input": [
5340
- 194,
5519
+ 197,
5341
5520
  "GetReceiptDto!"
5342
5521
  ]
5343
5522
  }
@@ -5346,11 +5525,20 @@ exports.default = {
5346
5525
  118,
5347
5526
  {
5348
5527
  "input": [
5349
- 194,
5528
+ 197,
5350
5529
  "GetReceiptDto!"
5351
5530
  ]
5352
5531
  }
5353
5532
  ],
5533
+ "getTransactionDetails": [
5534
+ 151,
5535
+ {
5536
+ "input": [
5537
+ 199,
5538
+ "GetTransactionDetailsDto!"
5539
+ ]
5540
+ }
5541
+ ],
5354
5542
  "findMemberForUser": [
5355
5543
  134,
5356
5544
  {
@@ -5424,7 +5612,7 @@ exports.default = {
5424
5612
  5,
5425
5613
  {
5426
5614
  "tenant": [
5427
- 225,
5615
+ 229,
5428
5616
  "CreateTenantInput!"
5429
5617
  ]
5430
5618
  }
@@ -5433,7 +5621,7 @@ exports.default = {
5433
5621
  11,
5434
5622
  {
5435
5623
  "tenant": [
5436
- 225,
5624
+ 229,
5437
5625
  "CreateTenantInput!"
5438
5626
  ]
5439
5627
  }
@@ -5442,7 +5630,7 @@ exports.default = {
5442
5630
  3,
5443
5631
  {
5444
5632
  "user": [
5445
- 226,
5633
+ 230,
5446
5634
  "CreateActiveUserInput!"
5447
5635
  ]
5448
5636
  }
@@ -5477,7 +5665,7 @@ exports.default = {
5477
5665
  0,
5478
5666
  {
5479
5667
  "input": [
5480
- 227,
5668
+ 231,
5481
5669
  "RegisterUserToDomainFromEmailInput!"
5482
5670
  ]
5483
5671
  }
@@ -5486,7 +5674,7 @@ exports.default = {
5486
5674
  8,
5487
5675
  {
5488
5676
  "dto": [
5489
- 228,
5677
+ 232,
5490
5678
  "RefreshTokenInput!"
5491
5679
  ]
5492
5680
  }
@@ -5495,7 +5683,7 @@ exports.default = {
5495
5683
  33,
5496
5684
  {
5497
5685
  "input": [
5498
- 229,
5686
+ 233,
5499
5687
  "AWSS3DeleteUseTypeFileDto!"
5500
5688
  ]
5501
5689
  }
@@ -5504,7 +5692,7 @@ exports.default = {
5504
5692
  33,
5505
5693
  {
5506
5694
  "input": [
5507
- 230,
5695
+ 234,
5508
5696
  "AWSS3DeleteBucketFileDto!"
5509
5697
  ]
5510
5698
  }
@@ -5513,7 +5701,7 @@ exports.default = {
5513
5701
  33,
5514
5702
  {
5515
5703
  "input": [
5516
- 231,
5704
+ 235,
5517
5705
  "AWSS3DeleteUseTypeKeyDto!"
5518
5706
  ]
5519
5707
  }
@@ -5522,7 +5710,7 @@ exports.default = {
5522
5710
  27,
5523
5711
  {
5524
5712
  "input": [
5525
- 176,
5713
+ 179,
5526
5714
  "AWSS3UploadedFileDto!"
5527
5715
  ]
5528
5716
  }
@@ -5531,7 +5719,7 @@ exports.default = {
5531
5719
  56,
5532
5720
  {
5533
5721
  "input": [
5534
- 232,
5722
+ 236,
5535
5723
  "CreateIndustryDto!"
5536
5724
  ]
5537
5725
  }
@@ -5540,7 +5728,7 @@ exports.default = {
5540
5728
  39,
5541
5729
  {
5542
5730
  "input": [
5543
- 233,
5731
+ 237,
5544
5732
  "CreateBrandDto!"
5545
5733
  ]
5546
5734
  }
@@ -5549,7 +5737,7 @@ exports.default = {
5549
5737
  59,
5550
5738
  {
5551
5739
  "input": [
5552
- 235,
5740
+ 239,
5553
5741
  "RegisterSponsorInput!"
5554
5742
  ]
5555
5743
  }
@@ -5558,7 +5746,7 @@ exports.default = {
5558
5746
  59,
5559
5747
  {
5560
5748
  "input": [
5561
- 236,
5749
+ 240,
5562
5750
  "CreateSponsorDto!"
5563
5751
  ]
5564
5752
  }
@@ -5567,16 +5755,16 @@ exports.default = {
5567
5755
  104,
5568
5756
  {
5569
5757
  "input": [
5570
- 163,
5758
+ 166,
5571
5759
  "InviteAthletesDto!"
5572
5760
  ]
5573
5761
  }
5574
5762
  ],
5575
5763
  "forceDeleteAthleteCompetition": [
5576
- 136,
5764
+ 137,
5577
5765
  {
5578
5766
  "input": [
5579
- 171,
5767
+ 174,
5580
5768
  "DeleteSingleValueDto!"
5581
5769
  ]
5582
5770
  }
@@ -5585,34 +5773,34 @@ exports.default = {
5585
5773
  100,
5586
5774
  {
5587
5775
  "input": [
5588
- 237,
5776
+ 241,
5589
5777
  "RegisterAthleteDto!"
5590
5778
  ]
5591
5779
  }
5592
5780
  ],
5593
5781
  "editProfileValue": [
5594
- 135,
5782
+ 136,
5595
5783
  {
5596
5784
  "input": [
5597
- 238,
5785
+ 242,
5598
5786
  "EditValueDto!"
5599
5787
  ]
5600
5788
  }
5601
5789
  ],
5602
5790
  "editPicture": [
5603
- 140,
5791
+ 141,
5604
5792
  {
5605
5793
  "input": [
5606
- 175,
5794
+ 178,
5607
5795
  "EditPictureDto!"
5608
5796
  ]
5609
5797
  }
5610
5798
  ],
5611
5799
  "AddAlbumPictures": [
5612
- 141,
5800
+ 142,
5613
5801
  {
5614
5802
  "input": [
5615
- 177,
5803
+ 180,
5616
5804
  "UploadAlbumsPicturesDto!"
5617
5805
  ]
5618
5806
  }
@@ -5621,16 +5809,16 @@ exports.default = {
5621
5809
  81,
5622
5810
  {
5623
5811
  "input": [
5624
- 166,
5812
+ 169,
5625
5813
  "CreateAthleteCompetitionDto!"
5626
5814
  ]
5627
5815
  }
5628
5816
  ],
5629
5817
  "deleteAthleteCompetition": [
5630
- 136,
5818
+ 137,
5631
5819
  {
5632
5820
  "input": [
5633
- 171,
5821
+ 174,
5634
5822
  "DeleteSingleValueDto!"
5635
5823
  ]
5636
5824
  }
@@ -5639,7 +5827,7 @@ exports.default = {
5639
5827
  80,
5640
5828
  {
5641
5829
  "input": [
5642
- 177,
5830
+ 180,
5643
5831
  "UploadAlbumsPicturesDto!"
5644
5832
  ]
5645
5833
  }
@@ -5648,7 +5836,7 @@ exports.default = {
5648
5836
  80,
5649
5837
  {
5650
5838
  "input": [
5651
- 239,
5839
+ 243,
5652
5840
  "EditDisplayIndexDto!"
5653
5841
  ]
5654
5842
  }
@@ -5657,16 +5845,16 @@ exports.default = {
5657
5845
  80,
5658
5846
  {
5659
5847
  "input": [
5660
- 177,
5848
+ 180,
5661
5849
  "UploadAlbumsPicturesDto!"
5662
5850
  ]
5663
5851
  }
5664
5852
  ],
5665
5853
  "deleteAthleteAlbum": [
5666
- 136,
5854
+ 137,
5667
5855
  {
5668
5856
  "input": [
5669
- 171,
5857
+ 174,
5670
5858
  "DeleteSingleValueDto!"
5671
5859
  ]
5672
5860
  }
@@ -5675,7 +5863,7 @@ exports.default = {
5675
5863
  120,
5676
5864
  {
5677
5865
  "input": [
5678
- 178,
5866
+ 181,
5679
5867
  "DeleteValuesDto!"
5680
5868
  ]
5681
5869
  }
@@ -5684,7 +5872,7 @@ exports.default = {
5684
5872
  76,
5685
5873
  {
5686
5874
  "input": [
5687
- 165,
5875
+ 168,
5688
5876
  "SetCompetitionResultDto!"
5689
5877
  ]
5690
5878
  }
@@ -5696,7 +5884,7 @@ exports.default = {
5696
5884
  89,
5697
5885
  {
5698
5886
  "input": [
5699
- 241,
5887
+ 245,
5700
5888
  "SetCurrentCampaignDto!"
5701
5889
  ]
5702
5890
  }
@@ -5705,7 +5893,7 @@ exports.default = {
5705
5893
  67,
5706
5894
  {
5707
5895
  "input": [
5708
- 242,
5896
+ 246,
5709
5897
  "CreateSportDto!"
5710
5898
  ]
5711
5899
  }
@@ -5714,7 +5902,7 @@ exports.default = {
5714
5902
  67,
5715
5903
  {
5716
5904
  "input": [
5717
- 243,
5905
+ 247,
5718
5906
  "UpdateSportDto!"
5719
5907
  ]
5720
5908
  }
@@ -5723,7 +5911,7 @@ exports.default = {
5723
5911
  70,
5724
5912
  {
5725
5913
  "input": [
5726
- 244,
5914
+ 248,
5727
5915
  "CreateSportLevelDto!"
5728
5916
  ]
5729
5917
  }
@@ -5732,7 +5920,7 @@ exports.default = {
5732
5920
  65,
5733
5921
  {
5734
5922
  "input": [
5735
- 246,
5923
+ 250,
5736
5924
  "CreateSponsorshipDto!"
5737
5925
  ]
5738
5926
  }
@@ -5741,7 +5929,7 @@ exports.default = {
5741
5929
  45,
5742
5930
  {
5743
5931
  "input": [
5744
- 253,
5932
+ 257,
5745
5933
  "CreateCountryDto!"
5746
5934
  ]
5747
5935
  }
@@ -5750,7 +5938,7 @@ exports.default = {
5750
5938
  44,
5751
5939
  {
5752
5940
  "input": [
5753
- 254,
5941
+ 258,
5754
5942
  "CreateStateDto!"
5755
5943
  ]
5756
5944
  }
@@ -5759,7 +5947,7 @@ exports.default = {
5759
5947
  43,
5760
5948
  {
5761
5949
  "input": [
5762
- 255,
5950
+ 259,
5763
5951
  "CreateCityDto!"
5764
5952
  ]
5765
5953
  }
@@ -5768,7 +5956,7 @@ exports.default = {
5768
5956
  29,
5769
5957
  {
5770
5958
  "input": [
5771
- 192,
5959
+ 195,
5772
5960
  "RegisterUserDto!"
5773
5961
  ]
5774
5962
  }
@@ -5777,7 +5965,7 @@ exports.default = {
5777
5965
  3,
5778
5966
  {
5779
5967
  "input": [
5780
- 160,
5968
+ 163,
5781
5969
  "VerifyCodeDto!"
5782
5970
  ]
5783
5971
  }
@@ -5786,7 +5974,7 @@ exports.default = {
5786
5974
  0,
5787
5975
  {
5788
5976
  "input": [
5789
- 160,
5977
+ 163,
5790
5978
  "VerifyCodeDto!"
5791
5979
  ]
5792
5980
  }
@@ -5795,7 +5983,7 @@ exports.default = {
5795
5983
  0,
5796
5984
  {
5797
5985
  "input": [
5798
- 192,
5986
+ 195,
5799
5987
  "RegisterUserDto!"
5800
5988
  ]
5801
5989
  }
@@ -5804,7 +5992,7 @@ exports.default = {
5804
5992
  0,
5805
5993
  {
5806
5994
  "input": [
5807
- 192,
5995
+ 195,
5808
5996
  "RegisterUserDto!"
5809
5997
  ]
5810
5998
  }
@@ -5813,7 +6001,7 @@ exports.default = {
5813
6001
  0,
5814
6002
  {
5815
6003
  "input": [
5816
- 192,
6004
+ 195,
5817
6005
  "RegisterUserDto!"
5818
6006
  ]
5819
6007
  }
@@ -5832,7 +6020,7 @@ exports.default = {
5832
6020
  }
5833
6021
  ],
5834
6022
  "createResetPasswordCode": [
5835
- 135,
6023
+ 136,
5836
6024
  {
5837
6025
  "input": [
5838
6026
  1,
@@ -5841,16 +6029,16 @@ exports.default = {
5841
6029
  }
5842
6030
  ],
5843
6031
  "resetUserPassword": [
5844
- 135,
6032
+ 136,
5845
6033
  {
5846
6034
  "input": [
5847
- 193,
6035
+ 196,
5848
6036
  "resetPasswordDto!"
5849
6037
  ]
5850
6038
  }
5851
6039
  ],
5852
6040
  "validateToken": [
5853
- 148,
6041
+ 150,
5854
6042
  {
5855
6043
  "input": [
5856
6044
  1,
@@ -5862,7 +6050,7 @@ exports.default = {
5862
6050
  105,
5863
6051
  {
5864
6052
  "data": [
5865
- 256,
6053
+ 260,
5866
6054
  "RegisterStravaDto!"
5867
6055
  ]
5868
6056
  }
@@ -5880,7 +6068,7 @@ exports.default = {
5880
6068
  75,
5881
6069
  {
5882
6070
  "input": [
5883
- 257,
6071
+ 261,
5884
6072
  "CreateSportEventDto!"
5885
6073
  ]
5886
6074
  }
@@ -5889,7 +6077,7 @@ exports.default = {
5889
6077
  130,
5890
6078
  {
5891
6079
  "input": [
5892
- 195,
6080
+ 200,
5893
6081
  "MergeSportsEventsDto!"
5894
6082
  ]
5895
6083
  }
@@ -5898,7 +6086,7 @@ exports.default = {
5898
6086
  89,
5899
6087
  {
5900
6088
  "input": [
5901
- 204,
6089
+ 209,
5902
6090
  "SetFundingStatusDto!"
5903
6091
  ]
5904
6092
  }
@@ -5907,7 +6095,7 @@ exports.default = {
5907
6095
  89,
5908
6096
  {
5909
6097
  "input": [
5910
- 201,
6098
+ 206,
5911
6099
  "CreateFundingCampaignDto!"
5912
6100
  ]
5913
6101
  }
@@ -5916,16 +6104,16 @@ exports.default = {
5916
6104
  89,
5917
6105
  {
5918
6106
  "input": [
5919
- 203,
6107
+ 208,
5920
6108
  "UpdateFundingCampaignDto!"
5921
6109
  ]
5922
6110
  }
5923
6111
  ],
5924
6112
  "deleteFundingCampaign": [
5925
- 136,
6113
+ 137,
5926
6114
  {
5927
6115
  "input": [
5928
- 171,
6116
+ 174,
5929
6117
  "DeleteSingleValueDto!"
5930
6118
  ]
5931
6119
  }
@@ -5934,7 +6122,7 @@ exports.default = {
5934
6122
  120,
5935
6123
  {
5936
6124
  "input": [
5937
- 178,
6125
+ 181,
5938
6126
  "DeleteValuesDto!"
5939
6127
  ]
5940
6128
  }
@@ -5952,7 +6140,7 @@ exports.default = {
5952
6140
  2,
5953
6141
  {
5954
6142
  "input": [
5955
- 206,
6143
+ 211,
5956
6144
  "AddCompetitionBudgetDto!"
5957
6145
  ]
5958
6146
  }
@@ -5961,7 +6149,7 @@ exports.default = {
5961
6149
  2,
5962
6150
  {
5963
6151
  "input": [
5964
- 207,
6152
+ 212,
5965
6153
  "EditCompetitionBudgetDto!"
5966
6154
  ]
5967
6155
  }
@@ -5970,7 +6158,7 @@ exports.default = {
5970
6158
  2,
5971
6159
  {
5972
6160
  "input": [
5973
- 208,
6161
+ 213,
5974
6162
  "EditCampaignBudgetDto!"
5975
6163
  ]
5976
6164
  }
@@ -5979,7 +6167,7 @@ exports.default = {
5979
6167
  2,
5980
6168
  {
5981
6169
  "input": [
5982
- 208,
6170
+ 213,
5983
6171
  "EditCampaignBudgetDto!"
5984
6172
  ]
5985
6173
  }
@@ -5988,7 +6176,7 @@ exports.default = {
5988
6176
  82,
5989
6177
  {
5990
6178
  "input": [
5991
- 209,
6179
+ 214,
5992
6180
  "CreateMembershipOrganizationDto!"
5993
6181
  ]
5994
6182
  }
@@ -5997,16 +6185,16 @@ exports.default = {
5997
6185
  84,
5998
6186
  {
5999
6187
  "input": [
6000
- 210,
6188
+ 215,
6001
6189
  "CreateAthleteMembershipDto!"
6002
6190
  ]
6003
6191
  }
6004
6192
  ],
6005
6193
  "deleteAthleteMembershipAffilation": [
6006
- 136,
6194
+ 137,
6007
6195
  {
6008
6196
  "input": [
6009
- 171,
6197
+ 174,
6010
6198
  "DeleteSingleValueDto!"
6011
6199
  ]
6012
6200
  }
@@ -6024,7 +6212,7 @@ exports.default = {
6024
6212
  97,
6025
6213
  {
6026
6214
  "input": [
6027
- 258,
6215
+ 262,
6028
6216
  "CreateStripeAccountDto!"
6029
6217
  ]
6030
6218
  }
@@ -6036,7 +6224,7 @@ exports.default = {
6036
6224
  107,
6037
6225
  {
6038
6226
  "input": [
6039
- 161,
6227
+ 164,
6040
6228
  "DonationCheckoutDto!"
6041
6229
  ]
6042
6230
  }
@@ -6051,7 +6239,7 @@ exports.default = {
6051
6239
  134,
6052
6240
  {
6053
6241
  "input": [
6054
- 216,
6242
+ 220,
6055
6243
  "RegisterMemberDto!"
6056
6244
  ]
6057
6245
  }
@@ -6177,13 +6365,13 @@ exports.default = {
6177
6365
  1
6178
6366
  ],
6179
6367
  "logo": [
6180
- 176
6368
+ 179
6181
6369
  ],
6182
6370
  "banner": [
6183
- 176
6371
+ 179
6184
6372
  ],
6185
6373
  "translations": [
6186
- 234
6374
+ 238
6187
6375
  ],
6188
6376
  "__typename": [
6189
6377
  1
@@ -6206,10 +6394,10 @@ exports.default = {
6206
6394
  1
6207
6395
  ],
6208
6396
  "logo": [
6209
- 176
6397
+ 179
6210
6398
  ],
6211
6399
  "banner": [
6212
- 176
6400
+ 179
6213
6401
  ],
6214
6402
  "__typename": [
6215
6403
  1
@@ -6314,10 +6502,10 @@ exports.default = {
6314
6502
  1
6315
6503
  ],
6316
6504
  "profilePicture": [
6317
- 176
6505
+ 179
6318
6506
  ],
6319
6507
  "cardPicture": [
6320
- 176
6508
+ 179
6321
6509
  ],
6322
6510
  "__typename": [
6323
6511
  1
@@ -6336,7 +6524,7 @@ exports.default = {
6336
6524
  },
6337
6525
  "EditDisplayIndexDto": {
6338
6526
  "updates": [
6339
- 240
6527
+ 244
6340
6528
  ],
6341
6529
  "__typename": [
6342
6530
  1
@@ -6400,7 +6588,7 @@ exports.default = {
6400
6588
  18
6401
6589
  ],
6402
6590
  "translations": [
6403
- 245
6591
+ 249
6404
6592
  ],
6405
6593
  "__typename": [
6406
6594
  1
@@ -6434,10 +6622,10 @@ exports.default = {
6434
6622
  18
6435
6623
  ],
6436
6624
  "banner": [
6437
- 176
6625
+ 179
6438
6626
  ],
6439
6627
  "criteria": [
6440
- 247
6628
+ 251
6441
6629
  ],
6442
6630
  "deadline": [
6443
6631
  14
@@ -6446,13 +6634,13 @@ exports.default = {
6446
6634
  14
6447
6635
  ],
6448
6636
  "duration": [
6449
- 249
6637
+ 253
6450
6638
  ],
6451
6639
  "sponsorshipItems": [
6452
- 250
6640
+ 254
6453
6641
  ],
6454
6642
  "commitments": [
6455
- 251
6643
+ 255
6456
6644
  ],
6457
6645
  "terms": [
6458
6646
  1
@@ -6464,7 +6652,7 @@ exports.default = {
6464
6652
  2
6465
6653
  ],
6466
6654
  "translations": [
6467
- 252
6655
+ 256
6468
6656
  ],
6469
6657
  "__typename": [
6470
6658
  1
@@ -6478,7 +6666,7 @@ exports.default = {
6478
6666
  1
6479
6667
  ],
6480
6668
  "qualificationsBag": [
6481
- 248
6669
+ 252
6482
6670
  ],
6483
6671
  "__typename": [
6484
6672
  1
@@ -6486,28 +6674,28 @@ exports.default = {
6486
6674
  },
6487
6675
  "QualificationsBagDto": {
6488
6676
  "ageQualifications": [
6489
- 184
6677
+ 187
6490
6678
  ],
6491
6679
  "genderQualifications": [
6492
- 185
6680
+ 188
6493
6681
  ],
6494
6682
  "scoreQualifications": [
6495
- 187
6683
+ 190
6496
6684
  ],
6497
6685
  "locationQualifications": [
6498
- 188
6686
+ 191
6499
6687
  ],
6500
6688
  "nationalityQualifications": [
6501
- 186
6689
+ 189
6502
6690
  ],
6503
6691
  "distanceQualifications": [
6504
- 189
6692
+ 192
6505
6693
  ],
6506
6694
  "sportsQualifications": [
6507
- 190
6695
+ 193
6508
6696
  ],
6509
6697
  "levelQualifications": [
6510
- 191
6698
+ 194
6511
6699
  ],
6512
6700
  "__typename": [
6513
6701
  1
@@ -6584,7 +6772,7 @@ exports.default = {
6584
6772
  1
6585
6773
  ],
6586
6774
  "banner": [
6587
- 176
6775
+ 179
6588
6776
  ],
6589
6777
  "terms": [
6590
6778
  1
@@ -6702,7 +6890,7 @@ exports.default = {
6702
6890
  1
6703
6891
  ],
6704
6892
  "banner": [
6705
- 176
6893
+ 179
6706
6894
  ],
6707
6895
  "eventLevel": [
6708
6896
  1