@vertikalx/vtx-backend-client 3.0.0-dev.34 → 3.0.0-dev.36

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.
@@ -19,10 +19,10 @@ exports.default = {
19
19
  213,
20
20
  214,
21
21
  219,
22
- 327,
23
- 348,
24
- 349,
25
- 350
22
+ 333,
23
+ 357,
24
+ 358,
25
+ 359
26
26
  ],
27
27
  "types": {
28
28
  "User": {
@@ -2806,7 +2806,7 @@ exports.default = {
2806
2806
  90
2807
2807
  ],
2808
2808
  "mode": [
2809
- 348
2809
+ 357
2810
2810
  ],
2811
2811
  "athleteId": [
2812
2812
  1
@@ -2933,9 +2933,6 @@ exports.default = {
2933
2933
  "updated_at": [
2934
2934
  1
2935
2935
  ],
2936
- "weight": [
2937
- 18
2938
- ],
2939
2936
  "__typename": [
2940
2937
  1
2941
2938
  ]
@@ -3066,18 +3063,12 @@ exports.default = {
3066
3063
  "hasStravaIntegration": [
3067
3064
  2
3068
3065
  ],
3069
- "stravaTokenExpires": [
3070
- 14
3071
- ],
3072
3066
  "stravaAthleteData": [
3073
3067
  108
3074
3068
  ],
3075
3069
  "hasInstagramIntegration": [
3076
3070
  2
3077
3071
  ],
3078
- "instagramTokenExpires": [
3079
- 14
3080
- ],
3081
3072
  "instagramUserData": [
3082
3073
  115
3083
3074
  ],
@@ -5439,6 +5430,9 @@ exports.default = {
5439
5430
  "name": [
5440
5431
  1
5441
5432
  ],
5433
+ "subject": [
5434
+ 1
5435
+ ],
5442
5436
  "updatedAt": [
5443
5437
  1
5444
5438
  ],
@@ -5474,6 +5468,138 @@ exports.default = {
5474
5468
  1
5475
5469
  ]
5476
5470
  },
5471
+ "AiCoachMessage": {
5472
+ "_id": [
5473
+ 103
5474
+ ],
5475
+ "threadId": [
5476
+ 1
5477
+ ],
5478
+ "role": [
5479
+ 1
5480
+ ],
5481
+ "messageType": [
5482
+ 1
5483
+ ],
5484
+ "content": [
5485
+ 1
5486
+ ],
5487
+ "tokenCount": [
5488
+ 51
5489
+ ],
5490
+ "createdAt": [
5491
+ 14
5492
+ ],
5493
+ "index": [
5494
+ 51
5495
+ ],
5496
+ "__typename": [
5497
+ 1
5498
+ ]
5499
+ },
5500
+ "AiCoachThread": {
5501
+ "_id": [
5502
+ 103
5503
+ ],
5504
+ "athleteId": [
5505
+ 1
5506
+ ],
5507
+ "weekStart": [
5508
+ 1
5509
+ ],
5510
+ "status": [
5511
+ 1
5512
+ ],
5513
+ "summary": [
5514
+ 1
5515
+ ],
5516
+ "contextSnapshot": [
5517
+ 219
5518
+ ],
5519
+ "createdAt": [
5520
+ 14
5521
+ ],
5522
+ "updatedAt": [
5523
+ 14
5524
+ ],
5525
+ "messages": [
5526
+ 234
5527
+ ],
5528
+ "__typename": [
5529
+ 1
5530
+ ]
5531
+ },
5532
+ "AiCoachConfig": {
5533
+ "athleteId": [
5534
+ 1
5535
+ ],
5536
+ "enabled": [
5537
+ 2
5538
+ ],
5539
+ "nudgesEnabled": [
5540
+ 2
5541
+ ],
5542
+ "preferredFocus": [
5543
+ 1
5544
+ ],
5545
+ "updatedAt": [
5546
+ 14
5547
+ ],
5548
+ "__typename": [
5549
+ 1
5550
+ ]
5551
+ },
5552
+ "AiCoachNudge": {
5553
+ "_id": [
5554
+ 103
5555
+ ],
5556
+ "athleteId": [
5557
+ 1
5558
+ ],
5559
+ "nudgeType": [
5560
+ 1
5561
+ ],
5562
+ "title": [
5563
+ 1
5564
+ ],
5565
+ "body": [
5566
+ 1
5567
+ ],
5568
+ "data": [
5569
+ 219
5570
+ ],
5571
+ "read": [
5572
+ 2
5573
+ ],
5574
+ "createdAt": [
5575
+ 14
5576
+ ],
5577
+ "expiresAt": [
5578
+ 14
5579
+ ],
5580
+ "__typename": [
5581
+ 1
5582
+ ]
5583
+ },
5584
+ "AiCoachNudgeListResponse": {
5585
+ "nudges": [
5586
+ 237
5587
+ ],
5588
+ "total": [
5589
+ 51
5590
+ ],
5591
+ "__typename": [
5592
+ 1
5593
+ ]
5594
+ },
5595
+ "AiCoachUnreadNudgeCountResponse": {
5596
+ "count": [
5597
+ 51
5598
+ ],
5599
+ "__typename": [
5600
+ 1
5601
+ ]
5602
+ },
5477
5603
  "CreateDatabaseFileDto": {
5478
5604
  "identifier": [
5479
5605
  1
@@ -5658,13 +5784,13 @@ exports.default = {
5658
5784
  1
5659
5785
  ],
5660
5786
  "logo": [
5661
- 245
5787
+ 251
5662
5788
  ],
5663
5789
  "banner": [
5664
- 245
5790
+ 251
5665
5791
  ],
5666
5792
  "translations": [
5667
- 246
5793
+ 252
5668
5794
  ],
5669
5795
  "sponsorId": [
5670
5796
  1
@@ -5716,10 +5842,10 @@ exports.default = {
5716
5842
  1
5717
5843
  ],
5718
5844
  "logo": [
5719
- 245
5845
+ 251
5720
5846
  ],
5721
5847
  "banner": [
5722
- 245
5848
+ 251
5723
5849
  ],
5724
5850
  "__typename": [
5725
5851
  1
@@ -5787,7 +5913,7 @@ exports.default = {
5787
5913
  1
5788
5914
  ],
5789
5915
  "invitations": [
5790
- 249
5916
+ 255
5791
5917
  ],
5792
5918
  "__typename": [
5793
5919
  1
@@ -5924,7 +6050,7 @@ exports.default = {
5924
6050
  1
5925
6051
  ],
5926
6052
  "result": [
5927
- 252
6053
+ 258
5928
6054
  ],
5929
6055
  "cityId": [
5930
6056
  1
@@ -5947,7 +6073,7 @@ exports.default = {
5947
6073
  1
5948
6074
  ],
5949
6075
  "result": [
5950
- 252
6076
+ 258
5951
6077
  ],
5952
6078
  "cityId": [
5953
6079
  1
@@ -5983,13 +6109,13 @@ exports.default = {
5983
6109
  },
5984
6110
  "CursorPaginationDto": {
5985
6111
  "sortCriteria": [
5986
- 256
6112
+ 262
5987
6113
  ],
5988
6114
  "limit": [
5989
6115
  18
5990
6116
  ],
5991
6117
  "cursorPosition": [
5992
- 257
6118
+ 263
5993
6119
  ],
5994
6120
  "__typename": [
5995
6121
  1
@@ -6064,7 +6190,7 @@ exports.default = {
6064
6190
  1
6065
6191
  ],
6066
6192
  "currentCampaign": [
6067
- 260
6193
+ 266
6068
6194
  ],
6069
6195
  "sports": [
6070
6196
  1
@@ -6126,10 +6252,10 @@ exports.default = {
6126
6252
  },
6127
6253
  "AthleteQueryDto": {
6128
6254
  "cursor": [
6129
- 258
6255
+ 264
6130
6256
  ],
6131
6257
  "filters": [
6132
- 261
6258
+ 267
6133
6259
  ],
6134
6260
  "__typename": [
6135
6261
  1
@@ -6140,7 +6266,7 @@ exports.default = {
6140
6266
  1
6141
6267
  ],
6142
6268
  "newPicture": [
6143
- 245
6269
+ 251
6144
6270
  ],
6145
6271
  "__typename": [
6146
6272
  1
@@ -6154,7 +6280,7 @@ exports.default = {
6154
6280
  1
6155
6281
  ],
6156
6282
  "pictures": [
6157
- 245
6283
+ 251
6158
6284
  ],
6159
6285
  "albumId": [
6160
6286
  1
@@ -6483,7 +6609,7 @@ exports.default = {
6483
6609
  },
6484
6610
  "resetPasswordDto": {
6485
6611
  "code": [
6486
- 242
6612
+ 248
6487
6613
  ],
6488
6614
  "newPassword": [
6489
6615
  1
@@ -6614,7 +6740,7 @@ exports.default = {
6614
6740
  1
6615
6741
  ],
6616
6742
  "banner": [
6617
- 245
6743
+ 251
6618
6744
  ],
6619
6745
  "eventLevel": [
6620
6746
  1
@@ -6723,7 +6849,7 @@ exports.default = {
6723
6849
  18
6724
6850
  ],
6725
6851
  "items": [
6726
- 296
6852
+ 302
6727
6853
  ],
6728
6854
  "__typename": [
6729
6855
  1
@@ -6734,7 +6860,7 @@ exports.default = {
6734
6860
  18
6735
6861
  ],
6736
6862
  "items": [
6737
- 296
6863
+ 302
6738
6864
  ],
6739
6865
  "athleteCompetitionId": [
6740
6866
  1
@@ -6783,16 +6909,16 @@ exports.default = {
6783
6909
  14
6784
6910
  ],
6785
6911
  "budget": [
6786
- 298
6912
+ 304
6787
6913
  ],
6788
6914
  "competitionBudgets": [
6789
- 299
6915
+ 305
6790
6916
  ],
6791
6917
  "competitionIds": [
6792
6918
  1
6793
6919
  ],
6794
6920
  "video": [
6795
- 300
6921
+ 306
6796
6922
  ],
6797
6923
  "coverImageId": [
6798
6924
  1
@@ -6827,16 +6953,16 @@ exports.default = {
6827
6953
  14
6828
6954
  ],
6829
6955
  "budget": [
6830
- 298
6956
+ 304
6831
6957
  ],
6832
6958
  "competitionBudgets": [
6833
- 299
6959
+ 305
6834
6960
  ],
6835
6961
  "competitionIds": [
6836
6962
  1
6837
6963
  ],
6838
6964
  "video": [
6839
- 300
6965
+ 306
6840
6966
  ],
6841
6967
  "coverImageId": [
6842
6968
  1
@@ -6874,16 +7000,16 @@ exports.default = {
6874
7000
  14
6875
7001
  ],
6876
7002
  "budget": [
6877
- 298
7003
+ 304
6878
7004
  ],
6879
7005
  "competitionBudgets": [
6880
- 299
7006
+ 305
6881
7007
  ],
6882
7008
  "competitionIds": [
6883
7009
  1
6884
7010
  ],
6885
7011
  "video": [
6886
- 300
7012
+ 306
6887
7013
  ],
6888
7014
  "coverImageId": [
6889
7015
  1
@@ -6908,7 +7034,7 @@ exports.default = {
6908
7034
  },
6909
7035
  "BudgetDto": {
6910
7036
  "items": [
6911
- 296
7037
+ 302
6912
7038
  ],
6913
7039
  "fundingMode": [
6914
7040
  1
@@ -6922,7 +7048,7 @@ exports.default = {
6922
7048
  1
6923
7049
  ],
6924
7050
  "budget": [
6925
- 305
7051
+ 311
6926
7052
  ],
6927
7053
  "__typename": [
6928
7054
  1
@@ -6933,7 +7059,7 @@ exports.default = {
6933
7059
  1
6934
7060
  ],
6935
7061
  "budget": [
6936
- 305
7062
+ 311
6937
7063
  ],
6938
7064
  "__typename": [
6939
7065
  1
@@ -6953,7 +7079,7 @@ exports.default = {
6953
7079
  18
6954
7080
  ],
6955
7081
  "budget": [
6956
- 305
7082
+ 311
6957
7083
  ],
6958
7084
  "__typename": [
6959
7085
  1
@@ -6990,7 +7116,7 @@ exports.default = {
6990
7116
  1
6991
7117
  ],
6992
7118
  "filters": [
6993
- 309
7119
+ 315
6994
7120
  ],
6995
7121
  "sortField": [
6996
7122
  1
@@ -7016,7 +7142,7 @@ exports.default = {
7016
7142
  1
7017
7143
  ],
7018
7144
  "logo": [
7019
- 245
7145
+ 251
7020
7146
  ],
7021
7147
  "countryId": [
7022
7148
  1
@@ -7104,7 +7230,7 @@ exports.default = {
7104
7230
  1
7105
7231
  ],
7106
7232
  "profilePicture": [
7107
- 245
7233
+ 251
7108
7234
  ],
7109
7235
  "__typename": [
7110
7236
  1
@@ -7156,7 +7282,7 @@ exports.default = {
7156
7282
  18
7157
7283
  ],
7158
7284
  "sortCriteria": [
7159
- 256
7285
+ 262
7160
7286
  ],
7161
7287
  "__typename": [
7162
7288
  1
@@ -7173,7 +7299,7 @@ exports.default = {
7173
7299
  1
7174
7300
  ],
7175
7301
  "offerImage": [
7176
- 245
7302
+ 251
7177
7303
  ],
7178
7304
  "type": [
7179
7305
  1
@@ -7197,7 +7323,7 @@ exports.default = {
7197
7323
  1
7198
7324
  ],
7199
7325
  "criteria": [
7200
- 320
7326
+ 326
7201
7327
  ],
7202
7328
  "dateStart": [
7203
7329
  14
@@ -7232,7 +7358,7 @@ exports.default = {
7232
7358
  1
7233
7359
  ],
7234
7360
  "qualificationsBag": [
7235
- 321
7361
+ 327
7236
7362
  ],
7237
7363
  "__typename": [
7238
7364
  1
@@ -7240,28 +7366,28 @@ exports.default = {
7240
7366
  },
7241
7367
  "QualificationsBagDto": {
7242
7368
  "ageQualifications": [
7243
- 276
7369
+ 282
7244
7370
  ],
7245
7371
  "genderQualifications": [
7246
- 277
7372
+ 283
7247
7373
  ],
7248
7374
  "scoreQualifications": [
7249
- 279
7375
+ 285
7250
7376
  ],
7251
7377
  "locationQualifications": [
7252
- 280
7378
+ 286
7253
7379
  ],
7254
7380
  "nationalityQualifications": [
7255
- 278
7381
+ 284
7256
7382
  ],
7257
7383
  "distanceQualifications": [
7258
- 281
7384
+ 287
7259
7385
  ],
7260
7386
  "sportsQualifications": [
7261
- 282
7387
+ 288
7262
7388
  ],
7263
7389
  "levelQualifications": [
7264
- 283
7390
+ 289
7265
7391
  ],
7266
7392
  "__typename": [
7267
7393
  1
@@ -7307,7 +7433,7 @@ exports.default = {
7307
7433
  },
7308
7434
  "OfferClaimQueryDto": {
7309
7435
  "status": [
7310
- 349
7436
+ 358
7311
7437
  ],
7312
7438
  "__typename": [
7313
7439
  1
@@ -7361,7 +7487,7 @@ exports.default = {
7361
7487
  1
7362
7488
  ],
7363
7489
  "timeRange": [
7364
- 327
7490
+ 333
7365
7491
  ],
7366
7492
  "__typename": [
7367
7493
  1
@@ -7373,7 +7499,7 @@ exports.default = {
7373
7499
  1
7374
7500
  ],
7375
7501
  "timeRange": [
7376
- 327
7502
+ 333
7377
7503
  ],
7378
7504
  "sportId": [
7379
7505
  1
@@ -7430,7 +7556,7 @@ exports.default = {
7430
7556
  1
7431
7557
  ],
7432
7558
  "metricRanges": [
7433
- 330
7559
+ 336
7434
7560
  ],
7435
7561
  "__typename": [
7436
7562
  1
@@ -7444,7 +7570,7 @@ exports.default = {
7444
7570
  209
7445
7571
  ],
7446
7572
  "timeRange": [
7447
- 327
7573
+ 333
7448
7574
  ],
7449
7575
  "page": [
7450
7576
  51
@@ -7453,7 +7579,7 @@ exports.default = {
7453
7579
  51
7454
7580
  ],
7455
7581
  "filters": [
7456
- 331
7582
+ 337
7457
7583
  ],
7458
7584
  "__typename": [
7459
7585
  1
@@ -7508,7 +7634,7 @@ exports.default = {
7508
7634
  51
7509
7635
  ],
7510
7636
  "sortBy": [
7511
- 350
7637
+ 359
7512
7638
  ],
7513
7639
  "contentType": [
7514
7640
  213
@@ -7633,6 +7759,39 @@ exports.default = {
7633
7759
  1
7634
7760
  ]
7635
7761
  },
7762
+ "SendChatMessageDto": {
7763
+ "threadId": [
7764
+ 1
7765
+ ],
7766
+ "message": [
7767
+ 1
7768
+ ],
7769
+ "__typename": [
7770
+ 1
7771
+ ]
7772
+ },
7773
+ "UpdateAiCoachConfigDto": {
7774
+ "enabled": [
7775
+ 2
7776
+ ],
7777
+ "nudgesEnabled": [
7778
+ 2
7779
+ ],
7780
+ "preferredFocus": [
7781
+ 1
7782
+ ],
7783
+ "__typename": [
7784
+ 1
7785
+ ]
7786
+ },
7787
+ "NudgeQueryDto": {
7788
+ "unreadOnly": [
7789
+ 2
7790
+ ],
7791
+ "__typename": [
7792
+ 1
7793
+ ]
7794
+ },
7636
7795
  "DonationMode": {},
7637
7796
  "OfferClaimStatus": {},
7638
7797
  "PostSortOption": {},
@@ -7706,7 +7865,7 @@ exports.default = {
7706
7865
  32,
7707
7866
  {
7708
7867
  "input": [
7709
- 352,
7868
+ 361,
7710
7869
  "AWSS3GetUploadDto!"
7711
7870
  ]
7712
7871
  }
@@ -7730,7 +7889,7 @@ exports.default = {
7730
7889
  146,
7731
7890
  {
7732
7891
  "query": [
7733
- 247
7892
+ 253
7734
7893
  ]
7735
7894
  }
7736
7895
  ],
@@ -7776,7 +7935,7 @@ exports.default = {
7776
7935
  147,
7777
7936
  {
7778
7937
  "query": [
7779
- 251
7938
+ 257
7780
7939
  ]
7781
7940
  }
7782
7941
  ],
@@ -7784,7 +7943,7 @@ exports.default = {
7784
7943
  105,
7785
7944
  {
7786
7945
  "input": [
7787
- 353,
7946
+ 362,
7788
7947
  "FindSponsorAthleteInvitationDto!"
7789
7948
  ]
7790
7949
  }
@@ -7793,7 +7952,7 @@ exports.default = {
7793
7952
  165,
7794
7953
  {
7795
7954
  "input": [
7796
- 266,
7955
+ 272,
7797
7956
  "existValueDto!"
7798
7957
  ]
7799
7958
  }
@@ -7805,7 +7964,7 @@ exports.default = {
7805
7964
  159,
7806
7965
  {
7807
7966
  "input": [
7808
- 262,
7967
+ 268,
7809
7968
  "AthleteQueryDto!"
7810
7969
  ]
7811
7970
  }
@@ -7853,7 +8012,7 @@ exports.default = {
7853
8012
  82,
7854
8013
  {
7855
8014
  "input": [
7856
- 354,
8015
+ 363,
7857
8016
  "GetAthleteCompetitionsDto!"
7858
8017
  ]
7859
8018
  }
@@ -7901,7 +8060,7 @@ exports.default = {
7901
8060
  159,
7902
8061
  {
7903
8062
  "input": [
7904
- 262,
8063
+ 268,
7905
8064
  "AthleteQueryDto!"
7906
8065
  ]
7907
8066
  }
@@ -7919,7 +8078,7 @@ exports.default = {
7919
8078
  162,
7920
8079
  {
7921
8080
  "input": [
7922
- 266,
8081
+ 272,
7923
8082
  "existValueDto!"
7924
8083
  ]
7925
8084
  }
@@ -7928,7 +8087,7 @@ exports.default = {
7928
8087
  171,
7929
8088
  {
7930
8089
  "input": [
7931
- 272,
8090
+ 278,
7932
8091
  "CheckScoreRefreshCapabilityDto!"
7933
8092
  ]
7934
8093
  }
@@ -7937,7 +8096,7 @@ exports.default = {
7937
8096
  166,
7938
8097
  {
7939
8098
  "input": [
7940
- 268,
8099
+ 274,
7941
8100
  "GetHistoricalScoresDto!"
7942
8101
  ]
7943
8102
  }
@@ -7946,7 +8105,7 @@ exports.default = {
7946
8105
  99,
7947
8106
  {
7948
8107
  "input": [
7949
- 268,
8108
+ 274,
7950
8109
  "GetHistoricalScoresDto!"
7951
8110
  ]
7952
8111
  }
@@ -7955,7 +8114,7 @@ exports.default = {
7955
8114
  166,
7956
8115
  {
7957
8116
  "input": [
7958
- 267,
8117
+ 273,
7959
8118
  "GetMyHistoricalScoresDto!"
7960
8119
  ]
7961
8120
  }
@@ -7964,7 +8123,7 @@ exports.default = {
7964
8123
  99,
7965
8124
  {
7966
8125
  "input": [
7967
- 267,
8126
+ 273,
7968
8127
  "GetMyHistoricalScoresDto!"
7969
8128
  ]
7970
8129
  }
@@ -7973,7 +8132,7 @@ exports.default = {
7973
8132
  90,
7974
8133
  {
7975
8134
  "input": [
7976
- 269,
8135
+ 275,
7977
8136
  "GetAthleteCampaignsDto!"
7978
8137
  ]
7979
8138
  }
@@ -7982,7 +8141,7 @@ exports.default = {
7982
8141
  169,
7983
8142
  {
7984
8143
  "input": [
7985
- 270,
8144
+ 276,
7986
8145
  "BrowseCampaignsDto!"
7987
8146
  ]
7988
8147
  }
@@ -8006,7 +8165,7 @@ exports.default = {
8006
8165
  174,
8007
8166
  {
8008
8167
  "query": [
8009
- 274
8168
+ 280
8010
8169
  ]
8011
8170
  }
8012
8171
  ],
@@ -8074,7 +8233,7 @@ exports.default = {
8074
8233
  0,
8075
8234
  {
8076
8235
  "input": [
8077
- 355,
8236
+ 364,
8078
8237
  "FindVtxUserDto!"
8079
8238
  ]
8080
8239
  }
@@ -8114,7 +8273,7 @@ exports.default = {
8114
8273
  36,
8115
8274
  {
8116
8275
  "input": [
8117
- 242,
8276
+ 248,
8118
8277
  "VerifyCodeDto!"
8119
8278
  ]
8120
8279
  }
@@ -8135,7 +8294,7 @@ exports.default = {
8135
8294
  178,
8136
8295
  {
8137
8296
  "query": [
8138
- 288
8297
+ 294
8139
8298
  ]
8140
8299
  }
8141
8300
  ],
@@ -8146,7 +8305,7 @@ exports.default = {
8146
8305
  76,
8147
8306
  {
8148
8307
  "input": [
8149
- 356,
8308
+ 365,
8150
8309
  "GetSportEventsDto!"
8151
8310
  ]
8152
8311
  }
@@ -8155,7 +8314,7 @@ exports.default = {
8155
8314
  180,
8156
8315
  {
8157
8316
  "query": [
8158
- 295
8317
+ 301
8159
8318
  ]
8160
8319
  }
8161
8320
  ],
@@ -8195,7 +8354,7 @@ exports.default = {
8195
8354
  182,
8196
8355
  {
8197
8356
  "query": [
8198
- 310
8357
+ 316
8199
8358
  ]
8200
8359
  }
8201
8360
  ],
@@ -8215,7 +8374,7 @@ exports.default = {
8215
8374
  167,
8216
8375
  {
8217
8376
  "input": [
8218
- 291,
8377
+ 297,
8219
8378
  "StripeQueryDto!"
8220
8379
  ]
8221
8380
  }
@@ -8227,7 +8386,7 @@ exports.default = {
8227
8386
  35,
8228
8387
  {
8229
8388
  "input": [
8230
- 240,
8389
+ 246,
8231
8390
  "GetDatabaseFileDto!"
8232
8391
  ]
8233
8392
  }
@@ -8236,7 +8395,7 @@ exports.default = {
8236
8395
  32,
8237
8396
  {
8238
8397
  "input": [
8239
- 352,
8398
+ 361,
8240
8399
  "AWSS3GetUploadDto!"
8241
8400
  ]
8242
8401
  }
@@ -8245,7 +8404,7 @@ exports.default = {
8245
8404
  117,
8246
8405
  {
8247
8406
  "input": [
8248
- 290,
8407
+ 296,
8249
8408
  "GetReceiptDto!"
8250
8409
  ]
8251
8410
  }
@@ -8254,7 +8413,7 @@ exports.default = {
8254
8413
  118,
8255
8414
  {
8256
8415
  "input": [
8257
- 290,
8416
+ 296,
8258
8417
  "GetReceiptDto!"
8259
8418
  ]
8260
8419
  }
@@ -8263,7 +8422,7 @@ exports.default = {
8263
8422
  179,
8264
8423
  {
8265
8424
  "input": [
8266
- 292,
8425
+ 298,
8267
8426
  "GetTransactionDetailsDto!"
8268
8427
  ]
8269
8428
  }
@@ -8296,7 +8455,7 @@ exports.default = {
8296
8455
  188,
8297
8456
  {
8298
8457
  "query": [
8299
- 317
8458
+ 323
8300
8459
  ]
8301
8460
  }
8302
8461
  ],
@@ -8307,7 +8466,7 @@ exports.default = {
8307
8466
  189,
8308
8467
  {
8309
8468
  "query": [
8310
- 322
8469
+ 328
8311
8470
  ]
8312
8471
  }
8313
8472
  ],
@@ -8336,7 +8495,7 @@ exports.default = {
8336
8495
  "String!"
8337
8496
  ],
8338
8497
  "query": [
8339
- 323
8498
+ 329
8340
8499
  ]
8341
8500
  }
8342
8501
  ],
@@ -8357,7 +8516,7 @@ exports.default = {
8357
8516
  145,
8358
8517
  {
8359
8518
  "query": [
8360
- 322
8519
+ 328
8361
8520
  ]
8362
8521
  }
8363
8522
  ],
@@ -8365,7 +8524,7 @@ exports.default = {
8365
8524
  195,
8366
8525
  {
8367
8526
  "input": [
8368
- 324
8527
+ 330
8369
8528
  ]
8370
8529
  }
8371
8530
  ],
@@ -8373,7 +8532,7 @@ exports.default = {
8373
8532
  196,
8374
8533
  {
8375
8534
  "input": [
8376
- 325,
8535
+ 331,
8377
8536
  "UserRankQueryDto!"
8378
8537
  ]
8379
8538
  }
@@ -8391,7 +8550,7 @@ exports.default = {
8391
8550
  198,
8392
8551
  {
8393
8552
  "input": [
8394
- 326,
8553
+ 332,
8395
8554
  "ScoreHistoryQueryDto!"
8396
8555
  ]
8397
8556
  }
@@ -8400,7 +8559,7 @@ exports.default = {
8400
8559
  199,
8401
8560
  {
8402
8561
  "input": [
8403
- 328,
8562
+ 334,
8404
8563
  "RankHistoryQueryDto!"
8405
8564
  ]
8406
8565
  }
@@ -8409,7 +8568,7 @@ exports.default = {
8409
8568
  200,
8410
8569
  {
8411
8570
  "input": [
8412
- 329,
8571
+ 335,
8413
8572
  "RankContextQueryDto!"
8414
8573
  ]
8415
8574
  }
@@ -8418,7 +8577,7 @@ exports.default = {
8418
8577
  202,
8419
8578
  {
8420
8579
  "input": [
8421
- 332,
8580
+ 338,
8422
8581
  "ActivitiesQueryDto!"
8423
8582
  ]
8424
8583
  }
@@ -8427,7 +8586,7 @@ exports.default = {
8427
8586
  205,
8428
8587
  {
8429
8588
  "input": [
8430
- 333,
8589
+ 339,
8431
8590
  "ActivityDetailQueryDto!"
8432
8591
  ]
8433
8592
  }
@@ -8436,7 +8595,7 @@ exports.default = {
8436
8595
  207,
8437
8596
  {
8438
8597
  "input": [
8439
- 334,
8598
+ 340,
8440
8599
  "ComponentSummaryQueryDto!"
8441
8600
  ]
8442
8601
  }
@@ -8445,7 +8604,7 @@ exports.default = {
8445
8604
  210,
8446
8605
  {
8447
8606
  "input": [
8448
- 335,
8607
+ 341,
8449
8608
  "ActivityDatesQueryDto!"
8450
8609
  ]
8451
8610
  }
@@ -8462,7 +8621,7 @@ exports.default = {
8462
8621
  "Platform!"
8463
8622
  ],
8464
8623
  "range": [
8465
- 336,
8624
+ 342,
8466
8625
  "DateRangeInput!"
8467
8626
  ],
8468
8627
  "periodType": [
@@ -8482,7 +8641,7 @@ exports.default = {
8482
8641
  "Platform!"
8483
8642
  ],
8484
8643
  "options": [
8485
- 337
8644
+ 343
8486
8645
  ]
8487
8646
  }
8488
8647
  ],
@@ -8490,7 +8649,7 @@ exports.default = {
8490
8649
  220,
8491
8650
  {
8492
8651
  "input": [
8493
- 338
8652
+ 344
8494
8653
  ]
8495
8654
  }
8496
8655
  ],
@@ -8504,7 +8663,7 @@ exports.default = {
8504
8663
  225,
8505
8664
  {
8506
8665
  "input": [
8507
- 347
8666
+ 353
8508
8667
  ]
8509
8668
  }
8510
8669
  ],
@@ -8512,7 +8671,7 @@ exports.default = {
8512
8671
  226,
8513
8672
  {
8514
8673
  "input": [
8515
- 346,
8674
+ 352,
8516
8675
  "IsFollowingAthleteInput!"
8517
8676
  ]
8518
8677
  }
@@ -8547,7 +8706,7 @@ exports.default = {
8547
8706
  233,
8548
8707
  {
8549
8708
  "filters": [
8550
- 357,
8709
+ 366,
8551
8710
  "AudienceFilterDto!"
8552
8711
  ]
8553
8712
  }
@@ -8555,9 +8714,52 @@ exports.default = {
8555
8714
  "getSendGridTemplates": [
8556
8715
  231
8557
8716
  ],
8717
+ "getSendGridTemplatePreview": [
8718
+ 1,
8719
+ {
8720
+ "templateId": [
8721
+ 1,
8722
+ "String!"
8723
+ ]
8724
+ }
8725
+ ],
8558
8726
  "getEmailSegments": [
8559
8727
  228
8560
8728
  ],
8729
+ "getAiCoachThread": [
8730
+ 235
8731
+ ],
8732
+ "getAiCoachThreadHistory": [
8733
+ 235,
8734
+ {
8735
+ "limit": [
8736
+ 51
8737
+ ]
8738
+ }
8739
+ ],
8740
+ "getAiCoachThreadMessages": [
8741
+ 234,
8742
+ {
8743
+ "threadId": [
8744
+ 1,
8745
+ "String!"
8746
+ ]
8747
+ }
8748
+ ],
8749
+ "getAiCoachConfig": [
8750
+ 236
8751
+ ],
8752
+ "getAiCoachNudges": [
8753
+ 238,
8754
+ {
8755
+ "input": [
8756
+ 356
8757
+ ]
8758
+ }
8759
+ ],
8760
+ "getAiCoachUnreadNudgeCount": [
8761
+ 239
8762
+ ],
8561
8763
  "__typename": [
8562
8764
  1
8563
8765
  ]
@@ -8618,21 +8820,21 @@ exports.default = {
8618
8820
  "userType": [
8619
8821
  1
8620
8822
  ],
8621
- "ageMin": [
8622
- 51
8623
- ],
8624
- "ageMax": [
8625
- 51
8823
+ "sport": [
8824
+ 1
8626
8825
  ],
8627
- "gender": [
8826
+ "country": [
8628
8827
  1
8629
8828
  ],
8630
- "walletStatus": [
8829
+ "onboardingStatus": [
8631
8830
  1
8632
8831
  ],
8633
8832
  "campaignStatus": [
8634
8833
  1
8635
8834
  ],
8835
+ "walletStatus": [
8836
+ 1
8837
+ ],
8636
8838
  "hasStrava": [
8637
8839
  2
8638
8840
  ],
@@ -8645,23 +8847,8 @@ exports.default = {
8645
8847
  "vtxScoreMax": [
8646
8848
  18
8647
8849
  ],
8648
- "tpiScoreMin": [
8649
- 18
8650
- ],
8651
- "tpiScoreMax": [
8652
- 18
8653
- ],
8654
- "spiScoreMin": [
8655
- 18
8656
- ],
8657
- "spiScoreMax": [
8658
- 18
8659
- ],
8660
- "apiScoreMin": [
8661
- 18
8662
- ],
8663
- "apiScoreMax": [
8664
- 18
8850
+ "donorStatus": [
8851
+ 1
8665
8852
  ],
8666
8853
  "__typename": [
8667
8854
  1
@@ -8672,7 +8859,7 @@ exports.default = {
8672
8859
  5,
8673
8860
  {
8674
8861
  "tenant": [
8675
- 359,
8862
+ 368,
8676
8863
  "CreateTenantInput!"
8677
8864
  ]
8678
8865
  }
@@ -8681,7 +8868,7 @@ exports.default = {
8681
8868
  11,
8682
8869
  {
8683
8870
  "tenant": [
8684
- 359,
8871
+ 368,
8685
8872
  "CreateTenantInput!"
8686
8873
  ]
8687
8874
  }
@@ -8690,7 +8877,7 @@ exports.default = {
8690
8877
  3,
8691
8878
  {
8692
8879
  "user": [
8693
- 360,
8880
+ 369,
8694
8881
  "CreateActiveUserInput!"
8695
8882
  ]
8696
8883
  }
@@ -8725,7 +8912,7 @@ exports.default = {
8725
8912
  0,
8726
8913
  {
8727
8914
  "input": [
8728
- 361,
8915
+ 370,
8729
8916
  "RegisterUserToDomainFromEmailInput!"
8730
8917
  ]
8731
8918
  }
@@ -8734,7 +8921,7 @@ exports.default = {
8734
8921
  8,
8735
8922
  {
8736
8923
  "dto": [
8737
- 362,
8924
+ 371,
8738
8925
  "RefreshTokenInput!"
8739
8926
  ]
8740
8927
  }
@@ -8743,7 +8930,7 @@ exports.default = {
8743
8930
  33,
8744
8931
  {
8745
8932
  "input": [
8746
- 363,
8933
+ 372,
8747
8934
  "AWSS3DeleteUseTypeFileDto!"
8748
8935
  ]
8749
8936
  }
@@ -8752,7 +8939,7 @@ exports.default = {
8752
8939
  33,
8753
8940
  {
8754
8941
  "input": [
8755
- 364,
8942
+ 373,
8756
8943
  "AWSS3DeleteBucketFileDto!"
8757
8944
  ]
8758
8945
  }
@@ -8761,7 +8948,7 @@ exports.default = {
8761
8948
  33,
8762
8949
  {
8763
8950
  "input": [
8764
- 365,
8951
+ 374,
8765
8952
  "AWSS3DeleteUseTypeKeyDto!"
8766
8953
  ]
8767
8954
  }
@@ -8770,7 +8957,7 @@ exports.default = {
8770
8957
  27,
8771
8958
  {
8772
8959
  "input": [
8773
- 245,
8960
+ 251,
8774
8961
  "AWSS3UploadedFileDto!"
8775
8962
  ]
8776
8963
  }
@@ -8779,7 +8966,7 @@ exports.default = {
8779
8966
  37,
8780
8967
  {
8781
8968
  "input": [
8782
- 366,
8969
+ 375,
8783
8970
  "CreateIndustryDto!"
8784
8971
  ]
8785
8972
  }
@@ -8788,7 +8975,7 @@ exports.default = {
8788
8975
  63,
8789
8976
  {
8790
8977
  "input": [
8791
- 244,
8978
+ 250,
8792
8979
  "CreateBrandDto!"
8793
8980
  ]
8794
8981
  }
@@ -8801,7 +8988,7 @@ exports.default = {
8801
8988
  "String!"
8802
8989
  ],
8803
8990
  "input": [
8804
- 244,
8991
+ 250,
8805
8992
  "CreateBrandDto!"
8806
8993
  ]
8807
8994
  }
@@ -8845,7 +9032,7 @@ exports.default = {
8845
9032
  59,
8846
9033
  {
8847
9034
  "input": [
8848
- 367,
9035
+ 376,
8849
9036
  "RegisterSponsorInput!"
8850
9037
  ]
8851
9038
  }
@@ -8854,7 +9041,7 @@ exports.default = {
8854
9041
  59,
8855
9042
  {
8856
9043
  "input": [
8857
- 248,
9044
+ 254,
8858
9045
  "CreateSponsorDto!"
8859
9046
  ]
8860
9047
  }
@@ -8863,7 +9050,7 @@ exports.default = {
8863
9050
  105,
8864
9051
  {
8865
9052
  "input": [
8866
- 250,
9053
+ 256,
8867
9054
  "InviteAthletesDto!"
8868
9055
  ]
8869
9056
  }
@@ -8876,7 +9063,7 @@ exports.default = {
8876
9063
  "String!"
8877
9064
  ],
8878
9065
  "input": [
8879
- 368,
9066
+ 377,
8880
9067
  "UpdateSponsorDto!"
8881
9068
  ]
8882
9069
  }
@@ -8894,7 +9081,7 @@ exports.default = {
8894
9081
  151,
8895
9082
  {
8896
9083
  "input": [
8897
- 259,
9084
+ 265,
8898
9085
  "DeleteSingleValueDto!"
8899
9086
  ]
8900
9087
  }
@@ -8903,7 +9090,7 @@ exports.default = {
8903
9090
  101,
8904
9091
  {
8905
9092
  "input": [
8906
- 369,
9093
+ 378,
8907
9094
  "RegisterAthleteDto!"
8908
9095
  ]
8909
9096
  }
@@ -8912,7 +9099,7 @@ exports.default = {
8912
9099
  148,
8913
9100
  {
8914
9101
  "input": [
8915
- 370,
9102
+ 379,
8916
9103
  "EditValueDto!"
8917
9104
  ]
8918
9105
  }
@@ -8921,7 +9108,7 @@ exports.default = {
8921
9108
  160,
8922
9109
  {
8923
9110
  "input": [
8924
- 263,
9111
+ 269,
8925
9112
  "EditPictureDto!"
8926
9113
  ]
8927
9114
  }
@@ -8930,7 +9117,7 @@ exports.default = {
8930
9117
  161,
8931
9118
  {
8932
9119
  "input": [
8933
- 264,
9120
+ 270,
8934
9121
  "UploadAlbumsPicturesDto!"
8935
9122
  ]
8936
9123
  }
@@ -8939,7 +9126,7 @@ exports.default = {
8939
9126
  82,
8940
9127
  {
8941
9128
  "input": [
8942
- 254,
9129
+ 260,
8943
9130
  "CreateAthleteCompetitionDto!"
8944
9131
  ]
8945
9132
  }
@@ -8948,7 +9135,7 @@ exports.default = {
8948
9135
  151,
8949
9136
  {
8950
9137
  "input": [
8951
- 259,
9138
+ 265,
8952
9139
  "DeleteSingleValueDto!"
8953
9140
  ]
8954
9141
  }
@@ -8957,7 +9144,7 @@ exports.default = {
8957
9144
  81,
8958
9145
  {
8959
9146
  "input": [
8960
- 264,
9147
+ 270,
8961
9148
  "UploadAlbumsPicturesDto!"
8962
9149
  ]
8963
9150
  }
@@ -8966,7 +9153,7 @@ exports.default = {
8966
9153
  81,
8967
9154
  {
8968
9155
  "input": [
8969
- 371,
9156
+ 380,
8970
9157
  "EditDisplayIndexDto!"
8971
9158
  ]
8972
9159
  }
@@ -8975,7 +9162,7 @@ exports.default = {
8975
9162
  81,
8976
9163
  {
8977
9164
  "input": [
8978
- 264,
9165
+ 270,
8979
9166
  "UploadAlbumsPicturesDto!"
8980
9167
  ]
8981
9168
  }
@@ -8984,7 +9171,7 @@ exports.default = {
8984
9171
  151,
8985
9172
  {
8986
9173
  "input": [
8987
- 259,
9174
+ 265,
8988
9175
  "DeleteSingleValueDto!"
8989
9176
  ]
8990
9177
  }
@@ -8993,7 +9180,7 @@ exports.default = {
8993
9180
  150,
8994
9181
  {
8995
9182
  "input": [
8996
- 265,
9183
+ 271,
8997
9184
  "DeleteValuesDto!"
8998
9185
  ]
8999
9186
  }
@@ -9002,7 +9189,7 @@ exports.default = {
9002
9189
  77,
9003
9190
  {
9004
9191
  "input": [
9005
- 253,
9192
+ 259,
9006
9193
  "SetCompetitionResultDto!"
9007
9194
  ]
9008
9195
  }
@@ -9017,7 +9204,7 @@ exports.default = {
9017
9204
  156,
9018
9205
  {
9019
9206
  "input": [
9020
- 271,
9207
+ 277,
9021
9208
  "ForceScoreRefreshDto!"
9022
9209
  ]
9023
9210
  }
@@ -9026,7 +9213,7 @@ exports.default = {
9026
9213
  90,
9027
9214
  {
9028
9215
  "input": [
9029
- 373,
9216
+ 382,
9030
9217
  "SetCurrentCampaignDto!"
9031
9218
  ]
9032
9219
  }
@@ -9038,7 +9225,7 @@ exports.default = {
9038
9225
  172,
9039
9226
  {
9040
9227
  "input": [
9041
- 273,
9228
+ 279,
9042
9229
  "UpdateOnboardingProgressDto!"
9043
9230
  ]
9044
9231
  }
@@ -9047,7 +9234,7 @@ exports.default = {
9047
9234
  68,
9048
9235
  {
9049
9236
  "input": [
9050
- 374,
9237
+ 383,
9051
9238
  "CreateSportDto!"
9052
9239
  ]
9053
9240
  }
@@ -9056,7 +9243,7 @@ exports.default = {
9056
9243
  68,
9057
9244
  {
9058
9245
  "input": [
9059
- 375,
9246
+ 384,
9060
9247
  "UpdateSportDto!"
9061
9248
  ]
9062
9249
  }
@@ -9065,7 +9252,7 @@ exports.default = {
9065
9252
  71,
9066
9253
  {
9067
9254
  "input": [
9068
- 376,
9255
+ 385,
9069
9256
  "CreateSportLevelDto!"
9070
9257
  ]
9071
9258
  }
@@ -9074,7 +9261,7 @@ exports.default = {
9074
9261
  58,
9075
9262
  {
9076
9263
  "input": [
9077
- 378,
9264
+ 387,
9078
9265
  "CreateSponsorshipDto!"
9079
9266
  ]
9080
9267
  }
@@ -9083,7 +9270,7 @@ exports.default = {
9083
9270
  41,
9084
9271
  {
9085
9272
  "input": [
9086
- 383,
9273
+ 392,
9087
9274
  "CreateCountryDto!"
9088
9275
  ]
9089
9276
  }
@@ -9092,7 +9279,7 @@ exports.default = {
9092
9279
  40,
9093
9280
  {
9094
9281
  "input": [
9095
- 384,
9282
+ 393,
9096
9283
  "CreateStateDto!"
9097
9284
  ]
9098
9285
  }
@@ -9101,7 +9288,7 @@ exports.default = {
9101
9288
  39,
9102
9289
  {
9103
9290
  "input": [
9104
- 385,
9291
+ 394,
9105
9292
  "CreateCityDto!"
9106
9293
  ]
9107
9294
  }
@@ -9110,7 +9297,7 @@ exports.default = {
9110
9297
  29,
9111
9298
  {
9112
9299
  "input": [
9113
- 284,
9300
+ 290,
9114
9301
  "RegisterUserDto!"
9115
9302
  ]
9116
9303
  }
@@ -9119,7 +9306,7 @@ exports.default = {
9119
9306
  3,
9120
9307
  {
9121
9308
  "input": [
9122
- 242,
9309
+ 248,
9123
9310
  "VerifyCodeDto!"
9124
9311
  ]
9125
9312
  }
@@ -9128,7 +9315,7 @@ exports.default = {
9128
9315
  0,
9129
9316
  {
9130
9317
  "input": [
9131
- 242,
9318
+ 248,
9132
9319
  "VerifyCodeDto!"
9133
9320
  ]
9134
9321
  }
@@ -9137,7 +9324,7 @@ exports.default = {
9137
9324
  0,
9138
9325
  {
9139
9326
  "input": [
9140
- 284,
9327
+ 290,
9141
9328
  "RegisterUserDto!"
9142
9329
  ]
9143
9330
  }
@@ -9146,7 +9333,7 @@ exports.default = {
9146
9333
  0,
9147
9334
  {
9148
9335
  "input": [
9149
- 284,
9336
+ 290,
9150
9337
  "RegisterUserDto!"
9151
9338
  ]
9152
9339
  }
@@ -9155,7 +9342,7 @@ exports.default = {
9155
9342
  0,
9156
9343
  {
9157
9344
  "input": [
9158
- 284,
9345
+ 290,
9159
9346
  "RegisterUserDto!"
9160
9347
  ]
9161
9348
  }
@@ -9186,7 +9373,7 @@ exports.default = {
9186
9373
  148,
9187
9374
  {
9188
9375
  "input": [
9189
- 286,
9376
+ 292,
9190
9377
  "resetPasswordDto!"
9191
9378
  ]
9192
9379
  }
@@ -9204,7 +9391,7 @@ exports.default = {
9204
9391
  148,
9205
9392
  {
9206
9393
  "input": [
9207
- 287,
9394
+ 293,
9208
9395
  "UpdateUserSuspendedStatusDto!"
9209
9396
  ]
9210
9397
  }
@@ -9216,7 +9403,7 @@ exports.default = {
9216
9403
  177,
9217
9404
  {
9218
9405
  "input": [
9219
- 289,
9406
+ 295,
9220
9407
  "DeleteVtxUserDto!"
9221
9408
  ]
9222
9409
  }
@@ -9225,7 +9412,7 @@ exports.default = {
9225
9412
  76,
9226
9413
  {
9227
9414
  "input": [
9228
- 386,
9415
+ 395,
9229
9416
  "CreateSportEventDto!"
9230
9417
  ]
9231
9418
  }
@@ -9234,7 +9421,7 @@ exports.default = {
9234
9421
  76,
9235
9422
  {
9236
9423
  "input": [
9237
- 293,
9424
+ 299,
9238
9425
  "UpdateSportEventDto!"
9239
9426
  ]
9240
9427
  }
@@ -9252,7 +9439,7 @@ exports.default = {
9252
9439
  128,
9253
9440
  {
9254
9441
  "input": [
9255
- 294,
9442
+ 300,
9256
9443
  "MergeSportsEventsDto!"
9257
9444
  ]
9258
9445
  }
@@ -9261,7 +9448,7 @@ exports.default = {
9261
9448
  90,
9262
9449
  {
9263
9450
  "input": [
9264
- 304,
9451
+ 310,
9265
9452
  "SetFundingStatusDto!"
9266
9453
  ]
9267
9454
  }
@@ -9270,7 +9457,7 @@ exports.default = {
9270
9457
  90,
9271
9458
  {
9272
9459
  "input": [
9273
- 301,
9460
+ 307,
9274
9461
  "CreateFundingCampaignDto!"
9275
9462
  ]
9276
9463
  }
@@ -9279,7 +9466,7 @@ exports.default = {
9279
9466
  90,
9280
9467
  {
9281
9468
  "input": [
9282
- 303,
9469
+ 309,
9283
9470
  "UpdateFundingCampaignDto!"
9284
9471
  ]
9285
9472
  }
@@ -9288,7 +9475,7 @@ exports.default = {
9288
9475
  151,
9289
9476
  {
9290
9477
  "input": [
9291
- 259,
9478
+ 265,
9292
9479
  "DeleteSingleValueDto!"
9293
9480
  ]
9294
9481
  }
@@ -9297,7 +9484,7 @@ exports.default = {
9297
9484
  150,
9298
9485
  {
9299
9486
  "input": [
9300
- 265,
9487
+ 271,
9301
9488
  "DeleteValuesDto!"
9302
9489
  ]
9303
9490
  }
@@ -9315,7 +9502,7 @@ exports.default = {
9315
9502
  2,
9316
9503
  {
9317
9504
  "input": [
9318
- 306,
9505
+ 312,
9319
9506
  "AddCompetitionBudgetDto!"
9320
9507
  ]
9321
9508
  }
@@ -9324,7 +9511,7 @@ exports.default = {
9324
9511
  2,
9325
9512
  {
9326
9513
  "input": [
9327
- 307,
9514
+ 313,
9328
9515
  "EditCompetitionBudgetDto!"
9329
9516
  ]
9330
9517
  }
@@ -9333,7 +9520,7 @@ exports.default = {
9333
9520
  2,
9334
9521
  {
9335
9522
  "input": [
9336
- 308,
9523
+ 314,
9337
9524
  "EditCampaignBudgetDto!"
9338
9525
  ]
9339
9526
  }
@@ -9342,7 +9529,7 @@ exports.default = {
9342
9529
  2,
9343
9530
  {
9344
9531
  "input": [
9345
- 308,
9532
+ 314,
9346
9533
  "EditCampaignBudgetDto!"
9347
9534
  ]
9348
9535
  }
@@ -9351,7 +9538,7 @@ exports.default = {
9351
9538
  83,
9352
9539
  {
9353
9540
  "input": [
9354
- 311,
9541
+ 317,
9355
9542
  "CreateMembershipOrganizationDto!"
9356
9543
  ]
9357
9544
  }
@@ -9360,7 +9547,7 @@ exports.default = {
9360
9547
  85,
9361
9548
  {
9362
9549
  "input": [
9363
- 312,
9550
+ 318,
9364
9551
  "CreateAthleteMembershipDto!"
9365
9552
  ]
9366
9553
  }
@@ -9369,7 +9556,7 @@ exports.default = {
9369
9556
  151,
9370
9557
  {
9371
9558
  "input": [
9372
- 259,
9559
+ 265,
9373
9560
  "DeleteSingleValueDto!"
9374
9561
  ]
9375
9562
  }
@@ -9390,7 +9577,7 @@ exports.default = {
9390
9577
  98,
9391
9578
  {
9392
9579
  "input": [
9393
- 387,
9580
+ 396,
9394
9581
  "CreateStripeAccountDto!"
9395
9582
  ]
9396
9583
  }
@@ -9402,7 +9589,7 @@ exports.default = {
9402
9589
  107,
9403
9590
  {
9404
9591
  "input": [
9405
- 243,
9592
+ 249,
9406
9593
  "DonationCheckoutDto!"
9407
9594
  ]
9408
9595
  }
@@ -9417,7 +9604,7 @@ exports.default = {
9417
9604
  132,
9418
9605
  {
9419
9606
  "input": [
9420
- 316,
9607
+ 322,
9421
9608
  "RegisterMemberDto!"
9422
9609
  ]
9423
9610
  }
@@ -9426,7 +9613,7 @@ exports.default = {
9426
9613
  136,
9427
9614
  {
9428
9615
  "input": [
9429
- 319,
9616
+ 325,
9430
9617
  "CreateOfferDto!"
9431
9618
  ]
9432
9619
  }
@@ -9439,7 +9626,7 @@ exports.default = {
9439
9626
  "String!"
9440
9627
  ],
9441
9628
  "input": [
9442
- 319,
9629
+ 325,
9443
9630
  "CreateOfferDto!"
9444
9631
  ]
9445
9632
  }
@@ -9530,7 +9717,7 @@ exports.default = {
9530
9717
  218,
9531
9718
  {
9532
9719
  "input": [
9533
- 339,
9720
+ 345,
9534
9721
  "MarkNotificationReadDto!"
9535
9722
  ]
9536
9723
  }
@@ -9542,7 +9729,7 @@ exports.default = {
9542
9729
  2,
9543
9730
  {
9544
9731
  "input": [
9545
- 340,
9732
+ 346,
9546
9733
  "DismissNotificationDto!"
9547
9734
  ]
9548
9735
  }
@@ -9551,7 +9738,7 @@ exports.default = {
9551
9738
  222,
9552
9739
  {
9553
9740
  "input": [
9554
- 341,
9741
+ 347,
9555
9742
  "UpdateNotificationPreferenceDto!"
9556
9743
  ]
9557
9744
  }
@@ -9560,7 +9747,7 @@ exports.default = {
9560
9747
  223,
9561
9748
  {
9562
9749
  "input": [
9563
- 342,
9750
+ 348,
9564
9751
  "RegisterDeviceTokenDto!"
9565
9752
  ]
9566
9753
  }
@@ -9569,7 +9756,7 @@ exports.default = {
9569
9756
  2,
9570
9757
  {
9571
9758
  "input": [
9572
- 343,
9759
+ 349,
9573
9760
  "UnregisterDeviceTokenDto!"
9574
9761
  ]
9575
9762
  }
@@ -9578,7 +9765,7 @@ exports.default = {
9578
9765
  2,
9579
9766
  {
9580
9767
  "input": [
9581
- 344,
9768
+ 350,
9582
9769
  "FollowAthleteInput!"
9583
9770
  ]
9584
9771
  }
@@ -9587,7 +9774,7 @@ exports.default = {
9587
9774
  2,
9588
9775
  {
9589
9776
  "input": [
9590
- 345,
9777
+ 351,
9591
9778
  "UnfollowAthleteInput!"
9592
9779
  ]
9593
9780
  }
@@ -9596,7 +9783,7 @@ exports.default = {
9596
9783
  229,
9597
9784
  {
9598
9785
  "input": [
9599
- 388,
9786
+ 397,
9600
9787
  "CreateEmailCampaignDto!"
9601
9788
  ]
9602
9789
  }
@@ -9609,7 +9796,7 @@ exports.default = {
9609
9796
  "String!"
9610
9797
  ],
9611
9798
  "input": [
9612
- 389,
9799
+ 398,
9613
9800
  "UpdateEmailCampaignDto!"
9614
9801
  ]
9615
9802
  }
@@ -9680,7 +9867,7 @@ exports.default = {
9680
9867
  228,
9681
9868
  {
9682
9869
  "input": [
9683
- 390,
9870
+ 399,
9684
9871
  "CreateEmailSegmentDto!"
9685
9872
  ]
9686
9873
  }
@@ -9693,7 +9880,7 @@ exports.default = {
9693
9880
  "String!"
9694
9881
  ],
9695
9882
  "input": [
9696
- 391,
9883
+ 400,
9697
9884
  "UpdateEmailSegmentDto!"
9698
9885
  ]
9699
9886
  }
@@ -9707,6 +9894,33 @@ exports.default = {
9707
9894
  ]
9708
9895
  }
9709
9896
  ],
9897
+ "sendAiCoachMessage": [
9898
+ 234,
9899
+ {
9900
+ "input": [
9901
+ 354,
9902
+ "SendChatMessageDto!"
9903
+ ]
9904
+ }
9905
+ ],
9906
+ "updateAiCoachConfig": [
9907
+ 236,
9908
+ {
9909
+ "input": [
9910
+ 355,
9911
+ "UpdateAiCoachConfigDto!"
9912
+ ]
9913
+ }
9914
+ ],
9915
+ "markAiCoachNudgeRead": [
9916
+ 2,
9917
+ {
9918
+ "nudgeId": [
9919
+ 1,
9920
+ "String!"
9921
+ ]
9922
+ }
9923
+ ],
9710
9924
  "__typename": [
9711
9925
  1
9712
9926
  ]
@@ -9916,10 +10130,10 @@ exports.default = {
9916
10130
  1
9917
10131
  ],
9918
10132
  "profilePicture": [
9919
- 245
10133
+ 251
9920
10134
  ],
9921
10135
  "cardPicture": [
9922
- 245
10136
+ 251
9923
10137
  ],
9924
10138
  "__typename": [
9925
10139
  1
@@ -9938,7 +10152,7 @@ exports.default = {
9938
10152
  },
9939
10153
  "EditDisplayIndexDto": {
9940
10154
  "updates": [
9941
- 372
10155
+ 381
9942
10156
  ],
9943
10157
  "__typename": [
9944
10158
  1
@@ -10002,7 +10216,7 @@ exports.default = {
10002
10216
  18
10003
10217
  ],
10004
10218
  "translations": [
10005
- 377
10219
+ 386
10006
10220
  ],
10007
10221
  "__typename": [
10008
10222
  1
@@ -10036,10 +10250,10 @@ exports.default = {
10036
10250
  18
10037
10251
  ],
10038
10252
  "banner": [
10039
- 245
10253
+ 251
10040
10254
  ],
10041
10255
  "criteria": [
10042
- 320
10256
+ 326
10043
10257
  ],
10044
10258
  "deadline": [
10045
10259
  14
@@ -10048,13 +10262,13 @@ exports.default = {
10048
10262
  14
10049
10263
  ],
10050
10264
  "duration": [
10051
- 379
10265
+ 388
10052
10266
  ],
10053
10267
  "sponsorshipItems": [
10054
- 380
10268
+ 389
10055
10269
  ],
10056
10270
  "commitments": [
10057
- 381
10271
+ 390
10058
10272
  ],
10059
10273
  "terms": [
10060
10274
  1
@@ -10066,7 +10280,7 @@ exports.default = {
10066
10280
  2
10067
10281
  ],
10068
10282
  "translations": [
10069
- 382
10283
+ 391
10070
10284
  ],
10071
10285
  "__typename": [
10072
10286
  1
@@ -10143,7 +10357,7 @@ exports.default = {
10143
10357
  1
10144
10358
  ],
10145
10359
  "banner": [
10146
- 245
10360
+ 251
10147
10361
  ],
10148
10362
  "terms": [
10149
10363
  1
@@ -10250,7 +10464,7 @@ exports.default = {
10250
10464
  1
10251
10465
  ],
10252
10466
  "banner": [
10253
- 245
10467
+ 251
10254
10468
  ],
10255
10469
  "eventLevel": [
10256
10470
  1
@@ -10287,7 +10501,7 @@ exports.default = {
10287
10501
  1
10288
10502
  ],
10289
10503
  "audienceFilters": [
10290
- 357
10504
+ 366
10291
10505
  ],
10292
10506
  "segmentId": [
10293
10507
  1
@@ -10295,9 +10509,6 @@ exports.default = {
10295
10509
  "scheduledFor": [
10296
10510
  14
10297
10511
  ],
10298
- "status": [
10299
- 1
10300
- ],
10301
10512
  "__typename": [
10302
10513
  1
10303
10514
  ]
@@ -10316,7 +10527,7 @@ exports.default = {
10316
10527
  1
10317
10528
  ],
10318
10529
  "audienceFilters": [
10319
- 357
10530
+ 366
10320
10531
  ],
10321
10532
  "segmentId": [
10322
10533
  1
@@ -10324,9 +10535,6 @@ exports.default = {
10324
10535
  "scheduledFor": [
10325
10536
  14
10326
10537
  ],
10327
- "status": [
10328
- 1
10329
- ],
10330
10538
  "__typename": [
10331
10539
  1
10332
10540
  ]
@@ -10336,7 +10544,7 @@ exports.default = {
10336
10544
  1
10337
10545
  ],
10338
10546
  "filters": [
10339
- 357
10547
+ 366
10340
10548
  ],
10341
10549
  "__typename": [
10342
10550
  1
@@ -10347,7 +10555,7 @@ exports.default = {
10347
10555
  1
10348
10556
  ],
10349
10557
  "filters": [
10350
- 357
10558
+ 366
10351
10559
  ],
10352
10560
  "__typename": [
10353
10561
  1