@vertikalx/vtx-backend-client 3.4.2-dev.7 → 3.4.2-dev.8
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.
- package/dist/package.json +1 -1
- package/dist/src/api/domains/generated/blog.api.d.ts +2 -0
- package/dist/src/api/domains/generated/blog.api.js +9 -0
- package/dist/src/api/domains/generated/blog.api.js.map +1 -0
- package/dist/src/api/domains/generated/index.d.ts +1 -0
- package/dist/src/api/domains/generated/index.js +3 -1
- package/dist/src/api/domains/generated/index.js.map +1 -1
- package/dist/src/api/domains/generated/misc.api.js +15 -0
- package/dist/src/api/domains/generated/misc.api.js.map +1 -1
- package/dist/src/api/domains/generated/vtx-base-api.augment.d.ts +7 -1
- package/dist/src/api/vtx-base-api.js +1 -0
- package/dist/src/api/vtx-base-api.js.map +1 -1
- package/dist/src/client/schema.d.ts +88 -7
- package/dist/src/client/schema.js +11 -4
- package/dist/src/client/schema.js.map +1 -1
- package/dist/src/client/types.d.ts +58 -8
- package/dist/src/client/types.js +635 -497
- package/dist/src/client/types.js.map +1 -1
- package/dist/src/generated/graphql.d.ts +196 -0
- package/dist/src/generated/graphql.js +152 -7
- package/dist/src/generated/graphql.js.map +1 -1
- package/package.json +1 -1
package/dist/src/client/types.js
CHANGED
|
@@ -13,19 +13,16 @@ exports.default = {
|
|
|
13
13
|
132,
|
|
14
14
|
140,
|
|
15
15
|
143,
|
|
16
|
-
176,
|
|
17
16
|
177,
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
17
|
+
178,
|
|
18
|
+
196,
|
|
19
|
+
206,
|
|
21
20
|
258,
|
|
22
21
|
259,
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
481,
|
|
28
|
-
482,
|
|
22
|
+
260,
|
|
23
|
+
274,
|
|
24
|
+
310,
|
|
25
|
+
333,
|
|
29
26
|
483,
|
|
30
27
|
484,
|
|
31
28
|
485,
|
|
@@ -62,7 +59,10 @@ exports.default = {
|
|
|
62
59
|
516,
|
|
63
60
|
517,
|
|
64
61
|
518,
|
|
65
|
-
519
|
|
62
|
+
519,
|
|
63
|
+
520,
|
|
64
|
+
521,
|
|
65
|
+
522
|
|
66
66
|
],
|
|
67
67
|
"types": {
|
|
68
68
|
"SortOrder": {
|
|
@@ -228,10 +228,10 @@ exports.default = {
|
|
|
228
228
|
8
|
|
229
229
|
],
|
|
230
230
|
"emailEligibilityReason": [
|
|
231
|
-
|
|
231
|
+
484
|
|
232
232
|
],
|
|
233
233
|
"pushEligibilityReason": [
|
|
234
|
-
|
|
234
|
+
484
|
|
235
235
|
],
|
|
236
236
|
"__typename": [
|
|
237
237
|
1
|
|
@@ -728,7 +728,7 @@ exports.default = {
|
|
|
728
728
|
1
|
|
729
729
|
],
|
|
730
730
|
"resultType": [
|
|
731
|
-
|
|
731
|
+
499
|
|
732
732
|
],
|
|
733
733
|
"verified": [
|
|
734
734
|
8
|
|
@@ -1081,10 +1081,10 @@ exports.default = {
|
|
|
1081
1081
|
3
|
|
1082
1082
|
],
|
|
1083
1083
|
"taxMode": [
|
|
1084
|
-
|
|
1084
|
+
520
|
|
1085
1085
|
],
|
|
1086
1086
|
"period": [
|
|
1087
|
-
|
|
1087
|
+
521
|
|
1088
1088
|
],
|
|
1089
1089
|
"customDays": [
|
|
1090
1090
|
3
|
|
@@ -2919,7 +2919,7 @@ exports.default = {
|
|
|
2919
2919
|
1
|
|
2920
2920
|
],
|
|
2921
2921
|
"scoreType": [
|
|
2922
|
-
|
|
2922
|
+
503
|
|
2923
2923
|
],
|
|
2924
2924
|
"score": [
|
|
2925
2925
|
3
|
|
@@ -3264,7 +3264,7 @@ exports.default = {
|
|
|
3264
3264
|
8
|
|
3265
3265
|
],
|
|
3266
3266
|
"adminRole": [
|
|
3267
|
-
|
|
3267
|
+
483
|
|
3268
3268
|
],
|
|
3269
3269
|
"__typename": [
|
|
3270
3270
|
1
|
|
@@ -4027,6 +4027,47 @@ exports.default = {
|
|
|
4027
4027
|
1
|
|
4028
4028
|
]
|
|
4029
4029
|
},
|
|
4030
|
+
"BlogPost": {
|
|
4031
|
+
"_id": [
|
|
4032
|
+
1
|
|
4033
|
+
],
|
|
4034
|
+
"title": [
|
|
4035
|
+
1
|
|
4036
|
+
],
|
|
4037
|
+
"slug": [
|
|
4038
|
+
1
|
|
4039
|
+
],
|
|
4040
|
+
"content": [
|
|
4041
|
+
1
|
|
4042
|
+
],
|
|
4043
|
+
"excerpt": [
|
|
4044
|
+
1
|
|
4045
|
+
],
|
|
4046
|
+
"createdAt": [
|
|
4047
|
+
9
|
|
4048
|
+
],
|
|
4049
|
+
"publishedAt": [
|
|
4050
|
+
9
|
|
4051
|
+
],
|
|
4052
|
+
"isFlagged": [
|
|
4053
|
+
8
|
|
4054
|
+
],
|
|
4055
|
+
"moderationStatus": [
|
|
4056
|
+
1
|
|
4057
|
+
],
|
|
4058
|
+
"authorName": [
|
|
4059
|
+
1
|
|
4060
|
+
],
|
|
4061
|
+
"author": [
|
|
4062
|
+
124
|
|
4063
|
+
],
|
|
4064
|
+
"coverImage": [
|
|
4065
|
+
56
|
|
4066
|
+
],
|
|
4067
|
+
"__typename": [
|
|
4068
|
+
1
|
|
4069
|
+
]
|
|
4070
|
+
},
|
|
4030
4071
|
"BrowseCampaignsResult": {
|
|
4031
4072
|
"campaigns": [
|
|
4032
4073
|
113
|
|
@@ -4103,7 +4144,7 @@ exports.default = {
|
|
|
4103
4144
|
1
|
|
4104
4145
|
],
|
|
4105
4146
|
"items": [
|
|
4106
|
-
|
|
4147
|
+
171
|
|
4107
4148
|
],
|
|
4108
4149
|
"totalAmount": [
|
|
4109
4150
|
3
|
|
@@ -4120,7 +4161,7 @@ exports.default = {
|
|
|
4120
4161
|
1
|
|
4121
4162
|
],
|
|
4122
4163
|
"budget": [
|
|
4123
|
-
|
|
4164
|
+
172
|
|
4124
4165
|
],
|
|
4125
4166
|
"__typename": [
|
|
4126
4167
|
1
|
|
@@ -4169,7 +4210,7 @@ exports.default = {
|
|
|
4169
4210
|
1
|
|
4170
4211
|
],
|
|
4171
4212
|
"items": [
|
|
4172
|
-
|
|
4213
|
+
171
|
|
4173
4214
|
],
|
|
4174
4215
|
"__typename": [
|
|
4175
4216
|
1
|
|
@@ -4204,16 +4245,16 @@ exports.default = {
|
|
|
4204
4245
|
3
|
|
4205
4246
|
],
|
|
4206
4247
|
"status": [
|
|
4207
|
-
|
|
4248
|
+
177
|
|
4208
4249
|
],
|
|
4209
4250
|
"budgetMode": [
|
|
4210
|
-
|
|
4251
|
+
178
|
|
4211
4252
|
],
|
|
4212
4253
|
"items": [
|
|
4213
|
-
|
|
4254
|
+
171
|
|
4214
4255
|
],
|
|
4215
4256
|
"competitionBudgets": [
|
|
4216
|
-
|
|
4257
|
+
173
|
|
4217
4258
|
],
|
|
4218
4259
|
"__typename": [
|
|
4219
4260
|
1
|
|
@@ -4223,10 +4264,10 @@ exports.default = {
|
|
|
4223
4264
|
"FundingMode": {},
|
|
4224
4265
|
"BudgetData": {
|
|
4225
4266
|
"competitions": [
|
|
4226
|
-
|
|
4267
|
+
175
|
|
4227
4268
|
],
|
|
4228
4269
|
"campaigns": [
|
|
4229
|
-
|
|
4270
|
+
176
|
|
4230
4271
|
],
|
|
4231
4272
|
"__typename": [
|
|
4232
4273
|
1
|
|
@@ -4303,7 +4344,7 @@ exports.default = {
|
|
|
4303
4344
|
},
|
|
4304
4345
|
"CompetitionDeleteVerificationResponse": {
|
|
4305
4346
|
"reasons": [
|
|
4306
|
-
|
|
4347
|
+
182
|
|
4307
4348
|
],
|
|
4308
4349
|
"__typename": [
|
|
4309
4350
|
1
|
|
@@ -4513,7 +4554,7 @@ exports.default = {
|
|
|
4513
4554
|
},
|
|
4514
4555
|
"EligibilityResult": {
|
|
4515
4556
|
"status": [
|
|
4516
|
-
|
|
4557
|
+
196
|
|
4517
4558
|
],
|
|
4518
4559
|
"failedCriteria": [
|
|
4519
4560
|
1
|
|
@@ -4625,10 +4666,10 @@ exports.default = {
|
|
|
4625
4666
|
9
|
|
4626
4667
|
],
|
|
4627
4668
|
"deliveryStats": [
|
|
4628
|
-
|
|
4669
|
+
197
|
|
4629
4670
|
],
|
|
4630
4671
|
"segment": [
|
|
4631
|
-
|
|
4672
|
+
198
|
|
4632
4673
|
],
|
|
4633
4674
|
"__typename": [
|
|
4634
4675
|
1
|
|
@@ -4636,7 +4677,7 @@ exports.default = {
|
|
|
4636
4677
|
},
|
|
4637
4678
|
"EmailCampaignPage": {
|
|
4638
4679
|
"campaigns": [
|
|
4639
|
-
|
|
4680
|
+
199
|
|
4640
4681
|
],
|
|
4641
4682
|
"total": [
|
|
4642
4683
|
19
|
|
@@ -4681,7 +4722,7 @@ exports.default = {
|
|
|
4681
4722
|
},
|
|
4682
4723
|
"FollowedAthletesListResponse": {
|
|
4683
4724
|
"athletes": [
|
|
4684
|
-
|
|
4725
|
+
202
|
|
4685
4726
|
],
|
|
4686
4727
|
"total": [
|
|
4687
4728
|
19
|
|
@@ -4703,7 +4744,7 @@ exports.default = {
|
|
|
4703
4744
|
},
|
|
4704
4745
|
"ScoreRefreshDetail": {
|
|
4705
4746
|
"status": [
|
|
4706
|
-
|
|
4747
|
+
206
|
|
4707
4748
|
],
|
|
4708
4749
|
"message": [
|
|
4709
4750
|
1
|
|
@@ -4744,22 +4785,22 @@ exports.default = {
|
|
|
4744
4785
|
1
|
|
4745
4786
|
],
|
|
4746
4787
|
"status": [
|
|
4747
|
-
|
|
4788
|
+
206
|
|
4748
4789
|
],
|
|
4749
4790
|
"message": [
|
|
4750
4791
|
1
|
|
4751
4792
|
],
|
|
4752
4793
|
"tpi": [
|
|
4753
|
-
|
|
4794
|
+
205
|
|
4754
4795
|
],
|
|
4755
4796
|
"spi": [
|
|
4756
|
-
|
|
4797
|
+
205
|
|
4757
4798
|
],
|
|
4758
4799
|
"api": [
|
|
4759
|
-
|
|
4800
|
+
205
|
|
4760
4801
|
],
|
|
4761
4802
|
"diagnostics": [
|
|
4762
|
-
|
|
4803
|
+
207
|
|
4763
4804
|
],
|
|
4764
4805
|
"__typename": [
|
|
4765
4806
|
1
|
|
@@ -4767,7 +4808,7 @@ exports.default = {
|
|
|
4767
4808
|
},
|
|
4768
4809
|
"ForceScoreRefreshResponse": {
|
|
4769
4810
|
"results": [
|
|
4770
|
-
|
|
4811
|
+
208
|
|
4771
4812
|
],
|
|
4772
4813
|
"successCount": [
|
|
4773
4814
|
3
|
|
@@ -4827,7 +4868,7 @@ exports.default = {
|
|
|
4827
4868
|
125
|
|
4828
4869
|
],
|
|
4829
4870
|
"pagination": [
|
|
4830
|
-
|
|
4871
|
+
211
|
|
4831
4872
|
],
|
|
4832
4873
|
"__typename": [
|
|
4833
4874
|
1
|
|
@@ -4838,7 +4879,7 @@ exports.default = {
|
|
|
4838
4879
|
7
|
|
4839
4880
|
],
|
|
4840
4881
|
"session": [
|
|
4841
|
-
|
|
4882
|
+
180
|
|
4842
4883
|
],
|
|
4843
4884
|
"fromName": [
|
|
4844
4885
|
1
|
|
@@ -4853,7 +4894,7 @@ exports.default = {
|
|
|
4853
4894
|
113
|
|
4854
4895
|
],
|
|
4855
4896
|
"mode": [
|
|
4856
|
-
|
|
4897
|
+
485
|
|
4857
4898
|
],
|
|
4858
4899
|
"athleteId": [
|
|
4859
4900
|
1
|
|
@@ -4887,7 +4928,7 @@ exports.default = {
|
|
|
4887
4928
|
1
|
|
4888
4929
|
],
|
|
4889
4930
|
"rejected": [
|
|
4890
|
-
|
|
4931
|
+
214
|
|
4891
4932
|
],
|
|
4892
4933
|
"__typename": [
|
|
4893
4934
|
1
|
|
@@ -5029,13 +5070,13 @@ exports.default = {
|
|
|
5029
5070
|
},
|
|
5030
5071
|
"LeaderboardResponse": {
|
|
5031
5072
|
"entries": [
|
|
5032
|
-
|
|
5073
|
+
217
|
|
5033
5074
|
],
|
|
5034
5075
|
"pagination": [
|
|
5035
|
-
|
|
5076
|
+
219
|
|
5036
5077
|
],
|
|
5037
5078
|
"filters": [
|
|
5038
|
-
|
|
5079
|
+
218
|
|
5039
5080
|
],
|
|
5040
5081
|
"__typename": [
|
|
5041
5082
|
1
|
|
@@ -5138,7 +5179,7 @@ exports.default = {
|
|
|
5138
5179
|
},
|
|
5139
5180
|
"NotificationListResponse": {
|
|
5140
5181
|
"notifications": [
|
|
5141
|
-
|
|
5182
|
+
224
|
|
5142
5183
|
],
|
|
5143
5184
|
"total": [
|
|
5144
5185
|
19
|
|
@@ -5399,7 +5440,7 @@ exports.default = {
|
|
|
5399
5440
|
8
|
|
5400
5441
|
],
|
|
5401
5442
|
"couponCodes": [
|
|
5402
|
-
|
|
5443
|
+
230
|
|
5403
5444
|
],
|
|
5404
5445
|
"__typename": [
|
|
5405
5446
|
1
|
|
@@ -5410,7 +5451,7 @@ exports.default = {
|
|
|
5410
5451
|
1
|
|
5411
5452
|
],
|
|
5412
5453
|
"offer": [
|
|
5413
|
-
|
|
5454
|
+
228
|
|
5414
5455
|
],
|
|
5415
5456
|
"athlete": [
|
|
5416
5457
|
124
|
|
@@ -5425,7 +5466,7 @@ exports.default = {
|
|
|
5425
5466
|
1
|
|
5426
5467
|
],
|
|
5427
5468
|
"applicationStatus": [
|
|
5428
|
-
|
|
5469
|
+
511
|
|
5429
5470
|
],
|
|
5430
5471
|
"decidedAt": [
|
|
5431
5472
|
9
|
|
@@ -5505,7 +5546,7 @@ exports.default = {
|
|
|
5505
5546
|
8
|
|
5506
5547
|
],
|
|
5507
5548
|
"eligibility": [
|
|
5508
|
-
|
|
5549
|
+
195
|
|
5509
5550
|
],
|
|
5510
5551
|
"__typename": [
|
|
5511
5552
|
1
|
|
@@ -5513,10 +5554,10 @@ exports.default = {
|
|
|
5513
5554
|
},
|
|
5514
5555
|
"PaginatedOffersWithEligibility": {
|
|
5515
5556
|
"items": [
|
|
5516
|
-
|
|
5557
|
+
233
|
|
5517
5558
|
],
|
|
5518
5559
|
"pagination": [
|
|
5519
|
-
|
|
5560
|
+
211
|
|
5520
5561
|
],
|
|
5521
5562
|
"__typename": [
|
|
5522
5563
|
1
|
|
@@ -5564,7 +5605,7 @@ exports.default = {
|
|
|
5564
5605
|
38
|
|
5565
5606
|
],
|
|
5566
5607
|
"pageData": [
|
|
5567
|
-
|
|
5608
|
+
236
|
|
5568
5609
|
],
|
|
5569
5610
|
"__typename": [
|
|
5570
5611
|
1
|
|
@@ -5575,7 +5616,7 @@ exports.default = {
|
|
|
5575
5616
|
91
|
|
5576
5617
|
],
|
|
5577
5618
|
"pagination": [
|
|
5578
|
-
|
|
5619
|
+
211
|
|
5579
5620
|
],
|
|
5580
5621
|
"__typename": [
|
|
5581
5622
|
1
|
|
@@ -5586,7 +5627,7 @@ exports.default = {
|
|
|
5586
5627
|
97
|
|
5587
5628
|
],
|
|
5588
5629
|
"pagination": [
|
|
5589
|
-
|
|
5630
|
+
211
|
|
5590
5631
|
],
|
|
5591
5632
|
"__typename": [
|
|
5592
5633
|
1
|
|
@@ -5594,10 +5635,10 @@ exports.default = {
|
|
|
5594
5635
|
},
|
|
5595
5636
|
"PaginatedOfferApplications": {
|
|
5596
5637
|
"items": [
|
|
5597
|
-
|
|
5638
|
+
232
|
|
5598
5639
|
],
|
|
5599
5640
|
"pagination": [
|
|
5600
|
-
|
|
5641
|
+
211
|
|
5601
5642
|
],
|
|
5602
5643
|
"__typename": [
|
|
5603
5644
|
1
|
|
@@ -5605,10 +5646,10 @@ exports.default = {
|
|
|
5605
5646
|
},
|
|
5606
5647
|
"PaginatedOffers": {
|
|
5607
5648
|
"items": [
|
|
5608
|
-
|
|
5649
|
+
228
|
|
5609
5650
|
],
|
|
5610
5651
|
"pagination": [
|
|
5611
|
-
|
|
5652
|
+
211
|
|
5612
5653
|
],
|
|
5613
5654
|
"__typename": [
|
|
5614
5655
|
1
|
|
@@ -5619,7 +5660,7 @@ exports.default = {
|
|
|
5619
5660
|
88
|
|
5620
5661
|
],
|
|
5621
5662
|
"pagination": [
|
|
5622
|
-
|
|
5663
|
+
211
|
|
5623
5664
|
],
|
|
5624
5665
|
"__typename": [
|
|
5625
5666
|
1
|
|
@@ -5630,7 +5671,7 @@ exports.default = {
|
|
|
5630
5671
|
38
|
|
5631
5672
|
],
|
|
5632
5673
|
"pagination": [
|
|
5633
|
-
|
|
5674
|
+
211
|
|
5634
5675
|
],
|
|
5635
5676
|
"__typename": [
|
|
5636
5677
|
1
|
|
@@ -5641,7 +5682,7 @@ exports.default = {
|
|
|
5641
5682
|
6
|
|
5642
5683
|
],
|
|
5643
5684
|
"pagination": [
|
|
5644
|
-
|
|
5685
|
+
211
|
|
5645
5686
|
],
|
|
5646
5687
|
"__typename": [
|
|
5647
5688
|
1
|
|
@@ -5652,7 +5693,7 @@ exports.default = {
|
|
|
5652
5693
|
127
|
|
5653
5694
|
],
|
|
5654
5695
|
"pagination": [
|
|
5655
|
-
|
|
5696
|
+
211
|
|
5656
5697
|
],
|
|
5657
5698
|
"__typename": [
|
|
5658
5699
|
1
|
|
@@ -5677,7 +5718,7 @@ exports.default = {
|
|
|
5677
5718
|
},
|
|
5678
5719
|
"ProviderConnectionStatus": {
|
|
5679
5720
|
"provider": [
|
|
5680
|
-
|
|
5721
|
+
522
|
|
5681
5722
|
],
|
|
5682
5723
|
"status": [
|
|
5683
5724
|
1
|
|
@@ -5817,7 +5858,7 @@ exports.default = {
|
|
|
5817
5858
|
},
|
|
5818
5859
|
"CheckScoreRefreshCapabilityResponse": {
|
|
5819
5860
|
"capabilities": [
|
|
5820
|
-
|
|
5861
|
+
253
|
|
5821
5862
|
],
|
|
5822
5863
|
"__typename": [
|
|
5823
5864
|
1
|
|
@@ -5856,13 +5897,13 @@ exports.default = {
|
|
|
5856
5897
|
1
|
|
5857
5898
|
],
|
|
5858
5899
|
"platform": [
|
|
5859
|
-
|
|
5900
|
+
258
|
|
5860
5901
|
],
|
|
5861
5902
|
"contentType": [
|
|
5862
|
-
|
|
5903
|
+
259
|
|
5863
5904
|
],
|
|
5864
5905
|
"periodType": [
|
|
5865
|
-
|
|
5906
|
+
260
|
|
5866
5907
|
],
|
|
5867
5908
|
"periodLabel": [
|
|
5868
5909
|
1
|
|
@@ -5927,7 +5968,7 @@ exports.default = {
|
|
|
5927
5968
|
1
|
|
5928
5969
|
],
|
|
5929
5970
|
"contentType": [
|
|
5930
|
-
|
|
5971
|
+
259
|
|
5931
5972
|
],
|
|
5932
5973
|
"caption": [
|
|
5933
5974
|
1
|
|
@@ -5976,10 +6017,10 @@ exports.default = {
|
|
|
5976
6017
|
},
|
|
5977
6018
|
"PostComparisonResultType": {
|
|
5978
6019
|
"posts": [
|
|
5979
|
-
|
|
6020
|
+
261
|
|
5980
6021
|
],
|
|
5981
6022
|
"averages": [
|
|
5982
|
-
|
|
6023
|
+
262
|
|
5983
6024
|
],
|
|
5984
6025
|
"total": [
|
|
5985
6026
|
19
|
|
@@ -6034,10 +6075,10 @@ exports.default = {
|
|
|
6034
6075
|
1
|
|
6035
6076
|
],
|
|
6036
6077
|
"companySize": [
|
|
6037
|
-
|
|
6078
|
+
496
|
|
6038
6079
|
],
|
|
6039
6080
|
"totalSponsoredAthletes": [
|
|
6040
|
-
|
|
6081
|
+
497
|
|
6041
6082
|
],
|
|
6042
6083
|
"brandId": [
|
|
6043
6084
|
1
|
|
@@ -6110,10 +6151,10 @@ exports.default = {
|
|
|
6110
6151
|
1
|
|
6111
6152
|
],
|
|
6112
6153
|
"availableBalances": [
|
|
6113
|
-
|
|
6154
|
+
269
|
|
6114
6155
|
],
|
|
6115
6156
|
"pendingBalances": [
|
|
6116
|
-
|
|
6157
|
+
269
|
|
6117
6158
|
],
|
|
6118
6159
|
"__typename": [
|
|
6119
6160
|
1
|
|
@@ -6191,7 +6232,7 @@ exports.default = {
|
|
|
6191
6232
|
1
|
|
6192
6233
|
],
|
|
6193
6234
|
"status": [
|
|
6194
|
-
|
|
6235
|
+
274
|
|
6195
6236
|
],
|
|
6196
6237
|
"lastError": [
|
|
6197
6238
|
1
|
|
@@ -6264,10 +6305,10 @@ exports.default = {
|
|
|
6264
6305
|
19
|
|
6265
6306
|
],
|
|
6266
6307
|
"vtxScoreHistory": [
|
|
6267
|
-
|
|
6308
|
+
275
|
|
6268
6309
|
],
|
|
6269
6310
|
"topPerformers": [
|
|
6270
|
-
|
|
6311
|
+
276
|
|
6271
6312
|
],
|
|
6272
6313
|
"__typename": [
|
|
6273
6314
|
1
|
|
@@ -6292,13 +6333,13 @@ exports.default = {
|
|
|
6292
6333
|
},
|
|
6293
6334
|
"TeamDashboard": {
|
|
6294
6335
|
"analytics": [
|
|
6295
|
-
|
|
6336
|
+
277
|
|
6296
6337
|
],
|
|
6297
6338
|
"roster": [
|
|
6298
|
-
|
|
6339
|
+
278
|
|
6299
6340
|
],
|
|
6300
6341
|
"leaderboard": [
|
|
6301
|
-
|
|
6342
|
+
276
|
|
6302
6343
|
],
|
|
6303
6344
|
"__typename": [
|
|
6304
6345
|
1
|
|
@@ -6354,7 +6395,7 @@ exports.default = {
|
|
|
6354
6395
|
9
|
|
6355
6396
|
],
|
|
6356
6397
|
"athleteDonationReceipt": [
|
|
6357
|
-
|
|
6398
|
+
251
|
|
6358
6399
|
],
|
|
6359
6400
|
"__typename": [
|
|
6360
6401
|
1
|
|
@@ -6976,10 +7017,10 @@ exports.default = {
|
|
|
6976
7017
|
19
|
|
6977
7018
|
],
|
|
6978
7019
|
"sortBy": [
|
|
6979
|
-
|
|
7020
|
+
310
|
|
6980
7021
|
],
|
|
6981
7022
|
"contentType": [
|
|
6982
|
-
|
|
7023
|
+
259
|
|
6983
7024
|
],
|
|
6984
7025
|
"limit": [
|
|
6985
7026
|
19
|
|
@@ -7005,7 +7046,7 @@ exports.default = {
|
|
|
7005
7046
|
},
|
|
7006
7047
|
"EditDisplayIndexDto": {
|
|
7007
7048
|
"updates": [
|
|
7008
|
-
|
|
7049
|
+
311
|
|
7009
7050
|
],
|
|
7010
7051
|
"__typename": [
|
|
7011
7052
|
1
|
|
@@ -7205,28 +7246,28 @@ exports.default = {
|
|
|
7205
7246
|
},
|
|
7206
7247
|
"QualificationsBagDto": {
|
|
7207
7248
|
"ageQualifications": [
|
|
7208
|
-
|
|
7249
|
+
320
|
|
7209
7250
|
],
|
|
7210
7251
|
"genderQualifications": [
|
|
7211
|
-
|
|
7252
|
+
321
|
|
7212
7253
|
],
|
|
7213
7254
|
"scoreQualifications": [
|
|
7214
|
-
|
|
7255
|
+
323
|
|
7215
7256
|
],
|
|
7216
7257
|
"locationQualifications": [
|
|
7217
|
-
|
|
7258
|
+
324
|
|
7218
7259
|
],
|
|
7219
7260
|
"nationalityQualifications": [
|
|
7220
|
-
|
|
7261
|
+
322
|
|
7221
7262
|
],
|
|
7222
7263
|
"distanceQualifications": [
|
|
7223
|
-
|
|
7264
|
+
325
|
|
7224
7265
|
],
|
|
7225
7266
|
"sportsQualifications": [
|
|
7226
|
-
|
|
7267
|
+
326
|
|
7227
7268
|
],
|
|
7228
7269
|
"levelQualifications": [
|
|
7229
|
-
|
|
7270
|
+
327
|
|
7230
7271
|
],
|
|
7231
7272
|
"__typename": [
|
|
7232
7273
|
1
|
|
@@ -7240,7 +7281,7 @@ exports.default = {
|
|
|
7240
7281
|
1
|
|
7241
7282
|
],
|
|
7242
7283
|
"qualificationsBag": [
|
|
7243
|
-
|
|
7284
|
+
328
|
|
7244
7285
|
],
|
|
7245
7286
|
"__typename": [
|
|
7246
7287
|
1
|
|
@@ -7274,7 +7315,7 @@ exports.default = {
|
|
|
7274
7315
|
1
|
|
7275
7316
|
],
|
|
7276
7317
|
"metricRanges": [
|
|
7277
|
-
|
|
7318
|
+
330
|
|
7278
7319
|
],
|
|
7279
7320
|
"__typename": [
|
|
7280
7321
|
1
|
|
@@ -7288,7 +7329,7 @@ exports.default = {
|
|
|
7288
7329
|
143
|
|
7289
7330
|
],
|
|
7290
7331
|
"timeRange": [
|
|
7291
|
-
|
|
7332
|
+
333
|
|
7292
7333
|
],
|
|
7293
7334
|
"page": [
|
|
7294
7335
|
19
|
|
@@ -7297,7 +7338,7 @@ exports.default = {
|
|
|
7297
7338
|
19
|
|
7298
7339
|
],
|
|
7299
7340
|
"filters": [
|
|
7300
|
-
|
|
7341
|
+
331
|
|
7301
7342
|
],
|
|
7302
7343
|
"__typename": [
|
|
7303
7344
|
1
|
|
@@ -7342,7 +7383,7 @@ exports.default = {
|
|
|
7342
7383
|
1
|
|
7343
7384
|
],
|
|
7344
7385
|
"timeRange": [
|
|
7345
|
-
|
|
7386
|
+
333
|
|
7346
7387
|
],
|
|
7347
7388
|
"__typename": [
|
|
7348
7389
|
1
|
|
@@ -7353,7 +7394,7 @@ exports.default = {
|
|
|
7353
7394
|
1
|
|
7354
7395
|
],
|
|
7355
7396
|
"timeRange": [
|
|
7356
|
-
|
|
7397
|
+
333
|
|
7357
7398
|
],
|
|
7358
7399
|
"sportId": [
|
|
7359
7400
|
1
|
|
@@ -7387,7 +7428,7 @@ exports.default = {
|
|
|
7387
7428
|
1
|
|
7388
7429
|
],
|
|
7389
7430
|
"status": [
|
|
7390
|
-
|
|
7431
|
+
177
|
|
7391
7432
|
],
|
|
7392
7433
|
"minCompletion": [
|
|
7393
7434
|
3
|
|
@@ -7443,7 +7484,7 @@ exports.default = {
|
|
|
7443
7484
|
1
|
|
7444
7485
|
],
|
|
7445
7486
|
"currentCampaign": [
|
|
7446
|
-
|
|
7487
|
+
340
|
|
7447
7488
|
],
|
|
7448
7489
|
"sports": [
|
|
7449
7490
|
1
|
|
@@ -7455,7 +7496,7 @@ exports.default = {
|
|
|
7455
7496
|
8
|
|
7456
7497
|
],
|
|
7457
7498
|
"gender": [
|
|
7458
|
-
|
|
7499
|
+
488
|
|
7459
7500
|
],
|
|
7460
7501
|
"minAge": [
|
|
7461
7502
|
3
|
|
@@ -7533,13 +7574,13 @@ exports.default = {
|
|
|
7533
7574
|
},
|
|
7534
7575
|
"CursorPaginationDto": {
|
|
7535
7576
|
"sortCriteria": [
|
|
7536
|
-
|
|
7577
|
+
342
|
|
7537
7578
|
],
|
|
7538
7579
|
"limit": [
|
|
7539
7580
|
3
|
|
7540
7581
|
],
|
|
7541
7582
|
"cursorPosition": [
|
|
7542
|
-
|
|
7583
|
+
343
|
|
7543
7584
|
],
|
|
7544
7585
|
"__typename": [
|
|
7545
7586
|
1
|
|
@@ -7547,10 +7588,10 @@ exports.default = {
|
|
|
7547
7588
|
},
|
|
7548
7589
|
"AthleteQueryDto": {
|
|
7549
7590
|
"cursor": [
|
|
7550
|
-
|
|
7591
|
+
344
|
|
7551
7592
|
],
|
|
7552
7593
|
"filters": [
|
|
7553
|
-
|
|
7594
|
+
341
|
|
7554
7595
|
],
|
|
7555
7596
|
"__typename": [
|
|
7556
7597
|
1
|
|
@@ -7594,6 +7635,81 @@ exports.default = {
|
|
|
7594
7635
|
1
|
|
7595
7636
|
]
|
|
7596
7637
|
},
|
|
7638
|
+
"CreateBlogPostInput": {
|
|
7639
|
+
"title": [
|
|
7640
|
+
1
|
|
7641
|
+
],
|
|
7642
|
+
"content": [
|
|
7643
|
+
1
|
|
7644
|
+
],
|
|
7645
|
+
"excerpt": [
|
|
7646
|
+
1
|
|
7647
|
+
],
|
|
7648
|
+
"coverImage": [
|
|
7649
|
+
348
|
|
7650
|
+
],
|
|
7651
|
+
"authorAthleteId": [
|
|
7652
|
+
1
|
|
7653
|
+
],
|
|
7654
|
+
"authorName": [
|
|
7655
|
+
1
|
|
7656
|
+
],
|
|
7657
|
+
"__typename": [
|
|
7658
|
+
1
|
|
7659
|
+
]
|
|
7660
|
+
},
|
|
7661
|
+
"AWSS3UploadedFileDto": {
|
|
7662
|
+
"key": [
|
|
7663
|
+
1
|
|
7664
|
+
],
|
|
7665
|
+
"useType": [
|
|
7666
|
+
1
|
|
7667
|
+
],
|
|
7668
|
+
"contentType": [
|
|
7669
|
+
1
|
|
7670
|
+
],
|
|
7671
|
+
"originalFileName": [
|
|
7672
|
+
1
|
|
7673
|
+
],
|
|
7674
|
+
"fileSize": [
|
|
7675
|
+
3
|
|
7676
|
+
],
|
|
7677
|
+
"__typename": [
|
|
7678
|
+
1
|
|
7679
|
+
]
|
|
7680
|
+
},
|
|
7681
|
+
"UpdateBlogPostInput": {
|
|
7682
|
+
"title": [
|
|
7683
|
+
1
|
|
7684
|
+
],
|
|
7685
|
+
"content": [
|
|
7686
|
+
1
|
|
7687
|
+
],
|
|
7688
|
+
"excerpt": [
|
|
7689
|
+
1
|
|
7690
|
+
],
|
|
7691
|
+
"coverImage": [
|
|
7692
|
+
348
|
|
7693
|
+
],
|
|
7694
|
+
"authorAthleteId": [
|
|
7695
|
+
1
|
|
7696
|
+
],
|
|
7697
|
+
"authorName": [
|
|
7698
|
+
1
|
|
7699
|
+
],
|
|
7700
|
+
"postId": [
|
|
7701
|
+
1
|
|
7702
|
+
],
|
|
7703
|
+
"moderationStatus": [
|
|
7704
|
+
1
|
|
7705
|
+
],
|
|
7706
|
+
"isFlagged": [
|
|
7707
|
+
8
|
|
7708
|
+
],
|
|
7709
|
+
"__typename": [
|
|
7710
|
+
1
|
|
7711
|
+
]
|
|
7712
|
+
},
|
|
7597
7713
|
"BrandQueryDto": {
|
|
7598
7714
|
"page": [
|
|
7599
7715
|
19
|
|
@@ -7700,7 +7816,7 @@ exports.default = {
|
|
|
7700
7816
|
3
|
|
7701
7817
|
],
|
|
7702
7818
|
"items": [
|
|
7703
|
-
|
|
7819
|
+
352
|
|
7704
7820
|
],
|
|
7705
7821
|
"__typename": [
|
|
7706
7822
|
1
|
|
@@ -7711,7 +7827,7 @@ exports.default = {
|
|
|
7711
7827
|
3
|
|
7712
7828
|
],
|
|
7713
7829
|
"items": [
|
|
7714
|
-
|
|
7830
|
+
352
|
|
7715
7831
|
],
|
|
7716
7832
|
"athleteCompetitionId": [
|
|
7717
7833
|
1
|
|
@@ -7722,10 +7838,10 @@ exports.default = {
|
|
|
7722
7838
|
},
|
|
7723
7839
|
"BudgetDto": {
|
|
7724
7840
|
"items": [
|
|
7725
|
-
|
|
7841
|
+
352
|
|
7726
7842
|
],
|
|
7727
7843
|
"fundingMode": [
|
|
7728
|
-
|
|
7844
|
+
178
|
|
7729
7845
|
],
|
|
7730
7846
|
"__typename": [
|
|
7731
7847
|
1
|
|
@@ -7736,7 +7852,7 @@ exports.default = {
|
|
|
7736
7852
|
1
|
|
7737
7853
|
],
|
|
7738
7854
|
"budget": [
|
|
7739
|
-
|
|
7855
|
+
356
|
|
7740
7856
|
],
|
|
7741
7857
|
"__typename": [
|
|
7742
7858
|
1
|
|
@@ -7747,7 +7863,7 @@ exports.default = {
|
|
|
7747
7863
|
1
|
|
7748
7864
|
],
|
|
7749
7865
|
"budget": [
|
|
7750
|
-
|
|
7866
|
+
356
|
|
7751
7867
|
],
|
|
7752
7868
|
"__typename": [
|
|
7753
7869
|
1
|
|
@@ -7767,7 +7883,7 @@ exports.default = {
|
|
|
7767
7883
|
3
|
|
7768
7884
|
],
|
|
7769
7885
|
"budget": [
|
|
7770
|
-
|
|
7886
|
+
356
|
|
7771
7887
|
],
|
|
7772
7888
|
"__typename": [
|
|
7773
7889
|
1
|
|
@@ -7844,27 +7960,7 @@ exports.default = {
|
|
|
7844
7960
|
1
|
|
7845
7961
|
],
|
|
7846
7962
|
"banner": [
|
|
7847
|
-
|
|
7848
|
-
],
|
|
7849
|
-
"__typename": [
|
|
7850
|
-
1
|
|
7851
|
-
]
|
|
7852
|
-
},
|
|
7853
|
-
"AWSS3UploadedFileDto": {
|
|
7854
|
-
"key": [
|
|
7855
|
-
1
|
|
7856
|
-
],
|
|
7857
|
-
"useType": [
|
|
7858
|
-
1
|
|
7859
|
-
],
|
|
7860
|
-
"contentType": [
|
|
7861
|
-
1
|
|
7862
|
-
],
|
|
7863
|
-
"originalFileName": [
|
|
7864
|
-
1
|
|
7865
|
-
],
|
|
7866
|
-
"fileSize": [
|
|
7867
|
-
3
|
|
7963
|
+
348
|
|
7868
7964
|
],
|
|
7869
7965
|
"__typename": [
|
|
7870
7966
|
1
|
|
@@ -8003,7 +8099,7 @@ exports.default = {
|
|
|
8003
8099
|
1
|
|
8004
8100
|
],
|
|
8005
8101
|
"result": [
|
|
8006
|
-
|
|
8102
|
+
366
|
|
8007
8103
|
],
|
|
8008
8104
|
"cityId": [
|
|
8009
8105
|
1
|
|
@@ -8026,7 +8122,7 @@ exports.default = {
|
|
|
8026
8122
|
1
|
|
8027
8123
|
],
|
|
8028
8124
|
"result": [
|
|
8029
|
-
|
|
8125
|
+
366
|
|
8030
8126
|
],
|
|
8031
8127
|
"cityId": [
|
|
8032
8128
|
1
|
|
@@ -8095,10 +8191,10 @@ exports.default = {
|
|
|
8095
8191
|
1
|
|
8096
8192
|
],
|
|
8097
8193
|
"logo": [
|
|
8098
|
-
|
|
8194
|
+
348
|
|
8099
8195
|
],
|
|
8100
8196
|
"banner": [
|
|
8101
|
-
|
|
8197
|
+
348
|
|
8102
8198
|
],
|
|
8103
8199
|
"__typename": [
|
|
8104
8200
|
1
|
|
@@ -8121,13 +8217,13 @@ exports.default = {
|
|
|
8121
8217
|
1
|
|
8122
8218
|
],
|
|
8123
8219
|
"logo": [
|
|
8124
|
-
|
|
8220
|
+
348
|
|
8125
8221
|
],
|
|
8126
8222
|
"banner": [
|
|
8127
|
-
|
|
8223
|
+
348
|
|
8128
8224
|
],
|
|
8129
8225
|
"translations": [
|
|
8130
|
-
|
|
8226
|
+
372
|
|
8131
8227
|
],
|
|
8132
8228
|
"sponsorId": [
|
|
8133
8229
|
1
|
|
@@ -8222,7 +8318,7 @@ exports.default = {
|
|
|
8222
8318
|
},
|
|
8223
8319
|
"CreateFundingCampaignDto": {
|
|
8224
8320
|
"budgetMode": [
|
|
8225
|
-
|
|
8321
|
+
178
|
|
8226
8322
|
],
|
|
8227
8323
|
"title": [
|
|
8228
8324
|
1
|
|
@@ -8246,16 +8342,16 @@ exports.default = {
|
|
|
8246
8342
|
9
|
|
8247
8343
|
],
|
|
8248
8344
|
"budget": [
|
|
8249
|
-
|
|
8345
|
+
354
|
|
8250
8346
|
],
|
|
8251
8347
|
"competitionBudgets": [
|
|
8252
|
-
|
|
8348
|
+
355
|
|
8253
8349
|
],
|
|
8254
8350
|
"competitionIds": [
|
|
8255
8351
|
1
|
|
8256
8352
|
],
|
|
8257
8353
|
"video": [
|
|
8258
|
-
|
|
8354
|
+
376
|
|
8259
8355
|
],
|
|
8260
8356
|
"coverImageId": [
|
|
8261
8357
|
1
|
|
@@ -8275,7 +8371,7 @@ exports.default = {
|
|
|
8275
8371
|
},
|
|
8276
8372
|
"CreateFundingCampaignForDto": {
|
|
8277
8373
|
"budgetMode": [
|
|
8278
|
-
|
|
8374
|
+
178
|
|
8279
8375
|
],
|
|
8280
8376
|
"title": [
|
|
8281
8377
|
1
|
|
@@ -8299,16 +8395,16 @@ exports.default = {
|
|
|
8299
8395
|
9
|
|
8300
8396
|
],
|
|
8301
8397
|
"budget": [
|
|
8302
|
-
|
|
8398
|
+
354
|
|
8303
8399
|
],
|
|
8304
8400
|
"competitionBudgets": [
|
|
8305
|
-
|
|
8401
|
+
355
|
|
8306
8402
|
],
|
|
8307
8403
|
"competitionIds": [
|
|
8308
8404
|
1
|
|
8309
8405
|
],
|
|
8310
8406
|
"video": [
|
|
8311
|
-
|
|
8407
|
+
376
|
|
8312
8408
|
],
|
|
8313
8409
|
"coverImageId": [
|
|
8314
8410
|
1
|
|
@@ -8331,7 +8427,7 @@ exports.default = {
|
|
|
8331
8427
|
},
|
|
8332
8428
|
"UpdateFundingCampaignDto": {
|
|
8333
8429
|
"budgetMode": [
|
|
8334
|
-
|
|
8430
|
+
178
|
|
8335
8431
|
],
|
|
8336
8432
|
"title": [
|
|
8337
8433
|
1
|
|
@@ -8355,16 +8451,16 @@ exports.default = {
|
|
|
8355
8451
|
9
|
|
8356
8452
|
],
|
|
8357
8453
|
"budget": [
|
|
8358
|
-
|
|
8454
|
+
354
|
|
8359
8455
|
],
|
|
8360
8456
|
"competitionBudgets": [
|
|
8361
|
-
|
|
8457
|
+
355
|
|
8362
8458
|
],
|
|
8363
8459
|
"competitionIds": [
|
|
8364
8460
|
1
|
|
8365
8461
|
],
|
|
8366
8462
|
"video": [
|
|
8367
|
-
|
|
8463
|
+
376
|
|
8368
8464
|
],
|
|
8369
8465
|
"coverImageId": [
|
|
8370
8466
|
1
|
|
@@ -8407,7 +8503,7 @@ exports.default = {
|
|
|
8407
8503
|
1
|
|
8408
8504
|
],
|
|
8409
8505
|
"logo": [
|
|
8410
|
-
|
|
8506
|
+
348
|
|
8411
8507
|
],
|
|
8412
8508
|
"countryId": [
|
|
8413
8509
|
1
|
|
@@ -8433,10 +8529,10 @@ exports.default = {
|
|
|
8433
8529
|
1
|
|
8434
8530
|
],
|
|
8435
8531
|
"logo": [
|
|
8436
|
-
|
|
8532
|
+
348
|
|
8437
8533
|
],
|
|
8438
8534
|
"banner": [
|
|
8439
|
-
|
|
8535
|
+
348
|
|
8440
8536
|
],
|
|
8441
8537
|
"__typename": [
|
|
8442
8538
|
1
|
|
@@ -8453,7 +8549,7 @@ exports.default = {
|
|
|
8453
8549
|
1
|
|
8454
8550
|
],
|
|
8455
8551
|
"offerImage": [
|
|
8456
|
-
|
|
8552
|
+
348
|
|
8457
8553
|
],
|
|
8458
8554
|
"type": [
|
|
8459
8555
|
1
|
|
@@ -8477,7 +8573,7 @@ exports.default = {
|
|
|
8477
8573
|
1
|
|
8478
8574
|
],
|
|
8479
8575
|
"criteria": [
|
|
8480
|
-
|
|
8576
|
+
329
|
|
8481
8577
|
],
|
|
8482
8578
|
"dateStart": [
|
|
8483
8579
|
9
|
|
@@ -8603,7 +8699,7 @@ exports.default = {
|
|
|
8603
8699
|
1
|
|
8604
8700
|
],
|
|
8605
8701
|
"banner": [
|
|
8606
|
-
|
|
8702
|
+
348
|
|
8607
8703
|
],
|
|
8608
8704
|
"terms": [
|
|
8609
8705
|
1
|
|
@@ -8629,10 +8725,10 @@ exports.default = {
|
|
|
8629
8725
|
3
|
|
8630
8726
|
],
|
|
8631
8727
|
"banner": [
|
|
8632
|
-
|
|
8728
|
+
348
|
|
8633
8729
|
],
|
|
8634
8730
|
"criteria": [
|
|
8635
|
-
|
|
8731
|
+
329
|
|
8636
8732
|
],
|
|
8637
8733
|
"deadline": [
|
|
8638
8734
|
9
|
|
@@ -8641,13 +8737,13 @@ exports.default = {
|
|
|
8641
8737
|
9
|
|
8642
8738
|
],
|
|
8643
8739
|
"duration": [
|
|
8644
|
-
|
|
8740
|
+
388
|
|
8645
8741
|
],
|
|
8646
8742
|
"sponsorshipItems": [
|
|
8647
|
-
|
|
8743
|
+
387
|
|
8648
8744
|
],
|
|
8649
8745
|
"commitments": [
|
|
8650
|
-
|
|
8746
|
+
386
|
|
8651
8747
|
],
|
|
8652
8748
|
"terms": [
|
|
8653
8749
|
1
|
|
@@ -8659,7 +8755,7 @@ exports.default = {
|
|
|
8659
8755
|
8
|
|
8660
8756
|
],
|
|
8661
8757
|
"translations": [
|
|
8662
|
-
|
|
8758
|
+
389
|
|
8663
8759
|
],
|
|
8664
8760
|
"__typename": [
|
|
8665
8761
|
1
|
|
@@ -8685,7 +8781,7 @@ exports.default = {
|
|
|
8685
8781
|
1
|
|
8686
8782
|
],
|
|
8687
8783
|
"banner": [
|
|
8688
|
-
|
|
8784
|
+
348
|
|
8689
8785
|
],
|
|
8690
8786
|
"eventLevel": [
|
|
8691
8787
|
1
|
|
@@ -8716,7 +8812,7 @@ exports.default = {
|
|
|
8716
8812
|
3
|
|
8717
8813
|
],
|
|
8718
8814
|
"translations": [
|
|
8719
|
-
|
|
8815
|
+
392
|
|
8720
8816
|
],
|
|
8721
8817
|
"__typename": [
|
|
8722
8818
|
1
|
|
@@ -8865,7 +8961,7 @@ exports.default = {
|
|
|
8865
8961
|
1
|
|
8866
8962
|
],
|
|
8867
8963
|
"newPicture": [
|
|
8868
|
-
|
|
8964
|
+
348
|
|
8869
8965
|
],
|
|
8870
8966
|
"__typename": [
|
|
8871
8967
|
1
|
|
@@ -8896,7 +8992,7 @@ exports.default = {
|
|
|
8896
8992
|
1
|
|
8897
8993
|
],
|
|
8898
8994
|
"audienceFilters": [
|
|
8899
|
-
|
|
8995
|
+
346
|
|
8900
8996
|
],
|
|
8901
8997
|
"segmentId": [
|
|
8902
8998
|
1
|
|
@@ -8922,7 +9018,7 @@ exports.default = {
|
|
|
8922
9018
|
1
|
|
8923
9019
|
],
|
|
8924
9020
|
"audienceFilters": [
|
|
8925
|
-
|
|
9021
|
+
346
|
|
8926
9022
|
],
|
|
8927
9023
|
"segmentId": [
|
|
8928
9024
|
1
|
|
@@ -8939,7 +9035,7 @@ exports.default = {
|
|
|
8939
9035
|
1
|
|
8940
9036
|
],
|
|
8941
9037
|
"filters": [
|
|
8942
|
-
|
|
9038
|
+
346
|
|
8943
9039
|
],
|
|
8944
9040
|
"__typename": [
|
|
8945
9041
|
1
|
|
@@ -8950,7 +9046,7 @@ exports.default = {
|
|
|
8950
9046
|
1
|
|
8951
9047
|
],
|
|
8952
9048
|
"filters": [
|
|
8953
|
-
|
|
9049
|
+
346
|
|
8954
9050
|
],
|
|
8955
9051
|
"__typename": [
|
|
8956
9052
|
1
|
|
@@ -9098,7 +9194,7 @@ exports.default = {
|
|
|
9098
9194
|
1
|
|
9099
9195
|
],
|
|
9100
9196
|
"filters": [
|
|
9101
|
-
|
|
9197
|
+
421
|
|
9102
9198
|
],
|
|
9103
9199
|
"sortField": [
|
|
9104
9200
|
1
|
|
@@ -9282,10 +9378,10 @@ exports.default = {
|
|
|
9282
9378
|
1
|
|
9283
9379
|
],
|
|
9284
9380
|
"event": [
|
|
9285
|
-
|
|
9381
|
+
434
|
|
9286
9382
|
],
|
|
9287
9383
|
"result": [
|
|
9288
|
-
|
|
9384
|
+
435
|
|
9289
9385
|
],
|
|
9290
9386
|
"__typename": [
|
|
9291
9387
|
1
|
|
@@ -9313,7 +9409,7 @@ exports.default = {
|
|
|
9313
9409
|
1
|
|
9314
9410
|
],
|
|
9315
9411
|
"invitations": [
|
|
9316
|
-
|
|
9412
|
+
437
|
|
9317
9413
|
],
|
|
9318
9414
|
"__typename": [
|
|
9319
9415
|
1
|
|
@@ -9361,7 +9457,7 @@ exports.default = {
|
|
|
9361
9457
|
1
|
|
9362
9458
|
],
|
|
9363
9459
|
"country": [
|
|
9364
|
-
|
|
9460
|
+
440
|
|
9365
9461
|
],
|
|
9366
9462
|
"__typename": [
|
|
9367
9463
|
1
|
|
@@ -9375,7 +9471,7 @@ exports.default = {
|
|
|
9375
9471
|
1
|
|
9376
9472
|
],
|
|
9377
9473
|
"state": [
|
|
9378
|
-
|
|
9474
|
+
441
|
|
9379
9475
|
],
|
|
9380
9476
|
"__typename": [
|
|
9381
9477
|
1
|
|
@@ -9465,7 +9561,7 @@ exports.default = {
|
|
|
9465
9561
|
19
|
|
9466
9562
|
],
|
|
9467
9563
|
"status": [
|
|
9468
|
-
|
|
9564
|
+
511
|
|
9469
9565
|
],
|
|
9470
9566
|
"__typename": [
|
|
9471
9567
|
1
|
|
@@ -9473,7 +9569,7 @@ exports.default = {
|
|
|
9473
9569
|
},
|
|
9474
9570
|
"OfferClaimQueryDto": {
|
|
9475
9571
|
"status": [
|
|
9476
|
-
|
|
9572
|
+
487
|
|
9477
9573
|
],
|
|
9478
9574
|
"__typename": [
|
|
9479
9575
|
1
|
|
@@ -9525,7 +9621,7 @@ exports.default = {
|
|
|
9525
9621
|
3
|
|
9526
9622
|
],
|
|
9527
9623
|
"sortCriteria": [
|
|
9528
|
-
|
|
9624
|
+
342
|
|
9529
9625
|
],
|
|
9530
9626
|
"__typename": [
|
|
9531
9627
|
1
|
|
@@ -9581,10 +9677,10 @@ exports.default = {
|
|
|
9581
9677
|
1
|
|
9582
9678
|
],
|
|
9583
9679
|
"profilePicture": [
|
|
9584
|
-
|
|
9680
|
+
348
|
|
9585
9681
|
],
|
|
9586
9682
|
"cardPicture": [
|
|
9587
|
-
|
|
9683
|
+
348
|
|
9588
9684
|
],
|
|
9589
9685
|
"__typename": [
|
|
9590
9686
|
1
|
|
@@ -9604,7 +9700,7 @@ exports.default = {
|
|
|
9604
9700
|
1
|
|
9605
9701
|
],
|
|
9606
9702
|
"profilePicture": [
|
|
9607
|
-
|
|
9703
|
+
348
|
|
9608
9704
|
],
|
|
9609
9705
|
"__typename": [
|
|
9610
9706
|
1
|
|
@@ -9675,7 +9771,7 @@ exports.default = {
|
|
|
9675
9771
|
},
|
|
9676
9772
|
"resetPasswordDto": {
|
|
9677
9773
|
"code": [
|
|
9678
|
-
|
|
9774
|
+
304
|
|
9679
9775
|
],
|
|
9680
9776
|
"newPassword": [
|
|
9681
9777
|
1
|
|
@@ -9698,13 +9794,13 @@ exports.default = {
|
|
|
9698
9794
|
132
|
|
9699
9795
|
],
|
|
9700
9796
|
"iosOverrides": [
|
|
9701
|
-
|
|
9797
|
+
306
|
|
9702
9798
|
],
|
|
9703
9799
|
"androidOverrides": [
|
|
9704
|
-
|
|
9800
|
+
307
|
|
9705
9801
|
],
|
|
9706
9802
|
"audienceFilters": [
|
|
9707
|
-
|
|
9803
|
+
346
|
|
9708
9804
|
],
|
|
9709
9805
|
"scheduleAt": [
|
|
9710
9806
|
9
|
|
@@ -9721,7 +9817,7 @@ exports.default = {
|
|
|
9721
9817
|
1
|
|
9722
9818
|
],
|
|
9723
9819
|
"role": [
|
|
9724
|
-
|
|
9820
|
+
483
|
|
9725
9821
|
],
|
|
9726
9822
|
"__typename": [
|
|
9727
9823
|
1
|
|
@@ -9875,7 +9971,7 @@ exports.default = {
|
|
|
9875
9971
|
1
|
|
9876
9972
|
],
|
|
9877
9973
|
"banner": [
|
|
9878
|
-
|
|
9974
|
+
348
|
|
9879
9975
|
],
|
|
9880
9976
|
"__typename": [
|
|
9881
9977
|
1
|
|
@@ -9964,10 +10060,10 @@ exports.default = {
|
|
|
9964
10060
|
1
|
|
9965
10061
|
],
|
|
9966
10062
|
"logo": [
|
|
9967
|
-
|
|
10063
|
+
348
|
|
9968
10064
|
],
|
|
9969
10065
|
"banner": [
|
|
9970
|
-
|
|
10066
|
+
348
|
|
9971
10067
|
],
|
|
9972
10068
|
"__typename": [
|
|
9973
10069
|
1
|
|
@@ -9981,10 +10077,10 @@ exports.default = {
|
|
|
9981
10077
|
1
|
|
9982
10078
|
],
|
|
9983
10079
|
"companySize": [
|
|
9984
|
-
|
|
10080
|
+
496
|
|
9985
10081
|
],
|
|
9986
10082
|
"totalSponsoredAthletes": [
|
|
9987
|
-
|
|
10083
|
+
497
|
|
9988
10084
|
],
|
|
9989
10085
|
"__typename": [
|
|
9990
10086
|
1
|
|
@@ -10029,7 +10125,7 @@ exports.default = {
|
|
|
10029
10125
|
1
|
|
10030
10126
|
],
|
|
10031
10127
|
"banner": [
|
|
10032
|
-
|
|
10128
|
+
348
|
|
10033
10129
|
],
|
|
10034
10130
|
"eventLevel": [
|
|
10035
10131
|
1
|
|
@@ -10071,13 +10167,13 @@ exports.default = {
|
|
|
10071
10167
|
1
|
|
10072
10168
|
],
|
|
10073
10169
|
"pictures": [
|
|
10074
|
-
|
|
10170
|
+
348
|
|
10075
10171
|
],
|
|
10076
10172
|
"albumId": [
|
|
10077
10173
|
1
|
|
10078
10174
|
],
|
|
10079
10175
|
"visibility": [
|
|
10080
|
-
|
|
10176
|
+
517
|
|
10081
10177
|
],
|
|
10082
10178
|
"competitionId": [
|
|
10083
10179
|
1
|
|
@@ -10193,7 +10289,7 @@ exports.default = {
|
|
|
10193
10289
|
3
|
|
10194
10290
|
],
|
|
10195
10291
|
"mode": [
|
|
10196
|
-
|
|
10292
|
+
485
|
|
10197
10293
|
],
|
|
10198
10294
|
"fromName": [
|
|
10199
10295
|
1
|
|
@@ -10324,7 +10420,7 @@ exports.default = {
|
|
|
10324
10420
|
61,
|
|
10325
10421
|
{
|
|
10326
10422
|
"input": [
|
|
10327
|
-
|
|
10423
|
+
524,
|
|
10328
10424
|
"AWSS3GetUploadDto!"
|
|
10329
10425
|
]
|
|
10330
10426
|
}
|
|
@@ -10345,10 +10441,10 @@ exports.default = {
|
|
|
10345
10441
|
91
|
|
10346
10442
|
],
|
|
10347
10443
|
"getBrandsPaginated": [
|
|
10348
|
-
|
|
10444
|
+
238,
|
|
10349
10445
|
{
|
|
10350
10446
|
"query": [
|
|
10351
|
-
|
|
10447
|
+
350
|
|
10352
10448
|
]
|
|
10353
10449
|
}
|
|
10354
10450
|
],
|
|
@@ -10379,13 +10475,13 @@ exports.default = {
|
|
|
10379
10475
|
}
|
|
10380
10476
|
],
|
|
10381
10477
|
"getSponsorOnboardingProgress": [
|
|
10382
|
-
|
|
10478
|
+
235
|
|
10383
10479
|
],
|
|
10384
10480
|
"getMySponsorOnboardingData": [
|
|
10385
|
-
|
|
10481
|
+
265
|
|
10386
10482
|
],
|
|
10387
10483
|
"myPreferences": [
|
|
10388
|
-
|
|
10484
|
+
266
|
|
10389
10485
|
],
|
|
10390
10486
|
"myBrands": [
|
|
10391
10487
|
91
|
|
@@ -10403,10 +10499,10 @@ exports.default = {
|
|
|
10403
10499
|
88
|
|
10404
10500
|
],
|
|
10405
10501
|
"getSponsorsPaginated": [
|
|
10406
|
-
|
|
10502
|
+
242,
|
|
10407
10503
|
{
|
|
10408
10504
|
"query": [
|
|
10409
|
-
|
|
10505
|
+
463
|
|
10410
10506
|
]
|
|
10411
10507
|
}
|
|
10412
10508
|
],
|
|
@@ -10414,25 +10510,25 @@ exports.default = {
|
|
|
10414
10510
|
124
|
|
10415
10511
|
],
|
|
10416
10512
|
"listSponsorOrgUsers": [
|
|
10417
|
-
|
|
10513
|
+
294
|
|
10418
10514
|
],
|
|
10419
10515
|
"findSponsorAthleteInvitation": [
|
|
10420
|
-
|
|
10516
|
+
264,
|
|
10421
10517
|
{
|
|
10422
10518
|
"input": [
|
|
10423
|
-
|
|
10519
|
+
414,
|
|
10424
10520
|
"FindSponsorAthleteInvitationDto!"
|
|
10425
10521
|
]
|
|
10426
10522
|
}
|
|
10427
10523
|
],
|
|
10428
10524
|
"mySponsorAthleteInvitations": [
|
|
10429
|
-
|
|
10525
|
+
264
|
|
10430
10526
|
],
|
|
10431
10527
|
"verifyAthleteCompetitionLinkedForDelete": [
|
|
10432
|
-
|
|
10528
|
+
183,
|
|
10433
10529
|
{
|
|
10434
10530
|
"input": [
|
|
10435
|
-
|
|
10531
|
+
413,
|
|
10436
10532
|
"existValueDto!"
|
|
10437
10533
|
]
|
|
10438
10534
|
}
|
|
@@ -10444,7 +10540,7 @@ exports.default = {
|
|
|
10444
10540
|
164,
|
|
10445
10541
|
{
|
|
10446
10542
|
"input": [
|
|
10447
|
-
|
|
10543
|
+
345,
|
|
10448
10544
|
"AthleteQueryDto!"
|
|
10449
10545
|
]
|
|
10450
10546
|
}
|
|
@@ -10492,16 +10588,16 @@ exports.default = {
|
|
|
10492
10588
|
105,
|
|
10493
10589
|
{
|
|
10494
10590
|
"input": [
|
|
10495
|
-
|
|
10591
|
+
426,
|
|
10496
10592
|
"GetAthleteCompetitionsDto!"
|
|
10497
10593
|
]
|
|
10498
10594
|
}
|
|
10499
10595
|
],
|
|
10500
10596
|
"getPendingSuggestions": [
|
|
10501
|
-
|
|
10597
|
+
246,
|
|
10502
10598
|
{
|
|
10503
10599
|
"input": [
|
|
10504
|
-
|
|
10600
|
+
430,
|
|
10505
10601
|
"GetPendingSuggestionsDto!"
|
|
10506
10602
|
]
|
|
10507
10603
|
}
|
|
@@ -10549,7 +10645,7 @@ exports.default = {
|
|
|
10549
10645
|
164,
|
|
10550
10646
|
{
|
|
10551
10647
|
"input": [
|
|
10552
|
-
|
|
10648
|
+
345,
|
|
10553
10649
|
"AthleteQueryDto!"
|
|
10554
10650
|
]
|
|
10555
10651
|
}
|
|
@@ -10564,28 +10660,28 @@ exports.default = {
|
|
|
10564
10660
|
}
|
|
10565
10661
|
],
|
|
10566
10662
|
"screenNameAvailability": [
|
|
10567
|
-
|
|
10663
|
+
201,
|
|
10568
10664
|
{
|
|
10569
10665
|
"input": [
|
|
10570
|
-
|
|
10666
|
+
413,
|
|
10571
10667
|
"existValueDto!"
|
|
10572
10668
|
]
|
|
10573
10669
|
}
|
|
10574
10670
|
],
|
|
10575
10671
|
"checkScoreRefreshCapabilities": [
|
|
10576
|
-
|
|
10672
|
+
254,
|
|
10577
10673
|
{
|
|
10578
10674
|
"input": [
|
|
10579
|
-
|
|
10675
|
+
360,
|
|
10580
10676
|
"CheckScoreRefreshCapabilityDto!"
|
|
10581
10677
|
]
|
|
10582
10678
|
}
|
|
10583
10679
|
],
|
|
10584
10680
|
"getAthleteHistoricalScoresPeriod": [
|
|
10585
|
-
|
|
10681
|
+
216,
|
|
10586
10682
|
{
|
|
10587
10683
|
"input": [
|
|
10588
|
-
|
|
10684
|
+
429,
|
|
10589
10685
|
"GetHistoricalScoresDto!"
|
|
10590
10686
|
]
|
|
10591
10687
|
}
|
|
@@ -10594,16 +10690,16 @@ exports.default = {
|
|
|
10594
10690
|
122,
|
|
10595
10691
|
{
|
|
10596
10692
|
"input": [
|
|
10597
|
-
|
|
10693
|
+
429,
|
|
10598
10694
|
"GetHistoricalScoresDto!"
|
|
10599
10695
|
]
|
|
10600
10696
|
}
|
|
10601
10697
|
],
|
|
10602
10698
|
"getMyHistoricalScoresPeriod": [
|
|
10603
|
-
|
|
10699
|
+
216,
|
|
10604
10700
|
{
|
|
10605
10701
|
"input": [
|
|
10606
|
-
|
|
10702
|
+
428,
|
|
10607
10703
|
"GetMyHistoricalScoresDto!"
|
|
10608
10704
|
]
|
|
10609
10705
|
}
|
|
@@ -10612,7 +10708,7 @@ exports.default = {
|
|
|
10612
10708
|
122,
|
|
10613
10709
|
{
|
|
10614
10710
|
"input": [
|
|
10615
|
-
|
|
10711
|
+
428,
|
|
10616
10712
|
"GetMyHistoricalScoresDto!"
|
|
10617
10713
|
]
|
|
10618
10714
|
}
|
|
@@ -10621,25 +10717,25 @@ exports.default = {
|
|
|
10621
10717
|
113,
|
|
10622
10718
|
{
|
|
10623
10719
|
"input": [
|
|
10624
|
-
|
|
10720
|
+
425,
|
|
10625
10721
|
"GetAthleteCampaignsDto!"
|
|
10626
10722
|
]
|
|
10627
10723
|
}
|
|
10628
10724
|
],
|
|
10629
10725
|
"browseCampaigns": [
|
|
10630
|
-
|
|
10726
|
+
168,
|
|
10631
10727
|
{
|
|
10632
10728
|
"input": [
|
|
10633
|
-
|
|
10729
|
+
351,
|
|
10634
10730
|
"BrowseCampaignsDto!"
|
|
10635
10731
|
]
|
|
10636
10732
|
}
|
|
10637
10733
|
],
|
|
10638
10734
|
"getOnboardingProgress": [
|
|
10639
|
-
|
|
10735
|
+
235
|
|
10640
10736
|
],
|
|
10641
10737
|
"getPublicAthleteIntegrationStatus": [
|
|
10642
|
-
|
|
10738
|
+
248,
|
|
10643
10739
|
{
|
|
10644
10740
|
"athleteId": [
|
|
10645
10741
|
1,
|
|
@@ -10648,16 +10744,16 @@ exports.default = {
|
|
|
10648
10744
|
}
|
|
10649
10745
|
],
|
|
10650
10746
|
"myAthleteInvitations": [
|
|
10651
|
-
|
|
10747
|
+
264
|
|
10652
10748
|
],
|
|
10653
10749
|
"getSports": [
|
|
10654
10750
|
38
|
|
10655
10751
|
],
|
|
10656
10752
|
"getSportsPaginated": [
|
|
10657
|
-
|
|
10753
|
+
243,
|
|
10658
10754
|
{
|
|
10659
10755
|
"query": [
|
|
10660
|
-
|
|
10756
|
+
464
|
|
10661
10757
|
]
|
|
10662
10758
|
}
|
|
10663
10759
|
],
|
|
@@ -10725,7 +10821,7 @@ exports.default = {
|
|
|
10725
10821
|
26,
|
|
10726
10822
|
{
|
|
10727
10823
|
"input": [
|
|
10728
|
-
|
|
10824
|
+
415,
|
|
10729
10825
|
"FindVtxUserDto!"
|
|
10730
10826
|
]
|
|
10731
10827
|
}
|
|
@@ -10744,7 +10840,7 @@ exports.default = {
|
|
|
10744
10840
|
}
|
|
10745
10841
|
],
|
|
10746
10842
|
"getUserImagesFromEmail": [
|
|
10747
|
-
|
|
10843
|
+
289,
|
|
10748
10844
|
{
|
|
10749
10845
|
"loginEmail": [
|
|
10750
10846
|
1,
|
|
@@ -10765,7 +10861,7 @@ exports.default = {
|
|
|
10765
10861
|
65,
|
|
10766
10862
|
{
|
|
10767
10863
|
"input": [
|
|
10768
|
-
|
|
10864
|
+
304,
|
|
10769
10865
|
"VerifyCodeDto!"
|
|
10770
10866
|
]
|
|
10771
10867
|
}
|
|
@@ -10783,10 +10879,10 @@ exports.default = {
|
|
|
10783
10879
|
127
|
|
10784
10880
|
],
|
|
10785
10881
|
"getUsersPaginated": [
|
|
10786
|
-
|
|
10882
|
+
245,
|
|
10787
10883
|
{
|
|
10788
10884
|
"query": [
|
|
10789
|
-
|
|
10885
|
+
480
|
|
10790
10886
|
]
|
|
10791
10887
|
}
|
|
10792
10888
|
],
|
|
@@ -10800,7 +10896,7 @@ exports.default = {
|
|
|
10800
10896
|
24,
|
|
10801
10897
|
{
|
|
10802
10898
|
"input": [
|
|
10803
|
-
|
|
10899
|
+
314,
|
|
10804
10900
|
"GetAdminUserDetailInput!"
|
|
10805
10901
|
]
|
|
10806
10902
|
}
|
|
@@ -10812,24 +10908,24 @@ exports.default = {
|
|
|
10812
10908
|
97,
|
|
10813
10909
|
{
|
|
10814
10910
|
"input": [
|
|
10815
|
-
|
|
10911
|
+
432,
|
|
10816
10912
|
"GetSportEventsDto!"
|
|
10817
10913
|
]
|
|
10818
10914
|
}
|
|
10819
10915
|
],
|
|
10820
10916
|
"getSportsEventsPaginated": [
|
|
10821
|
-
|
|
10917
|
+
239,
|
|
10822
10918
|
{
|
|
10823
10919
|
"query": [
|
|
10824
|
-
|
|
10920
|
+
412
|
|
10825
10921
|
]
|
|
10826
10922
|
}
|
|
10827
10923
|
],
|
|
10828
10924
|
"getBudgetsByAthlete": [
|
|
10829
|
-
|
|
10925
|
+
179
|
|
10830
10926
|
],
|
|
10831
10927
|
"getDonationsByAthlete": [
|
|
10832
|
-
|
|
10928
|
+
251
|
|
10833
10929
|
],
|
|
10834
10930
|
"getDonationsToAthlete": [
|
|
10835
10931
|
125,
|
|
@@ -10859,13 +10955,13 @@ exports.default = {
|
|
|
10859
10955
|
125
|
|
10860
10956
|
],
|
|
10861
10957
|
"getBudgetConcepts": [
|
|
10862
|
-
|
|
10958
|
+
169
|
|
10863
10959
|
],
|
|
10864
10960
|
"getBudgetItemUnits": [
|
|
10865
|
-
|
|
10961
|
+
170
|
|
10866
10962
|
],
|
|
10867
10963
|
"getDonationDatesForCalendar": [
|
|
10868
|
-
|
|
10964
|
+
210,
|
|
10869
10965
|
{
|
|
10870
10966
|
"campaignId": [
|
|
10871
10967
|
1
|
|
@@ -10873,15 +10969,15 @@ exports.default = {
|
|
|
10873
10969
|
}
|
|
10874
10970
|
],
|
|
10875
10971
|
"getDonationsPaginated": [
|
|
10876
|
-
|
|
10972
|
+
212,
|
|
10877
10973
|
{
|
|
10878
10974
|
"query": [
|
|
10879
|
-
|
|
10975
|
+
422
|
|
10880
10976
|
]
|
|
10881
10977
|
}
|
|
10882
10978
|
],
|
|
10883
10979
|
"campaignThankYous": [
|
|
10884
|
-
|
|
10980
|
+
192,
|
|
10885
10981
|
{
|
|
10886
10982
|
"campaignId": [
|
|
10887
10983
|
1,
|
|
@@ -10890,7 +10986,7 @@ exports.default = {
|
|
|
10890
10986
|
}
|
|
10891
10987
|
],
|
|
10892
10988
|
"donationThankYou": [
|
|
10893
|
-
|
|
10989
|
+
192,
|
|
10894
10990
|
{
|
|
10895
10991
|
"donationId": [
|
|
10896
10992
|
1,
|
|
@@ -10911,7 +11007,7 @@ exports.default = {
|
|
|
10911
11007
|
162
|
|
10912
11008
|
],
|
|
10913
11009
|
"adminAthleteIntegrations": [
|
|
10914
|
-
|
|
11010
|
+
247,
|
|
10915
11011
|
{
|
|
10916
11012
|
"athleteId": [
|
|
10917
11013
|
1,
|
|
@@ -10920,25 +11016,25 @@ exports.default = {
|
|
|
10920
11016
|
}
|
|
10921
11017
|
],
|
|
10922
11018
|
"getAthleteProviderConnections": [
|
|
10923
|
-
|
|
11019
|
+
247
|
|
10924
11020
|
],
|
|
10925
11021
|
"stripeQuery": [
|
|
10926
|
-
|
|
11022
|
+
267,
|
|
10927
11023
|
{
|
|
10928
11024
|
"input": [
|
|
10929
|
-
|
|
11025
|
+
465,
|
|
10930
11026
|
"StripeQueryDto!"
|
|
10931
11027
|
]
|
|
10932
11028
|
}
|
|
10933
11029
|
],
|
|
10934
11030
|
"getStripeBalance": [
|
|
10935
|
-
|
|
11031
|
+
270
|
|
10936
11032
|
],
|
|
10937
11033
|
"getDatabaseTextFile": [
|
|
10938
11034
|
64,
|
|
10939
11035
|
{
|
|
10940
11036
|
"input": [
|
|
10941
|
-
|
|
11037
|
+
302,
|
|
10942
11038
|
"GetDatabaseFileDto!"
|
|
10943
11039
|
]
|
|
10944
11040
|
}
|
|
@@ -10947,34 +11043,34 @@ exports.default = {
|
|
|
10947
11043
|
61,
|
|
10948
11044
|
{
|
|
10949
11045
|
"input": [
|
|
10950
|
-
|
|
11046
|
+
524,
|
|
10951
11047
|
"AWSS3GetUploadDto!"
|
|
10952
11048
|
]
|
|
10953
11049
|
}
|
|
10954
11050
|
],
|
|
10955
11051
|
"getReceipt": [
|
|
10956
|
-
|
|
11052
|
+
251,
|
|
10957
11053
|
{
|
|
10958
11054
|
"input": [
|
|
10959
|
-
|
|
11055
|
+
431,
|
|
10960
11056
|
"GetReceiptDto!"
|
|
10961
11057
|
]
|
|
10962
11058
|
}
|
|
10963
11059
|
],
|
|
10964
11060
|
"getReceiptUrl": [
|
|
10965
|
-
|
|
11061
|
+
250,
|
|
10966
11062
|
{
|
|
10967
11063
|
"input": [
|
|
10968
|
-
|
|
11064
|
+
431,
|
|
10969
11065
|
"GetReceiptDto!"
|
|
10970
11066
|
]
|
|
10971
11067
|
}
|
|
10972
11068
|
],
|
|
10973
11069
|
"getTransactionDetails": [
|
|
10974
|
-
|
|
11070
|
+
280,
|
|
10975
11071
|
{
|
|
10976
11072
|
"input": [
|
|
10977
|
-
|
|
11073
|
+
433,
|
|
10978
11074
|
"GetTransactionDetailsDto!"
|
|
10979
11075
|
]
|
|
10980
11076
|
}
|
|
@@ -11004,26 +11100,26 @@ exports.default = {
|
|
|
11004
11100
|
6
|
|
11005
11101
|
],
|
|
11006
11102
|
"getTransactionsPaginated": [
|
|
11007
|
-
|
|
11103
|
+
244,
|
|
11008
11104
|
{
|
|
11009
11105
|
"query": [
|
|
11010
|
-
|
|
11106
|
+
470
|
|
11011
11107
|
]
|
|
11012
11108
|
}
|
|
11013
11109
|
],
|
|
11014
11110
|
"offers": [
|
|
11015
|
-
|
|
11111
|
+
228
|
|
11016
11112
|
],
|
|
11017
11113
|
"getOffersPaginated": [
|
|
11018
|
-
|
|
11114
|
+
241,
|
|
11019
11115
|
{
|
|
11020
11116
|
"query": [
|
|
11021
|
-
|
|
11117
|
+
450
|
|
11022
11118
|
]
|
|
11023
11119
|
}
|
|
11024
11120
|
],
|
|
11025
11121
|
"offersForAthlete": [
|
|
11026
|
-
|
|
11122
|
+
228,
|
|
11027
11123
|
{
|
|
11028
11124
|
"athleteId": [
|
|
11029
11125
|
1
|
|
@@ -11031,7 +11127,7 @@ exports.default = {
|
|
|
11031
11127
|
}
|
|
11032
11128
|
],
|
|
11033
11129
|
"offer": [
|
|
11034
|
-
|
|
11130
|
+
228,
|
|
11035
11131
|
{
|
|
11036
11132
|
"id": [
|
|
11037
11133
|
1,
|
|
@@ -11040,31 +11136,31 @@ exports.default = {
|
|
|
11040
11136
|
}
|
|
11041
11137
|
],
|
|
11042
11138
|
"offerApplications": [
|
|
11043
|
-
|
|
11139
|
+
240,
|
|
11044
11140
|
{
|
|
11045
11141
|
"offerId": [
|
|
11046
11142
|
1,
|
|
11047
11143
|
"String!"
|
|
11048
11144
|
],
|
|
11049
11145
|
"query": [
|
|
11050
|
-
|
|
11146
|
+
448
|
|
11051
11147
|
]
|
|
11052
11148
|
}
|
|
11053
11149
|
],
|
|
11054
11150
|
"myOfferClaims": [
|
|
11055
|
-
|
|
11151
|
+
232,
|
|
11056
11152
|
{
|
|
11057
11153
|
"athleteId": [
|
|
11058
11154
|
1,
|
|
11059
11155
|
"String!"
|
|
11060
11156
|
],
|
|
11061
11157
|
"query": [
|
|
11062
|
-
|
|
11158
|
+
449
|
|
11063
11159
|
]
|
|
11064
11160
|
}
|
|
11065
11161
|
],
|
|
11066
11162
|
"offerAvailability": [
|
|
11067
|
-
|
|
11163
|
+
227,
|
|
11068
11164
|
{
|
|
11069
11165
|
"offerId": [
|
|
11070
11166
|
1,
|
|
@@ -11077,26 +11173,26 @@ exports.default = {
|
|
|
11077
11173
|
}
|
|
11078
11174
|
],
|
|
11079
11175
|
"offersWithEligibility": [
|
|
11080
|
-
|
|
11176
|
+
234,
|
|
11081
11177
|
{
|
|
11082
11178
|
"query": [
|
|
11083
|
-
|
|
11179
|
+
450
|
|
11084
11180
|
]
|
|
11085
11181
|
}
|
|
11086
11182
|
],
|
|
11087
11183
|
"getLeaderboard": [
|
|
11088
|
-
|
|
11184
|
+
220,
|
|
11089
11185
|
{
|
|
11090
11186
|
"input": [
|
|
11091
|
-
|
|
11187
|
+
439
|
|
11092
11188
|
]
|
|
11093
11189
|
}
|
|
11094
11190
|
],
|
|
11095
11191
|
"getUserRank": [
|
|
11096
|
-
|
|
11192
|
+
221,
|
|
11097
11193
|
{
|
|
11098
11194
|
"input": [
|
|
11099
|
-
|
|
11195
|
+
481,
|
|
11100
11196
|
"UserRankQueryDto!"
|
|
11101
11197
|
]
|
|
11102
11198
|
}
|
|
@@ -11114,7 +11210,7 @@ exports.default = {
|
|
|
11114
11210
|
151,
|
|
11115
11211
|
{
|
|
11116
11212
|
"input": [
|
|
11117
|
-
|
|
11213
|
+
337,
|
|
11118
11214
|
"ScoreHistoryQueryDto!"
|
|
11119
11215
|
]
|
|
11120
11216
|
}
|
|
@@ -11123,7 +11219,7 @@ exports.default = {
|
|
|
11123
11219
|
152,
|
|
11124
11220
|
{
|
|
11125
11221
|
"input": [
|
|
11126
|
-
|
|
11222
|
+
338,
|
|
11127
11223
|
"RankHistoryQueryDto!"
|
|
11128
11224
|
]
|
|
11129
11225
|
}
|
|
@@ -11132,7 +11228,7 @@ exports.default = {
|
|
|
11132
11228
|
153,
|
|
11133
11229
|
{
|
|
11134
11230
|
"input": [
|
|
11135
|
-
|
|
11231
|
+
339,
|
|
11136
11232
|
"RankContextQueryDto!"
|
|
11137
11233
|
]
|
|
11138
11234
|
}
|
|
@@ -11141,7 +11237,7 @@ exports.default = {
|
|
|
11141
11237
|
141,
|
|
11142
11238
|
{
|
|
11143
11239
|
"input": [
|
|
11144
|
-
|
|
11240
|
+
332,
|
|
11145
11241
|
"ActivitiesQueryDto!"
|
|
11146
11242
|
]
|
|
11147
11243
|
}
|
|
@@ -11150,7 +11246,7 @@ exports.default = {
|
|
|
11150
11246
|
147,
|
|
11151
11247
|
{
|
|
11152
11248
|
"input": [
|
|
11153
|
-
|
|
11249
|
+
335,
|
|
11154
11250
|
"ActivityDetailQueryDto!"
|
|
11155
11251
|
]
|
|
11156
11252
|
}
|
|
@@ -11159,7 +11255,7 @@ exports.default = {
|
|
|
11159
11255
|
149,
|
|
11160
11256
|
{
|
|
11161
11257
|
"input": [
|
|
11162
|
-
|
|
11258
|
+
336,
|
|
11163
11259
|
"ComponentSummaryQueryDto!"
|
|
11164
11260
|
]
|
|
11165
11261
|
}
|
|
@@ -11168,80 +11264,80 @@ exports.default = {
|
|
|
11168
11264
|
144,
|
|
11169
11265
|
{
|
|
11170
11266
|
"input": [
|
|
11171
|
-
|
|
11267
|
+
334,
|
|
11172
11268
|
"ActivityDatesQueryDto!"
|
|
11173
11269
|
]
|
|
11174
11270
|
}
|
|
11175
11271
|
],
|
|
11176
11272
|
"socialAggregates": [
|
|
11177
|
-
|
|
11273
|
+
257,
|
|
11178
11274
|
{
|
|
11179
11275
|
"athleteId": [
|
|
11180
11276
|
7,
|
|
11181
11277
|
"ID!"
|
|
11182
11278
|
],
|
|
11183
11279
|
"platform": [
|
|
11184
|
-
|
|
11280
|
+
258,
|
|
11185
11281
|
"Platform!"
|
|
11186
11282
|
],
|
|
11187
11283
|
"range": [
|
|
11188
|
-
|
|
11284
|
+
308,
|
|
11189
11285
|
"DateRangeInput!"
|
|
11190
11286
|
],
|
|
11191
11287
|
"periodType": [
|
|
11192
|
-
|
|
11288
|
+
260
|
|
11193
11289
|
]
|
|
11194
11290
|
}
|
|
11195
11291
|
],
|
|
11196
11292
|
"postsWithComparison": [
|
|
11197
|
-
|
|
11293
|
+
263,
|
|
11198
11294
|
{
|
|
11199
11295
|
"athleteId": [
|
|
11200
11296
|
7,
|
|
11201
11297
|
"ID!"
|
|
11202
11298
|
],
|
|
11203
11299
|
"platform": [
|
|
11204
|
-
|
|
11300
|
+
258,
|
|
11205
11301
|
"Platform!"
|
|
11206
11302
|
],
|
|
11207
11303
|
"options": [
|
|
11208
|
-
|
|
11304
|
+
309
|
|
11209
11305
|
]
|
|
11210
11306
|
}
|
|
11211
11307
|
],
|
|
11212
11308
|
"myNotifications": [
|
|
11213
|
-
|
|
11309
|
+
225,
|
|
11214
11310
|
{
|
|
11215
11311
|
"input": [
|
|
11216
|
-
|
|
11312
|
+
445
|
|
11217
11313
|
]
|
|
11218
11314
|
}
|
|
11219
11315
|
],
|
|
11220
11316
|
"notificationUnreadCount": [
|
|
11221
|
-
|
|
11317
|
+
226
|
|
11222
11318
|
],
|
|
11223
11319
|
"myNotificationPreferences": [
|
|
11224
|
-
|
|
11320
|
+
223
|
|
11225
11321
|
],
|
|
11226
11322
|
"myFollowedAthletes": [
|
|
11227
|
-
|
|
11323
|
+
203,
|
|
11228
11324
|
{
|
|
11229
11325
|
"input": [
|
|
11230
|
-
|
|
11326
|
+
419
|
|
11231
11327
|
]
|
|
11232
11328
|
}
|
|
11233
11329
|
],
|
|
11234
11330
|
"isFollowingAthlete": [
|
|
11235
|
-
|
|
11331
|
+
204,
|
|
11236
11332
|
{
|
|
11237
11333
|
"input": [
|
|
11238
|
-
|
|
11334
|
+
418,
|
|
11239
11335
|
"IsFollowingAthleteInput!"
|
|
11240
11336
|
]
|
|
11241
11337
|
}
|
|
11242
11338
|
],
|
|
11243
11339
|
"getEmailCampaigns": [
|
|
11244
|
-
|
|
11340
|
+
200,
|
|
11245
11341
|
{
|
|
11246
11342
|
"status": [
|
|
11247
11343
|
1
|
|
@@ -11258,7 +11354,7 @@ exports.default = {
|
|
|
11258
11354
|
}
|
|
11259
11355
|
],
|
|
11260
11356
|
"getEmailCampaign": [
|
|
11261
|
-
|
|
11357
|
+
199,
|
|
11262
11358
|
{
|
|
11263
11359
|
"id": [
|
|
11264
11360
|
1,
|
|
@@ -11270,13 +11366,13 @@ exports.default = {
|
|
|
11270
11366
|
166,
|
|
11271
11367
|
{
|
|
11272
11368
|
"filters": [
|
|
11273
|
-
|
|
11369
|
+
346,
|
|
11274
11370
|
"AudienceFilterDto!"
|
|
11275
11371
|
]
|
|
11276
11372
|
}
|
|
11277
11373
|
],
|
|
11278
11374
|
"getSendGridTemplates": [
|
|
11279
|
-
|
|
11375
|
+
256
|
|
11280
11376
|
],
|
|
11281
11377
|
"getSendGridTemplatePreview": [
|
|
11282
11378
|
1,
|
|
@@ -11288,7 +11384,7 @@ exports.default = {
|
|
|
11288
11384
|
}
|
|
11289
11385
|
],
|
|
11290
11386
|
"getEmailSegments": [
|
|
11291
|
-
|
|
11387
|
+
198
|
|
11292
11388
|
],
|
|
11293
11389
|
"getAiCoachThread": [
|
|
11294
11390
|
135
|
|
@@ -11317,7 +11413,7 @@ exports.default = {
|
|
|
11317
11413
|
133,
|
|
11318
11414
|
{
|
|
11319
11415
|
"input": [
|
|
11320
|
-
|
|
11416
|
+
318
|
|
11321
11417
|
]
|
|
11322
11418
|
}
|
|
11323
11419
|
],
|
|
@@ -11328,7 +11424,7 @@ exports.default = {
|
|
|
11328
11424
|
95
|
|
11329
11425
|
],
|
|
11330
11426
|
"getTeamStripeAccountStatus": [
|
|
11331
|
-
|
|
11427
|
+
268,
|
|
11332
11428
|
{
|
|
11333
11429
|
"teamId": [
|
|
11334
11430
|
1,
|
|
@@ -11369,7 +11465,7 @@ exports.default = {
|
|
|
11369
11465
|
}
|
|
11370
11466
|
],
|
|
11371
11467
|
"getTeamAnalytics": [
|
|
11372
|
-
|
|
11468
|
+
277,
|
|
11373
11469
|
{
|
|
11374
11470
|
"teamId": [
|
|
11375
11471
|
1,
|
|
@@ -11378,7 +11474,7 @@ exports.default = {
|
|
|
11378
11474
|
}
|
|
11379
11475
|
],
|
|
11380
11476
|
"getTeamLeaderboard": [
|
|
11381
|
-
|
|
11477
|
+
276,
|
|
11382
11478
|
{
|
|
11383
11479
|
"teamId": [
|
|
11384
11480
|
1,
|
|
@@ -11387,7 +11483,7 @@ exports.default = {
|
|
|
11387
11483
|
}
|
|
11388
11484
|
],
|
|
11389
11485
|
"getTeamDashboard": [
|
|
11390
|
-
|
|
11486
|
+
279,
|
|
11391
11487
|
{
|
|
11392
11488
|
"teamId": [
|
|
11393
11489
|
1,
|
|
@@ -11399,7 +11495,7 @@ exports.default = {
|
|
|
11399
11495
|
136
|
|
11400
11496
|
],
|
|
11401
11497
|
"getClubStripeAccountStatus": [
|
|
11402
|
-
|
|
11498
|
+
268,
|
|
11403
11499
|
{
|
|
11404
11500
|
"clubId": [
|
|
11405
11501
|
1,
|
|
@@ -11436,8 +11532,23 @@ exports.default = {
|
|
|
11436
11532
|
]
|
|
11437
11533
|
}
|
|
11438
11534
|
],
|
|
11535
|
+
"getBlogPost": [
|
|
11536
|
+
167,
|
|
11537
|
+
{
|
|
11538
|
+
"slug": [
|
|
11539
|
+
1,
|
|
11540
|
+
"String!"
|
|
11541
|
+
]
|
|
11542
|
+
}
|
|
11543
|
+
],
|
|
11544
|
+
"listBlogPosts": [
|
|
11545
|
+
167
|
|
11546
|
+
],
|
|
11547
|
+
"listBlogPostsAdmin": [
|
|
11548
|
+
167
|
|
11549
|
+
],
|
|
11439
11550
|
"getUsageRollup": [
|
|
11440
|
-
|
|
11551
|
+
283,
|
|
11441
11552
|
{
|
|
11442
11553
|
"startDate": [
|
|
11443
11554
|
1,
|
|
@@ -11453,7 +11564,7 @@ exports.default = {
|
|
|
11453
11564
|
}
|
|
11454
11565
|
],
|
|
11455
11566
|
"getUsageFunnel": [
|
|
11456
|
-
|
|
11567
|
+
284,
|
|
11457
11568
|
{
|
|
11458
11569
|
"startDate": [
|
|
11459
11570
|
1,
|
|
@@ -11469,7 +11580,7 @@ exports.default = {
|
|
|
11469
11580
|
}
|
|
11470
11581
|
],
|
|
11471
11582
|
"getRetentionCohorts": [
|
|
11472
|
-
|
|
11583
|
+
285,
|
|
11473
11584
|
{
|
|
11474
11585
|
"weeksBack": [
|
|
11475
11586
|
19
|
|
@@ -11477,7 +11588,7 @@ exports.default = {
|
|
|
11477
11588
|
}
|
|
11478
11589
|
],
|
|
11479
11590
|
"getActiveNow": [
|
|
11480
|
-
|
|
11591
|
+
286,
|
|
11481
11592
|
{
|
|
11482
11593
|
"windowMinutes": [
|
|
11483
11594
|
19
|
|
@@ -11485,7 +11596,7 @@ exports.default = {
|
|
|
11485
11596
|
}
|
|
11486
11597
|
],
|
|
11487
11598
|
"getUsageVersionMix": [
|
|
11488
|
-
|
|
11599
|
+
287,
|
|
11489
11600
|
{
|
|
11490
11601
|
"startDate": [
|
|
11491
11602
|
1,
|
|
@@ -11501,7 +11612,7 @@ exports.default = {
|
|
|
11501
11612
|
}
|
|
11502
11613
|
],
|
|
11503
11614
|
"clientCompatibility": [
|
|
11504
|
-
|
|
11615
|
+
181
|
|
11505
11616
|
],
|
|
11506
11617
|
"__typename": [
|
|
11507
11618
|
1
|
|
@@ -11523,7 +11634,7 @@ exports.default = {
|
|
|
11523
11634
|
29,
|
|
11524
11635
|
{
|
|
11525
11636
|
"tenant": [
|
|
11526
|
-
|
|
11637
|
+
526,
|
|
11527
11638
|
"CreateTenantInput!"
|
|
11528
11639
|
]
|
|
11529
11640
|
}
|
|
@@ -11532,7 +11643,7 @@ exports.default = {
|
|
|
11532
11643
|
35,
|
|
11533
11644
|
{
|
|
11534
11645
|
"tenant": [
|
|
11535
|
-
|
|
11646
|
+
526,
|
|
11536
11647
|
"CreateTenantInput!"
|
|
11537
11648
|
]
|
|
11538
11649
|
}
|
|
@@ -11541,7 +11652,7 @@ exports.default = {
|
|
|
11541
11652
|
27,
|
|
11542
11653
|
{
|
|
11543
11654
|
"user": [
|
|
11544
|
-
|
|
11655
|
+
527,
|
|
11545
11656
|
"CreateActiveUserInput!"
|
|
11546
11657
|
]
|
|
11547
11658
|
}
|
|
@@ -11576,7 +11687,7 @@ exports.default = {
|
|
|
11576
11687
|
26,
|
|
11577
11688
|
{
|
|
11578
11689
|
"input": [
|
|
11579
|
-
|
|
11690
|
+
528,
|
|
11580
11691
|
"RegisterUserToDomainFromEmailInput!"
|
|
11581
11692
|
]
|
|
11582
11693
|
}
|
|
@@ -11585,7 +11696,7 @@ exports.default = {
|
|
|
11585
11696
|
32,
|
|
11586
11697
|
{
|
|
11587
11698
|
"dto": [
|
|
11588
|
-
|
|
11699
|
+
529,
|
|
11589
11700
|
"RefreshTokenInput!"
|
|
11590
11701
|
]
|
|
11591
11702
|
}
|
|
@@ -11594,7 +11705,7 @@ exports.default = {
|
|
|
11594
11705
|
8,
|
|
11595
11706
|
{
|
|
11596
11707
|
"dto": [
|
|
11597
|
-
|
|
11708
|
+
529,
|
|
11598
11709
|
"RefreshTokenInput!"
|
|
11599
11710
|
]
|
|
11600
11711
|
}
|
|
@@ -11603,7 +11714,7 @@ exports.default = {
|
|
|
11603
11714
|
62,
|
|
11604
11715
|
{
|
|
11605
11716
|
"input": [
|
|
11606
|
-
|
|
11717
|
+
530,
|
|
11607
11718
|
"AWSS3DeleteUseTypeFileDto!"
|
|
11608
11719
|
]
|
|
11609
11720
|
}
|
|
@@ -11612,7 +11723,7 @@ exports.default = {
|
|
|
11612
11723
|
62,
|
|
11613
11724
|
{
|
|
11614
11725
|
"input": [
|
|
11615
|
-
|
|
11726
|
+
531,
|
|
11616
11727
|
"AWSS3DeleteBucketFileDto!"
|
|
11617
11728
|
]
|
|
11618
11729
|
}
|
|
@@ -11621,7 +11732,7 @@ exports.default = {
|
|
|
11621
11732
|
62,
|
|
11622
11733
|
{
|
|
11623
11734
|
"input": [
|
|
11624
|
-
|
|
11735
|
+
532,
|
|
11625
11736
|
"AWSS3DeleteUseTypeKeyDto!"
|
|
11626
11737
|
]
|
|
11627
11738
|
}
|
|
@@ -11630,7 +11741,7 @@ exports.default = {
|
|
|
11630
11741
|
56,
|
|
11631
11742
|
{
|
|
11632
11743
|
"input": [
|
|
11633
|
-
|
|
11744
|
+
348,
|
|
11634
11745
|
"AWSS3UploadedFileDto!"
|
|
11635
11746
|
]
|
|
11636
11747
|
}
|
|
@@ -11639,7 +11750,7 @@ exports.default = {
|
|
|
11639
11750
|
66,
|
|
11640
11751
|
{
|
|
11641
11752
|
"input": [
|
|
11642
|
-
|
|
11753
|
+
380,
|
|
11643
11754
|
"CreateIndustryDto!"
|
|
11644
11755
|
]
|
|
11645
11756
|
}
|
|
@@ -11648,7 +11759,7 @@ exports.default = {
|
|
|
11648
11759
|
91,
|
|
11649
11760
|
{
|
|
11650
11761
|
"input": [
|
|
11651
|
-
|
|
11762
|
+
373,
|
|
11652
11763
|
"CreateBrandDto!"
|
|
11653
11764
|
],
|
|
11654
11765
|
"tenantId": [
|
|
@@ -11664,7 +11775,7 @@ exports.default = {
|
|
|
11664
11775
|
"String!"
|
|
11665
11776
|
],
|
|
11666
11777
|
"input": [
|
|
11667
|
-
|
|
11778
|
+
373,
|
|
11668
11779
|
"CreateBrandDto!"
|
|
11669
11780
|
],
|
|
11670
11781
|
"tenantId": [
|
|
@@ -11698,16 +11809,16 @@ exports.default = {
|
|
|
11698
11809
|
88,
|
|
11699
11810
|
{
|
|
11700
11811
|
"input": [
|
|
11701
|
-
|
|
11812
|
+
454,
|
|
11702
11813
|
"RegisterSponsorInput!"
|
|
11703
11814
|
]
|
|
11704
11815
|
}
|
|
11705
11816
|
],
|
|
11706
11817
|
"updateSponsorOnboardingProgress": [
|
|
11707
|
-
|
|
11818
|
+
235,
|
|
11708
11819
|
{
|
|
11709
11820
|
"input": [
|
|
11710
|
-
|
|
11821
|
+
474,
|
|
11711
11822
|
"UpdateOnboardingProgressDto!"
|
|
11712
11823
|
]
|
|
11713
11824
|
}
|
|
@@ -11716,16 +11827,16 @@ exports.default = {
|
|
|
11716
11827
|
88,
|
|
11717
11828
|
{
|
|
11718
11829
|
"input": [
|
|
11719
|
-
|
|
11830
|
+
472,
|
|
11720
11831
|
"UpdateMyOrgProfileDto!"
|
|
11721
11832
|
]
|
|
11722
11833
|
}
|
|
11723
11834
|
],
|
|
11724
11835
|
"updateMyPreferences": [
|
|
11725
|
-
|
|
11836
|
+
266,
|
|
11726
11837
|
{
|
|
11727
11838
|
"input": [
|
|
11728
|
-
|
|
11839
|
+
473,
|
|
11729
11840
|
"UpdateMyPreferencesDto!"
|
|
11730
11841
|
]
|
|
11731
11842
|
}
|
|
@@ -11734,7 +11845,7 @@ exports.default = {
|
|
|
11734
11845
|
91,
|
|
11735
11846
|
{
|
|
11736
11847
|
"input": [
|
|
11737
|
-
|
|
11848
|
+
471,
|
|
11738
11849
|
"UpdateMyBrandDto!"
|
|
11739
11850
|
]
|
|
11740
11851
|
}
|
|
@@ -11743,7 +11854,7 @@ exports.default = {
|
|
|
11743
11854
|
91,
|
|
11744
11855
|
{
|
|
11745
11856
|
"input": [
|
|
11746
|
-
|
|
11857
|
+
382,
|
|
11747
11858
|
"CreateMyBrandDto!"
|
|
11748
11859
|
]
|
|
11749
11860
|
}
|
|
@@ -11752,7 +11863,7 @@ exports.default = {
|
|
|
11752
11863
|
88,
|
|
11753
11864
|
{
|
|
11754
11865
|
"input": [
|
|
11755
|
-
|
|
11866
|
+
384,
|
|
11756
11867
|
"CreateSponsorDto!"
|
|
11757
11868
|
]
|
|
11758
11869
|
}
|
|
@@ -11780,10 +11891,10 @@ exports.default = {
|
|
|
11780
11891
|
}
|
|
11781
11892
|
],
|
|
11782
11893
|
"sendAthleteInvitations": [
|
|
11783
|
-
|
|
11894
|
+
264,
|
|
11784
11895
|
{
|
|
11785
11896
|
"input": [
|
|
11786
|
-
|
|
11897
|
+
438,
|
|
11787
11898
|
"InviteAthletesDto!"
|
|
11788
11899
|
]
|
|
11789
11900
|
}
|
|
@@ -11807,10 +11918,10 @@ exports.default = {
|
|
|
11807
11918
|
}
|
|
11808
11919
|
],
|
|
11809
11920
|
"inviteSponsorUser": [
|
|
11810
|
-
|
|
11921
|
+
295,
|
|
11811
11922
|
{
|
|
11812
11923
|
"input": [
|
|
11813
|
-
|
|
11924
|
+
533,
|
|
11814
11925
|
"InviteSponsorUserInput!"
|
|
11815
11926
|
]
|
|
11816
11927
|
}
|
|
@@ -11819,7 +11930,7 @@ exports.default = {
|
|
|
11819
11930
|
8,
|
|
11820
11931
|
{
|
|
11821
11932
|
"input": [
|
|
11822
|
-
|
|
11933
|
+
534,
|
|
11823
11934
|
"AcceptSponsorUserInvitationInput!"
|
|
11824
11935
|
]
|
|
11825
11936
|
}
|
|
@@ -11837,7 +11948,7 @@ exports.default = {
|
|
|
11837
11948
|
8,
|
|
11838
11949
|
{
|
|
11839
11950
|
"input": [
|
|
11840
|
-
|
|
11951
|
+
535,
|
|
11841
11952
|
"ChangeSponsorUserRoleInput!"
|
|
11842
11953
|
]
|
|
11843
11954
|
}
|
|
@@ -11868,7 +11979,7 @@ exports.default = {
|
|
|
11868
11979
|
"String!"
|
|
11869
11980
|
],
|
|
11870
11981
|
"input": [
|
|
11871
|
-
|
|
11982
|
+
385,
|
|
11872
11983
|
"UpdateSponsorDto!"
|
|
11873
11984
|
]
|
|
11874
11985
|
}
|
|
@@ -11883,10 +11994,10 @@ exports.default = {
|
|
|
11883
11994
|
}
|
|
11884
11995
|
],
|
|
11885
11996
|
"forceDeleteAthleteCompetition": [
|
|
11886
|
-
|
|
11997
|
+
188,
|
|
11887
11998
|
{
|
|
11888
11999
|
"input": [
|
|
11889
|
-
|
|
12000
|
+
399,
|
|
11890
12001
|
"DeleteSingleValueDto!"
|
|
11891
12002
|
]
|
|
11892
12003
|
}
|
|
@@ -11895,25 +12006,25 @@ exports.default = {
|
|
|
11895
12006
|
124,
|
|
11896
12007
|
{
|
|
11897
12008
|
"input": [
|
|
11898
|
-
|
|
12009
|
+
452,
|
|
11899
12010
|
"RegisterAthleteDto!"
|
|
11900
12011
|
]
|
|
11901
12012
|
}
|
|
11902
12013
|
],
|
|
11903
12014
|
"editProfileValue": [
|
|
11904
|
-
|
|
12015
|
+
194,
|
|
11905
12016
|
{
|
|
11906
12017
|
"input": [
|
|
11907
|
-
|
|
12018
|
+
407,
|
|
11908
12019
|
"EditValueDto!"
|
|
11909
12020
|
]
|
|
11910
12021
|
}
|
|
11911
12022
|
],
|
|
11912
12023
|
"editPicture": [
|
|
11913
|
-
|
|
12024
|
+
193,
|
|
11914
12025
|
{
|
|
11915
12026
|
"input": [
|
|
11916
|
-
|
|
12027
|
+
406,
|
|
11917
12028
|
"EditPictureDto!"
|
|
11918
12029
|
]
|
|
11919
12030
|
}
|
|
@@ -11922,7 +12033,7 @@ exports.default = {
|
|
|
11922
12033
|
4,
|
|
11923
12034
|
{
|
|
11924
12035
|
"input": [
|
|
11925
|
-
|
|
12036
|
+
478,
|
|
11926
12037
|
"UploadAlbumsPicturesDto!"
|
|
11927
12038
|
]
|
|
11928
12039
|
}
|
|
@@ -11931,7 +12042,7 @@ exports.default = {
|
|
|
11931
12042
|
105,
|
|
11932
12043
|
{
|
|
11933
12044
|
"input": [
|
|
11934
|
-
|
|
12045
|
+
368,
|
|
11935
12046
|
"CreateAthleteCompetitionDto!"
|
|
11936
12047
|
]
|
|
11937
12048
|
}
|
|
@@ -11940,7 +12051,7 @@ exports.default = {
|
|
|
11940
12051
|
105,
|
|
11941
12052
|
{
|
|
11942
12053
|
"input": [
|
|
11943
|
-
|
|
12054
|
+
405,
|
|
11944
12055
|
"EditAthleteCompetitionDto!"
|
|
11945
12056
|
]
|
|
11946
12057
|
}
|
|
@@ -11949,7 +12060,7 @@ exports.default = {
|
|
|
11949
12060
|
105,
|
|
11950
12061
|
{
|
|
11951
12062
|
"input": [
|
|
11952
|
-
|
|
12063
|
+
361,
|
|
11953
12064
|
"ClaimExternalCompetitionResultDto!"
|
|
11954
12065
|
]
|
|
11955
12066
|
}
|
|
@@ -11958,16 +12069,16 @@ exports.default = {
|
|
|
11958
12069
|
8,
|
|
11959
12070
|
{
|
|
11960
12071
|
"input": [
|
|
11961
|
-
|
|
12072
|
+
404,
|
|
11962
12073
|
"DismissSuggestionDto!"
|
|
11963
12074
|
]
|
|
11964
12075
|
}
|
|
11965
12076
|
],
|
|
11966
12077
|
"deleteAthleteCompetition": [
|
|
11967
|
-
|
|
12078
|
+
188,
|
|
11968
12079
|
{
|
|
11969
12080
|
"input": [
|
|
11970
|
-
|
|
12081
|
+
399,
|
|
11971
12082
|
"DeleteSingleValueDto!"
|
|
11972
12083
|
]
|
|
11973
12084
|
}
|
|
@@ -11976,7 +12087,7 @@ exports.default = {
|
|
|
11976
12087
|
104,
|
|
11977
12088
|
{
|
|
11978
12089
|
"input": [
|
|
11979
|
-
|
|
12090
|
+
478,
|
|
11980
12091
|
"UploadAlbumsPicturesDto!"
|
|
11981
12092
|
]
|
|
11982
12093
|
}
|
|
@@ -11985,7 +12096,7 @@ exports.default = {
|
|
|
11985
12096
|
104,
|
|
11986
12097
|
{
|
|
11987
12098
|
"input": [
|
|
11988
|
-
|
|
12099
|
+
312,
|
|
11989
12100
|
"EditDisplayIndexDto!"
|
|
11990
12101
|
]
|
|
11991
12102
|
}
|
|
@@ -11994,25 +12105,25 @@ exports.default = {
|
|
|
11994
12105
|
104,
|
|
11995
12106
|
{
|
|
11996
12107
|
"input": [
|
|
11997
|
-
|
|
12108
|
+
478,
|
|
11998
12109
|
"UploadAlbumsPicturesDto!"
|
|
11999
12110
|
]
|
|
12000
12111
|
}
|
|
12001
12112
|
],
|
|
12002
12113
|
"deleteAthleteAlbum": [
|
|
12003
|
-
|
|
12114
|
+
188,
|
|
12004
12115
|
{
|
|
12005
12116
|
"input": [
|
|
12006
|
-
|
|
12117
|
+
399,
|
|
12007
12118
|
"DeleteSingleValueDto!"
|
|
12008
12119
|
]
|
|
12009
12120
|
}
|
|
12010
12121
|
],
|
|
12011
12122
|
"deleteAthletePhotos": [
|
|
12012
|
-
|
|
12123
|
+
189,
|
|
12013
12124
|
{
|
|
12014
12125
|
"input": [
|
|
12015
|
-
|
|
12126
|
+
400,
|
|
12016
12127
|
"DeleteValuesDto!"
|
|
12017
12128
|
]
|
|
12018
12129
|
}
|
|
@@ -12021,7 +12132,7 @@ exports.default = {
|
|
|
12021
12132
|
98,
|
|
12022
12133
|
{
|
|
12023
12134
|
"input": [
|
|
12024
|
-
|
|
12135
|
+
367,
|
|
12025
12136
|
"SetCompetitionResultDto!"
|
|
12026
12137
|
]
|
|
12027
12138
|
}
|
|
@@ -12030,7 +12141,7 @@ exports.default = {
|
|
|
12030
12141
|
105,
|
|
12031
12142
|
{
|
|
12032
12143
|
"input": [
|
|
12033
|
-
|
|
12144
|
+
436,
|
|
12034
12145
|
"IngestCompetitionResultDto!"
|
|
12035
12146
|
]
|
|
12036
12147
|
}
|
|
@@ -12042,10 +12153,10 @@ exports.default = {
|
|
|
12042
12153
|
124
|
|
12043
12154
|
],
|
|
12044
12155
|
"forceRefreshAthleteScores": [
|
|
12045
|
-
|
|
12156
|
+
209,
|
|
12046
12157
|
{
|
|
12047
12158
|
"input": [
|
|
12048
|
-
|
|
12159
|
+
420,
|
|
12049
12160
|
"ForceScoreRefreshDto!"
|
|
12050
12161
|
]
|
|
12051
12162
|
}
|
|
@@ -12054,19 +12165,19 @@ exports.default = {
|
|
|
12054
12165
|
113,
|
|
12055
12166
|
{
|
|
12056
12167
|
"input": [
|
|
12057
|
-
|
|
12168
|
+
460,
|
|
12058
12169
|
"SetCurrentCampaignDto!"
|
|
12059
12170
|
]
|
|
12060
12171
|
}
|
|
12061
12172
|
],
|
|
12062
12173
|
"deleteOnboardingAthlete": [
|
|
12063
|
-
|
|
12174
|
+
187
|
|
12064
12175
|
],
|
|
12065
12176
|
"updateOnboardingProgress": [
|
|
12066
|
-
|
|
12177
|
+
235,
|
|
12067
12178
|
{
|
|
12068
12179
|
"input": [
|
|
12069
|
-
|
|
12180
|
+
474,
|
|
12070
12181
|
"UpdateOnboardingProgressDto!"
|
|
12071
12182
|
]
|
|
12072
12183
|
}
|
|
@@ -12075,7 +12186,7 @@ exports.default = {
|
|
|
12075
12186
|
8,
|
|
12076
12187
|
{
|
|
12077
12188
|
"input": [
|
|
12078
|
-
|
|
12189
|
+
536,
|
|
12079
12190
|
"AcceptSponsorAthleteInvitationInput!"
|
|
12080
12191
|
]
|
|
12081
12192
|
}
|
|
@@ -12084,7 +12195,7 @@ exports.default = {
|
|
|
12084
12195
|
8,
|
|
12085
12196
|
{
|
|
12086
12197
|
"input": [
|
|
12087
|
-
|
|
12198
|
+
536,
|
|
12088
12199
|
"AcceptSponsorAthleteInvitationInput!"
|
|
12089
12200
|
]
|
|
12090
12201
|
}
|
|
@@ -12093,7 +12204,7 @@ exports.default = {
|
|
|
12093
12204
|
38,
|
|
12094
12205
|
{
|
|
12095
12206
|
"input": [
|
|
12096
|
-
|
|
12207
|
+
394,
|
|
12097
12208
|
"CreateSportDto!"
|
|
12098
12209
|
]
|
|
12099
12210
|
}
|
|
@@ -12102,7 +12213,7 @@ exports.default = {
|
|
|
12102
12213
|
38,
|
|
12103
12214
|
{
|
|
12104
12215
|
"input": [
|
|
12105
|
-
|
|
12216
|
+
476,
|
|
12106
12217
|
"UpdateSportDto!"
|
|
12107
12218
|
]
|
|
12108
12219
|
}
|
|
@@ -12111,7 +12222,7 @@ exports.default = {
|
|
|
12111
12222
|
41,
|
|
12112
12223
|
{
|
|
12113
12224
|
"input": [
|
|
12114
|
-
|
|
12225
|
+
393,
|
|
12115
12226
|
"CreateSportLevelDto!"
|
|
12116
12227
|
]
|
|
12117
12228
|
}
|
|
@@ -12120,7 +12231,7 @@ exports.default = {
|
|
|
12120
12231
|
87,
|
|
12121
12232
|
{
|
|
12122
12233
|
"input": [
|
|
12123
|
-
|
|
12234
|
+
390,
|
|
12124
12235
|
"CreateSponsorshipDto!"
|
|
12125
12236
|
]
|
|
12126
12237
|
}
|
|
@@ -12129,7 +12240,7 @@ exports.default = {
|
|
|
12129
12240
|
70,
|
|
12130
12241
|
{
|
|
12131
12242
|
"input": [
|
|
12132
|
-
|
|
12243
|
+
375,
|
|
12133
12244
|
"CreateCountryDto!"
|
|
12134
12245
|
]
|
|
12135
12246
|
}
|
|
@@ -12138,7 +12249,7 @@ exports.default = {
|
|
|
12138
12249
|
69,
|
|
12139
12250
|
{
|
|
12140
12251
|
"input": [
|
|
12141
|
-
|
|
12252
|
+
395,
|
|
12142
12253
|
"CreateStateDto!"
|
|
12143
12254
|
]
|
|
12144
12255
|
}
|
|
@@ -12147,7 +12258,7 @@ exports.default = {
|
|
|
12147
12258
|
68,
|
|
12148
12259
|
{
|
|
12149
12260
|
"input": [
|
|
12150
|
-
|
|
12261
|
+
374,
|
|
12151
12262
|
"CreateCityDto!"
|
|
12152
12263
|
]
|
|
12153
12264
|
}
|
|
@@ -12156,7 +12267,7 @@ exports.default = {
|
|
|
12156
12267
|
58,
|
|
12157
12268
|
{
|
|
12158
12269
|
"input": [
|
|
12159
|
-
|
|
12270
|
+
456,
|
|
12160
12271
|
"RegisterUserDto!"
|
|
12161
12272
|
]
|
|
12162
12273
|
}
|
|
@@ -12165,7 +12276,7 @@ exports.default = {
|
|
|
12165
12276
|
27,
|
|
12166
12277
|
{
|
|
12167
12278
|
"input": [
|
|
12168
|
-
|
|
12279
|
+
304,
|
|
12169
12280
|
"VerifyCodeDto!"
|
|
12170
12281
|
]
|
|
12171
12282
|
}
|
|
@@ -12174,7 +12285,7 @@ exports.default = {
|
|
|
12174
12285
|
26,
|
|
12175
12286
|
{
|
|
12176
12287
|
"input": [
|
|
12177
|
-
|
|
12288
|
+
304,
|
|
12178
12289
|
"VerifyCodeDto!"
|
|
12179
12290
|
]
|
|
12180
12291
|
}
|
|
@@ -12183,7 +12294,7 @@ exports.default = {
|
|
|
12183
12294
|
26,
|
|
12184
12295
|
{
|
|
12185
12296
|
"input": [
|
|
12186
|
-
|
|
12297
|
+
456,
|
|
12187
12298
|
"RegisterUserDto!"
|
|
12188
12299
|
]
|
|
12189
12300
|
}
|
|
@@ -12192,7 +12303,7 @@ exports.default = {
|
|
|
12192
12303
|
26,
|
|
12193
12304
|
{
|
|
12194
12305
|
"input": [
|
|
12195
|
-
|
|
12306
|
+
456,
|
|
12196
12307
|
"RegisterUserDto!"
|
|
12197
12308
|
]
|
|
12198
12309
|
}
|
|
@@ -12201,7 +12312,7 @@ exports.default = {
|
|
|
12201
12312
|
26,
|
|
12202
12313
|
{
|
|
12203
12314
|
"input": [
|
|
12204
|
-
|
|
12315
|
+
456,
|
|
12205
12316
|
"RegisterUserDto!"
|
|
12206
12317
|
]
|
|
12207
12318
|
}
|
|
@@ -12220,7 +12331,7 @@ exports.default = {
|
|
|
12220
12331
|
}
|
|
12221
12332
|
],
|
|
12222
12333
|
"createResetPasswordCode": [
|
|
12223
|
-
|
|
12334
|
+
194,
|
|
12224
12335
|
{
|
|
12225
12336
|
"input": [
|
|
12226
12337
|
1,
|
|
@@ -12229,16 +12340,16 @@ exports.default = {
|
|
|
12229
12340
|
}
|
|
12230
12341
|
],
|
|
12231
12342
|
"resetUserPassword": [
|
|
12232
|
-
|
|
12343
|
+
194,
|
|
12233
12344
|
{
|
|
12234
12345
|
"input": [
|
|
12235
|
-
|
|
12346
|
+
457,
|
|
12236
12347
|
"resetPasswordDto!"
|
|
12237
12348
|
]
|
|
12238
12349
|
}
|
|
12239
12350
|
],
|
|
12240
12351
|
"validateToken": [
|
|
12241
|
-
|
|
12352
|
+
290,
|
|
12242
12353
|
{
|
|
12243
12354
|
"input": [
|
|
12244
12355
|
1,
|
|
@@ -12247,31 +12358,31 @@ exports.default = {
|
|
|
12247
12358
|
}
|
|
12248
12359
|
],
|
|
12249
12360
|
"updateUserSuspendedStatus": [
|
|
12250
|
-
|
|
12361
|
+
194,
|
|
12251
12362
|
{
|
|
12252
12363
|
"input": [
|
|
12253
|
-
|
|
12364
|
+
477,
|
|
12254
12365
|
"UpdateUserSuspendedStatusDto!"
|
|
12255
12366
|
]
|
|
12256
12367
|
}
|
|
12257
12368
|
],
|
|
12258
12369
|
"deleteMyAccount": [
|
|
12259
|
-
|
|
12370
|
+
190
|
|
12260
12371
|
],
|
|
12261
12372
|
"deleteVtxUser": [
|
|
12262
|
-
|
|
12373
|
+
190,
|
|
12263
12374
|
{
|
|
12264
12375
|
"input": [
|
|
12265
|
-
|
|
12376
|
+
401,
|
|
12266
12377
|
"DeleteVtxUserDto!"
|
|
12267
12378
|
]
|
|
12268
12379
|
}
|
|
12269
12380
|
],
|
|
12270
12381
|
"seedAdminIfAuthorized": [
|
|
12271
|
-
|
|
12382
|
+
255,
|
|
12272
12383
|
{
|
|
12273
12384
|
"input": [
|
|
12274
|
-
|
|
12385
|
+
313,
|
|
12275
12386
|
"AdminEmailDto!"
|
|
12276
12387
|
]
|
|
12277
12388
|
}
|
|
@@ -12280,16 +12391,16 @@ exports.default = {
|
|
|
12280
12391
|
128,
|
|
12281
12392
|
{
|
|
12282
12393
|
"input": [
|
|
12283
|
-
|
|
12394
|
+
313,
|
|
12284
12395
|
"AdminEmailDto!"
|
|
12285
12396
|
]
|
|
12286
12397
|
}
|
|
12287
12398
|
],
|
|
12288
12399
|
"removeAdminUser": [
|
|
12289
|
-
|
|
12400
|
+
252,
|
|
12290
12401
|
{
|
|
12291
12402
|
"input": [
|
|
12292
|
-
|
|
12403
|
+
313,
|
|
12293
12404
|
"AdminEmailDto!"
|
|
12294
12405
|
]
|
|
12295
12406
|
}
|
|
@@ -12298,7 +12409,7 @@ exports.default = {
|
|
|
12298
12409
|
128,
|
|
12299
12410
|
{
|
|
12300
12411
|
"input": [
|
|
12301
|
-
|
|
12412
|
+
459,
|
|
12302
12413
|
"SetAdminUserRoleInput!"
|
|
12303
12414
|
]
|
|
12304
12415
|
}
|
|
@@ -12316,7 +12427,7 @@ exports.default = {
|
|
|
12316
12427
|
25,
|
|
12317
12428
|
{
|
|
12318
12429
|
"input": [
|
|
12319
|
-
|
|
12430
|
+
315,
|
|
12320
12431
|
"CreateDefaultNotificationPreferenceInput!"
|
|
12321
12432
|
]
|
|
12322
12433
|
}
|
|
@@ -12325,7 +12436,7 @@ exports.default = {
|
|
|
12325
12436
|
97,
|
|
12326
12437
|
{
|
|
12327
12438
|
"input": [
|
|
12328
|
-
|
|
12439
|
+
391,
|
|
12329
12440
|
"CreateSportEventDto!"
|
|
12330
12441
|
]
|
|
12331
12442
|
}
|
|
@@ -12334,13 +12445,13 @@ exports.default = {
|
|
|
12334
12445
|
97,
|
|
12335
12446
|
{
|
|
12336
12447
|
"input": [
|
|
12337
|
-
|
|
12448
|
+
475,
|
|
12338
12449
|
"UpdateSportEventDto!"
|
|
12339
12450
|
]
|
|
12340
12451
|
}
|
|
12341
12452
|
],
|
|
12342
12453
|
"deleteSportsEvent": [
|
|
12343
|
-
|
|
12454
|
+
194,
|
|
12344
12455
|
{
|
|
12345
12456
|
"eventId": [
|
|
12346
12457
|
1,
|
|
@@ -12349,10 +12460,10 @@ exports.default = {
|
|
|
12349
12460
|
}
|
|
12350
12461
|
],
|
|
12351
12462
|
"mergeSportsEvents": [
|
|
12352
|
-
|
|
12463
|
+
222,
|
|
12353
12464
|
{
|
|
12354
12465
|
"input": [
|
|
12355
|
-
|
|
12466
|
+
443,
|
|
12356
12467
|
"MergeSportsEventsDto!"
|
|
12357
12468
|
]
|
|
12358
12469
|
}
|
|
@@ -12361,7 +12472,7 @@ exports.default = {
|
|
|
12361
12472
|
113,
|
|
12362
12473
|
{
|
|
12363
12474
|
"input": [
|
|
12364
|
-
|
|
12475
|
+
461,
|
|
12365
12476
|
"SetFundingStatusDto!"
|
|
12366
12477
|
]
|
|
12367
12478
|
}
|
|
@@ -12370,7 +12481,7 @@ exports.default = {
|
|
|
12370
12481
|
113,
|
|
12371
12482
|
{
|
|
12372
12483
|
"input": [
|
|
12373
|
-
|
|
12484
|
+
377,
|
|
12374
12485
|
"CreateFundingCampaignDto!"
|
|
12375
12486
|
]
|
|
12376
12487
|
}
|
|
@@ -12379,25 +12490,25 @@ exports.default = {
|
|
|
12379
12490
|
113,
|
|
12380
12491
|
{
|
|
12381
12492
|
"input": [
|
|
12382
|
-
|
|
12493
|
+
379,
|
|
12383
12494
|
"UpdateFundingCampaignDto!"
|
|
12384
12495
|
]
|
|
12385
12496
|
}
|
|
12386
12497
|
],
|
|
12387
12498
|
"deleteFundingCampaign": [
|
|
12388
|
-
|
|
12499
|
+
188,
|
|
12389
12500
|
{
|
|
12390
12501
|
"input": [
|
|
12391
|
-
|
|
12502
|
+
399,
|
|
12392
12503
|
"DeleteSingleValueDto!"
|
|
12393
12504
|
]
|
|
12394
12505
|
}
|
|
12395
12506
|
],
|
|
12396
12507
|
"deleteFundingCampaigns": [
|
|
12397
|
-
|
|
12508
|
+
189,
|
|
12398
12509
|
{
|
|
12399
12510
|
"input": [
|
|
12400
|
-
|
|
12511
|
+
400,
|
|
12401
12512
|
"DeleteValuesDto!"
|
|
12402
12513
|
]
|
|
12403
12514
|
}
|
|
@@ -12415,7 +12526,7 @@ exports.default = {
|
|
|
12415
12526
|
8,
|
|
12416
12527
|
{
|
|
12417
12528
|
"input": [
|
|
12418
|
-
|
|
12529
|
+
357,
|
|
12419
12530
|
"AddCompetitionBudgetDto!"
|
|
12420
12531
|
]
|
|
12421
12532
|
}
|
|
@@ -12424,7 +12535,7 @@ exports.default = {
|
|
|
12424
12535
|
8,
|
|
12425
12536
|
{
|
|
12426
12537
|
"input": [
|
|
12427
|
-
|
|
12538
|
+
358,
|
|
12428
12539
|
"EditCompetitionBudgetDto!"
|
|
12429
12540
|
]
|
|
12430
12541
|
}
|
|
@@ -12433,7 +12544,7 @@ exports.default = {
|
|
|
12433
12544
|
8,
|
|
12434
12545
|
{
|
|
12435
12546
|
"input": [
|
|
12436
|
-
|
|
12547
|
+
359,
|
|
12437
12548
|
"EditCampaignBudgetDto!"
|
|
12438
12549
|
]
|
|
12439
12550
|
}
|
|
@@ -12442,16 +12553,16 @@ exports.default = {
|
|
|
12442
12553
|
8,
|
|
12443
12554
|
{
|
|
12444
12555
|
"input": [
|
|
12445
|
-
|
|
12556
|
+
359,
|
|
12446
12557
|
"EditCampaignBudgetDto!"
|
|
12447
12558
|
]
|
|
12448
12559
|
}
|
|
12449
12560
|
],
|
|
12450
12561
|
"sendThankYou": [
|
|
12451
|
-
|
|
12562
|
+
192,
|
|
12452
12563
|
{
|
|
12453
12564
|
"input": [
|
|
12454
|
-
|
|
12565
|
+
423,
|
|
12455
12566
|
"SendThankYouDto!"
|
|
12456
12567
|
]
|
|
12457
12568
|
}
|
|
@@ -12460,7 +12571,7 @@ exports.default = {
|
|
|
12460
12571
|
113,
|
|
12461
12572
|
{
|
|
12462
12573
|
"input": [
|
|
12463
|
-
|
|
12574
|
+
424,
|
|
12464
12575
|
"UpdateThankYouTemplateDto!"
|
|
12465
12576
|
]
|
|
12466
12577
|
}
|
|
@@ -12469,7 +12580,7 @@ exports.default = {
|
|
|
12469
12580
|
106,
|
|
12470
12581
|
{
|
|
12471
12582
|
"input": [
|
|
12472
|
-
|
|
12583
|
+
381,
|
|
12473
12584
|
"CreateMembershipOrganizationDto!"
|
|
12474
12585
|
]
|
|
12475
12586
|
}
|
|
@@ -12478,16 +12589,16 @@ exports.default = {
|
|
|
12478
12589
|
108,
|
|
12479
12590
|
{
|
|
12480
12591
|
"input": [
|
|
12481
|
-
|
|
12592
|
+
371,
|
|
12482
12593
|
"CreateAthleteMembershipDto!"
|
|
12483
12594
|
]
|
|
12484
12595
|
}
|
|
12485
12596
|
],
|
|
12486
12597
|
"deleteAthleteMembershipAffilation": [
|
|
12487
|
-
|
|
12598
|
+
188,
|
|
12488
12599
|
{
|
|
12489
12600
|
"input": [
|
|
12490
|
-
|
|
12601
|
+
399,
|
|
12491
12602
|
"DeleteSingleValueDto!"
|
|
12492
12603
|
]
|
|
12493
12604
|
}
|
|
@@ -12496,16 +12607,16 @@ exports.default = {
|
|
|
12496
12607
|
8,
|
|
12497
12608
|
{
|
|
12498
12609
|
"provider": [
|
|
12499
|
-
|
|
12610
|
+
522,
|
|
12500
12611
|
"IntegrationProvider!"
|
|
12501
12612
|
]
|
|
12502
12613
|
}
|
|
12503
12614
|
],
|
|
12504
12615
|
"submitHealthKitActivities": [
|
|
12505
|
-
|
|
12616
|
+
215,
|
|
12506
12617
|
{
|
|
12507
12618
|
"items": [
|
|
12508
|
-
|
|
12619
|
+
305,
|
|
12509
12620
|
"[HealthKitWorkoutInput!]!"
|
|
12510
12621
|
]
|
|
12511
12622
|
}
|
|
@@ -12526,19 +12637,19 @@ exports.default = {
|
|
|
12526
12637
|
121,
|
|
12527
12638
|
{
|
|
12528
12639
|
"input": [
|
|
12529
|
-
|
|
12640
|
+
396,
|
|
12530
12641
|
"CreateStripeAccountDto!"
|
|
12531
12642
|
]
|
|
12532
12643
|
}
|
|
12533
12644
|
],
|
|
12534
12645
|
"createAthleteStripeSession": [
|
|
12535
|
-
|
|
12646
|
+
272
|
|
12536
12647
|
],
|
|
12537
12648
|
"createStripeCheckoutSession": [
|
|
12538
|
-
|
|
12649
|
+
271,
|
|
12539
12650
|
{
|
|
12540
12651
|
"input": [
|
|
12541
|
-
|
|
12652
|
+
482,
|
|
12542
12653
|
"DonationCheckoutDto!"
|
|
12543
12654
|
]
|
|
12544
12655
|
}
|
|
@@ -12553,16 +12664,16 @@ exports.default = {
|
|
|
12553
12664
|
126,
|
|
12554
12665
|
{
|
|
12555
12666
|
"input": [
|
|
12556
|
-
|
|
12667
|
+
453,
|
|
12557
12668
|
"RegisterMemberDto!"
|
|
12558
12669
|
]
|
|
12559
12670
|
}
|
|
12560
12671
|
],
|
|
12561
12672
|
"createOffer": [
|
|
12562
|
-
|
|
12673
|
+
228,
|
|
12563
12674
|
{
|
|
12564
12675
|
"input": [
|
|
12565
|
-
|
|
12676
|
+
383,
|
|
12566
12677
|
"CreateOfferDto!"
|
|
12567
12678
|
],
|
|
12568
12679
|
"tenantId": [
|
|
@@ -12571,14 +12682,14 @@ exports.default = {
|
|
|
12571
12682
|
}
|
|
12572
12683
|
],
|
|
12573
12684
|
"updateOffer": [
|
|
12574
|
-
|
|
12685
|
+
228,
|
|
12575
12686
|
{
|
|
12576
12687
|
"id": [
|
|
12577
12688
|
1,
|
|
12578
12689
|
"String!"
|
|
12579
12690
|
],
|
|
12580
12691
|
"input": [
|
|
12581
|
-
|
|
12692
|
+
383,
|
|
12582
12693
|
"CreateOfferDto!"
|
|
12583
12694
|
],
|
|
12584
12695
|
"tenantId": [
|
|
@@ -12596,7 +12707,7 @@ exports.default = {
|
|
|
12596
12707
|
}
|
|
12597
12708
|
],
|
|
12598
12709
|
"setOfferStatus": [
|
|
12599
|
-
|
|
12710
|
+
228,
|
|
12600
12711
|
{
|
|
12601
12712
|
"id": [
|
|
12602
12713
|
1,
|
|
@@ -12609,7 +12720,7 @@ exports.default = {
|
|
|
12609
12720
|
}
|
|
12610
12721
|
],
|
|
12611
12722
|
"activateOffer": [
|
|
12612
|
-
|
|
12723
|
+
228,
|
|
12613
12724
|
{
|
|
12614
12725
|
"id": [
|
|
12615
12726
|
1,
|
|
@@ -12618,7 +12729,7 @@ exports.default = {
|
|
|
12618
12729
|
}
|
|
12619
12730
|
],
|
|
12620
12731
|
"deactivateOffer": [
|
|
12621
|
-
|
|
12732
|
+
228,
|
|
12622
12733
|
{
|
|
12623
12734
|
"id": [
|
|
12624
12735
|
1,
|
|
@@ -12627,20 +12738,20 @@ exports.default = {
|
|
|
12627
12738
|
}
|
|
12628
12739
|
],
|
|
12629
12740
|
"decideSponsorshipApplication": [
|
|
12630
|
-
|
|
12741
|
+
232,
|
|
12631
12742
|
{
|
|
12632
12743
|
"claimId": [
|
|
12633
12744
|
1,
|
|
12634
12745
|
"String!"
|
|
12635
12746
|
],
|
|
12636
12747
|
"decision": [
|
|
12637
|
-
|
|
12748
|
+
511,
|
|
12638
12749
|
"ApplicationStatus!"
|
|
12639
12750
|
]
|
|
12640
12751
|
}
|
|
12641
12752
|
],
|
|
12642
12753
|
"claimOffer": [
|
|
12643
|
-
|
|
12754
|
+
232,
|
|
12644
12755
|
{
|
|
12645
12756
|
"offerId": [
|
|
12646
12757
|
1,
|
|
@@ -12653,7 +12764,7 @@ exports.default = {
|
|
|
12653
12764
|
}
|
|
12654
12765
|
],
|
|
12655
12766
|
"applyToSponsorship": [
|
|
12656
|
-
|
|
12767
|
+
232,
|
|
12657
12768
|
{
|
|
12658
12769
|
"offerId": [
|
|
12659
12770
|
1,
|
|
@@ -12670,7 +12781,7 @@ exports.default = {
|
|
|
12670
12781
|
}
|
|
12671
12782
|
],
|
|
12672
12783
|
"withdrawSponsorshipApplication": [
|
|
12673
|
-
|
|
12784
|
+
232,
|
|
12674
12785
|
{
|
|
12675
12786
|
"claimId": [
|
|
12676
12787
|
1,
|
|
@@ -12696,7 +12807,7 @@ exports.default = {
|
|
|
12696
12807
|
}
|
|
12697
12808
|
],
|
|
12698
12809
|
"uploadCouponCodes": [
|
|
12699
|
-
|
|
12810
|
+
281,
|
|
12700
12811
|
{
|
|
12701
12812
|
"offerId": [
|
|
12702
12813
|
1,
|
|
@@ -12712,10 +12823,10 @@ exports.default = {
|
|
|
12712
12823
|
8
|
|
12713
12824
|
],
|
|
12714
12825
|
"markNotificationAsRead": [
|
|
12715
|
-
|
|
12826
|
+
224,
|
|
12716
12827
|
{
|
|
12717
12828
|
"input": [
|
|
12718
|
-
|
|
12829
|
+
446,
|
|
12719
12830
|
"MarkNotificationReadDto!"
|
|
12720
12831
|
]
|
|
12721
12832
|
}
|
|
@@ -12727,25 +12838,25 @@ exports.default = {
|
|
|
12727
12838
|
8,
|
|
12728
12839
|
{
|
|
12729
12840
|
"input": [
|
|
12730
|
-
|
|
12841
|
+
447,
|
|
12731
12842
|
"DismissNotificationDto!"
|
|
12732
12843
|
]
|
|
12733
12844
|
}
|
|
12734
12845
|
],
|
|
12735
12846
|
"updateNotificationPreferences": [
|
|
12736
|
-
|
|
12847
|
+
223,
|
|
12737
12848
|
{
|
|
12738
12849
|
"input": [
|
|
12739
|
-
|
|
12850
|
+
444,
|
|
12740
12851
|
"UpdateNotificationPreferenceDto!"
|
|
12741
12852
|
]
|
|
12742
12853
|
}
|
|
12743
12854
|
],
|
|
12744
12855
|
"registerDeviceToken": [
|
|
12745
|
-
|
|
12856
|
+
191,
|
|
12746
12857
|
{
|
|
12747
12858
|
"input": [
|
|
12748
|
-
|
|
12859
|
+
402,
|
|
12749
12860
|
"RegisterDeviceTokenDto!"
|
|
12750
12861
|
]
|
|
12751
12862
|
}
|
|
@@ -12754,7 +12865,7 @@ exports.default = {
|
|
|
12754
12865
|
8,
|
|
12755
12866
|
{
|
|
12756
12867
|
"input": [
|
|
12757
|
-
|
|
12868
|
+
403,
|
|
12758
12869
|
"UnregisterDeviceTokenDto!"
|
|
12759
12870
|
]
|
|
12760
12871
|
}
|
|
@@ -12763,7 +12874,7 @@ exports.default = {
|
|
|
12763
12874
|
8,
|
|
12764
12875
|
{
|
|
12765
12876
|
"input": [
|
|
12766
|
-
|
|
12877
|
+
416,
|
|
12767
12878
|
"FollowAthleteInput!"
|
|
12768
12879
|
]
|
|
12769
12880
|
}
|
|
@@ -12772,29 +12883,29 @@ exports.default = {
|
|
|
12772
12883
|
8,
|
|
12773
12884
|
{
|
|
12774
12885
|
"input": [
|
|
12775
|
-
|
|
12886
|
+
417,
|
|
12776
12887
|
"UnfollowAthleteInput!"
|
|
12777
12888
|
]
|
|
12778
12889
|
}
|
|
12779
12890
|
],
|
|
12780
12891
|
"createEmailCampaign": [
|
|
12781
|
-
|
|
12892
|
+
199,
|
|
12782
12893
|
{
|
|
12783
12894
|
"input": [
|
|
12784
|
-
|
|
12895
|
+
408,
|
|
12785
12896
|
"CreateEmailCampaignDto!"
|
|
12786
12897
|
]
|
|
12787
12898
|
}
|
|
12788
12899
|
],
|
|
12789
12900
|
"updateEmailCampaign": [
|
|
12790
|
-
|
|
12901
|
+
199,
|
|
12791
12902
|
{
|
|
12792
12903
|
"id": [
|
|
12793
12904
|
1,
|
|
12794
12905
|
"String!"
|
|
12795
12906
|
],
|
|
12796
12907
|
"input": [
|
|
12797
|
-
|
|
12908
|
+
409,
|
|
12798
12909
|
"UpdateEmailCampaignDto!"
|
|
12799
12910
|
]
|
|
12800
12911
|
}
|
|
@@ -12809,7 +12920,7 @@ exports.default = {
|
|
|
12809
12920
|
}
|
|
12810
12921
|
],
|
|
12811
12922
|
"cloneEmailCampaign": [
|
|
12812
|
-
|
|
12923
|
+
199,
|
|
12813
12924
|
{
|
|
12814
12925
|
"id": [
|
|
12815
12926
|
1,
|
|
@@ -12840,7 +12951,7 @@ exports.default = {
|
|
|
12840
12951
|
}
|
|
12841
12952
|
],
|
|
12842
12953
|
"scheduleEmailCampaign": [
|
|
12843
|
-
|
|
12954
|
+
199,
|
|
12844
12955
|
{
|
|
12845
12956
|
"campaignId": [
|
|
12846
12957
|
1,
|
|
@@ -12853,7 +12964,7 @@ exports.default = {
|
|
|
12853
12964
|
}
|
|
12854
12965
|
],
|
|
12855
12966
|
"cancelScheduledEmail": [
|
|
12856
|
-
|
|
12967
|
+
199,
|
|
12857
12968
|
{
|
|
12858
12969
|
"campaignId": [
|
|
12859
12970
|
1,
|
|
@@ -12862,23 +12973,23 @@ exports.default = {
|
|
|
12862
12973
|
}
|
|
12863
12974
|
],
|
|
12864
12975
|
"createEmailSegment": [
|
|
12865
|
-
|
|
12976
|
+
198,
|
|
12866
12977
|
{
|
|
12867
12978
|
"input": [
|
|
12868
|
-
|
|
12979
|
+
410,
|
|
12869
12980
|
"CreateEmailSegmentDto!"
|
|
12870
12981
|
]
|
|
12871
12982
|
}
|
|
12872
12983
|
],
|
|
12873
12984
|
"updateEmailSegment": [
|
|
12874
|
-
|
|
12985
|
+
198,
|
|
12875
12986
|
{
|
|
12876
12987
|
"id": [
|
|
12877
12988
|
1,
|
|
12878
12989
|
"String!"
|
|
12879
12990
|
],
|
|
12880
12991
|
"input": [
|
|
12881
|
-
|
|
12992
|
+
411,
|
|
12882
12993
|
"UpdateEmailSegmentDto!"
|
|
12883
12994
|
]
|
|
12884
12995
|
}
|
|
@@ -12893,10 +13004,10 @@ exports.default = {
|
|
|
12893
13004
|
}
|
|
12894
13005
|
],
|
|
12895
13006
|
"sendPushCampaign": [
|
|
12896
|
-
|
|
13007
|
+
249,
|
|
12897
13008
|
{
|
|
12898
13009
|
"input": [
|
|
12899
|
-
|
|
13010
|
+
458,
|
|
12900
13011
|
"SendPushCampaignInput!"
|
|
12901
13012
|
]
|
|
12902
13013
|
}
|
|
@@ -12905,7 +13016,7 @@ exports.default = {
|
|
|
12905
13016
|
130,
|
|
12906
13017
|
{
|
|
12907
13018
|
"input": [
|
|
12908
|
-
|
|
13019
|
+
316,
|
|
12909
13020
|
"SendChatMessageDto!"
|
|
12910
13021
|
]
|
|
12911
13022
|
}
|
|
@@ -12914,7 +13025,7 @@ exports.default = {
|
|
|
12914
13025
|
129,
|
|
12915
13026
|
{
|
|
12916
13027
|
"input": [
|
|
12917
|
-
|
|
13028
|
+
317,
|
|
12918
13029
|
"UpdateAiCoachConfigDto!"
|
|
12919
13030
|
]
|
|
12920
13031
|
}
|
|
@@ -12932,7 +13043,7 @@ exports.default = {
|
|
|
12932
13043
|
95,
|
|
12933
13044
|
{
|
|
12934
13045
|
"input": [
|
|
12935
|
-
|
|
13046
|
+
466,
|
|
12936
13047
|
"CreateTeamInput!"
|
|
12937
13048
|
]
|
|
12938
13049
|
}
|
|
@@ -12941,7 +13052,7 @@ exports.default = {
|
|
|
12941
13052
|
95,
|
|
12942
13053
|
{
|
|
12943
13054
|
"input": [
|
|
12944
|
-
|
|
13055
|
+
467,
|
|
12945
13056
|
"UpdateTeamInput!"
|
|
12946
13057
|
]
|
|
12947
13058
|
}
|
|
@@ -12950,7 +13061,7 @@ exports.default = {
|
|
|
12950
13061
|
93,
|
|
12951
13062
|
{
|
|
12952
13063
|
"input": [
|
|
12953
|
-
|
|
13064
|
+
468,
|
|
12954
13065
|
"JoinTeamInput!"
|
|
12955
13066
|
]
|
|
12956
13067
|
}
|
|
@@ -12985,7 +13096,7 @@ exports.default = {
|
|
|
12985
13096
|
93,
|
|
12986
13097
|
{
|
|
12987
13098
|
"input": [
|
|
12988
|
-
|
|
13099
|
+
469,
|
|
12989
13100
|
"ManageTeamMemberInput!"
|
|
12990
13101
|
]
|
|
12991
13102
|
}
|
|
@@ -13039,7 +13150,7 @@ exports.default = {
|
|
|
13039
13150
|
136,
|
|
13040
13151
|
{
|
|
13041
13152
|
"input": [
|
|
13042
|
-
|
|
13153
|
+
362,
|
|
13043
13154
|
"CreateClubInput!"
|
|
13044
13155
|
]
|
|
13045
13156
|
}
|
|
@@ -13048,7 +13159,7 @@ exports.default = {
|
|
|
13048
13159
|
136,
|
|
13049
13160
|
{
|
|
13050
13161
|
"input": [
|
|
13051
|
-
|
|
13162
|
+
363,
|
|
13052
13163
|
"UpdateClubInput!"
|
|
13053
13164
|
]
|
|
13054
13165
|
}
|
|
@@ -13057,7 +13168,7 @@ exports.default = {
|
|
|
13057
13168
|
138,
|
|
13058
13169
|
{
|
|
13059
13170
|
"input": [
|
|
13060
|
-
|
|
13171
|
+
364,
|
|
13061
13172
|
"JoinClubInput!"
|
|
13062
13173
|
]
|
|
13063
13174
|
}
|
|
@@ -13088,7 +13199,7 @@ exports.default = {
|
|
|
13088
13199
|
138,
|
|
13089
13200
|
{
|
|
13090
13201
|
"input": [
|
|
13091
|
-
|
|
13202
|
+
365,
|
|
13092
13203
|
"ManageClubMemberInput!"
|
|
13093
13204
|
]
|
|
13094
13205
|
}
|
|
@@ -13147,20 +13258,47 @@ exports.default = {
|
|
|
13147
13258
|
]
|
|
13148
13259
|
}
|
|
13149
13260
|
],
|
|
13261
|
+
"createBlogPost": [
|
|
13262
|
+
167,
|
|
13263
|
+
{
|
|
13264
|
+
"input": [
|
|
13265
|
+
347,
|
|
13266
|
+
"CreateBlogPostInput!"
|
|
13267
|
+
]
|
|
13268
|
+
}
|
|
13269
|
+
],
|
|
13270
|
+
"updateBlogPost": [
|
|
13271
|
+
167,
|
|
13272
|
+
{
|
|
13273
|
+
"input": [
|
|
13274
|
+
349,
|
|
13275
|
+
"UpdateBlogPostInput!"
|
|
13276
|
+
]
|
|
13277
|
+
}
|
|
13278
|
+
],
|
|
13279
|
+
"deleteBlogPost": [
|
|
13280
|
+
8,
|
|
13281
|
+
{
|
|
13282
|
+
"postId": [
|
|
13283
|
+
1,
|
|
13284
|
+
"String!"
|
|
13285
|
+
]
|
|
13286
|
+
}
|
|
13287
|
+
],
|
|
13150
13288
|
"trackUsageEvents": [
|
|
13151
|
-
|
|
13289
|
+
282,
|
|
13152
13290
|
{
|
|
13153
13291
|
"events": [
|
|
13154
|
-
|
|
13292
|
+
479,
|
|
13155
13293
|
"[UsageEventInput!]!"
|
|
13156
13294
|
]
|
|
13157
13295
|
}
|
|
13158
13296
|
],
|
|
13159
13297
|
"requestMyDataExport": [
|
|
13160
|
-
|
|
13298
|
+
184,
|
|
13161
13299
|
{
|
|
13162
13300
|
"input": [
|
|
13163
|
-
|
|
13301
|
+
397
|
|
13164
13302
|
]
|
|
13165
13303
|
}
|
|
13166
13304
|
],
|
|
@@ -13268,7 +13406,7 @@ exports.default = {
|
|
|
13268
13406
|
1
|
|
13269
13407
|
],
|
|
13270
13408
|
"role": [
|
|
13271
|
-
|
|
13409
|
+
486
|
|
13272
13410
|
],
|
|
13273
13411
|
"__typename": [
|
|
13274
13412
|
1
|
|
@@ -13290,7 +13428,7 @@ exports.default = {
|
|
|
13290
13428
|
1
|
|
13291
13429
|
],
|
|
13292
13430
|
"role": [
|
|
13293
|
-
|
|
13431
|
+
486
|
|
13294
13432
|
],
|
|
13295
13433
|
"__typename": [
|
|
13296
13434
|
1
|