@vertikalx/vtx-backend-client 3.1.8-dev.1 → 3.1.12-dev.0
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/admin.api.js +9 -0
- package/dist/src/api/domains/generated/admin.api.js.map +1 -1
- package/dist/src/api/domains/generated/usage-events.api.js +6 -0
- package/dist/src/api/domains/generated/usage-events.api.js.map +1 -1
- package/dist/src/api/domains/generated/vtx-base-api.augment.d.ts +6 -1
- package/dist/src/client/schema.d.ts +388 -0
- package/dist/src/client/schema.js +130 -3
- package/dist/src/client/schema.js.map +1 -1
- package/dist/src/client/types.d.ts +163 -0
- package/dist/src/client/types.js +770 -358
- package/dist/src/client/types.js.map +1 -1
- package/dist/src/generated/graphql.d.ts +297 -0
- package/dist/src/generated/graphql.js +159 -8
- package/dist/src/generated/graphql.js.map +1 -1
- package/package.json +1 -1
package/dist/src/client/types.js
CHANGED
|
@@ -18,34 +18,35 @@ exports.default = {
|
|
|
18
18
|
160,
|
|
19
19
|
175,
|
|
20
20
|
183,
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
401,
|
|
29
|
-
402,
|
|
30
|
-
403,
|
|
31
|
-
404,
|
|
32
|
-
405,
|
|
33
|
-
406,
|
|
34
|
-
407,
|
|
35
|
-
408,
|
|
36
|
-
409,
|
|
37
|
-
410,
|
|
38
|
-
411,
|
|
39
|
-
412,
|
|
40
|
-
413,
|
|
41
|
-
414,
|
|
42
|
-
415,
|
|
43
|
-
416,
|
|
44
|
-
417,
|
|
45
|
-
418,
|
|
46
|
-
419,
|
|
21
|
+
216,
|
|
22
|
+
239,
|
|
23
|
+
242,
|
|
24
|
+
243,
|
|
25
|
+
244,
|
|
26
|
+
316,
|
|
27
|
+
383,
|
|
47
28
|
420,
|
|
48
|
-
421
|
|
29
|
+
421,
|
|
30
|
+
422,
|
|
31
|
+
423,
|
|
32
|
+
424,
|
|
33
|
+
425,
|
|
34
|
+
426,
|
|
35
|
+
427,
|
|
36
|
+
428,
|
|
37
|
+
429,
|
|
38
|
+
430,
|
|
39
|
+
431,
|
|
40
|
+
432,
|
|
41
|
+
433,
|
|
42
|
+
434,
|
|
43
|
+
435,
|
|
44
|
+
436,
|
|
45
|
+
437,
|
|
46
|
+
438,
|
|
47
|
+
439,
|
|
48
|
+
440,
|
|
49
|
+
441
|
|
49
50
|
],
|
|
50
51
|
"types": {
|
|
51
52
|
"User": {
|
|
@@ -1650,7 +1651,7 @@ exports.default = {
|
|
|
1650
1651
|
1
|
|
1651
1652
|
],
|
|
1652
1653
|
"resultType": [
|
|
1653
|
-
|
|
1654
|
+
433
|
|
1654
1655
|
],
|
|
1655
1656
|
"verified": [
|
|
1656
1657
|
2
|
|
@@ -2929,7 +2930,7 @@ exports.default = {
|
|
|
2929
2930
|
96
|
|
2930
2931
|
],
|
|
2931
2932
|
"mode": [
|
|
2932
|
-
|
|
2933
|
+
420
|
|
2933
2934
|
],
|
|
2934
2935
|
"athleteId": [
|
|
2935
2936
|
1
|
|
@@ -4543,7 +4544,7 @@ exports.default = {
|
|
|
4543
4544
|
2
|
|
4544
4545
|
],
|
|
4545
4546
|
"adminRole": [
|
|
4546
|
-
|
|
4547
|
+
421
|
|
4547
4548
|
],
|
|
4548
4549
|
"__typename": [
|
|
4549
4550
|
1
|
|
@@ -4609,6 +4610,324 @@ exports.default = {
|
|
|
4609
4610
|
1
|
|
4610
4611
|
]
|
|
4611
4612
|
},
|
|
4613
|
+
"AdminDeviceToken": {
|
|
4614
|
+
"platform": [
|
|
4615
|
+
1
|
|
4616
|
+
],
|
|
4617
|
+
"deviceName": [
|
|
4618
|
+
1
|
|
4619
|
+
],
|
|
4620
|
+
"active": [
|
|
4621
|
+
2
|
|
4622
|
+
],
|
|
4623
|
+
"createdAt": [
|
|
4624
|
+
14
|
|
4625
|
+
],
|
|
4626
|
+
"updatedAt": [
|
|
4627
|
+
14
|
|
4628
|
+
],
|
|
4629
|
+
"__typename": [
|
|
4630
|
+
1
|
|
4631
|
+
]
|
|
4632
|
+
},
|
|
4633
|
+
"AdminNotificationStatus": {
|
|
4634
|
+
"hasPreferenceRow": [
|
|
4635
|
+
2
|
|
4636
|
+
],
|
|
4637
|
+
"emailEnabled": [
|
|
4638
|
+
2
|
|
4639
|
+
],
|
|
4640
|
+
"pushEnabled": [
|
|
4641
|
+
2
|
|
4642
|
+
],
|
|
4643
|
+
"inAppEnabled": [
|
|
4644
|
+
2
|
|
4645
|
+
],
|
|
4646
|
+
"mutedTypes": [
|
|
4647
|
+
1
|
|
4648
|
+
],
|
|
4649
|
+
"updatedAt": [
|
|
4650
|
+
14
|
|
4651
|
+
],
|
|
4652
|
+
"deviceTokens": [
|
|
4653
|
+
190
|
|
4654
|
+
],
|
|
4655
|
+
"emailEligible": [
|
|
4656
|
+
2
|
|
4657
|
+
],
|
|
4658
|
+
"pushEligible": [
|
|
4659
|
+
2
|
|
4660
|
+
],
|
|
4661
|
+
"emailEligibilityReason": [
|
|
4662
|
+
440
|
|
4663
|
+
],
|
|
4664
|
+
"pushEligibilityReason": [
|
|
4665
|
+
440
|
|
4666
|
+
],
|
|
4667
|
+
"__typename": [
|
|
4668
|
+
1
|
|
4669
|
+
]
|
|
4670
|
+
},
|
|
4671
|
+
"AdminStravaIntegration": {
|
|
4672
|
+
"connected": [
|
|
4673
|
+
2
|
|
4674
|
+
],
|
|
4675
|
+
"stravaAthleteId": [
|
|
4676
|
+
1
|
|
4677
|
+
],
|
|
4678
|
+
"tokenExpires": [
|
|
4679
|
+
14
|
|
4680
|
+
],
|
|
4681
|
+
"refreshTokenExpires": [
|
|
4682
|
+
14
|
|
4683
|
+
],
|
|
4684
|
+
"__typename": [
|
|
4685
|
+
1
|
|
4686
|
+
]
|
|
4687
|
+
},
|
|
4688
|
+
"AdminInstagramIntegration": {
|
|
4689
|
+
"connected": [
|
|
4690
|
+
2
|
|
4691
|
+
],
|
|
4692
|
+
"instagramUsername": [
|
|
4693
|
+
1
|
|
4694
|
+
],
|
|
4695
|
+
"userId": [
|
|
4696
|
+
1
|
|
4697
|
+
],
|
|
4698
|
+
"tokenExpires": [
|
|
4699
|
+
14
|
|
4700
|
+
],
|
|
4701
|
+
"__typename": [
|
|
4702
|
+
1
|
|
4703
|
+
]
|
|
4704
|
+
},
|
|
4705
|
+
"AdminIntegrations": {
|
|
4706
|
+
"strava": [
|
|
4707
|
+
192
|
|
4708
|
+
],
|
|
4709
|
+
"instagram": [
|
|
4710
|
+
193
|
|
4711
|
+
],
|
|
4712
|
+
"__typename": [
|
|
4713
|
+
1
|
|
4714
|
+
]
|
|
4715
|
+
},
|
|
4716
|
+
"AdminWallet": {
|
|
4717
|
+
"hasStripeAccount": [
|
|
4718
|
+
2
|
|
4719
|
+
],
|
|
4720
|
+
"stripeAccountId": [
|
|
4721
|
+
1
|
|
4722
|
+
],
|
|
4723
|
+
"__typename": [
|
|
4724
|
+
1
|
|
4725
|
+
]
|
|
4726
|
+
},
|
|
4727
|
+
"AdminCampaignCurrent": {
|
|
4728
|
+
"title": [
|
|
4729
|
+
1
|
|
4730
|
+
],
|
|
4731
|
+
"slug": [
|
|
4732
|
+
1
|
|
4733
|
+
],
|
|
4734
|
+
"status": [
|
|
4735
|
+
1
|
|
4736
|
+
],
|
|
4737
|
+
"endingDate": [
|
|
4738
|
+
14
|
|
4739
|
+
],
|
|
4740
|
+
"fundsRequired": [
|
|
4741
|
+
18
|
|
4742
|
+
],
|
|
4743
|
+
"totalCollected": [
|
|
4744
|
+
18
|
|
4745
|
+
],
|
|
4746
|
+
"pctFunded": [
|
|
4747
|
+
18
|
|
4748
|
+
],
|
|
4749
|
+
"__typename": [
|
|
4750
|
+
1
|
|
4751
|
+
]
|
|
4752
|
+
},
|
|
4753
|
+
"AdminCampaignRecent": {
|
|
4754
|
+
"title": [
|
|
4755
|
+
1
|
|
4756
|
+
],
|
|
4757
|
+
"status": [
|
|
4758
|
+
1
|
|
4759
|
+
],
|
|
4760
|
+
"endingDate": [
|
|
4761
|
+
14
|
|
4762
|
+
],
|
|
4763
|
+
"pctFunded": [
|
|
4764
|
+
18
|
|
4765
|
+
],
|
|
4766
|
+
"__typename": [
|
|
4767
|
+
1
|
|
4768
|
+
]
|
|
4769
|
+
},
|
|
4770
|
+
"AdminCampaignsSummary": {
|
|
4771
|
+
"total": [
|
|
4772
|
+
53
|
|
4773
|
+
],
|
|
4774
|
+
"current": [
|
|
4775
|
+
196
|
|
4776
|
+
],
|
|
4777
|
+
"recent": [
|
|
4778
|
+
197
|
|
4779
|
+
],
|
|
4780
|
+
"__typename": [
|
|
4781
|
+
1
|
|
4782
|
+
]
|
|
4783
|
+
},
|
|
4784
|
+
"AdminHistoricalScoreEntry": {
|
|
4785
|
+
"score": [
|
|
4786
|
+
18
|
|
4787
|
+
],
|
|
4788
|
+
"date": [
|
|
4789
|
+
14
|
|
4790
|
+
],
|
|
4791
|
+
"__typename": [
|
|
4792
|
+
1
|
|
4793
|
+
]
|
|
4794
|
+
},
|
|
4795
|
+
"AdminLatestCompetition": {
|
|
4796
|
+
"name": [
|
|
4797
|
+
1
|
|
4798
|
+
],
|
|
4799
|
+
"date": [
|
|
4800
|
+
14
|
|
4801
|
+
],
|
|
4802
|
+
"__typename": [
|
|
4803
|
+
1
|
|
4804
|
+
]
|
|
4805
|
+
},
|
|
4806
|
+
"AdminAthleteCounts": {
|
|
4807
|
+
"channels": [
|
|
4808
|
+
53
|
|
4809
|
+
],
|
|
4810
|
+
"albums": [
|
|
4811
|
+
53
|
|
4812
|
+
],
|
|
4813
|
+
"sponsorships": [
|
|
4814
|
+
53
|
|
4815
|
+
],
|
|
4816
|
+
"competitions": [
|
|
4817
|
+
53
|
|
4818
|
+
],
|
|
4819
|
+
"affiliations": [
|
|
4820
|
+
53
|
|
4821
|
+
],
|
|
4822
|
+
"__typename": [
|
|
4823
|
+
1
|
|
4824
|
+
]
|
|
4825
|
+
},
|
|
4826
|
+
"AdminAthleteExtras": {
|
|
4827
|
+
"onboardingComplete": [
|
|
4828
|
+
2
|
|
4829
|
+
],
|
|
4830
|
+
"onboardingStep": [
|
|
4831
|
+
53
|
|
4832
|
+
],
|
|
4833
|
+
"onboardingStepLabel": [
|
|
4834
|
+
1
|
|
4835
|
+
],
|
|
4836
|
+
"lastActiveAt": [
|
|
4837
|
+
14
|
|
4838
|
+
],
|
|
4839
|
+
"vtxScore": [
|
|
4840
|
+
18
|
|
4841
|
+
],
|
|
4842
|
+
"vtxScoreTimestamp": [
|
|
4843
|
+
14
|
|
4844
|
+
],
|
|
4845
|
+
"socialScore": [
|
|
4846
|
+
18
|
|
4847
|
+
],
|
|
4848
|
+
"socialScoreTimestamp": [
|
|
4849
|
+
14
|
|
4850
|
+
],
|
|
4851
|
+
"latestVtxHistoricalScore": [
|
|
4852
|
+
199
|
|
4853
|
+
],
|
|
4854
|
+
"latestTpiHistoricalScore": [
|
|
4855
|
+
199
|
|
4856
|
+
],
|
|
4857
|
+
"latestSpiHistoricalScore": [
|
|
4858
|
+
199
|
|
4859
|
+
],
|
|
4860
|
+
"latestApiHistoricalScore": [
|
|
4861
|
+
199
|
|
4862
|
+
],
|
|
4863
|
+
"biography": [
|
|
4864
|
+
1
|
|
4865
|
+
],
|
|
4866
|
+
"trainer": [
|
|
4867
|
+
1
|
|
4868
|
+
],
|
|
4869
|
+
"trainerUrl": [
|
|
4870
|
+
1
|
|
4871
|
+
],
|
|
4872
|
+
"lgbt": [
|
|
4873
|
+
2
|
|
4874
|
+
],
|
|
4875
|
+
"hasProfilePicture": [
|
|
4876
|
+
2
|
|
4877
|
+
],
|
|
4878
|
+
"hasBannerPicture": [
|
|
4879
|
+
2
|
|
4880
|
+
],
|
|
4881
|
+
"hasCardPicture": [
|
|
4882
|
+
2
|
|
4883
|
+
],
|
|
4884
|
+
"counts": [
|
|
4885
|
+
201
|
|
4886
|
+
],
|
|
4887
|
+
"latestCompetition": [
|
|
4888
|
+
200
|
|
4889
|
+
],
|
|
4890
|
+
"__typename": [
|
|
4891
|
+
1
|
|
4892
|
+
]
|
|
4893
|
+
},
|
|
4894
|
+
"AdminUserDetail": {
|
|
4895
|
+
"userId": [
|
|
4896
|
+
1
|
|
4897
|
+
],
|
|
4898
|
+
"userType": [
|
|
4899
|
+
1
|
|
4900
|
+
],
|
|
4901
|
+
"notifications": [
|
|
4902
|
+
191
|
|
4903
|
+
],
|
|
4904
|
+
"integrations": [
|
|
4905
|
+
194
|
|
4906
|
+
],
|
|
4907
|
+
"wallet": [
|
|
4908
|
+
195
|
|
4909
|
+
],
|
|
4910
|
+
"campaigns": [
|
|
4911
|
+
198
|
|
4912
|
+
],
|
|
4913
|
+
"athleteExtras": [
|
|
4914
|
+
202
|
|
4915
|
+
],
|
|
4916
|
+
"__typename": [
|
|
4917
|
+
1
|
|
4918
|
+
]
|
|
4919
|
+
},
|
|
4920
|
+
"CreateDefaultNotificationPreferenceResult": {
|
|
4921
|
+
"created": [
|
|
4922
|
+
2
|
|
4923
|
+
],
|
|
4924
|
+
"alreadyExists": [
|
|
4925
|
+
2
|
|
4926
|
+
],
|
|
4927
|
+
"__typename": [
|
|
4928
|
+
1
|
|
4929
|
+
]
|
|
4930
|
+
},
|
|
4612
4931
|
"PaginatedUsers": {
|
|
4613
4932
|
"items": [
|
|
4614
4933
|
140
|
|
@@ -4779,10 +5098,10 @@ exports.default = {
|
|
|
4779
5098
|
1
|
|
4780
5099
|
],
|
|
4781
5100
|
"availableBalances": [
|
|
4782
|
-
|
|
5101
|
+
213
|
|
4783
5102
|
],
|
|
4784
5103
|
"pendingBalances": [
|
|
4785
|
-
|
|
5104
|
+
213
|
|
4786
5105
|
],
|
|
4787
5106
|
"__typename": [
|
|
4788
5107
|
1
|
|
@@ -4820,7 +5139,7 @@ exports.default = {
|
|
|
4820
5139
|
1
|
|
4821
5140
|
],
|
|
4822
5141
|
"status": [
|
|
4823
|
-
|
|
5142
|
+
216
|
|
4824
5143
|
],
|
|
4825
5144
|
"lastError": [
|
|
4826
5145
|
1
|
|
@@ -4992,13 +5311,13 @@ exports.default = {
|
|
|
4992
5311
|
},
|
|
4993
5312
|
"LeaderboardResponse": {
|
|
4994
5313
|
"entries": [
|
|
4995
|
-
|
|
5314
|
+
222
|
|
4996
5315
|
],
|
|
4997
5316
|
"pagination": [
|
|
4998
|
-
|
|
5317
|
+
223
|
|
4999
5318
|
],
|
|
5000
5319
|
"filters": [
|
|
5001
|
-
|
|
5320
|
+
224
|
|
5002
5321
|
],
|
|
5003
5322
|
"__typename": [
|
|
5004
5323
|
1
|
|
@@ -5135,7 +5454,7 @@ exports.default = {
|
|
|
5135
5454
|
},
|
|
5136
5455
|
"ActivitiesResponse": {
|
|
5137
5456
|
"items": [
|
|
5138
|
-
|
|
5457
|
+
231
|
|
5139
5458
|
],
|
|
5140
5459
|
"total": [
|
|
5141
5460
|
53
|
|
@@ -5198,10 +5517,10 @@ exports.default = {
|
|
|
5198
5517
|
1
|
|
5199
5518
|
],
|
|
5200
5519
|
"metrics": [
|
|
5201
|
-
|
|
5520
|
+
233
|
|
5202
5521
|
],
|
|
5203
5522
|
"scoreInfo": [
|
|
5204
|
-
|
|
5523
|
+
234
|
|
5205
5524
|
],
|
|
5206
5525
|
"prMetrics": [
|
|
5207
5526
|
1
|
|
@@ -5247,7 +5566,7 @@ exports.default = {
|
|
|
5247
5566
|
18
|
|
5248
5567
|
],
|
|
5249
5568
|
"topMetrics": [
|
|
5250
|
-
|
|
5569
|
+
236
|
|
5251
5570
|
],
|
|
5252
5571
|
"newMaxActivityIds": [
|
|
5253
5572
|
1
|
|
@@ -5264,7 +5583,7 @@ exports.default = {
|
|
|
5264
5583
|
14
|
|
5265
5584
|
],
|
|
5266
5585
|
"category": [
|
|
5267
|
-
|
|
5586
|
+
239
|
|
5268
5587
|
],
|
|
5269
5588
|
"count": [
|
|
5270
5589
|
53
|
|
@@ -5279,7 +5598,7 @@ exports.default = {
|
|
|
5279
5598
|
"ActivityCategory": {},
|
|
5280
5599
|
"ActivityDatesResponse": {
|
|
5281
5600
|
"dates": [
|
|
5282
|
-
|
|
5601
|
+
238
|
|
5283
5602
|
],
|
|
5284
5603
|
"__typename": [
|
|
5285
5604
|
1
|
|
@@ -5293,13 +5612,13 @@ exports.default = {
|
|
|
5293
5612
|
1
|
|
5294
5613
|
],
|
|
5295
5614
|
"platform": [
|
|
5296
|
-
|
|
5615
|
+
242
|
|
5297
5616
|
],
|
|
5298
5617
|
"contentType": [
|
|
5299
|
-
|
|
5618
|
+
243
|
|
5300
5619
|
],
|
|
5301
5620
|
"periodType": [
|
|
5302
|
-
|
|
5621
|
+
244
|
|
5303
5622
|
],
|
|
5304
5623
|
"periodLabel": [
|
|
5305
5624
|
1
|
|
@@ -5364,7 +5683,7 @@ exports.default = {
|
|
|
5364
5683
|
1
|
|
5365
5684
|
],
|
|
5366
5685
|
"contentType": [
|
|
5367
|
-
|
|
5686
|
+
243
|
|
5368
5687
|
],
|
|
5369
5688
|
"caption": [
|
|
5370
5689
|
1
|
|
@@ -5413,10 +5732,10 @@ exports.default = {
|
|
|
5413
5732
|
},
|
|
5414
5733
|
"PostComparisonResultType": {
|
|
5415
5734
|
"posts": [
|
|
5416
|
-
|
|
5735
|
+
245
|
|
5417
5736
|
],
|
|
5418
5737
|
"averages": [
|
|
5419
|
-
|
|
5738
|
+
246
|
|
5420
5739
|
],
|
|
5421
5740
|
"total": [
|
|
5422
5741
|
53
|
|
@@ -5474,7 +5793,7 @@ exports.default = {
|
|
|
5474
5793
|
},
|
|
5475
5794
|
"NotificationListResponse": {
|
|
5476
5795
|
"notifications": [
|
|
5477
|
-
|
|
5796
|
+
248
|
|
5478
5797
|
],
|
|
5479
5798
|
"total": [
|
|
5480
5799
|
53
|
|
@@ -5588,7 +5907,7 @@ exports.default = {
|
|
|
5588
5907
|
},
|
|
5589
5908
|
"FollowedAthletesListResponse": {
|
|
5590
5909
|
"athletes": [
|
|
5591
|
-
|
|
5910
|
+
254
|
|
5592
5911
|
],
|
|
5593
5912
|
"total": [
|
|
5594
5913
|
53
|
|
@@ -5704,10 +6023,10 @@ exports.default = {
|
|
|
5704
6023
|
14
|
|
5705
6024
|
],
|
|
5706
6025
|
"deliveryStats": [
|
|
5707
|
-
|
|
6026
|
+
257
|
|
5708
6027
|
],
|
|
5709
6028
|
"segment": [
|
|
5710
|
-
|
|
6029
|
+
258
|
|
5711
6030
|
],
|
|
5712
6031
|
"__typename": [
|
|
5713
6032
|
1
|
|
@@ -5715,7 +6034,7 @@ exports.default = {
|
|
|
5715
6034
|
},
|
|
5716
6035
|
"EmailCampaignPage": {
|
|
5717
6036
|
"campaigns": [
|
|
5718
|
-
|
|
6037
|
+
259
|
|
5719
6038
|
],
|
|
5720
6039
|
"total": [
|
|
5721
6040
|
53
|
|
@@ -5769,7 +6088,7 @@ exports.default = {
|
|
|
5769
6088
|
53
|
|
5770
6089
|
],
|
|
5771
6090
|
"users": [
|
|
5772
|
-
|
|
6091
|
+
262
|
|
5773
6092
|
],
|
|
5774
6093
|
"__typename": [
|
|
5775
6094
|
1
|
|
@@ -5856,7 +6175,7 @@ exports.default = {
|
|
|
5856
6175
|
14
|
|
5857
6176
|
],
|
|
5858
6177
|
"messages": [
|
|
5859
|
-
|
|
6178
|
+
265
|
|
5860
6179
|
],
|
|
5861
6180
|
"__typename": [
|
|
5862
6181
|
1
|
|
@@ -5916,7 +6235,7 @@ exports.default = {
|
|
|
5916
6235
|
},
|
|
5917
6236
|
"AiCoachNudgeListResponse": {
|
|
5918
6237
|
"nudges": [
|
|
5919
|
-
|
|
6238
|
+
268
|
|
5920
6239
|
],
|
|
5921
6240
|
"total": [
|
|
5922
6241
|
53
|
|
@@ -6007,10 +6326,10 @@ exports.default = {
|
|
|
6007
6326
|
53
|
|
6008
6327
|
],
|
|
6009
6328
|
"vtxScoreHistory": [
|
|
6010
|
-
|
|
6329
|
+
272
|
|
6011
6330
|
],
|
|
6012
6331
|
"topPerformers": [
|
|
6013
|
-
|
|
6332
|
+
273
|
|
6014
6333
|
],
|
|
6015
6334
|
"__typename": [
|
|
6016
6335
|
1
|
|
@@ -6035,13 +6354,13 @@ exports.default = {
|
|
|
6035
6354
|
},
|
|
6036
6355
|
"TeamDashboard": {
|
|
6037
6356
|
"analytics": [
|
|
6038
|
-
|
|
6357
|
+
274
|
|
6039
6358
|
],
|
|
6040
6359
|
"roster": [
|
|
6041
|
-
|
|
6360
|
+
275
|
|
6042
6361
|
],
|
|
6043
6362
|
"leaderboard": [
|
|
6044
|
-
|
|
6363
|
+
273
|
|
6045
6364
|
],
|
|
6046
6365
|
"__typename": [
|
|
6047
6366
|
1
|
|
@@ -6106,6 +6425,40 @@ exports.default = {
|
|
|
6106
6425
|
1
|
|
6107
6426
|
]
|
|
6108
6427
|
},
|
|
6428
|
+
"ActiveNowSnapshot": {
|
|
6429
|
+
"total": [
|
|
6430
|
+
53
|
|
6431
|
+
],
|
|
6432
|
+
"web": [
|
|
6433
|
+
53
|
|
6434
|
+
],
|
|
6435
|
+
"mobile": [
|
|
6436
|
+
53
|
|
6437
|
+
],
|
|
6438
|
+
"admin": [
|
|
6439
|
+
53
|
|
6440
|
+
],
|
|
6441
|
+
"asOf": [
|
|
6442
|
+
1
|
|
6443
|
+
],
|
|
6444
|
+
"__typename": [
|
|
6445
|
+
1
|
|
6446
|
+
]
|
|
6447
|
+
},
|
|
6448
|
+
"VersionMixRow": {
|
|
6449
|
+
"appVersion": [
|
|
6450
|
+
1
|
|
6451
|
+
],
|
|
6452
|
+
"platform": [
|
|
6453
|
+
1
|
|
6454
|
+
],
|
|
6455
|
+
"userCount": [
|
|
6456
|
+
53
|
|
6457
|
+
],
|
|
6458
|
+
"__typename": [
|
|
6459
|
+
1
|
|
6460
|
+
]
|
|
6461
|
+
},
|
|
6109
6462
|
"ClientCompatibilityType": {
|
|
6110
6463
|
"minimumBuildNumber": [
|
|
6111
6464
|
53
|
|
@@ -6269,7 +6622,7 @@ exports.default = {
|
|
|
6269
6622
|
18
|
|
6270
6623
|
],
|
|
6271
6624
|
"mode": [
|
|
6272
|
-
|
|
6625
|
+
420
|
|
6273
6626
|
],
|
|
6274
6627
|
"fromName": [
|
|
6275
6628
|
1
|
|
@@ -6307,13 +6660,13 @@ exports.default = {
|
|
|
6307
6660
|
1
|
|
6308
6661
|
],
|
|
6309
6662
|
"logo": [
|
|
6310
|
-
|
|
6663
|
+
295
|
|
6311
6664
|
],
|
|
6312
6665
|
"banner": [
|
|
6313
|
-
|
|
6666
|
+
295
|
|
6314
6667
|
],
|
|
6315
6668
|
"translations": [
|
|
6316
|
-
|
|
6669
|
+
296
|
|
6317
6670
|
],
|
|
6318
6671
|
"sponsorId": [
|
|
6319
6672
|
1
|
|
@@ -6365,10 +6718,10 @@ exports.default = {
|
|
|
6365
6718
|
1
|
|
6366
6719
|
],
|
|
6367
6720
|
"logo": [
|
|
6368
|
-
|
|
6721
|
+
295
|
|
6369
6722
|
],
|
|
6370
6723
|
"banner": [
|
|
6371
|
-
|
|
6724
|
+
295
|
|
6372
6725
|
],
|
|
6373
6726
|
"__typename": [
|
|
6374
6727
|
1
|
|
@@ -6436,7 +6789,7 @@ exports.default = {
|
|
|
6436
6789
|
1
|
|
6437
6790
|
],
|
|
6438
6791
|
"invitations": [
|
|
6439
|
-
|
|
6792
|
+
299
|
|
6440
6793
|
],
|
|
6441
6794
|
"__typename": [
|
|
6442
6795
|
1
|
|
@@ -6573,7 +6926,7 @@ exports.default = {
|
|
|
6573
6926
|
1
|
|
6574
6927
|
],
|
|
6575
6928
|
"result": [
|
|
6576
|
-
|
|
6929
|
+
302
|
|
6577
6930
|
],
|
|
6578
6931
|
"cityId": [
|
|
6579
6932
|
1
|
|
@@ -6596,7 +6949,7 @@ exports.default = {
|
|
|
6596
6949
|
1
|
|
6597
6950
|
],
|
|
6598
6951
|
"result": [
|
|
6599
|
-
|
|
6952
|
+
302
|
|
6600
6953
|
],
|
|
6601
6954
|
"cityId": [
|
|
6602
6955
|
1
|
|
@@ -6632,13 +6985,13 @@ exports.default = {
|
|
|
6632
6985
|
},
|
|
6633
6986
|
"CursorPaginationDto": {
|
|
6634
6987
|
"sortCriteria": [
|
|
6635
|
-
|
|
6988
|
+
306
|
|
6636
6989
|
],
|
|
6637
6990
|
"limit": [
|
|
6638
6991
|
18
|
|
6639
6992
|
],
|
|
6640
6993
|
"cursorPosition": [
|
|
6641
|
-
|
|
6994
|
+
307
|
|
6642
6995
|
],
|
|
6643
6996
|
"__typename": [
|
|
6644
6997
|
1
|
|
@@ -6733,7 +7086,7 @@ exports.default = {
|
|
|
6733
7086
|
1
|
|
6734
7087
|
],
|
|
6735
7088
|
"currentCampaign": [
|
|
6736
|
-
|
|
7089
|
+
311
|
|
6737
7090
|
],
|
|
6738
7091
|
"sports": [
|
|
6739
7092
|
1
|
|
@@ -6745,7 +7098,7 @@ exports.default = {
|
|
|
6745
7098
|
2
|
|
6746
7099
|
],
|
|
6747
7100
|
"gender": [
|
|
6748
|
-
|
|
7101
|
+
422
|
|
6749
7102
|
],
|
|
6750
7103
|
"minAge": [
|
|
6751
7104
|
18
|
|
@@ -6795,10 +7148,10 @@ exports.default = {
|
|
|
6795
7148
|
},
|
|
6796
7149
|
"AthleteQueryDto": {
|
|
6797
7150
|
"cursor": [
|
|
6798
|
-
|
|
7151
|
+
308
|
|
6799
7152
|
],
|
|
6800
7153
|
"filters": [
|
|
6801
|
-
|
|
7154
|
+
312
|
|
6802
7155
|
],
|
|
6803
7156
|
"__typename": [
|
|
6804
7157
|
1
|
|
@@ -6809,7 +7162,7 @@ exports.default = {
|
|
|
6809
7162
|
1
|
|
6810
7163
|
],
|
|
6811
7164
|
"newPicture": [
|
|
6812
|
-
|
|
7165
|
+
295
|
|
6813
7166
|
],
|
|
6814
7167
|
"__typename": [
|
|
6815
7168
|
1
|
|
@@ -6823,13 +7176,13 @@ exports.default = {
|
|
|
6823
7176
|
1
|
|
6824
7177
|
],
|
|
6825
7178
|
"pictures": [
|
|
6826
|
-
|
|
7179
|
+
295
|
|
6827
7180
|
],
|
|
6828
7181
|
"albumId": [
|
|
6829
7182
|
1
|
|
6830
7183
|
],
|
|
6831
7184
|
"visibility": [
|
|
6832
|
-
|
|
7185
|
+
316
|
|
6833
7186
|
],
|
|
6834
7187
|
"competitionId": [
|
|
6835
7188
|
1
|
|
@@ -7156,7 +7509,7 @@ exports.default = {
|
|
|
7156
7509
|
},
|
|
7157
7510
|
"resetPasswordDto": {
|
|
7158
7511
|
"code": [
|
|
7159
|
-
|
|
7512
|
+
292
|
|
7160
7513
|
],
|
|
7161
7514
|
"newPassword": [
|
|
7162
7515
|
1
|
|
@@ -7244,7 +7597,23 @@ exports.default = {
|
|
|
7244
7597
|
1
|
|
7245
7598
|
],
|
|
7246
7599
|
"role": [
|
|
7247
|
-
|
|
7600
|
+
421
|
|
7601
|
+
],
|
|
7602
|
+
"__typename": [
|
|
7603
|
+
1
|
|
7604
|
+
]
|
|
7605
|
+
},
|
|
7606
|
+
"GetAdminUserDetailInput": {
|
|
7607
|
+
"userId": [
|
|
7608
|
+
110
|
|
7609
|
+
],
|
|
7610
|
+
"__typename": [
|
|
7611
|
+
1
|
|
7612
|
+
]
|
|
7613
|
+
},
|
|
7614
|
+
"CreateDefaultNotificationPreferenceInput": {
|
|
7615
|
+
"userId": [
|
|
7616
|
+
110
|
|
7248
7617
|
],
|
|
7249
7618
|
"__typename": [
|
|
7250
7619
|
1
|
|
@@ -7303,7 +7672,7 @@ exports.default = {
|
|
|
7303
7672
|
1
|
|
7304
7673
|
],
|
|
7305
7674
|
"banner": [
|
|
7306
|
-
|
|
7675
|
+
295
|
|
7307
7676
|
],
|
|
7308
7677
|
"eventLevel": [
|
|
7309
7678
|
1
|
|
@@ -7415,7 +7784,7 @@ exports.default = {
|
|
|
7415
7784
|
18
|
|
7416
7785
|
],
|
|
7417
7786
|
"items": [
|
|
7418
|
-
|
|
7787
|
+
352
|
|
7419
7788
|
],
|
|
7420
7789
|
"__typename": [
|
|
7421
7790
|
1
|
|
@@ -7426,7 +7795,7 @@ exports.default = {
|
|
|
7426
7795
|
18
|
|
7427
7796
|
],
|
|
7428
7797
|
"items": [
|
|
7429
|
-
|
|
7798
|
+
352
|
|
7430
7799
|
],
|
|
7431
7800
|
"athleteCompetitionId": [
|
|
7432
7801
|
1
|
|
@@ -7475,16 +7844,16 @@ exports.default = {
|
|
|
7475
7844
|
14
|
|
7476
7845
|
],
|
|
7477
7846
|
"budget": [
|
|
7478
|
-
|
|
7847
|
+
354
|
|
7479
7848
|
],
|
|
7480
7849
|
"competitionBudgets": [
|
|
7481
|
-
|
|
7850
|
+
355
|
|
7482
7851
|
],
|
|
7483
7852
|
"competitionIds": [
|
|
7484
7853
|
1
|
|
7485
7854
|
],
|
|
7486
7855
|
"video": [
|
|
7487
|
-
|
|
7856
|
+
356
|
|
7488
7857
|
],
|
|
7489
7858
|
"coverImageId": [
|
|
7490
7859
|
1
|
|
@@ -7528,16 +7897,16 @@ exports.default = {
|
|
|
7528
7897
|
14
|
|
7529
7898
|
],
|
|
7530
7899
|
"budget": [
|
|
7531
|
-
|
|
7900
|
+
354
|
|
7532
7901
|
],
|
|
7533
7902
|
"competitionBudgets": [
|
|
7534
|
-
|
|
7903
|
+
355
|
|
7535
7904
|
],
|
|
7536
7905
|
"competitionIds": [
|
|
7537
7906
|
1
|
|
7538
7907
|
],
|
|
7539
7908
|
"video": [
|
|
7540
|
-
|
|
7909
|
+
356
|
|
7541
7910
|
],
|
|
7542
7911
|
"coverImageId": [
|
|
7543
7912
|
1
|
|
@@ -7584,16 +7953,16 @@ exports.default = {
|
|
|
7584
7953
|
14
|
|
7585
7954
|
],
|
|
7586
7955
|
"budget": [
|
|
7587
|
-
|
|
7956
|
+
354
|
|
7588
7957
|
],
|
|
7589
7958
|
"competitionBudgets": [
|
|
7590
|
-
|
|
7959
|
+
355
|
|
7591
7960
|
],
|
|
7592
7961
|
"competitionIds": [
|
|
7593
7962
|
1
|
|
7594
7963
|
],
|
|
7595
7964
|
"video": [
|
|
7596
|
-
|
|
7965
|
+
356
|
|
7597
7966
|
],
|
|
7598
7967
|
"coverImageId": [
|
|
7599
7968
|
1
|
|
@@ -7627,7 +7996,7 @@ exports.default = {
|
|
|
7627
7996
|
},
|
|
7628
7997
|
"BudgetDto": {
|
|
7629
7998
|
"items": [
|
|
7630
|
-
|
|
7999
|
+
352
|
|
7631
8000
|
],
|
|
7632
8001
|
"fundingMode": [
|
|
7633
8002
|
133
|
|
@@ -7641,7 +8010,7 @@ exports.default = {
|
|
|
7641
8010
|
1
|
|
7642
8011
|
],
|
|
7643
8012
|
"budget": [
|
|
7644
|
-
|
|
8013
|
+
361
|
|
7645
8014
|
],
|
|
7646
8015
|
"__typename": [
|
|
7647
8016
|
1
|
|
@@ -7652,7 +8021,7 @@ exports.default = {
|
|
|
7652
8021
|
1
|
|
7653
8022
|
],
|
|
7654
8023
|
"budget": [
|
|
7655
|
-
|
|
8024
|
+
361
|
|
7656
8025
|
],
|
|
7657
8026
|
"__typename": [
|
|
7658
8027
|
1
|
|
@@ -7672,7 +8041,7 @@ exports.default = {
|
|
|
7672
8041
|
18
|
|
7673
8042
|
],
|
|
7674
8043
|
"budget": [
|
|
7675
|
-
|
|
8044
|
+
361
|
|
7676
8045
|
],
|
|
7677
8046
|
"__typename": [
|
|
7678
8047
|
1
|
|
@@ -7709,7 +8078,7 @@ exports.default = {
|
|
|
7709
8078
|
1
|
|
7710
8079
|
],
|
|
7711
8080
|
"filters": [
|
|
7712
|
-
|
|
8081
|
+
365
|
|
7713
8082
|
],
|
|
7714
8083
|
"sortField": [
|
|
7715
8084
|
1
|
|
@@ -7735,7 +8104,7 @@ exports.default = {
|
|
|
7735
8104
|
1
|
|
7736
8105
|
],
|
|
7737
8106
|
"logo": [
|
|
7738
|
-
|
|
8107
|
+
295
|
|
7739
8108
|
],
|
|
7740
8109
|
"countryId": [
|
|
7741
8110
|
1
|
|
@@ -7823,7 +8192,7 @@ exports.default = {
|
|
|
7823
8192
|
1
|
|
7824
8193
|
],
|
|
7825
8194
|
"profilePicture": [
|
|
7826
|
-
|
|
8195
|
+
295
|
|
7827
8196
|
],
|
|
7828
8197
|
"__typename": [
|
|
7829
8198
|
1
|
|
@@ -7875,7 +8244,7 @@ exports.default = {
|
|
|
7875
8244
|
18
|
|
7876
8245
|
],
|
|
7877
8246
|
"sortCriteria": [
|
|
7878
|
-
|
|
8247
|
+
306
|
|
7879
8248
|
],
|
|
7880
8249
|
"__typename": [
|
|
7881
8250
|
1
|
|
@@ -7892,7 +8261,7 @@ exports.default = {
|
|
|
7892
8261
|
1
|
|
7893
8262
|
],
|
|
7894
8263
|
"offerImage": [
|
|
7895
|
-
|
|
8264
|
+
295
|
|
7896
8265
|
],
|
|
7897
8266
|
"type": [
|
|
7898
8267
|
1
|
|
@@ -7916,7 +8285,7 @@ exports.default = {
|
|
|
7916
8285
|
1
|
|
7917
8286
|
],
|
|
7918
8287
|
"criteria": [
|
|
7919
|
-
|
|
8288
|
+
376
|
|
7920
8289
|
],
|
|
7921
8290
|
"dateStart": [
|
|
7922
8291
|
14
|
|
@@ -7951,7 +8320,7 @@ exports.default = {
|
|
|
7951
8320
|
1
|
|
7952
8321
|
],
|
|
7953
8322
|
"qualificationsBag": [
|
|
7954
|
-
|
|
8323
|
+
377
|
|
7955
8324
|
],
|
|
7956
8325
|
"__typename": [
|
|
7957
8326
|
1
|
|
@@ -7959,28 +8328,28 @@ exports.default = {
|
|
|
7959
8328
|
},
|
|
7960
8329
|
"QualificationsBagDto": {
|
|
7961
8330
|
"ageQualifications": [
|
|
7962
|
-
|
|
8331
|
+
328
|
|
7963
8332
|
],
|
|
7964
8333
|
"genderQualifications": [
|
|
7965
|
-
|
|
8334
|
+
329
|
|
7966
8335
|
],
|
|
7967
8336
|
"scoreQualifications": [
|
|
7968
|
-
|
|
8337
|
+
331
|
|
7969
8338
|
],
|
|
7970
8339
|
"locationQualifications": [
|
|
7971
|
-
|
|
8340
|
+
332
|
|
7972
8341
|
],
|
|
7973
8342
|
"nationalityQualifications": [
|
|
7974
|
-
|
|
8343
|
+
330
|
|
7975
8344
|
],
|
|
7976
8345
|
"distanceQualifications": [
|
|
7977
|
-
|
|
8346
|
+
333
|
|
7978
8347
|
],
|
|
7979
8348
|
"sportsQualifications": [
|
|
7980
|
-
|
|
8349
|
+
334
|
|
7981
8350
|
],
|
|
7982
8351
|
"levelQualifications": [
|
|
7983
|
-
|
|
8352
|
+
335
|
|
7984
8353
|
],
|
|
7985
8354
|
"__typename": [
|
|
7986
8355
|
1
|
|
@@ -8026,7 +8395,7 @@ exports.default = {
|
|
|
8026
8395
|
},
|
|
8027
8396
|
"OfferClaimQueryDto": {
|
|
8028
8397
|
"status": [
|
|
8029
|
-
|
|
8398
|
+
437
|
|
8030
8399
|
],
|
|
8031
8400
|
"__typename": [
|
|
8032
8401
|
1
|
|
@@ -8080,7 +8449,7 @@ exports.default = {
|
|
|
8080
8449
|
1
|
|
8081
8450
|
],
|
|
8082
8451
|
"timeRange": [
|
|
8083
|
-
|
|
8452
|
+
383
|
|
8084
8453
|
],
|
|
8085
8454
|
"__typename": [
|
|
8086
8455
|
1
|
|
@@ -8092,7 +8461,7 @@ exports.default = {
|
|
|
8092
8461
|
1
|
|
8093
8462
|
],
|
|
8094
8463
|
"timeRange": [
|
|
8095
|
-
|
|
8464
|
+
383
|
|
8096
8465
|
],
|
|
8097
8466
|
"sportId": [
|
|
8098
8467
|
1
|
|
@@ -8149,7 +8518,7 @@ exports.default = {
|
|
|
8149
8518
|
1
|
|
8150
8519
|
],
|
|
8151
8520
|
"metricRanges": [
|
|
8152
|
-
|
|
8521
|
+
386
|
|
8153
8522
|
],
|
|
8154
8523
|
"__typename": [
|
|
8155
8524
|
1
|
|
@@ -8160,10 +8529,10 @@ exports.default = {
|
|
|
8160
8529
|
1
|
|
8161
8530
|
],
|
|
8162
8531
|
"category": [
|
|
8163
|
-
|
|
8532
|
+
239
|
|
8164
8533
|
],
|
|
8165
8534
|
"timeRange": [
|
|
8166
|
-
|
|
8535
|
+
383
|
|
8167
8536
|
],
|
|
8168
8537
|
"page": [
|
|
8169
8538
|
53
|
|
@@ -8172,7 +8541,7 @@ exports.default = {
|
|
|
8172
8541
|
53
|
|
8173
8542
|
],
|
|
8174
8543
|
"filters": [
|
|
8175
|
-
|
|
8544
|
+
387
|
|
8176
8545
|
],
|
|
8177
8546
|
"__typename": [
|
|
8178
8547
|
1
|
|
@@ -8227,10 +8596,10 @@ exports.default = {
|
|
|
8227
8596
|
53
|
|
8228
8597
|
],
|
|
8229
8598
|
"sortBy": [
|
|
8230
|
-
|
|
8599
|
+
441
|
|
8231
8600
|
],
|
|
8232
8601
|
"contentType": [
|
|
8233
|
-
|
|
8602
|
+
243
|
|
8234
8603
|
],
|
|
8235
8604
|
"limit": [
|
|
8236
8605
|
53
|
|
@@ -8402,13 +8771,13 @@ exports.default = {
|
|
|
8402
8771
|
183
|
|
8403
8772
|
],
|
|
8404
8773
|
"iosOverrides": [
|
|
8405
|
-
|
|
8774
|
+
405
|
|
8406
8775
|
],
|
|
8407
8776
|
"androidOverrides": [
|
|
8408
|
-
|
|
8777
|
+
406
|
|
8409
8778
|
],
|
|
8410
8779
|
"audienceFilters": [
|
|
8411
|
-
|
|
8780
|
+
408
|
|
8412
8781
|
],
|
|
8413
8782
|
"scheduleAt": [
|
|
8414
8783
|
14
|
|
@@ -8677,6 +9046,7 @@ exports.default = {
|
|
|
8677
9046
|
"OfferClaimStatus": {},
|
|
8678
9047
|
"UsagePlatform": {},
|
|
8679
9048
|
"UsageMetric": {},
|
|
9049
|
+
"EligibilityReason": {},
|
|
8680
9050
|
"PostSortOption": {},
|
|
8681
9051
|
"Query": {
|
|
8682
9052
|
"findTenantById": [
|
|
@@ -8748,7 +9118,7 @@ exports.default = {
|
|
|
8748
9118
|
34,
|
|
8749
9119
|
{
|
|
8750
9120
|
"input": [
|
|
8751
|
-
|
|
9121
|
+
443,
|
|
8752
9122
|
"AWSS3GetUploadDto!"
|
|
8753
9123
|
]
|
|
8754
9124
|
}
|
|
@@ -8772,7 +9142,7 @@ exports.default = {
|
|
|
8772
9142
|
153,
|
|
8773
9143
|
{
|
|
8774
9144
|
"query": [
|
|
8775
|
-
|
|
9145
|
+
297
|
|
8776
9146
|
]
|
|
8777
9147
|
}
|
|
8778
9148
|
],
|
|
@@ -8818,7 +9188,7 @@ exports.default = {
|
|
|
8818
9188
|
154,
|
|
8819
9189
|
{
|
|
8820
9190
|
"query": [
|
|
8821
|
-
|
|
9191
|
+
301
|
|
8822
9192
|
]
|
|
8823
9193
|
}
|
|
8824
9194
|
],
|
|
@@ -8826,7 +9196,7 @@ exports.default = {
|
|
|
8826
9196
|
112,
|
|
8827
9197
|
{
|
|
8828
9198
|
"input": [
|
|
8829
|
-
|
|
9199
|
+
444,
|
|
8830
9200
|
"FindSponsorAthleteInvitationDto!"
|
|
8831
9201
|
]
|
|
8832
9202
|
}
|
|
@@ -8835,7 +9205,7 @@ exports.default = {
|
|
|
8835
9205
|
172,
|
|
8836
9206
|
{
|
|
8837
9207
|
"input": [
|
|
8838
|
-
|
|
9208
|
+
318,
|
|
8839
9209
|
"existValueDto!"
|
|
8840
9210
|
]
|
|
8841
9211
|
}
|
|
@@ -8847,7 +9217,7 @@ exports.default = {
|
|
|
8847
9217
|
166,
|
|
8848
9218
|
{
|
|
8849
9219
|
"input": [
|
|
8850
|
-
|
|
9220
|
+
313,
|
|
8851
9221
|
"AthleteQueryDto!"
|
|
8852
9222
|
]
|
|
8853
9223
|
}
|
|
@@ -8895,7 +9265,7 @@ exports.default = {
|
|
|
8895
9265
|
88,
|
|
8896
9266
|
{
|
|
8897
9267
|
"input": [
|
|
8898
|
-
|
|
9268
|
+
445,
|
|
8899
9269
|
"GetAthleteCompetitionsDto!"
|
|
8900
9270
|
]
|
|
8901
9271
|
}
|
|
@@ -8943,7 +9313,7 @@ exports.default = {
|
|
|
8943
9313
|
166,
|
|
8944
9314
|
{
|
|
8945
9315
|
"input": [
|
|
8946
|
-
|
|
9316
|
+
313,
|
|
8947
9317
|
"AthleteQueryDto!"
|
|
8948
9318
|
]
|
|
8949
9319
|
}
|
|
@@ -8961,7 +9331,7 @@ exports.default = {
|
|
|
8961
9331
|
169,
|
|
8962
9332
|
{
|
|
8963
9333
|
"input": [
|
|
8964
|
-
|
|
9334
|
+
318,
|
|
8965
9335
|
"existValueDto!"
|
|
8966
9336
|
]
|
|
8967
9337
|
}
|
|
@@ -8970,7 +9340,7 @@ exports.default = {
|
|
|
8970
9340
|
178,
|
|
8971
9341
|
{
|
|
8972
9342
|
"input": [
|
|
8973
|
-
|
|
9343
|
+
324,
|
|
8974
9344
|
"CheckScoreRefreshCapabilityDto!"
|
|
8975
9345
|
]
|
|
8976
9346
|
}
|
|
@@ -8979,7 +9349,7 @@ exports.default = {
|
|
|
8979
9349
|
173,
|
|
8980
9350
|
{
|
|
8981
9351
|
"input": [
|
|
8982
|
-
|
|
9352
|
+
320,
|
|
8983
9353
|
"GetHistoricalScoresDto!"
|
|
8984
9354
|
]
|
|
8985
9355
|
}
|
|
@@ -8988,7 +9358,7 @@ exports.default = {
|
|
|
8988
9358
|
105,
|
|
8989
9359
|
{
|
|
8990
9360
|
"input": [
|
|
8991
|
-
|
|
9361
|
+
320,
|
|
8992
9362
|
"GetHistoricalScoresDto!"
|
|
8993
9363
|
]
|
|
8994
9364
|
}
|
|
@@ -8997,7 +9367,7 @@ exports.default = {
|
|
|
8997
9367
|
173,
|
|
8998
9368
|
{
|
|
8999
9369
|
"input": [
|
|
9000
|
-
|
|
9370
|
+
319,
|
|
9001
9371
|
"GetMyHistoricalScoresDto!"
|
|
9002
9372
|
]
|
|
9003
9373
|
}
|
|
@@ -9006,7 +9376,7 @@ exports.default = {
|
|
|
9006
9376
|
105,
|
|
9007
9377
|
{
|
|
9008
9378
|
"input": [
|
|
9009
|
-
|
|
9379
|
+
319,
|
|
9010
9380
|
"GetMyHistoricalScoresDto!"
|
|
9011
9381
|
]
|
|
9012
9382
|
}
|
|
@@ -9015,7 +9385,7 @@ exports.default = {
|
|
|
9015
9385
|
96,
|
|
9016
9386
|
{
|
|
9017
9387
|
"input": [
|
|
9018
|
-
|
|
9388
|
+
321,
|
|
9019
9389
|
"GetAthleteCampaignsDto!"
|
|
9020
9390
|
]
|
|
9021
9391
|
}
|
|
@@ -9024,7 +9394,7 @@ exports.default = {
|
|
|
9024
9394
|
176,
|
|
9025
9395
|
{
|
|
9026
9396
|
"input": [
|
|
9027
|
-
|
|
9397
|
+
322,
|
|
9028
9398
|
"BrowseCampaignsDto!"
|
|
9029
9399
|
]
|
|
9030
9400
|
}
|
|
@@ -9048,7 +9418,7 @@ exports.default = {
|
|
|
9048
9418
|
181,
|
|
9049
9419
|
{
|
|
9050
9420
|
"query": [
|
|
9051
|
-
|
|
9421
|
+
326
|
|
9052
9422
|
]
|
|
9053
9423
|
}
|
|
9054
9424
|
],
|
|
@@ -9116,7 +9486,7 @@ exports.default = {
|
|
|
9116
9486
|
0,
|
|
9117
9487
|
{
|
|
9118
9488
|
"input": [
|
|
9119
|
-
|
|
9489
|
+
446,
|
|
9120
9490
|
"FindVtxUserDto!"
|
|
9121
9491
|
]
|
|
9122
9492
|
}
|
|
@@ -9156,7 +9526,7 @@ exports.default = {
|
|
|
9156
9526
|
38,
|
|
9157
9527
|
{
|
|
9158
9528
|
"input": [
|
|
9159
|
-
|
|
9529
|
+
292,
|
|
9160
9530
|
"VerifyCodeDto!"
|
|
9161
9531
|
]
|
|
9162
9532
|
}
|
|
@@ -9174,10 +9544,10 @@ exports.default = {
|
|
|
9174
9544
|
140
|
|
9175
9545
|
],
|
|
9176
9546
|
"getUsersPaginated": [
|
|
9177
|
-
|
|
9547
|
+
205,
|
|
9178
9548
|
{
|
|
9179
9549
|
"query": [
|
|
9180
|
-
|
|
9550
|
+
340
|
|
9181
9551
|
]
|
|
9182
9552
|
}
|
|
9183
9553
|
],
|
|
@@ -9187,6 +9557,15 @@ exports.default = {
|
|
|
9187
9557
|
"myPreferredLocale": [
|
|
9188
9558
|
1
|
|
9189
9559
|
],
|
|
9560
|
+
"getAdminUserDetail": [
|
|
9561
|
+
203,
|
|
9562
|
+
{
|
|
9563
|
+
"input": [
|
|
9564
|
+
344,
|
|
9565
|
+
"GetAdminUserDetailInput!"
|
|
9566
|
+
]
|
|
9567
|
+
}
|
|
9568
|
+
],
|
|
9190
9569
|
"getStravaLoginUrl": [
|
|
9191
9570
|
1
|
|
9192
9571
|
],
|
|
@@ -9194,16 +9573,16 @@ exports.default = {
|
|
|
9194
9573
|
81,
|
|
9195
9574
|
{
|
|
9196
9575
|
"input": [
|
|
9197
|
-
|
|
9576
|
+
447,
|
|
9198
9577
|
"GetSportEventsDto!"
|
|
9199
9578
|
]
|
|
9200
9579
|
}
|
|
9201
9580
|
],
|
|
9202
9581
|
"getSportsEventsPaginated": [
|
|
9203
|
-
|
|
9582
|
+
209,
|
|
9204
9583
|
{
|
|
9205
9584
|
"query": [
|
|
9206
|
-
|
|
9585
|
+
351
|
|
9207
9586
|
]
|
|
9208
9587
|
}
|
|
9209
9588
|
],
|
|
@@ -9247,7 +9626,7 @@ exports.default = {
|
|
|
9247
9626
|
136
|
|
9248
9627
|
],
|
|
9249
9628
|
"getDonationDatesForCalendar": [
|
|
9250
|
-
|
|
9629
|
+
210,
|
|
9251
9630
|
{
|
|
9252
9631
|
"campaignId": [
|
|
9253
9632
|
1
|
|
@@ -9255,15 +9634,15 @@ exports.default = {
|
|
|
9255
9634
|
}
|
|
9256
9635
|
],
|
|
9257
9636
|
"getDonationsPaginated": [
|
|
9258
|
-
|
|
9637
|
+
211,
|
|
9259
9638
|
{
|
|
9260
9639
|
"query": [
|
|
9261
|
-
|
|
9640
|
+
366
|
|
9262
9641
|
]
|
|
9263
9642
|
}
|
|
9264
9643
|
],
|
|
9265
9644
|
"campaignThankYous": [
|
|
9266
|
-
|
|
9645
|
+
212,
|
|
9267
9646
|
{
|
|
9268
9647
|
"campaignId": [
|
|
9269
9648
|
1,
|
|
@@ -9272,7 +9651,7 @@ exports.default = {
|
|
|
9272
9651
|
}
|
|
9273
9652
|
],
|
|
9274
9653
|
"donationThankYou": [
|
|
9275
|
-
|
|
9654
|
+
212,
|
|
9276
9655
|
{
|
|
9277
9656
|
"donationId": [
|
|
9278
9657
|
1,
|
|
@@ -9296,19 +9675,19 @@ exports.default = {
|
|
|
9296
9675
|
174,
|
|
9297
9676
|
{
|
|
9298
9677
|
"input": [
|
|
9299
|
-
|
|
9678
|
+
347,
|
|
9300
9679
|
"StripeQueryDto!"
|
|
9301
9680
|
]
|
|
9302
9681
|
}
|
|
9303
9682
|
],
|
|
9304
9683
|
"getStripeBalance": [
|
|
9305
|
-
|
|
9684
|
+
214
|
|
9306
9685
|
],
|
|
9307
9686
|
"getDatabaseTextFile": [
|
|
9308
9687
|
37,
|
|
9309
9688
|
{
|
|
9310
9689
|
"input": [
|
|
9311
|
-
|
|
9690
|
+
290,
|
|
9312
9691
|
"GetDatabaseFileDto!"
|
|
9313
9692
|
]
|
|
9314
9693
|
}
|
|
@@ -9317,7 +9696,7 @@ exports.default = {
|
|
|
9317
9696
|
34,
|
|
9318
9697
|
{
|
|
9319
9698
|
"input": [
|
|
9320
|
-
|
|
9699
|
+
443,
|
|
9321
9700
|
"AWSS3GetUploadDto!"
|
|
9322
9701
|
]
|
|
9323
9702
|
}
|
|
@@ -9326,7 +9705,7 @@ exports.default = {
|
|
|
9326
9705
|
124,
|
|
9327
9706
|
{
|
|
9328
9707
|
"input": [
|
|
9329
|
-
|
|
9708
|
+
346,
|
|
9330
9709
|
"GetReceiptDto!"
|
|
9331
9710
|
]
|
|
9332
9711
|
}
|
|
@@ -9335,16 +9714,16 @@ exports.default = {
|
|
|
9335
9714
|
125,
|
|
9336
9715
|
{
|
|
9337
9716
|
"input": [
|
|
9338
|
-
|
|
9717
|
+
346,
|
|
9339
9718
|
"GetReceiptDto!"
|
|
9340
9719
|
]
|
|
9341
9720
|
}
|
|
9342
9721
|
],
|
|
9343
9722
|
"getTransactionDetails": [
|
|
9344
|
-
|
|
9723
|
+
208,
|
|
9345
9724
|
{
|
|
9346
9725
|
"input": [
|
|
9347
|
-
|
|
9726
|
+
348,
|
|
9348
9727
|
"GetTransactionDetailsDto!"
|
|
9349
9728
|
]
|
|
9350
9729
|
}
|
|
@@ -9374,10 +9753,10 @@ exports.default = {
|
|
|
9374
9753
|
142
|
|
9375
9754
|
],
|
|
9376
9755
|
"getTransactionsPaginated": [
|
|
9377
|
-
|
|
9756
|
+
218,
|
|
9378
9757
|
{
|
|
9379
9758
|
"query": [
|
|
9380
|
-
|
|
9759
|
+
373
|
|
9381
9760
|
]
|
|
9382
9761
|
}
|
|
9383
9762
|
],
|
|
@@ -9385,10 +9764,10 @@ exports.default = {
|
|
|
9385
9764
|
143
|
|
9386
9765
|
],
|
|
9387
9766
|
"getOffersPaginated": [
|
|
9388
|
-
|
|
9767
|
+
219,
|
|
9389
9768
|
{
|
|
9390
9769
|
"query": [
|
|
9391
|
-
|
|
9770
|
+
378
|
|
9392
9771
|
]
|
|
9393
9772
|
}
|
|
9394
9773
|
],
|
|
@@ -9417,12 +9796,12 @@ exports.default = {
|
|
|
9417
9796
|
"String!"
|
|
9418
9797
|
],
|
|
9419
9798
|
"query": [
|
|
9420
|
-
|
|
9799
|
+
379
|
|
9421
9800
|
]
|
|
9422
9801
|
}
|
|
9423
9802
|
],
|
|
9424
9803
|
"offerAvailability": [
|
|
9425
|
-
|
|
9804
|
+
221,
|
|
9426
9805
|
{
|
|
9427
9806
|
"offerId": [
|
|
9428
9807
|
1,
|
|
@@ -9438,29 +9817,29 @@ exports.default = {
|
|
|
9438
9817
|
152,
|
|
9439
9818
|
{
|
|
9440
9819
|
"query": [
|
|
9441
|
-
|
|
9820
|
+
378
|
|
9442
9821
|
]
|
|
9443
9822
|
}
|
|
9444
9823
|
],
|
|
9445
9824
|
"getLeaderboard": [
|
|
9446
|
-
|
|
9825
|
+
225,
|
|
9447
9826
|
{
|
|
9448
9827
|
"input": [
|
|
9449
|
-
|
|
9828
|
+
380
|
|
9450
9829
|
]
|
|
9451
9830
|
}
|
|
9452
9831
|
],
|
|
9453
9832
|
"getUserRank": [
|
|
9454
|
-
|
|
9833
|
+
226,
|
|
9455
9834
|
{
|
|
9456
9835
|
"input": [
|
|
9457
|
-
|
|
9836
|
+
381,
|
|
9458
9837
|
"UserRankQueryDto!"
|
|
9459
9838
|
]
|
|
9460
9839
|
}
|
|
9461
9840
|
],
|
|
9462
9841
|
"athleteDashboard": [
|
|
9463
|
-
|
|
9842
|
+
227,
|
|
9464
9843
|
{
|
|
9465
9844
|
"athleteId": [
|
|
9466
9845
|
1,
|
|
@@ -9469,137 +9848,137 @@ exports.default = {
|
|
|
9469
9848
|
}
|
|
9470
9849
|
],
|
|
9471
9850
|
"athleteScoreHistory": [
|
|
9472
|
-
|
|
9851
|
+
228,
|
|
9473
9852
|
{
|
|
9474
9853
|
"input": [
|
|
9475
|
-
|
|
9854
|
+
382,
|
|
9476
9855
|
"ScoreHistoryQueryDto!"
|
|
9477
9856
|
]
|
|
9478
9857
|
}
|
|
9479
9858
|
],
|
|
9480
9859
|
"athleteRankHistory": [
|
|
9481
|
-
|
|
9860
|
+
229,
|
|
9482
9861
|
{
|
|
9483
9862
|
"input": [
|
|
9484
|
-
|
|
9863
|
+
384,
|
|
9485
9864
|
"RankHistoryQueryDto!"
|
|
9486
9865
|
]
|
|
9487
9866
|
}
|
|
9488
9867
|
],
|
|
9489
9868
|
"athleteRankContext": [
|
|
9490
|
-
|
|
9869
|
+
230,
|
|
9491
9870
|
{
|
|
9492
9871
|
"input": [
|
|
9493
|
-
|
|
9872
|
+
385,
|
|
9494
9873
|
"RankContextQueryDto!"
|
|
9495
9874
|
]
|
|
9496
9875
|
}
|
|
9497
9876
|
],
|
|
9498
9877
|
"athleteActivities": [
|
|
9499
|
-
|
|
9878
|
+
232,
|
|
9500
9879
|
{
|
|
9501
9880
|
"input": [
|
|
9502
|
-
|
|
9881
|
+
388,
|
|
9503
9882
|
"ActivitiesQueryDto!"
|
|
9504
9883
|
]
|
|
9505
9884
|
}
|
|
9506
9885
|
],
|
|
9507
9886
|
"athleteActivityDetail": [
|
|
9508
|
-
|
|
9887
|
+
235,
|
|
9509
9888
|
{
|
|
9510
9889
|
"input": [
|
|
9511
|
-
|
|
9890
|
+
389,
|
|
9512
9891
|
"ActivityDetailQueryDto!"
|
|
9513
9892
|
]
|
|
9514
9893
|
}
|
|
9515
9894
|
],
|
|
9516
9895
|
"athleteComponentSummary": [
|
|
9517
|
-
|
|
9896
|
+
237,
|
|
9518
9897
|
{
|
|
9519
9898
|
"input": [
|
|
9520
|
-
|
|
9899
|
+
390,
|
|
9521
9900
|
"ComponentSummaryQueryDto!"
|
|
9522
9901
|
]
|
|
9523
9902
|
}
|
|
9524
9903
|
],
|
|
9525
9904
|
"athleteActivityDates": [
|
|
9526
|
-
|
|
9905
|
+
240,
|
|
9527
9906
|
{
|
|
9528
9907
|
"input": [
|
|
9529
|
-
|
|
9908
|
+
391,
|
|
9530
9909
|
"ActivityDatesQueryDto!"
|
|
9531
9910
|
]
|
|
9532
9911
|
}
|
|
9533
9912
|
],
|
|
9534
9913
|
"socialAggregates": [
|
|
9535
|
-
|
|
9914
|
+
241,
|
|
9536
9915
|
{
|
|
9537
9916
|
"athleteId": [
|
|
9538
9917
|
110,
|
|
9539
9918
|
"ID!"
|
|
9540
9919
|
],
|
|
9541
9920
|
"platform": [
|
|
9542
|
-
|
|
9921
|
+
242,
|
|
9543
9922
|
"Platform!"
|
|
9544
9923
|
],
|
|
9545
9924
|
"range": [
|
|
9546
|
-
|
|
9925
|
+
392,
|
|
9547
9926
|
"DateRangeInput!"
|
|
9548
9927
|
],
|
|
9549
9928
|
"periodType": [
|
|
9550
|
-
|
|
9929
|
+
244
|
|
9551
9930
|
]
|
|
9552
9931
|
}
|
|
9553
9932
|
],
|
|
9554
9933
|
"postsWithComparison": [
|
|
9555
|
-
|
|
9934
|
+
247,
|
|
9556
9935
|
{
|
|
9557
9936
|
"athleteId": [
|
|
9558
9937
|
110,
|
|
9559
9938
|
"ID!"
|
|
9560
9939
|
],
|
|
9561
9940
|
"platform": [
|
|
9562
|
-
|
|
9941
|
+
242,
|
|
9563
9942
|
"Platform!"
|
|
9564
9943
|
],
|
|
9565
9944
|
"options": [
|
|
9566
|
-
|
|
9945
|
+
393
|
|
9567
9946
|
]
|
|
9568
9947
|
}
|
|
9569
9948
|
],
|
|
9570
9949
|
"myNotifications": [
|
|
9571
|
-
|
|
9950
|
+
249,
|
|
9572
9951
|
{
|
|
9573
9952
|
"input": [
|
|
9574
|
-
|
|
9953
|
+
394
|
|
9575
9954
|
]
|
|
9576
9955
|
}
|
|
9577
9956
|
],
|
|
9578
9957
|
"notificationUnreadCount": [
|
|
9579
|
-
|
|
9958
|
+
250
|
|
9580
9959
|
],
|
|
9581
9960
|
"myNotificationPreferences": [
|
|
9582
|
-
|
|
9961
|
+
251
|
|
9583
9962
|
],
|
|
9584
9963
|
"myFollowedAthletes": [
|
|
9585
|
-
|
|
9964
|
+
255,
|
|
9586
9965
|
{
|
|
9587
9966
|
"input": [
|
|
9588
|
-
|
|
9967
|
+
404
|
|
9589
9968
|
]
|
|
9590
9969
|
}
|
|
9591
9970
|
],
|
|
9592
9971
|
"isFollowingAthlete": [
|
|
9593
|
-
|
|
9972
|
+
256,
|
|
9594
9973
|
{
|
|
9595
9974
|
"input": [
|
|
9596
|
-
|
|
9975
|
+
403,
|
|
9597
9976
|
"IsFollowingAthleteInput!"
|
|
9598
9977
|
]
|
|
9599
9978
|
}
|
|
9600
9979
|
],
|
|
9601
9980
|
"getEmailCampaigns": [
|
|
9602
|
-
|
|
9981
|
+
260,
|
|
9603
9982
|
{
|
|
9604
9983
|
"status": [
|
|
9605
9984
|
1
|
|
@@ -9616,7 +9995,7 @@ exports.default = {
|
|
|
9616
9995
|
}
|
|
9617
9996
|
],
|
|
9618
9997
|
"getEmailCampaign": [
|
|
9619
|
-
|
|
9998
|
+
259,
|
|
9620
9999
|
{
|
|
9621
10000
|
"id": [
|
|
9622
10001
|
1,
|
|
@@ -9625,16 +10004,16 @@ exports.default = {
|
|
|
9625
10004
|
}
|
|
9626
10005
|
],
|
|
9627
10006
|
"getAudiencePreview": [
|
|
9628
|
-
|
|
10007
|
+
263,
|
|
9629
10008
|
{
|
|
9630
10009
|
"filters": [
|
|
9631
|
-
|
|
10010
|
+
408,
|
|
9632
10011
|
"AudienceFilterDto!"
|
|
9633
10012
|
]
|
|
9634
10013
|
}
|
|
9635
10014
|
],
|
|
9636
10015
|
"getSendGridTemplates": [
|
|
9637
|
-
|
|
10016
|
+
261
|
|
9638
10017
|
],
|
|
9639
10018
|
"getSendGridTemplatePreview": [
|
|
9640
10019
|
1,
|
|
@@ -9646,13 +10025,13 @@ exports.default = {
|
|
|
9646
10025
|
}
|
|
9647
10026
|
],
|
|
9648
10027
|
"getEmailSegments": [
|
|
9649
|
-
|
|
10028
|
+
258
|
|
9650
10029
|
],
|
|
9651
10030
|
"getAiCoachThread": [
|
|
9652
|
-
|
|
10031
|
+
266
|
|
9653
10032
|
],
|
|
9654
10033
|
"getAiCoachThreadHistory": [
|
|
9655
|
-
|
|
10034
|
+
266,
|
|
9656
10035
|
{
|
|
9657
10036
|
"limit": [
|
|
9658
10037
|
53
|
|
@@ -9660,7 +10039,7 @@ exports.default = {
|
|
|
9660
10039
|
}
|
|
9661
10040
|
],
|
|
9662
10041
|
"getAiCoachThreadMessages": [
|
|
9663
|
-
|
|
10042
|
+
265,
|
|
9664
10043
|
{
|
|
9665
10044
|
"threadId": [
|
|
9666
10045
|
1,
|
|
@@ -9669,24 +10048,24 @@ exports.default = {
|
|
|
9669
10048
|
}
|
|
9670
10049
|
],
|
|
9671
10050
|
"getAiCoachConfig": [
|
|
9672
|
-
|
|
10051
|
+
267
|
|
9673
10052
|
],
|
|
9674
10053
|
"getAiCoachNudges": [
|
|
9675
|
-
|
|
10054
|
+
269,
|
|
9676
10055
|
{
|
|
9677
10056
|
"input": [
|
|
9678
|
-
|
|
10057
|
+
411
|
|
9679
10058
|
]
|
|
9680
10059
|
}
|
|
9681
10060
|
],
|
|
9682
10061
|
"getAiCoachUnreadNudgeCount": [
|
|
9683
|
-
|
|
10062
|
+
270
|
|
9684
10063
|
],
|
|
9685
10064
|
"findAllTeams": [
|
|
9686
10065
|
79
|
|
9687
10066
|
],
|
|
9688
10067
|
"getTeamStripeAccountStatus": [
|
|
9689
|
-
|
|
10068
|
+
271,
|
|
9690
10069
|
{
|
|
9691
10070
|
"teamId": [
|
|
9692
10071
|
1,
|
|
@@ -9727,7 +10106,7 @@ exports.default = {
|
|
|
9727
10106
|
}
|
|
9728
10107
|
],
|
|
9729
10108
|
"getTeamAnalytics": [
|
|
9730
|
-
|
|
10109
|
+
274,
|
|
9731
10110
|
{
|
|
9732
10111
|
"teamId": [
|
|
9733
10112
|
1,
|
|
@@ -9736,7 +10115,7 @@ exports.default = {
|
|
|
9736
10115
|
}
|
|
9737
10116
|
],
|
|
9738
10117
|
"getTeamLeaderboard": [
|
|
9739
|
-
|
|
10118
|
+
273,
|
|
9740
10119
|
{
|
|
9741
10120
|
"teamId": [
|
|
9742
10121
|
1,
|
|
@@ -9745,7 +10124,7 @@ exports.default = {
|
|
|
9745
10124
|
}
|
|
9746
10125
|
],
|
|
9747
10126
|
"getTeamDashboard": [
|
|
9748
|
-
|
|
10127
|
+
276,
|
|
9749
10128
|
{
|
|
9750
10129
|
"teamId": [
|
|
9751
10130
|
1,
|
|
@@ -9757,7 +10136,7 @@ exports.default = {
|
|
|
9757
10136
|
182
|
|
9758
10137
|
],
|
|
9759
10138
|
"getClubStripeAccountStatus": [
|
|
9760
|
-
|
|
10139
|
+
271,
|
|
9761
10140
|
{
|
|
9762
10141
|
"clubId": [
|
|
9763
10142
|
1,
|
|
@@ -9795,7 +10174,7 @@ exports.default = {
|
|
|
9795
10174
|
}
|
|
9796
10175
|
],
|
|
9797
10176
|
"getUsageRollup": [
|
|
9798
|
-
|
|
10177
|
+
278,
|
|
9799
10178
|
{
|
|
9800
10179
|
"startDate": [
|
|
9801
10180
|
1,
|
|
@@ -9811,7 +10190,7 @@ exports.default = {
|
|
|
9811
10190
|
}
|
|
9812
10191
|
],
|
|
9813
10192
|
"getUsageFunnel": [
|
|
9814
|
-
|
|
10193
|
+
279,
|
|
9815
10194
|
{
|
|
9816
10195
|
"startDate": [
|
|
9817
10196
|
1,
|
|
@@ -9827,15 +10206,39 @@ exports.default = {
|
|
|
9827
10206
|
}
|
|
9828
10207
|
],
|
|
9829
10208
|
"getRetentionCohorts": [
|
|
9830
|
-
|
|
10209
|
+
280,
|
|
9831
10210
|
{
|
|
9832
10211
|
"weeksBack": [
|
|
9833
10212
|
53
|
|
9834
10213
|
]
|
|
9835
10214
|
}
|
|
9836
10215
|
],
|
|
10216
|
+
"getActiveNow": [
|
|
10217
|
+
281,
|
|
10218
|
+
{
|
|
10219
|
+
"windowMinutes": [
|
|
10220
|
+
53
|
|
10221
|
+
]
|
|
10222
|
+
}
|
|
10223
|
+
],
|
|
10224
|
+
"getUsageVersionMix": [
|
|
10225
|
+
282,
|
|
10226
|
+
{
|
|
10227
|
+
"startDate": [
|
|
10228
|
+
1,
|
|
10229
|
+
"String!"
|
|
10230
|
+
],
|
|
10231
|
+
"endDate": [
|
|
10232
|
+
1,
|
|
10233
|
+
"String!"
|
|
10234
|
+
],
|
|
10235
|
+
"platform": [
|
|
10236
|
+
1
|
|
10237
|
+
]
|
|
10238
|
+
}
|
|
10239
|
+
],
|
|
9837
10240
|
"clientCompatibility": [
|
|
9838
|
-
|
|
10241
|
+
283
|
|
9839
10242
|
],
|
|
9840
10243
|
"__typename": [
|
|
9841
10244
|
1
|
|
@@ -9898,7 +10301,7 @@ exports.default = {
|
|
|
9898
10301
|
5,
|
|
9899
10302
|
{
|
|
9900
10303
|
"tenant": [
|
|
9901
|
-
|
|
10304
|
+
449,
|
|
9902
10305
|
"CreateTenantInput!"
|
|
9903
10306
|
]
|
|
9904
10307
|
}
|
|
@@ -9907,7 +10310,7 @@ exports.default = {
|
|
|
9907
10310
|
11,
|
|
9908
10311
|
{
|
|
9909
10312
|
"tenant": [
|
|
9910
|
-
|
|
10313
|
+
449,
|
|
9911
10314
|
"CreateTenantInput!"
|
|
9912
10315
|
]
|
|
9913
10316
|
}
|
|
@@ -9916,7 +10319,7 @@ exports.default = {
|
|
|
9916
10319
|
3,
|
|
9917
10320
|
{
|
|
9918
10321
|
"user": [
|
|
9919
|
-
|
|
10322
|
+
450,
|
|
9920
10323
|
"CreateActiveUserInput!"
|
|
9921
10324
|
]
|
|
9922
10325
|
}
|
|
@@ -9951,7 +10354,7 @@ exports.default = {
|
|
|
9951
10354
|
0,
|
|
9952
10355
|
{
|
|
9953
10356
|
"input": [
|
|
9954
|
-
|
|
10357
|
+
451,
|
|
9955
10358
|
"RegisterUserToDomainFromEmailInput!"
|
|
9956
10359
|
]
|
|
9957
10360
|
}
|
|
@@ -9960,7 +10363,7 @@ exports.default = {
|
|
|
9960
10363
|
8,
|
|
9961
10364
|
{
|
|
9962
10365
|
"dto": [
|
|
9963
|
-
|
|
10366
|
+
452,
|
|
9964
10367
|
"RefreshTokenInput!"
|
|
9965
10368
|
]
|
|
9966
10369
|
}
|
|
@@ -9969,7 +10372,7 @@ exports.default = {
|
|
|
9969
10372
|
35,
|
|
9970
10373
|
{
|
|
9971
10374
|
"input": [
|
|
9972
|
-
|
|
10375
|
+
453,
|
|
9973
10376
|
"AWSS3DeleteUseTypeFileDto!"
|
|
9974
10377
|
]
|
|
9975
10378
|
}
|
|
@@ -9978,7 +10381,7 @@ exports.default = {
|
|
|
9978
10381
|
35,
|
|
9979
10382
|
{
|
|
9980
10383
|
"input": [
|
|
9981
|
-
|
|
10384
|
+
454,
|
|
9982
10385
|
"AWSS3DeleteBucketFileDto!"
|
|
9983
10386
|
]
|
|
9984
10387
|
}
|
|
@@ -9987,7 +10390,7 @@ exports.default = {
|
|
|
9987
10390
|
35,
|
|
9988
10391
|
{
|
|
9989
10392
|
"input": [
|
|
9990
|
-
|
|
10393
|
+
455,
|
|
9991
10394
|
"AWSS3DeleteUseTypeKeyDto!"
|
|
9992
10395
|
]
|
|
9993
10396
|
}
|
|
@@ -9996,7 +10399,7 @@ exports.default = {
|
|
|
9996
10399
|
29,
|
|
9997
10400
|
{
|
|
9998
10401
|
"input": [
|
|
9999
|
-
|
|
10402
|
+
295,
|
|
10000
10403
|
"AWSS3UploadedFileDto!"
|
|
10001
10404
|
]
|
|
10002
10405
|
}
|
|
@@ -10005,7 +10408,7 @@ exports.default = {
|
|
|
10005
10408
|
39,
|
|
10006
10409
|
{
|
|
10007
10410
|
"input": [
|
|
10008
|
-
|
|
10411
|
+
456,
|
|
10009
10412
|
"CreateIndustryDto!"
|
|
10010
10413
|
]
|
|
10011
10414
|
}
|
|
@@ -10014,7 +10417,7 @@ exports.default = {
|
|
|
10014
10417
|
65,
|
|
10015
10418
|
{
|
|
10016
10419
|
"input": [
|
|
10017
|
-
|
|
10420
|
+
294,
|
|
10018
10421
|
"CreateBrandDto!"
|
|
10019
10422
|
]
|
|
10020
10423
|
}
|
|
@@ -10027,7 +10430,7 @@ exports.default = {
|
|
|
10027
10430
|
"String!"
|
|
10028
10431
|
],
|
|
10029
10432
|
"input": [
|
|
10030
|
-
|
|
10433
|
+
294,
|
|
10031
10434
|
"CreateBrandDto!"
|
|
10032
10435
|
]
|
|
10033
10436
|
}
|
|
@@ -10071,7 +10474,7 @@ exports.default = {
|
|
|
10071
10474
|
61,
|
|
10072
10475
|
{
|
|
10073
10476
|
"input": [
|
|
10074
|
-
|
|
10477
|
+
457,
|
|
10075
10478
|
"RegisterSponsorInput!"
|
|
10076
10479
|
]
|
|
10077
10480
|
}
|
|
@@ -10080,7 +10483,7 @@ exports.default = {
|
|
|
10080
10483
|
61,
|
|
10081
10484
|
{
|
|
10082
10485
|
"input": [
|
|
10083
|
-
|
|
10486
|
+
298,
|
|
10084
10487
|
"CreateSponsorDto!"
|
|
10085
10488
|
]
|
|
10086
10489
|
}
|
|
@@ -10089,7 +10492,7 @@ exports.default = {
|
|
|
10089
10492
|
112,
|
|
10090
10493
|
{
|
|
10091
10494
|
"input": [
|
|
10092
|
-
|
|
10495
|
+
300,
|
|
10093
10496
|
"InviteAthletesDto!"
|
|
10094
10497
|
]
|
|
10095
10498
|
}
|
|
@@ -10102,7 +10505,7 @@ exports.default = {
|
|
|
10102
10505
|
"String!"
|
|
10103
10506
|
],
|
|
10104
10507
|
"input": [
|
|
10105
|
-
|
|
10508
|
+
458,
|
|
10106
10509
|
"UpdateSponsorDto!"
|
|
10107
10510
|
]
|
|
10108
10511
|
}
|
|
@@ -10120,7 +10523,7 @@ exports.default = {
|
|
|
10120
10523
|
158,
|
|
10121
10524
|
{
|
|
10122
10525
|
"input": [
|
|
10123
|
-
|
|
10526
|
+
310,
|
|
10124
10527
|
"DeleteSingleValueDto!"
|
|
10125
10528
|
]
|
|
10126
10529
|
}
|
|
@@ -10129,7 +10532,7 @@ exports.default = {
|
|
|
10129
10532
|
108,
|
|
10130
10533
|
{
|
|
10131
10534
|
"input": [
|
|
10132
|
-
|
|
10535
|
+
459,
|
|
10133
10536
|
"RegisterAthleteDto!"
|
|
10134
10537
|
]
|
|
10135
10538
|
}
|
|
@@ -10138,7 +10541,7 @@ exports.default = {
|
|
|
10138
10541
|
155,
|
|
10139
10542
|
{
|
|
10140
10543
|
"input": [
|
|
10141
|
-
|
|
10544
|
+
460,
|
|
10142
10545
|
"EditValueDto!"
|
|
10143
10546
|
]
|
|
10144
10547
|
}
|
|
@@ -10147,7 +10550,7 @@ exports.default = {
|
|
|
10147
10550
|
167,
|
|
10148
10551
|
{
|
|
10149
10552
|
"input": [
|
|
10150
|
-
|
|
10553
|
+
314,
|
|
10151
10554
|
"EditPictureDto!"
|
|
10152
10555
|
]
|
|
10153
10556
|
}
|
|
@@ -10156,7 +10559,7 @@ exports.default = {
|
|
|
10156
10559
|
168,
|
|
10157
10560
|
{
|
|
10158
10561
|
"input": [
|
|
10159
|
-
|
|
10562
|
+
315,
|
|
10160
10563
|
"UploadAlbumsPicturesDto!"
|
|
10161
10564
|
]
|
|
10162
10565
|
}
|
|
@@ -10165,7 +10568,7 @@ exports.default = {
|
|
|
10165
10568
|
88,
|
|
10166
10569
|
{
|
|
10167
10570
|
"input": [
|
|
10168
|
-
|
|
10571
|
+
304,
|
|
10169
10572
|
"CreateAthleteCompetitionDto!"
|
|
10170
10573
|
]
|
|
10171
10574
|
}
|
|
@@ -10174,7 +10577,7 @@ exports.default = {
|
|
|
10174
10577
|
88,
|
|
10175
10578
|
{
|
|
10176
10579
|
"input": [
|
|
10177
|
-
|
|
10580
|
+
309,
|
|
10178
10581
|
"EditAthleteCompetitionDto!"
|
|
10179
10582
|
]
|
|
10180
10583
|
}
|
|
@@ -10183,7 +10586,7 @@ exports.default = {
|
|
|
10183
10586
|
158,
|
|
10184
10587
|
{
|
|
10185
10588
|
"input": [
|
|
10186
|
-
|
|
10589
|
+
310,
|
|
10187
10590
|
"DeleteSingleValueDto!"
|
|
10188
10591
|
]
|
|
10189
10592
|
}
|
|
@@ -10192,7 +10595,7 @@ exports.default = {
|
|
|
10192
10595
|
87,
|
|
10193
10596
|
{
|
|
10194
10597
|
"input": [
|
|
10195
|
-
|
|
10598
|
+
315,
|
|
10196
10599
|
"UploadAlbumsPicturesDto!"
|
|
10197
10600
|
]
|
|
10198
10601
|
}
|
|
@@ -10201,7 +10604,7 @@ exports.default = {
|
|
|
10201
10604
|
87,
|
|
10202
10605
|
{
|
|
10203
10606
|
"input": [
|
|
10204
|
-
|
|
10607
|
+
461,
|
|
10205
10608
|
"EditDisplayIndexDto!"
|
|
10206
10609
|
]
|
|
10207
10610
|
}
|
|
@@ -10210,7 +10613,7 @@ exports.default = {
|
|
|
10210
10613
|
87,
|
|
10211
10614
|
{
|
|
10212
10615
|
"input": [
|
|
10213
|
-
|
|
10616
|
+
315,
|
|
10214
10617
|
"UploadAlbumsPicturesDto!"
|
|
10215
10618
|
]
|
|
10216
10619
|
}
|
|
@@ -10219,7 +10622,7 @@ exports.default = {
|
|
|
10219
10622
|
158,
|
|
10220
10623
|
{
|
|
10221
10624
|
"input": [
|
|
10222
|
-
|
|
10625
|
+
310,
|
|
10223
10626
|
"DeleteSingleValueDto!"
|
|
10224
10627
|
]
|
|
10225
10628
|
}
|
|
@@ -10228,7 +10631,7 @@ exports.default = {
|
|
|
10228
10631
|
157,
|
|
10229
10632
|
{
|
|
10230
10633
|
"input": [
|
|
10231
|
-
|
|
10634
|
+
317,
|
|
10232
10635
|
"DeleteValuesDto!"
|
|
10233
10636
|
]
|
|
10234
10637
|
}
|
|
@@ -10237,7 +10640,7 @@ exports.default = {
|
|
|
10237
10640
|
82,
|
|
10238
10641
|
{
|
|
10239
10642
|
"input": [
|
|
10240
|
-
|
|
10643
|
+
303,
|
|
10241
10644
|
"SetCompetitionResultDto!"
|
|
10242
10645
|
]
|
|
10243
10646
|
}
|
|
@@ -10252,7 +10655,7 @@ exports.default = {
|
|
|
10252
10655
|
163,
|
|
10253
10656
|
{
|
|
10254
10657
|
"input": [
|
|
10255
|
-
|
|
10658
|
+
323,
|
|
10256
10659
|
"ForceScoreRefreshDto!"
|
|
10257
10660
|
]
|
|
10258
10661
|
}
|
|
@@ -10261,7 +10664,7 @@ exports.default = {
|
|
|
10261
10664
|
96,
|
|
10262
10665
|
{
|
|
10263
10666
|
"input": [
|
|
10264
|
-
|
|
10667
|
+
463,
|
|
10265
10668
|
"SetCurrentCampaignDto!"
|
|
10266
10669
|
]
|
|
10267
10670
|
}
|
|
@@ -10273,7 +10676,7 @@ exports.default = {
|
|
|
10273
10676
|
179,
|
|
10274
10677
|
{
|
|
10275
10678
|
"input": [
|
|
10276
|
-
|
|
10679
|
+
325,
|
|
10277
10680
|
"UpdateOnboardingProgressDto!"
|
|
10278
10681
|
]
|
|
10279
10682
|
}
|
|
@@ -10282,7 +10685,7 @@ exports.default = {
|
|
|
10282
10685
|
70,
|
|
10283
10686
|
{
|
|
10284
10687
|
"input": [
|
|
10285
|
-
|
|
10688
|
+
464,
|
|
10286
10689
|
"CreateSportDto!"
|
|
10287
10690
|
]
|
|
10288
10691
|
}
|
|
@@ -10291,7 +10694,7 @@ exports.default = {
|
|
|
10291
10694
|
70,
|
|
10292
10695
|
{
|
|
10293
10696
|
"input": [
|
|
10294
|
-
|
|
10697
|
+
465,
|
|
10295
10698
|
"UpdateSportDto!"
|
|
10296
10699
|
]
|
|
10297
10700
|
}
|
|
@@ -10300,7 +10703,7 @@ exports.default = {
|
|
|
10300
10703
|
73,
|
|
10301
10704
|
{
|
|
10302
10705
|
"input": [
|
|
10303
|
-
|
|
10706
|
+
466,
|
|
10304
10707
|
"CreateSportLevelDto!"
|
|
10305
10708
|
]
|
|
10306
10709
|
}
|
|
@@ -10309,7 +10712,7 @@ exports.default = {
|
|
|
10309
10712
|
60,
|
|
10310
10713
|
{
|
|
10311
10714
|
"input": [
|
|
10312
|
-
|
|
10715
|
+
468,
|
|
10313
10716
|
"CreateSponsorshipDto!"
|
|
10314
10717
|
]
|
|
10315
10718
|
}
|
|
@@ -10318,7 +10721,7 @@ exports.default = {
|
|
|
10318
10721
|
43,
|
|
10319
10722
|
{
|
|
10320
10723
|
"input": [
|
|
10321
|
-
|
|
10724
|
+
473,
|
|
10322
10725
|
"CreateCountryDto!"
|
|
10323
10726
|
]
|
|
10324
10727
|
}
|
|
@@ -10327,7 +10730,7 @@ exports.default = {
|
|
|
10327
10730
|
42,
|
|
10328
10731
|
{
|
|
10329
10732
|
"input": [
|
|
10330
|
-
|
|
10733
|
+
474,
|
|
10331
10734
|
"CreateStateDto!"
|
|
10332
10735
|
]
|
|
10333
10736
|
}
|
|
@@ -10336,7 +10739,7 @@ exports.default = {
|
|
|
10336
10739
|
41,
|
|
10337
10740
|
{
|
|
10338
10741
|
"input": [
|
|
10339
|
-
|
|
10742
|
+
475,
|
|
10340
10743
|
"CreateCityDto!"
|
|
10341
10744
|
]
|
|
10342
10745
|
}
|
|
@@ -10345,7 +10748,7 @@ exports.default = {
|
|
|
10345
10748
|
31,
|
|
10346
10749
|
{
|
|
10347
10750
|
"input": [
|
|
10348
|
-
|
|
10751
|
+
336,
|
|
10349
10752
|
"RegisterUserDto!"
|
|
10350
10753
|
]
|
|
10351
10754
|
}
|
|
@@ -10354,7 +10757,7 @@ exports.default = {
|
|
|
10354
10757
|
3,
|
|
10355
10758
|
{
|
|
10356
10759
|
"input": [
|
|
10357
|
-
|
|
10760
|
+
292,
|
|
10358
10761
|
"VerifyCodeDto!"
|
|
10359
10762
|
]
|
|
10360
10763
|
}
|
|
@@ -10363,7 +10766,7 @@ exports.default = {
|
|
|
10363
10766
|
0,
|
|
10364
10767
|
{
|
|
10365
10768
|
"input": [
|
|
10366
|
-
|
|
10769
|
+
292,
|
|
10367
10770
|
"VerifyCodeDto!"
|
|
10368
10771
|
]
|
|
10369
10772
|
}
|
|
@@ -10372,7 +10775,7 @@ exports.default = {
|
|
|
10372
10775
|
0,
|
|
10373
10776
|
{
|
|
10374
10777
|
"input": [
|
|
10375
|
-
|
|
10778
|
+
336,
|
|
10376
10779
|
"RegisterUserDto!"
|
|
10377
10780
|
]
|
|
10378
10781
|
}
|
|
@@ -10381,7 +10784,7 @@ exports.default = {
|
|
|
10381
10784
|
0,
|
|
10382
10785
|
{
|
|
10383
10786
|
"input": [
|
|
10384
|
-
|
|
10787
|
+
336,
|
|
10385
10788
|
"RegisterUserDto!"
|
|
10386
10789
|
]
|
|
10387
10790
|
}
|
|
@@ -10390,7 +10793,7 @@ exports.default = {
|
|
|
10390
10793
|
0,
|
|
10391
10794
|
{
|
|
10392
10795
|
"input": [
|
|
10393
|
-
|
|
10796
|
+
336,
|
|
10394
10797
|
"RegisterUserDto!"
|
|
10395
10798
|
]
|
|
10396
10799
|
}
|
|
@@ -10421,7 +10824,7 @@ exports.default = {
|
|
|
10421
10824
|
155,
|
|
10422
10825
|
{
|
|
10423
10826
|
"input": [
|
|
10424
|
-
|
|
10827
|
+
338,
|
|
10425
10828
|
"resetPasswordDto!"
|
|
10426
10829
|
]
|
|
10427
10830
|
}
|
|
@@ -10439,7 +10842,7 @@ exports.default = {
|
|
|
10439
10842
|
155,
|
|
10440
10843
|
{
|
|
10441
10844
|
"input": [
|
|
10442
|
-
|
|
10845
|
+
339,
|
|
10443
10846
|
"UpdateUserSuspendedStatusDto!"
|
|
10444
10847
|
]
|
|
10445
10848
|
}
|
|
@@ -10451,16 +10854,16 @@ exports.default = {
|
|
|
10451
10854
|
189,
|
|
10452
10855
|
{
|
|
10453
10856
|
"input": [
|
|
10454
|
-
|
|
10857
|
+
341,
|
|
10455
10858
|
"DeleteVtxUserDto!"
|
|
10456
10859
|
]
|
|
10457
10860
|
}
|
|
10458
10861
|
],
|
|
10459
10862
|
"seedAdminIfAuthorized": [
|
|
10460
|
-
|
|
10863
|
+
206,
|
|
10461
10864
|
{
|
|
10462
10865
|
"input": [
|
|
10463
|
-
|
|
10866
|
+
342,
|
|
10464
10867
|
"AdminEmailDto!"
|
|
10465
10868
|
]
|
|
10466
10869
|
}
|
|
@@ -10469,16 +10872,16 @@ exports.default = {
|
|
|
10469
10872
|
186,
|
|
10470
10873
|
{
|
|
10471
10874
|
"input": [
|
|
10472
|
-
|
|
10875
|
+
342,
|
|
10473
10876
|
"AdminEmailDto!"
|
|
10474
10877
|
]
|
|
10475
10878
|
}
|
|
10476
10879
|
],
|
|
10477
10880
|
"removeAdminUser": [
|
|
10478
|
-
|
|
10881
|
+
207,
|
|
10479
10882
|
{
|
|
10480
10883
|
"input": [
|
|
10481
|
-
|
|
10884
|
+
342,
|
|
10482
10885
|
"AdminEmailDto!"
|
|
10483
10886
|
]
|
|
10484
10887
|
}
|
|
@@ -10487,7 +10890,7 @@ exports.default = {
|
|
|
10487
10890
|
186,
|
|
10488
10891
|
{
|
|
10489
10892
|
"input": [
|
|
10490
|
-
|
|
10893
|
+
343,
|
|
10491
10894
|
"SetAdminUserRoleInput!"
|
|
10492
10895
|
]
|
|
10493
10896
|
}
|
|
@@ -10501,11 +10904,20 @@ exports.default = {
|
|
|
10501
10904
|
]
|
|
10502
10905
|
}
|
|
10503
10906
|
],
|
|
10907
|
+
"createDefaultNotificationPreference": [
|
|
10908
|
+
204,
|
|
10909
|
+
{
|
|
10910
|
+
"input": [
|
|
10911
|
+
345,
|
|
10912
|
+
"CreateDefaultNotificationPreferenceInput!"
|
|
10913
|
+
]
|
|
10914
|
+
}
|
|
10915
|
+
],
|
|
10504
10916
|
"createSportsEvent": [
|
|
10505
10917
|
81,
|
|
10506
10918
|
{
|
|
10507
10919
|
"input": [
|
|
10508
|
-
|
|
10920
|
+
476,
|
|
10509
10921
|
"CreateSportEventDto!"
|
|
10510
10922
|
]
|
|
10511
10923
|
}
|
|
@@ -10514,7 +10926,7 @@ exports.default = {
|
|
|
10514
10926
|
81,
|
|
10515
10927
|
{
|
|
10516
10928
|
"input": [
|
|
10517
|
-
|
|
10929
|
+
349,
|
|
10518
10930
|
"UpdateSportEventDto!"
|
|
10519
10931
|
]
|
|
10520
10932
|
}
|
|
@@ -10532,7 +10944,7 @@ exports.default = {
|
|
|
10532
10944
|
135,
|
|
10533
10945
|
{
|
|
10534
10946
|
"input": [
|
|
10535
|
-
|
|
10947
|
+
350,
|
|
10536
10948
|
"MergeSportsEventsDto!"
|
|
10537
10949
|
]
|
|
10538
10950
|
}
|
|
@@ -10541,7 +10953,7 @@ exports.default = {
|
|
|
10541
10953
|
96,
|
|
10542
10954
|
{
|
|
10543
10955
|
"input": [
|
|
10544
|
-
|
|
10956
|
+
360,
|
|
10545
10957
|
"SetFundingStatusDto!"
|
|
10546
10958
|
]
|
|
10547
10959
|
}
|
|
@@ -10550,7 +10962,7 @@ exports.default = {
|
|
|
10550
10962
|
96,
|
|
10551
10963
|
{
|
|
10552
10964
|
"input": [
|
|
10553
|
-
|
|
10965
|
+
357,
|
|
10554
10966
|
"CreateFundingCampaignDto!"
|
|
10555
10967
|
]
|
|
10556
10968
|
}
|
|
@@ -10559,7 +10971,7 @@ exports.default = {
|
|
|
10559
10971
|
96,
|
|
10560
10972
|
{
|
|
10561
10973
|
"input": [
|
|
10562
|
-
|
|
10974
|
+
359,
|
|
10563
10975
|
"UpdateFundingCampaignDto!"
|
|
10564
10976
|
]
|
|
10565
10977
|
}
|
|
@@ -10568,7 +10980,7 @@ exports.default = {
|
|
|
10568
10980
|
158,
|
|
10569
10981
|
{
|
|
10570
10982
|
"input": [
|
|
10571
|
-
|
|
10983
|
+
310,
|
|
10572
10984
|
"DeleteSingleValueDto!"
|
|
10573
10985
|
]
|
|
10574
10986
|
}
|
|
@@ -10577,7 +10989,7 @@ exports.default = {
|
|
|
10577
10989
|
157,
|
|
10578
10990
|
{
|
|
10579
10991
|
"input": [
|
|
10580
|
-
|
|
10992
|
+
317,
|
|
10581
10993
|
"DeleteValuesDto!"
|
|
10582
10994
|
]
|
|
10583
10995
|
}
|
|
@@ -10595,7 +11007,7 @@ exports.default = {
|
|
|
10595
11007
|
2,
|
|
10596
11008
|
{
|
|
10597
11009
|
"input": [
|
|
10598
|
-
|
|
11010
|
+
362,
|
|
10599
11011
|
"AddCompetitionBudgetDto!"
|
|
10600
11012
|
]
|
|
10601
11013
|
}
|
|
@@ -10604,7 +11016,7 @@ exports.default = {
|
|
|
10604
11016
|
2,
|
|
10605
11017
|
{
|
|
10606
11018
|
"input": [
|
|
10607
|
-
|
|
11019
|
+
363,
|
|
10608
11020
|
"EditCompetitionBudgetDto!"
|
|
10609
11021
|
]
|
|
10610
11022
|
}
|
|
@@ -10613,7 +11025,7 @@ exports.default = {
|
|
|
10613
11025
|
2,
|
|
10614
11026
|
{
|
|
10615
11027
|
"input": [
|
|
10616
|
-
|
|
11028
|
+
364,
|
|
10617
11029
|
"EditCampaignBudgetDto!"
|
|
10618
11030
|
]
|
|
10619
11031
|
}
|
|
@@ -10622,16 +11034,16 @@ exports.default = {
|
|
|
10622
11034
|
2,
|
|
10623
11035
|
{
|
|
10624
11036
|
"input": [
|
|
10625
|
-
|
|
11037
|
+
364,
|
|
10626
11038
|
"EditCampaignBudgetDto!"
|
|
10627
11039
|
]
|
|
10628
11040
|
}
|
|
10629
11041
|
],
|
|
10630
11042
|
"sendThankYou": [
|
|
10631
|
-
|
|
11043
|
+
212,
|
|
10632
11044
|
{
|
|
10633
11045
|
"input": [
|
|
10634
|
-
|
|
11046
|
+
477,
|
|
10635
11047
|
"SendThankYouDto!"
|
|
10636
11048
|
]
|
|
10637
11049
|
}
|
|
@@ -10640,7 +11052,7 @@ exports.default = {
|
|
|
10640
11052
|
96,
|
|
10641
11053
|
{
|
|
10642
11054
|
"input": [
|
|
10643
|
-
|
|
11055
|
+
478,
|
|
10644
11056
|
"UpdateThankYouTemplateDto!"
|
|
10645
11057
|
]
|
|
10646
11058
|
}
|
|
@@ -10649,7 +11061,7 @@ exports.default = {
|
|
|
10649
11061
|
89,
|
|
10650
11062
|
{
|
|
10651
11063
|
"input": [
|
|
10652
|
-
|
|
11064
|
+
367,
|
|
10653
11065
|
"CreateMembershipOrganizationDto!"
|
|
10654
11066
|
]
|
|
10655
11067
|
}
|
|
@@ -10658,7 +11070,7 @@ exports.default = {
|
|
|
10658
11070
|
91,
|
|
10659
11071
|
{
|
|
10660
11072
|
"input": [
|
|
10661
|
-
|
|
11073
|
+
368,
|
|
10662
11074
|
"CreateAthleteMembershipDto!"
|
|
10663
11075
|
]
|
|
10664
11076
|
}
|
|
@@ -10667,7 +11079,7 @@ exports.default = {
|
|
|
10667
11079
|
158,
|
|
10668
11080
|
{
|
|
10669
11081
|
"input": [
|
|
10670
|
-
|
|
11082
|
+
310,
|
|
10671
11083
|
"DeleteSingleValueDto!"
|
|
10672
11084
|
]
|
|
10673
11085
|
}
|
|
@@ -10688,7 +11100,7 @@ exports.default = {
|
|
|
10688
11100
|
104,
|
|
10689
11101
|
{
|
|
10690
11102
|
"input": [
|
|
10691
|
-
|
|
11103
|
+
479,
|
|
10692
11104
|
"CreateStripeAccountDto!"
|
|
10693
11105
|
]
|
|
10694
11106
|
}
|
|
@@ -10700,7 +11112,7 @@ exports.default = {
|
|
|
10700
11112
|
114,
|
|
10701
11113
|
{
|
|
10702
11114
|
"input": [
|
|
10703
|
-
|
|
11115
|
+
293,
|
|
10704
11116
|
"DonationCheckoutDto!"
|
|
10705
11117
|
]
|
|
10706
11118
|
}
|
|
@@ -10715,7 +11127,7 @@ exports.default = {
|
|
|
10715
11127
|
139,
|
|
10716
11128
|
{
|
|
10717
11129
|
"input": [
|
|
10718
|
-
|
|
11130
|
+
372,
|
|
10719
11131
|
"RegisterMemberDto!"
|
|
10720
11132
|
]
|
|
10721
11133
|
}
|
|
@@ -10724,7 +11136,7 @@ exports.default = {
|
|
|
10724
11136
|
143,
|
|
10725
11137
|
{
|
|
10726
11138
|
"input": [
|
|
10727
|
-
|
|
11139
|
+
375,
|
|
10728
11140
|
"CreateOfferDto!"
|
|
10729
11141
|
]
|
|
10730
11142
|
}
|
|
@@ -10737,7 +11149,7 @@ exports.default = {
|
|
|
10737
11149
|
"String!"
|
|
10738
11150
|
],
|
|
10739
11151
|
"input": [
|
|
10740
|
-
|
|
11152
|
+
375,
|
|
10741
11153
|
"CreateOfferDto!"
|
|
10742
11154
|
]
|
|
10743
11155
|
}
|
|
@@ -10809,7 +11221,7 @@ exports.default = {
|
|
|
10809
11221
|
}
|
|
10810
11222
|
],
|
|
10811
11223
|
"uploadCouponCodes": [
|
|
10812
|
-
|
|
11224
|
+
220,
|
|
10813
11225
|
{
|
|
10814
11226
|
"offerId": [
|
|
10815
11227
|
1,
|
|
@@ -10825,10 +11237,10 @@ exports.default = {
|
|
|
10825
11237
|
2
|
|
10826
11238
|
],
|
|
10827
11239
|
"markNotificationAsRead": [
|
|
10828
|
-
|
|
11240
|
+
248,
|
|
10829
11241
|
{
|
|
10830
11242
|
"input": [
|
|
10831
|
-
|
|
11243
|
+
395,
|
|
10832
11244
|
"MarkNotificationReadDto!"
|
|
10833
11245
|
]
|
|
10834
11246
|
}
|
|
@@ -10840,25 +11252,25 @@ exports.default = {
|
|
|
10840
11252
|
2,
|
|
10841
11253
|
{
|
|
10842
11254
|
"input": [
|
|
10843
|
-
|
|
11255
|
+
396,
|
|
10844
11256
|
"DismissNotificationDto!"
|
|
10845
11257
|
]
|
|
10846
11258
|
}
|
|
10847
11259
|
],
|
|
10848
11260
|
"updateNotificationPreferences": [
|
|
10849
|
-
|
|
11261
|
+
251,
|
|
10850
11262
|
{
|
|
10851
11263
|
"input": [
|
|
10852
|
-
|
|
11264
|
+
397,
|
|
10853
11265
|
"UpdateNotificationPreferenceDto!"
|
|
10854
11266
|
]
|
|
10855
11267
|
}
|
|
10856
11268
|
],
|
|
10857
11269
|
"registerDeviceToken": [
|
|
10858
|
-
|
|
11270
|
+
252,
|
|
10859
11271
|
{
|
|
10860
11272
|
"input": [
|
|
10861
|
-
|
|
11273
|
+
398,
|
|
10862
11274
|
"RegisterDeviceTokenDto!"
|
|
10863
11275
|
]
|
|
10864
11276
|
}
|
|
@@ -10867,7 +11279,7 @@ exports.default = {
|
|
|
10867
11279
|
2,
|
|
10868
11280
|
{
|
|
10869
11281
|
"input": [
|
|
10870
|
-
|
|
11282
|
+
399,
|
|
10871
11283
|
"UnregisterDeviceTokenDto!"
|
|
10872
11284
|
]
|
|
10873
11285
|
}
|
|
@@ -10876,7 +11288,7 @@ exports.default = {
|
|
|
10876
11288
|
2,
|
|
10877
11289
|
{
|
|
10878
11290
|
"input": [
|
|
10879
|
-
|
|
11291
|
+
401,
|
|
10880
11292
|
"FollowAthleteInput!"
|
|
10881
11293
|
]
|
|
10882
11294
|
}
|
|
@@ -10885,29 +11297,29 @@ exports.default = {
|
|
|
10885
11297
|
2,
|
|
10886
11298
|
{
|
|
10887
11299
|
"input": [
|
|
10888
|
-
|
|
11300
|
+
402,
|
|
10889
11301
|
"UnfollowAthleteInput!"
|
|
10890
11302
|
]
|
|
10891
11303
|
}
|
|
10892
11304
|
],
|
|
10893
11305
|
"createEmailCampaign": [
|
|
10894
|
-
|
|
11306
|
+
259,
|
|
10895
11307
|
{
|
|
10896
11308
|
"input": [
|
|
10897
|
-
|
|
11309
|
+
480,
|
|
10898
11310
|
"CreateEmailCampaignDto!"
|
|
10899
11311
|
]
|
|
10900
11312
|
}
|
|
10901
11313
|
],
|
|
10902
11314
|
"updateEmailCampaign": [
|
|
10903
|
-
|
|
11315
|
+
259,
|
|
10904
11316
|
{
|
|
10905
11317
|
"id": [
|
|
10906
11318
|
1,
|
|
10907
11319
|
"String!"
|
|
10908
11320
|
],
|
|
10909
11321
|
"input": [
|
|
10910
|
-
|
|
11322
|
+
481,
|
|
10911
11323
|
"UpdateEmailCampaignDto!"
|
|
10912
11324
|
]
|
|
10913
11325
|
}
|
|
@@ -10922,7 +11334,7 @@ exports.default = {
|
|
|
10922
11334
|
}
|
|
10923
11335
|
],
|
|
10924
11336
|
"cloneEmailCampaign": [
|
|
10925
|
-
|
|
11337
|
+
259,
|
|
10926
11338
|
{
|
|
10927
11339
|
"id": [
|
|
10928
11340
|
1,
|
|
@@ -10953,7 +11365,7 @@ exports.default = {
|
|
|
10953
11365
|
}
|
|
10954
11366
|
],
|
|
10955
11367
|
"scheduleEmailCampaign": [
|
|
10956
|
-
|
|
11368
|
+
259,
|
|
10957
11369
|
{
|
|
10958
11370
|
"campaignId": [
|
|
10959
11371
|
1,
|
|
@@ -10966,7 +11378,7 @@ exports.default = {
|
|
|
10966
11378
|
}
|
|
10967
11379
|
],
|
|
10968
11380
|
"cancelScheduledEmail": [
|
|
10969
|
-
|
|
11381
|
+
259,
|
|
10970
11382
|
{
|
|
10971
11383
|
"campaignId": [
|
|
10972
11384
|
1,
|
|
@@ -10975,23 +11387,23 @@ exports.default = {
|
|
|
10975
11387
|
}
|
|
10976
11388
|
],
|
|
10977
11389
|
"createEmailSegment": [
|
|
10978
|
-
|
|
11390
|
+
258,
|
|
10979
11391
|
{
|
|
10980
11392
|
"input": [
|
|
10981
|
-
|
|
11393
|
+
482,
|
|
10982
11394
|
"CreateEmailSegmentDto!"
|
|
10983
11395
|
]
|
|
10984
11396
|
}
|
|
10985
11397
|
],
|
|
10986
11398
|
"updateEmailSegment": [
|
|
10987
|
-
|
|
11399
|
+
258,
|
|
10988
11400
|
{
|
|
10989
11401
|
"id": [
|
|
10990
11402
|
1,
|
|
10991
11403
|
"String!"
|
|
10992
11404
|
],
|
|
10993
11405
|
"input": [
|
|
10994
|
-
|
|
11406
|
+
483,
|
|
10995
11407
|
"UpdateEmailSegmentDto!"
|
|
10996
11408
|
]
|
|
10997
11409
|
}
|
|
@@ -11006,28 +11418,28 @@ exports.default = {
|
|
|
11006
11418
|
}
|
|
11007
11419
|
],
|
|
11008
11420
|
"sendPushCampaign": [
|
|
11009
|
-
|
|
11421
|
+
264,
|
|
11010
11422
|
{
|
|
11011
11423
|
"input": [
|
|
11012
|
-
|
|
11424
|
+
407,
|
|
11013
11425
|
"SendPushCampaignInput!"
|
|
11014
11426
|
]
|
|
11015
11427
|
}
|
|
11016
11428
|
],
|
|
11017
11429
|
"sendAiCoachMessage": [
|
|
11018
|
-
|
|
11430
|
+
265,
|
|
11019
11431
|
{
|
|
11020
11432
|
"input": [
|
|
11021
|
-
|
|
11433
|
+
409,
|
|
11022
11434
|
"SendChatMessageDto!"
|
|
11023
11435
|
]
|
|
11024
11436
|
}
|
|
11025
11437
|
],
|
|
11026
11438
|
"updateAiCoachConfig": [
|
|
11027
|
-
|
|
11439
|
+
267,
|
|
11028
11440
|
{
|
|
11029
11441
|
"input": [
|
|
11030
|
-
|
|
11442
|
+
410,
|
|
11031
11443
|
"UpdateAiCoachConfigDto!"
|
|
11032
11444
|
]
|
|
11033
11445
|
}
|
|
@@ -11045,7 +11457,7 @@ exports.default = {
|
|
|
11045
11457
|
79,
|
|
11046
11458
|
{
|
|
11047
11459
|
"input": [
|
|
11048
|
-
|
|
11460
|
+
412,
|
|
11049
11461
|
"CreateTeamInput!"
|
|
11050
11462
|
]
|
|
11051
11463
|
}
|
|
@@ -11054,7 +11466,7 @@ exports.default = {
|
|
|
11054
11466
|
79,
|
|
11055
11467
|
{
|
|
11056
11468
|
"input": [
|
|
11057
|
-
|
|
11469
|
+
413,
|
|
11058
11470
|
"UpdateTeamInput!"
|
|
11059
11471
|
]
|
|
11060
11472
|
}
|
|
@@ -11063,7 +11475,7 @@ exports.default = {
|
|
|
11063
11475
|
77,
|
|
11064
11476
|
{
|
|
11065
11477
|
"input": [
|
|
11066
|
-
|
|
11478
|
+
414,
|
|
11067
11479
|
"JoinTeamInput!"
|
|
11068
11480
|
]
|
|
11069
11481
|
}
|
|
@@ -11098,7 +11510,7 @@ exports.default = {
|
|
|
11098
11510
|
77,
|
|
11099
11511
|
{
|
|
11100
11512
|
"input": [
|
|
11101
|
-
|
|
11513
|
+
415,
|
|
11102
11514
|
"ManageTeamMemberInput!"
|
|
11103
11515
|
]
|
|
11104
11516
|
}
|
|
@@ -11152,7 +11564,7 @@ exports.default = {
|
|
|
11152
11564
|
182,
|
|
11153
11565
|
{
|
|
11154
11566
|
"input": [
|
|
11155
|
-
|
|
11567
|
+
416,
|
|
11156
11568
|
"CreateClubInput!"
|
|
11157
11569
|
]
|
|
11158
11570
|
}
|
|
@@ -11161,7 +11573,7 @@ exports.default = {
|
|
|
11161
11573
|
182,
|
|
11162
11574
|
{
|
|
11163
11575
|
"input": [
|
|
11164
|
-
|
|
11576
|
+
417,
|
|
11165
11577
|
"UpdateClubInput!"
|
|
11166
11578
|
]
|
|
11167
11579
|
}
|
|
@@ -11170,7 +11582,7 @@ exports.default = {
|
|
|
11170
11582
|
185,
|
|
11171
11583
|
{
|
|
11172
11584
|
"input": [
|
|
11173
|
-
|
|
11585
|
+
418,
|
|
11174
11586
|
"JoinClubInput!"
|
|
11175
11587
|
]
|
|
11176
11588
|
}
|
|
@@ -11201,7 +11613,7 @@ exports.default = {
|
|
|
11201
11613
|
185,
|
|
11202
11614
|
{
|
|
11203
11615
|
"input": [
|
|
11204
|
-
|
|
11616
|
+
419,
|
|
11205
11617
|
"ManageClubMemberInput!"
|
|
11206
11618
|
]
|
|
11207
11619
|
}
|
|
@@ -11261,19 +11673,19 @@ exports.default = {
|
|
|
11261
11673
|
}
|
|
11262
11674
|
],
|
|
11263
11675
|
"trackUsageEvents": [
|
|
11264
|
-
|
|
11676
|
+
277,
|
|
11265
11677
|
{
|
|
11266
11678
|
"events": [
|
|
11267
|
-
|
|
11679
|
+
484,
|
|
11268
11680
|
"[UsageEventInput!]!"
|
|
11269
11681
|
]
|
|
11270
11682
|
}
|
|
11271
11683
|
],
|
|
11272
11684
|
"requestMyDataExport": [
|
|
11273
|
-
|
|
11685
|
+
253,
|
|
11274
11686
|
{
|
|
11275
11687
|
"input": [
|
|
11276
|
-
|
|
11688
|
+
400
|
|
11277
11689
|
]
|
|
11278
11690
|
}
|
|
11279
11691
|
],
|
|
@@ -11486,10 +11898,10 @@ exports.default = {
|
|
|
11486
11898
|
1
|
|
11487
11899
|
],
|
|
11488
11900
|
"profilePicture": [
|
|
11489
|
-
|
|
11901
|
+
295
|
|
11490
11902
|
],
|
|
11491
11903
|
"cardPicture": [
|
|
11492
|
-
|
|
11904
|
+
295
|
|
11493
11905
|
],
|
|
11494
11906
|
"__typename": [
|
|
11495
11907
|
1
|
|
@@ -11508,7 +11920,7 @@ exports.default = {
|
|
|
11508
11920
|
},
|
|
11509
11921
|
"EditDisplayIndexDto": {
|
|
11510
11922
|
"updates": [
|
|
11511
|
-
|
|
11923
|
+
462
|
|
11512
11924
|
],
|
|
11513
11925
|
"__typename": [
|
|
11514
11926
|
1
|
|
@@ -11572,7 +11984,7 @@ exports.default = {
|
|
|
11572
11984
|
18
|
|
11573
11985
|
],
|
|
11574
11986
|
"translations": [
|
|
11575
|
-
|
|
11987
|
+
467
|
|
11576
11988
|
],
|
|
11577
11989
|
"__typename": [
|
|
11578
11990
|
1
|
|
@@ -11606,10 +12018,10 @@ exports.default = {
|
|
|
11606
12018
|
18
|
|
11607
12019
|
],
|
|
11608
12020
|
"banner": [
|
|
11609
|
-
|
|
12021
|
+
295
|
|
11610
12022
|
],
|
|
11611
12023
|
"criteria": [
|
|
11612
|
-
|
|
12024
|
+
376
|
|
11613
12025
|
],
|
|
11614
12026
|
"deadline": [
|
|
11615
12027
|
14
|
|
@@ -11618,13 +12030,13 @@ exports.default = {
|
|
|
11618
12030
|
14
|
|
11619
12031
|
],
|
|
11620
12032
|
"duration": [
|
|
11621
|
-
|
|
12033
|
+
469
|
|
11622
12034
|
],
|
|
11623
12035
|
"sponsorshipItems": [
|
|
11624
|
-
|
|
12036
|
+
470
|
|
11625
12037
|
],
|
|
11626
12038
|
"commitments": [
|
|
11627
|
-
|
|
12039
|
+
471
|
|
11628
12040
|
],
|
|
11629
12041
|
"terms": [
|
|
11630
12042
|
1
|
|
@@ -11636,7 +12048,7 @@ exports.default = {
|
|
|
11636
12048
|
2
|
|
11637
12049
|
],
|
|
11638
12050
|
"translations": [
|
|
11639
|
-
|
|
12051
|
+
472
|
|
11640
12052
|
],
|
|
11641
12053
|
"__typename": [
|
|
11642
12054
|
1
|
|
@@ -11713,7 +12125,7 @@ exports.default = {
|
|
|
11713
12125
|
1
|
|
11714
12126
|
],
|
|
11715
12127
|
"banner": [
|
|
11716
|
-
|
|
12128
|
+
295
|
|
11717
12129
|
],
|
|
11718
12130
|
"terms": [
|
|
11719
12131
|
1
|
|
@@ -11820,7 +12232,7 @@ exports.default = {
|
|
|
11820
12232
|
1
|
|
11821
12233
|
],
|
|
11822
12234
|
"banner": [
|
|
11823
|
-
|
|
12235
|
+
295
|
|
11824
12236
|
],
|
|
11825
12237
|
"eventLevel": [
|
|
11826
12238
|
1
|
|
@@ -11888,7 +12300,7 @@ exports.default = {
|
|
|
11888
12300
|
1
|
|
11889
12301
|
],
|
|
11890
12302
|
"audienceFilters": [
|
|
11891
|
-
|
|
12303
|
+
408
|
|
11892
12304
|
],
|
|
11893
12305
|
"segmentId": [
|
|
11894
12306
|
1
|
|
@@ -11914,7 +12326,7 @@ exports.default = {
|
|
|
11914
12326
|
1
|
|
11915
12327
|
],
|
|
11916
12328
|
"audienceFilters": [
|
|
11917
|
-
|
|
12329
|
+
408
|
|
11918
12330
|
],
|
|
11919
12331
|
"segmentId": [
|
|
11920
12332
|
1
|
|
@@ -11931,7 +12343,7 @@ exports.default = {
|
|
|
11931
12343
|
1
|
|
11932
12344
|
],
|
|
11933
12345
|
"filters": [
|
|
11934
|
-
|
|
12346
|
+
408
|
|
11935
12347
|
],
|
|
11936
12348
|
"__typename": [
|
|
11937
12349
|
1
|
|
@@ -11942,7 +12354,7 @@ exports.default = {
|
|
|
11942
12354
|
1
|
|
11943
12355
|
],
|
|
11944
12356
|
"filters": [
|
|
11945
|
-
|
|
12357
|
+
408
|
|
11946
12358
|
],
|
|
11947
12359
|
"__typename": [
|
|
11948
12360
|
1
|