@vertikalx/vtx-backend-client 3.0.0-dev-max2.0 → 3.0.0-dev-max3.1

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.
@@ -13,16 +13,16 @@ exports.default = {
13
13
  142,
14
14
  153,
15
15
  168,
16
- 187,
17
- 210,
16
+ 176,
17
+ 190,
18
18
  213,
19
- 214,
20
- 215,
21
- 220,
22
- 334,
23
- 358,
24
- 359,
25
- 360
19
+ 216,
20
+ 217,
21
+ 218,
22
+ 342,
23
+ 374,
24
+ 375,
25
+ 376
26
26
  ],
27
27
  "types": {
28
28
  "User": {
@@ -1744,6 +1744,24 @@ exports.default = {
1744
1744
  "banner": [
1745
1745
  27
1746
1746
  ],
1747
+ "clubId": [
1748
+ 1
1749
+ ],
1750
+ "joinPolicy": [
1751
+ 1
1752
+ ],
1753
+ "maxRosterSize": [
1754
+ 51
1755
+ ],
1756
+ "visibility": [
1757
+ 1
1758
+ ],
1759
+ "stripeAccountId": [
1760
+ 1
1761
+ ],
1762
+ "vtxScore": [
1763
+ 18
1764
+ ],
1747
1765
  "__typename": [
1748
1766
  1
1749
1767
  ]
@@ -2193,15 +2211,6 @@ exports.default = {
2193
2211
  "coverImage": [
2194
2212
  27
2195
2213
  ],
2196
- "thankYouMessage": [
2197
- 1
2198
- ],
2199
- "thankYouMediaUrl": [
2200
- 1
2201
- ],
2202
- "autoSendThankYou": [
2203
- 2
2204
- ],
2205
2214
  "__typename": [
2206
2215
  1
2207
2216
  ]
@@ -2815,7 +2824,7 @@ exports.default = {
2815
2824
  90
2816
2825
  ],
2817
2826
  "mode": [
2818
- 358
2827
+ 374
2819
2828
  ],
2820
2829
  "athleteId": [
2821
2830
  1
@@ -4324,6 +4333,112 @@ exports.default = {
4324
4333
  1
4325
4334
  ]
4326
4335
  },
4336
+ "Club": {
4337
+ "_id": [
4338
+ 1
4339
+ ],
4340
+ "name": [
4341
+ 1
4342
+ ],
4343
+ "description": [
4344
+ 1
4345
+ ],
4346
+ "sports": [
4347
+ 68
4348
+ ],
4349
+ "logo": [
4350
+ 27
4351
+ ],
4352
+ "banner": [
4353
+ 27
4354
+ ],
4355
+ "location": [
4356
+ 1
4357
+ ],
4358
+ "website": [
4359
+ 1
4360
+ ],
4361
+ "membershipType": [
4362
+ 1
4363
+ ],
4364
+ "feeStructure": [
4365
+ 176
4366
+ ],
4367
+ "approved": [
4368
+ 2
4369
+ ],
4370
+ "visibility": [
4371
+ 1
4372
+ ],
4373
+ "teams": [
4374
+ 74
4375
+ ],
4376
+ "stripeAccountId": [
4377
+ 1
4378
+ ],
4379
+ "__typename": [
4380
+ 1
4381
+ ]
4382
+ },
4383
+ "JSON": {},
4384
+ "AthleteClub": {
4385
+ "_id": [
4386
+ 1
4387
+ ],
4388
+ "clubId": [
4389
+ 1
4390
+ ],
4391
+ "athleteId": [
4392
+ 1
4393
+ ],
4394
+ "role": [
4395
+ 1
4396
+ ],
4397
+ "status": [
4398
+ 1
4399
+ ],
4400
+ "joinedAt": [
4401
+ 14
4402
+ ],
4403
+ "leftAt": [
4404
+ 14
4405
+ ],
4406
+ "club": [
4407
+ 175
4408
+ ],
4409
+ "__typename": [
4410
+ 1
4411
+ ]
4412
+ },
4413
+ "AthleteTeam": {
4414
+ "_id": [
4415
+ 1
4416
+ ],
4417
+ "teamId": [
4418
+ 1
4419
+ ],
4420
+ "athleteId": [
4421
+ 1
4422
+ ],
4423
+ "sportId": [
4424
+ 1
4425
+ ],
4426
+ "role": [
4427
+ 1
4428
+ ],
4429
+ "status": [
4430
+ 1
4431
+ ],
4432
+ "joinedAt": [
4433
+ 14
4434
+ ],
4435
+ "leftAt": [
4436
+ 14
4437
+ ],
4438
+ "__typename": [
4439
+ 1
4440
+ ]
4441
+ },
4327
4442
  "UserImages": {
4328
4443
  "profilePictureUrl": [
4329
4444
  1
@@ -4484,35 +4599,6 @@ exports.default = {
4484
4599
  1
4485
4600
  ]
4486
4601
  },
4487
- "DonationThankYou": {
4488
- "_id": [
4489
- 1
4490
- ],
4491
- "message": [
4492
- 1
4493
- ],
4494
- "mediaUrl": [
4495
- 1
4496
- ],
4497
- "autoSent": [
4498
- 2
4499
- ],
4500
- "emailSent": [
4501
- 2
4502
- ],
4503
- "donorEmail": [
4504
- 1
4505
- ],
4506
- "donorName": [
4507
- 1
4508
- ],
4509
- "sentDate": [
4510
- 14
4511
- ],
4512
- "__typename": [
4513
- 1
4514
- ]
4515
- },
4516
4602
  "CurrencyAmountType": {
4517
4603
  "amount": [
4518
4604
  18
@@ -4535,10 +4621,10 @@ exports.default = {
4535
4621
  1
4536
4622
  ],
4537
4623
  "availableBalances": [
4538
- 184
4624
+ 187
4539
4625
  ],
4540
4626
  "pendingBalances": [
4541
- 184
4627
+ 187
4542
4628
  ],
4543
4629
  "__typename": [
4544
4630
  1
@@ -4576,7 +4662,7 @@ exports.default = {
4576
4662
  1
4577
4663
  ],
4578
4664
  "status": [
4579
- 187
4665
+ 190
4580
4666
  ],
4581
4667
  "lastError": [
4582
4668
  1
@@ -4745,13 +4831,13 @@ exports.default = {
4745
4831
  },
4746
4832
  "LeaderboardResponse": {
4747
4833
  "entries": [
4748
- 193
4834
+ 196
4749
4835
  ],
4750
4836
  "pagination": [
4751
- 194
4837
+ 197
4752
4838
  ],
4753
4839
  "filters": [
4754
- 195
4840
+ 198
4755
4841
  ],
4756
4842
  "__typename": [
4757
4843
  1
@@ -4885,7 +4971,7 @@ exports.default = {
4885
4971
  },
4886
4972
  "ActivitiesResponse": {
4887
4973
  "items": [
4888
- 202
4974
+ 205
4889
4975
  ],
4890
4976
  "total": [
4891
4977
  51
@@ -4948,10 +5034,10 @@ exports.default = {
4948
5034
  1
4949
5035
  ],
4950
5036
  "metrics": [
4951
- 204
5037
+ 207
4952
5038
  ],
4953
5039
  "scoreInfo": [
4954
- 205
5040
+ 208
4955
5041
  ],
4956
5042
  "prMetrics": [
4957
5043
  1
@@ -4997,7 +5083,7 @@ exports.default = {
4997
5083
  18
4998
5084
  ],
4999
5085
  "topMetrics": [
5000
- 207
5086
+ 210
5001
5087
  ],
5002
5088
  "newMaxActivityIds": [
5003
5089
  1
@@ -5014,7 +5100,7 @@ exports.default = {
5014
5100
  14
5015
5101
  ],
5016
5102
  "category": [
5017
- 210
5103
+ 213
5018
5104
  ],
5019
5105
  "count": [
5020
5106
  51
@@ -5029,7 +5115,7 @@ exports.default = {
5029
5115
  "ActivityCategory": {},
5030
5116
  "ActivityDatesResponse": {
5031
5117
  "dates": [
5032
- 209
5118
+ 212
5033
5119
  ],
5034
5120
  "__typename": [
5035
5121
  1
@@ -5043,13 +5129,13 @@ exports.default = {
5043
5129
  1
5044
5130
  ],
5045
5131
  "platform": [
5046
- 213
5132
+ 216
5047
5133
  ],
5048
5134
  "contentType": [
5049
- 214
5135
+ 217
5050
5136
  ],
5051
5137
  "periodType": [
5052
- 215
5138
+ 218
5053
5139
  ],
5054
5140
  "periodLabel": [
5055
5141
  1
@@ -5114,7 +5200,7 @@ exports.default = {
5114
5200
  1
5115
5201
  ],
5116
5202
  "contentType": [
5117
- 214
5203
+ 217
5118
5204
  ],
5119
5205
  "caption": [
5120
5206
  1
@@ -5163,10 +5249,10 @@ exports.default = {
5163
5249
  },
5164
5250
  "PostComparisonResultType": {
5165
5251
  "posts": [
5166
- 216
5252
+ 219
5167
5253
  ],
5168
5254
  "averages": [
5169
- 217
5255
+ 220
5170
5256
  ],
5171
5257
  "total": [
5172
5258
  51
@@ -5204,7 +5290,7 @@ exports.default = {
5204
5290
  1
5205
5291
  ],
5206
5292
  "actionParams": [
5207
- 220
5293
+ 176
5208
5294
  ],
5209
5295
  "actionLabel": [
5210
5296
  1
@@ -5222,10 +5308,9 @@ exports.default = {
5222
5308
  1
5223
5309
  ]
5224
5310
  },
5225
- "JSON": {},
5226
5311
  "NotificationListResponse": {
5227
5312
  "notifications": [
5228
- 219
5313
+ 222
5229
5314
  ],
5230
5315
  "total": [
5231
5316
  51
@@ -5325,7 +5410,7 @@ exports.default = {
5325
5410
  },
5326
5411
  "FollowedAthletesListResponse": {
5327
5412
  "athletes": [
5328
- 225
5413
+ 227
5329
5414
  ],
5330
5415
  "total": [
5331
5416
  51
@@ -5441,10 +5526,10 @@ exports.default = {
5441
5526
  14
5442
5527
  ],
5443
5528
  "deliveryStats": [
5444
- 228
5529
+ 230
5445
5530
  ],
5446
5531
  "segment": [
5447
- 229
5532
+ 231
5448
5533
  ],
5449
5534
  "__typename": [
5450
5535
  1
@@ -5452,7 +5537,7 @@ exports.default = {
5452
5537
  },
5453
5538
  "EmailCampaignPage": {
5454
5539
  "campaigns": [
5455
- 230
5540
+ 232
5456
5541
  ],
5457
5542
  "total": [
5458
5543
  51
@@ -5500,7 +5585,7 @@ exports.default = {
5500
5585
  51
5501
5586
  ],
5502
5587
  "users": [
5503
- 233
5588
+ 235
5504
5589
  ],
5505
5590
  "__typename": [
5506
5591
  1
@@ -5552,7 +5637,7 @@ exports.default = {
5552
5637
  1
5553
5638
  ],
5554
5639
  "contextSnapshot": [
5555
- 220
5640
+ 176
5556
5641
  ],
5557
5642
  "createdAt": [
5558
5643
  14
@@ -5561,7 +5646,7 @@ exports.default = {
5561
5646
  14
5562
5647
  ],
5563
5648
  "messages": [
5564
- 235
5649
+ 237
5565
5650
  ],
5566
5651
  "__typename": [
5567
5652
  1
@@ -5604,7 +5689,7 @@ exports.default = {
5604
5689
  1
5605
5690
  ],
5606
5691
  "data": [
5607
- 220
5692
+ 176
5608
5693
  ],
5609
5694
  "read": [
5610
5695
  2
@@ -5621,7 +5706,7 @@ exports.default = {
5621
5706
  },
5622
5707
  "AiCoachNudgeListResponse": {
5623
5708
  "nudges": [
5624
- 238
5709
+ 240
5625
5710
  ],
5626
5711
  "total": [
5627
5712
  51
@@ -5638,6 +5723,120 @@ exports.default = {
5638
5723
  1
5639
5724
  ]
5640
5725
  },
5726
+ "StripeAccountStatus": {
5727
+ "chargesEnabled": [
5728
+ 2
5729
+ ],
5730
+ "payoutsEnabled": [
5731
+ 2
5732
+ ],
5733
+ "detailsSubmitted": [
5734
+ 2
5735
+ ],
5736
+ "__typename": [
5737
+ 1
5738
+ ]
5739
+ },
5740
+ "TeamVtxScoreHistoryEntry": {
5741
+ "date": [
5742
+ 14
5743
+ ],
5744
+ "score": [
5745
+ 18
5746
+ ],
5747
+ "__typename": [
5748
+ 1
5749
+ ]
5750
+ },
5751
+ "TeamLeaderboardEntry": {
5752
+ "athleteId": [
5753
+ 1
5754
+ ],
5755
+ "athleteName": [
5756
+ 1
5757
+ ],
5758
+ "athletePhoto": [
5759
+ 1
5760
+ ],
5761
+ "sport": [
5762
+ 1
5763
+ ],
5764
+ "vtxScore": [
5765
+ 18
5766
+ ],
5767
+ "rank": [
5768
+ 51
5769
+ ],
5770
+ "tpiScore": [
5771
+ 18
5772
+ ],
5773
+ "spiScore": [
5774
+ 18
5775
+ ],
5776
+ "apiScore": [
5777
+ 18
5778
+ ],
5779
+ "__typename": [
5780
+ 1
5781
+ ]
5782
+ },
5783
+ "TeamAnalytics": {
5784
+ "teamId": [
5785
+ 1
5786
+ ],
5787
+ "teamName": [
5788
+ 1
5789
+ ],
5790
+ "vtxScore": [
5791
+ 18
5792
+ ],
5793
+ "athleteCount": [
5794
+ 51
5795
+ ],
5796
+ "rosterSize": [
5797
+ 51
5798
+ ],
5799
+ "vtxScoreHistory": [
5800
+ 244
5801
+ ],
5802
+ "topPerformers": [
5803
+ 245
5804
+ ],
5805
+ "__typename": [
5806
+ 1
5807
+ ]
5808
+ },
5809
+ "TeamRosterOverview": {
5810
+ "totalActive": [
5811
+ 51
5812
+ ],
5813
+ "totalInactive": [
5814
+ 51
5815
+ ],
5816
+ "recentJoins": [
5817
+ 51
5818
+ ],
5819
+ "recentDepartures": [
5820
+ 51
5821
+ ],
5822
+ "__typename": [
5823
+ 1
5824
+ ]
5825
+ },
5826
+ "TeamDashboard": {
5827
+ "analytics": [
5828
+ 246
5829
+ ],
5830
+ "roster": [
5831
+ 247
5832
+ ],
5833
+ "leaderboard": [
5834
+ 245
5835
+ ],
5836
+ "__typename": [
5837
+ 1
5838
+ ]
5839
+ },
5641
5840
  "CreateDatabaseFileDto": {
5642
5841
  "identifier": [
5643
5842
  1
@@ -5822,13 +6021,13 @@ exports.default = {
5822
6021
  1
5823
6022
  ],
5824
6023
  "logo": [
5825
- 252
6024
+ 260
5826
6025
  ],
5827
6026
  "banner": [
5828
- 252
6027
+ 260
5829
6028
  ],
5830
6029
  "translations": [
5831
- 253
6030
+ 261
5832
6031
  ],
5833
6032
  "sponsorId": [
5834
6033
  1
@@ -5880,10 +6079,10 @@ exports.default = {
5880
6079
  1
5881
6080
  ],
5882
6081
  "logo": [
5883
- 252
6082
+ 260
5884
6083
  ],
5885
6084
  "banner": [
5886
- 252
6085
+ 260
5887
6086
  ],
5888
6087
  "__typename": [
5889
6088
  1
@@ -5951,7 +6150,7 @@ exports.default = {
5951
6150
  1
5952
6151
  ],
5953
6152
  "invitations": [
5954
- 256
6153
+ 264
5955
6154
  ],
5956
6155
  "__typename": [
5957
6156
  1
@@ -6088,7 +6287,7 @@ exports.default = {
6088
6287
  1
6089
6288
  ],
6090
6289
  "result": [
6091
- 259
6290
+ 267
6092
6291
  ],
6093
6292
  "cityId": [
6094
6293
  1
@@ -6111,7 +6310,7 @@ exports.default = {
6111
6310
  1
6112
6311
  ],
6113
6312
  "result": [
6114
- 259
6313
+ 267
6115
6314
  ],
6116
6315
  "cityId": [
6117
6316
  1
@@ -6147,13 +6346,13 @@ exports.default = {
6147
6346
  },
6148
6347
  "CursorPaginationDto": {
6149
6348
  "sortCriteria": [
6150
- 263
6349
+ 271
6151
6350
  ],
6152
6351
  "limit": [
6153
6352
  18
6154
6353
  ],
6155
6354
  "cursorPosition": [
6156
- 264
6355
+ 272
6157
6356
  ],
6158
6357
  "__typename": [
6159
6358
  1
@@ -6228,7 +6427,7 @@ exports.default = {
6228
6427
  1
6229
6428
  ],
6230
6429
  "currentCampaign": [
6231
- 267
6430
+ 275
6232
6431
  ],
6233
6432
  "sports": [
6234
6433
  1
@@ -6290,10 +6489,10 @@ exports.default = {
6290
6489
  },
6291
6490
  "AthleteQueryDto": {
6292
6491
  "cursor": [
6293
- 265
6492
+ 273
6294
6493
  ],
6295
6494
  "filters": [
6296
- 268
6495
+ 276
6297
6496
  ],
6298
6497
  "__typename": [
6299
6498
  1
@@ -6304,7 +6503,7 @@ exports.default = {
6304
6503
  1
6305
6504
  ],
6306
6505
  "newPicture": [
6307
- 252
6506
+ 260
6308
6507
  ],
6309
6508
  "__typename": [
6310
6509
  1
@@ -6318,7 +6517,7 @@ exports.default = {
6318
6517
  1
6319
6518
  ],
6320
6519
  "pictures": [
6321
- 252
6520
+ 260
6322
6521
  ],
6323
6522
  "albumId": [
6324
6523
  1
@@ -6647,7 +6846,7 @@ exports.default = {
6647
6846
  },
6648
6847
  "resetPasswordDto": {
6649
6848
  "code": [
6650
- 249
6849
+ 257
6651
6850
  ],
6652
6851
  "newPassword": [
6653
6852
  1
@@ -6778,7 +6977,7 @@ exports.default = {
6778
6977
  1
6779
6978
  ],
6780
6979
  "banner": [
6781
- 252
6980
+ 260
6782
6981
  ],
6783
6982
  "eventLevel": [
6784
6983
  1
@@ -6887,7 +7086,7 @@ exports.default = {
6887
7086
  18
6888
7087
  ],
6889
7088
  "items": [
6890
- 303
7089
+ 311
6891
7090
  ],
6892
7091
  "__typename": [
6893
7092
  1
@@ -6898,7 +7097,7 @@ exports.default = {
6898
7097
  18
6899
7098
  ],
6900
7099
  "items": [
6901
- 303
7100
+ 311
6902
7101
  ],
6903
7102
  "athleteCompetitionId": [
6904
7103
  1
@@ -6947,29 +7146,20 @@ exports.default = {
6947
7146
  14
6948
7147
  ],
6949
7148
  "budget": [
6950
- 305
7149
+ 313
6951
7150
  ],
6952
7151
  "competitionBudgets": [
6953
- 306
7152
+ 314
6954
7153
  ],
6955
7154
  "competitionIds": [
6956
7155
  1
6957
7156
  ],
6958
7157
  "video": [
6959
- 307
7158
+ 315
6960
7159
  ],
6961
7160
  "coverImageId": [
6962
7161
  1
6963
7162
  ],
6964
- "thankYouMessage": [
6965
- 1
6966
- ],
6967
- "thankYouMediaUrl": [
6968
- 1
6969
- ],
6970
- "autoSendThankYou": [
6971
- 2
6972
- ],
6973
7163
  "__typename": [
6974
7164
  1
6975
7165
  ]
@@ -7000,29 +7190,20 @@ exports.default = {
7000
7190
  14
7001
7191
  ],
7002
7192
  "budget": [
7003
- 305
7193
+ 313
7004
7194
  ],
7005
7195
  "competitionBudgets": [
7006
- 306
7196
+ 314
7007
7197
  ],
7008
7198
  "competitionIds": [
7009
7199
  1
7010
7200
  ],
7011
7201
  "video": [
7012
- 307
7202
+ 315
7013
7203
  ],
7014
7204
  "coverImageId": [
7015
7205
  1
7016
7206
  ],
7017
- "thankYouMessage": [
7018
- 1
7019
- ],
7020
- "thankYouMediaUrl": [
7021
- 1
7022
- ],
7023
- "autoSendThankYou": [
7024
- 2
7025
- ],
7026
7207
  "loginEmail": [
7027
7208
  1
7028
7209
  ],
@@ -7056,29 +7237,20 @@ exports.default = {
7056
7237
  14
7057
7238
  ],
7058
7239
  "budget": [
7059
- 305
7240
+ 313
7060
7241
  ],
7061
7242
  "competitionBudgets": [
7062
- 306
7243
+ 314
7063
7244
  ],
7064
7245
  "competitionIds": [
7065
7246
  1
7066
7247
  ],
7067
7248
  "video": [
7068
- 307
7249
+ 315
7069
7250
  ],
7070
7251
  "coverImageId": [
7071
7252
  1
7072
7253
  ],
7073
- "thankYouMessage": [
7074
- 1
7075
- ],
7076
- "thankYouMediaUrl": [
7077
- 1
7078
- ],
7079
- "autoSendThankYou": [
7080
- 2
7081
- ],
7082
7254
  "_id": [
7083
7255
  1
7084
7256
  ],
@@ -7099,7 +7271,7 @@ exports.default = {
7099
7271
  },
7100
7272
  "BudgetDto": {
7101
7273
  "items": [
7102
- 303
7274
+ 311
7103
7275
  ],
7104
7276
  "fundingMode": [
7105
7277
  1
@@ -7113,7 +7285,7 @@ exports.default = {
7113
7285
  1
7114
7286
  ],
7115
7287
  "budget": [
7116
- 312
7288
+ 320
7117
7289
  ],
7118
7290
  "__typename": [
7119
7291
  1
@@ -7124,7 +7296,7 @@ exports.default = {
7124
7296
  1
7125
7297
  ],
7126
7298
  "budget": [
7127
- 312
7299
+ 320
7128
7300
  ],
7129
7301
  "__typename": [
7130
7302
  1
@@ -7144,7 +7316,7 @@ exports.default = {
7144
7316
  18
7145
7317
  ],
7146
7318
  "budget": [
7147
- 312
7319
+ 320
7148
7320
  ],
7149
7321
  "__typename": [
7150
7322
  1
@@ -7181,7 +7353,7 @@ exports.default = {
7181
7353
  1
7182
7354
  ],
7183
7355
  "filters": [
7184
- 316
7356
+ 324
7185
7357
  ],
7186
7358
  "sortField": [
7187
7359
  1
@@ -7207,7 +7379,7 @@ exports.default = {
7207
7379
  1
7208
7380
  ],
7209
7381
  "logo": [
7210
- 252
7382
+ 260
7211
7383
  ],
7212
7384
  "countryId": [
7213
7385
  1
@@ -7295,7 +7467,7 @@ exports.default = {
7295
7467
  1
7296
7468
  ],
7297
7469
  "profilePicture": [
7298
- 252
7470
+ 260
7299
7471
  ],
7300
7472
  "__typename": [
7301
7473
  1
@@ -7347,7 +7519,7 @@ exports.default = {
7347
7519
  18
7348
7520
  ],
7349
7521
  "sortCriteria": [
7350
- 263
7522
+ 271
7351
7523
  ],
7352
7524
  "__typename": [
7353
7525
  1
@@ -7364,7 +7536,7 @@ exports.default = {
7364
7536
  1
7365
7537
  ],
7366
7538
  "offerImage": [
7367
- 252
7539
+ 260
7368
7540
  ],
7369
7541
  "type": [
7370
7542
  1
@@ -7388,7 +7560,7 @@ exports.default = {
7388
7560
  1
7389
7561
  ],
7390
7562
  "criteria": [
7391
- 327
7563
+ 335
7392
7564
  ],
7393
7565
  "dateStart": [
7394
7566
  14
@@ -7423,7 +7595,7 @@ exports.default = {
7423
7595
  1
7424
7596
  ],
7425
7597
  "qualificationsBag": [
7426
- 328
7598
+ 336
7427
7599
  ],
7428
7600
  "__typename": [
7429
7601
  1
@@ -7431,28 +7603,28 @@ exports.default = {
7431
7603
  },
7432
7604
  "QualificationsBagDto": {
7433
7605
  "ageQualifications": [
7434
- 283
7606
+ 291
7435
7607
  ],
7436
7608
  "genderQualifications": [
7437
- 284
7609
+ 292
7438
7610
  ],
7439
7611
  "scoreQualifications": [
7440
- 286
7612
+ 294
7441
7613
  ],
7442
7614
  "locationQualifications": [
7443
- 287
7615
+ 295
7444
7616
  ],
7445
7617
  "nationalityQualifications": [
7446
- 285
7618
+ 293
7447
7619
  ],
7448
7620
  "distanceQualifications": [
7449
- 288
7621
+ 296
7450
7622
  ],
7451
7623
  "sportsQualifications": [
7452
- 289
7624
+ 297
7453
7625
  ],
7454
7626
  "levelQualifications": [
7455
- 290
7627
+ 298
7456
7628
  ],
7457
7629
  "__typename": [
7458
7630
  1
@@ -7498,7 +7670,7 @@ exports.default = {
7498
7670
  },
7499
7671
  "OfferClaimQueryDto": {
7500
7672
  "status": [
7501
- 359
7673
+ 375
7502
7674
  ],
7503
7675
  "__typename": [
7504
7676
  1
@@ -7552,7 +7724,7 @@ exports.default = {
7552
7724
  1
7553
7725
  ],
7554
7726
  "timeRange": [
7555
- 334
7727
+ 342
7556
7728
  ],
7557
7729
  "__typename": [
7558
7730
  1
@@ -7564,7 +7736,7 @@ exports.default = {
7564
7736
  1
7565
7737
  ],
7566
7738
  "timeRange": [
7567
- 334
7739
+ 342
7568
7740
  ],
7569
7741
  "sportId": [
7570
7742
  1
@@ -7621,7 +7793,7 @@ exports.default = {
7621
7793
  1
7622
7794
  ],
7623
7795
  "metricRanges": [
7624
- 337
7796
+ 345
7625
7797
  ],
7626
7798
  "__typename": [
7627
7799
  1
@@ -7632,10 +7804,10 @@ exports.default = {
7632
7804
  1
7633
7805
  ],
7634
7806
  "category": [
7635
- 210
7807
+ 213
7636
7808
  ],
7637
7809
  "timeRange": [
7638
- 334
7810
+ 342
7639
7811
  ],
7640
7812
  "page": [
7641
7813
  51
@@ -7644,7 +7816,7 @@ exports.default = {
7644
7816
  51
7645
7817
  ],
7646
7818
  "filters": [
7647
- 338
7819
+ 346
7648
7820
  ],
7649
7821
  "__typename": [
7650
7822
  1
@@ -7699,10 +7871,10 @@ exports.default = {
7699
7871
  51
7700
7872
  ],
7701
7873
  "sortBy": [
7702
- 360
7874
+ 376
7703
7875
  ],
7704
7876
  "contentType": [
7705
- 214
7877
+ 217
7706
7878
  ],
7707
7879
  "limit": [
7708
7880
  51
@@ -7857,6 +8029,172 @@ exports.default = {
7857
8029
  1
7858
8030
  ]
7859
8031
  },
8032
+ "CreateTeamInput": {
8033
+ "name": [
8034
+ 1
8035
+ ],
8036
+ "description": [
8037
+ 1
8038
+ ],
8039
+ "sportIds": [
8040
+ 1
8041
+ ],
8042
+ "joinPolicy": [
8043
+ 1
8044
+ ],
8045
+ "maxRosterSize": [
8046
+ 51
8047
+ ],
8048
+ "visibility": [
8049
+ 1
8050
+ ],
8051
+ "clubId": [
8052
+ 1
8053
+ ],
8054
+ "__typename": [
8055
+ 1
8056
+ ]
8057
+ },
8058
+ "UpdateTeamInput": {
8059
+ "teamId": [
8060
+ 1
8061
+ ],
8062
+ "name": [
8063
+ 1
8064
+ ],
8065
+ "description": [
8066
+ 1
8067
+ ],
8068
+ "joinPolicy": [
8069
+ 1
8070
+ ],
8071
+ "maxRosterSize": [
8072
+ 51
8073
+ ],
8074
+ "visibility": [
8075
+ 1
8076
+ ],
8077
+ "__typename": [
8078
+ 1
8079
+ ]
8080
+ },
8081
+ "JoinTeamInput": {
8082
+ "teamId": [
8083
+ 1
8084
+ ],
8085
+ "sportId": [
8086
+ 1
8087
+ ],
8088
+ "message": [
8089
+ 1
8090
+ ],
8091
+ "__typename": [
8092
+ 1
8093
+ ]
8094
+ },
8095
+ "ManageTeamMemberInput": {
8096
+ "teamId": [
8097
+ 1
8098
+ ],
8099
+ "athleteId": [
8100
+ 1
8101
+ ],
8102
+ "action": [
8103
+ 1
8104
+ ],
8105
+ "role": [
8106
+ 1
8107
+ ],
8108
+ "__typename": [
8109
+ 1
8110
+ ]
8111
+ },
8112
+ "CreateClubInput": {
8113
+ "name": [
8114
+ 1
8115
+ ],
8116
+ "description": [
8117
+ 1
8118
+ ],
8119
+ "sportIds": [
8120
+ 1
8121
+ ],
8122
+ "membershipType": [
8123
+ 1
8124
+ ],
8125
+ "feeStructure": [
8126
+ 176
8127
+ ],
8128
+ "visibility": [
8129
+ 1
8130
+ ],
8131
+ "location": [
8132
+ 1
8133
+ ],
8134
+ "website": [
8135
+ 1
8136
+ ],
8137
+ "__typename": [
8138
+ 1
8139
+ ]
8140
+ },
8141
+ "UpdateClubInput": {
8142
+ "clubId": [
8143
+ 1
8144
+ ],
8145
+ "name": [
8146
+ 1
8147
+ ],
8148
+ "description": [
8149
+ 1
8150
+ ],
8151
+ "membershipType": [
8152
+ 1
8153
+ ],
8154
+ "feeStructure": [
8155
+ 176
8156
+ ],
8157
+ "visibility": [
8158
+ 1
8159
+ ],
8160
+ "location": [
8161
+ 1
8162
+ ],
8163
+ "website": [
8164
+ 1
8165
+ ],
8166
+ "__typename": [
8167
+ 1
8168
+ ]
8169
+ },
8170
+ "JoinClubInput": {
8171
+ "clubId": [
8172
+ 1
8173
+ ],
8174
+ "message": [
8175
+ 1
8176
+ ],
8177
+ "__typename": [
8178
+ 1
8179
+ ]
8180
+ },
8181
+ "ManageClubMemberInput": {
8182
+ "clubId": [
8183
+ 1
8184
+ ],
8185
+ "athleteId": [
8186
+ 1
8187
+ ],
8188
+ "action": [
8189
+ 1
8190
+ ],
8191
+ "role": [
8192
+ 1
8193
+ ],
8194
+ "__typename": [
8195
+ 1
8196
+ ]
8197
+ },
7860
8198
  "DonationMode": {},
7861
8199
  "OfferClaimStatus": {},
7862
8200
  "PostSortOption": {},
@@ -7930,7 +8268,7 @@ exports.default = {
7930
8268
  32,
7931
8269
  {
7932
8270
  "input": [
7933
- 362,
8271
+ 378,
7934
8272
  "AWSS3GetUploadDto!"
7935
8273
  ]
7936
8274
  }
@@ -7954,7 +8292,7 @@ exports.default = {
7954
8292
  146,
7955
8293
  {
7956
8294
  "query": [
7957
- 254
8295
+ 262
7958
8296
  ]
7959
8297
  }
7960
8298
  ],
@@ -8000,7 +8338,7 @@ exports.default = {
8000
8338
  147,
8001
8339
  {
8002
8340
  "query": [
8003
- 258
8341
+ 266
8004
8342
  ]
8005
8343
  }
8006
8344
  ],
@@ -8008,7 +8346,7 @@ exports.default = {
8008
8346
  105,
8009
8347
  {
8010
8348
  "input": [
8011
- 363,
8349
+ 379,
8012
8350
  "FindSponsorAthleteInvitationDto!"
8013
8351
  ]
8014
8352
  }
@@ -8017,7 +8355,7 @@ exports.default = {
8017
8355
  165,
8018
8356
  {
8019
8357
  "input": [
8020
- 273,
8358
+ 281,
8021
8359
  "existValueDto!"
8022
8360
  ]
8023
8361
  }
@@ -8029,7 +8367,7 @@ exports.default = {
8029
8367
  159,
8030
8368
  {
8031
8369
  "input": [
8032
- 269,
8370
+ 277,
8033
8371
  "AthleteQueryDto!"
8034
8372
  ]
8035
8373
  }
@@ -8077,7 +8415,7 @@ exports.default = {
8077
8415
  82,
8078
8416
  {
8079
8417
  "input": [
8080
- 364,
8418
+ 380,
8081
8419
  "GetAthleteCompetitionsDto!"
8082
8420
  ]
8083
8421
  }
@@ -8125,7 +8463,7 @@ exports.default = {
8125
8463
  159,
8126
8464
  {
8127
8465
  "input": [
8128
- 269,
8466
+ 277,
8129
8467
  "AthleteQueryDto!"
8130
8468
  ]
8131
8469
  }
@@ -8143,7 +8481,7 @@ exports.default = {
8143
8481
  162,
8144
8482
  {
8145
8483
  "input": [
8146
- 273,
8484
+ 281,
8147
8485
  "existValueDto!"
8148
8486
  ]
8149
8487
  }
@@ -8152,7 +8490,7 @@ exports.default = {
8152
8490
  171,
8153
8491
  {
8154
8492
  "input": [
8155
- 279,
8493
+ 287,
8156
8494
  "CheckScoreRefreshCapabilityDto!"
8157
8495
  ]
8158
8496
  }
@@ -8161,7 +8499,7 @@ exports.default = {
8161
8499
  166,
8162
8500
  {
8163
8501
  "input": [
8164
- 275,
8502
+ 283,
8165
8503
  "GetHistoricalScoresDto!"
8166
8504
  ]
8167
8505
  }
@@ -8170,7 +8508,7 @@ exports.default = {
8170
8508
  99,
8171
8509
  {
8172
8510
  "input": [
8173
- 275,
8511
+ 283,
8174
8512
  "GetHistoricalScoresDto!"
8175
8513
  ]
8176
8514
  }
@@ -8179,7 +8517,7 @@ exports.default = {
8179
8517
  166,
8180
8518
  {
8181
8519
  "input": [
8182
- 274,
8520
+ 282,
8183
8521
  "GetMyHistoricalScoresDto!"
8184
8522
  ]
8185
8523
  }
@@ -8188,7 +8526,7 @@ exports.default = {
8188
8526
  99,
8189
8527
  {
8190
8528
  "input": [
8191
- 274,
8529
+ 282,
8192
8530
  "GetMyHistoricalScoresDto!"
8193
8531
  ]
8194
8532
  }
@@ -8197,7 +8535,7 @@ exports.default = {
8197
8535
  90,
8198
8536
  {
8199
8537
  "input": [
8200
- 276,
8538
+ 284,
8201
8539
  "GetAthleteCampaignsDto!"
8202
8540
  ]
8203
8541
  }
@@ -8206,7 +8544,7 @@ exports.default = {
8206
8544
  169,
8207
8545
  {
8208
8546
  "input": [
8209
- 277,
8547
+ 285,
8210
8548
  "BrowseCampaignsDto!"
8211
8549
  ]
8212
8550
  }
@@ -8230,7 +8568,7 @@ exports.default = {
8230
8568
  174,
8231
8569
  {
8232
8570
  "query": [
8233
- 281
8571
+ 289
8234
8572
  ]
8235
8573
  }
8236
8574
  ],
@@ -8298,7 +8636,7 @@ exports.default = {
8298
8636
  0,
8299
8637
  {
8300
8638
  "input": [
8301
- 365,
8639
+ 381,
8302
8640
  "FindVtxUserDto!"
8303
8641
  ]
8304
8642
  }
@@ -8317,7 +8655,7 @@ exports.default = {
8317
8655
  }
8318
8656
  ],
8319
8657
  "getUserImagesFromEmail": [
8320
- 175,
8658
+ 179,
8321
8659
  {
8322
8660
  "loginEmail": [
8323
8661
  1,
@@ -8338,7 +8676,7 @@ exports.default = {
8338
8676
  36,
8339
8677
  {
8340
8678
  "input": [
8341
- 249,
8679
+ 257,
8342
8680
  "VerifyCodeDto!"
8343
8681
  ]
8344
8682
  }
@@ -8356,10 +8694,10 @@ exports.default = {
8356
8694
  133
8357
8695
  ],
8358
8696
  "getUsersPaginated": [
8359
- 178,
8697
+ 182,
8360
8698
  {
8361
8699
  "query": [
8362
- 295
8700
+ 303
8363
8701
  ]
8364
8702
  }
8365
8703
  ],
@@ -8370,16 +8708,16 @@ exports.default = {
8370
8708
  76,
8371
8709
  {
8372
8710
  "input": [
8373
- 366,
8711
+ 382,
8374
8712
  "GetSportEventsDto!"
8375
8713
  ]
8376
8714
  }
8377
8715
  ],
8378
8716
  "getSportsEventsPaginated": [
8379
- 180,
8717
+ 184,
8380
8718
  {
8381
8719
  "query": [
8382
- 302
8720
+ 310
8383
8721
  ]
8384
8722
  }
8385
8723
  ],
@@ -8408,7 +8746,7 @@ exports.default = {
8408
8746
  129
8409
8747
  ],
8410
8748
  "getDonationDatesForCalendar": [
8411
- 181,
8749
+ 185,
8412
8750
  {
8413
8751
  "campaignId": [
8414
8752
  1
@@ -8416,28 +8754,10 @@ exports.default = {
8416
8754
  }
8417
8755
  ],
8418
8756
  "getDonationsPaginated": [
8419
- 182,
8757
+ 186,
8420
8758
  {
8421
8759
  "query": [
8422
- 317
8423
- ]
8424
- }
8425
- ],
8426
- "campaignThankYous": [
8427
- 183,
8428
- {
8429
- "campaignId": [
8430
- 1,
8431
- "String!"
8432
- ]
8433
- }
8434
- ],
8435
- "donationThankYou": [
8436
- 183,
8437
- {
8438
- "donationId": [
8439
- 1,
8440
- "String!"
8760
+ 325
8441
8761
  ]
8442
8762
  }
8443
8763
  ],
@@ -8457,19 +8777,19 @@ exports.default = {
8457
8777
  167,
8458
8778
  {
8459
8779
  "input": [
8460
- 298,
8780
+ 306,
8461
8781
  "StripeQueryDto!"
8462
8782
  ]
8463
8783
  }
8464
8784
  ],
8465
8785
  "getStripeBalance": [
8466
- 185
8786
+ 188
8467
8787
  ],
8468
8788
  "getDatabaseTextFile": [
8469
8789
  35,
8470
8790
  {
8471
8791
  "input": [
8472
- 247,
8792
+ 255,
8473
8793
  "GetDatabaseFileDto!"
8474
8794
  ]
8475
8795
  }
@@ -8478,7 +8798,7 @@ exports.default = {
8478
8798
  32,
8479
8799
  {
8480
8800
  "input": [
8481
- 362,
8801
+ 378,
8482
8802
  "AWSS3GetUploadDto!"
8483
8803
  ]
8484
8804
  }
@@ -8487,7 +8807,7 @@ exports.default = {
8487
8807
  117,
8488
8808
  {
8489
8809
  "input": [
8490
- 297,
8810
+ 305,
8491
8811
  "GetReceiptDto!"
8492
8812
  ]
8493
8813
  }
@@ -8496,16 +8816,16 @@ exports.default = {
8496
8816
  118,
8497
8817
  {
8498
8818
  "input": [
8499
- 297,
8819
+ 305,
8500
8820
  "GetReceiptDto!"
8501
8821
  ]
8502
8822
  }
8503
8823
  ],
8504
8824
  "getTransactionDetails": [
8505
- 179,
8825
+ 183,
8506
8826
  {
8507
8827
  "input": [
8508
- 299,
8828
+ 307,
8509
8829
  "GetTransactionDetailsDto!"
8510
8830
  ]
8511
8831
  }
@@ -8535,10 +8855,10 @@ exports.default = {
8535
8855
  135
8536
8856
  ],
8537
8857
  "getTransactionsPaginated": [
8538
- 189,
8858
+ 192,
8539
8859
  {
8540
8860
  "query": [
8541
- 324
8861
+ 332
8542
8862
  ]
8543
8863
  }
8544
8864
  ],
@@ -8546,10 +8866,10 @@ exports.default = {
8546
8866
  136
8547
8867
  ],
8548
8868
  "getOffersPaginated": [
8549
- 190,
8869
+ 193,
8550
8870
  {
8551
8871
  "query": [
8552
- 329
8872
+ 337
8553
8873
  ]
8554
8874
  }
8555
8875
  ],
@@ -8578,12 +8898,12 @@ exports.default = {
8578
8898
  "String!"
8579
8899
  ],
8580
8900
  "query": [
8581
- 330
8901
+ 338
8582
8902
  ]
8583
8903
  }
8584
8904
  ],
8585
8905
  "offerAvailability": [
8586
- 192,
8906
+ 195,
8587
8907
  {
8588
8908
  "offerId": [
8589
8909
  1,
@@ -8599,29 +8919,29 @@ exports.default = {
8599
8919
  145,
8600
8920
  {
8601
8921
  "query": [
8602
- 329
8922
+ 337
8603
8923
  ]
8604
8924
  }
8605
8925
  ],
8606
8926
  "getLeaderboard": [
8607
- 196,
8927
+ 199,
8608
8928
  {
8609
8929
  "input": [
8610
- 331
8930
+ 339
8611
8931
  ]
8612
8932
  }
8613
8933
  ],
8614
8934
  "getUserRank": [
8615
- 197,
8935
+ 200,
8616
8936
  {
8617
8937
  "input": [
8618
- 332,
8938
+ 340,
8619
8939
  "UserRankQueryDto!"
8620
8940
  ]
8621
8941
  }
8622
8942
  ],
8623
8943
  "athleteDashboard": [
8624
- 198,
8944
+ 201,
8625
8945
  {
8626
8946
  "athleteId": [
8627
8947
  1,
@@ -8630,137 +8950,137 @@ exports.default = {
8630
8950
  }
8631
8951
  ],
8632
8952
  "athleteScoreHistory": [
8633
- 199,
8953
+ 202,
8634
8954
  {
8635
8955
  "input": [
8636
- 333,
8956
+ 341,
8637
8957
  "ScoreHistoryQueryDto!"
8638
8958
  ]
8639
8959
  }
8640
8960
  ],
8641
8961
  "athleteRankHistory": [
8642
- 200,
8962
+ 203,
8643
8963
  {
8644
8964
  "input": [
8645
- 335,
8965
+ 343,
8646
8966
  "RankHistoryQueryDto!"
8647
8967
  ]
8648
8968
  }
8649
8969
  ],
8650
8970
  "athleteRankContext": [
8651
- 201,
8971
+ 204,
8652
8972
  {
8653
8973
  "input": [
8654
- 336,
8974
+ 344,
8655
8975
  "RankContextQueryDto!"
8656
8976
  ]
8657
8977
  }
8658
8978
  ],
8659
8979
  "athleteActivities": [
8660
- 203,
8980
+ 206,
8661
8981
  {
8662
8982
  "input": [
8663
- 339,
8983
+ 347,
8664
8984
  "ActivitiesQueryDto!"
8665
8985
  ]
8666
8986
  }
8667
8987
  ],
8668
8988
  "athleteActivityDetail": [
8669
- 206,
8989
+ 209,
8670
8990
  {
8671
8991
  "input": [
8672
- 340,
8992
+ 348,
8673
8993
  "ActivityDetailQueryDto!"
8674
8994
  ]
8675
8995
  }
8676
8996
  ],
8677
8997
  "athleteComponentSummary": [
8678
- 208,
8998
+ 211,
8679
8999
  {
8680
9000
  "input": [
8681
- 341,
9001
+ 349,
8682
9002
  "ComponentSummaryQueryDto!"
8683
9003
  ]
8684
9004
  }
8685
9005
  ],
8686
9006
  "athleteActivityDates": [
8687
- 211,
9007
+ 214,
8688
9008
  {
8689
9009
  "input": [
8690
- 342,
9010
+ 350,
8691
9011
  "ActivityDatesQueryDto!"
8692
9012
  ]
8693
9013
  }
8694
9014
  ],
8695
9015
  "socialAggregates": [
8696
- 212,
9016
+ 215,
8697
9017
  {
8698
9018
  "athleteId": [
8699
9019
  103,
8700
9020
  "ID!"
8701
9021
  ],
8702
9022
  "platform": [
8703
- 213,
9023
+ 216,
8704
9024
  "Platform!"
8705
9025
  ],
8706
9026
  "range": [
8707
- 343,
9027
+ 351,
8708
9028
  "DateRangeInput!"
8709
9029
  ],
8710
9030
  "periodType": [
8711
- 215
9031
+ 218
8712
9032
  ]
8713
9033
  }
8714
9034
  ],
8715
9035
  "postsWithComparison": [
8716
- 218,
9036
+ 221,
8717
9037
  {
8718
9038
  "athleteId": [
8719
9039
  103,
8720
9040
  "ID!"
8721
9041
  ],
8722
9042
  "platform": [
8723
- 213,
9043
+ 216,
8724
9044
  "Platform!"
8725
9045
  ],
8726
9046
  "options": [
8727
- 344
9047
+ 352
8728
9048
  ]
8729
9049
  }
8730
9050
  ],
8731
9051
  "myNotifications": [
8732
- 221,
9052
+ 223,
8733
9053
  {
8734
9054
  "input": [
8735
- 345
9055
+ 353
8736
9056
  ]
8737
9057
  }
8738
9058
  ],
8739
9059
  "notificationUnreadCount": [
8740
- 222
9060
+ 224
8741
9061
  ],
8742
9062
  "myNotificationPreferences": [
8743
- 223
9063
+ 225
8744
9064
  ],
8745
9065
  "myFollowedAthletes": [
8746
- 226,
9066
+ 228,
8747
9067
  {
8748
9068
  "input": [
8749
- 354
9069
+ 362
8750
9070
  ]
8751
9071
  }
8752
9072
  ],
8753
9073
  "isFollowingAthlete": [
8754
- 227,
9074
+ 229,
8755
9075
  {
8756
9076
  "input": [
8757
- 353,
9077
+ 361,
8758
9078
  "IsFollowingAthleteInput!"
8759
9079
  ]
8760
9080
  }
8761
9081
  ],
8762
9082
  "getEmailCampaigns": [
8763
- 231,
9083
+ 233,
8764
9084
  {
8765
9085
  "status": [
8766
9086
  1
@@ -8777,7 +9097,7 @@ exports.default = {
8777
9097
  }
8778
9098
  ],
8779
9099
  "getEmailCampaign": [
8780
- 230,
9100
+ 232,
8781
9101
  {
8782
9102
  "id": [
8783
9103
  1,
@@ -8786,16 +9106,16 @@ exports.default = {
8786
9106
  }
8787
9107
  ],
8788
9108
  "getAudiencePreview": [
8789
- 234,
9109
+ 236,
8790
9110
  {
8791
9111
  "filters": [
8792
- 367,
9112
+ 383,
8793
9113
  "AudienceFilterDto!"
8794
9114
  ]
8795
9115
  }
8796
9116
  ],
8797
9117
  "getSendGridTemplates": [
8798
- 232
9118
+ 234
8799
9119
  ],
8800
9120
  "getSendGridTemplatePreview": [
8801
9121
  1,
@@ -8807,13 +9127,13 @@ exports.default = {
8807
9127
  }
8808
9128
  ],
8809
9129
  "getEmailSegments": [
8810
- 229
9130
+ 231
8811
9131
  ],
8812
9132
  "getAiCoachThread": [
8813
- 236
9133
+ 238
8814
9134
  ],
8815
9135
  "getAiCoachThreadHistory": [
8816
- 236,
9136
+ 238,
8817
9137
  {
8818
9138
  "limit": [
8819
9139
  51
@@ -8821,7 +9141,7 @@ exports.default = {
8821
9141
  }
8822
9142
  ],
8823
9143
  "getAiCoachThreadMessages": [
8824
- 235,
9144
+ 237,
8825
9145
  {
8826
9146
  "threadId": [
8827
9147
  1,
@@ -8830,26 +9150,132 @@ exports.default = {
8830
9150
  }
8831
9151
  ],
8832
9152
  "getAiCoachConfig": [
8833
- 237
9153
+ 239
8834
9154
  ],
8835
9155
  "getAiCoachNudges": [
8836
- 239,
9156
+ 241,
8837
9157
  {
8838
9158
  "input": [
8839
- 357
9159
+ 365
8840
9160
  ]
8841
9161
  }
8842
9162
  ],
8843
9163
  "getAiCoachUnreadNudgeCount": [
8844
- 240
9164
+ 242
8845
9165
  ],
8846
- "__typename": [
8847
- 1
8848
- ]
8849
- },
8850
- "AWSS3GetUploadDto": {
8851
- "useType": [
8852
- 1
9166
+ "findAllTeams": [
9167
+ 74
9168
+ ],
9169
+ "getTeamStripeAccountStatus": [
9170
+ 243,
9171
+ {
9172
+ "teamId": [
9173
+ 1,
9174
+ "String!"
9175
+ ]
9176
+ }
9177
+ ],
9178
+ "findTeamById": [
9179
+ 74,
9180
+ {
9181
+ "teamId": [
9182
+ 1,
9183
+ "String!"
9184
+ ]
9185
+ }
9186
+ ],
9187
+ "findTeams": [
9188
+ 74,
9189
+ {
9190
+ "sportId": [
9191
+ 1
9192
+ ],
9193
+ "clubId": [
9194
+ 1
9195
+ ]
9196
+ }
9197
+ ],
9198
+ "getTeamRoster": [
9199
+ 178,
9200
+ {
9201
+ "teamId": [
9202
+ 1,
9203
+ "String!"
9204
+ ]
9205
+ }
9206
+ ],
9207
+ "getTeamAnalytics": [
9208
+ 246,
9209
+ {
9210
+ "teamId": [
9211
+ 1,
9212
+ "String!"
9213
+ ]
9214
+ }
9215
+ ],
9216
+ "getTeamLeaderboard": [
9217
+ 245,
9218
+ {
9219
+ "teamId": [
9220
+ 1,
9221
+ "String!"
9222
+ ]
9223
+ }
9224
+ ],
9225
+ "getTeamDashboard": [
9226
+ 248,
9227
+ {
9228
+ "teamId": [
9229
+ 1,
9230
+ "String!"
9231
+ ]
9232
+ }
9233
+ ],
9234
+ "findAllClubs": [
9235
+ 175
9236
+ ],
9237
+ "getClubStripeAccountStatus": [
9238
+ 243,
9239
+ {
9240
+ "clubId": [
9241
+ 1,
9242
+ "String!"
9243
+ ]
9244
+ }
9245
+ ],
9246
+ "findClubById": [
9247
+ 175,
9248
+ {
9249
+ "clubId": [
9250
+ 1,
9251
+ "String!"
9252
+ ]
9253
+ }
9254
+ ],
9255
+ "findClubs": [
9256
+ 175,
9257
+ {
9258
+ "sportId": [
9259
+ 1
9260
+ ]
9261
+ }
9262
+ ],
9263
+ "getClubMembers": [
9264
+ 177,
9265
+ {
9266
+ "clubId": [
9267
+ 1,
9268
+ "String!"
9269
+ ]
9270
+ }
9271
+ ],
9272
+ "__typename": [
9273
+ 1
9274
+ ]
9275
+ },
9276
+ "AWSS3GetUploadDto": {
9277
+ "useType": [
9278
+ 1
8853
9279
  ],
8854
9280
  "name": [
8855
9281
  1
@@ -8942,7 +9368,7 @@ exports.default = {
8942
9368
  5,
8943
9369
  {
8944
9370
  "tenant": [
8945
- 369,
9371
+ 385,
8946
9372
  "CreateTenantInput!"
8947
9373
  ]
8948
9374
  }
@@ -8951,7 +9377,7 @@ exports.default = {
8951
9377
  11,
8952
9378
  {
8953
9379
  "tenant": [
8954
- 369,
9380
+ 385,
8955
9381
  "CreateTenantInput!"
8956
9382
  ]
8957
9383
  }
@@ -8960,7 +9386,7 @@ exports.default = {
8960
9386
  3,
8961
9387
  {
8962
9388
  "user": [
8963
- 370,
9389
+ 386,
8964
9390
  "CreateActiveUserInput!"
8965
9391
  ]
8966
9392
  }
@@ -8995,7 +9421,7 @@ exports.default = {
8995
9421
  0,
8996
9422
  {
8997
9423
  "input": [
8998
- 371,
9424
+ 387,
8999
9425
  "RegisterUserToDomainFromEmailInput!"
9000
9426
  ]
9001
9427
  }
@@ -9004,7 +9430,7 @@ exports.default = {
9004
9430
  8,
9005
9431
  {
9006
9432
  "dto": [
9007
- 372,
9433
+ 388,
9008
9434
  "RefreshTokenInput!"
9009
9435
  ]
9010
9436
  }
@@ -9013,7 +9439,7 @@ exports.default = {
9013
9439
  33,
9014
9440
  {
9015
9441
  "input": [
9016
- 373,
9442
+ 389,
9017
9443
  "AWSS3DeleteUseTypeFileDto!"
9018
9444
  ]
9019
9445
  }
@@ -9022,7 +9448,7 @@ exports.default = {
9022
9448
  33,
9023
9449
  {
9024
9450
  "input": [
9025
- 374,
9451
+ 390,
9026
9452
  "AWSS3DeleteBucketFileDto!"
9027
9453
  ]
9028
9454
  }
@@ -9031,7 +9457,7 @@ exports.default = {
9031
9457
  33,
9032
9458
  {
9033
9459
  "input": [
9034
- 375,
9460
+ 391,
9035
9461
  "AWSS3DeleteUseTypeKeyDto!"
9036
9462
  ]
9037
9463
  }
@@ -9040,7 +9466,7 @@ exports.default = {
9040
9466
  27,
9041
9467
  {
9042
9468
  "input": [
9043
- 252,
9469
+ 260,
9044
9470
  "AWSS3UploadedFileDto!"
9045
9471
  ]
9046
9472
  }
@@ -9049,7 +9475,7 @@ exports.default = {
9049
9475
  37,
9050
9476
  {
9051
9477
  "input": [
9052
- 376,
9478
+ 392,
9053
9479
  "CreateIndustryDto!"
9054
9480
  ]
9055
9481
  }
@@ -9058,7 +9484,7 @@ exports.default = {
9058
9484
  63,
9059
9485
  {
9060
9486
  "input": [
9061
- 251,
9487
+ 259,
9062
9488
  "CreateBrandDto!"
9063
9489
  ]
9064
9490
  }
@@ -9071,7 +9497,7 @@ exports.default = {
9071
9497
  "String!"
9072
9498
  ],
9073
9499
  "input": [
9074
- 251,
9500
+ 259,
9075
9501
  "CreateBrandDto!"
9076
9502
  ]
9077
9503
  }
@@ -9115,7 +9541,7 @@ exports.default = {
9115
9541
  59,
9116
9542
  {
9117
9543
  "input": [
9118
- 377,
9544
+ 393,
9119
9545
  "RegisterSponsorInput!"
9120
9546
  ]
9121
9547
  }
@@ -9124,7 +9550,7 @@ exports.default = {
9124
9550
  59,
9125
9551
  {
9126
9552
  "input": [
9127
- 255,
9553
+ 263,
9128
9554
  "CreateSponsorDto!"
9129
9555
  ]
9130
9556
  }
@@ -9133,7 +9559,7 @@ exports.default = {
9133
9559
  105,
9134
9560
  {
9135
9561
  "input": [
9136
- 257,
9562
+ 265,
9137
9563
  "InviteAthletesDto!"
9138
9564
  ]
9139
9565
  }
@@ -9146,7 +9572,7 @@ exports.default = {
9146
9572
  "String!"
9147
9573
  ],
9148
9574
  "input": [
9149
- 378,
9575
+ 394,
9150
9576
  "UpdateSponsorDto!"
9151
9577
  ]
9152
9578
  }
@@ -9164,7 +9590,7 @@ exports.default = {
9164
9590
  151,
9165
9591
  {
9166
9592
  "input": [
9167
- 266,
9593
+ 274,
9168
9594
  "DeleteSingleValueDto!"
9169
9595
  ]
9170
9596
  }
@@ -9173,7 +9599,7 @@ exports.default = {
9173
9599
  101,
9174
9600
  {
9175
9601
  "input": [
9176
- 379,
9602
+ 395,
9177
9603
  "RegisterAthleteDto!"
9178
9604
  ]
9179
9605
  }
@@ -9182,7 +9608,7 @@ exports.default = {
9182
9608
  148,
9183
9609
  {
9184
9610
  "input": [
9185
- 380,
9611
+ 396,
9186
9612
  "EditValueDto!"
9187
9613
  ]
9188
9614
  }
@@ -9191,7 +9617,7 @@ exports.default = {
9191
9617
  160,
9192
9618
  {
9193
9619
  "input": [
9194
- 270,
9620
+ 278,
9195
9621
  "EditPictureDto!"
9196
9622
  ]
9197
9623
  }
@@ -9200,7 +9626,7 @@ exports.default = {
9200
9626
  161,
9201
9627
  {
9202
9628
  "input": [
9203
- 271,
9629
+ 279,
9204
9630
  "UploadAlbumsPicturesDto!"
9205
9631
  ]
9206
9632
  }
@@ -9209,7 +9635,7 @@ exports.default = {
9209
9635
  82,
9210
9636
  {
9211
9637
  "input": [
9212
- 261,
9638
+ 269,
9213
9639
  "CreateAthleteCompetitionDto!"
9214
9640
  ]
9215
9641
  }
@@ -9218,7 +9644,7 @@ exports.default = {
9218
9644
  151,
9219
9645
  {
9220
9646
  "input": [
9221
- 266,
9647
+ 274,
9222
9648
  "DeleteSingleValueDto!"
9223
9649
  ]
9224
9650
  }
@@ -9227,7 +9653,7 @@ exports.default = {
9227
9653
  81,
9228
9654
  {
9229
9655
  "input": [
9230
- 271,
9656
+ 279,
9231
9657
  "UploadAlbumsPicturesDto!"
9232
9658
  ]
9233
9659
  }
@@ -9236,7 +9662,7 @@ exports.default = {
9236
9662
  81,
9237
9663
  {
9238
9664
  "input": [
9239
- 381,
9665
+ 397,
9240
9666
  "EditDisplayIndexDto!"
9241
9667
  ]
9242
9668
  }
@@ -9245,7 +9671,7 @@ exports.default = {
9245
9671
  81,
9246
9672
  {
9247
9673
  "input": [
9248
- 271,
9674
+ 279,
9249
9675
  "UploadAlbumsPicturesDto!"
9250
9676
  ]
9251
9677
  }
@@ -9254,7 +9680,7 @@ exports.default = {
9254
9680
  151,
9255
9681
  {
9256
9682
  "input": [
9257
- 266,
9683
+ 274,
9258
9684
  "DeleteSingleValueDto!"
9259
9685
  ]
9260
9686
  }
@@ -9263,7 +9689,7 @@ exports.default = {
9263
9689
  150,
9264
9690
  {
9265
9691
  "input": [
9266
- 272,
9692
+ 280,
9267
9693
  "DeleteValuesDto!"
9268
9694
  ]
9269
9695
  }
@@ -9272,7 +9698,7 @@ exports.default = {
9272
9698
  77,
9273
9699
  {
9274
9700
  "input": [
9275
- 260,
9701
+ 268,
9276
9702
  "SetCompetitionResultDto!"
9277
9703
  ]
9278
9704
  }
@@ -9287,7 +9713,7 @@ exports.default = {
9287
9713
  156,
9288
9714
  {
9289
9715
  "input": [
9290
- 278,
9716
+ 286,
9291
9717
  "ForceScoreRefreshDto!"
9292
9718
  ]
9293
9719
  }
@@ -9296,7 +9722,7 @@ exports.default = {
9296
9722
  90,
9297
9723
  {
9298
9724
  "input": [
9299
- 383,
9725
+ 399,
9300
9726
  "SetCurrentCampaignDto!"
9301
9727
  ]
9302
9728
  }
@@ -9308,7 +9734,7 @@ exports.default = {
9308
9734
  172,
9309
9735
  {
9310
9736
  "input": [
9311
- 280,
9737
+ 288,
9312
9738
  "UpdateOnboardingProgressDto!"
9313
9739
  ]
9314
9740
  }
@@ -9317,7 +9743,7 @@ exports.default = {
9317
9743
  68,
9318
9744
  {
9319
9745
  "input": [
9320
- 384,
9746
+ 400,
9321
9747
  "CreateSportDto!"
9322
9748
  ]
9323
9749
  }
@@ -9326,7 +9752,7 @@ exports.default = {
9326
9752
  68,
9327
9753
  {
9328
9754
  "input": [
9329
- 385,
9755
+ 401,
9330
9756
  "UpdateSportDto!"
9331
9757
  ]
9332
9758
  }
@@ -9335,7 +9761,7 @@ exports.default = {
9335
9761
  71,
9336
9762
  {
9337
9763
  "input": [
9338
- 386,
9764
+ 402,
9339
9765
  "CreateSportLevelDto!"
9340
9766
  ]
9341
9767
  }
@@ -9344,7 +9770,7 @@ exports.default = {
9344
9770
  58,
9345
9771
  {
9346
9772
  "input": [
9347
- 388,
9773
+ 404,
9348
9774
  "CreateSponsorshipDto!"
9349
9775
  ]
9350
9776
  }
@@ -9353,7 +9779,7 @@ exports.default = {
9353
9779
  41,
9354
9780
  {
9355
9781
  "input": [
9356
- 393,
9782
+ 409,
9357
9783
  "CreateCountryDto!"
9358
9784
  ]
9359
9785
  }
@@ -9362,7 +9788,7 @@ exports.default = {
9362
9788
  40,
9363
9789
  {
9364
9790
  "input": [
9365
- 394,
9791
+ 410,
9366
9792
  "CreateStateDto!"
9367
9793
  ]
9368
9794
  }
@@ -9371,7 +9797,7 @@ exports.default = {
9371
9797
  39,
9372
9798
  {
9373
9799
  "input": [
9374
- 395,
9800
+ 411,
9375
9801
  "CreateCityDto!"
9376
9802
  ]
9377
9803
  }
@@ -9380,7 +9806,7 @@ exports.default = {
9380
9806
  29,
9381
9807
  {
9382
9808
  "input": [
9383
- 291,
9809
+ 299,
9384
9810
  "RegisterUserDto!"
9385
9811
  ]
9386
9812
  }
@@ -9389,7 +9815,7 @@ exports.default = {
9389
9815
  3,
9390
9816
  {
9391
9817
  "input": [
9392
- 249,
9818
+ 257,
9393
9819
  "VerifyCodeDto!"
9394
9820
  ]
9395
9821
  }
@@ -9398,7 +9824,7 @@ exports.default = {
9398
9824
  0,
9399
9825
  {
9400
9826
  "input": [
9401
- 249,
9827
+ 257,
9402
9828
  "VerifyCodeDto!"
9403
9829
  ]
9404
9830
  }
@@ -9407,7 +9833,7 @@ exports.default = {
9407
9833
  0,
9408
9834
  {
9409
9835
  "input": [
9410
- 291,
9836
+ 299,
9411
9837
  "RegisterUserDto!"
9412
9838
  ]
9413
9839
  }
@@ -9416,7 +9842,7 @@ exports.default = {
9416
9842
  0,
9417
9843
  {
9418
9844
  "input": [
9419
- 291,
9845
+ 299,
9420
9846
  "RegisterUserDto!"
9421
9847
  ]
9422
9848
  }
@@ -9425,7 +9851,7 @@ exports.default = {
9425
9851
  0,
9426
9852
  {
9427
9853
  "input": [
9428
- 291,
9854
+ 299,
9429
9855
  "RegisterUserDto!"
9430
9856
  ]
9431
9857
  }
@@ -9456,13 +9882,13 @@ exports.default = {
9456
9882
  148,
9457
9883
  {
9458
9884
  "input": [
9459
- 293,
9885
+ 301,
9460
9886
  "resetPasswordDto!"
9461
9887
  ]
9462
9888
  }
9463
9889
  ],
9464
9890
  "validateToken": [
9465
- 176,
9891
+ 180,
9466
9892
  {
9467
9893
  "input": [
9468
9894
  1,
@@ -9474,19 +9900,19 @@ exports.default = {
9474
9900
  148,
9475
9901
  {
9476
9902
  "input": [
9477
- 294,
9903
+ 302,
9478
9904
  "UpdateUserSuspendedStatusDto!"
9479
9905
  ]
9480
9906
  }
9481
9907
  ],
9482
9908
  "deleteMyAccount": [
9483
- 177
9909
+ 181
9484
9910
  ],
9485
9911
  "deleteVtxUser": [
9486
- 177,
9912
+ 181,
9487
9913
  {
9488
9914
  "input": [
9489
- 296,
9915
+ 304,
9490
9916
  "DeleteVtxUserDto!"
9491
9917
  ]
9492
9918
  }
@@ -9495,7 +9921,7 @@ exports.default = {
9495
9921
  76,
9496
9922
  {
9497
9923
  "input": [
9498
- 396,
9924
+ 412,
9499
9925
  "CreateSportEventDto!"
9500
9926
  ]
9501
9927
  }
@@ -9504,7 +9930,7 @@ exports.default = {
9504
9930
  76,
9505
9931
  {
9506
9932
  "input": [
9507
- 300,
9933
+ 308,
9508
9934
  "UpdateSportEventDto!"
9509
9935
  ]
9510
9936
  }
@@ -9522,7 +9948,7 @@ exports.default = {
9522
9948
  128,
9523
9949
  {
9524
9950
  "input": [
9525
- 301,
9951
+ 309,
9526
9952
  "MergeSportsEventsDto!"
9527
9953
  ]
9528
9954
  }
@@ -9531,7 +9957,7 @@ exports.default = {
9531
9957
  90,
9532
9958
  {
9533
9959
  "input": [
9534
- 311,
9960
+ 319,
9535
9961
  "SetFundingStatusDto!"
9536
9962
  ]
9537
9963
  }
@@ -9540,7 +9966,7 @@ exports.default = {
9540
9966
  90,
9541
9967
  {
9542
9968
  "input": [
9543
- 308,
9969
+ 316,
9544
9970
  "CreateFundingCampaignDto!"
9545
9971
  ]
9546
9972
  }
@@ -9549,7 +9975,7 @@ exports.default = {
9549
9975
  90,
9550
9976
  {
9551
9977
  "input": [
9552
- 310,
9978
+ 318,
9553
9979
  "UpdateFundingCampaignDto!"
9554
9980
  ]
9555
9981
  }
@@ -9558,7 +9984,7 @@ exports.default = {
9558
9984
  151,
9559
9985
  {
9560
9986
  "input": [
9561
- 266,
9987
+ 274,
9562
9988
  "DeleteSingleValueDto!"
9563
9989
  ]
9564
9990
  }
@@ -9567,7 +9993,7 @@ exports.default = {
9567
9993
  150,
9568
9994
  {
9569
9995
  "input": [
9570
- 272,
9996
+ 280,
9571
9997
  "DeleteValuesDto!"
9572
9998
  ]
9573
9999
  }
@@ -9585,7 +10011,7 @@ exports.default = {
9585
10011
  2,
9586
10012
  {
9587
10013
  "input": [
9588
- 313,
10014
+ 321,
9589
10015
  "AddCompetitionBudgetDto!"
9590
10016
  ]
9591
10017
  }
@@ -9594,7 +10020,7 @@ exports.default = {
9594
10020
  2,
9595
10021
  {
9596
10022
  "input": [
9597
- 314,
10023
+ 322,
9598
10024
  "EditCompetitionBudgetDto!"
9599
10025
  ]
9600
10026
  }
@@ -9603,7 +10029,7 @@ exports.default = {
9603
10029
  2,
9604
10030
  {
9605
10031
  "input": [
9606
- 315,
10032
+ 323,
9607
10033
  "EditCampaignBudgetDto!"
9608
10034
  ]
9609
10035
  }
@@ -9612,34 +10038,16 @@ exports.default = {
9612
10038
  2,
9613
10039
  {
9614
10040
  "input": [
9615
- 315,
10041
+ 323,
9616
10042
  "EditCampaignBudgetDto!"
9617
10043
  ]
9618
10044
  }
9619
10045
  ],
9620
- "sendThankYou": [
9621
- 183,
9622
- {
9623
- "input": [
9624
- 397,
9625
- "SendThankYouDto!"
9626
- ]
9627
- }
9628
- ],
9629
- "updateThankYouTemplate": [
9630
- 90,
9631
- {
9632
- "input": [
9633
- 398,
9634
- "UpdateThankYouTemplateDto!"
9635
- ]
9636
- }
9637
- ],
9638
10046
  "createMembershipOrganization": [
9639
10047
  83,
9640
10048
  {
9641
10049
  "input": [
9642
- 318,
10050
+ 326,
9643
10051
  "CreateMembershipOrganizationDto!"
9644
10052
  ]
9645
10053
  }
@@ -9648,7 +10056,7 @@ exports.default = {
9648
10056
  85,
9649
10057
  {
9650
10058
  "input": [
9651
- 319,
10059
+ 327,
9652
10060
  "CreateAthleteMembershipDto!"
9653
10061
  ]
9654
10062
  }
@@ -9657,7 +10065,7 @@ exports.default = {
9657
10065
  151,
9658
10066
  {
9659
10067
  "input": [
9660
- 266,
10068
+ 274,
9661
10069
  "DeleteSingleValueDto!"
9662
10070
  ]
9663
10071
  }
@@ -9678,7 +10086,7 @@ exports.default = {
9678
10086
  98,
9679
10087
  {
9680
10088
  "input": [
9681
- 399,
10089
+ 413,
9682
10090
  "CreateStripeAccountDto!"
9683
10091
  ]
9684
10092
  }
@@ -9690,7 +10098,7 @@ exports.default = {
9690
10098
  107,
9691
10099
  {
9692
10100
  "input": [
9693
- 250,
10101
+ 258,
9694
10102
  "DonationCheckoutDto!"
9695
10103
  ]
9696
10104
  }
@@ -9705,7 +10113,7 @@ exports.default = {
9705
10113
  132,
9706
10114
  {
9707
10115
  "input": [
9708
- 323,
10116
+ 331,
9709
10117
  "RegisterMemberDto!"
9710
10118
  ]
9711
10119
  }
@@ -9714,7 +10122,7 @@ exports.default = {
9714
10122
  136,
9715
10123
  {
9716
10124
  "input": [
9717
- 326,
10125
+ 334,
9718
10126
  "CreateOfferDto!"
9719
10127
  ]
9720
10128
  }
@@ -9727,7 +10135,7 @@ exports.default = {
9727
10135
  "String!"
9728
10136
  ],
9729
10137
  "input": [
9730
- 326,
10138
+ 334,
9731
10139
  "CreateOfferDto!"
9732
10140
  ]
9733
10141
  }
@@ -9799,7 +10207,7 @@ exports.default = {
9799
10207
  }
9800
10208
  ],
9801
10209
  "uploadCouponCodes": [
9802
- 191,
10210
+ 194,
9803
10211
  {
9804
10212
  "offerId": [
9805
10213
  1,
@@ -9815,10 +10223,10 @@ exports.default = {
9815
10223
  2
9816
10224
  ],
9817
10225
  "markNotificationAsRead": [
9818
- 219,
10226
+ 222,
9819
10227
  {
9820
10228
  "input": [
9821
- 346,
10229
+ 354,
9822
10230
  "MarkNotificationReadDto!"
9823
10231
  ]
9824
10232
  }
@@ -9830,25 +10238,25 @@ exports.default = {
9830
10238
  2,
9831
10239
  {
9832
10240
  "input": [
9833
- 347,
10241
+ 355,
9834
10242
  "DismissNotificationDto!"
9835
10243
  ]
9836
10244
  }
9837
10245
  ],
9838
10246
  "updateNotificationPreferences": [
9839
- 223,
10247
+ 225,
9840
10248
  {
9841
10249
  "input": [
9842
- 348,
10250
+ 356,
9843
10251
  "UpdateNotificationPreferenceDto!"
9844
10252
  ]
9845
10253
  }
9846
10254
  ],
9847
10255
  "registerDeviceToken": [
9848
- 224,
10256
+ 226,
9849
10257
  {
9850
10258
  "input": [
9851
- 349,
10259
+ 357,
9852
10260
  "RegisterDeviceTokenDto!"
9853
10261
  ]
9854
10262
  }
@@ -9857,7 +10265,7 @@ exports.default = {
9857
10265
  2,
9858
10266
  {
9859
10267
  "input": [
9860
- 350,
10268
+ 358,
9861
10269
  "UnregisterDeviceTokenDto!"
9862
10270
  ]
9863
10271
  }
@@ -9866,7 +10274,7 @@ exports.default = {
9866
10274
  2,
9867
10275
  {
9868
10276
  "input": [
9869
- 351,
10277
+ 359,
9870
10278
  "FollowAthleteInput!"
9871
10279
  ]
9872
10280
  }
@@ -9875,29 +10283,29 @@ exports.default = {
9875
10283
  2,
9876
10284
  {
9877
10285
  "input": [
9878
- 352,
10286
+ 360,
9879
10287
  "UnfollowAthleteInput!"
9880
10288
  ]
9881
10289
  }
9882
10290
  ],
9883
10291
  "createEmailCampaign": [
9884
- 230,
10292
+ 232,
9885
10293
  {
9886
10294
  "input": [
9887
- 400,
10295
+ 414,
9888
10296
  "CreateEmailCampaignDto!"
9889
10297
  ]
9890
10298
  }
9891
10299
  ],
9892
10300
  "updateEmailCampaign": [
9893
- 230,
10301
+ 232,
9894
10302
  {
9895
10303
  "id": [
9896
10304
  1,
9897
10305
  "String!"
9898
10306
  ],
9899
10307
  "input": [
9900
- 401,
10308
+ 415,
9901
10309
  "UpdateEmailCampaignDto!"
9902
10310
  ]
9903
10311
  }
@@ -9912,7 +10320,7 @@ exports.default = {
9912
10320
  }
9913
10321
  ],
9914
10322
  "cloneEmailCampaign": [
9915
- 230,
10323
+ 232,
9916
10324
  {
9917
10325
  "id": [
9918
10326
  1,
@@ -9943,7 +10351,7 @@ exports.default = {
9943
10351
  }
9944
10352
  ],
9945
10353
  "scheduleEmailCampaign": [
9946
- 230,
10354
+ 232,
9947
10355
  {
9948
10356
  "campaignId": [
9949
10357
  1,
@@ -9956,7 +10364,7 @@ exports.default = {
9956
10364
  }
9957
10365
  ],
9958
10366
  "cancelScheduledEmail": [
9959
- 230,
10367
+ 232,
9960
10368
  {
9961
10369
  "campaignId": [
9962
10370
  1,
@@ -9965,23 +10373,23 @@ exports.default = {
9965
10373
  }
9966
10374
  ],
9967
10375
  "createEmailSegment": [
9968
- 229,
10376
+ 231,
9969
10377
  {
9970
10378
  "input": [
9971
- 402,
10379
+ 416,
9972
10380
  "CreateEmailSegmentDto!"
9973
10381
  ]
9974
10382
  }
9975
10383
  ],
9976
10384
  "updateEmailSegment": [
9977
- 229,
10385
+ 231,
9978
10386
  {
9979
10387
  "id": [
9980
10388
  1,
9981
10389
  "String!"
9982
10390
  ],
9983
10391
  "input": [
9984
- 403,
10392
+ 417,
9985
10393
  "UpdateEmailSegmentDto!"
9986
10394
  ]
9987
10395
  }
@@ -9996,19 +10404,19 @@ exports.default = {
9996
10404
  }
9997
10405
  ],
9998
10406
  "sendAiCoachMessage": [
9999
- 235,
10407
+ 237,
10000
10408
  {
10001
10409
  "input": [
10002
- 355,
10410
+ 363,
10003
10411
  "SendChatMessageDto!"
10004
10412
  ]
10005
10413
  }
10006
10414
  ],
10007
10415
  "updateAiCoachConfig": [
10008
- 237,
10416
+ 239,
10009
10417
  {
10010
10418
  "input": [
10011
- 356,
10419
+ 364,
10012
10420
  "UpdateAiCoachConfigDto!"
10013
10421
  ]
10014
10422
  }
@@ -10022,6 +10430,225 @@ exports.default = {
10022
10430
  ]
10023
10431
  }
10024
10432
  ],
10433
+ "createTeam": [
10434
+ 74,
10435
+ {
10436
+ "input": [
10437
+ 366,
10438
+ "CreateTeamInput!"
10439
+ ]
10440
+ }
10441
+ ],
10442
+ "updateTeam": [
10443
+ 74,
10444
+ {
10445
+ "input": [
10446
+ 367,
10447
+ "UpdateTeamInput!"
10448
+ ]
10449
+ }
10450
+ ],
10451
+ "joinTeam": [
10452
+ 178,
10453
+ {
10454
+ "input": [
10455
+ 368,
10456
+ "JoinTeamInput!"
10457
+ ]
10458
+ }
10459
+ ],
10460
+ "leaveTeam": [
10461
+ 178,
10462
+ {
10463
+ "teamId": [
10464
+ 1,
10465
+ "String!"
10466
+ ]
10467
+ }
10468
+ ],
10469
+ "inviteToTeam": [
10470
+ 178,
10471
+ {
10472
+ "teamId": [
10473
+ 1,
10474
+ "String!"
10475
+ ],
10476
+ "athleteId": [
10477
+ 1,
10478
+ "String!"
10479
+ ],
10480
+ "sportId": [
10481
+ 1,
10482
+ "String!"
10483
+ ]
10484
+ }
10485
+ ],
10486
+ "manageTeamMember": [
10487
+ 178,
10488
+ {
10489
+ "input": [
10490
+ 369,
10491
+ "ManageTeamMemberInput!"
10492
+ ]
10493
+ }
10494
+ ],
10495
+ "approveTeam": [
10496
+ 74,
10497
+ {
10498
+ "teamId": [
10499
+ 1,
10500
+ "String!"
10501
+ ],
10502
+ "approved": [
10503
+ 2,
10504
+ "Boolean!"
10505
+ ]
10506
+ }
10507
+ ],
10508
+ "createTeamStripeAccount": [
10509
+ 1,
10510
+ {
10511
+ "teamId": [
10512
+ 1,
10513
+ "String!"
10514
+ ]
10515
+ }
10516
+ ],
10517
+ "createTeamDonationCheckout": [
10518
+ 1,
10519
+ {
10520
+ "teamId": [
10521
+ 1,
10522
+ "String!"
10523
+ ],
10524
+ "amount": [
10525
+ 18,
10526
+ "Float!"
10527
+ ],
10528
+ "currency": [
10529
+ 1,
10530
+ "String!"
10531
+ ],
10532
+ "donorEmail": [
10533
+ 1
10534
+ ],
10535
+ "donorName": [
10536
+ 1
10537
+ ]
10538
+ }
10539
+ ],
10540
+ "createClub": [
10541
+ 175,
10542
+ {
10543
+ "input": [
10544
+ 370,
10545
+ "CreateClubInput!"
10546
+ ]
10547
+ }
10548
+ ],
10549
+ "updateClub": [
10550
+ 175,
10551
+ {
10552
+ "input": [
10553
+ 371,
10554
+ "UpdateClubInput!"
10555
+ ]
10556
+ }
10557
+ ],
10558
+ "joinClub": [
10559
+ 177,
10560
+ {
10561
+ "input": [
10562
+ 372,
10563
+ "JoinClubInput!"
10564
+ ]
10565
+ }
10566
+ ],
10567
+ "leaveClub": [
10568
+ 177,
10569
+ {
10570
+ "clubId": [
10571
+ 1,
10572
+ "String!"
10573
+ ]
10574
+ }
10575
+ ],
10576
+ "inviteToClub": [
10577
+ 177,
10578
+ {
10579
+ "clubId": [
10580
+ 1,
10581
+ "String!"
10582
+ ],
10583
+ "athleteId": [
10584
+ 1,
10585
+ "String!"
10586
+ ]
10587
+ }
10588
+ ],
10589
+ "manageClubMember": [
10590
+ 177,
10591
+ {
10592
+ "input": [
10593
+ 373,
10594
+ "ManageClubMemberInput!"
10595
+ ]
10596
+ }
10597
+ ],
10598
+ "approveClub": [
10599
+ 175,
10600
+ {
10601
+ "clubId": [
10602
+ 1,
10603
+ "String!"
10604
+ ],
10605
+ "approved": [
10606
+ 2,
10607
+ "Boolean!"
10608
+ ]
10609
+ }
10610
+ ],
10611
+ "createClubStripeAccount": [
10612
+ 1,
10613
+ {
10614
+ "clubId": [
10615
+ 1,
10616
+ "String!"
10617
+ ]
10618
+ }
10619
+ ],
10620
+ "createClubDonationCheckout": [
10621
+ 1,
10622
+ {
10623
+ "clubId": [
10624
+ 1,
10625
+ "String!"
10626
+ ],
10627
+ "amount": [
10628
+ 18,
10629
+ "Float!"
10630
+ ],
10631
+ "currency": [
10632
+ 1,
10633
+ "String!"
10634
+ ],
10635
+ "donorEmail": [
10636
+ 1
10637
+ ],
10638
+ "donorName": [
10639
+ 1
10640
+ ]
10641
+ }
10642
+ ],
10643
+ "createMembershipFeeCheckout": [
10644
+ 1,
10645
+ {
10646
+ "clubId": [
10647
+ 1,
10648
+ "String!"
10649
+ ]
10650
+ }
10651
+ ],
10025
10652
  "__typename": [
10026
10653
  1
10027
10654
  ]
@@ -10231,10 +10858,10 @@ exports.default = {
10231
10858
  1
10232
10859
  ],
10233
10860
  "profilePicture": [
10234
- 252
10861
+ 260
10235
10862
  ],
10236
10863
  "cardPicture": [
10237
- 252
10864
+ 260
10238
10865
  ],
10239
10866
  "__typename": [
10240
10867
  1
@@ -10253,7 +10880,7 @@ exports.default = {
10253
10880
  },
10254
10881
  "EditDisplayIndexDto": {
10255
10882
  "updates": [
10256
- 382
10883
+ 398
10257
10884
  ],
10258
10885
  "__typename": [
10259
10886
  1
@@ -10317,7 +10944,7 @@ exports.default = {
10317
10944
  18
10318
10945
  ],
10319
10946
  "translations": [
10320
- 387
10947
+ 403
10321
10948
  ],
10322
10949
  "__typename": [
10323
10950
  1
@@ -10351,10 +10978,10 @@ exports.default = {
10351
10978
  18
10352
10979
  ],
10353
10980
  "banner": [
10354
- 252
10981
+ 260
10355
10982
  ],
10356
10983
  "criteria": [
10357
- 327
10984
+ 335
10358
10985
  ],
10359
10986
  "deadline": [
10360
10987
  14
@@ -10363,13 +10990,13 @@ exports.default = {
10363
10990
  14
10364
10991
  ],
10365
10992
  "duration": [
10366
- 389
10993
+ 405
10367
10994
  ],
10368
10995
  "sponsorshipItems": [
10369
- 390
10996
+ 406
10370
10997
  ],
10371
10998
  "commitments": [
10372
- 391
10999
+ 407
10373
11000
  ],
10374
11001
  "terms": [
10375
11002
  1
@@ -10381,7 +11008,7 @@ exports.default = {
10381
11008
  2
10382
11009
  ],
10383
11010
  "translations": [
10384
- 392
11011
+ 408
10385
11012
  ],
10386
11013
  "__typename": [
10387
11014
  1
@@ -10458,7 +11085,7 @@ exports.default = {
10458
11085
  1
10459
11086
  ],
10460
11087
  "banner": [
10461
- 252
11088
+ 260
10462
11089
  ],
10463
11090
  "terms": [
10464
11091
  1
@@ -10565,7 +11192,7 @@ exports.default = {
10565
11192
  1
10566
11193
  ],
10567
11194
  "banner": [
10568
- 252
11195
+ 260
10569
11196
  ],
10570
11197
  "eventLevel": [
10571
11198
  1
@@ -10574,37 +11201,6 @@ exports.default = {
10574
11201
  1
10575
11202
  ]
10576
11203
  },
10577
- "SendThankYouDto": {
10578
- "campaignId": [
10579
- 1
10580
- ],
10581
- "donationId": [
10582
- 1
10583
- ],
10584
- "customMessage": [
10585
- 1
10586
- ],
10587
- "__typename": [
10588
- 1
10589
- ]
10590
- },
10591
- "UpdateThankYouTemplateDto": {
10592
- "campaignId": [
10593
- 1
10594
- ],
10595
- "thankYouMessage": [
10596
- 1
10597
- ],
10598
- "thankYouMediaUrl": [
10599
- 1
10600
- ],
10601
- "autoSendThankYou": [
10602
- 2
10603
- ],
10604
- "__typename": [
10605
- 1
10606
- ]
10607
- },
10608
11204
  "CreateStripeAccountDto": {
10609
11205
  "countryId": [
10610
11206
  1
@@ -10633,7 +11229,7 @@ exports.default = {
10633
11229
  1
10634
11230
  ],
10635
11231
  "audienceFilters": [
10636
- 367
11232
+ 383
10637
11233
  ],
10638
11234
  "segmentId": [
10639
11235
  1
@@ -10659,7 +11255,7 @@ exports.default = {
10659
11255
  1
10660
11256
  ],
10661
11257
  "audienceFilters": [
10662
- 367
11258
+ 383
10663
11259
  ],
10664
11260
  "segmentId": [
10665
11261
  1
@@ -10676,7 +11272,7 @@ exports.default = {
10676
11272
  1
10677
11273
  ],
10678
11274
  "filters": [
10679
- 367
11275
+ 383
10680
11276
  ],
10681
11277
  "__typename": [
10682
11278
  1
@@ -10687,7 +11283,7 @@ exports.default = {
10687
11283
  1
10688
11284
  ],
10689
11285
  "filters": [
10690
- 367
11286
+ 383
10691
11287
  ],
10692
11288
  "__typename": [
10693
11289
  1