@vertikalx/vtx-backend-client 3.4.2-dev.6 → 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 -3
- package/dist/src/api/domains/generated/misc.api.js.map +1 -1
- package/dist/src/api/domains/generated/offers.api.js +3 -0
- package/dist/src/api/domains/generated/offers.api.js.map +1 -1
- package/dist/src/api/domains/generated/vtx-base-api.augment.d.ts +8 -2
- 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 +90 -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 +59 -8
- package/dist/src/client/types.js +638 -497
- package/dist/src/client/types.js.map +1 -1
- package/dist/src/generated/graphql.d.ts +222 -24
- package/dist/src/generated/graphql.js +176 -30
- 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
|
|
@@ -5433,6 +5474,9 @@ exports.default = {
|
|
|
5433
5474
|
"withdrawnAt": [
|
|
5434
5475
|
9
|
|
5435
5476
|
],
|
|
5477
|
+
"applicantEmail": [
|
|
5478
|
+
1
|
|
5479
|
+
],
|
|
5436
5480
|
"__typename": [
|
|
5437
5481
|
1
|
|
5438
5482
|
]
|
|
@@ -5502,7 +5546,7 @@ exports.default = {
|
|
|
5502
5546
|
8
|
|
5503
5547
|
],
|
|
5504
5548
|
"eligibility": [
|
|
5505
|
-
|
|
5549
|
+
195
|
|
5506
5550
|
],
|
|
5507
5551
|
"__typename": [
|
|
5508
5552
|
1
|
|
@@ -5510,10 +5554,10 @@ exports.default = {
|
|
|
5510
5554
|
},
|
|
5511
5555
|
"PaginatedOffersWithEligibility": {
|
|
5512
5556
|
"items": [
|
|
5513
|
-
|
|
5557
|
+
233
|
|
5514
5558
|
],
|
|
5515
5559
|
"pagination": [
|
|
5516
|
-
|
|
5560
|
+
211
|
|
5517
5561
|
],
|
|
5518
5562
|
"__typename": [
|
|
5519
5563
|
1
|
|
@@ -5561,7 +5605,7 @@ exports.default = {
|
|
|
5561
5605
|
38
|
|
5562
5606
|
],
|
|
5563
5607
|
"pageData": [
|
|
5564
|
-
|
|
5608
|
+
236
|
|
5565
5609
|
],
|
|
5566
5610
|
"__typename": [
|
|
5567
5611
|
1
|
|
@@ -5572,7 +5616,7 @@ exports.default = {
|
|
|
5572
5616
|
91
|
|
5573
5617
|
],
|
|
5574
5618
|
"pagination": [
|
|
5575
|
-
|
|
5619
|
+
211
|
|
5576
5620
|
],
|
|
5577
5621
|
"__typename": [
|
|
5578
5622
|
1
|
|
@@ -5583,7 +5627,7 @@ exports.default = {
|
|
|
5583
5627
|
97
|
|
5584
5628
|
],
|
|
5585
5629
|
"pagination": [
|
|
5586
|
-
|
|
5630
|
+
211
|
|
5587
5631
|
],
|
|
5588
5632
|
"__typename": [
|
|
5589
5633
|
1
|
|
@@ -5591,10 +5635,10 @@ exports.default = {
|
|
|
5591
5635
|
},
|
|
5592
5636
|
"PaginatedOfferApplications": {
|
|
5593
5637
|
"items": [
|
|
5594
|
-
|
|
5638
|
+
232
|
|
5595
5639
|
],
|
|
5596
5640
|
"pagination": [
|
|
5597
|
-
|
|
5641
|
+
211
|
|
5598
5642
|
],
|
|
5599
5643
|
"__typename": [
|
|
5600
5644
|
1
|
|
@@ -5602,10 +5646,10 @@ exports.default = {
|
|
|
5602
5646
|
},
|
|
5603
5647
|
"PaginatedOffers": {
|
|
5604
5648
|
"items": [
|
|
5605
|
-
|
|
5649
|
+
228
|
|
5606
5650
|
],
|
|
5607
5651
|
"pagination": [
|
|
5608
|
-
|
|
5652
|
+
211
|
|
5609
5653
|
],
|
|
5610
5654
|
"__typename": [
|
|
5611
5655
|
1
|
|
@@ -5616,7 +5660,7 @@ exports.default = {
|
|
|
5616
5660
|
88
|
|
5617
5661
|
],
|
|
5618
5662
|
"pagination": [
|
|
5619
|
-
|
|
5663
|
+
211
|
|
5620
5664
|
],
|
|
5621
5665
|
"__typename": [
|
|
5622
5666
|
1
|
|
@@ -5627,7 +5671,7 @@ exports.default = {
|
|
|
5627
5671
|
38
|
|
5628
5672
|
],
|
|
5629
5673
|
"pagination": [
|
|
5630
|
-
|
|
5674
|
+
211
|
|
5631
5675
|
],
|
|
5632
5676
|
"__typename": [
|
|
5633
5677
|
1
|
|
@@ -5638,7 +5682,7 @@ exports.default = {
|
|
|
5638
5682
|
6
|
|
5639
5683
|
],
|
|
5640
5684
|
"pagination": [
|
|
5641
|
-
|
|
5685
|
+
211
|
|
5642
5686
|
],
|
|
5643
5687
|
"__typename": [
|
|
5644
5688
|
1
|
|
@@ -5649,7 +5693,7 @@ exports.default = {
|
|
|
5649
5693
|
127
|
|
5650
5694
|
],
|
|
5651
5695
|
"pagination": [
|
|
5652
|
-
|
|
5696
|
+
211
|
|
5653
5697
|
],
|
|
5654
5698
|
"__typename": [
|
|
5655
5699
|
1
|
|
@@ -5674,7 +5718,7 @@ exports.default = {
|
|
|
5674
5718
|
},
|
|
5675
5719
|
"ProviderConnectionStatus": {
|
|
5676
5720
|
"provider": [
|
|
5677
|
-
|
|
5721
|
+
522
|
|
5678
5722
|
],
|
|
5679
5723
|
"status": [
|
|
5680
5724
|
1
|
|
@@ -5814,7 +5858,7 @@ exports.default = {
|
|
|
5814
5858
|
},
|
|
5815
5859
|
"CheckScoreRefreshCapabilityResponse": {
|
|
5816
5860
|
"capabilities": [
|
|
5817
|
-
|
|
5861
|
+
253
|
|
5818
5862
|
],
|
|
5819
5863
|
"__typename": [
|
|
5820
5864
|
1
|
|
@@ -5853,13 +5897,13 @@ exports.default = {
|
|
|
5853
5897
|
1
|
|
5854
5898
|
],
|
|
5855
5899
|
"platform": [
|
|
5856
|
-
|
|
5900
|
+
258
|
|
5857
5901
|
],
|
|
5858
5902
|
"contentType": [
|
|
5859
|
-
|
|
5903
|
+
259
|
|
5860
5904
|
],
|
|
5861
5905
|
"periodType": [
|
|
5862
|
-
|
|
5906
|
+
260
|
|
5863
5907
|
],
|
|
5864
5908
|
"periodLabel": [
|
|
5865
5909
|
1
|
|
@@ -5924,7 +5968,7 @@ exports.default = {
|
|
|
5924
5968
|
1
|
|
5925
5969
|
],
|
|
5926
5970
|
"contentType": [
|
|
5927
|
-
|
|
5971
|
+
259
|
|
5928
5972
|
],
|
|
5929
5973
|
"caption": [
|
|
5930
5974
|
1
|
|
@@ -5973,10 +6017,10 @@ exports.default = {
|
|
|
5973
6017
|
},
|
|
5974
6018
|
"PostComparisonResultType": {
|
|
5975
6019
|
"posts": [
|
|
5976
|
-
|
|
6020
|
+
261
|
|
5977
6021
|
],
|
|
5978
6022
|
"averages": [
|
|
5979
|
-
|
|
6023
|
+
262
|
|
5980
6024
|
],
|
|
5981
6025
|
"total": [
|
|
5982
6026
|
19
|
|
@@ -6031,10 +6075,10 @@ exports.default = {
|
|
|
6031
6075
|
1
|
|
6032
6076
|
],
|
|
6033
6077
|
"companySize": [
|
|
6034
|
-
|
|
6078
|
+
496
|
|
6035
6079
|
],
|
|
6036
6080
|
"totalSponsoredAthletes": [
|
|
6037
|
-
|
|
6081
|
+
497
|
|
6038
6082
|
],
|
|
6039
6083
|
"brandId": [
|
|
6040
6084
|
1
|
|
@@ -6107,10 +6151,10 @@ exports.default = {
|
|
|
6107
6151
|
1
|
|
6108
6152
|
],
|
|
6109
6153
|
"availableBalances": [
|
|
6110
|
-
|
|
6154
|
+
269
|
|
6111
6155
|
],
|
|
6112
6156
|
"pendingBalances": [
|
|
6113
|
-
|
|
6157
|
+
269
|
|
6114
6158
|
],
|
|
6115
6159
|
"__typename": [
|
|
6116
6160
|
1
|
|
@@ -6188,7 +6232,7 @@ exports.default = {
|
|
|
6188
6232
|
1
|
|
6189
6233
|
],
|
|
6190
6234
|
"status": [
|
|
6191
|
-
|
|
6235
|
+
274
|
|
6192
6236
|
],
|
|
6193
6237
|
"lastError": [
|
|
6194
6238
|
1
|
|
@@ -6261,10 +6305,10 @@ exports.default = {
|
|
|
6261
6305
|
19
|
|
6262
6306
|
],
|
|
6263
6307
|
"vtxScoreHistory": [
|
|
6264
|
-
|
|
6308
|
+
275
|
|
6265
6309
|
],
|
|
6266
6310
|
"topPerformers": [
|
|
6267
|
-
|
|
6311
|
+
276
|
|
6268
6312
|
],
|
|
6269
6313
|
"__typename": [
|
|
6270
6314
|
1
|
|
@@ -6289,13 +6333,13 @@ exports.default = {
|
|
|
6289
6333
|
},
|
|
6290
6334
|
"TeamDashboard": {
|
|
6291
6335
|
"analytics": [
|
|
6292
|
-
|
|
6336
|
+
277
|
|
6293
6337
|
],
|
|
6294
6338
|
"roster": [
|
|
6295
|
-
|
|
6339
|
+
278
|
|
6296
6340
|
],
|
|
6297
6341
|
"leaderboard": [
|
|
6298
|
-
|
|
6342
|
+
276
|
|
6299
6343
|
],
|
|
6300
6344
|
"__typename": [
|
|
6301
6345
|
1
|
|
@@ -6351,7 +6395,7 @@ exports.default = {
|
|
|
6351
6395
|
9
|
|
6352
6396
|
],
|
|
6353
6397
|
"athleteDonationReceipt": [
|
|
6354
|
-
|
|
6398
|
+
251
|
|
6355
6399
|
],
|
|
6356
6400
|
"__typename": [
|
|
6357
6401
|
1
|
|
@@ -6973,10 +7017,10 @@ exports.default = {
|
|
|
6973
7017
|
19
|
|
6974
7018
|
],
|
|
6975
7019
|
"sortBy": [
|
|
6976
|
-
|
|
7020
|
+
310
|
|
6977
7021
|
],
|
|
6978
7022
|
"contentType": [
|
|
6979
|
-
|
|
7023
|
+
259
|
|
6980
7024
|
],
|
|
6981
7025
|
"limit": [
|
|
6982
7026
|
19
|
|
@@ -7002,7 +7046,7 @@ exports.default = {
|
|
|
7002
7046
|
},
|
|
7003
7047
|
"EditDisplayIndexDto": {
|
|
7004
7048
|
"updates": [
|
|
7005
|
-
|
|
7049
|
+
311
|
|
7006
7050
|
],
|
|
7007
7051
|
"__typename": [
|
|
7008
7052
|
1
|
|
@@ -7202,28 +7246,28 @@ exports.default = {
|
|
|
7202
7246
|
},
|
|
7203
7247
|
"QualificationsBagDto": {
|
|
7204
7248
|
"ageQualifications": [
|
|
7205
|
-
|
|
7249
|
+
320
|
|
7206
7250
|
],
|
|
7207
7251
|
"genderQualifications": [
|
|
7208
|
-
|
|
7252
|
+
321
|
|
7209
7253
|
],
|
|
7210
7254
|
"scoreQualifications": [
|
|
7211
|
-
|
|
7255
|
+
323
|
|
7212
7256
|
],
|
|
7213
7257
|
"locationQualifications": [
|
|
7214
|
-
|
|
7258
|
+
324
|
|
7215
7259
|
],
|
|
7216
7260
|
"nationalityQualifications": [
|
|
7217
|
-
|
|
7261
|
+
322
|
|
7218
7262
|
],
|
|
7219
7263
|
"distanceQualifications": [
|
|
7220
|
-
|
|
7264
|
+
325
|
|
7221
7265
|
],
|
|
7222
7266
|
"sportsQualifications": [
|
|
7223
|
-
|
|
7267
|
+
326
|
|
7224
7268
|
],
|
|
7225
7269
|
"levelQualifications": [
|
|
7226
|
-
|
|
7270
|
+
327
|
|
7227
7271
|
],
|
|
7228
7272
|
"__typename": [
|
|
7229
7273
|
1
|
|
@@ -7237,7 +7281,7 @@ exports.default = {
|
|
|
7237
7281
|
1
|
|
7238
7282
|
],
|
|
7239
7283
|
"qualificationsBag": [
|
|
7240
|
-
|
|
7284
|
+
328
|
|
7241
7285
|
],
|
|
7242
7286
|
"__typename": [
|
|
7243
7287
|
1
|
|
@@ -7271,7 +7315,7 @@ exports.default = {
|
|
|
7271
7315
|
1
|
|
7272
7316
|
],
|
|
7273
7317
|
"metricRanges": [
|
|
7274
|
-
|
|
7318
|
+
330
|
|
7275
7319
|
],
|
|
7276
7320
|
"__typename": [
|
|
7277
7321
|
1
|
|
@@ -7285,7 +7329,7 @@ exports.default = {
|
|
|
7285
7329
|
143
|
|
7286
7330
|
],
|
|
7287
7331
|
"timeRange": [
|
|
7288
|
-
|
|
7332
|
+
333
|
|
7289
7333
|
],
|
|
7290
7334
|
"page": [
|
|
7291
7335
|
19
|
|
@@ -7294,7 +7338,7 @@ exports.default = {
|
|
|
7294
7338
|
19
|
|
7295
7339
|
],
|
|
7296
7340
|
"filters": [
|
|
7297
|
-
|
|
7341
|
+
331
|
|
7298
7342
|
],
|
|
7299
7343
|
"__typename": [
|
|
7300
7344
|
1
|
|
@@ -7339,7 +7383,7 @@ exports.default = {
|
|
|
7339
7383
|
1
|
|
7340
7384
|
],
|
|
7341
7385
|
"timeRange": [
|
|
7342
|
-
|
|
7386
|
+
333
|
|
7343
7387
|
],
|
|
7344
7388
|
"__typename": [
|
|
7345
7389
|
1
|
|
@@ -7350,7 +7394,7 @@ exports.default = {
|
|
|
7350
7394
|
1
|
|
7351
7395
|
],
|
|
7352
7396
|
"timeRange": [
|
|
7353
|
-
|
|
7397
|
+
333
|
|
7354
7398
|
],
|
|
7355
7399
|
"sportId": [
|
|
7356
7400
|
1
|
|
@@ -7384,7 +7428,7 @@ exports.default = {
|
|
|
7384
7428
|
1
|
|
7385
7429
|
],
|
|
7386
7430
|
"status": [
|
|
7387
|
-
|
|
7431
|
+
177
|
|
7388
7432
|
],
|
|
7389
7433
|
"minCompletion": [
|
|
7390
7434
|
3
|
|
@@ -7440,7 +7484,7 @@ exports.default = {
|
|
|
7440
7484
|
1
|
|
7441
7485
|
],
|
|
7442
7486
|
"currentCampaign": [
|
|
7443
|
-
|
|
7487
|
+
340
|
|
7444
7488
|
],
|
|
7445
7489
|
"sports": [
|
|
7446
7490
|
1
|
|
@@ -7452,7 +7496,7 @@ exports.default = {
|
|
|
7452
7496
|
8
|
|
7453
7497
|
],
|
|
7454
7498
|
"gender": [
|
|
7455
|
-
|
|
7499
|
+
488
|
|
7456
7500
|
],
|
|
7457
7501
|
"minAge": [
|
|
7458
7502
|
3
|
|
@@ -7530,13 +7574,13 @@ exports.default = {
|
|
|
7530
7574
|
},
|
|
7531
7575
|
"CursorPaginationDto": {
|
|
7532
7576
|
"sortCriteria": [
|
|
7533
|
-
|
|
7577
|
+
342
|
|
7534
7578
|
],
|
|
7535
7579
|
"limit": [
|
|
7536
7580
|
3
|
|
7537
7581
|
],
|
|
7538
7582
|
"cursorPosition": [
|
|
7539
|
-
|
|
7583
|
+
343
|
|
7540
7584
|
],
|
|
7541
7585
|
"__typename": [
|
|
7542
7586
|
1
|
|
@@ -7544,10 +7588,10 @@ exports.default = {
|
|
|
7544
7588
|
},
|
|
7545
7589
|
"AthleteQueryDto": {
|
|
7546
7590
|
"cursor": [
|
|
7547
|
-
|
|
7591
|
+
344
|
|
7548
7592
|
],
|
|
7549
7593
|
"filters": [
|
|
7550
|
-
|
|
7594
|
+
341
|
|
7551
7595
|
],
|
|
7552
7596
|
"__typename": [
|
|
7553
7597
|
1
|
|
@@ -7591,6 +7635,81 @@ exports.default = {
|
|
|
7591
7635
|
1
|
|
7592
7636
|
]
|
|
7593
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
|
+
},
|
|
7594
7713
|
"BrandQueryDto": {
|
|
7595
7714
|
"page": [
|
|
7596
7715
|
19
|
|
@@ -7697,7 +7816,7 @@ exports.default = {
|
|
|
7697
7816
|
3
|
|
7698
7817
|
],
|
|
7699
7818
|
"items": [
|
|
7700
|
-
|
|
7819
|
+
352
|
|
7701
7820
|
],
|
|
7702
7821
|
"__typename": [
|
|
7703
7822
|
1
|
|
@@ -7708,7 +7827,7 @@ exports.default = {
|
|
|
7708
7827
|
3
|
|
7709
7828
|
],
|
|
7710
7829
|
"items": [
|
|
7711
|
-
|
|
7830
|
+
352
|
|
7712
7831
|
],
|
|
7713
7832
|
"athleteCompetitionId": [
|
|
7714
7833
|
1
|
|
@@ -7719,10 +7838,10 @@ exports.default = {
|
|
|
7719
7838
|
},
|
|
7720
7839
|
"BudgetDto": {
|
|
7721
7840
|
"items": [
|
|
7722
|
-
|
|
7841
|
+
352
|
|
7723
7842
|
],
|
|
7724
7843
|
"fundingMode": [
|
|
7725
|
-
|
|
7844
|
+
178
|
|
7726
7845
|
],
|
|
7727
7846
|
"__typename": [
|
|
7728
7847
|
1
|
|
@@ -7733,7 +7852,7 @@ exports.default = {
|
|
|
7733
7852
|
1
|
|
7734
7853
|
],
|
|
7735
7854
|
"budget": [
|
|
7736
|
-
|
|
7855
|
+
356
|
|
7737
7856
|
],
|
|
7738
7857
|
"__typename": [
|
|
7739
7858
|
1
|
|
@@ -7744,7 +7863,7 @@ exports.default = {
|
|
|
7744
7863
|
1
|
|
7745
7864
|
],
|
|
7746
7865
|
"budget": [
|
|
7747
|
-
|
|
7866
|
+
356
|
|
7748
7867
|
],
|
|
7749
7868
|
"__typename": [
|
|
7750
7869
|
1
|
|
@@ -7764,7 +7883,7 @@ exports.default = {
|
|
|
7764
7883
|
3
|
|
7765
7884
|
],
|
|
7766
7885
|
"budget": [
|
|
7767
|
-
|
|
7886
|
+
356
|
|
7768
7887
|
],
|
|
7769
7888
|
"__typename": [
|
|
7770
7889
|
1
|
|
@@ -7841,27 +7960,7 @@ exports.default = {
|
|
|
7841
7960
|
1
|
|
7842
7961
|
],
|
|
7843
7962
|
"banner": [
|
|
7844
|
-
|
|
7845
|
-
],
|
|
7846
|
-
"__typename": [
|
|
7847
|
-
1
|
|
7848
|
-
]
|
|
7849
|
-
},
|
|
7850
|
-
"AWSS3UploadedFileDto": {
|
|
7851
|
-
"key": [
|
|
7852
|
-
1
|
|
7853
|
-
],
|
|
7854
|
-
"useType": [
|
|
7855
|
-
1
|
|
7856
|
-
],
|
|
7857
|
-
"contentType": [
|
|
7858
|
-
1
|
|
7859
|
-
],
|
|
7860
|
-
"originalFileName": [
|
|
7861
|
-
1
|
|
7862
|
-
],
|
|
7863
|
-
"fileSize": [
|
|
7864
|
-
3
|
|
7963
|
+
348
|
|
7865
7964
|
],
|
|
7866
7965
|
"__typename": [
|
|
7867
7966
|
1
|
|
@@ -8000,7 +8099,7 @@ exports.default = {
|
|
|
8000
8099
|
1
|
|
8001
8100
|
],
|
|
8002
8101
|
"result": [
|
|
8003
|
-
|
|
8102
|
+
366
|
|
8004
8103
|
],
|
|
8005
8104
|
"cityId": [
|
|
8006
8105
|
1
|
|
@@ -8023,7 +8122,7 @@ exports.default = {
|
|
|
8023
8122
|
1
|
|
8024
8123
|
],
|
|
8025
8124
|
"result": [
|
|
8026
|
-
|
|
8125
|
+
366
|
|
8027
8126
|
],
|
|
8028
8127
|
"cityId": [
|
|
8029
8128
|
1
|
|
@@ -8092,10 +8191,10 @@ exports.default = {
|
|
|
8092
8191
|
1
|
|
8093
8192
|
],
|
|
8094
8193
|
"logo": [
|
|
8095
|
-
|
|
8194
|
+
348
|
|
8096
8195
|
],
|
|
8097
8196
|
"banner": [
|
|
8098
|
-
|
|
8197
|
+
348
|
|
8099
8198
|
],
|
|
8100
8199
|
"__typename": [
|
|
8101
8200
|
1
|
|
@@ -8118,13 +8217,13 @@ exports.default = {
|
|
|
8118
8217
|
1
|
|
8119
8218
|
],
|
|
8120
8219
|
"logo": [
|
|
8121
|
-
|
|
8220
|
+
348
|
|
8122
8221
|
],
|
|
8123
8222
|
"banner": [
|
|
8124
|
-
|
|
8223
|
+
348
|
|
8125
8224
|
],
|
|
8126
8225
|
"translations": [
|
|
8127
|
-
|
|
8226
|
+
372
|
|
8128
8227
|
],
|
|
8129
8228
|
"sponsorId": [
|
|
8130
8229
|
1
|
|
@@ -8219,7 +8318,7 @@ exports.default = {
|
|
|
8219
8318
|
},
|
|
8220
8319
|
"CreateFundingCampaignDto": {
|
|
8221
8320
|
"budgetMode": [
|
|
8222
|
-
|
|
8321
|
+
178
|
|
8223
8322
|
],
|
|
8224
8323
|
"title": [
|
|
8225
8324
|
1
|
|
@@ -8243,16 +8342,16 @@ exports.default = {
|
|
|
8243
8342
|
9
|
|
8244
8343
|
],
|
|
8245
8344
|
"budget": [
|
|
8246
|
-
|
|
8345
|
+
354
|
|
8247
8346
|
],
|
|
8248
8347
|
"competitionBudgets": [
|
|
8249
|
-
|
|
8348
|
+
355
|
|
8250
8349
|
],
|
|
8251
8350
|
"competitionIds": [
|
|
8252
8351
|
1
|
|
8253
8352
|
],
|
|
8254
8353
|
"video": [
|
|
8255
|
-
|
|
8354
|
+
376
|
|
8256
8355
|
],
|
|
8257
8356
|
"coverImageId": [
|
|
8258
8357
|
1
|
|
@@ -8272,7 +8371,7 @@ exports.default = {
|
|
|
8272
8371
|
},
|
|
8273
8372
|
"CreateFundingCampaignForDto": {
|
|
8274
8373
|
"budgetMode": [
|
|
8275
|
-
|
|
8374
|
+
178
|
|
8276
8375
|
],
|
|
8277
8376
|
"title": [
|
|
8278
8377
|
1
|
|
@@ -8296,16 +8395,16 @@ exports.default = {
|
|
|
8296
8395
|
9
|
|
8297
8396
|
],
|
|
8298
8397
|
"budget": [
|
|
8299
|
-
|
|
8398
|
+
354
|
|
8300
8399
|
],
|
|
8301
8400
|
"competitionBudgets": [
|
|
8302
|
-
|
|
8401
|
+
355
|
|
8303
8402
|
],
|
|
8304
8403
|
"competitionIds": [
|
|
8305
8404
|
1
|
|
8306
8405
|
],
|
|
8307
8406
|
"video": [
|
|
8308
|
-
|
|
8407
|
+
376
|
|
8309
8408
|
],
|
|
8310
8409
|
"coverImageId": [
|
|
8311
8410
|
1
|
|
@@ -8328,7 +8427,7 @@ exports.default = {
|
|
|
8328
8427
|
},
|
|
8329
8428
|
"UpdateFundingCampaignDto": {
|
|
8330
8429
|
"budgetMode": [
|
|
8331
|
-
|
|
8430
|
+
178
|
|
8332
8431
|
],
|
|
8333
8432
|
"title": [
|
|
8334
8433
|
1
|
|
@@ -8352,16 +8451,16 @@ exports.default = {
|
|
|
8352
8451
|
9
|
|
8353
8452
|
],
|
|
8354
8453
|
"budget": [
|
|
8355
|
-
|
|
8454
|
+
354
|
|
8356
8455
|
],
|
|
8357
8456
|
"competitionBudgets": [
|
|
8358
|
-
|
|
8457
|
+
355
|
|
8359
8458
|
],
|
|
8360
8459
|
"competitionIds": [
|
|
8361
8460
|
1
|
|
8362
8461
|
],
|
|
8363
8462
|
"video": [
|
|
8364
|
-
|
|
8463
|
+
376
|
|
8365
8464
|
],
|
|
8366
8465
|
"coverImageId": [
|
|
8367
8466
|
1
|
|
@@ -8404,7 +8503,7 @@ exports.default = {
|
|
|
8404
8503
|
1
|
|
8405
8504
|
],
|
|
8406
8505
|
"logo": [
|
|
8407
|
-
|
|
8506
|
+
348
|
|
8408
8507
|
],
|
|
8409
8508
|
"countryId": [
|
|
8410
8509
|
1
|
|
@@ -8430,10 +8529,10 @@ exports.default = {
|
|
|
8430
8529
|
1
|
|
8431
8530
|
],
|
|
8432
8531
|
"logo": [
|
|
8433
|
-
|
|
8532
|
+
348
|
|
8434
8533
|
],
|
|
8435
8534
|
"banner": [
|
|
8436
|
-
|
|
8535
|
+
348
|
|
8437
8536
|
],
|
|
8438
8537
|
"__typename": [
|
|
8439
8538
|
1
|
|
@@ -8450,7 +8549,7 @@ exports.default = {
|
|
|
8450
8549
|
1
|
|
8451
8550
|
],
|
|
8452
8551
|
"offerImage": [
|
|
8453
|
-
|
|
8552
|
+
348
|
|
8454
8553
|
],
|
|
8455
8554
|
"type": [
|
|
8456
8555
|
1
|
|
@@ -8474,7 +8573,7 @@ exports.default = {
|
|
|
8474
8573
|
1
|
|
8475
8574
|
],
|
|
8476
8575
|
"criteria": [
|
|
8477
|
-
|
|
8576
|
+
329
|
|
8478
8577
|
],
|
|
8479
8578
|
"dateStart": [
|
|
8480
8579
|
9
|
|
@@ -8600,7 +8699,7 @@ exports.default = {
|
|
|
8600
8699
|
1
|
|
8601
8700
|
],
|
|
8602
8701
|
"banner": [
|
|
8603
|
-
|
|
8702
|
+
348
|
|
8604
8703
|
],
|
|
8605
8704
|
"terms": [
|
|
8606
8705
|
1
|
|
@@ -8626,10 +8725,10 @@ exports.default = {
|
|
|
8626
8725
|
3
|
|
8627
8726
|
],
|
|
8628
8727
|
"banner": [
|
|
8629
|
-
|
|
8728
|
+
348
|
|
8630
8729
|
],
|
|
8631
8730
|
"criteria": [
|
|
8632
|
-
|
|
8731
|
+
329
|
|
8633
8732
|
],
|
|
8634
8733
|
"deadline": [
|
|
8635
8734
|
9
|
|
@@ -8638,13 +8737,13 @@ exports.default = {
|
|
|
8638
8737
|
9
|
|
8639
8738
|
],
|
|
8640
8739
|
"duration": [
|
|
8641
|
-
|
|
8740
|
+
388
|
|
8642
8741
|
],
|
|
8643
8742
|
"sponsorshipItems": [
|
|
8644
|
-
|
|
8743
|
+
387
|
|
8645
8744
|
],
|
|
8646
8745
|
"commitments": [
|
|
8647
|
-
|
|
8746
|
+
386
|
|
8648
8747
|
],
|
|
8649
8748
|
"terms": [
|
|
8650
8749
|
1
|
|
@@ -8656,7 +8755,7 @@ exports.default = {
|
|
|
8656
8755
|
8
|
|
8657
8756
|
],
|
|
8658
8757
|
"translations": [
|
|
8659
|
-
|
|
8758
|
+
389
|
|
8660
8759
|
],
|
|
8661
8760
|
"__typename": [
|
|
8662
8761
|
1
|
|
@@ -8682,7 +8781,7 @@ exports.default = {
|
|
|
8682
8781
|
1
|
|
8683
8782
|
],
|
|
8684
8783
|
"banner": [
|
|
8685
|
-
|
|
8784
|
+
348
|
|
8686
8785
|
],
|
|
8687
8786
|
"eventLevel": [
|
|
8688
8787
|
1
|
|
@@ -8713,7 +8812,7 @@ exports.default = {
|
|
|
8713
8812
|
3
|
|
8714
8813
|
],
|
|
8715
8814
|
"translations": [
|
|
8716
|
-
|
|
8815
|
+
392
|
|
8717
8816
|
],
|
|
8718
8817
|
"__typename": [
|
|
8719
8818
|
1
|
|
@@ -8862,7 +8961,7 @@ exports.default = {
|
|
|
8862
8961
|
1
|
|
8863
8962
|
],
|
|
8864
8963
|
"newPicture": [
|
|
8865
|
-
|
|
8964
|
+
348
|
|
8866
8965
|
],
|
|
8867
8966
|
"__typename": [
|
|
8868
8967
|
1
|
|
@@ -8893,7 +8992,7 @@ exports.default = {
|
|
|
8893
8992
|
1
|
|
8894
8993
|
],
|
|
8895
8994
|
"audienceFilters": [
|
|
8896
|
-
|
|
8995
|
+
346
|
|
8897
8996
|
],
|
|
8898
8997
|
"segmentId": [
|
|
8899
8998
|
1
|
|
@@ -8919,7 +9018,7 @@ exports.default = {
|
|
|
8919
9018
|
1
|
|
8920
9019
|
],
|
|
8921
9020
|
"audienceFilters": [
|
|
8922
|
-
|
|
9021
|
+
346
|
|
8923
9022
|
],
|
|
8924
9023
|
"segmentId": [
|
|
8925
9024
|
1
|
|
@@ -8936,7 +9035,7 @@ exports.default = {
|
|
|
8936
9035
|
1
|
|
8937
9036
|
],
|
|
8938
9037
|
"filters": [
|
|
8939
|
-
|
|
9038
|
+
346
|
|
8940
9039
|
],
|
|
8941
9040
|
"__typename": [
|
|
8942
9041
|
1
|
|
@@ -8947,7 +9046,7 @@ exports.default = {
|
|
|
8947
9046
|
1
|
|
8948
9047
|
],
|
|
8949
9048
|
"filters": [
|
|
8950
|
-
|
|
9049
|
+
346
|
|
8951
9050
|
],
|
|
8952
9051
|
"__typename": [
|
|
8953
9052
|
1
|
|
@@ -9095,7 +9194,7 @@ exports.default = {
|
|
|
9095
9194
|
1
|
|
9096
9195
|
],
|
|
9097
9196
|
"filters": [
|
|
9098
|
-
|
|
9197
|
+
421
|
|
9099
9198
|
],
|
|
9100
9199
|
"sortField": [
|
|
9101
9200
|
1
|
|
@@ -9279,10 +9378,10 @@ exports.default = {
|
|
|
9279
9378
|
1
|
|
9280
9379
|
],
|
|
9281
9380
|
"event": [
|
|
9282
|
-
|
|
9381
|
+
434
|
|
9283
9382
|
],
|
|
9284
9383
|
"result": [
|
|
9285
|
-
|
|
9384
|
+
435
|
|
9286
9385
|
],
|
|
9287
9386
|
"__typename": [
|
|
9288
9387
|
1
|
|
@@ -9310,7 +9409,7 @@ exports.default = {
|
|
|
9310
9409
|
1
|
|
9311
9410
|
],
|
|
9312
9411
|
"invitations": [
|
|
9313
|
-
|
|
9412
|
+
437
|
|
9314
9413
|
],
|
|
9315
9414
|
"__typename": [
|
|
9316
9415
|
1
|
|
@@ -9358,7 +9457,7 @@ exports.default = {
|
|
|
9358
9457
|
1
|
|
9359
9458
|
],
|
|
9360
9459
|
"country": [
|
|
9361
|
-
|
|
9460
|
+
440
|
|
9362
9461
|
],
|
|
9363
9462
|
"__typename": [
|
|
9364
9463
|
1
|
|
@@ -9372,7 +9471,7 @@ exports.default = {
|
|
|
9372
9471
|
1
|
|
9373
9472
|
],
|
|
9374
9473
|
"state": [
|
|
9375
|
-
|
|
9474
|
+
441
|
|
9376
9475
|
],
|
|
9377
9476
|
"__typename": [
|
|
9378
9477
|
1
|
|
@@ -9462,7 +9561,7 @@ exports.default = {
|
|
|
9462
9561
|
19
|
|
9463
9562
|
],
|
|
9464
9563
|
"status": [
|
|
9465
|
-
|
|
9564
|
+
511
|
|
9466
9565
|
],
|
|
9467
9566
|
"__typename": [
|
|
9468
9567
|
1
|
|
@@ -9470,7 +9569,7 @@ exports.default = {
|
|
|
9470
9569
|
},
|
|
9471
9570
|
"OfferClaimQueryDto": {
|
|
9472
9571
|
"status": [
|
|
9473
|
-
|
|
9572
|
+
487
|
|
9474
9573
|
],
|
|
9475
9574
|
"__typename": [
|
|
9476
9575
|
1
|
|
@@ -9522,7 +9621,7 @@ exports.default = {
|
|
|
9522
9621
|
3
|
|
9523
9622
|
],
|
|
9524
9623
|
"sortCriteria": [
|
|
9525
|
-
|
|
9624
|
+
342
|
|
9526
9625
|
],
|
|
9527
9626
|
"__typename": [
|
|
9528
9627
|
1
|
|
@@ -9578,10 +9677,10 @@ exports.default = {
|
|
|
9578
9677
|
1
|
|
9579
9678
|
],
|
|
9580
9679
|
"profilePicture": [
|
|
9581
|
-
|
|
9680
|
+
348
|
|
9582
9681
|
],
|
|
9583
9682
|
"cardPicture": [
|
|
9584
|
-
|
|
9683
|
+
348
|
|
9585
9684
|
],
|
|
9586
9685
|
"__typename": [
|
|
9587
9686
|
1
|
|
@@ -9601,7 +9700,7 @@ exports.default = {
|
|
|
9601
9700
|
1
|
|
9602
9701
|
],
|
|
9603
9702
|
"profilePicture": [
|
|
9604
|
-
|
|
9703
|
+
348
|
|
9605
9704
|
],
|
|
9606
9705
|
"__typename": [
|
|
9607
9706
|
1
|
|
@@ -9672,7 +9771,7 @@ exports.default = {
|
|
|
9672
9771
|
},
|
|
9673
9772
|
"resetPasswordDto": {
|
|
9674
9773
|
"code": [
|
|
9675
|
-
|
|
9774
|
+
304
|
|
9676
9775
|
],
|
|
9677
9776
|
"newPassword": [
|
|
9678
9777
|
1
|
|
@@ -9695,13 +9794,13 @@ exports.default = {
|
|
|
9695
9794
|
132
|
|
9696
9795
|
],
|
|
9697
9796
|
"iosOverrides": [
|
|
9698
|
-
|
|
9797
|
+
306
|
|
9699
9798
|
],
|
|
9700
9799
|
"androidOverrides": [
|
|
9701
|
-
|
|
9800
|
+
307
|
|
9702
9801
|
],
|
|
9703
9802
|
"audienceFilters": [
|
|
9704
|
-
|
|
9803
|
+
346
|
|
9705
9804
|
],
|
|
9706
9805
|
"scheduleAt": [
|
|
9707
9806
|
9
|
|
@@ -9718,7 +9817,7 @@ exports.default = {
|
|
|
9718
9817
|
1
|
|
9719
9818
|
],
|
|
9720
9819
|
"role": [
|
|
9721
|
-
|
|
9820
|
+
483
|
|
9722
9821
|
],
|
|
9723
9822
|
"__typename": [
|
|
9724
9823
|
1
|
|
@@ -9872,7 +9971,7 @@ exports.default = {
|
|
|
9872
9971
|
1
|
|
9873
9972
|
],
|
|
9874
9973
|
"banner": [
|
|
9875
|
-
|
|
9974
|
+
348
|
|
9876
9975
|
],
|
|
9877
9976
|
"__typename": [
|
|
9878
9977
|
1
|
|
@@ -9961,10 +10060,10 @@ exports.default = {
|
|
|
9961
10060
|
1
|
|
9962
10061
|
],
|
|
9963
10062
|
"logo": [
|
|
9964
|
-
|
|
10063
|
+
348
|
|
9965
10064
|
],
|
|
9966
10065
|
"banner": [
|
|
9967
|
-
|
|
10066
|
+
348
|
|
9968
10067
|
],
|
|
9969
10068
|
"__typename": [
|
|
9970
10069
|
1
|
|
@@ -9978,10 +10077,10 @@ exports.default = {
|
|
|
9978
10077
|
1
|
|
9979
10078
|
],
|
|
9980
10079
|
"companySize": [
|
|
9981
|
-
|
|
10080
|
+
496
|
|
9982
10081
|
],
|
|
9983
10082
|
"totalSponsoredAthletes": [
|
|
9984
|
-
|
|
10083
|
+
497
|
|
9985
10084
|
],
|
|
9986
10085
|
"__typename": [
|
|
9987
10086
|
1
|
|
@@ -10026,7 +10125,7 @@ exports.default = {
|
|
|
10026
10125
|
1
|
|
10027
10126
|
],
|
|
10028
10127
|
"banner": [
|
|
10029
|
-
|
|
10128
|
+
348
|
|
10030
10129
|
],
|
|
10031
10130
|
"eventLevel": [
|
|
10032
10131
|
1
|
|
@@ -10068,13 +10167,13 @@ exports.default = {
|
|
|
10068
10167
|
1
|
|
10069
10168
|
],
|
|
10070
10169
|
"pictures": [
|
|
10071
|
-
|
|
10170
|
+
348
|
|
10072
10171
|
],
|
|
10073
10172
|
"albumId": [
|
|
10074
10173
|
1
|
|
10075
10174
|
],
|
|
10076
10175
|
"visibility": [
|
|
10077
|
-
|
|
10176
|
+
517
|
|
10078
10177
|
],
|
|
10079
10178
|
"competitionId": [
|
|
10080
10179
|
1
|
|
@@ -10190,7 +10289,7 @@ exports.default = {
|
|
|
10190
10289
|
3
|
|
10191
10290
|
],
|
|
10192
10291
|
"mode": [
|
|
10193
|
-
|
|
10292
|
+
485
|
|
10194
10293
|
],
|
|
10195
10294
|
"fromName": [
|
|
10196
10295
|
1
|
|
@@ -10321,7 +10420,7 @@ exports.default = {
|
|
|
10321
10420
|
61,
|
|
10322
10421
|
{
|
|
10323
10422
|
"input": [
|
|
10324
|
-
|
|
10423
|
+
524,
|
|
10325
10424
|
"AWSS3GetUploadDto!"
|
|
10326
10425
|
]
|
|
10327
10426
|
}
|
|
@@ -10342,10 +10441,10 @@ exports.default = {
|
|
|
10342
10441
|
91
|
|
10343
10442
|
],
|
|
10344
10443
|
"getBrandsPaginated": [
|
|
10345
|
-
|
|
10444
|
+
238,
|
|
10346
10445
|
{
|
|
10347
10446
|
"query": [
|
|
10348
|
-
|
|
10447
|
+
350
|
|
10349
10448
|
]
|
|
10350
10449
|
}
|
|
10351
10450
|
],
|
|
@@ -10376,13 +10475,13 @@ exports.default = {
|
|
|
10376
10475
|
}
|
|
10377
10476
|
],
|
|
10378
10477
|
"getSponsorOnboardingProgress": [
|
|
10379
|
-
|
|
10478
|
+
235
|
|
10380
10479
|
],
|
|
10381
10480
|
"getMySponsorOnboardingData": [
|
|
10382
|
-
|
|
10481
|
+
265
|
|
10383
10482
|
],
|
|
10384
10483
|
"myPreferences": [
|
|
10385
|
-
|
|
10484
|
+
266
|
|
10386
10485
|
],
|
|
10387
10486
|
"myBrands": [
|
|
10388
10487
|
91
|
|
@@ -10400,10 +10499,10 @@ exports.default = {
|
|
|
10400
10499
|
88
|
|
10401
10500
|
],
|
|
10402
10501
|
"getSponsorsPaginated": [
|
|
10403
|
-
|
|
10502
|
+
242,
|
|
10404
10503
|
{
|
|
10405
10504
|
"query": [
|
|
10406
|
-
|
|
10505
|
+
463
|
|
10407
10506
|
]
|
|
10408
10507
|
}
|
|
10409
10508
|
],
|
|
@@ -10411,25 +10510,25 @@ exports.default = {
|
|
|
10411
10510
|
124
|
|
10412
10511
|
],
|
|
10413
10512
|
"listSponsorOrgUsers": [
|
|
10414
|
-
|
|
10513
|
+
294
|
|
10415
10514
|
],
|
|
10416
10515
|
"findSponsorAthleteInvitation": [
|
|
10417
|
-
|
|
10516
|
+
264,
|
|
10418
10517
|
{
|
|
10419
10518
|
"input": [
|
|
10420
|
-
|
|
10519
|
+
414,
|
|
10421
10520
|
"FindSponsorAthleteInvitationDto!"
|
|
10422
10521
|
]
|
|
10423
10522
|
}
|
|
10424
10523
|
],
|
|
10425
10524
|
"mySponsorAthleteInvitations": [
|
|
10426
|
-
|
|
10525
|
+
264
|
|
10427
10526
|
],
|
|
10428
10527
|
"verifyAthleteCompetitionLinkedForDelete": [
|
|
10429
|
-
|
|
10528
|
+
183,
|
|
10430
10529
|
{
|
|
10431
10530
|
"input": [
|
|
10432
|
-
|
|
10531
|
+
413,
|
|
10433
10532
|
"existValueDto!"
|
|
10434
10533
|
]
|
|
10435
10534
|
}
|
|
@@ -10441,7 +10540,7 @@ exports.default = {
|
|
|
10441
10540
|
164,
|
|
10442
10541
|
{
|
|
10443
10542
|
"input": [
|
|
10444
|
-
|
|
10543
|
+
345,
|
|
10445
10544
|
"AthleteQueryDto!"
|
|
10446
10545
|
]
|
|
10447
10546
|
}
|
|
@@ -10489,16 +10588,16 @@ exports.default = {
|
|
|
10489
10588
|
105,
|
|
10490
10589
|
{
|
|
10491
10590
|
"input": [
|
|
10492
|
-
|
|
10591
|
+
426,
|
|
10493
10592
|
"GetAthleteCompetitionsDto!"
|
|
10494
10593
|
]
|
|
10495
10594
|
}
|
|
10496
10595
|
],
|
|
10497
10596
|
"getPendingSuggestions": [
|
|
10498
|
-
|
|
10597
|
+
246,
|
|
10499
10598
|
{
|
|
10500
10599
|
"input": [
|
|
10501
|
-
|
|
10600
|
+
430,
|
|
10502
10601
|
"GetPendingSuggestionsDto!"
|
|
10503
10602
|
]
|
|
10504
10603
|
}
|
|
@@ -10546,7 +10645,7 @@ exports.default = {
|
|
|
10546
10645
|
164,
|
|
10547
10646
|
{
|
|
10548
10647
|
"input": [
|
|
10549
|
-
|
|
10648
|
+
345,
|
|
10550
10649
|
"AthleteQueryDto!"
|
|
10551
10650
|
]
|
|
10552
10651
|
}
|
|
@@ -10561,28 +10660,28 @@ exports.default = {
|
|
|
10561
10660
|
}
|
|
10562
10661
|
],
|
|
10563
10662
|
"screenNameAvailability": [
|
|
10564
|
-
|
|
10663
|
+
201,
|
|
10565
10664
|
{
|
|
10566
10665
|
"input": [
|
|
10567
|
-
|
|
10666
|
+
413,
|
|
10568
10667
|
"existValueDto!"
|
|
10569
10668
|
]
|
|
10570
10669
|
}
|
|
10571
10670
|
],
|
|
10572
10671
|
"checkScoreRefreshCapabilities": [
|
|
10573
|
-
|
|
10672
|
+
254,
|
|
10574
10673
|
{
|
|
10575
10674
|
"input": [
|
|
10576
|
-
|
|
10675
|
+
360,
|
|
10577
10676
|
"CheckScoreRefreshCapabilityDto!"
|
|
10578
10677
|
]
|
|
10579
10678
|
}
|
|
10580
10679
|
],
|
|
10581
10680
|
"getAthleteHistoricalScoresPeriod": [
|
|
10582
|
-
|
|
10681
|
+
216,
|
|
10583
10682
|
{
|
|
10584
10683
|
"input": [
|
|
10585
|
-
|
|
10684
|
+
429,
|
|
10586
10685
|
"GetHistoricalScoresDto!"
|
|
10587
10686
|
]
|
|
10588
10687
|
}
|
|
@@ -10591,16 +10690,16 @@ exports.default = {
|
|
|
10591
10690
|
122,
|
|
10592
10691
|
{
|
|
10593
10692
|
"input": [
|
|
10594
|
-
|
|
10693
|
+
429,
|
|
10595
10694
|
"GetHistoricalScoresDto!"
|
|
10596
10695
|
]
|
|
10597
10696
|
}
|
|
10598
10697
|
],
|
|
10599
10698
|
"getMyHistoricalScoresPeriod": [
|
|
10600
|
-
|
|
10699
|
+
216,
|
|
10601
10700
|
{
|
|
10602
10701
|
"input": [
|
|
10603
|
-
|
|
10702
|
+
428,
|
|
10604
10703
|
"GetMyHistoricalScoresDto!"
|
|
10605
10704
|
]
|
|
10606
10705
|
}
|
|
@@ -10609,7 +10708,7 @@ exports.default = {
|
|
|
10609
10708
|
122,
|
|
10610
10709
|
{
|
|
10611
10710
|
"input": [
|
|
10612
|
-
|
|
10711
|
+
428,
|
|
10613
10712
|
"GetMyHistoricalScoresDto!"
|
|
10614
10713
|
]
|
|
10615
10714
|
}
|
|
@@ -10618,25 +10717,25 @@ exports.default = {
|
|
|
10618
10717
|
113,
|
|
10619
10718
|
{
|
|
10620
10719
|
"input": [
|
|
10621
|
-
|
|
10720
|
+
425,
|
|
10622
10721
|
"GetAthleteCampaignsDto!"
|
|
10623
10722
|
]
|
|
10624
10723
|
}
|
|
10625
10724
|
],
|
|
10626
10725
|
"browseCampaigns": [
|
|
10627
|
-
|
|
10726
|
+
168,
|
|
10628
10727
|
{
|
|
10629
10728
|
"input": [
|
|
10630
|
-
|
|
10729
|
+
351,
|
|
10631
10730
|
"BrowseCampaignsDto!"
|
|
10632
10731
|
]
|
|
10633
10732
|
}
|
|
10634
10733
|
],
|
|
10635
10734
|
"getOnboardingProgress": [
|
|
10636
|
-
|
|
10735
|
+
235
|
|
10637
10736
|
],
|
|
10638
10737
|
"getPublicAthleteIntegrationStatus": [
|
|
10639
|
-
|
|
10738
|
+
248,
|
|
10640
10739
|
{
|
|
10641
10740
|
"athleteId": [
|
|
10642
10741
|
1,
|
|
@@ -10645,16 +10744,16 @@ exports.default = {
|
|
|
10645
10744
|
}
|
|
10646
10745
|
],
|
|
10647
10746
|
"myAthleteInvitations": [
|
|
10648
|
-
|
|
10747
|
+
264
|
|
10649
10748
|
],
|
|
10650
10749
|
"getSports": [
|
|
10651
10750
|
38
|
|
10652
10751
|
],
|
|
10653
10752
|
"getSportsPaginated": [
|
|
10654
|
-
|
|
10753
|
+
243,
|
|
10655
10754
|
{
|
|
10656
10755
|
"query": [
|
|
10657
|
-
|
|
10756
|
+
464
|
|
10658
10757
|
]
|
|
10659
10758
|
}
|
|
10660
10759
|
],
|
|
@@ -10722,7 +10821,7 @@ exports.default = {
|
|
|
10722
10821
|
26,
|
|
10723
10822
|
{
|
|
10724
10823
|
"input": [
|
|
10725
|
-
|
|
10824
|
+
415,
|
|
10726
10825
|
"FindVtxUserDto!"
|
|
10727
10826
|
]
|
|
10728
10827
|
}
|
|
@@ -10741,7 +10840,7 @@ exports.default = {
|
|
|
10741
10840
|
}
|
|
10742
10841
|
],
|
|
10743
10842
|
"getUserImagesFromEmail": [
|
|
10744
|
-
|
|
10843
|
+
289,
|
|
10745
10844
|
{
|
|
10746
10845
|
"loginEmail": [
|
|
10747
10846
|
1,
|
|
@@ -10762,7 +10861,7 @@ exports.default = {
|
|
|
10762
10861
|
65,
|
|
10763
10862
|
{
|
|
10764
10863
|
"input": [
|
|
10765
|
-
|
|
10864
|
+
304,
|
|
10766
10865
|
"VerifyCodeDto!"
|
|
10767
10866
|
]
|
|
10768
10867
|
}
|
|
@@ -10780,10 +10879,10 @@ exports.default = {
|
|
|
10780
10879
|
127
|
|
10781
10880
|
],
|
|
10782
10881
|
"getUsersPaginated": [
|
|
10783
|
-
|
|
10882
|
+
245,
|
|
10784
10883
|
{
|
|
10785
10884
|
"query": [
|
|
10786
|
-
|
|
10885
|
+
480
|
|
10787
10886
|
]
|
|
10788
10887
|
}
|
|
10789
10888
|
],
|
|
@@ -10797,7 +10896,7 @@ exports.default = {
|
|
|
10797
10896
|
24,
|
|
10798
10897
|
{
|
|
10799
10898
|
"input": [
|
|
10800
|
-
|
|
10899
|
+
314,
|
|
10801
10900
|
"GetAdminUserDetailInput!"
|
|
10802
10901
|
]
|
|
10803
10902
|
}
|
|
@@ -10809,24 +10908,24 @@ exports.default = {
|
|
|
10809
10908
|
97,
|
|
10810
10909
|
{
|
|
10811
10910
|
"input": [
|
|
10812
|
-
|
|
10911
|
+
432,
|
|
10813
10912
|
"GetSportEventsDto!"
|
|
10814
10913
|
]
|
|
10815
10914
|
}
|
|
10816
10915
|
],
|
|
10817
10916
|
"getSportsEventsPaginated": [
|
|
10818
|
-
|
|
10917
|
+
239,
|
|
10819
10918
|
{
|
|
10820
10919
|
"query": [
|
|
10821
|
-
|
|
10920
|
+
412
|
|
10822
10921
|
]
|
|
10823
10922
|
}
|
|
10824
10923
|
],
|
|
10825
10924
|
"getBudgetsByAthlete": [
|
|
10826
|
-
|
|
10925
|
+
179
|
|
10827
10926
|
],
|
|
10828
10927
|
"getDonationsByAthlete": [
|
|
10829
|
-
|
|
10928
|
+
251
|
|
10830
10929
|
],
|
|
10831
10930
|
"getDonationsToAthlete": [
|
|
10832
10931
|
125,
|
|
@@ -10856,13 +10955,13 @@ exports.default = {
|
|
|
10856
10955
|
125
|
|
10857
10956
|
],
|
|
10858
10957
|
"getBudgetConcepts": [
|
|
10859
|
-
|
|
10958
|
+
169
|
|
10860
10959
|
],
|
|
10861
10960
|
"getBudgetItemUnits": [
|
|
10862
|
-
|
|
10961
|
+
170
|
|
10863
10962
|
],
|
|
10864
10963
|
"getDonationDatesForCalendar": [
|
|
10865
|
-
|
|
10964
|
+
210,
|
|
10866
10965
|
{
|
|
10867
10966
|
"campaignId": [
|
|
10868
10967
|
1
|
|
@@ -10870,15 +10969,15 @@ exports.default = {
|
|
|
10870
10969
|
}
|
|
10871
10970
|
],
|
|
10872
10971
|
"getDonationsPaginated": [
|
|
10873
|
-
|
|
10972
|
+
212,
|
|
10874
10973
|
{
|
|
10875
10974
|
"query": [
|
|
10876
|
-
|
|
10975
|
+
422
|
|
10877
10976
|
]
|
|
10878
10977
|
}
|
|
10879
10978
|
],
|
|
10880
10979
|
"campaignThankYous": [
|
|
10881
|
-
|
|
10980
|
+
192,
|
|
10882
10981
|
{
|
|
10883
10982
|
"campaignId": [
|
|
10884
10983
|
1,
|
|
@@ -10887,7 +10986,7 @@ exports.default = {
|
|
|
10887
10986
|
}
|
|
10888
10987
|
],
|
|
10889
10988
|
"donationThankYou": [
|
|
10890
|
-
|
|
10989
|
+
192,
|
|
10891
10990
|
{
|
|
10892
10991
|
"donationId": [
|
|
10893
10992
|
1,
|
|
@@ -10908,7 +11007,7 @@ exports.default = {
|
|
|
10908
11007
|
162
|
|
10909
11008
|
],
|
|
10910
11009
|
"adminAthleteIntegrations": [
|
|
10911
|
-
|
|
11010
|
+
247,
|
|
10912
11011
|
{
|
|
10913
11012
|
"athleteId": [
|
|
10914
11013
|
1,
|
|
@@ -10917,25 +11016,25 @@ exports.default = {
|
|
|
10917
11016
|
}
|
|
10918
11017
|
],
|
|
10919
11018
|
"getAthleteProviderConnections": [
|
|
10920
|
-
|
|
11019
|
+
247
|
|
10921
11020
|
],
|
|
10922
11021
|
"stripeQuery": [
|
|
10923
|
-
|
|
11022
|
+
267,
|
|
10924
11023
|
{
|
|
10925
11024
|
"input": [
|
|
10926
|
-
|
|
11025
|
+
465,
|
|
10927
11026
|
"StripeQueryDto!"
|
|
10928
11027
|
]
|
|
10929
11028
|
}
|
|
10930
11029
|
],
|
|
10931
11030
|
"getStripeBalance": [
|
|
10932
|
-
|
|
11031
|
+
270
|
|
10933
11032
|
],
|
|
10934
11033
|
"getDatabaseTextFile": [
|
|
10935
11034
|
64,
|
|
10936
11035
|
{
|
|
10937
11036
|
"input": [
|
|
10938
|
-
|
|
11037
|
+
302,
|
|
10939
11038
|
"GetDatabaseFileDto!"
|
|
10940
11039
|
]
|
|
10941
11040
|
}
|
|
@@ -10944,34 +11043,34 @@ exports.default = {
|
|
|
10944
11043
|
61,
|
|
10945
11044
|
{
|
|
10946
11045
|
"input": [
|
|
10947
|
-
|
|
11046
|
+
524,
|
|
10948
11047
|
"AWSS3GetUploadDto!"
|
|
10949
11048
|
]
|
|
10950
11049
|
}
|
|
10951
11050
|
],
|
|
10952
11051
|
"getReceipt": [
|
|
10953
|
-
|
|
11052
|
+
251,
|
|
10954
11053
|
{
|
|
10955
11054
|
"input": [
|
|
10956
|
-
|
|
11055
|
+
431,
|
|
10957
11056
|
"GetReceiptDto!"
|
|
10958
11057
|
]
|
|
10959
11058
|
}
|
|
10960
11059
|
],
|
|
10961
11060
|
"getReceiptUrl": [
|
|
10962
|
-
|
|
11061
|
+
250,
|
|
10963
11062
|
{
|
|
10964
11063
|
"input": [
|
|
10965
|
-
|
|
11064
|
+
431,
|
|
10966
11065
|
"GetReceiptDto!"
|
|
10967
11066
|
]
|
|
10968
11067
|
}
|
|
10969
11068
|
],
|
|
10970
11069
|
"getTransactionDetails": [
|
|
10971
|
-
|
|
11070
|
+
280,
|
|
10972
11071
|
{
|
|
10973
11072
|
"input": [
|
|
10974
|
-
|
|
11073
|
+
433,
|
|
10975
11074
|
"GetTransactionDetailsDto!"
|
|
10976
11075
|
]
|
|
10977
11076
|
}
|
|
@@ -11001,26 +11100,26 @@ exports.default = {
|
|
|
11001
11100
|
6
|
|
11002
11101
|
],
|
|
11003
11102
|
"getTransactionsPaginated": [
|
|
11004
|
-
|
|
11103
|
+
244,
|
|
11005
11104
|
{
|
|
11006
11105
|
"query": [
|
|
11007
|
-
|
|
11106
|
+
470
|
|
11008
11107
|
]
|
|
11009
11108
|
}
|
|
11010
11109
|
],
|
|
11011
11110
|
"offers": [
|
|
11012
|
-
|
|
11111
|
+
228
|
|
11013
11112
|
],
|
|
11014
11113
|
"getOffersPaginated": [
|
|
11015
|
-
|
|
11114
|
+
241,
|
|
11016
11115
|
{
|
|
11017
11116
|
"query": [
|
|
11018
|
-
|
|
11117
|
+
450
|
|
11019
11118
|
]
|
|
11020
11119
|
}
|
|
11021
11120
|
],
|
|
11022
11121
|
"offersForAthlete": [
|
|
11023
|
-
|
|
11122
|
+
228,
|
|
11024
11123
|
{
|
|
11025
11124
|
"athleteId": [
|
|
11026
11125
|
1
|
|
@@ -11028,7 +11127,7 @@ exports.default = {
|
|
|
11028
11127
|
}
|
|
11029
11128
|
],
|
|
11030
11129
|
"offer": [
|
|
11031
|
-
|
|
11130
|
+
228,
|
|
11032
11131
|
{
|
|
11033
11132
|
"id": [
|
|
11034
11133
|
1,
|
|
@@ -11037,31 +11136,31 @@ exports.default = {
|
|
|
11037
11136
|
}
|
|
11038
11137
|
],
|
|
11039
11138
|
"offerApplications": [
|
|
11040
|
-
|
|
11139
|
+
240,
|
|
11041
11140
|
{
|
|
11042
11141
|
"offerId": [
|
|
11043
11142
|
1,
|
|
11044
11143
|
"String!"
|
|
11045
11144
|
],
|
|
11046
11145
|
"query": [
|
|
11047
|
-
|
|
11146
|
+
448
|
|
11048
11147
|
]
|
|
11049
11148
|
}
|
|
11050
11149
|
],
|
|
11051
11150
|
"myOfferClaims": [
|
|
11052
|
-
|
|
11151
|
+
232,
|
|
11053
11152
|
{
|
|
11054
11153
|
"athleteId": [
|
|
11055
11154
|
1,
|
|
11056
11155
|
"String!"
|
|
11057
11156
|
],
|
|
11058
11157
|
"query": [
|
|
11059
|
-
|
|
11158
|
+
449
|
|
11060
11159
|
]
|
|
11061
11160
|
}
|
|
11062
11161
|
],
|
|
11063
11162
|
"offerAvailability": [
|
|
11064
|
-
|
|
11163
|
+
227,
|
|
11065
11164
|
{
|
|
11066
11165
|
"offerId": [
|
|
11067
11166
|
1,
|
|
@@ -11074,26 +11173,26 @@ exports.default = {
|
|
|
11074
11173
|
}
|
|
11075
11174
|
],
|
|
11076
11175
|
"offersWithEligibility": [
|
|
11077
|
-
|
|
11176
|
+
234,
|
|
11078
11177
|
{
|
|
11079
11178
|
"query": [
|
|
11080
|
-
|
|
11179
|
+
450
|
|
11081
11180
|
]
|
|
11082
11181
|
}
|
|
11083
11182
|
],
|
|
11084
11183
|
"getLeaderboard": [
|
|
11085
|
-
|
|
11184
|
+
220,
|
|
11086
11185
|
{
|
|
11087
11186
|
"input": [
|
|
11088
|
-
|
|
11187
|
+
439
|
|
11089
11188
|
]
|
|
11090
11189
|
}
|
|
11091
11190
|
],
|
|
11092
11191
|
"getUserRank": [
|
|
11093
|
-
|
|
11192
|
+
221,
|
|
11094
11193
|
{
|
|
11095
11194
|
"input": [
|
|
11096
|
-
|
|
11195
|
+
481,
|
|
11097
11196
|
"UserRankQueryDto!"
|
|
11098
11197
|
]
|
|
11099
11198
|
}
|
|
@@ -11111,7 +11210,7 @@ exports.default = {
|
|
|
11111
11210
|
151,
|
|
11112
11211
|
{
|
|
11113
11212
|
"input": [
|
|
11114
|
-
|
|
11213
|
+
337,
|
|
11115
11214
|
"ScoreHistoryQueryDto!"
|
|
11116
11215
|
]
|
|
11117
11216
|
}
|
|
@@ -11120,7 +11219,7 @@ exports.default = {
|
|
|
11120
11219
|
152,
|
|
11121
11220
|
{
|
|
11122
11221
|
"input": [
|
|
11123
|
-
|
|
11222
|
+
338,
|
|
11124
11223
|
"RankHistoryQueryDto!"
|
|
11125
11224
|
]
|
|
11126
11225
|
}
|
|
@@ -11129,7 +11228,7 @@ exports.default = {
|
|
|
11129
11228
|
153,
|
|
11130
11229
|
{
|
|
11131
11230
|
"input": [
|
|
11132
|
-
|
|
11231
|
+
339,
|
|
11133
11232
|
"RankContextQueryDto!"
|
|
11134
11233
|
]
|
|
11135
11234
|
}
|
|
@@ -11138,7 +11237,7 @@ exports.default = {
|
|
|
11138
11237
|
141,
|
|
11139
11238
|
{
|
|
11140
11239
|
"input": [
|
|
11141
|
-
|
|
11240
|
+
332,
|
|
11142
11241
|
"ActivitiesQueryDto!"
|
|
11143
11242
|
]
|
|
11144
11243
|
}
|
|
@@ -11147,7 +11246,7 @@ exports.default = {
|
|
|
11147
11246
|
147,
|
|
11148
11247
|
{
|
|
11149
11248
|
"input": [
|
|
11150
|
-
|
|
11249
|
+
335,
|
|
11151
11250
|
"ActivityDetailQueryDto!"
|
|
11152
11251
|
]
|
|
11153
11252
|
}
|
|
@@ -11156,7 +11255,7 @@ exports.default = {
|
|
|
11156
11255
|
149,
|
|
11157
11256
|
{
|
|
11158
11257
|
"input": [
|
|
11159
|
-
|
|
11258
|
+
336,
|
|
11160
11259
|
"ComponentSummaryQueryDto!"
|
|
11161
11260
|
]
|
|
11162
11261
|
}
|
|
@@ -11165,80 +11264,80 @@ exports.default = {
|
|
|
11165
11264
|
144,
|
|
11166
11265
|
{
|
|
11167
11266
|
"input": [
|
|
11168
|
-
|
|
11267
|
+
334,
|
|
11169
11268
|
"ActivityDatesQueryDto!"
|
|
11170
11269
|
]
|
|
11171
11270
|
}
|
|
11172
11271
|
],
|
|
11173
11272
|
"socialAggregates": [
|
|
11174
|
-
|
|
11273
|
+
257,
|
|
11175
11274
|
{
|
|
11176
11275
|
"athleteId": [
|
|
11177
11276
|
7,
|
|
11178
11277
|
"ID!"
|
|
11179
11278
|
],
|
|
11180
11279
|
"platform": [
|
|
11181
|
-
|
|
11280
|
+
258,
|
|
11182
11281
|
"Platform!"
|
|
11183
11282
|
],
|
|
11184
11283
|
"range": [
|
|
11185
|
-
|
|
11284
|
+
308,
|
|
11186
11285
|
"DateRangeInput!"
|
|
11187
11286
|
],
|
|
11188
11287
|
"periodType": [
|
|
11189
|
-
|
|
11288
|
+
260
|
|
11190
11289
|
]
|
|
11191
11290
|
}
|
|
11192
11291
|
],
|
|
11193
11292
|
"postsWithComparison": [
|
|
11194
|
-
|
|
11293
|
+
263,
|
|
11195
11294
|
{
|
|
11196
11295
|
"athleteId": [
|
|
11197
11296
|
7,
|
|
11198
11297
|
"ID!"
|
|
11199
11298
|
],
|
|
11200
11299
|
"platform": [
|
|
11201
|
-
|
|
11300
|
+
258,
|
|
11202
11301
|
"Platform!"
|
|
11203
11302
|
],
|
|
11204
11303
|
"options": [
|
|
11205
|
-
|
|
11304
|
+
309
|
|
11206
11305
|
]
|
|
11207
11306
|
}
|
|
11208
11307
|
],
|
|
11209
11308
|
"myNotifications": [
|
|
11210
|
-
|
|
11309
|
+
225,
|
|
11211
11310
|
{
|
|
11212
11311
|
"input": [
|
|
11213
|
-
|
|
11312
|
+
445
|
|
11214
11313
|
]
|
|
11215
11314
|
}
|
|
11216
11315
|
],
|
|
11217
11316
|
"notificationUnreadCount": [
|
|
11218
|
-
|
|
11317
|
+
226
|
|
11219
11318
|
],
|
|
11220
11319
|
"myNotificationPreferences": [
|
|
11221
|
-
|
|
11320
|
+
223
|
|
11222
11321
|
],
|
|
11223
11322
|
"myFollowedAthletes": [
|
|
11224
|
-
|
|
11323
|
+
203,
|
|
11225
11324
|
{
|
|
11226
11325
|
"input": [
|
|
11227
|
-
|
|
11326
|
+
419
|
|
11228
11327
|
]
|
|
11229
11328
|
}
|
|
11230
11329
|
],
|
|
11231
11330
|
"isFollowingAthlete": [
|
|
11232
|
-
|
|
11331
|
+
204,
|
|
11233
11332
|
{
|
|
11234
11333
|
"input": [
|
|
11235
|
-
|
|
11334
|
+
418,
|
|
11236
11335
|
"IsFollowingAthleteInput!"
|
|
11237
11336
|
]
|
|
11238
11337
|
}
|
|
11239
11338
|
],
|
|
11240
11339
|
"getEmailCampaigns": [
|
|
11241
|
-
|
|
11340
|
+
200,
|
|
11242
11341
|
{
|
|
11243
11342
|
"status": [
|
|
11244
11343
|
1
|
|
@@ -11255,7 +11354,7 @@ exports.default = {
|
|
|
11255
11354
|
}
|
|
11256
11355
|
],
|
|
11257
11356
|
"getEmailCampaign": [
|
|
11258
|
-
|
|
11357
|
+
199,
|
|
11259
11358
|
{
|
|
11260
11359
|
"id": [
|
|
11261
11360
|
1,
|
|
@@ -11267,13 +11366,13 @@ exports.default = {
|
|
|
11267
11366
|
166,
|
|
11268
11367
|
{
|
|
11269
11368
|
"filters": [
|
|
11270
|
-
|
|
11369
|
+
346,
|
|
11271
11370
|
"AudienceFilterDto!"
|
|
11272
11371
|
]
|
|
11273
11372
|
}
|
|
11274
11373
|
],
|
|
11275
11374
|
"getSendGridTemplates": [
|
|
11276
|
-
|
|
11375
|
+
256
|
|
11277
11376
|
],
|
|
11278
11377
|
"getSendGridTemplatePreview": [
|
|
11279
11378
|
1,
|
|
@@ -11285,7 +11384,7 @@ exports.default = {
|
|
|
11285
11384
|
}
|
|
11286
11385
|
],
|
|
11287
11386
|
"getEmailSegments": [
|
|
11288
|
-
|
|
11387
|
+
198
|
|
11289
11388
|
],
|
|
11290
11389
|
"getAiCoachThread": [
|
|
11291
11390
|
135
|
|
@@ -11314,7 +11413,7 @@ exports.default = {
|
|
|
11314
11413
|
133,
|
|
11315
11414
|
{
|
|
11316
11415
|
"input": [
|
|
11317
|
-
|
|
11416
|
+
318
|
|
11318
11417
|
]
|
|
11319
11418
|
}
|
|
11320
11419
|
],
|
|
@@ -11325,7 +11424,7 @@ exports.default = {
|
|
|
11325
11424
|
95
|
|
11326
11425
|
],
|
|
11327
11426
|
"getTeamStripeAccountStatus": [
|
|
11328
|
-
|
|
11427
|
+
268,
|
|
11329
11428
|
{
|
|
11330
11429
|
"teamId": [
|
|
11331
11430
|
1,
|
|
@@ -11366,7 +11465,7 @@ exports.default = {
|
|
|
11366
11465
|
}
|
|
11367
11466
|
],
|
|
11368
11467
|
"getTeamAnalytics": [
|
|
11369
|
-
|
|
11468
|
+
277,
|
|
11370
11469
|
{
|
|
11371
11470
|
"teamId": [
|
|
11372
11471
|
1,
|
|
@@ -11375,7 +11474,7 @@ exports.default = {
|
|
|
11375
11474
|
}
|
|
11376
11475
|
],
|
|
11377
11476
|
"getTeamLeaderboard": [
|
|
11378
|
-
|
|
11477
|
+
276,
|
|
11379
11478
|
{
|
|
11380
11479
|
"teamId": [
|
|
11381
11480
|
1,
|
|
@@ -11384,7 +11483,7 @@ exports.default = {
|
|
|
11384
11483
|
}
|
|
11385
11484
|
],
|
|
11386
11485
|
"getTeamDashboard": [
|
|
11387
|
-
|
|
11486
|
+
279,
|
|
11388
11487
|
{
|
|
11389
11488
|
"teamId": [
|
|
11390
11489
|
1,
|
|
@@ -11396,7 +11495,7 @@ exports.default = {
|
|
|
11396
11495
|
136
|
|
11397
11496
|
],
|
|
11398
11497
|
"getClubStripeAccountStatus": [
|
|
11399
|
-
|
|
11498
|
+
268,
|
|
11400
11499
|
{
|
|
11401
11500
|
"clubId": [
|
|
11402
11501
|
1,
|
|
@@ -11433,8 +11532,23 @@ exports.default = {
|
|
|
11433
11532
|
]
|
|
11434
11533
|
}
|
|
11435
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
|
+
],
|
|
11436
11550
|
"getUsageRollup": [
|
|
11437
|
-
|
|
11551
|
+
283,
|
|
11438
11552
|
{
|
|
11439
11553
|
"startDate": [
|
|
11440
11554
|
1,
|
|
@@ -11450,7 +11564,7 @@ exports.default = {
|
|
|
11450
11564
|
}
|
|
11451
11565
|
],
|
|
11452
11566
|
"getUsageFunnel": [
|
|
11453
|
-
|
|
11567
|
+
284,
|
|
11454
11568
|
{
|
|
11455
11569
|
"startDate": [
|
|
11456
11570
|
1,
|
|
@@ -11466,7 +11580,7 @@ exports.default = {
|
|
|
11466
11580
|
}
|
|
11467
11581
|
],
|
|
11468
11582
|
"getRetentionCohorts": [
|
|
11469
|
-
|
|
11583
|
+
285,
|
|
11470
11584
|
{
|
|
11471
11585
|
"weeksBack": [
|
|
11472
11586
|
19
|
|
@@ -11474,7 +11588,7 @@ exports.default = {
|
|
|
11474
11588
|
}
|
|
11475
11589
|
],
|
|
11476
11590
|
"getActiveNow": [
|
|
11477
|
-
|
|
11591
|
+
286,
|
|
11478
11592
|
{
|
|
11479
11593
|
"windowMinutes": [
|
|
11480
11594
|
19
|
|
@@ -11482,7 +11596,7 @@ exports.default = {
|
|
|
11482
11596
|
}
|
|
11483
11597
|
],
|
|
11484
11598
|
"getUsageVersionMix": [
|
|
11485
|
-
|
|
11599
|
+
287,
|
|
11486
11600
|
{
|
|
11487
11601
|
"startDate": [
|
|
11488
11602
|
1,
|
|
@@ -11498,7 +11612,7 @@ exports.default = {
|
|
|
11498
11612
|
}
|
|
11499
11613
|
],
|
|
11500
11614
|
"clientCompatibility": [
|
|
11501
|
-
|
|
11615
|
+
181
|
|
11502
11616
|
],
|
|
11503
11617
|
"__typename": [
|
|
11504
11618
|
1
|
|
@@ -11520,7 +11634,7 @@ exports.default = {
|
|
|
11520
11634
|
29,
|
|
11521
11635
|
{
|
|
11522
11636
|
"tenant": [
|
|
11523
|
-
|
|
11637
|
+
526,
|
|
11524
11638
|
"CreateTenantInput!"
|
|
11525
11639
|
]
|
|
11526
11640
|
}
|
|
@@ -11529,7 +11643,7 @@ exports.default = {
|
|
|
11529
11643
|
35,
|
|
11530
11644
|
{
|
|
11531
11645
|
"tenant": [
|
|
11532
|
-
|
|
11646
|
+
526,
|
|
11533
11647
|
"CreateTenantInput!"
|
|
11534
11648
|
]
|
|
11535
11649
|
}
|
|
@@ -11538,7 +11652,7 @@ exports.default = {
|
|
|
11538
11652
|
27,
|
|
11539
11653
|
{
|
|
11540
11654
|
"user": [
|
|
11541
|
-
|
|
11655
|
+
527,
|
|
11542
11656
|
"CreateActiveUserInput!"
|
|
11543
11657
|
]
|
|
11544
11658
|
}
|
|
@@ -11573,7 +11687,7 @@ exports.default = {
|
|
|
11573
11687
|
26,
|
|
11574
11688
|
{
|
|
11575
11689
|
"input": [
|
|
11576
|
-
|
|
11690
|
+
528,
|
|
11577
11691
|
"RegisterUserToDomainFromEmailInput!"
|
|
11578
11692
|
]
|
|
11579
11693
|
}
|
|
@@ -11582,7 +11696,7 @@ exports.default = {
|
|
|
11582
11696
|
32,
|
|
11583
11697
|
{
|
|
11584
11698
|
"dto": [
|
|
11585
|
-
|
|
11699
|
+
529,
|
|
11586
11700
|
"RefreshTokenInput!"
|
|
11587
11701
|
]
|
|
11588
11702
|
}
|
|
@@ -11591,7 +11705,7 @@ exports.default = {
|
|
|
11591
11705
|
8,
|
|
11592
11706
|
{
|
|
11593
11707
|
"dto": [
|
|
11594
|
-
|
|
11708
|
+
529,
|
|
11595
11709
|
"RefreshTokenInput!"
|
|
11596
11710
|
]
|
|
11597
11711
|
}
|
|
@@ -11600,7 +11714,7 @@ exports.default = {
|
|
|
11600
11714
|
62,
|
|
11601
11715
|
{
|
|
11602
11716
|
"input": [
|
|
11603
|
-
|
|
11717
|
+
530,
|
|
11604
11718
|
"AWSS3DeleteUseTypeFileDto!"
|
|
11605
11719
|
]
|
|
11606
11720
|
}
|
|
@@ -11609,7 +11723,7 @@ exports.default = {
|
|
|
11609
11723
|
62,
|
|
11610
11724
|
{
|
|
11611
11725
|
"input": [
|
|
11612
|
-
|
|
11726
|
+
531,
|
|
11613
11727
|
"AWSS3DeleteBucketFileDto!"
|
|
11614
11728
|
]
|
|
11615
11729
|
}
|
|
@@ -11618,7 +11732,7 @@ exports.default = {
|
|
|
11618
11732
|
62,
|
|
11619
11733
|
{
|
|
11620
11734
|
"input": [
|
|
11621
|
-
|
|
11735
|
+
532,
|
|
11622
11736
|
"AWSS3DeleteUseTypeKeyDto!"
|
|
11623
11737
|
]
|
|
11624
11738
|
}
|
|
@@ -11627,7 +11741,7 @@ exports.default = {
|
|
|
11627
11741
|
56,
|
|
11628
11742
|
{
|
|
11629
11743
|
"input": [
|
|
11630
|
-
|
|
11744
|
+
348,
|
|
11631
11745
|
"AWSS3UploadedFileDto!"
|
|
11632
11746
|
]
|
|
11633
11747
|
}
|
|
@@ -11636,7 +11750,7 @@ exports.default = {
|
|
|
11636
11750
|
66,
|
|
11637
11751
|
{
|
|
11638
11752
|
"input": [
|
|
11639
|
-
|
|
11753
|
+
380,
|
|
11640
11754
|
"CreateIndustryDto!"
|
|
11641
11755
|
]
|
|
11642
11756
|
}
|
|
@@ -11645,7 +11759,7 @@ exports.default = {
|
|
|
11645
11759
|
91,
|
|
11646
11760
|
{
|
|
11647
11761
|
"input": [
|
|
11648
|
-
|
|
11762
|
+
373,
|
|
11649
11763
|
"CreateBrandDto!"
|
|
11650
11764
|
],
|
|
11651
11765
|
"tenantId": [
|
|
@@ -11661,7 +11775,7 @@ exports.default = {
|
|
|
11661
11775
|
"String!"
|
|
11662
11776
|
],
|
|
11663
11777
|
"input": [
|
|
11664
|
-
|
|
11778
|
+
373,
|
|
11665
11779
|
"CreateBrandDto!"
|
|
11666
11780
|
],
|
|
11667
11781
|
"tenantId": [
|
|
@@ -11695,16 +11809,16 @@ exports.default = {
|
|
|
11695
11809
|
88,
|
|
11696
11810
|
{
|
|
11697
11811
|
"input": [
|
|
11698
|
-
|
|
11812
|
+
454,
|
|
11699
11813
|
"RegisterSponsorInput!"
|
|
11700
11814
|
]
|
|
11701
11815
|
}
|
|
11702
11816
|
],
|
|
11703
11817
|
"updateSponsorOnboardingProgress": [
|
|
11704
|
-
|
|
11818
|
+
235,
|
|
11705
11819
|
{
|
|
11706
11820
|
"input": [
|
|
11707
|
-
|
|
11821
|
+
474,
|
|
11708
11822
|
"UpdateOnboardingProgressDto!"
|
|
11709
11823
|
]
|
|
11710
11824
|
}
|
|
@@ -11713,16 +11827,16 @@ exports.default = {
|
|
|
11713
11827
|
88,
|
|
11714
11828
|
{
|
|
11715
11829
|
"input": [
|
|
11716
|
-
|
|
11830
|
+
472,
|
|
11717
11831
|
"UpdateMyOrgProfileDto!"
|
|
11718
11832
|
]
|
|
11719
11833
|
}
|
|
11720
11834
|
],
|
|
11721
11835
|
"updateMyPreferences": [
|
|
11722
|
-
|
|
11836
|
+
266,
|
|
11723
11837
|
{
|
|
11724
11838
|
"input": [
|
|
11725
|
-
|
|
11839
|
+
473,
|
|
11726
11840
|
"UpdateMyPreferencesDto!"
|
|
11727
11841
|
]
|
|
11728
11842
|
}
|
|
@@ -11731,7 +11845,7 @@ exports.default = {
|
|
|
11731
11845
|
91,
|
|
11732
11846
|
{
|
|
11733
11847
|
"input": [
|
|
11734
|
-
|
|
11848
|
+
471,
|
|
11735
11849
|
"UpdateMyBrandDto!"
|
|
11736
11850
|
]
|
|
11737
11851
|
}
|
|
@@ -11740,7 +11854,7 @@ exports.default = {
|
|
|
11740
11854
|
91,
|
|
11741
11855
|
{
|
|
11742
11856
|
"input": [
|
|
11743
|
-
|
|
11857
|
+
382,
|
|
11744
11858
|
"CreateMyBrandDto!"
|
|
11745
11859
|
]
|
|
11746
11860
|
}
|
|
@@ -11749,7 +11863,7 @@ exports.default = {
|
|
|
11749
11863
|
88,
|
|
11750
11864
|
{
|
|
11751
11865
|
"input": [
|
|
11752
|
-
|
|
11866
|
+
384,
|
|
11753
11867
|
"CreateSponsorDto!"
|
|
11754
11868
|
]
|
|
11755
11869
|
}
|
|
@@ -11777,10 +11891,10 @@ exports.default = {
|
|
|
11777
11891
|
}
|
|
11778
11892
|
],
|
|
11779
11893
|
"sendAthleteInvitations": [
|
|
11780
|
-
|
|
11894
|
+
264,
|
|
11781
11895
|
{
|
|
11782
11896
|
"input": [
|
|
11783
|
-
|
|
11897
|
+
438,
|
|
11784
11898
|
"InviteAthletesDto!"
|
|
11785
11899
|
]
|
|
11786
11900
|
}
|
|
@@ -11804,10 +11918,10 @@ exports.default = {
|
|
|
11804
11918
|
}
|
|
11805
11919
|
],
|
|
11806
11920
|
"inviteSponsorUser": [
|
|
11807
|
-
|
|
11921
|
+
295,
|
|
11808
11922
|
{
|
|
11809
11923
|
"input": [
|
|
11810
|
-
|
|
11924
|
+
533,
|
|
11811
11925
|
"InviteSponsorUserInput!"
|
|
11812
11926
|
]
|
|
11813
11927
|
}
|
|
@@ -11816,7 +11930,7 @@ exports.default = {
|
|
|
11816
11930
|
8,
|
|
11817
11931
|
{
|
|
11818
11932
|
"input": [
|
|
11819
|
-
|
|
11933
|
+
534,
|
|
11820
11934
|
"AcceptSponsorUserInvitationInput!"
|
|
11821
11935
|
]
|
|
11822
11936
|
}
|
|
@@ -11834,7 +11948,7 @@ exports.default = {
|
|
|
11834
11948
|
8,
|
|
11835
11949
|
{
|
|
11836
11950
|
"input": [
|
|
11837
|
-
|
|
11951
|
+
535,
|
|
11838
11952
|
"ChangeSponsorUserRoleInput!"
|
|
11839
11953
|
]
|
|
11840
11954
|
}
|
|
@@ -11865,7 +11979,7 @@ exports.default = {
|
|
|
11865
11979
|
"String!"
|
|
11866
11980
|
],
|
|
11867
11981
|
"input": [
|
|
11868
|
-
|
|
11982
|
+
385,
|
|
11869
11983
|
"UpdateSponsorDto!"
|
|
11870
11984
|
]
|
|
11871
11985
|
}
|
|
@@ -11880,10 +11994,10 @@ exports.default = {
|
|
|
11880
11994
|
}
|
|
11881
11995
|
],
|
|
11882
11996
|
"forceDeleteAthleteCompetition": [
|
|
11883
|
-
|
|
11997
|
+
188,
|
|
11884
11998
|
{
|
|
11885
11999
|
"input": [
|
|
11886
|
-
|
|
12000
|
+
399,
|
|
11887
12001
|
"DeleteSingleValueDto!"
|
|
11888
12002
|
]
|
|
11889
12003
|
}
|
|
@@ -11892,25 +12006,25 @@ exports.default = {
|
|
|
11892
12006
|
124,
|
|
11893
12007
|
{
|
|
11894
12008
|
"input": [
|
|
11895
|
-
|
|
12009
|
+
452,
|
|
11896
12010
|
"RegisterAthleteDto!"
|
|
11897
12011
|
]
|
|
11898
12012
|
}
|
|
11899
12013
|
],
|
|
11900
12014
|
"editProfileValue": [
|
|
11901
|
-
|
|
12015
|
+
194,
|
|
11902
12016
|
{
|
|
11903
12017
|
"input": [
|
|
11904
|
-
|
|
12018
|
+
407,
|
|
11905
12019
|
"EditValueDto!"
|
|
11906
12020
|
]
|
|
11907
12021
|
}
|
|
11908
12022
|
],
|
|
11909
12023
|
"editPicture": [
|
|
11910
|
-
|
|
12024
|
+
193,
|
|
11911
12025
|
{
|
|
11912
12026
|
"input": [
|
|
11913
|
-
|
|
12027
|
+
406,
|
|
11914
12028
|
"EditPictureDto!"
|
|
11915
12029
|
]
|
|
11916
12030
|
}
|
|
@@ -11919,7 +12033,7 @@ exports.default = {
|
|
|
11919
12033
|
4,
|
|
11920
12034
|
{
|
|
11921
12035
|
"input": [
|
|
11922
|
-
|
|
12036
|
+
478,
|
|
11923
12037
|
"UploadAlbumsPicturesDto!"
|
|
11924
12038
|
]
|
|
11925
12039
|
}
|
|
@@ -11928,7 +12042,7 @@ exports.default = {
|
|
|
11928
12042
|
105,
|
|
11929
12043
|
{
|
|
11930
12044
|
"input": [
|
|
11931
|
-
|
|
12045
|
+
368,
|
|
11932
12046
|
"CreateAthleteCompetitionDto!"
|
|
11933
12047
|
]
|
|
11934
12048
|
}
|
|
@@ -11937,7 +12051,7 @@ exports.default = {
|
|
|
11937
12051
|
105,
|
|
11938
12052
|
{
|
|
11939
12053
|
"input": [
|
|
11940
|
-
|
|
12054
|
+
405,
|
|
11941
12055
|
"EditAthleteCompetitionDto!"
|
|
11942
12056
|
]
|
|
11943
12057
|
}
|
|
@@ -11946,7 +12060,7 @@ exports.default = {
|
|
|
11946
12060
|
105,
|
|
11947
12061
|
{
|
|
11948
12062
|
"input": [
|
|
11949
|
-
|
|
12063
|
+
361,
|
|
11950
12064
|
"ClaimExternalCompetitionResultDto!"
|
|
11951
12065
|
]
|
|
11952
12066
|
}
|
|
@@ -11955,16 +12069,16 @@ exports.default = {
|
|
|
11955
12069
|
8,
|
|
11956
12070
|
{
|
|
11957
12071
|
"input": [
|
|
11958
|
-
|
|
12072
|
+
404,
|
|
11959
12073
|
"DismissSuggestionDto!"
|
|
11960
12074
|
]
|
|
11961
12075
|
}
|
|
11962
12076
|
],
|
|
11963
12077
|
"deleteAthleteCompetition": [
|
|
11964
|
-
|
|
12078
|
+
188,
|
|
11965
12079
|
{
|
|
11966
12080
|
"input": [
|
|
11967
|
-
|
|
12081
|
+
399,
|
|
11968
12082
|
"DeleteSingleValueDto!"
|
|
11969
12083
|
]
|
|
11970
12084
|
}
|
|
@@ -11973,7 +12087,7 @@ exports.default = {
|
|
|
11973
12087
|
104,
|
|
11974
12088
|
{
|
|
11975
12089
|
"input": [
|
|
11976
|
-
|
|
12090
|
+
478,
|
|
11977
12091
|
"UploadAlbumsPicturesDto!"
|
|
11978
12092
|
]
|
|
11979
12093
|
}
|
|
@@ -11982,7 +12096,7 @@ exports.default = {
|
|
|
11982
12096
|
104,
|
|
11983
12097
|
{
|
|
11984
12098
|
"input": [
|
|
11985
|
-
|
|
12099
|
+
312,
|
|
11986
12100
|
"EditDisplayIndexDto!"
|
|
11987
12101
|
]
|
|
11988
12102
|
}
|
|
@@ -11991,25 +12105,25 @@ exports.default = {
|
|
|
11991
12105
|
104,
|
|
11992
12106
|
{
|
|
11993
12107
|
"input": [
|
|
11994
|
-
|
|
12108
|
+
478,
|
|
11995
12109
|
"UploadAlbumsPicturesDto!"
|
|
11996
12110
|
]
|
|
11997
12111
|
}
|
|
11998
12112
|
],
|
|
11999
12113
|
"deleteAthleteAlbum": [
|
|
12000
|
-
|
|
12114
|
+
188,
|
|
12001
12115
|
{
|
|
12002
12116
|
"input": [
|
|
12003
|
-
|
|
12117
|
+
399,
|
|
12004
12118
|
"DeleteSingleValueDto!"
|
|
12005
12119
|
]
|
|
12006
12120
|
}
|
|
12007
12121
|
],
|
|
12008
12122
|
"deleteAthletePhotos": [
|
|
12009
|
-
|
|
12123
|
+
189,
|
|
12010
12124
|
{
|
|
12011
12125
|
"input": [
|
|
12012
|
-
|
|
12126
|
+
400,
|
|
12013
12127
|
"DeleteValuesDto!"
|
|
12014
12128
|
]
|
|
12015
12129
|
}
|
|
@@ -12018,7 +12132,7 @@ exports.default = {
|
|
|
12018
12132
|
98,
|
|
12019
12133
|
{
|
|
12020
12134
|
"input": [
|
|
12021
|
-
|
|
12135
|
+
367,
|
|
12022
12136
|
"SetCompetitionResultDto!"
|
|
12023
12137
|
]
|
|
12024
12138
|
}
|
|
@@ -12027,7 +12141,7 @@ exports.default = {
|
|
|
12027
12141
|
105,
|
|
12028
12142
|
{
|
|
12029
12143
|
"input": [
|
|
12030
|
-
|
|
12144
|
+
436,
|
|
12031
12145
|
"IngestCompetitionResultDto!"
|
|
12032
12146
|
]
|
|
12033
12147
|
}
|
|
@@ -12039,10 +12153,10 @@ exports.default = {
|
|
|
12039
12153
|
124
|
|
12040
12154
|
],
|
|
12041
12155
|
"forceRefreshAthleteScores": [
|
|
12042
|
-
|
|
12156
|
+
209,
|
|
12043
12157
|
{
|
|
12044
12158
|
"input": [
|
|
12045
|
-
|
|
12159
|
+
420,
|
|
12046
12160
|
"ForceScoreRefreshDto!"
|
|
12047
12161
|
]
|
|
12048
12162
|
}
|
|
@@ -12051,19 +12165,19 @@ exports.default = {
|
|
|
12051
12165
|
113,
|
|
12052
12166
|
{
|
|
12053
12167
|
"input": [
|
|
12054
|
-
|
|
12168
|
+
460,
|
|
12055
12169
|
"SetCurrentCampaignDto!"
|
|
12056
12170
|
]
|
|
12057
12171
|
}
|
|
12058
12172
|
],
|
|
12059
12173
|
"deleteOnboardingAthlete": [
|
|
12060
|
-
|
|
12174
|
+
187
|
|
12061
12175
|
],
|
|
12062
12176
|
"updateOnboardingProgress": [
|
|
12063
|
-
|
|
12177
|
+
235,
|
|
12064
12178
|
{
|
|
12065
12179
|
"input": [
|
|
12066
|
-
|
|
12180
|
+
474,
|
|
12067
12181
|
"UpdateOnboardingProgressDto!"
|
|
12068
12182
|
]
|
|
12069
12183
|
}
|
|
@@ -12072,7 +12186,7 @@ exports.default = {
|
|
|
12072
12186
|
8,
|
|
12073
12187
|
{
|
|
12074
12188
|
"input": [
|
|
12075
|
-
|
|
12189
|
+
536,
|
|
12076
12190
|
"AcceptSponsorAthleteInvitationInput!"
|
|
12077
12191
|
]
|
|
12078
12192
|
}
|
|
@@ -12081,7 +12195,7 @@ exports.default = {
|
|
|
12081
12195
|
8,
|
|
12082
12196
|
{
|
|
12083
12197
|
"input": [
|
|
12084
|
-
|
|
12198
|
+
536,
|
|
12085
12199
|
"AcceptSponsorAthleteInvitationInput!"
|
|
12086
12200
|
]
|
|
12087
12201
|
}
|
|
@@ -12090,7 +12204,7 @@ exports.default = {
|
|
|
12090
12204
|
38,
|
|
12091
12205
|
{
|
|
12092
12206
|
"input": [
|
|
12093
|
-
|
|
12207
|
+
394,
|
|
12094
12208
|
"CreateSportDto!"
|
|
12095
12209
|
]
|
|
12096
12210
|
}
|
|
@@ -12099,7 +12213,7 @@ exports.default = {
|
|
|
12099
12213
|
38,
|
|
12100
12214
|
{
|
|
12101
12215
|
"input": [
|
|
12102
|
-
|
|
12216
|
+
476,
|
|
12103
12217
|
"UpdateSportDto!"
|
|
12104
12218
|
]
|
|
12105
12219
|
}
|
|
@@ -12108,7 +12222,7 @@ exports.default = {
|
|
|
12108
12222
|
41,
|
|
12109
12223
|
{
|
|
12110
12224
|
"input": [
|
|
12111
|
-
|
|
12225
|
+
393,
|
|
12112
12226
|
"CreateSportLevelDto!"
|
|
12113
12227
|
]
|
|
12114
12228
|
}
|
|
@@ -12117,7 +12231,7 @@ exports.default = {
|
|
|
12117
12231
|
87,
|
|
12118
12232
|
{
|
|
12119
12233
|
"input": [
|
|
12120
|
-
|
|
12234
|
+
390,
|
|
12121
12235
|
"CreateSponsorshipDto!"
|
|
12122
12236
|
]
|
|
12123
12237
|
}
|
|
@@ -12126,7 +12240,7 @@ exports.default = {
|
|
|
12126
12240
|
70,
|
|
12127
12241
|
{
|
|
12128
12242
|
"input": [
|
|
12129
|
-
|
|
12243
|
+
375,
|
|
12130
12244
|
"CreateCountryDto!"
|
|
12131
12245
|
]
|
|
12132
12246
|
}
|
|
@@ -12135,7 +12249,7 @@ exports.default = {
|
|
|
12135
12249
|
69,
|
|
12136
12250
|
{
|
|
12137
12251
|
"input": [
|
|
12138
|
-
|
|
12252
|
+
395,
|
|
12139
12253
|
"CreateStateDto!"
|
|
12140
12254
|
]
|
|
12141
12255
|
}
|
|
@@ -12144,7 +12258,7 @@ exports.default = {
|
|
|
12144
12258
|
68,
|
|
12145
12259
|
{
|
|
12146
12260
|
"input": [
|
|
12147
|
-
|
|
12261
|
+
374,
|
|
12148
12262
|
"CreateCityDto!"
|
|
12149
12263
|
]
|
|
12150
12264
|
}
|
|
@@ -12153,7 +12267,7 @@ exports.default = {
|
|
|
12153
12267
|
58,
|
|
12154
12268
|
{
|
|
12155
12269
|
"input": [
|
|
12156
|
-
|
|
12270
|
+
456,
|
|
12157
12271
|
"RegisterUserDto!"
|
|
12158
12272
|
]
|
|
12159
12273
|
}
|
|
@@ -12162,7 +12276,7 @@ exports.default = {
|
|
|
12162
12276
|
27,
|
|
12163
12277
|
{
|
|
12164
12278
|
"input": [
|
|
12165
|
-
|
|
12279
|
+
304,
|
|
12166
12280
|
"VerifyCodeDto!"
|
|
12167
12281
|
]
|
|
12168
12282
|
}
|
|
@@ -12171,7 +12285,7 @@ exports.default = {
|
|
|
12171
12285
|
26,
|
|
12172
12286
|
{
|
|
12173
12287
|
"input": [
|
|
12174
|
-
|
|
12288
|
+
304,
|
|
12175
12289
|
"VerifyCodeDto!"
|
|
12176
12290
|
]
|
|
12177
12291
|
}
|
|
@@ -12180,7 +12294,7 @@ exports.default = {
|
|
|
12180
12294
|
26,
|
|
12181
12295
|
{
|
|
12182
12296
|
"input": [
|
|
12183
|
-
|
|
12297
|
+
456,
|
|
12184
12298
|
"RegisterUserDto!"
|
|
12185
12299
|
]
|
|
12186
12300
|
}
|
|
@@ -12189,7 +12303,7 @@ exports.default = {
|
|
|
12189
12303
|
26,
|
|
12190
12304
|
{
|
|
12191
12305
|
"input": [
|
|
12192
|
-
|
|
12306
|
+
456,
|
|
12193
12307
|
"RegisterUserDto!"
|
|
12194
12308
|
]
|
|
12195
12309
|
}
|
|
@@ -12198,7 +12312,7 @@ exports.default = {
|
|
|
12198
12312
|
26,
|
|
12199
12313
|
{
|
|
12200
12314
|
"input": [
|
|
12201
|
-
|
|
12315
|
+
456,
|
|
12202
12316
|
"RegisterUserDto!"
|
|
12203
12317
|
]
|
|
12204
12318
|
}
|
|
@@ -12217,7 +12331,7 @@ exports.default = {
|
|
|
12217
12331
|
}
|
|
12218
12332
|
],
|
|
12219
12333
|
"createResetPasswordCode": [
|
|
12220
|
-
|
|
12334
|
+
194,
|
|
12221
12335
|
{
|
|
12222
12336
|
"input": [
|
|
12223
12337
|
1,
|
|
@@ -12226,16 +12340,16 @@ exports.default = {
|
|
|
12226
12340
|
}
|
|
12227
12341
|
],
|
|
12228
12342
|
"resetUserPassword": [
|
|
12229
|
-
|
|
12343
|
+
194,
|
|
12230
12344
|
{
|
|
12231
12345
|
"input": [
|
|
12232
|
-
|
|
12346
|
+
457,
|
|
12233
12347
|
"resetPasswordDto!"
|
|
12234
12348
|
]
|
|
12235
12349
|
}
|
|
12236
12350
|
],
|
|
12237
12351
|
"validateToken": [
|
|
12238
|
-
|
|
12352
|
+
290,
|
|
12239
12353
|
{
|
|
12240
12354
|
"input": [
|
|
12241
12355
|
1,
|
|
@@ -12244,31 +12358,31 @@ exports.default = {
|
|
|
12244
12358
|
}
|
|
12245
12359
|
],
|
|
12246
12360
|
"updateUserSuspendedStatus": [
|
|
12247
|
-
|
|
12361
|
+
194,
|
|
12248
12362
|
{
|
|
12249
12363
|
"input": [
|
|
12250
|
-
|
|
12364
|
+
477,
|
|
12251
12365
|
"UpdateUserSuspendedStatusDto!"
|
|
12252
12366
|
]
|
|
12253
12367
|
}
|
|
12254
12368
|
],
|
|
12255
12369
|
"deleteMyAccount": [
|
|
12256
|
-
|
|
12370
|
+
190
|
|
12257
12371
|
],
|
|
12258
12372
|
"deleteVtxUser": [
|
|
12259
|
-
|
|
12373
|
+
190,
|
|
12260
12374
|
{
|
|
12261
12375
|
"input": [
|
|
12262
|
-
|
|
12376
|
+
401,
|
|
12263
12377
|
"DeleteVtxUserDto!"
|
|
12264
12378
|
]
|
|
12265
12379
|
}
|
|
12266
12380
|
],
|
|
12267
12381
|
"seedAdminIfAuthorized": [
|
|
12268
|
-
|
|
12382
|
+
255,
|
|
12269
12383
|
{
|
|
12270
12384
|
"input": [
|
|
12271
|
-
|
|
12385
|
+
313,
|
|
12272
12386
|
"AdminEmailDto!"
|
|
12273
12387
|
]
|
|
12274
12388
|
}
|
|
@@ -12277,16 +12391,16 @@ exports.default = {
|
|
|
12277
12391
|
128,
|
|
12278
12392
|
{
|
|
12279
12393
|
"input": [
|
|
12280
|
-
|
|
12394
|
+
313,
|
|
12281
12395
|
"AdminEmailDto!"
|
|
12282
12396
|
]
|
|
12283
12397
|
}
|
|
12284
12398
|
],
|
|
12285
12399
|
"removeAdminUser": [
|
|
12286
|
-
|
|
12400
|
+
252,
|
|
12287
12401
|
{
|
|
12288
12402
|
"input": [
|
|
12289
|
-
|
|
12403
|
+
313,
|
|
12290
12404
|
"AdminEmailDto!"
|
|
12291
12405
|
]
|
|
12292
12406
|
}
|
|
@@ -12295,7 +12409,7 @@ exports.default = {
|
|
|
12295
12409
|
128,
|
|
12296
12410
|
{
|
|
12297
12411
|
"input": [
|
|
12298
|
-
|
|
12412
|
+
459,
|
|
12299
12413
|
"SetAdminUserRoleInput!"
|
|
12300
12414
|
]
|
|
12301
12415
|
}
|
|
@@ -12313,7 +12427,7 @@ exports.default = {
|
|
|
12313
12427
|
25,
|
|
12314
12428
|
{
|
|
12315
12429
|
"input": [
|
|
12316
|
-
|
|
12430
|
+
315,
|
|
12317
12431
|
"CreateDefaultNotificationPreferenceInput!"
|
|
12318
12432
|
]
|
|
12319
12433
|
}
|
|
@@ -12322,7 +12436,7 @@ exports.default = {
|
|
|
12322
12436
|
97,
|
|
12323
12437
|
{
|
|
12324
12438
|
"input": [
|
|
12325
|
-
|
|
12439
|
+
391,
|
|
12326
12440
|
"CreateSportEventDto!"
|
|
12327
12441
|
]
|
|
12328
12442
|
}
|
|
@@ -12331,13 +12445,13 @@ exports.default = {
|
|
|
12331
12445
|
97,
|
|
12332
12446
|
{
|
|
12333
12447
|
"input": [
|
|
12334
|
-
|
|
12448
|
+
475,
|
|
12335
12449
|
"UpdateSportEventDto!"
|
|
12336
12450
|
]
|
|
12337
12451
|
}
|
|
12338
12452
|
],
|
|
12339
12453
|
"deleteSportsEvent": [
|
|
12340
|
-
|
|
12454
|
+
194,
|
|
12341
12455
|
{
|
|
12342
12456
|
"eventId": [
|
|
12343
12457
|
1,
|
|
@@ -12346,10 +12460,10 @@ exports.default = {
|
|
|
12346
12460
|
}
|
|
12347
12461
|
],
|
|
12348
12462
|
"mergeSportsEvents": [
|
|
12349
|
-
|
|
12463
|
+
222,
|
|
12350
12464
|
{
|
|
12351
12465
|
"input": [
|
|
12352
|
-
|
|
12466
|
+
443,
|
|
12353
12467
|
"MergeSportsEventsDto!"
|
|
12354
12468
|
]
|
|
12355
12469
|
}
|
|
@@ -12358,7 +12472,7 @@ exports.default = {
|
|
|
12358
12472
|
113,
|
|
12359
12473
|
{
|
|
12360
12474
|
"input": [
|
|
12361
|
-
|
|
12475
|
+
461,
|
|
12362
12476
|
"SetFundingStatusDto!"
|
|
12363
12477
|
]
|
|
12364
12478
|
}
|
|
@@ -12367,7 +12481,7 @@ exports.default = {
|
|
|
12367
12481
|
113,
|
|
12368
12482
|
{
|
|
12369
12483
|
"input": [
|
|
12370
|
-
|
|
12484
|
+
377,
|
|
12371
12485
|
"CreateFundingCampaignDto!"
|
|
12372
12486
|
]
|
|
12373
12487
|
}
|
|
@@ -12376,25 +12490,25 @@ exports.default = {
|
|
|
12376
12490
|
113,
|
|
12377
12491
|
{
|
|
12378
12492
|
"input": [
|
|
12379
|
-
|
|
12493
|
+
379,
|
|
12380
12494
|
"UpdateFundingCampaignDto!"
|
|
12381
12495
|
]
|
|
12382
12496
|
}
|
|
12383
12497
|
],
|
|
12384
12498
|
"deleteFundingCampaign": [
|
|
12385
|
-
|
|
12499
|
+
188,
|
|
12386
12500
|
{
|
|
12387
12501
|
"input": [
|
|
12388
|
-
|
|
12502
|
+
399,
|
|
12389
12503
|
"DeleteSingleValueDto!"
|
|
12390
12504
|
]
|
|
12391
12505
|
}
|
|
12392
12506
|
],
|
|
12393
12507
|
"deleteFundingCampaigns": [
|
|
12394
|
-
|
|
12508
|
+
189,
|
|
12395
12509
|
{
|
|
12396
12510
|
"input": [
|
|
12397
|
-
|
|
12511
|
+
400,
|
|
12398
12512
|
"DeleteValuesDto!"
|
|
12399
12513
|
]
|
|
12400
12514
|
}
|
|
@@ -12412,7 +12526,7 @@ exports.default = {
|
|
|
12412
12526
|
8,
|
|
12413
12527
|
{
|
|
12414
12528
|
"input": [
|
|
12415
|
-
|
|
12529
|
+
357,
|
|
12416
12530
|
"AddCompetitionBudgetDto!"
|
|
12417
12531
|
]
|
|
12418
12532
|
}
|
|
@@ -12421,7 +12535,7 @@ exports.default = {
|
|
|
12421
12535
|
8,
|
|
12422
12536
|
{
|
|
12423
12537
|
"input": [
|
|
12424
|
-
|
|
12538
|
+
358,
|
|
12425
12539
|
"EditCompetitionBudgetDto!"
|
|
12426
12540
|
]
|
|
12427
12541
|
}
|
|
@@ -12430,7 +12544,7 @@ exports.default = {
|
|
|
12430
12544
|
8,
|
|
12431
12545
|
{
|
|
12432
12546
|
"input": [
|
|
12433
|
-
|
|
12547
|
+
359,
|
|
12434
12548
|
"EditCampaignBudgetDto!"
|
|
12435
12549
|
]
|
|
12436
12550
|
}
|
|
@@ -12439,16 +12553,16 @@ exports.default = {
|
|
|
12439
12553
|
8,
|
|
12440
12554
|
{
|
|
12441
12555
|
"input": [
|
|
12442
|
-
|
|
12556
|
+
359,
|
|
12443
12557
|
"EditCampaignBudgetDto!"
|
|
12444
12558
|
]
|
|
12445
12559
|
}
|
|
12446
12560
|
],
|
|
12447
12561
|
"sendThankYou": [
|
|
12448
|
-
|
|
12562
|
+
192,
|
|
12449
12563
|
{
|
|
12450
12564
|
"input": [
|
|
12451
|
-
|
|
12565
|
+
423,
|
|
12452
12566
|
"SendThankYouDto!"
|
|
12453
12567
|
]
|
|
12454
12568
|
}
|
|
@@ -12457,7 +12571,7 @@ exports.default = {
|
|
|
12457
12571
|
113,
|
|
12458
12572
|
{
|
|
12459
12573
|
"input": [
|
|
12460
|
-
|
|
12574
|
+
424,
|
|
12461
12575
|
"UpdateThankYouTemplateDto!"
|
|
12462
12576
|
]
|
|
12463
12577
|
}
|
|
@@ -12466,7 +12580,7 @@ exports.default = {
|
|
|
12466
12580
|
106,
|
|
12467
12581
|
{
|
|
12468
12582
|
"input": [
|
|
12469
|
-
|
|
12583
|
+
381,
|
|
12470
12584
|
"CreateMembershipOrganizationDto!"
|
|
12471
12585
|
]
|
|
12472
12586
|
}
|
|
@@ -12475,16 +12589,16 @@ exports.default = {
|
|
|
12475
12589
|
108,
|
|
12476
12590
|
{
|
|
12477
12591
|
"input": [
|
|
12478
|
-
|
|
12592
|
+
371,
|
|
12479
12593
|
"CreateAthleteMembershipDto!"
|
|
12480
12594
|
]
|
|
12481
12595
|
}
|
|
12482
12596
|
],
|
|
12483
12597
|
"deleteAthleteMembershipAffilation": [
|
|
12484
|
-
|
|
12598
|
+
188,
|
|
12485
12599
|
{
|
|
12486
12600
|
"input": [
|
|
12487
|
-
|
|
12601
|
+
399,
|
|
12488
12602
|
"DeleteSingleValueDto!"
|
|
12489
12603
|
]
|
|
12490
12604
|
}
|
|
@@ -12493,16 +12607,16 @@ exports.default = {
|
|
|
12493
12607
|
8,
|
|
12494
12608
|
{
|
|
12495
12609
|
"provider": [
|
|
12496
|
-
|
|
12610
|
+
522,
|
|
12497
12611
|
"IntegrationProvider!"
|
|
12498
12612
|
]
|
|
12499
12613
|
}
|
|
12500
12614
|
],
|
|
12501
12615
|
"submitHealthKitActivities": [
|
|
12502
|
-
|
|
12616
|
+
215,
|
|
12503
12617
|
{
|
|
12504
12618
|
"items": [
|
|
12505
|
-
|
|
12619
|
+
305,
|
|
12506
12620
|
"[HealthKitWorkoutInput!]!"
|
|
12507
12621
|
]
|
|
12508
12622
|
}
|
|
@@ -12523,19 +12637,19 @@ exports.default = {
|
|
|
12523
12637
|
121,
|
|
12524
12638
|
{
|
|
12525
12639
|
"input": [
|
|
12526
|
-
|
|
12640
|
+
396,
|
|
12527
12641
|
"CreateStripeAccountDto!"
|
|
12528
12642
|
]
|
|
12529
12643
|
}
|
|
12530
12644
|
],
|
|
12531
12645
|
"createAthleteStripeSession": [
|
|
12532
|
-
|
|
12646
|
+
272
|
|
12533
12647
|
],
|
|
12534
12648
|
"createStripeCheckoutSession": [
|
|
12535
|
-
|
|
12649
|
+
271,
|
|
12536
12650
|
{
|
|
12537
12651
|
"input": [
|
|
12538
|
-
|
|
12652
|
+
482,
|
|
12539
12653
|
"DonationCheckoutDto!"
|
|
12540
12654
|
]
|
|
12541
12655
|
}
|
|
@@ -12550,16 +12664,16 @@ exports.default = {
|
|
|
12550
12664
|
126,
|
|
12551
12665
|
{
|
|
12552
12666
|
"input": [
|
|
12553
|
-
|
|
12667
|
+
453,
|
|
12554
12668
|
"RegisterMemberDto!"
|
|
12555
12669
|
]
|
|
12556
12670
|
}
|
|
12557
12671
|
],
|
|
12558
12672
|
"createOffer": [
|
|
12559
|
-
|
|
12673
|
+
228,
|
|
12560
12674
|
{
|
|
12561
12675
|
"input": [
|
|
12562
|
-
|
|
12676
|
+
383,
|
|
12563
12677
|
"CreateOfferDto!"
|
|
12564
12678
|
],
|
|
12565
12679
|
"tenantId": [
|
|
@@ -12568,14 +12682,14 @@ exports.default = {
|
|
|
12568
12682
|
}
|
|
12569
12683
|
],
|
|
12570
12684
|
"updateOffer": [
|
|
12571
|
-
|
|
12685
|
+
228,
|
|
12572
12686
|
{
|
|
12573
12687
|
"id": [
|
|
12574
12688
|
1,
|
|
12575
12689
|
"String!"
|
|
12576
12690
|
],
|
|
12577
12691
|
"input": [
|
|
12578
|
-
|
|
12692
|
+
383,
|
|
12579
12693
|
"CreateOfferDto!"
|
|
12580
12694
|
],
|
|
12581
12695
|
"tenantId": [
|
|
@@ -12593,7 +12707,7 @@ exports.default = {
|
|
|
12593
12707
|
}
|
|
12594
12708
|
],
|
|
12595
12709
|
"setOfferStatus": [
|
|
12596
|
-
|
|
12710
|
+
228,
|
|
12597
12711
|
{
|
|
12598
12712
|
"id": [
|
|
12599
12713
|
1,
|
|
@@ -12606,7 +12720,7 @@ exports.default = {
|
|
|
12606
12720
|
}
|
|
12607
12721
|
],
|
|
12608
12722
|
"activateOffer": [
|
|
12609
|
-
|
|
12723
|
+
228,
|
|
12610
12724
|
{
|
|
12611
12725
|
"id": [
|
|
12612
12726
|
1,
|
|
@@ -12615,7 +12729,7 @@ exports.default = {
|
|
|
12615
12729
|
}
|
|
12616
12730
|
],
|
|
12617
12731
|
"deactivateOffer": [
|
|
12618
|
-
|
|
12732
|
+
228,
|
|
12619
12733
|
{
|
|
12620
12734
|
"id": [
|
|
12621
12735
|
1,
|
|
@@ -12624,20 +12738,20 @@ exports.default = {
|
|
|
12624
12738
|
}
|
|
12625
12739
|
],
|
|
12626
12740
|
"decideSponsorshipApplication": [
|
|
12627
|
-
|
|
12741
|
+
232,
|
|
12628
12742
|
{
|
|
12629
12743
|
"claimId": [
|
|
12630
12744
|
1,
|
|
12631
12745
|
"String!"
|
|
12632
12746
|
],
|
|
12633
12747
|
"decision": [
|
|
12634
|
-
|
|
12748
|
+
511,
|
|
12635
12749
|
"ApplicationStatus!"
|
|
12636
12750
|
]
|
|
12637
12751
|
}
|
|
12638
12752
|
],
|
|
12639
12753
|
"claimOffer": [
|
|
12640
|
-
|
|
12754
|
+
232,
|
|
12641
12755
|
{
|
|
12642
12756
|
"offerId": [
|
|
12643
12757
|
1,
|
|
@@ -12650,7 +12764,7 @@ exports.default = {
|
|
|
12650
12764
|
}
|
|
12651
12765
|
],
|
|
12652
12766
|
"applyToSponsorship": [
|
|
12653
|
-
|
|
12767
|
+
232,
|
|
12654
12768
|
{
|
|
12655
12769
|
"offerId": [
|
|
12656
12770
|
1,
|
|
@@ -12667,7 +12781,7 @@ exports.default = {
|
|
|
12667
12781
|
}
|
|
12668
12782
|
],
|
|
12669
12783
|
"withdrawSponsorshipApplication": [
|
|
12670
|
-
|
|
12784
|
+
232,
|
|
12671
12785
|
{
|
|
12672
12786
|
"claimId": [
|
|
12673
12787
|
1,
|
|
@@ -12693,7 +12807,7 @@ exports.default = {
|
|
|
12693
12807
|
}
|
|
12694
12808
|
],
|
|
12695
12809
|
"uploadCouponCodes": [
|
|
12696
|
-
|
|
12810
|
+
281,
|
|
12697
12811
|
{
|
|
12698
12812
|
"offerId": [
|
|
12699
12813
|
1,
|
|
@@ -12709,10 +12823,10 @@ exports.default = {
|
|
|
12709
12823
|
8
|
|
12710
12824
|
],
|
|
12711
12825
|
"markNotificationAsRead": [
|
|
12712
|
-
|
|
12826
|
+
224,
|
|
12713
12827
|
{
|
|
12714
12828
|
"input": [
|
|
12715
|
-
|
|
12829
|
+
446,
|
|
12716
12830
|
"MarkNotificationReadDto!"
|
|
12717
12831
|
]
|
|
12718
12832
|
}
|
|
@@ -12724,25 +12838,25 @@ exports.default = {
|
|
|
12724
12838
|
8,
|
|
12725
12839
|
{
|
|
12726
12840
|
"input": [
|
|
12727
|
-
|
|
12841
|
+
447,
|
|
12728
12842
|
"DismissNotificationDto!"
|
|
12729
12843
|
]
|
|
12730
12844
|
}
|
|
12731
12845
|
],
|
|
12732
12846
|
"updateNotificationPreferences": [
|
|
12733
|
-
|
|
12847
|
+
223,
|
|
12734
12848
|
{
|
|
12735
12849
|
"input": [
|
|
12736
|
-
|
|
12850
|
+
444,
|
|
12737
12851
|
"UpdateNotificationPreferenceDto!"
|
|
12738
12852
|
]
|
|
12739
12853
|
}
|
|
12740
12854
|
],
|
|
12741
12855
|
"registerDeviceToken": [
|
|
12742
|
-
|
|
12856
|
+
191,
|
|
12743
12857
|
{
|
|
12744
12858
|
"input": [
|
|
12745
|
-
|
|
12859
|
+
402,
|
|
12746
12860
|
"RegisterDeviceTokenDto!"
|
|
12747
12861
|
]
|
|
12748
12862
|
}
|
|
@@ -12751,7 +12865,7 @@ exports.default = {
|
|
|
12751
12865
|
8,
|
|
12752
12866
|
{
|
|
12753
12867
|
"input": [
|
|
12754
|
-
|
|
12868
|
+
403,
|
|
12755
12869
|
"UnregisterDeviceTokenDto!"
|
|
12756
12870
|
]
|
|
12757
12871
|
}
|
|
@@ -12760,7 +12874,7 @@ exports.default = {
|
|
|
12760
12874
|
8,
|
|
12761
12875
|
{
|
|
12762
12876
|
"input": [
|
|
12763
|
-
|
|
12877
|
+
416,
|
|
12764
12878
|
"FollowAthleteInput!"
|
|
12765
12879
|
]
|
|
12766
12880
|
}
|
|
@@ -12769,29 +12883,29 @@ exports.default = {
|
|
|
12769
12883
|
8,
|
|
12770
12884
|
{
|
|
12771
12885
|
"input": [
|
|
12772
|
-
|
|
12886
|
+
417,
|
|
12773
12887
|
"UnfollowAthleteInput!"
|
|
12774
12888
|
]
|
|
12775
12889
|
}
|
|
12776
12890
|
],
|
|
12777
12891
|
"createEmailCampaign": [
|
|
12778
|
-
|
|
12892
|
+
199,
|
|
12779
12893
|
{
|
|
12780
12894
|
"input": [
|
|
12781
|
-
|
|
12895
|
+
408,
|
|
12782
12896
|
"CreateEmailCampaignDto!"
|
|
12783
12897
|
]
|
|
12784
12898
|
}
|
|
12785
12899
|
],
|
|
12786
12900
|
"updateEmailCampaign": [
|
|
12787
|
-
|
|
12901
|
+
199,
|
|
12788
12902
|
{
|
|
12789
12903
|
"id": [
|
|
12790
12904
|
1,
|
|
12791
12905
|
"String!"
|
|
12792
12906
|
],
|
|
12793
12907
|
"input": [
|
|
12794
|
-
|
|
12908
|
+
409,
|
|
12795
12909
|
"UpdateEmailCampaignDto!"
|
|
12796
12910
|
]
|
|
12797
12911
|
}
|
|
@@ -12806,7 +12920,7 @@ exports.default = {
|
|
|
12806
12920
|
}
|
|
12807
12921
|
],
|
|
12808
12922
|
"cloneEmailCampaign": [
|
|
12809
|
-
|
|
12923
|
+
199,
|
|
12810
12924
|
{
|
|
12811
12925
|
"id": [
|
|
12812
12926
|
1,
|
|
@@ -12837,7 +12951,7 @@ exports.default = {
|
|
|
12837
12951
|
}
|
|
12838
12952
|
],
|
|
12839
12953
|
"scheduleEmailCampaign": [
|
|
12840
|
-
|
|
12954
|
+
199,
|
|
12841
12955
|
{
|
|
12842
12956
|
"campaignId": [
|
|
12843
12957
|
1,
|
|
@@ -12850,7 +12964,7 @@ exports.default = {
|
|
|
12850
12964
|
}
|
|
12851
12965
|
],
|
|
12852
12966
|
"cancelScheduledEmail": [
|
|
12853
|
-
|
|
12967
|
+
199,
|
|
12854
12968
|
{
|
|
12855
12969
|
"campaignId": [
|
|
12856
12970
|
1,
|
|
@@ -12859,23 +12973,23 @@ exports.default = {
|
|
|
12859
12973
|
}
|
|
12860
12974
|
],
|
|
12861
12975
|
"createEmailSegment": [
|
|
12862
|
-
|
|
12976
|
+
198,
|
|
12863
12977
|
{
|
|
12864
12978
|
"input": [
|
|
12865
|
-
|
|
12979
|
+
410,
|
|
12866
12980
|
"CreateEmailSegmentDto!"
|
|
12867
12981
|
]
|
|
12868
12982
|
}
|
|
12869
12983
|
],
|
|
12870
12984
|
"updateEmailSegment": [
|
|
12871
|
-
|
|
12985
|
+
198,
|
|
12872
12986
|
{
|
|
12873
12987
|
"id": [
|
|
12874
12988
|
1,
|
|
12875
12989
|
"String!"
|
|
12876
12990
|
],
|
|
12877
12991
|
"input": [
|
|
12878
|
-
|
|
12992
|
+
411,
|
|
12879
12993
|
"UpdateEmailSegmentDto!"
|
|
12880
12994
|
]
|
|
12881
12995
|
}
|
|
@@ -12890,10 +13004,10 @@ exports.default = {
|
|
|
12890
13004
|
}
|
|
12891
13005
|
],
|
|
12892
13006
|
"sendPushCampaign": [
|
|
12893
|
-
|
|
13007
|
+
249,
|
|
12894
13008
|
{
|
|
12895
13009
|
"input": [
|
|
12896
|
-
|
|
13010
|
+
458,
|
|
12897
13011
|
"SendPushCampaignInput!"
|
|
12898
13012
|
]
|
|
12899
13013
|
}
|
|
@@ -12902,7 +13016,7 @@ exports.default = {
|
|
|
12902
13016
|
130,
|
|
12903
13017
|
{
|
|
12904
13018
|
"input": [
|
|
12905
|
-
|
|
13019
|
+
316,
|
|
12906
13020
|
"SendChatMessageDto!"
|
|
12907
13021
|
]
|
|
12908
13022
|
}
|
|
@@ -12911,7 +13025,7 @@ exports.default = {
|
|
|
12911
13025
|
129,
|
|
12912
13026
|
{
|
|
12913
13027
|
"input": [
|
|
12914
|
-
|
|
13028
|
+
317,
|
|
12915
13029
|
"UpdateAiCoachConfigDto!"
|
|
12916
13030
|
]
|
|
12917
13031
|
}
|
|
@@ -12929,7 +13043,7 @@ exports.default = {
|
|
|
12929
13043
|
95,
|
|
12930
13044
|
{
|
|
12931
13045
|
"input": [
|
|
12932
|
-
|
|
13046
|
+
466,
|
|
12933
13047
|
"CreateTeamInput!"
|
|
12934
13048
|
]
|
|
12935
13049
|
}
|
|
@@ -12938,7 +13052,7 @@ exports.default = {
|
|
|
12938
13052
|
95,
|
|
12939
13053
|
{
|
|
12940
13054
|
"input": [
|
|
12941
|
-
|
|
13055
|
+
467,
|
|
12942
13056
|
"UpdateTeamInput!"
|
|
12943
13057
|
]
|
|
12944
13058
|
}
|
|
@@ -12947,7 +13061,7 @@ exports.default = {
|
|
|
12947
13061
|
93,
|
|
12948
13062
|
{
|
|
12949
13063
|
"input": [
|
|
12950
|
-
|
|
13064
|
+
468,
|
|
12951
13065
|
"JoinTeamInput!"
|
|
12952
13066
|
]
|
|
12953
13067
|
}
|
|
@@ -12982,7 +13096,7 @@ exports.default = {
|
|
|
12982
13096
|
93,
|
|
12983
13097
|
{
|
|
12984
13098
|
"input": [
|
|
12985
|
-
|
|
13099
|
+
469,
|
|
12986
13100
|
"ManageTeamMemberInput!"
|
|
12987
13101
|
]
|
|
12988
13102
|
}
|
|
@@ -13036,7 +13150,7 @@ exports.default = {
|
|
|
13036
13150
|
136,
|
|
13037
13151
|
{
|
|
13038
13152
|
"input": [
|
|
13039
|
-
|
|
13153
|
+
362,
|
|
13040
13154
|
"CreateClubInput!"
|
|
13041
13155
|
]
|
|
13042
13156
|
}
|
|
@@ -13045,7 +13159,7 @@ exports.default = {
|
|
|
13045
13159
|
136,
|
|
13046
13160
|
{
|
|
13047
13161
|
"input": [
|
|
13048
|
-
|
|
13162
|
+
363,
|
|
13049
13163
|
"UpdateClubInput!"
|
|
13050
13164
|
]
|
|
13051
13165
|
}
|
|
@@ -13054,7 +13168,7 @@ exports.default = {
|
|
|
13054
13168
|
138,
|
|
13055
13169
|
{
|
|
13056
13170
|
"input": [
|
|
13057
|
-
|
|
13171
|
+
364,
|
|
13058
13172
|
"JoinClubInput!"
|
|
13059
13173
|
]
|
|
13060
13174
|
}
|
|
@@ -13085,7 +13199,7 @@ exports.default = {
|
|
|
13085
13199
|
138,
|
|
13086
13200
|
{
|
|
13087
13201
|
"input": [
|
|
13088
|
-
|
|
13202
|
+
365,
|
|
13089
13203
|
"ManageClubMemberInput!"
|
|
13090
13204
|
]
|
|
13091
13205
|
}
|
|
@@ -13144,20 +13258,47 @@ exports.default = {
|
|
|
13144
13258
|
]
|
|
13145
13259
|
}
|
|
13146
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
|
+
],
|
|
13147
13288
|
"trackUsageEvents": [
|
|
13148
|
-
|
|
13289
|
+
282,
|
|
13149
13290
|
{
|
|
13150
13291
|
"events": [
|
|
13151
|
-
|
|
13292
|
+
479,
|
|
13152
13293
|
"[UsageEventInput!]!"
|
|
13153
13294
|
]
|
|
13154
13295
|
}
|
|
13155
13296
|
],
|
|
13156
13297
|
"requestMyDataExport": [
|
|
13157
|
-
|
|
13298
|
+
184,
|
|
13158
13299
|
{
|
|
13159
13300
|
"input": [
|
|
13160
|
-
|
|
13301
|
+
397
|
|
13161
13302
|
]
|
|
13162
13303
|
}
|
|
13163
13304
|
],
|
|
@@ -13265,7 +13406,7 @@ exports.default = {
|
|
|
13265
13406
|
1
|
|
13266
13407
|
],
|
|
13267
13408
|
"role": [
|
|
13268
|
-
|
|
13409
|
+
486
|
|
13269
13410
|
],
|
|
13270
13411
|
"__typename": [
|
|
13271
13412
|
1
|
|
@@ -13287,7 +13428,7 @@ exports.default = {
|
|
|
13287
13428
|
1
|
|
13288
13429
|
],
|
|
13289
13430
|
"role": [
|
|
13290
|
-
|
|
13431
|
+
486
|
|
13291
13432
|
],
|
|
13292
13433
|
"__typename": [
|
|
13293
13434
|
1
|