@vertikalx/vtx-backend-client 3.0.0-dev.27 → 3.0.0-dev.29

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.
@@ -14,8 +14,14 @@ exports.default = {
14
14
  153,
15
15
  166,
16
16
  179,
17
- 278,
18
- 279
17
+ 202,
18
+ 203,
19
+ 204,
20
+ 297,
21
+ 301,
22
+ 306,
23
+ 307,
24
+ 308
19
25
  ],
20
26
  "types": {
21
27
  "User": {
@@ -1857,6 +1863,9 @@ exports.default = {
1857
1863
  "categoryName": [
1858
1864
  1
1859
1865
  ],
1866
+ "pointsEarned": [
1867
+ 18
1868
+ ],
1860
1869
  "__typename": [
1861
1870
  1
1862
1871
  ]
@@ -2778,7 +2787,7 @@ exports.default = {
2778
2787
  90
2779
2788
  ],
2780
2789
  "mode": [
2781
- 278
2790
+ 306
2782
2791
  ],
2783
2792
  "athleteId": [
2784
2793
  1
@@ -4586,6 +4595,369 @@ exports.default = {
4586
4595
  1
4587
4596
  ]
4588
4597
  },
4598
+ "DashboardSummary": {
4599
+ "vtxScore": [
4600
+ 18
4601
+ ],
4602
+ "socialScore": [
4603
+ 18
4604
+ ],
4605
+ "trainingScore": [
4606
+ 18
4607
+ ],
4608
+ "competitionScore": [
4609
+ 18
4610
+ ],
4611
+ "lastUpdated": [
4612
+ 14
4613
+ ],
4614
+ "__typename": [
4615
+ 1
4616
+ ]
4617
+ },
4618
+ "ScoreHistoryEntry": {
4619
+ "date": [
4620
+ 14
4621
+ ],
4622
+ "vtxScore": [
4623
+ 18
4624
+ ],
4625
+ "socialScore": [
4626
+ 18
4627
+ ],
4628
+ "trainingScore": [
4629
+ 18
4630
+ ],
4631
+ "competitionScore": [
4632
+ 18
4633
+ ],
4634
+ "__typename": [
4635
+ 1
4636
+ ]
4637
+ },
4638
+ "RankHistoryEntry": {
4639
+ "date": [
4640
+ 14
4641
+ ],
4642
+ "globalRank": [
4643
+ 51
4644
+ ],
4645
+ "countryRank": [
4646
+ 51
4647
+ ],
4648
+ "__typename": [
4649
+ 1
4650
+ ]
4651
+ },
4652
+ "RankContext": {
4653
+ "globalRank": [
4654
+ 51
4655
+ ],
4656
+ "countryRank": [
4657
+ 51
4658
+ ],
4659
+ "rankChange": [
4660
+ 51
4661
+ ],
4662
+ "percentile": [
4663
+ 1
4664
+ ],
4665
+ "gapToNext": [
4666
+ 18
4667
+ ],
4668
+ "gapFromPrevious": [
4669
+ 18
4670
+ ],
4671
+ "totalAthletes": [
4672
+ 51
4673
+ ],
4674
+ "__typename": [
4675
+ 1
4676
+ ]
4677
+ },
4678
+ "ActivityEntry": {
4679
+ "id": [
4680
+ 1
4681
+ ],
4682
+ "date": [
4683
+ 14
4684
+ ],
4685
+ "type": [
4686
+ 1
4687
+ ],
4688
+ "metrics": [
4689
+ 166
4690
+ ],
4691
+ "pointsEarned": [
4692
+ 18
4693
+ ],
4694
+ "counted": [
4695
+ 2
4696
+ ],
4697
+ "notCountedReason": [
4698
+ 1
4699
+ ],
4700
+ "__typename": [
4701
+ 1
4702
+ ]
4703
+ },
4704
+ "ActivitiesResponse": {
4705
+ "items": [
4706
+ 194
4707
+ ],
4708
+ "total": [
4709
+ 51
4710
+ ],
4711
+ "hasMore": [
4712
+ 2
4713
+ ],
4714
+ "__typename": [
4715
+ 1
4716
+ ]
4717
+ },
4718
+ "MetricComparison": {
4719
+ "name": [
4720
+ 1
4721
+ ],
4722
+ "value": [
4723
+ 18
4724
+ ],
4725
+ "unit": [
4726
+ 1
4727
+ ],
4728
+ "athleteAverage": [
4729
+ 18
4730
+ ],
4731
+ "comparisonPercent": [
4732
+ 18
4733
+ ],
4734
+ "__typename": [
4735
+ 1
4736
+ ]
4737
+ },
4738
+ "ScoreInfo": {
4739
+ "earned": [
4740
+ 18
4741
+ ],
4742
+ "maxPossible": [
4743
+ 18
4744
+ ],
4745
+ "componentAverage": [
4746
+ 18
4747
+ ],
4748
+ "__typename": [
4749
+ 1
4750
+ ]
4751
+ },
4752
+ "ActivityDetail": {
4753
+ "id": [
4754
+ 1
4755
+ ],
4756
+ "date": [
4757
+ 14
4758
+ ],
4759
+ "type": [
4760
+ 1
4761
+ ],
4762
+ "category": [
4763
+ 1
4764
+ ],
4765
+ "metrics": [
4766
+ 196
4767
+ ],
4768
+ "scoreInfo": [
4769
+ 197
4770
+ ],
4771
+ "__typename": [
4772
+ 1
4773
+ ]
4774
+ },
4775
+ "TopMetric": {
4776
+ "name": [
4777
+ 1
4778
+ ],
4779
+ "status": [
4780
+ 1
4781
+ ],
4782
+ "__typename": [
4783
+ 1
4784
+ ]
4785
+ },
4786
+ "ComponentSummary": {
4787
+ "name": [
4788
+ 1
4789
+ ],
4790
+ "score": [
4791
+ 18
4792
+ ],
4793
+ "maxScore": [
4794
+ 18
4795
+ ],
4796
+ "trend": [
4797
+ 18
4798
+ ],
4799
+ "trendPeriod": [
4800
+ 1
4801
+ ],
4802
+ "activityCount": [
4803
+ 51
4804
+ ],
4805
+ "avgScorePerActivity": [
4806
+ 18
4807
+ ],
4808
+ "topMetrics": [
4809
+ 199
4810
+ ],
4811
+ "newMaxActivityIds": [
4812
+ 1
4813
+ ],
4814
+ "__typename": [
4815
+ 1
4816
+ ]
4817
+ },
4818
+ "SocialAggregateType": {
4819
+ "_id": [
4820
+ 103
4821
+ ],
4822
+ "athleteId": [
4823
+ 1
4824
+ ],
4825
+ "platform": [
4826
+ 202
4827
+ ],
4828
+ "contentType": [
4829
+ 203
4830
+ ],
4831
+ "periodType": [
4832
+ 204
4833
+ ],
4834
+ "periodLabel": [
4835
+ 1
4836
+ ],
4837
+ "periodStart": [
4838
+ 14
4839
+ ],
4840
+ "periodEnd": [
4841
+ 14
4842
+ ],
4843
+ "totalLikes": [
4844
+ 51
4845
+ ],
4846
+ "totalComments": [
4847
+ 51
4848
+ ],
4849
+ "totalShares": [
4850
+ 51
4851
+ ],
4852
+ "totalSaves": [
4853
+ 51
4854
+ ],
4855
+ "totalReach": [
4856
+ 51
4857
+ ],
4858
+ "totalViews": [
4859
+ 51
4860
+ ],
4861
+ "totalImpressions": [
4862
+ 51
4863
+ ],
4864
+ "postCount": [
4865
+ 51
4866
+ ],
4867
+ "followerCount": [
4868
+ 51
4869
+ ],
4870
+ "avgEngagementRate": [
4871
+ 18
4872
+ ],
4873
+ "avgPostEngagement": [
4874
+ 18
4875
+ ],
4876
+ "__typename": [
4877
+ 1
4878
+ ]
4879
+ },
4880
+ "Platform": {},
4881
+ "ContentType": {},
4882
+ "PeriodType": {},
4883
+ "PostMetricType": {
4884
+ "id": [
4885
+ 103
4886
+ ],
4887
+ "postId": [
4888
+ 1
4889
+ ],
4890
+ "permalink": [
4891
+ 1
4892
+ ],
4893
+ "thumbnailUrl": [
4894
+ 1
4895
+ ],
4896
+ "contentType": [
4897
+ 203
4898
+ ],
4899
+ "caption": [
4900
+ 1
4901
+ ],
4902
+ "postedAt": [
4903
+ 14
4904
+ ],
4905
+ "likes": [
4906
+ 51
4907
+ ],
4908
+ "comments": [
4909
+ 51
4910
+ ],
4911
+ "shares": [
4912
+ 51
4913
+ ],
4914
+ "saves": [
4915
+ 51
4916
+ ],
4917
+ "reach": [
4918
+ 51
4919
+ ],
4920
+ "vsAvgPercent": [
4921
+ 18
4922
+ ],
4923
+ "__typename": [
4924
+ 1
4925
+ ]
4926
+ },
4927
+ "AveragesType": {
4928
+ "likes": [
4929
+ 18
4930
+ ],
4931
+ "comments": [
4932
+ 18
4933
+ ],
4934
+ "reach": [
4935
+ 18
4936
+ ],
4937
+ "engagementRate": [
4938
+ 18
4939
+ ],
4940
+ "__typename": [
4941
+ 1
4942
+ ]
4943
+ },
4944
+ "PostComparisonResultType": {
4945
+ "posts": [
4946
+ 205
4947
+ ],
4948
+ "averages": [
4949
+ 206
4950
+ ],
4951
+ "total": [
4952
+ 51
4953
+ ],
4954
+ "hasMore": [
4955
+ 2
4956
+ ],
4957
+ "__typename": [
4958
+ 1
4959
+ ]
4960
+ },
4589
4961
  "CreateDatabaseFileDto": {
4590
4962
  "identifier": [
4591
4963
  1
@@ -4770,13 +5142,13 @@ exports.default = {
4770
5142
  1
4771
5143
  ],
4772
5144
  "logo": [
4773
- 201
5145
+ 219
4774
5146
  ],
4775
5147
  "banner": [
4776
- 201
5148
+ 219
4777
5149
  ],
4778
5150
  "translations": [
4779
- 202
5151
+ 220
4780
5152
  ],
4781
5153
  "sponsorId": [
4782
5154
  1
@@ -4828,10 +5200,10 @@ exports.default = {
4828
5200
  1
4829
5201
  ],
4830
5202
  "logo": [
4831
- 201
5203
+ 219
4832
5204
  ],
4833
5205
  "banner": [
4834
- 201
5206
+ 219
4835
5207
  ],
4836
5208
  "__typename": [
4837
5209
  1
@@ -4899,7 +5271,7 @@ exports.default = {
4899
5271
  1
4900
5272
  ],
4901
5273
  "invitations": [
4902
- 205
5274
+ 223
4903
5275
  ],
4904
5276
  "__typename": [
4905
5277
  1
@@ -5036,7 +5408,7 @@ exports.default = {
5036
5408
  1
5037
5409
  ],
5038
5410
  "result": [
5039
- 208
5411
+ 226
5040
5412
  ],
5041
5413
  "cityId": [
5042
5414
  1
@@ -5059,7 +5431,7 @@ exports.default = {
5059
5431
  1
5060
5432
  ],
5061
5433
  "result": [
5062
- 208
5434
+ 226
5063
5435
  ],
5064
5436
  "cityId": [
5065
5437
  1
@@ -5095,13 +5467,13 @@ exports.default = {
5095
5467
  },
5096
5468
  "CursorPaginationDto": {
5097
5469
  "sortCriteria": [
5098
- 212
5470
+ 230
5099
5471
  ],
5100
5472
  "limit": [
5101
5473
  18
5102
5474
  ],
5103
5475
  "cursorPosition": [
5104
- 213
5476
+ 231
5105
5477
  ],
5106
5478
  "__typename": [
5107
5479
  1
@@ -5176,7 +5548,7 @@ exports.default = {
5176
5548
  1
5177
5549
  ],
5178
5550
  "currentCampaign": [
5179
- 216
5551
+ 234
5180
5552
  ],
5181
5553
  "sports": [
5182
5554
  1
@@ -5238,10 +5610,10 @@ exports.default = {
5238
5610
  },
5239
5611
  "AthleteQueryDto": {
5240
5612
  "cursor": [
5241
- 214
5613
+ 232
5242
5614
  ],
5243
5615
  "filters": [
5244
- 217
5616
+ 235
5245
5617
  ],
5246
5618
  "__typename": [
5247
5619
  1
@@ -5252,7 +5624,7 @@ exports.default = {
5252
5624
  1
5253
5625
  ],
5254
5626
  "newPicture": [
5255
- 201
5627
+ 219
5256
5628
  ],
5257
5629
  "__typename": [
5258
5630
  1
@@ -5266,7 +5638,7 @@ exports.default = {
5266
5638
  1
5267
5639
  ],
5268
5640
  "pictures": [
5269
- 201
5641
+ 219
5270
5642
  ],
5271
5643
  "albumId": [
5272
5644
  1
@@ -5540,7 +5912,7 @@ exports.default = {
5540
5912
  },
5541
5913
  "resetPasswordDto": {
5542
5914
  "code": [
5543
- 198
5915
+ 216
5544
5916
  ],
5545
5917
  "newPassword": [
5546
5918
  1
@@ -5671,7 +6043,7 @@ exports.default = {
5671
6043
  1
5672
6044
  ],
5673
6045
  "banner": [
5674
- 201
6046
+ 219
5675
6047
  ],
5676
6048
  "eventLevel": [
5677
6049
  1
@@ -5780,7 +6152,7 @@ exports.default = {
5780
6152
  18
5781
6153
  ],
5782
6154
  "items": [
5783
- 250
6155
+ 268
5784
6156
  ],
5785
6157
  "__typename": [
5786
6158
  1
@@ -5791,7 +6163,7 @@ exports.default = {
5791
6163
  18
5792
6164
  ],
5793
6165
  "items": [
5794
- 250
6166
+ 268
5795
6167
  ],
5796
6168
  "athleteCompetitionId": [
5797
6169
  1
@@ -5840,16 +6212,16 @@ exports.default = {
5840
6212
  14
5841
6213
  ],
5842
6214
  "budget": [
5843
- 252
6215
+ 270
5844
6216
  ],
5845
6217
  "competitionBudgets": [
5846
- 253
6218
+ 271
5847
6219
  ],
5848
6220
  "competitionIds": [
5849
6221
  1
5850
6222
  ],
5851
6223
  "video": [
5852
- 254
6224
+ 272
5853
6225
  ],
5854
6226
  "__typename": [
5855
6227
  1
@@ -5881,16 +6253,16 @@ exports.default = {
5881
6253
  14
5882
6254
  ],
5883
6255
  "budget": [
5884
- 252
6256
+ 270
5885
6257
  ],
5886
6258
  "competitionBudgets": [
5887
- 253
6259
+ 271
5888
6260
  ],
5889
6261
  "competitionIds": [
5890
6262
  1
5891
6263
  ],
5892
6264
  "video": [
5893
- 254
6265
+ 272
5894
6266
  ],
5895
6267
  "loginEmail": [
5896
6268
  1
@@ -5925,16 +6297,16 @@ exports.default = {
5925
6297
  14
5926
6298
  ],
5927
6299
  "budget": [
5928
- 252
6300
+ 270
5929
6301
  ],
5930
6302
  "competitionBudgets": [
5931
- 253
6303
+ 271
5932
6304
  ],
5933
6305
  "competitionIds": [
5934
6306
  1
5935
6307
  ],
5936
6308
  "video": [
5937
- 254
6309
+ 272
5938
6310
  ],
5939
6311
  "_id": [
5940
6312
  1
@@ -5956,7 +6328,7 @@ exports.default = {
5956
6328
  },
5957
6329
  "BudgetDto": {
5958
6330
  "items": [
5959
- 250
6331
+ 268
5960
6332
  ],
5961
6333
  "fundingMode": [
5962
6334
  1
@@ -5970,7 +6342,7 @@ exports.default = {
5970
6342
  1
5971
6343
  ],
5972
6344
  "budget": [
5973
- 259
6345
+ 277
5974
6346
  ],
5975
6347
  "__typename": [
5976
6348
  1
@@ -5981,7 +6353,7 @@ exports.default = {
5981
6353
  1
5982
6354
  ],
5983
6355
  "budget": [
5984
- 259
6356
+ 277
5985
6357
  ],
5986
6358
  "__typename": [
5987
6359
  1
@@ -6001,7 +6373,7 @@ exports.default = {
6001
6373
  18
6002
6374
  ],
6003
6375
  "budget": [
6004
- 259
6376
+ 277
6005
6377
  ],
6006
6378
  "__typename": [
6007
6379
  1
@@ -6021,7 +6393,7 @@ exports.default = {
6021
6393
  1
6022
6394
  ],
6023
6395
  "logo": [
6024
- 201
6396
+ 219
6025
6397
  ],
6026
6398
  "countryId": [
6027
6399
  1
@@ -6109,7 +6481,7 @@ exports.default = {
6109
6481
  1
6110
6482
  ],
6111
6483
  "profilePicture": [
6112
- 201
6484
+ 219
6113
6485
  ],
6114
6486
  "__typename": [
6115
6487
  1
@@ -6161,7 +6533,7 @@ exports.default = {
6161
6533
  18
6162
6534
  ],
6163
6535
  "sortCriteria": [
6164
- 212
6536
+ 230
6165
6537
  ],
6166
6538
  "__typename": [
6167
6539
  1
@@ -6178,7 +6550,7 @@ exports.default = {
6178
6550
  1
6179
6551
  ],
6180
6552
  "offerImage": [
6181
- 201
6553
+ 219
6182
6554
  ],
6183
6555
  "type": [
6184
6556
  1
@@ -6202,7 +6574,7 @@ exports.default = {
6202
6574
  1
6203
6575
  ],
6204
6576
  "criteria": [
6205
- 272
6577
+ 290
6206
6578
  ],
6207
6579
  "dateStart": [
6208
6580
  14
@@ -6237,7 +6609,7 @@ exports.default = {
6237
6609
  1
6238
6610
  ],
6239
6611
  "qualificationsBag": [
6240
- 273
6612
+ 291
6241
6613
  ],
6242
6614
  "__typename": [
6243
6615
  1
@@ -6245,28 +6617,28 @@ exports.default = {
6245
6617
  },
6246
6618
  "QualificationsBagDto": {
6247
6619
  "ageQualifications": [
6248
- 230
6620
+ 248
6249
6621
  ],
6250
6622
  "genderQualifications": [
6251
- 231
6623
+ 249
6252
6624
  ],
6253
6625
  "scoreQualifications": [
6254
- 233
6626
+ 251
6255
6627
  ],
6256
6628
  "locationQualifications": [
6257
- 234
6629
+ 252
6258
6630
  ],
6259
6631
  "nationalityQualifications": [
6260
- 232
6632
+ 250
6261
6633
  ],
6262
6634
  "distanceQualifications": [
6263
- 235
6635
+ 253
6264
6636
  ],
6265
6637
  "sportsQualifications": [
6266
- 236
6638
+ 254
6267
6639
  ],
6268
6640
  "levelQualifications": [
6269
- 237
6641
+ 255
6270
6642
  ],
6271
6643
  "__typename": [
6272
6644
  1
@@ -6312,7 +6684,7 @@ exports.default = {
6312
6684
  },
6313
6685
  "OfferClaimQueryDto": {
6314
6686
  "status": [
6315
- 279
6687
+ 307
6316
6688
  ],
6317
6689
  "__typename": [
6318
6690
  1
@@ -6355,8 +6727,129 @@ exports.default = {
6355
6727
  1
6356
6728
  ]
6357
6729
  },
6730
+ "ScoreHistoryQueryDto": {
6731
+ "athleteId": [
6732
+ 1
6733
+ ],
6734
+ "timeRange": [
6735
+ 297
6736
+ ],
6737
+ "__typename": [
6738
+ 1
6739
+ ]
6740
+ },
6741
+ "TimeRange": {},
6742
+ "RankHistoryQueryDto": {
6743
+ "athleteId": [
6744
+ 1
6745
+ ],
6746
+ "timeRange": [
6747
+ 297
6748
+ ],
6749
+ "sportId": [
6750
+ 1
6751
+ ],
6752
+ "countryCode": [
6753
+ 1
6754
+ ],
6755
+ "__typename": [
6756
+ 1
6757
+ ]
6758
+ },
6759
+ "RankContextQueryDto": {
6760
+ "athleteId": [
6761
+ 1
6762
+ ],
6763
+ "sportId": [
6764
+ 1
6765
+ ],
6766
+ "countryCode": [
6767
+ 1
6768
+ ],
6769
+ "__typename": [
6770
+ 1
6771
+ ]
6772
+ },
6773
+ "ActivitiesQueryDto": {
6774
+ "athleteId": [
6775
+ 1
6776
+ ],
6777
+ "category": [
6778
+ 301
6779
+ ],
6780
+ "timeRange": [
6781
+ 297
6782
+ ],
6783
+ "page": [
6784
+ 51
6785
+ ],
6786
+ "limit": [
6787
+ 51
6788
+ ],
6789
+ "__typename": [
6790
+ 1
6791
+ ]
6792
+ },
6793
+ "ActivityCategory": {},
6794
+ "ActivityDetailQueryDto": {
6795
+ "athleteId": [
6796
+ 1
6797
+ ],
6798
+ "activityId": [
6799
+ 1
6800
+ ],
6801
+ "category": [
6802
+ 1
6803
+ ],
6804
+ "__typename": [
6805
+ 1
6806
+ ]
6807
+ },
6808
+ "ComponentSummaryQueryDto": {
6809
+ "athleteId": [
6810
+ 1
6811
+ ],
6812
+ "component": [
6813
+ 1
6814
+ ],
6815
+ "__typename": [
6816
+ 1
6817
+ ]
6818
+ },
6819
+ "DateRangeInput": {
6820
+ "start": [
6821
+ 14
6822
+ ],
6823
+ "end": [
6824
+ 14
6825
+ ],
6826
+ "__typename": [
6827
+ 1
6828
+ ]
6829
+ },
6830
+ "PostComparisonInput": {
6831
+ "comparisonWindowDays": [
6832
+ 51
6833
+ ],
6834
+ "sortBy": [
6835
+ 308
6836
+ ],
6837
+ "contentType": [
6838
+ 203
6839
+ ],
6840
+ "limit": [
6841
+ 51
6842
+ ],
6843
+ "offset": [
6844
+ 51
6845
+ ],
6846
+ "__typename": [
6847
+ 1
6848
+ ]
6849
+ },
6358
6850
  "DonationMode": {},
6359
6851
  "OfferClaimStatus": {},
6852
+ "PostSortOption": {},
6360
6853
  "Query": {
6361
6854
  "findTenantById": [
6362
6855
  5,
@@ -6427,7 +6920,7 @@ exports.default = {
6427
6920
  32,
6428
6921
  {
6429
6922
  "input": [
6430
- 281,
6923
+ 310,
6431
6924
  "AWSS3GetUploadDto!"
6432
6925
  ]
6433
6926
  }
@@ -6451,7 +6944,7 @@ exports.default = {
6451
6944
  148,
6452
6945
  {
6453
6946
  "query": [
6454
- 203
6947
+ 221
6455
6948
  ]
6456
6949
  }
6457
6950
  ],
@@ -6497,7 +6990,7 @@ exports.default = {
6497
6990
  149,
6498
6991
  {
6499
6992
  "query": [
6500
- 207
6993
+ 225
6501
6994
  ]
6502
6995
  }
6503
6996
  ],
@@ -6505,7 +6998,7 @@ exports.default = {
6505
6998
  105,
6506
6999
  {
6507
7000
  "input": [
6508
- 282,
7001
+ 311,
6509
7002
  "FindSponsorAthleteInvitationDto!"
6510
7003
  ]
6511
7004
  }
@@ -6514,7 +7007,7 @@ exports.default = {
6514
7007
  163,
6515
7008
  {
6516
7009
  "input": [
6517
- 222,
7010
+ 240,
6518
7011
  "existValueDto!"
6519
7012
  ]
6520
7013
  }
@@ -6526,7 +7019,7 @@ exports.default = {
6526
7019
  158,
6527
7020
  {
6528
7021
  "input": [
6529
- 218,
7022
+ 236,
6530
7023
  "AthleteQueryDto!"
6531
7024
  ]
6532
7025
  }
@@ -6574,7 +7067,7 @@ exports.default = {
6574
7067
  82,
6575
7068
  {
6576
7069
  "input": [
6577
- 283,
7070
+ 312,
6578
7071
  "GetAthleteCompetitionsDto!"
6579
7072
  ]
6580
7073
  }
@@ -6622,7 +7115,7 @@ exports.default = {
6622
7115
  158,
6623
7116
  {
6624
7117
  "input": [
6625
- 218,
7118
+ 236,
6626
7119
  "AthleteQueryDto!"
6627
7120
  ]
6628
7121
  }
@@ -6640,7 +7133,7 @@ exports.default = {
6640
7133
  161,
6641
7134
  {
6642
7135
  "input": [
6643
- 222,
7136
+ 240,
6644
7137
  "existValueDto!"
6645
7138
  ]
6646
7139
  }
@@ -6649,7 +7142,7 @@ exports.default = {
6649
7142
  168,
6650
7143
  {
6651
7144
  "input": [
6652
- 227,
7145
+ 245,
6653
7146
  "CheckScoreRefreshCapabilityDto!"
6654
7147
  ]
6655
7148
  }
@@ -6658,7 +7151,7 @@ exports.default = {
6658
7151
  164,
6659
7152
  {
6660
7153
  "input": [
6661
- 224,
7154
+ 242,
6662
7155
  "GetHistoricalScoresDto!"
6663
7156
  ]
6664
7157
  }
@@ -6667,7 +7160,7 @@ exports.default = {
6667
7160
  99,
6668
7161
  {
6669
7162
  "input": [
6670
- 224,
7163
+ 242,
6671
7164
  "GetHistoricalScoresDto!"
6672
7165
  ]
6673
7166
  }
@@ -6676,7 +7169,7 @@ exports.default = {
6676
7169
  164,
6677
7170
  {
6678
7171
  "input": [
6679
- 223,
7172
+ 241,
6680
7173
  "GetMyHistoricalScoresDto!"
6681
7174
  ]
6682
7175
  }
@@ -6685,7 +7178,7 @@ exports.default = {
6685
7178
  99,
6686
7179
  {
6687
7180
  "input": [
6688
- 223,
7181
+ 241,
6689
7182
  "GetMyHistoricalScoresDto!"
6690
7183
  ]
6691
7184
  }
@@ -6694,7 +7187,7 @@ exports.default = {
6694
7187
  90,
6695
7188
  {
6696
7189
  "input": [
6697
- 225,
7190
+ 243,
6698
7191
  "GetAthleteCampaignsDto!"
6699
7192
  ]
6700
7193
  }
@@ -6706,7 +7199,7 @@ exports.default = {
6706
7199
  169,
6707
7200
  {
6708
7201
  "query": [
6709
- 228
7202
+ 246
6710
7203
  ]
6711
7204
  }
6712
7205
  ],
@@ -6774,7 +7267,7 @@ exports.default = {
6774
7267
  0,
6775
7268
  {
6776
7269
  "input": [
6777
- 284,
7270
+ 313,
6778
7271
  "FindVtxUserDto!"
6779
7272
  ]
6780
7273
  }
@@ -6814,7 +7307,7 @@ exports.default = {
6814
7307
  36,
6815
7308
  {
6816
7309
  "input": [
6817
- 198,
7310
+ 216,
6818
7311
  "VerifyCodeDto!"
6819
7312
  ]
6820
7313
  }
@@ -6835,7 +7328,7 @@ exports.default = {
6835
7328
  173,
6836
7329
  {
6837
7330
  "query": [
6838
- 242
7331
+ 260
6839
7332
  ]
6840
7333
  }
6841
7334
  ],
@@ -6846,7 +7339,7 @@ exports.default = {
6846
7339
  76,
6847
7340
  {
6848
7341
  "input": [
6849
- 285,
7342
+ 314,
6850
7343
  "GetSportEventsDto!"
6851
7344
  ]
6852
7345
  }
@@ -6855,7 +7348,7 @@ exports.default = {
6855
7348
  175,
6856
7349
  {
6857
7350
  "query": [
6858
- 249
7351
+ 267
6859
7352
  ]
6860
7353
  }
6861
7354
  ],
@@ -6899,7 +7392,7 @@ exports.default = {
6899
7392
  165,
6900
7393
  {
6901
7394
  "input": [
6902
- 245,
7395
+ 263,
6903
7396
  "StripeQueryDto!"
6904
7397
  ]
6905
7398
  }
@@ -6911,7 +7404,7 @@ exports.default = {
6911
7404
  35,
6912
7405
  {
6913
7406
  "input": [
6914
- 196,
7407
+ 214,
6915
7408
  "GetDatabaseFileDto!"
6916
7409
  ]
6917
7410
  }
@@ -6920,7 +7413,7 @@ exports.default = {
6920
7413
  32,
6921
7414
  {
6922
7415
  "input": [
6923
- 281,
7416
+ 310,
6924
7417
  "AWSS3GetUploadDto!"
6925
7418
  ]
6926
7419
  }
@@ -6929,7 +7422,7 @@ exports.default = {
6929
7422
  117,
6930
7423
  {
6931
7424
  "input": [
6932
- 244,
7425
+ 262,
6933
7426
  "GetReceiptDto!"
6934
7427
  ]
6935
7428
  }
@@ -6938,7 +7431,7 @@ exports.default = {
6938
7431
  118,
6939
7432
  {
6940
7433
  "input": [
6941
- 244,
7434
+ 262,
6942
7435
  "GetReceiptDto!"
6943
7436
  ]
6944
7437
  }
@@ -6947,7 +7440,7 @@ exports.default = {
6947
7440
  174,
6948
7441
  {
6949
7442
  "input": [
6950
- 246,
7443
+ 264,
6951
7444
  "GetTransactionDetailsDto!"
6952
7445
  ]
6953
7446
  }
@@ -6980,7 +7473,7 @@ exports.default = {
6980
7473
  181,
6981
7474
  {
6982
7475
  "query": [
6983
- 269
7476
+ 287
6984
7477
  ]
6985
7478
  }
6986
7479
  ],
@@ -6991,7 +7484,7 @@ exports.default = {
6991
7484
  182,
6992
7485
  {
6993
7486
  "query": [
6994
- 274
7487
+ 292
6995
7488
  ]
6996
7489
  }
6997
7490
  ],
@@ -7020,7 +7513,7 @@ exports.default = {
7020
7513
  "String!"
7021
7514
  ],
7022
7515
  "query": [
7023
- 275
7516
+ 293
7024
7517
  ]
7025
7518
  }
7026
7519
  ],
@@ -7041,7 +7534,7 @@ exports.default = {
7041
7534
  147,
7042
7535
  {
7043
7536
  "query": [
7044
- 274
7537
+ 292
7045
7538
  ]
7046
7539
  }
7047
7540
  ],
@@ -7049,7 +7542,7 @@ exports.default = {
7049
7542
  188,
7050
7543
  {
7051
7544
  "input": [
7052
- 276
7545
+ 294
7053
7546
  ]
7054
7547
  }
7055
7548
  ],
@@ -7057,11 +7550,110 @@ exports.default = {
7057
7550
  189,
7058
7551
  {
7059
7552
  "input": [
7060
- 277,
7553
+ 295,
7061
7554
  "UserRankQueryDto!"
7062
7555
  ]
7063
7556
  }
7064
7557
  ],
7558
+ "athleteDashboard": [
7559
+ 190,
7560
+ {
7561
+ "athleteId": [
7562
+ 1,
7563
+ "String!"
7564
+ ]
7565
+ }
7566
+ ],
7567
+ "athleteScoreHistory": [
7568
+ 191,
7569
+ {
7570
+ "input": [
7571
+ 296,
7572
+ "ScoreHistoryQueryDto!"
7573
+ ]
7574
+ }
7575
+ ],
7576
+ "athleteRankHistory": [
7577
+ 192,
7578
+ {
7579
+ "input": [
7580
+ 298,
7581
+ "RankHistoryQueryDto!"
7582
+ ]
7583
+ }
7584
+ ],
7585
+ "athleteRankContext": [
7586
+ 193,
7587
+ {
7588
+ "input": [
7589
+ 299,
7590
+ "RankContextQueryDto!"
7591
+ ]
7592
+ }
7593
+ ],
7594
+ "athleteActivities": [
7595
+ 195,
7596
+ {
7597
+ "input": [
7598
+ 300,
7599
+ "ActivitiesQueryDto!"
7600
+ ]
7601
+ }
7602
+ ],
7603
+ "athleteActivityDetail": [
7604
+ 198,
7605
+ {
7606
+ "input": [
7607
+ 302,
7608
+ "ActivityDetailQueryDto!"
7609
+ ]
7610
+ }
7611
+ ],
7612
+ "athleteComponentSummary": [
7613
+ 200,
7614
+ {
7615
+ "input": [
7616
+ 303,
7617
+ "ComponentSummaryQueryDto!"
7618
+ ]
7619
+ }
7620
+ ],
7621
+ "socialAggregates": [
7622
+ 201,
7623
+ {
7624
+ "athleteId": [
7625
+ 103,
7626
+ "ID!"
7627
+ ],
7628
+ "platform": [
7629
+ 202,
7630
+ "Platform!"
7631
+ ],
7632
+ "range": [
7633
+ 304,
7634
+ "DateRangeInput!"
7635
+ ],
7636
+ "periodType": [
7637
+ 204
7638
+ ]
7639
+ }
7640
+ ],
7641
+ "postsWithComparison": [
7642
+ 207,
7643
+ {
7644
+ "athleteId": [
7645
+ 103,
7646
+ "ID!"
7647
+ ],
7648
+ "platform": [
7649
+ 202,
7650
+ "Platform!"
7651
+ ],
7652
+ "options": [
7653
+ 305
7654
+ ]
7655
+ }
7656
+ ],
7065
7657
  "__typename": [
7066
7658
  1
7067
7659
  ]
@@ -7123,7 +7715,7 @@ exports.default = {
7123
7715
  5,
7124
7716
  {
7125
7717
  "tenant": [
7126
- 287,
7718
+ 316,
7127
7719
  "CreateTenantInput!"
7128
7720
  ]
7129
7721
  }
@@ -7132,7 +7724,7 @@ exports.default = {
7132
7724
  11,
7133
7725
  {
7134
7726
  "tenant": [
7135
- 287,
7727
+ 316,
7136
7728
  "CreateTenantInput!"
7137
7729
  ]
7138
7730
  }
@@ -7141,7 +7733,7 @@ exports.default = {
7141
7733
  3,
7142
7734
  {
7143
7735
  "user": [
7144
- 288,
7736
+ 317,
7145
7737
  "CreateActiveUserInput!"
7146
7738
  ]
7147
7739
  }
@@ -7176,7 +7768,7 @@ exports.default = {
7176
7768
  0,
7177
7769
  {
7178
7770
  "input": [
7179
- 289,
7771
+ 318,
7180
7772
  "RegisterUserToDomainFromEmailInput!"
7181
7773
  ]
7182
7774
  }
@@ -7185,7 +7777,7 @@ exports.default = {
7185
7777
  8,
7186
7778
  {
7187
7779
  "dto": [
7188
- 290,
7780
+ 319,
7189
7781
  "RefreshTokenInput!"
7190
7782
  ]
7191
7783
  }
@@ -7194,7 +7786,7 @@ exports.default = {
7194
7786
  33,
7195
7787
  {
7196
7788
  "input": [
7197
- 291,
7789
+ 320,
7198
7790
  "AWSS3DeleteUseTypeFileDto!"
7199
7791
  ]
7200
7792
  }
@@ -7203,7 +7795,7 @@ exports.default = {
7203
7795
  33,
7204
7796
  {
7205
7797
  "input": [
7206
- 292,
7798
+ 321,
7207
7799
  "AWSS3DeleteBucketFileDto!"
7208
7800
  ]
7209
7801
  }
@@ -7212,7 +7804,7 @@ exports.default = {
7212
7804
  33,
7213
7805
  {
7214
7806
  "input": [
7215
- 293,
7807
+ 322,
7216
7808
  "AWSS3DeleteUseTypeKeyDto!"
7217
7809
  ]
7218
7810
  }
@@ -7221,7 +7813,7 @@ exports.default = {
7221
7813
  27,
7222
7814
  {
7223
7815
  "input": [
7224
- 201,
7816
+ 219,
7225
7817
  "AWSS3UploadedFileDto!"
7226
7818
  ]
7227
7819
  }
@@ -7230,7 +7822,7 @@ exports.default = {
7230
7822
  37,
7231
7823
  {
7232
7824
  "input": [
7233
- 294,
7825
+ 323,
7234
7826
  "CreateIndustryDto!"
7235
7827
  ]
7236
7828
  }
@@ -7239,7 +7831,7 @@ exports.default = {
7239
7831
  63,
7240
7832
  {
7241
7833
  "input": [
7242
- 200,
7834
+ 218,
7243
7835
  "CreateBrandDto!"
7244
7836
  ]
7245
7837
  }
@@ -7252,7 +7844,7 @@ exports.default = {
7252
7844
  "String!"
7253
7845
  ],
7254
7846
  "input": [
7255
- 200,
7847
+ 218,
7256
7848
  "CreateBrandDto!"
7257
7849
  ]
7258
7850
  }
@@ -7296,7 +7888,7 @@ exports.default = {
7296
7888
  59,
7297
7889
  {
7298
7890
  "input": [
7299
- 295,
7891
+ 324,
7300
7892
  "RegisterSponsorInput!"
7301
7893
  ]
7302
7894
  }
@@ -7305,7 +7897,7 @@ exports.default = {
7305
7897
  59,
7306
7898
  {
7307
7899
  "input": [
7308
- 204,
7900
+ 222,
7309
7901
  "CreateSponsorDto!"
7310
7902
  ]
7311
7903
  }
@@ -7314,7 +7906,7 @@ exports.default = {
7314
7906
  105,
7315
7907
  {
7316
7908
  "input": [
7317
- 206,
7909
+ 224,
7318
7910
  "InviteAthletesDto!"
7319
7911
  ]
7320
7912
  }
@@ -7327,7 +7919,7 @@ exports.default = {
7327
7919
  "String!"
7328
7920
  ],
7329
7921
  "input": [
7330
- 296,
7922
+ 325,
7331
7923
  "UpdateSponsorDto!"
7332
7924
  ]
7333
7925
  }
@@ -7345,7 +7937,7 @@ exports.default = {
7345
7937
  151,
7346
7938
  {
7347
7939
  "input": [
7348
- 215,
7940
+ 233,
7349
7941
  "DeleteSingleValueDto!"
7350
7942
  ]
7351
7943
  }
@@ -7354,7 +7946,7 @@ exports.default = {
7354
7946
  101,
7355
7947
  {
7356
7948
  "input": [
7357
- 297,
7949
+ 326,
7358
7950
  "RegisterAthleteDto!"
7359
7951
  ]
7360
7952
  }
@@ -7363,7 +7955,7 @@ exports.default = {
7363
7955
  150,
7364
7956
  {
7365
7957
  "input": [
7366
- 298,
7958
+ 327,
7367
7959
  "EditValueDto!"
7368
7960
  ]
7369
7961
  }
@@ -7372,7 +7964,7 @@ exports.default = {
7372
7964
  159,
7373
7965
  {
7374
7966
  "input": [
7375
- 219,
7967
+ 237,
7376
7968
  "EditPictureDto!"
7377
7969
  ]
7378
7970
  }
@@ -7381,7 +7973,7 @@ exports.default = {
7381
7973
  160,
7382
7974
  {
7383
7975
  "input": [
7384
- 220,
7976
+ 238,
7385
7977
  "UploadAlbumsPicturesDto!"
7386
7978
  ]
7387
7979
  }
@@ -7390,7 +7982,7 @@ exports.default = {
7390
7982
  82,
7391
7983
  {
7392
7984
  "input": [
7393
- 210,
7985
+ 228,
7394
7986
  "CreateAthleteCompetitionDto!"
7395
7987
  ]
7396
7988
  }
@@ -7399,7 +7991,7 @@ exports.default = {
7399
7991
  151,
7400
7992
  {
7401
7993
  "input": [
7402
- 215,
7994
+ 233,
7403
7995
  "DeleteSingleValueDto!"
7404
7996
  ]
7405
7997
  }
@@ -7408,7 +8000,7 @@ exports.default = {
7408
8000
  81,
7409
8001
  {
7410
8002
  "input": [
7411
- 220,
8003
+ 238,
7412
8004
  "UploadAlbumsPicturesDto!"
7413
8005
  ]
7414
8006
  }
@@ -7417,7 +8009,7 @@ exports.default = {
7417
8009
  81,
7418
8010
  {
7419
8011
  "input": [
7420
- 299,
8012
+ 328,
7421
8013
  "EditDisplayIndexDto!"
7422
8014
  ]
7423
8015
  }
@@ -7426,7 +8018,7 @@ exports.default = {
7426
8018
  81,
7427
8019
  {
7428
8020
  "input": [
7429
- 220,
8021
+ 238,
7430
8022
  "UploadAlbumsPicturesDto!"
7431
8023
  ]
7432
8024
  }
@@ -7435,7 +8027,7 @@ exports.default = {
7435
8027
  151,
7436
8028
  {
7437
8029
  "input": [
7438
- 215,
8030
+ 233,
7439
8031
  "DeleteSingleValueDto!"
7440
8032
  ]
7441
8033
  }
@@ -7444,7 +8036,7 @@ exports.default = {
7444
8036
  120,
7445
8037
  {
7446
8038
  "input": [
7447
- 221,
8039
+ 239,
7448
8040
  "DeleteValuesDto!"
7449
8041
  ]
7450
8042
  }
@@ -7453,7 +8045,7 @@ exports.default = {
7453
8045
  77,
7454
8046
  {
7455
8047
  "input": [
7456
- 209,
8048
+ 227,
7457
8049
  "SetCompetitionResultDto!"
7458
8050
  ]
7459
8051
  }
@@ -7468,7 +8060,7 @@ exports.default = {
7468
8060
  155,
7469
8061
  {
7470
8062
  "input": [
7471
- 226,
8063
+ 244,
7472
8064
  "ForceScoreRefreshDto!"
7473
8065
  ]
7474
8066
  }
@@ -7477,7 +8069,7 @@ exports.default = {
7477
8069
  90,
7478
8070
  {
7479
8071
  "input": [
7480
- 301,
8072
+ 330,
7481
8073
  "SetCurrentCampaignDto!"
7482
8074
  ]
7483
8075
  }
@@ -7486,7 +8078,7 @@ exports.default = {
7486
8078
  68,
7487
8079
  {
7488
8080
  "input": [
7489
- 302,
8081
+ 331,
7490
8082
  "CreateSportDto!"
7491
8083
  ]
7492
8084
  }
@@ -7495,7 +8087,7 @@ exports.default = {
7495
8087
  68,
7496
8088
  {
7497
8089
  "input": [
7498
- 303,
8090
+ 332,
7499
8091
  "UpdateSportDto!"
7500
8092
  ]
7501
8093
  }
@@ -7504,7 +8096,7 @@ exports.default = {
7504
8096
  71,
7505
8097
  {
7506
8098
  "input": [
7507
- 304,
8099
+ 333,
7508
8100
  "CreateSportLevelDto!"
7509
8101
  ]
7510
8102
  }
@@ -7513,7 +8105,7 @@ exports.default = {
7513
8105
  58,
7514
8106
  {
7515
8107
  "input": [
7516
- 306,
8108
+ 335,
7517
8109
  "CreateSponsorshipDto!"
7518
8110
  ]
7519
8111
  }
@@ -7522,7 +8114,7 @@ exports.default = {
7522
8114
  41,
7523
8115
  {
7524
8116
  "input": [
7525
- 311,
8117
+ 340,
7526
8118
  "CreateCountryDto!"
7527
8119
  ]
7528
8120
  }
@@ -7531,7 +8123,7 @@ exports.default = {
7531
8123
  40,
7532
8124
  {
7533
8125
  "input": [
7534
- 312,
8126
+ 341,
7535
8127
  "CreateStateDto!"
7536
8128
  ]
7537
8129
  }
@@ -7540,7 +8132,7 @@ exports.default = {
7540
8132
  39,
7541
8133
  {
7542
8134
  "input": [
7543
- 313,
8135
+ 342,
7544
8136
  "CreateCityDto!"
7545
8137
  ]
7546
8138
  }
@@ -7549,7 +8141,7 @@ exports.default = {
7549
8141
  29,
7550
8142
  {
7551
8143
  "input": [
7552
- 238,
8144
+ 256,
7553
8145
  "RegisterUserDto!"
7554
8146
  ]
7555
8147
  }
@@ -7558,7 +8150,7 @@ exports.default = {
7558
8150
  3,
7559
8151
  {
7560
8152
  "input": [
7561
- 198,
8153
+ 216,
7562
8154
  "VerifyCodeDto!"
7563
8155
  ]
7564
8156
  }
@@ -7567,7 +8159,7 @@ exports.default = {
7567
8159
  0,
7568
8160
  {
7569
8161
  "input": [
7570
- 198,
8162
+ 216,
7571
8163
  "VerifyCodeDto!"
7572
8164
  ]
7573
8165
  }
@@ -7576,7 +8168,7 @@ exports.default = {
7576
8168
  0,
7577
8169
  {
7578
8170
  "input": [
7579
- 238,
8171
+ 256,
7580
8172
  "RegisterUserDto!"
7581
8173
  ]
7582
8174
  }
@@ -7585,7 +8177,7 @@ exports.default = {
7585
8177
  0,
7586
8178
  {
7587
8179
  "input": [
7588
- 238,
8180
+ 256,
7589
8181
  "RegisterUserDto!"
7590
8182
  ]
7591
8183
  }
@@ -7594,7 +8186,7 @@ exports.default = {
7594
8186
  0,
7595
8187
  {
7596
8188
  "input": [
7597
- 238,
8189
+ 256,
7598
8190
  "RegisterUserDto!"
7599
8191
  ]
7600
8192
  }
@@ -7625,7 +8217,7 @@ exports.default = {
7625
8217
  150,
7626
8218
  {
7627
8219
  "input": [
7628
- 240,
8220
+ 258,
7629
8221
  "resetPasswordDto!"
7630
8222
  ]
7631
8223
  }
@@ -7643,7 +8235,7 @@ exports.default = {
7643
8235
  150,
7644
8236
  {
7645
8237
  "input": [
7646
- 241,
8238
+ 259,
7647
8239
  "UpdateUserSuspendedStatusDto!"
7648
8240
  ]
7649
8241
  }
@@ -7655,7 +8247,7 @@ exports.default = {
7655
8247
  172,
7656
8248
  {
7657
8249
  "input": [
7658
- 243,
8250
+ 261,
7659
8251
  "DeleteVtxUserDto!"
7660
8252
  ]
7661
8253
  }
@@ -7664,7 +8256,7 @@ exports.default = {
7664
8256
  76,
7665
8257
  {
7666
8258
  "input": [
7667
- 314,
8259
+ 343,
7668
8260
  "CreateSportEventDto!"
7669
8261
  ]
7670
8262
  }
@@ -7673,7 +8265,7 @@ exports.default = {
7673
8265
  76,
7674
8266
  {
7675
8267
  "input": [
7676
- 247,
8268
+ 265,
7677
8269
  "UpdateSportEventDto!"
7678
8270
  ]
7679
8271
  }
@@ -7691,7 +8283,7 @@ exports.default = {
7691
8283
  130,
7692
8284
  {
7693
8285
  "input": [
7694
- 248,
8286
+ 266,
7695
8287
  "MergeSportsEventsDto!"
7696
8288
  ]
7697
8289
  }
@@ -7700,7 +8292,7 @@ exports.default = {
7700
8292
  90,
7701
8293
  {
7702
8294
  "input": [
7703
- 258,
8295
+ 276,
7704
8296
  "SetFundingStatusDto!"
7705
8297
  ]
7706
8298
  }
@@ -7709,7 +8301,7 @@ exports.default = {
7709
8301
  90,
7710
8302
  {
7711
8303
  "input": [
7712
- 255,
8304
+ 273,
7713
8305
  "CreateFundingCampaignDto!"
7714
8306
  ]
7715
8307
  }
@@ -7718,7 +8310,7 @@ exports.default = {
7718
8310
  90,
7719
8311
  {
7720
8312
  "input": [
7721
- 257,
8313
+ 275,
7722
8314
  "UpdateFundingCampaignDto!"
7723
8315
  ]
7724
8316
  }
@@ -7727,7 +8319,7 @@ exports.default = {
7727
8319
  151,
7728
8320
  {
7729
8321
  "input": [
7730
- 215,
8322
+ 233,
7731
8323
  "DeleteSingleValueDto!"
7732
8324
  ]
7733
8325
  }
@@ -7736,7 +8328,7 @@ exports.default = {
7736
8328
  120,
7737
8329
  {
7738
8330
  "input": [
7739
- 221,
8331
+ 239,
7740
8332
  "DeleteValuesDto!"
7741
8333
  ]
7742
8334
  }
@@ -7754,7 +8346,7 @@ exports.default = {
7754
8346
  2,
7755
8347
  {
7756
8348
  "input": [
7757
- 260,
8349
+ 278,
7758
8350
  "AddCompetitionBudgetDto!"
7759
8351
  ]
7760
8352
  }
@@ -7763,7 +8355,7 @@ exports.default = {
7763
8355
  2,
7764
8356
  {
7765
8357
  "input": [
7766
- 261,
8358
+ 279,
7767
8359
  "EditCompetitionBudgetDto!"
7768
8360
  ]
7769
8361
  }
@@ -7772,7 +8364,7 @@ exports.default = {
7772
8364
  2,
7773
8365
  {
7774
8366
  "input": [
7775
- 262,
8367
+ 280,
7776
8368
  "EditCampaignBudgetDto!"
7777
8369
  ]
7778
8370
  }
@@ -7781,7 +8373,7 @@ exports.default = {
7781
8373
  2,
7782
8374
  {
7783
8375
  "input": [
7784
- 262,
8376
+ 280,
7785
8377
  "EditCampaignBudgetDto!"
7786
8378
  ]
7787
8379
  }
@@ -7790,7 +8382,7 @@ exports.default = {
7790
8382
  83,
7791
8383
  {
7792
8384
  "input": [
7793
- 263,
8385
+ 281,
7794
8386
  "CreateMembershipOrganizationDto!"
7795
8387
  ]
7796
8388
  }
@@ -7799,7 +8391,7 @@ exports.default = {
7799
8391
  85,
7800
8392
  {
7801
8393
  "input": [
7802
- 264,
8394
+ 282,
7803
8395
  "CreateAthleteMembershipDto!"
7804
8396
  ]
7805
8397
  }
@@ -7808,7 +8400,7 @@ exports.default = {
7808
8400
  151,
7809
8401
  {
7810
8402
  "input": [
7811
- 215,
8403
+ 233,
7812
8404
  "DeleteSingleValueDto!"
7813
8405
  ]
7814
8406
  }
@@ -7822,11 +8414,14 @@ exports.default = {
7822
8414
  ]
7823
8415
  }
7824
8416
  ],
8417
+ "unlinkInstagram": [
8418
+ 2
8419
+ ],
7825
8420
  "createStripeAccount": [
7826
8421
  98,
7827
8422
  {
7828
8423
  "input": [
7829
- 315,
8424
+ 344,
7830
8425
  "CreateStripeAccountDto!"
7831
8426
  ]
7832
8427
  }
@@ -7838,7 +8433,7 @@ exports.default = {
7838
8433
  107,
7839
8434
  {
7840
8435
  "input": [
7841
- 199,
8436
+ 217,
7842
8437
  "DonationCheckoutDto!"
7843
8438
  ]
7844
8439
  }
@@ -7853,7 +8448,7 @@ exports.default = {
7853
8448
  134,
7854
8449
  {
7855
8450
  "input": [
7856
- 268,
8451
+ 286,
7857
8452
  "RegisterMemberDto!"
7858
8453
  ]
7859
8454
  }
@@ -7862,7 +8457,7 @@ exports.default = {
7862
8457
  138,
7863
8458
  {
7864
8459
  "input": [
7865
- 271,
8460
+ 289,
7866
8461
  "CreateOfferDto!"
7867
8462
  ]
7868
8463
  }
@@ -7875,7 +8470,7 @@ exports.default = {
7875
8470
  "String!"
7876
8471
  ],
7877
8472
  "input": [
7878
- 271,
8473
+ 289,
7879
8474
  "CreateOfferDto!"
7880
8475
  ]
7881
8476
  }
@@ -8171,10 +8766,10 @@ exports.default = {
8171
8766
  1
8172
8767
  ],
8173
8768
  "profilePicture": [
8174
- 201
8769
+ 219
8175
8770
  ],
8176
8771
  "cardPicture": [
8177
- 201
8772
+ 219
8178
8773
  ],
8179
8774
  "__typename": [
8180
8775
  1
@@ -8193,7 +8788,7 @@ exports.default = {
8193
8788
  },
8194
8789
  "EditDisplayIndexDto": {
8195
8790
  "updates": [
8196
- 300
8791
+ 329
8197
8792
  ],
8198
8793
  "__typename": [
8199
8794
  1
@@ -8257,7 +8852,7 @@ exports.default = {
8257
8852
  18
8258
8853
  ],
8259
8854
  "translations": [
8260
- 305
8855
+ 334
8261
8856
  ],
8262
8857
  "__typename": [
8263
8858
  1
@@ -8291,10 +8886,10 @@ exports.default = {
8291
8886
  18
8292
8887
  ],
8293
8888
  "banner": [
8294
- 201
8889
+ 219
8295
8890
  ],
8296
8891
  "criteria": [
8297
- 272
8892
+ 290
8298
8893
  ],
8299
8894
  "deadline": [
8300
8895
  14
@@ -8303,13 +8898,13 @@ exports.default = {
8303
8898
  14
8304
8899
  ],
8305
8900
  "duration": [
8306
- 307
8901
+ 336
8307
8902
  ],
8308
8903
  "sponsorshipItems": [
8309
- 308
8904
+ 337
8310
8905
  ],
8311
8906
  "commitments": [
8312
- 309
8907
+ 338
8313
8908
  ],
8314
8909
  "terms": [
8315
8910
  1
@@ -8321,7 +8916,7 @@ exports.default = {
8321
8916
  2
8322
8917
  ],
8323
8918
  "translations": [
8324
- 310
8919
+ 339
8325
8920
  ],
8326
8921
  "__typename": [
8327
8922
  1
@@ -8398,7 +8993,7 @@ exports.default = {
8398
8993
  1
8399
8994
  ],
8400
8995
  "banner": [
8401
- 201
8996
+ 219
8402
8997
  ],
8403
8998
  "terms": [
8404
8999
  1
@@ -8505,7 +9100,7 @@ exports.default = {
8505
9100
  1
8506
9101
  ],
8507
9102
  "banner": [
8508
- 201
9103
+ 219
8509
9104
  ],
8510
9105
  "eventLevel": [
8511
9106
  1