@vertikalx/vtx-backend-client 3.2.1-dev.4 → 3.2.1-dev.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (40) hide show
  1. package/dist/package.json +1 -1
  2. package/dist/src/api/domains/generated/ai-coach.api.js +1 -1
  3. package/dist/src/api/domains/generated/ai-coach.api.js.map +1 -1
  4. package/dist/src/api/domains/generated/athlete.api.js +8 -8
  5. package/dist/src/api/domains/generated/athlete.api.js.map +1 -1
  6. package/dist/src/api/domains/generated/auth.api.js +1 -1
  7. package/dist/src/api/domains/generated/auth.api.js.map +1 -1
  8. package/dist/src/api/domains/generated/campaign.api.js +2 -2
  9. package/dist/src/api/domains/generated/campaign.api.js.map +1 -1
  10. package/dist/src/api/domains/generated/email-campaign.api.js +1 -1
  11. package/dist/src/api/domains/generated/email-campaign.api.js.map +1 -1
  12. package/dist/src/api/domains/generated/followers.api.js +1 -1
  13. package/dist/src/api/domains/generated/followers.api.js.map +1 -1
  14. package/dist/src/api/domains/generated/integrations.api.js +0 -6
  15. package/dist/src/api/domains/generated/integrations.api.js.map +1 -1
  16. package/dist/src/api/domains/generated/misc.api.js +1 -1
  17. package/dist/src/api/domains/generated/misc.api.js.map +1 -1
  18. package/dist/src/api/domains/generated/offers.api.js +2 -2
  19. package/dist/src/api/domains/generated/offers.api.js.map +1 -1
  20. package/dist/src/api/domains/generated/onboarding.api.js +1 -1
  21. package/dist/src/api/domains/generated/onboarding.api.js.map +1 -1
  22. package/dist/src/api/domains/generated/sponsor.api.js +2 -2
  23. package/dist/src/api/domains/generated/sponsor.api.js.map +1 -1
  24. package/dist/src/api/domains/generated/sport.api.js +1 -1
  25. package/dist/src/api/domains/generated/sport.api.js.map +1 -1
  26. package/dist/src/api/domains/generated/user.api.js +1 -1
  27. package/dist/src/api/domains/generated/user.api.js.map +1 -1
  28. package/dist/src/api/domains/generated/vtx-base-api.augment.d.ts +1 -3
  29. package/dist/src/client/schema.d.ts +0 -34
  30. package/dist/src/client/schema.js +3 -17
  31. package/dist/src/client/schema.js.map +1 -1
  32. package/dist/src/client/types.d.ts +0 -12
  33. package/dist/src/client/types.js +329 -360
  34. package/dist/src/client/types.js.map +1 -1
  35. package/dist/src/generated/graphql.d.ts +0 -33
  36. package/dist/src/generated/graphql.js +3 -24
  37. package/dist/src/generated/graphql.js.map +1 -1
  38. package/dist/src/scripts/generate-api-wrappers.js +22 -1
  39. package/dist/src/scripts/generate-api-wrappers.js.map +1 -1
  40. package/package.json +1 -1
@@ -17,12 +17,13 @@ exports.default = {
17
17
  177,
18
18
  195,
19
19
  205,
20
+ 253,
20
21
  254,
21
22
  255,
22
- 256,
23
- 270,
24
- 305,
25
- 328,
23
+ 269,
24
+ 304,
25
+ 327,
26
+ 474,
26
27
  475,
27
28
  476,
28
29
  477,
@@ -59,9 +60,7 @@ exports.default = {
59
60
  508,
60
61
  509,
61
62
  510,
62
- 511,
63
- 512,
64
- 513
63
+ 511
65
64
  ],
66
65
  "types": {
67
66
  "SortOrder": {
@@ -227,10 +226,10 @@ exports.default = {
227
226
  8
228
227
  ],
229
228
  "emailEligibilityReason": [
230
- 476
229
+ 475
231
230
  ],
232
231
  "pushEligibilityReason": [
233
- 476
232
+ 475
234
233
  ],
235
234
  "__typename": [
236
235
  1
@@ -727,7 +726,7 @@ exports.default = {
727
726
  1
728
727
  ],
729
728
  "resultType": [
730
- 491
729
+ 490
731
730
  ],
732
731
  "verified": [
733
732
  8
@@ -1080,10 +1079,10 @@ exports.default = {
1080
1079
  3
1081
1080
  ],
1082
1081
  "taxMode": [
1083
- 511
1082
+ 510
1084
1083
  ],
1085
1084
  "period": [
1086
- 512
1085
+ 511
1087
1086
  ],
1088
1087
  "customDays": [
1089
1088
  3
@@ -2918,7 +2917,7 @@ exports.default = {
2918
2917
  1
2919
2918
  ],
2920
2919
  "scoreType": [
2921
- 495
2920
+ 494
2922
2921
  ],
2923
2922
  "score": [
2924
2923
  3
@@ -3263,7 +3262,7 @@ exports.default = {
3263
3262
  8
3264
3263
  ],
3265
3264
  "adminRole": [
3266
- 475
3265
+ 474
3267
3266
  ],
3268
3267
  "__typename": [
3269
3268
  1
@@ -4852,7 +4851,7 @@ exports.default = {
4852
4851
  113
4853
4852
  ],
4854
4853
  "mode": [
4855
- 477
4854
+ 476
4856
4855
  ],
4857
4856
  "athleteId": [
4858
4857
  1
@@ -5626,23 +5625,6 @@ exports.default = {
5626
5625
  1
5627
5626
  ]
5628
5627
  },
5629
- "ProviderConnectionStatus": {
5630
- "provider": [
5631
- 513
5632
- ],
5633
- "status": [
5634
- 1
5635
- ],
5636
- "lastSync": [
5637
- 9
5638
- ],
5639
- "displayName": [
5640
- 1
5641
- ],
5642
- "__typename": [
5643
- 1
5644
- ]
5645
- },
5646
5628
  "PublicIntegrationStatus": {
5647
5629
  "hasStravaIntegration": [
5648
5630
  8
@@ -5768,7 +5750,7 @@ exports.default = {
5768
5750
  },
5769
5751
  "CheckScoreRefreshCapabilityResponse": {
5770
5752
  "capabilities": [
5771
- 249
5753
+ 248
5772
5754
  ],
5773
5755
  "__typename": [
5774
5756
  1
@@ -5807,13 +5789,13 @@ exports.default = {
5807
5789
  1
5808
5790
  ],
5809
5791
  "platform": [
5810
- 254
5792
+ 253
5811
5793
  ],
5812
5794
  "contentType": [
5813
- 255
5795
+ 254
5814
5796
  ],
5815
5797
  "periodType": [
5816
- 256
5798
+ 255
5817
5799
  ],
5818
5800
  "periodLabel": [
5819
5801
  1
@@ -5878,7 +5860,7 @@ exports.default = {
5878
5860
  1
5879
5861
  ],
5880
5862
  "contentType": [
5881
- 255
5863
+ 254
5882
5864
  ],
5883
5865
  "caption": [
5884
5866
  1
@@ -5927,10 +5909,10 @@ exports.default = {
5927
5909
  },
5928
5910
  "PostComparisonResultType": {
5929
5911
  "posts": [
5930
- 257
5912
+ 256
5931
5913
  ],
5932
5914
  "averages": [
5933
- 258
5915
+ 257
5934
5916
  ],
5935
5917
  "total": [
5936
5918
  19
@@ -5985,10 +5967,10 @@ exports.default = {
5985
5967
  1
5986
5968
  ],
5987
5969
  "companySize": [
5988
- 488
5970
+ 487
5989
5971
  ],
5990
5972
  "totalSponsoredAthletes": [
5991
- 489
5973
+ 488
5992
5974
  ],
5993
5975
  "brandId": [
5994
5976
  1
@@ -6061,10 +6043,10 @@ exports.default = {
6061
6043
  1
6062
6044
  ],
6063
6045
  "availableBalances": [
6064
- 265
6046
+ 264
6065
6047
  ],
6066
6048
  "pendingBalances": [
6067
- 265
6049
+ 264
6068
6050
  ],
6069
6051
  "__typename": [
6070
6052
  1
@@ -6142,7 +6124,7 @@ exports.default = {
6142
6124
  1
6143
6125
  ],
6144
6126
  "status": [
6145
- 270
6127
+ 269
6146
6128
  ],
6147
6129
  "lastError": [
6148
6130
  1
@@ -6215,10 +6197,10 @@ exports.default = {
6215
6197
  19
6216
6198
  ],
6217
6199
  "vtxScoreHistory": [
6218
- 271
6200
+ 270
6219
6201
  ],
6220
6202
  "topPerformers": [
6221
- 272
6203
+ 271
6222
6204
  ],
6223
6205
  "__typename": [
6224
6206
  1
@@ -6243,13 +6225,13 @@ exports.default = {
6243
6225
  },
6244
6226
  "TeamDashboard": {
6245
6227
  "analytics": [
6246
- 273
6228
+ 272
6247
6229
  ],
6248
6230
  "roster": [
6249
- 274
6231
+ 273
6250
6232
  ],
6251
6233
  "leaderboard": [
6252
- 272
6234
+ 271
6253
6235
  ],
6254
6236
  "__typename": [
6255
6237
  1
@@ -6305,7 +6287,7 @@ exports.default = {
6305
6287
  9
6306
6288
  ],
6307
6289
  "athleteDonationReceipt": [
6308
- 247
6290
+ 246
6309
6291
  ],
6310
6292
  "__typename": [
6311
6293
  1
@@ -6889,10 +6871,10 @@ exports.default = {
6889
6871
  19
6890
6872
  ],
6891
6873
  "sortBy": [
6892
- 305
6874
+ 304
6893
6875
  ],
6894
6876
  "contentType": [
6895
- 255
6877
+ 254
6896
6878
  ],
6897
6879
  "limit": [
6898
6880
  19
@@ -6918,7 +6900,7 @@ exports.default = {
6918
6900
  },
6919
6901
  "EditDisplayIndexDto": {
6920
6902
  "updates": [
6921
- 306
6903
+ 305
6922
6904
  ],
6923
6905
  "__typename": [
6924
6906
  1
@@ -7118,28 +7100,28 @@ exports.default = {
7118
7100
  },
7119
7101
  "QualificationsBagDto": {
7120
7102
  "ageQualifications": [
7121
- 315
7103
+ 314
7122
7104
  ],
7123
7105
  "genderQualifications": [
7124
- 316
7106
+ 315
7125
7107
  ],
7126
7108
  "scoreQualifications": [
7127
- 318
7109
+ 317
7128
7110
  ],
7129
7111
  "locationQualifications": [
7130
- 319
7112
+ 318
7131
7113
  ],
7132
7114
  "nationalityQualifications": [
7133
- 317
7115
+ 316
7134
7116
  ],
7135
7117
  "distanceQualifications": [
7136
- 320
7118
+ 319
7137
7119
  ],
7138
7120
  "sportsQualifications": [
7139
- 321
7121
+ 320
7140
7122
  ],
7141
7123
  "levelQualifications": [
7142
- 322
7124
+ 321
7143
7125
  ],
7144
7126
  "__typename": [
7145
7127
  1
@@ -7153,7 +7135,7 @@ exports.default = {
7153
7135
  1
7154
7136
  ],
7155
7137
  "qualificationsBag": [
7156
- 323
7138
+ 322
7157
7139
  ],
7158
7140
  "__typename": [
7159
7141
  1
@@ -7187,7 +7169,7 @@ exports.default = {
7187
7169
  1
7188
7170
  ],
7189
7171
  "metricRanges": [
7190
- 325
7172
+ 324
7191
7173
  ],
7192
7174
  "__typename": [
7193
7175
  1
@@ -7201,7 +7183,7 @@ exports.default = {
7201
7183
  143
7202
7184
  ],
7203
7185
  "timeRange": [
7204
- 328
7186
+ 327
7205
7187
  ],
7206
7188
  "page": [
7207
7189
  19
@@ -7210,7 +7192,7 @@ exports.default = {
7210
7192
  19
7211
7193
  ],
7212
7194
  "filters": [
7213
- 326
7195
+ 325
7214
7196
  ],
7215
7197
  "__typename": [
7216
7198
  1
@@ -7255,7 +7237,7 @@ exports.default = {
7255
7237
  1
7256
7238
  ],
7257
7239
  "timeRange": [
7258
- 328
7240
+ 327
7259
7241
  ],
7260
7242
  "__typename": [
7261
7243
  1
@@ -7266,7 +7248,7 @@ exports.default = {
7266
7248
  1
7267
7249
  ],
7268
7250
  "timeRange": [
7269
- 328
7251
+ 327
7270
7252
  ],
7271
7253
  "sportId": [
7272
7254
  1
@@ -7356,7 +7338,7 @@ exports.default = {
7356
7338
  1
7357
7339
  ],
7358
7340
  "currentCampaign": [
7359
- 335
7341
+ 334
7360
7342
  ],
7361
7343
  "sports": [
7362
7344
  1
@@ -7368,7 +7350,7 @@ exports.default = {
7368
7350
  8
7369
7351
  ],
7370
7352
  "gender": [
7371
- 480
7353
+ 479
7372
7354
  ],
7373
7355
  "minAge": [
7374
7356
  3
@@ -7446,13 +7428,13 @@ exports.default = {
7446
7428
  },
7447
7429
  "CursorPaginationDto": {
7448
7430
  "sortCriteria": [
7449
- 337
7431
+ 336
7450
7432
  ],
7451
7433
  "limit": [
7452
7434
  3
7453
7435
  ],
7454
7436
  "cursorPosition": [
7455
- 338
7437
+ 337
7456
7438
  ],
7457
7439
  "__typename": [
7458
7440
  1
@@ -7460,10 +7442,10 @@ exports.default = {
7460
7442
  },
7461
7443
  "AthleteQueryDto": {
7462
7444
  "cursor": [
7463
- 339
7445
+ 338
7464
7446
  ],
7465
7447
  "filters": [
7466
- 336
7448
+ 335
7467
7449
  ],
7468
7450
  "__typename": [
7469
7451
  1
@@ -7613,7 +7595,7 @@ exports.default = {
7613
7595
  3
7614
7596
  ],
7615
7597
  "items": [
7616
- 344
7598
+ 343
7617
7599
  ],
7618
7600
  "__typename": [
7619
7601
  1
@@ -7624,7 +7606,7 @@ exports.default = {
7624
7606
  3
7625
7607
  ],
7626
7608
  "items": [
7627
- 344
7609
+ 343
7628
7610
  ],
7629
7611
  "athleteCompetitionId": [
7630
7612
  1
@@ -7635,7 +7617,7 @@ exports.default = {
7635
7617
  },
7636
7618
  "BudgetDto": {
7637
7619
  "items": [
7638
- 344
7620
+ 343
7639
7621
  ],
7640
7622
  "fundingMode": [
7641
7623
  177
@@ -7649,7 +7631,7 @@ exports.default = {
7649
7631
  1
7650
7632
  ],
7651
7633
  "budget": [
7652
- 348
7634
+ 347
7653
7635
  ],
7654
7636
  "__typename": [
7655
7637
  1
@@ -7660,7 +7642,7 @@ exports.default = {
7660
7642
  1
7661
7643
  ],
7662
7644
  "budget": [
7663
- 348
7645
+ 347
7664
7646
  ],
7665
7647
  "__typename": [
7666
7648
  1
@@ -7680,7 +7662,7 @@ exports.default = {
7680
7662
  3
7681
7663
  ],
7682
7664
  "budget": [
7683
- 348
7665
+ 347
7684
7666
  ],
7685
7667
  "__typename": [
7686
7668
  1
@@ -7893,7 +7875,7 @@ exports.default = {
7893
7875
  1
7894
7876
  ],
7895
7877
  "result": [
7896
- 358
7878
+ 357
7897
7879
  ],
7898
7880
  "cityId": [
7899
7881
  1
@@ -7916,7 +7898,7 @@ exports.default = {
7916
7898
  1
7917
7899
  ],
7918
7900
  "result": [
7919
- 358
7901
+ 357
7920
7902
  ],
7921
7903
  "cityId": [
7922
7904
  1
@@ -7985,10 +7967,10 @@ exports.default = {
7985
7967
  1
7986
7968
  ],
7987
7969
  "logo": [
7988
- 365
7970
+ 364
7989
7971
  ],
7990
7972
  "banner": [
7991
- 365
7973
+ 364
7992
7974
  ],
7993
7975
  "__typename": [
7994
7976
  1
@@ -8031,13 +8013,13 @@ exports.default = {
8031
8013
  1
8032
8014
  ],
8033
8015
  "logo": [
8034
- 365
8016
+ 364
8035
8017
  ],
8036
8018
  "banner": [
8037
- 365
8019
+ 364
8038
8020
  ],
8039
8021
  "translations": [
8040
- 364
8022
+ 363
8041
8023
  ],
8042
8024
  "sponsorId": [
8043
8025
  1
@@ -8156,16 +8138,16 @@ exports.default = {
8156
8138
  9
8157
8139
  ],
8158
8140
  "budget": [
8159
- 346
8141
+ 345
8160
8142
  ],
8161
8143
  "competitionBudgets": [
8162
- 347
8144
+ 346
8163
8145
  ],
8164
8146
  "competitionIds": [
8165
8147
  1
8166
8148
  ],
8167
8149
  "video": [
8168
- 369
8150
+ 368
8169
8151
  ],
8170
8152
  "coverImageId": [
8171
8153
  1
@@ -8209,16 +8191,16 @@ exports.default = {
8209
8191
  9
8210
8192
  ],
8211
8193
  "budget": [
8212
- 346
8194
+ 345
8213
8195
  ],
8214
8196
  "competitionBudgets": [
8215
- 347
8197
+ 346
8216
8198
  ],
8217
8199
  "competitionIds": [
8218
8200
  1
8219
8201
  ],
8220
8202
  "video": [
8221
- 369
8203
+ 368
8222
8204
  ],
8223
8205
  "coverImageId": [
8224
8206
  1
@@ -8265,16 +8247,16 @@ exports.default = {
8265
8247
  9
8266
8248
  ],
8267
8249
  "budget": [
8268
- 346
8250
+ 345
8269
8251
  ],
8270
8252
  "competitionBudgets": [
8271
- 347
8253
+ 346
8272
8254
  ],
8273
8255
  "competitionIds": [
8274
8256
  1
8275
8257
  ],
8276
8258
  "video": [
8277
- 369
8259
+ 368
8278
8260
  ],
8279
8261
  "coverImageId": [
8280
8262
  1
@@ -8317,7 +8299,7 @@ exports.default = {
8317
8299
  1
8318
8300
  ],
8319
8301
  "logo": [
8320
- 365
8302
+ 364
8321
8303
  ],
8322
8304
  "countryId": [
8323
8305
  1
@@ -8343,10 +8325,10 @@ exports.default = {
8343
8325
  1
8344
8326
  ],
8345
8327
  "logo": [
8346
- 365
8328
+ 364
8347
8329
  ],
8348
8330
  "banner": [
8349
- 365
8331
+ 364
8350
8332
  ],
8351
8333
  "__typename": [
8352
8334
  1
@@ -8363,7 +8345,7 @@ exports.default = {
8363
8345
  1
8364
8346
  ],
8365
8347
  "offerImage": [
8366
- 365
8348
+ 364
8367
8349
  ],
8368
8350
  "type": [
8369
8351
  1
@@ -8387,7 +8369,7 @@ exports.default = {
8387
8369
  1
8388
8370
  ],
8389
8371
  "criteria": [
8390
- 324
8372
+ 323
8391
8373
  ],
8392
8374
  "dateStart": [
8393
8375
  9
@@ -8513,7 +8495,7 @@ exports.default = {
8513
8495
  1
8514
8496
  ],
8515
8497
  "banner": [
8516
- 365
8498
+ 364
8517
8499
  ],
8518
8500
  "terms": [
8519
8501
  1
@@ -8539,10 +8521,10 @@ exports.default = {
8539
8521
  3
8540
8522
  ],
8541
8523
  "banner": [
8542
- 365
8524
+ 364
8543
8525
  ],
8544
8526
  "criteria": [
8545
- 324
8527
+ 323
8546
8528
  ],
8547
8529
  "deadline": [
8548
8530
  9
@@ -8551,13 +8533,13 @@ exports.default = {
8551
8533
  9
8552
8534
  ],
8553
8535
  "duration": [
8554
- 381
8536
+ 380
8555
8537
  ],
8556
8538
  "sponsorshipItems": [
8557
- 380
8539
+ 379
8558
8540
  ],
8559
8541
  "commitments": [
8560
- 379
8542
+ 378
8561
8543
  ],
8562
8544
  "terms": [
8563
8545
  1
@@ -8569,7 +8551,7 @@ exports.default = {
8569
8551
  8
8570
8552
  ],
8571
8553
  "translations": [
8572
- 382
8554
+ 381
8573
8555
  ],
8574
8556
  "__typename": [
8575
8557
  1
@@ -8595,7 +8577,7 @@ exports.default = {
8595
8577
  1
8596
8578
  ],
8597
8579
  "banner": [
8598
- 365
8580
+ 364
8599
8581
  ],
8600
8582
  "eventLevel": [
8601
8583
  1
@@ -8626,7 +8608,7 @@ exports.default = {
8626
8608
  3
8627
8609
  ],
8628
8610
  "translations": [
8629
- 385
8611
+ 384
8630
8612
  ],
8631
8613
  "__typename": [
8632
8614
  1
@@ -8775,7 +8757,7 @@ exports.default = {
8775
8757
  1
8776
8758
  ],
8777
8759
  "newPicture": [
8778
- 365
8760
+ 364
8779
8761
  ],
8780
8762
  "__typename": [
8781
8763
  1
@@ -8806,7 +8788,7 @@ exports.default = {
8806
8788
  1
8807
8789
  ],
8808
8790
  "audienceFilters": [
8809
- 341
8791
+ 340
8810
8792
  ],
8811
8793
  "segmentId": [
8812
8794
  1
@@ -8832,7 +8814,7 @@ exports.default = {
8832
8814
  1
8833
8815
  ],
8834
8816
  "audienceFilters": [
8835
- 341
8817
+ 340
8836
8818
  ],
8837
8819
  "segmentId": [
8838
8820
  1
@@ -8849,7 +8831,7 @@ exports.default = {
8849
8831
  1
8850
8832
  ],
8851
8833
  "filters": [
8852
- 341
8834
+ 340
8853
8835
  ],
8854
8836
  "__typename": [
8855
8837
  1
@@ -8860,7 +8842,7 @@ exports.default = {
8860
8842
  1
8861
8843
  ],
8862
8844
  "filters": [
8863
- 341
8845
+ 340
8864
8846
  ],
8865
8847
  "__typename": [
8866
8848
  1
@@ -9008,7 +8990,7 @@ exports.default = {
9008
8990
  1
9009
8991
  ],
9010
8992
  "filters": [
9011
- 414
8993
+ 413
9012
8994
  ],
9013
8995
  "sortField": [
9014
8996
  1
@@ -9192,10 +9174,10 @@ exports.default = {
9192
9174
  1
9193
9175
  ],
9194
9176
  "event": [
9195
- 427
9177
+ 426
9196
9178
  ],
9197
9179
  "result": [
9198
- 428
9180
+ 427
9199
9181
  ],
9200
9182
  "__typename": [
9201
9183
  1
@@ -9223,7 +9205,7 @@ exports.default = {
9223
9205
  1
9224
9206
  ],
9225
9207
  "invitations": [
9226
- 430
9208
+ 429
9227
9209
  ],
9228
9210
  "__typename": [
9229
9211
  1
@@ -9271,7 +9253,7 @@ exports.default = {
9271
9253
  1
9272
9254
  ],
9273
9255
  "country": [
9274
- 433
9256
+ 432
9275
9257
  ],
9276
9258
  "__typename": [
9277
9259
  1
@@ -9285,7 +9267,7 @@ exports.default = {
9285
9267
  1
9286
9268
  ],
9287
9269
  "state": [
9288
- 434
9270
+ 433
9289
9271
  ],
9290
9272
  "__typename": [
9291
9273
  1
@@ -9369,7 +9351,7 @@ exports.default = {
9369
9351
  },
9370
9352
  "OfferClaimQueryDto": {
9371
9353
  "status": [
9372
- 479
9354
+ 478
9373
9355
  ],
9374
9356
  "__typename": [
9375
9357
  1
@@ -9421,7 +9403,7 @@ exports.default = {
9421
9403
  3
9422
9404
  ],
9423
9405
  "sortCriteria": [
9424
- 337
9406
+ 336
9425
9407
  ],
9426
9408
  "__typename": [
9427
9409
  1
@@ -9477,10 +9459,10 @@ exports.default = {
9477
9459
  1
9478
9460
  ],
9479
9461
  "profilePicture": [
9480
- 365
9462
+ 364
9481
9463
  ],
9482
9464
  "cardPicture": [
9483
- 365
9465
+ 364
9484
9466
  ],
9485
9467
  "__typename": [
9486
9468
  1
@@ -9500,7 +9482,7 @@ exports.default = {
9500
9482
  1
9501
9483
  ],
9502
9484
  "profilePicture": [
9503
- 365
9485
+ 364
9504
9486
  ],
9505
9487
  "__typename": [
9506
9488
  1
@@ -9571,7 +9553,7 @@ exports.default = {
9571
9553
  },
9572
9554
  "resetPasswordDto": {
9573
9555
  "code": [
9574
- 300
9556
+ 299
9575
9557
  ],
9576
9558
  "newPassword": [
9577
9559
  1
@@ -9594,13 +9576,13 @@ exports.default = {
9594
9576
  132
9595
9577
  ],
9596
9578
  "iosOverrides": [
9597
- 301
9579
+ 300
9598
9580
  ],
9599
9581
  "androidOverrides": [
9600
- 302
9582
+ 301
9601
9583
  ],
9602
9584
  "audienceFilters": [
9603
- 341
9585
+ 340
9604
9586
  ],
9605
9587
  "scheduleAt": [
9606
9588
  9
@@ -9617,7 +9599,7 @@ exports.default = {
9617
9599
  1
9618
9600
  ],
9619
9601
  "role": [
9620
- 475
9602
+ 474
9621
9603
  ],
9622
9604
  "__typename": [
9623
9605
  1
@@ -9857,10 +9839,10 @@ exports.default = {
9857
9839
  1
9858
9840
  ],
9859
9841
  "logo": [
9860
- 365
9842
+ 364
9861
9843
  ],
9862
9844
  "banner": [
9863
- 365
9845
+ 364
9864
9846
  ],
9865
9847
  "__typename": [
9866
9848
  1
@@ -9874,10 +9856,10 @@ exports.default = {
9874
9856
  1
9875
9857
  ],
9876
9858
  "companySize": [
9877
- 488
9859
+ 487
9878
9860
  ],
9879
9861
  "totalSponsoredAthletes": [
9880
- 489
9862
+ 488
9881
9863
  ],
9882
9864
  "__typename": [
9883
9865
  1
@@ -9922,7 +9904,7 @@ exports.default = {
9922
9904
  1
9923
9905
  ],
9924
9906
  "banner": [
9925
- 365
9907
+ 364
9926
9908
  ],
9927
9909
  "eventLevel": [
9928
9910
  1
@@ -9964,13 +9946,13 @@ exports.default = {
9964
9946
  1
9965
9947
  ],
9966
9948
  "pictures": [
9967
- 365
9949
+ 364
9968
9950
  ],
9969
9951
  "albumId": [
9970
9952
  1
9971
9953
  ],
9972
9954
  "visibility": [
9973
- 508
9955
+ 507
9974
9956
  ],
9975
9957
  "competitionId": [
9976
9958
  1
@@ -10086,7 +10068,7 @@ exports.default = {
10086
10068
  3
10087
10069
  ],
10088
10070
  "mode": [
10089
- 477
10071
+ 476
10090
10072
  ],
10091
10073
  "fromName": [
10092
10074
  1
@@ -10145,7 +10127,6 @@ exports.default = {
10145
10127
  "BrandOperatorType": {},
10146
10128
  "TaxCalculation": {},
10147
10129
  "PlanPeriod": {},
10148
- "IntegrationProvider": {},
10149
10130
  "Query": {
10150
10131
  "findTenantById": [
10151
10132
  29,
@@ -10216,7 +10197,7 @@ exports.default = {
10216
10197
  61,
10217
10198
  {
10218
10199
  "input": [
10219
- 515,
10200
+ 513,
10220
10201
  "AWSS3GetUploadDto!"
10221
10202
  ]
10222
10203
  }
@@ -10240,7 +10221,7 @@ exports.default = {
10240
10221
  235,
10241
10222
  {
10242
10223
  "query": [
10243
- 342
10224
+ 341
10244
10225
  ]
10245
10226
  }
10246
10227
  ],
@@ -10274,10 +10255,10 @@ exports.default = {
10274
10255
  232
10275
10256
  ],
10276
10257
  "getMySponsorOnboardingData": [
10277
- 261
10258
+ 260
10278
10259
  ],
10279
10260
  "myPreferences": [
10280
- 262
10261
+ 261
10281
10262
  ],
10282
10263
  "myBrands": [
10283
10264
  91
@@ -10298,7 +10279,7 @@ exports.default = {
10298
10279
  238,
10299
10280
  {
10300
10281
  "query": [
10301
- 455
10282
+ 454
10302
10283
  ]
10303
10284
  }
10304
10285
  ],
@@ -10306,25 +10287,25 @@ exports.default = {
10306
10287
  124
10307
10288
  ],
10308
10289
  "listSponsorOrgUsers": [
10309
- 290
10290
+ 289
10310
10291
  ],
10311
10292
  "findSponsorAthleteInvitation": [
10312
- 260,
10293
+ 259,
10313
10294
  {
10314
10295
  "input": [
10315
- 407,
10296
+ 406,
10316
10297
  "FindSponsorAthleteInvitationDto!"
10317
10298
  ]
10318
10299
  }
10319
10300
  ],
10320
10301
  "mySponsorAthleteInvitations": [
10321
- 260
10302
+ 259
10322
10303
  ],
10323
10304
  "verifyAthleteCompetitionLinkedForDelete": [
10324
10305
  182,
10325
10306
  {
10326
10307
  "input": [
10327
- 406,
10308
+ 405,
10328
10309
  "existValueDto!"
10329
10310
  ]
10330
10311
  }
@@ -10336,7 +10317,7 @@ exports.default = {
10336
10317
  164,
10337
10318
  {
10338
10319
  "input": [
10339
- 340,
10320
+ 339,
10340
10321
  "AthleteQueryDto!"
10341
10322
  ]
10342
10323
  }
@@ -10384,7 +10365,7 @@ exports.default = {
10384
10365
  105,
10385
10366
  {
10386
10367
  "input": [
10387
- 419,
10368
+ 418,
10388
10369
  "GetAthleteCompetitionsDto!"
10389
10370
  ]
10390
10371
  }
@@ -10393,7 +10374,7 @@ exports.default = {
10393
10374
  242,
10394
10375
  {
10395
10376
  "input": [
10396
- 423,
10377
+ 422,
10397
10378
  "GetPendingSuggestionsDto!"
10398
10379
  ]
10399
10380
  }
@@ -10441,7 +10422,7 @@ exports.default = {
10441
10422
  164,
10442
10423
  {
10443
10424
  "input": [
10444
- 340,
10425
+ 339,
10445
10426
  "AthleteQueryDto!"
10446
10427
  ]
10447
10428
  }
@@ -10459,16 +10440,16 @@ exports.default = {
10459
10440
  200,
10460
10441
  {
10461
10442
  "input": [
10462
- 406,
10443
+ 405,
10463
10444
  "existValueDto!"
10464
10445
  ]
10465
10446
  }
10466
10447
  ],
10467
10448
  "checkScoreRefreshCapabilities": [
10468
- 250,
10449
+ 249,
10469
10450
  {
10470
10451
  "input": [
10471
- 352,
10452
+ 351,
10472
10453
  "CheckScoreRefreshCapabilityDto!"
10473
10454
  ]
10474
10455
  }
@@ -10477,7 +10458,7 @@ exports.default = {
10477
10458
  213,
10478
10459
  {
10479
10460
  "input": [
10480
- 422,
10461
+ 421,
10481
10462
  "GetHistoricalScoresDto!"
10482
10463
  ]
10483
10464
  }
@@ -10486,7 +10467,7 @@ exports.default = {
10486
10467
  122,
10487
10468
  {
10488
10469
  "input": [
10489
- 422,
10470
+ 421,
10490
10471
  "GetHistoricalScoresDto!"
10491
10472
  ]
10492
10473
  }
@@ -10495,7 +10476,7 @@ exports.default = {
10495
10476
  213,
10496
10477
  {
10497
10478
  "input": [
10498
- 421,
10479
+ 420,
10499
10480
  "GetMyHistoricalScoresDto!"
10500
10481
  ]
10501
10482
  }
@@ -10504,7 +10485,7 @@ exports.default = {
10504
10485
  122,
10505
10486
  {
10506
10487
  "input": [
10507
- 421,
10488
+ 420,
10508
10489
  "GetMyHistoricalScoresDto!"
10509
10490
  ]
10510
10491
  }
@@ -10513,7 +10494,7 @@ exports.default = {
10513
10494
  113,
10514
10495
  {
10515
10496
  "input": [
10516
- 418,
10497
+ 417,
10517
10498
  "GetAthleteCampaignsDto!"
10518
10499
  ]
10519
10500
  }
@@ -10522,7 +10503,7 @@ exports.default = {
10522
10503
  167,
10523
10504
  {
10524
10505
  "input": [
10525
- 343,
10506
+ 342,
10526
10507
  "BrowseCampaignsDto!"
10527
10508
  ]
10528
10509
  }
@@ -10531,7 +10512,7 @@ exports.default = {
10531
10512
  232
10532
10513
  ],
10533
10514
  "getPublicAthleteIntegrationStatus": [
10534
- 244,
10515
+ 243,
10535
10516
  {
10536
10517
  "athleteId": [
10537
10518
  1,
@@ -10540,7 +10521,7 @@ exports.default = {
10540
10521
  }
10541
10522
  ],
10542
10523
  "myAthleteInvitations": [
10543
- 260
10524
+ 259
10544
10525
  ],
10545
10526
  "getSports": [
10546
10527
  38
@@ -10549,7 +10530,7 @@ exports.default = {
10549
10530
  239,
10550
10531
  {
10551
10532
  "query": [
10552
- 456
10533
+ 455
10553
10534
  ]
10554
10535
  }
10555
10536
  ],
@@ -10617,7 +10598,7 @@ exports.default = {
10617
10598
  26,
10618
10599
  {
10619
10600
  "input": [
10620
- 408,
10601
+ 407,
10621
10602
  "FindVtxUserDto!"
10622
10603
  ]
10623
10604
  }
@@ -10636,7 +10617,7 @@ exports.default = {
10636
10617
  }
10637
10618
  ],
10638
10619
  "getUserImagesFromEmail": [
10639
- 285,
10620
+ 284,
10640
10621
  {
10641
10622
  "loginEmail": [
10642
10623
  1,
@@ -10657,7 +10638,7 @@ exports.default = {
10657
10638
  65,
10658
10639
  {
10659
10640
  "input": [
10660
- 300,
10641
+ 299,
10661
10642
  "VerifyCodeDto!"
10662
10643
  ]
10663
10644
  }
@@ -10678,7 +10659,7 @@ exports.default = {
10678
10659
  241,
10679
10660
  {
10680
10661
  "query": [
10681
- 472
10662
+ 471
10682
10663
  ]
10683
10664
  }
10684
10665
  ],
@@ -10692,7 +10673,7 @@ exports.default = {
10692
10673
  24,
10693
10674
  {
10694
10675
  "input": [
10695
- 309,
10676
+ 308,
10696
10677
  "GetAdminUserDetailInput!"
10697
10678
  ]
10698
10679
  }
@@ -10704,7 +10685,7 @@ exports.default = {
10704
10685
  97,
10705
10686
  {
10706
10687
  "input": [
10707
- 425,
10688
+ 424,
10708
10689
  "GetSportEventsDto!"
10709
10690
  ]
10710
10691
  }
@@ -10713,7 +10694,7 @@ exports.default = {
10713
10694
  236,
10714
10695
  {
10715
10696
  "query": [
10716
- 405
10697
+ 404
10717
10698
  ]
10718
10699
  }
10719
10700
  ],
@@ -10721,7 +10702,7 @@ exports.default = {
10721
10702
  178
10722
10703
  ],
10723
10704
  "getDonationsByAthlete": [
10724
- 247
10705
+ 246
10725
10706
  ],
10726
10707
  "getDonationsToAthlete": [
10727
10708
  125,
@@ -10768,7 +10749,7 @@ exports.default = {
10768
10749
  211,
10769
10750
  {
10770
10751
  "query": [
10771
- 415
10752
+ 414
10772
10753
  ]
10773
10754
  }
10774
10755
  ],
@@ -10802,26 +10783,23 @@ exports.default = {
10802
10783
  "getAthleteIntegrations": [
10803
10784
  162
10804
10785
  ],
10805
- "getAthleteProviderConnections": [
10806
- 243
10807
- ],
10808
10786
  "stripeQuery": [
10809
- 263,
10787
+ 262,
10810
10788
  {
10811
10789
  "input": [
10812
- 457,
10790
+ 456,
10813
10791
  "StripeQueryDto!"
10814
10792
  ]
10815
10793
  }
10816
10794
  ],
10817
10795
  "getStripeBalance": [
10818
- 266
10796
+ 265
10819
10797
  ],
10820
10798
  "getDatabaseTextFile": [
10821
10799
  64,
10822
10800
  {
10823
10801
  "input": [
10824
- 298,
10802
+ 297,
10825
10803
  "GetDatabaseFileDto!"
10826
10804
  ]
10827
10805
  }
@@ -10830,34 +10808,34 @@ exports.default = {
10830
10808
  61,
10831
10809
  {
10832
10810
  "input": [
10833
- 515,
10811
+ 513,
10834
10812
  "AWSS3GetUploadDto!"
10835
10813
  ]
10836
10814
  }
10837
10815
  ],
10838
10816
  "getReceipt": [
10839
- 247,
10817
+ 246,
10840
10818
  {
10841
10819
  "input": [
10842
- 424,
10820
+ 423,
10843
10821
  "GetReceiptDto!"
10844
10822
  ]
10845
10823
  }
10846
10824
  ],
10847
10825
  "getReceiptUrl": [
10848
- 246,
10826
+ 245,
10849
10827
  {
10850
10828
  "input": [
10851
- 424,
10829
+ 423,
10852
10830
  "GetReceiptDto!"
10853
10831
  ]
10854
10832
  }
10855
10833
  ],
10856
10834
  "getTransactionDetails": [
10857
- 276,
10835
+ 275,
10858
10836
  {
10859
10837
  "input": [
10860
- 426,
10838
+ 425,
10861
10839
  "GetTransactionDetailsDto!"
10862
10840
  ]
10863
10841
  }
@@ -10890,7 +10868,7 @@ exports.default = {
10890
10868
  240,
10891
10869
  {
10892
10870
  "query": [
10893
- 462
10871
+ 461
10894
10872
  ]
10895
10873
  }
10896
10874
  ],
@@ -10901,7 +10879,7 @@ exports.default = {
10901
10879
  237,
10902
10880
  {
10903
10881
  "query": [
10904
- 442
10882
+ 441
10905
10883
  ]
10906
10884
  }
10907
10885
  ],
@@ -10930,7 +10908,7 @@ exports.default = {
10930
10908
  "String!"
10931
10909
  ],
10932
10910
  "query": [
10933
- 441
10911
+ 440
10934
10912
  ]
10935
10913
  }
10936
10914
  ],
@@ -10951,7 +10929,7 @@ exports.default = {
10951
10929
  231,
10952
10930
  {
10953
10931
  "query": [
10954
- 442
10932
+ 441
10955
10933
  ]
10956
10934
  }
10957
10935
  ],
@@ -10959,7 +10937,7 @@ exports.default = {
10959
10937
  217,
10960
10938
  {
10961
10939
  "input": [
10962
- 432
10940
+ 431
10963
10941
  ]
10964
10942
  }
10965
10943
  ],
@@ -10967,7 +10945,7 @@ exports.default = {
10967
10945
  218,
10968
10946
  {
10969
10947
  "input": [
10970
- 473,
10948
+ 472,
10971
10949
  "UserRankQueryDto!"
10972
10950
  ]
10973
10951
  }
@@ -10985,7 +10963,7 @@ exports.default = {
10985
10963
  151,
10986
10964
  {
10987
10965
  "input": [
10988
- 332,
10966
+ 331,
10989
10967
  "ScoreHistoryQueryDto!"
10990
10968
  ]
10991
10969
  }
@@ -10994,7 +10972,7 @@ exports.default = {
10994
10972
  152,
10995
10973
  {
10996
10974
  "input": [
10997
- 333,
10975
+ 332,
10998
10976
  "RankHistoryQueryDto!"
10999
10977
  ]
11000
10978
  }
@@ -11003,7 +10981,7 @@ exports.default = {
11003
10981
  153,
11004
10982
  {
11005
10983
  "input": [
11006
- 334,
10984
+ 333,
11007
10985
  "RankContextQueryDto!"
11008
10986
  ]
11009
10987
  }
@@ -11012,7 +10990,7 @@ exports.default = {
11012
10990
  141,
11013
10991
  {
11014
10992
  "input": [
11015
- 327,
10993
+ 326,
11016
10994
  "ActivitiesQueryDto!"
11017
10995
  ]
11018
10996
  }
@@ -11021,7 +10999,7 @@ exports.default = {
11021
10999
  147,
11022
11000
  {
11023
11001
  "input": [
11024
- 330,
11002
+ 329,
11025
11003
  "ActivityDetailQueryDto!"
11026
11004
  ]
11027
11005
  }
@@ -11030,7 +11008,7 @@ exports.default = {
11030
11008
  149,
11031
11009
  {
11032
11010
  "input": [
11033
- 331,
11011
+ 330,
11034
11012
  "ComponentSummaryQueryDto!"
11035
11013
  ]
11036
11014
  }
@@ -11039,44 +11017,44 @@ exports.default = {
11039
11017
  144,
11040
11018
  {
11041
11019
  "input": [
11042
- 329,
11020
+ 328,
11043
11021
  "ActivityDatesQueryDto!"
11044
11022
  ]
11045
11023
  }
11046
11024
  ],
11047
11025
  "socialAggregates": [
11048
- 253,
11026
+ 252,
11049
11027
  {
11050
11028
  "athleteId": [
11051
11029
  7,
11052
11030
  "ID!"
11053
11031
  ],
11054
11032
  "platform": [
11055
- 254,
11033
+ 253,
11056
11034
  "Platform!"
11057
11035
  ],
11058
11036
  "range": [
11059
- 303,
11037
+ 302,
11060
11038
  "DateRangeInput!"
11061
11039
  ],
11062
11040
  "periodType": [
11063
- 256
11041
+ 255
11064
11042
  ]
11065
11043
  }
11066
11044
  ],
11067
11045
  "postsWithComparison": [
11068
- 259,
11046
+ 258,
11069
11047
  {
11070
11048
  "athleteId": [
11071
11049
  7,
11072
11050
  "ID!"
11073
11051
  ],
11074
11052
  "platform": [
11075
- 254,
11053
+ 253,
11076
11054
  "Platform!"
11077
11055
  ],
11078
11056
  "options": [
11079
- 304
11057
+ 303
11080
11058
  ]
11081
11059
  }
11082
11060
  ],
@@ -11084,7 +11062,7 @@ exports.default = {
11084
11062
  222,
11085
11063
  {
11086
11064
  "input": [
11087
- 438
11065
+ 437
11088
11066
  ]
11089
11067
  }
11090
11068
  ],
@@ -11098,7 +11076,7 @@ exports.default = {
11098
11076
  202,
11099
11077
  {
11100
11078
  "input": [
11101
- 412
11079
+ 411
11102
11080
  ]
11103
11081
  }
11104
11082
  ],
@@ -11106,7 +11084,7 @@ exports.default = {
11106
11084
  203,
11107
11085
  {
11108
11086
  "input": [
11109
- 411,
11087
+ 410,
11110
11088
  "IsFollowingAthleteInput!"
11111
11089
  ]
11112
11090
  }
@@ -11141,13 +11119,13 @@ exports.default = {
11141
11119
  166,
11142
11120
  {
11143
11121
  "filters": [
11144
- 341,
11122
+ 340,
11145
11123
  "AudienceFilterDto!"
11146
11124
  ]
11147
11125
  }
11148
11126
  ],
11149
11127
  "getSendGridTemplates": [
11150
- 252
11128
+ 251
11151
11129
  ],
11152
11130
  "getSendGridTemplatePreview": [
11153
11131
  1,
@@ -11188,7 +11166,7 @@ exports.default = {
11188
11166
  133,
11189
11167
  {
11190
11168
  "input": [
11191
- 313
11169
+ 312
11192
11170
  ]
11193
11171
  }
11194
11172
  ],
@@ -11199,7 +11177,7 @@ exports.default = {
11199
11177
  95
11200
11178
  ],
11201
11179
  "getTeamStripeAccountStatus": [
11202
- 264,
11180
+ 263,
11203
11181
  {
11204
11182
  "teamId": [
11205
11183
  1,
@@ -11240,7 +11218,7 @@ exports.default = {
11240
11218
  }
11241
11219
  ],
11242
11220
  "getTeamAnalytics": [
11243
- 273,
11221
+ 272,
11244
11222
  {
11245
11223
  "teamId": [
11246
11224
  1,
@@ -11249,7 +11227,7 @@ exports.default = {
11249
11227
  }
11250
11228
  ],
11251
11229
  "getTeamLeaderboard": [
11252
- 272,
11230
+ 271,
11253
11231
  {
11254
11232
  "teamId": [
11255
11233
  1,
@@ -11258,7 +11236,7 @@ exports.default = {
11258
11236
  }
11259
11237
  ],
11260
11238
  "getTeamDashboard": [
11261
- 275,
11239
+ 274,
11262
11240
  {
11263
11241
  "teamId": [
11264
11242
  1,
@@ -11270,7 +11248,7 @@ exports.default = {
11270
11248
  136
11271
11249
  ],
11272
11250
  "getClubStripeAccountStatus": [
11273
- 264,
11251
+ 263,
11274
11252
  {
11275
11253
  "clubId": [
11276
11254
  1,
@@ -11308,7 +11286,7 @@ exports.default = {
11308
11286
  }
11309
11287
  ],
11310
11288
  "getUsageRollup": [
11311
- 279,
11289
+ 278,
11312
11290
  {
11313
11291
  "startDate": [
11314
11292
  1,
@@ -11324,7 +11302,7 @@ exports.default = {
11324
11302
  }
11325
11303
  ],
11326
11304
  "getUsageFunnel": [
11327
- 280,
11305
+ 279,
11328
11306
  {
11329
11307
  "startDate": [
11330
11308
  1,
@@ -11340,7 +11318,7 @@ exports.default = {
11340
11318
  }
11341
11319
  ],
11342
11320
  "getRetentionCohorts": [
11343
- 281,
11321
+ 280,
11344
11322
  {
11345
11323
  "weeksBack": [
11346
11324
  19
@@ -11348,7 +11326,7 @@ exports.default = {
11348
11326
  }
11349
11327
  ],
11350
11328
  "getActiveNow": [
11351
- 282,
11329
+ 281,
11352
11330
  {
11353
11331
  "windowMinutes": [
11354
11332
  19
@@ -11356,7 +11334,7 @@ exports.default = {
11356
11334
  }
11357
11335
  ],
11358
11336
  "getUsageVersionMix": [
11359
- 283,
11337
+ 282,
11360
11338
  {
11361
11339
  "startDate": [
11362
11340
  1,
@@ -11394,7 +11372,7 @@ exports.default = {
11394
11372
  29,
11395
11373
  {
11396
11374
  "tenant": [
11397
- 517,
11375
+ 515,
11398
11376
  "CreateTenantInput!"
11399
11377
  ]
11400
11378
  }
@@ -11403,7 +11381,7 @@ exports.default = {
11403
11381
  35,
11404
11382
  {
11405
11383
  "tenant": [
11406
- 517,
11384
+ 515,
11407
11385
  "CreateTenantInput!"
11408
11386
  ]
11409
11387
  }
@@ -11412,7 +11390,7 @@ exports.default = {
11412
11390
  27,
11413
11391
  {
11414
11392
  "user": [
11415
- 518,
11393
+ 516,
11416
11394
  "CreateActiveUserInput!"
11417
11395
  ]
11418
11396
  }
@@ -11447,7 +11425,7 @@ exports.default = {
11447
11425
  26,
11448
11426
  {
11449
11427
  "input": [
11450
- 519,
11428
+ 517,
11451
11429
  "RegisterUserToDomainFromEmailInput!"
11452
11430
  ]
11453
11431
  }
@@ -11456,7 +11434,7 @@ exports.default = {
11456
11434
  32,
11457
11435
  {
11458
11436
  "dto": [
11459
- 520,
11437
+ 518,
11460
11438
  "RefreshTokenInput!"
11461
11439
  ]
11462
11440
  }
@@ -11465,7 +11443,7 @@ exports.default = {
11465
11443
  8,
11466
11444
  {
11467
11445
  "dto": [
11468
- 520,
11446
+ 518,
11469
11447
  "RefreshTokenInput!"
11470
11448
  ]
11471
11449
  }
@@ -11474,7 +11452,7 @@ exports.default = {
11474
11452
  62,
11475
11453
  {
11476
11454
  "input": [
11477
- 521,
11455
+ 519,
11478
11456
  "AWSS3DeleteUseTypeFileDto!"
11479
11457
  ]
11480
11458
  }
@@ -11483,7 +11461,7 @@ exports.default = {
11483
11461
  62,
11484
11462
  {
11485
11463
  "input": [
11486
- 522,
11464
+ 520,
11487
11465
  "AWSS3DeleteBucketFileDto!"
11488
11466
  ]
11489
11467
  }
@@ -11492,7 +11470,7 @@ exports.default = {
11492
11470
  62,
11493
11471
  {
11494
11472
  "input": [
11495
- 523,
11473
+ 521,
11496
11474
  "AWSS3DeleteUseTypeKeyDto!"
11497
11475
  ]
11498
11476
  }
@@ -11501,7 +11479,7 @@ exports.default = {
11501
11479
  56,
11502
11480
  {
11503
11481
  "input": [
11504
- 365,
11482
+ 364,
11505
11483
  "AWSS3UploadedFileDto!"
11506
11484
  ]
11507
11485
  }
@@ -11510,7 +11488,7 @@ exports.default = {
11510
11488
  66,
11511
11489
  {
11512
11490
  "input": [
11513
- 373,
11491
+ 372,
11514
11492
  "CreateIndustryDto!"
11515
11493
  ]
11516
11494
  }
@@ -11519,7 +11497,7 @@ exports.default = {
11519
11497
  91,
11520
11498
  {
11521
11499
  "input": [
11522
- 366,
11500
+ 365,
11523
11501
  "CreateBrandDto!"
11524
11502
  ],
11525
11503
  "tenantId": [
@@ -11535,7 +11513,7 @@ exports.default = {
11535
11513
  "String!"
11536
11514
  ],
11537
11515
  "input": [
11538
- 366,
11516
+ 365,
11539
11517
  "CreateBrandDto!"
11540
11518
  ],
11541
11519
  "tenantId": [
@@ -11569,7 +11547,7 @@ exports.default = {
11569
11547
  88,
11570
11548
  {
11571
11549
  "input": [
11572
- 446,
11550
+ 445,
11573
11551
  "RegisterSponsorInput!"
11574
11552
  ]
11575
11553
  }
@@ -11578,7 +11556,7 @@ exports.default = {
11578
11556
  232,
11579
11557
  {
11580
11558
  "input": [
11581
- 466,
11559
+ 465,
11582
11560
  "UpdateOnboardingProgressDto!"
11583
11561
  ]
11584
11562
  }
@@ -11587,16 +11565,16 @@ exports.default = {
11587
11565
  88,
11588
11566
  {
11589
11567
  "input": [
11590
- 464,
11568
+ 463,
11591
11569
  "UpdateMyOrgProfileDto!"
11592
11570
  ]
11593
11571
  }
11594
11572
  ],
11595
11573
  "updateMyPreferences": [
11596
- 262,
11574
+ 261,
11597
11575
  {
11598
11576
  "input": [
11599
- 465,
11577
+ 464,
11600
11578
  "UpdateMyPreferencesDto!"
11601
11579
  ]
11602
11580
  }
@@ -11605,7 +11583,7 @@ exports.default = {
11605
11583
  91,
11606
11584
  {
11607
11585
  "input": [
11608
- 463,
11586
+ 462,
11609
11587
  "UpdateMyBrandDto!"
11610
11588
  ]
11611
11589
  }
@@ -11614,7 +11592,7 @@ exports.default = {
11614
11592
  91,
11615
11593
  {
11616
11594
  "input": [
11617
- 375,
11595
+ 374,
11618
11596
  "CreateMyBrandDto!"
11619
11597
  ]
11620
11598
  }
@@ -11623,7 +11601,7 @@ exports.default = {
11623
11601
  88,
11624
11602
  {
11625
11603
  "input": [
11626
- 377,
11604
+ 376,
11627
11605
  "CreateSponsorDto!"
11628
11606
  ]
11629
11607
  }
@@ -11651,10 +11629,10 @@ exports.default = {
11651
11629
  }
11652
11630
  ],
11653
11631
  "sendAthleteInvitations": [
11654
- 260,
11632
+ 259,
11655
11633
  {
11656
11634
  "input": [
11657
- 431,
11635
+ 430,
11658
11636
  "InviteAthletesDto!"
11659
11637
  ]
11660
11638
  }
@@ -11678,10 +11656,10 @@ exports.default = {
11678
11656
  }
11679
11657
  ],
11680
11658
  "inviteSponsorUser": [
11681
- 291,
11659
+ 290,
11682
11660
  {
11683
11661
  "input": [
11684
- 524,
11662
+ 522,
11685
11663
  "InviteSponsorUserInput!"
11686
11664
  ]
11687
11665
  }
@@ -11690,7 +11668,7 @@ exports.default = {
11690
11668
  8,
11691
11669
  {
11692
11670
  "input": [
11693
- 525,
11671
+ 523,
11694
11672
  "AcceptSponsorUserInvitationInput!"
11695
11673
  ]
11696
11674
  }
@@ -11708,7 +11686,7 @@ exports.default = {
11708
11686
  8,
11709
11687
  {
11710
11688
  "input": [
11711
- 526,
11689
+ 524,
11712
11690
  "ChangeSponsorUserRoleInput!"
11713
11691
  ]
11714
11692
  }
@@ -11739,7 +11717,7 @@ exports.default = {
11739
11717
  "String!"
11740
11718
  ],
11741
11719
  "input": [
11742
- 378,
11720
+ 377,
11743
11721
  "UpdateSponsorDto!"
11744
11722
  ]
11745
11723
  }
@@ -11757,7 +11735,7 @@ exports.default = {
11757
11735
  187,
11758
11736
  {
11759
11737
  "input": [
11760
- 392,
11738
+ 391,
11761
11739
  "DeleteSingleValueDto!"
11762
11740
  ]
11763
11741
  }
@@ -11766,7 +11744,7 @@ exports.default = {
11766
11744
  124,
11767
11745
  {
11768
11746
  "input": [
11769
- 444,
11747
+ 443,
11770
11748
  "RegisterAthleteDto!"
11771
11749
  ]
11772
11750
  }
@@ -11775,7 +11753,7 @@ exports.default = {
11775
11753
  193,
11776
11754
  {
11777
11755
  "input": [
11778
- 400,
11756
+ 399,
11779
11757
  "EditValueDto!"
11780
11758
  ]
11781
11759
  }
@@ -11784,7 +11762,7 @@ exports.default = {
11784
11762
  192,
11785
11763
  {
11786
11764
  "input": [
11787
- 399,
11765
+ 398,
11788
11766
  "EditPictureDto!"
11789
11767
  ]
11790
11768
  }
@@ -11793,7 +11771,7 @@ exports.default = {
11793
11771
  4,
11794
11772
  {
11795
11773
  "input": [
11796
- 470,
11774
+ 469,
11797
11775
  "UploadAlbumsPicturesDto!"
11798
11776
  ]
11799
11777
  }
@@ -11802,7 +11780,7 @@ exports.default = {
11802
11780
  105,
11803
11781
  {
11804
11782
  "input": [
11805
- 360,
11783
+ 359,
11806
11784
  "CreateAthleteCompetitionDto!"
11807
11785
  ]
11808
11786
  }
@@ -11811,7 +11789,7 @@ exports.default = {
11811
11789
  105,
11812
11790
  {
11813
11791
  "input": [
11814
- 398,
11792
+ 397,
11815
11793
  "EditAthleteCompetitionDto!"
11816
11794
  ]
11817
11795
  }
@@ -11820,7 +11798,7 @@ exports.default = {
11820
11798
  105,
11821
11799
  {
11822
11800
  "input": [
11823
- 353,
11801
+ 352,
11824
11802
  "ClaimExternalCompetitionResultDto!"
11825
11803
  ]
11826
11804
  }
@@ -11829,7 +11807,7 @@ exports.default = {
11829
11807
  8,
11830
11808
  {
11831
11809
  "input": [
11832
- 397,
11810
+ 396,
11833
11811
  "DismissSuggestionDto!"
11834
11812
  ]
11835
11813
  }
@@ -11838,7 +11816,7 @@ exports.default = {
11838
11816
  187,
11839
11817
  {
11840
11818
  "input": [
11841
- 392,
11819
+ 391,
11842
11820
  "DeleteSingleValueDto!"
11843
11821
  ]
11844
11822
  }
@@ -11847,7 +11825,7 @@ exports.default = {
11847
11825
  104,
11848
11826
  {
11849
11827
  "input": [
11850
- 470,
11828
+ 469,
11851
11829
  "UploadAlbumsPicturesDto!"
11852
11830
  ]
11853
11831
  }
@@ -11856,7 +11834,7 @@ exports.default = {
11856
11834
  104,
11857
11835
  {
11858
11836
  "input": [
11859
- 307,
11837
+ 306,
11860
11838
  "EditDisplayIndexDto!"
11861
11839
  ]
11862
11840
  }
@@ -11865,7 +11843,7 @@ exports.default = {
11865
11843
  104,
11866
11844
  {
11867
11845
  "input": [
11868
- 470,
11846
+ 469,
11869
11847
  "UploadAlbumsPicturesDto!"
11870
11848
  ]
11871
11849
  }
@@ -11874,7 +11852,7 @@ exports.default = {
11874
11852
  187,
11875
11853
  {
11876
11854
  "input": [
11877
- 392,
11855
+ 391,
11878
11856
  "DeleteSingleValueDto!"
11879
11857
  ]
11880
11858
  }
@@ -11883,7 +11861,7 @@ exports.default = {
11883
11861
  188,
11884
11862
  {
11885
11863
  "input": [
11886
- 393,
11864
+ 392,
11887
11865
  "DeleteValuesDto!"
11888
11866
  ]
11889
11867
  }
@@ -11892,7 +11870,7 @@ exports.default = {
11892
11870
  98,
11893
11871
  {
11894
11872
  "input": [
11895
- 359,
11873
+ 358,
11896
11874
  "SetCompetitionResultDto!"
11897
11875
  ]
11898
11876
  }
@@ -11901,7 +11879,7 @@ exports.default = {
11901
11879
  105,
11902
11880
  {
11903
11881
  "input": [
11904
- 429,
11882
+ 428,
11905
11883
  "IngestCompetitionResultDto!"
11906
11884
  ]
11907
11885
  }
@@ -11916,7 +11894,7 @@ exports.default = {
11916
11894
  208,
11917
11895
  {
11918
11896
  "input": [
11919
- 413,
11897
+ 412,
11920
11898
  "ForceScoreRefreshDto!"
11921
11899
  ]
11922
11900
  }
@@ -11925,7 +11903,7 @@ exports.default = {
11925
11903
  113,
11926
11904
  {
11927
11905
  "input": [
11928
- 452,
11906
+ 451,
11929
11907
  "SetCurrentCampaignDto!"
11930
11908
  ]
11931
11909
  }
@@ -11937,7 +11915,7 @@ exports.default = {
11937
11915
  232,
11938
11916
  {
11939
11917
  "input": [
11940
- 466,
11918
+ 465,
11941
11919
  "UpdateOnboardingProgressDto!"
11942
11920
  ]
11943
11921
  }
@@ -11946,7 +11924,7 @@ exports.default = {
11946
11924
  8,
11947
11925
  {
11948
11926
  "input": [
11949
- 527,
11927
+ 525,
11950
11928
  "AcceptSponsorAthleteInvitationInput!"
11951
11929
  ]
11952
11930
  }
@@ -11955,7 +11933,7 @@ exports.default = {
11955
11933
  8,
11956
11934
  {
11957
11935
  "input": [
11958
- 527,
11936
+ 525,
11959
11937
  "AcceptSponsorAthleteInvitationInput!"
11960
11938
  ]
11961
11939
  }
@@ -11964,7 +11942,7 @@ exports.default = {
11964
11942
  38,
11965
11943
  {
11966
11944
  "input": [
11967
- 387,
11945
+ 386,
11968
11946
  "CreateSportDto!"
11969
11947
  ]
11970
11948
  }
@@ -11973,7 +11951,7 @@ exports.default = {
11973
11951
  38,
11974
11952
  {
11975
11953
  "input": [
11976
- 468,
11954
+ 467,
11977
11955
  "UpdateSportDto!"
11978
11956
  ]
11979
11957
  }
@@ -11982,7 +11960,7 @@ exports.default = {
11982
11960
  41,
11983
11961
  {
11984
11962
  "input": [
11985
- 386,
11963
+ 385,
11986
11964
  "CreateSportLevelDto!"
11987
11965
  ]
11988
11966
  }
@@ -11991,7 +11969,7 @@ exports.default = {
11991
11969
  87,
11992
11970
  {
11993
11971
  "input": [
11994
- 383,
11972
+ 382,
11995
11973
  "CreateSponsorshipDto!"
11996
11974
  ]
11997
11975
  }
@@ -12000,7 +11978,7 @@ exports.default = {
12000
11978
  70,
12001
11979
  {
12002
11980
  "input": [
12003
- 368,
11981
+ 367,
12004
11982
  "CreateCountryDto!"
12005
11983
  ]
12006
11984
  }
@@ -12009,7 +11987,7 @@ exports.default = {
12009
11987
  69,
12010
11988
  {
12011
11989
  "input": [
12012
- 388,
11990
+ 387,
12013
11991
  "CreateStateDto!"
12014
11992
  ]
12015
11993
  }
@@ -12018,7 +11996,7 @@ exports.default = {
12018
11996
  68,
12019
11997
  {
12020
11998
  "input": [
12021
- 367,
11999
+ 366,
12022
12000
  "CreateCityDto!"
12023
12001
  ]
12024
12002
  }
@@ -12027,7 +12005,7 @@ exports.default = {
12027
12005
  58,
12028
12006
  {
12029
12007
  "input": [
12030
- 448,
12008
+ 447,
12031
12009
  "RegisterUserDto!"
12032
12010
  ]
12033
12011
  }
@@ -12036,7 +12014,7 @@ exports.default = {
12036
12014
  27,
12037
12015
  {
12038
12016
  "input": [
12039
- 300,
12017
+ 299,
12040
12018
  "VerifyCodeDto!"
12041
12019
  ]
12042
12020
  }
@@ -12045,7 +12023,7 @@ exports.default = {
12045
12023
  26,
12046
12024
  {
12047
12025
  "input": [
12048
- 300,
12026
+ 299,
12049
12027
  "VerifyCodeDto!"
12050
12028
  ]
12051
12029
  }
@@ -12054,7 +12032,7 @@ exports.default = {
12054
12032
  26,
12055
12033
  {
12056
12034
  "input": [
12057
- 448,
12035
+ 447,
12058
12036
  "RegisterUserDto!"
12059
12037
  ]
12060
12038
  }
@@ -12063,7 +12041,7 @@ exports.default = {
12063
12041
  26,
12064
12042
  {
12065
12043
  "input": [
12066
- 448,
12044
+ 447,
12067
12045
  "RegisterUserDto!"
12068
12046
  ]
12069
12047
  }
@@ -12072,7 +12050,7 @@ exports.default = {
12072
12050
  26,
12073
12051
  {
12074
12052
  "input": [
12075
- 448,
12053
+ 447,
12076
12054
  "RegisterUserDto!"
12077
12055
  ]
12078
12056
  }
@@ -12103,13 +12081,13 @@ exports.default = {
12103
12081
  193,
12104
12082
  {
12105
12083
  "input": [
12106
- 449,
12084
+ 448,
12107
12085
  "resetPasswordDto!"
12108
12086
  ]
12109
12087
  }
12110
12088
  ],
12111
12089
  "validateToken": [
12112
- 286,
12090
+ 285,
12113
12091
  {
12114
12092
  "input": [
12115
12093
  1,
@@ -12121,7 +12099,7 @@ exports.default = {
12121
12099
  193,
12122
12100
  {
12123
12101
  "input": [
12124
- 469,
12102
+ 468,
12125
12103
  "UpdateUserSuspendedStatusDto!"
12126
12104
  ]
12127
12105
  }
@@ -12133,16 +12111,16 @@ exports.default = {
12133
12111
  189,
12134
12112
  {
12135
12113
  "input": [
12136
- 394,
12114
+ 393,
12137
12115
  "DeleteVtxUserDto!"
12138
12116
  ]
12139
12117
  }
12140
12118
  ],
12141
12119
  "seedAdminIfAuthorized": [
12142
- 251,
12120
+ 250,
12143
12121
  {
12144
12122
  "input": [
12145
- 308,
12123
+ 307,
12146
12124
  "AdminEmailDto!"
12147
12125
  ]
12148
12126
  }
@@ -12151,16 +12129,16 @@ exports.default = {
12151
12129
  128,
12152
12130
  {
12153
12131
  "input": [
12154
- 308,
12132
+ 307,
12155
12133
  "AdminEmailDto!"
12156
12134
  ]
12157
12135
  }
12158
12136
  ],
12159
12137
  "removeAdminUser": [
12160
- 248,
12138
+ 247,
12161
12139
  {
12162
12140
  "input": [
12163
- 308,
12141
+ 307,
12164
12142
  "AdminEmailDto!"
12165
12143
  ]
12166
12144
  }
@@ -12169,7 +12147,7 @@ exports.default = {
12169
12147
  128,
12170
12148
  {
12171
12149
  "input": [
12172
- 451,
12150
+ 450,
12173
12151
  "SetAdminUserRoleInput!"
12174
12152
  ]
12175
12153
  }
@@ -12187,7 +12165,7 @@ exports.default = {
12187
12165
  25,
12188
12166
  {
12189
12167
  "input": [
12190
- 310,
12168
+ 309,
12191
12169
  "CreateDefaultNotificationPreferenceInput!"
12192
12170
  ]
12193
12171
  }
@@ -12196,7 +12174,7 @@ exports.default = {
12196
12174
  97,
12197
12175
  {
12198
12176
  "input": [
12199
- 384,
12177
+ 383,
12200
12178
  "CreateSportEventDto!"
12201
12179
  ]
12202
12180
  }
@@ -12205,7 +12183,7 @@ exports.default = {
12205
12183
  97,
12206
12184
  {
12207
12185
  "input": [
12208
- 467,
12186
+ 466,
12209
12187
  "UpdateSportEventDto!"
12210
12188
  ]
12211
12189
  }
@@ -12223,7 +12201,7 @@ exports.default = {
12223
12201
  219,
12224
12202
  {
12225
12203
  "input": [
12226
- 436,
12204
+ 435,
12227
12205
  "MergeSportsEventsDto!"
12228
12206
  ]
12229
12207
  }
@@ -12232,7 +12210,7 @@ exports.default = {
12232
12210
  113,
12233
12211
  {
12234
12212
  "input": [
12235
- 453,
12213
+ 452,
12236
12214
  "SetFundingStatusDto!"
12237
12215
  ]
12238
12216
  }
@@ -12241,7 +12219,7 @@ exports.default = {
12241
12219
  113,
12242
12220
  {
12243
12221
  "input": [
12244
- 370,
12222
+ 369,
12245
12223
  "CreateFundingCampaignDto!"
12246
12224
  ]
12247
12225
  }
@@ -12250,7 +12228,7 @@ exports.default = {
12250
12228
  113,
12251
12229
  {
12252
12230
  "input": [
12253
- 372,
12231
+ 371,
12254
12232
  "UpdateFundingCampaignDto!"
12255
12233
  ]
12256
12234
  }
@@ -12259,7 +12237,7 @@ exports.default = {
12259
12237
  187,
12260
12238
  {
12261
12239
  "input": [
12262
- 392,
12240
+ 391,
12263
12241
  "DeleteSingleValueDto!"
12264
12242
  ]
12265
12243
  }
@@ -12268,7 +12246,7 @@ exports.default = {
12268
12246
  188,
12269
12247
  {
12270
12248
  "input": [
12271
- 393,
12249
+ 392,
12272
12250
  "DeleteValuesDto!"
12273
12251
  ]
12274
12252
  }
@@ -12286,7 +12264,7 @@ exports.default = {
12286
12264
  8,
12287
12265
  {
12288
12266
  "input": [
12289
- 349,
12267
+ 348,
12290
12268
  "AddCompetitionBudgetDto!"
12291
12269
  ]
12292
12270
  }
@@ -12295,7 +12273,7 @@ exports.default = {
12295
12273
  8,
12296
12274
  {
12297
12275
  "input": [
12298
- 350,
12276
+ 349,
12299
12277
  "EditCompetitionBudgetDto!"
12300
12278
  ]
12301
12279
  }
@@ -12304,7 +12282,7 @@ exports.default = {
12304
12282
  8,
12305
12283
  {
12306
12284
  "input": [
12307
- 351,
12285
+ 350,
12308
12286
  "EditCampaignBudgetDto!"
12309
12287
  ]
12310
12288
  }
@@ -12313,7 +12291,7 @@ exports.default = {
12313
12291
  8,
12314
12292
  {
12315
12293
  "input": [
12316
- 351,
12294
+ 350,
12317
12295
  "EditCampaignBudgetDto!"
12318
12296
  ]
12319
12297
  }
@@ -12322,7 +12300,7 @@ exports.default = {
12322
12300
  191,
12323
12301
  {
12324
12302
  "input": [
12325
- 416,
12303
+ 415,
12326
12304
  "SendThankYouDto!"
12327
12305
  ]
12328
12306
  }
@@ -12331,7 +12309,7 @@ exports.default = {
12331
12309
  113,
12332
12310
  {
12333
12311
  "input": [
12334
- 417,
12312
+ 416,
12335
12313
  "UpdateThankYouTemplateDto!"
12336
12314
  ]
12337
12315
  }
@@ -12340,7 +12318,7 @@ exports.default = {
12340
12318
  106,
12341
12319
  {
12342
12320
  "input": [
12343
- 374,
12321
+ 373,
12344
12322
  "CreateMembershipOrganizationDto!"
12345
12323
  ]
12346
12324
  }
@@ -12349,7 +12327,7 @@ exports.default = {
12349
12327
  108,
12350
12328
  {
12351
12329
  "input": [
12352
- 363,
12330
+ 362,
12353
12331
  "CreateAthleteMembershipDto!"
12354
12332
  ]
12355
12333
  }
@@ -12358,20 +12336,11 @@ exports.default = {
12358
12336
  187,
12359
12337
  {
12360
12338
  "input": [
12361
- 392,
12339
+ 391,
12362
12340
  "DeleteSingleValueDto!"
12363
12341
  ]
12364
12342
  }
12365
12343
  ],
12366
- "disconnectProvider": [
12367
- 8,
12368
- {
12369
- "provider": [
12370
- 513,
12371
- "IntegrationProvider!"
12372
- ]
12373
- }
12374
- ],
12375
12344
  "updateAthleteIntegration": [
12376
12345
  8,
12377
12346
  {
@@ -12388,19 +12357,19 @@ exports.default = {
12388
12357
  121,
12389
12358
  {
12390
12359
  "input": [
12391
- 389,
12360
+ 388,
12392
12361
  "CreateStripeAccountDto!"
12393
12362
  ]
12394
12363
  }
12395
12364
  ],
12396
12365
  "createAthleteStripeSession": [
12397
- 268
12366
+ 267
12398
12367
  ],
12399
12368
  "createStripeCheckoutSession": [
12400
- 267,
12369
+ 266,
12401
12370
  {
12402
12371
  "input": [
12403
- 474,
12372
+ 473,
12404
12373
  "DonationCheckoutDto!"
12405
12374
  ]
12406
12375
  }
@@ -12415,7 +12384,7 @@ exports.default = {
12415
12384
  126,
12416
12385
  {
12417
12386
  "input": [
12418
- 445,
12387
+ 444,
12419
12388
  "RegisterMemberDto!"
12420
12389
  ]
12421
12390
  }
@@ -12424,7 +12393,7 @@ exports.default = {
12424
12393
  225,
12425
12394
  {
12426
12395
  "input": [
12427
- 376,
12396
+ 375,
12428
12397
  "CreateOfferDto!"
12429
12398
  ],
12430
12399
  "tenantId": [
@@ -12440,7 +12409,7 @@ exports.default = {
12440
12409
  "String!"
12441
12410
  ],
12442
12411
  "input": [
12443
- 376,
12412
+ 375,
12444
12413
  "CreateOfferDto!"
12445
12414
  ],
12446
12415
  "tenantId": [
@@ -12515,7 +12484,7 @@ exports.default = {
12515
12484
  }
12516
12485
  ],
12517
12486
  "uploadCouponCodes": [
12518
- 277,
12487
+ 276,
12519
12488
  {
12520
12489
  "offerId": [
12521
12490
  1,
@@ -12534,7 +12503,7 @@ exports.default = {
12534
12503
  221,
12535
12504
  {
12536
12505
  "input": [
12537
- 439,
12506
+ 438,
12538
12507
  "MarkNotificationReadDto!"
12539
12508
  ]
12540
12509
  }
@@ -12546,7 +12515,7 @@ exports.default = {
12546
12515
  8,
12547
12516
  {
12548
12517
  "input": [
12549
- 440,
12518
+ 439,
12550
12519
  "DismissNotificationDto!"
12551
12520
  ]
12552
12521
  }
@@ -12555,7 +12524,7 @@ exports.default = {
12555
12524
  220,
12556
12525
  {
12557
12526
  "input": [
12558
- 437,
12527
+ 436,
12559
12528
  "UpdateNotificationPreferenceDto!"
12560
12529
  ]
12561
12530
  }
@@ -12564,7 +12533,7 @@ exports.default = {
12564
12533
  190,
12565
12534
  {
12566
12535
  "input": [
12567
- 395,
12536
+ 394,
12568
12537
  "RegisterDeviceTokenDto!"
12569
12538
  ]
12570
12539
  }
@@ -12573,7 +12542,7 @@ exports.default = {
12573
12542
  8,
12574
12543
  {
12575
12544
  "input": [
12576
- 396,
12545
+ 395,
12577
12546
  "UnregisterDeviceTokenDto!"
12578
12547
  ]
12579
12548
  }
@@ -12582,7 +12551,7 @@ exports.default = {
12582
12551
  8,
12583
12552
  {
12584
12553
  "input": [
12585
- 409,
12554
+ 408,
12586
12555
  "FollowAthleteInput!"
12587
12556
  ]
12588
12557
  }
@@ -12591,7 +12560,7 @@ exports.default = {
12591
12560
  8,
12592
12561
  {
12593
12562
  "input": [
12594
- 410,
12563
+ 409,
12595
12564
  "UnfollowAthleteInput!"
12596
12565
  ]
12597
12566
  }
@@ -12600,7 +12569,7 @@ exports.default = {
12600
12569
  198,
12601
12570
  {
12602
12571
  "input": [
12603
- 401,
12572
+ 400,
12604
12573
  "CreateEmailCampaignDto!"
12605
12574
  ]
12606
12575
  }
@@ -12613,7 +12582,7 @@ exports.default = {
12613
12582
  "String!"
12614
12583
  ],
12615
12584
  "input": [
12616
- 402,
12585
+ 401,
12617
12586
  "UpdateEmailCampaignDto!"
12618
12587
  ]
12619
12588
  }
@@ -12684,7 +12653,7 @@ exports.default = {
12684
12653
  197,
12685
12654
  {
12686
12655
  "input": [
12687
- 403,
12656
+ 402,
12688
12657
  "CreateEmailSegmentDto!"
12689
12658
  ]
12690
12659
  }
@@ -12697,7 +12666,7 @@ exports.default = {
12697
12666
  "String!"
12698
12667
  ],
12699
12668
  "input": [
12700
- 404,
12669
+ 403,
12701
12670
  "UpdateEmailSegmentDto!"
12702
12671
  ]
12703
12672
  }
@@ -12712,10 +12681,10 @@ exports.default = {
12712
12681
  }
12713
12682
  ],
12714
12683
  "sendPushCampaign": [
12715
- 245,
12684
+ 244,
12716
12685
  {
12717
12686
  "input": [
12718
- 450,
12687
+ 449,
12719
12688
  "SendPushCampaignInput!"
12720
12689
  ]
12721
12690
  }
@@ -12724,7 +12693,7 @@ exports.default = {
12724
12693
  130,
12725
12694
  {
12726
12695
  "input": [
12727
- 311,
12696
+ 310,
12728
12697
  "SendChatMessageDto!"
12729
12698
  ]
12730
12699
  }
@@ -12733,7 +12702,7 @@ exports.default = {
12733
12702
  129,
12734
12703
  {
12735
12704
  "input": [
12736
- 312,
12705
+ 311,
12737
12706
  "UpdateAiCoachConfigDto!"
12738
12707
  ]
12739
12708
  }
@@ -12751,7 +12720,7 @@ exports.default = {
12751
12720
  95,
12752
12721
  {
12753
12722
  "input": [
12754
- 458,
12723
+ 457,
12755
12724
  "CreateTeamInput!"
12756
12725
  ]
12757
12726
  }
@@ -12760,7 +12729,7 @@ exports.default = {
12760
12729
  95,
12761
12730
  {
12762
12731
  "input": [
12763
- 459,
12732
+ 458,
12764
12733
  "UpdateTeamInput!"
12765
12734
  ]
12766
12735
  }
@@ -12769,7 +12738,7 @@ exports.default = {
12769
12738
  93,
12770
12739
  {
12771
12740
  "input": [
12772
- 460,
12741
+ 459,
12773
12742
  "JoinTeamInput!"
12774
12743
  ]
12775
12744
  }
@@ -12804,7 +12773,7 @@ exports.default = {
12804
12773
  93,
12805
12774
  {
12806
12775
  "input": [
12807
- 461,
12776
+ 460,
12808
12777
  "ManageTeamMemberInput!"
12809
12778
  ]
12810
12779
  }
@@ -12858,7 +12827,7 @@ exports.default = {
12858
12827
  136,
12859
12828
  {
12860
12829
  "input": [
12861
- 354,
12830
+ 353,
12862
12831
  "CreateClubInput!"
12863
12832
  ]
12864
12833
  }
@@ -12867,7 +12836,7 @@ exports.default = {
12867
12836
  136,
12868
12837
  {
12869
12838
  "input": [
12870
- 355,
12839
+ 354,
12871
12840
  "UpdateClubInput!"
12872
12841
  ]
12873
12842
  }
@@ -12876,7 +12845,7 @@ exports.default = {
12876
12845
  138,
12877
12846
  {
12878
12847
  "input": [
12879
- 356,
12848
+ 355,
12880
12849
  "JoinClubInput!"
12881
12850
  ]
12882
12851
  }
@@ -12907,7 +12876,7 @@ exports.default = {
12907
12876
  138,
12908
12877
  {
12909
12878
  "input": [
12910
- 357,
12879
+ 356,
12911
12880
  "ManageClubMemberInput!"
12912
12881
  ]
12913
12882
  }
@@ -12967,10 +12936,10 @@ exports.default = {
12967
12936
  }
12968
12937
  ],
12969
12938
  "trackUsageEvents": [
12970
- 278,
12939
+ 277,
12971
12940
  {
12972
12941
  "events": [
12973
- 471,
12942
+ 470,
12974
12943
  "[UsageEventInput!]!"
12975
12944
  ]
12976
12945
  }
@@ -12979,7 +12948,7 @@ exports.default = {
12979
12948
  183,
12980
12949
  {
12981
12950
  "input": [
12982
- 390
12951
+ 389
12983
12952
  ]
12984
12953
  }
12985
12954
  ],
@@ -13087,7 +13056,7 @@ exports.default = {
13087
13056
  1
13088
13057
  ],
13089
13058
  "role": [
13090
- 478
13059
+ 477
13091
13060
  ],
13092
13061
  "__typename": [
13093
13062
  1
@@ -13109,7 +13078,7 @@ exports.default = {
13109
13078
  1
13110
13079
  ],
13111
13080
  "role": [
13112
- 478
13081
+ 477
13113
13082
  ],
13114
13083
  "__typename": [
13115
13084
  1