@vertikalx/vtx-backend-client 3.1.12-dev.0 → 3.1.16-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/athlete.api.js +9 -0
- package/dist/src/api/domains/generated/athlete.api.js.map +1 -1
- package/dist/src/api/domains/generated/misc.api.js +6 -0
- package/dist/src/api/domains/generated/misc.api.js.map +1 -1
- package/dist/src/api/domains/generated/vtx-base-api.augment.d.ts +6 -1
- package/dist/src/api/vtx-mobile-api.d.ts +3 -1
- package/dist/src/api/vtx-mobile-api.js +6 -0
- package/dist/src/api/vtx-mobile-api.js.map +1 -1
- package/dist/src/client/schema.d.ts +94 -1
- package/dist/src/client/schema.js +11 -4
- package/dist/src/client/schema.js.map +1 -1
- package/dist/src/client/types.d.ts +65 -1
- package/dist/src/client/types.js +574 -410
- package/dist/src/client/types.js.map +1 -1
- package/dist/src/generated/graphql.d.ts +157 -1
- package/dist/src/generated/graphql.js +101 -7
- package/dist/src/generated/graphql.js.map +1 -1
- package/package.json +1 -1
package/dist/src/client/types.js
CHANGED
|
@@ -16,16 +16,15 @@ exports.default = {
|
|
|
16
16
|
133,
|
|
17
17
|
149,
|
|
18
18
|
160,
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
242,
|
|
19
|
+
176,
|
|
20
|
+
184,
|
|
21
|
+
217,
|
|
22
|
+
240,
|
|
24
23
|
243,
|
|
25
24
|
244,
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
25
|
+
245,
|
|
26
|
+
317,
|
|
27
|
+
384,
|
|
29
28
|
421,
|
|
30
29
|
422,
|
|
31
30
|
423,
|
|
@@ -46,7 +45,8 @@ exports.default = {
|
|
|
46
45
|
438,
|
|
47
46
|
439,
|
|
48
47
|
440,
|
|
49
|
-
441
|
|
48
|
+
441,
|
|
49
|
+
442
|
|
50
50
|
],
|
|
51
51
|
"types": {
|
|
52
52
|
"User": {
|
|
@@ -212,6 +212,9 @@ exports.default = {
|
|
|
212
212
|
"originalTokenId": [
|
|
213
213
|
1
|
|
214
214
|
],
|
|
215
|
+
"familyId": [
|
|
216
|
+
1
|
|
217
|
+
],
|
|
215
218
|
"__typename": [
|
|
216
219
|
1
|
|
217
220
|
]
|
|
@@ -1651,7 +1654,7 @@ exports.default = {
|
|
|
1651
1654
|
1
|
|
1652
1655
|
],
|
|
1653
1656
|
"resultType": [
|
|
1654
|
-
|
|
1657
|
+
434
|
|
1655
1658
|
],
|
|
1656
1659
|
"verified": [
|
|
1657
1660
|
2
|
|
@@ -1980,6 +1983,18 @@ exports.default = {
|
|
|
1980
1983
|
"verificationTier": [
|
|
1981
1984
|
83
|
|
1982
1985
|
],
|
|
1986
|
+
"source": [
|
|
1987
|
+
1
|
|
1988
|
+
],
|
|
1989
|
+
"externalId": [
|
|
1990
|
+
1
|
|
1991
|
+
],
|
|
1992
|
+
"proofUrl": [
|
|
1993
|
+
1
|
|
1994
|
+
],
|
|
1995
|
+
"matchConfidence": [
|
|
1996
|
+
18
|
|
1997
|
+
],
|
|
1983
1998
|
"__typename": [
|
|
1984
1999
|
1
|
|
1985
2000
|
]
|
|
@@ -2084,6 +2099,18 @@ exports.default = {
|
|
|
2084
2099
|
"albums": [
|
|
2085
2100
|
87
|
|
2086
2101
|
],
|
|
2102
|
+
"claimedAt": [
|
|
2103
|
+
14
|
|
2104
|
+
],
|
|
2105
|
+
"claimedBy": [
|
|
2106
|
+
1
|
|
2107
|
+
],
|
|
2108
|
+
"dismissedAt": [
|
|
2109
|
+
14
|
|
2110
|
+
],
|
|
2111
|
+
"dismissedBy": [
|
|
2112
|
+
1
|
|
2113
|
+
],
|
|
2087
2114
|
"__typename": [
|
|
2088
2115
|
1
|
|
2089
2116
|
]
|
|
@@ -2930,7 +2957,7 @@ exports.default = {
|
|
|
2930
2957
|
96
|
|
2931
2958
|
],
|
|
2932
2959
|
"mode": [
|
|
2933
|
-
|
|
2960
|
+
421
|
|
2934
2961
|
],
|
|
2935
2962
|
"athleteId": [
|
|
2936
2963
|
1
|
|
@@ -4316,12 +4343,29 @@ exports.default = {
|
|
|
4316
4343
|
1
|
|
4317
4344
|
]
|
|
4318
4345
|
},
|
|
4346
|
+
"PendingSuggestionGroup": {
|
|
4347
|
+
"eventId": [
|
|
4348
|
+
1
|
|
4349
|
+
],
|
|
4350
|
+
"eventName": [
|
|
4351
|
+
1
|
|
4352
|
+
],
|
|
4353
|
+
"eventDate": [
|
|
4354
|
+
14
|
|
4355
|
+
],
|
|
4356
|
+
"candidates": [
|
|
4357
|
+
88
|
|
4358
|
+
],
|
|
4359
|
+
"__typename": [
|
|
4360
|
+
1
|
|
4361
|
+
]
|
|
4362
|
+
},
|
|
4319
4363
|
"StripeObject": {
|
|
4320
4364
|
"type": [
|
|
4321
4365
|
1
|
|
4322
4366
|
],
|
|
4323
4367
|
"json": [
|
|
4324
|
-
|
|
4368
|
+
176
|
|
4325
4369
|
],
|
|
4326
4370
|
"__typename": [
|
|
4327
4371
|
1
|
|
@@ -4385,7 +4429,7 @@ exports.default = {
|
|
|
4385
4429
|
},
|
|
4386
4430
|
"CheckScoreRefreshCapabilityResponse": {
|
|
4387
4431
|
"capabilities": [
|
|
4388
|
-
|
|
4432
|
+
178
|
|
4389
4433
|
],
|
|
4390
4434
|
"__typename": [
|
|
4391
4435
|
1
|
|
@@ -4468,7 +4512,7 @@ exports.default = {
|
|
|
4468
4512
|
1
|
|
4469
4513
|
],
|
|
4470
4514
|
"feeStructure": [
|
|
4471
|
-
|
|
4515
|
+
184
|
|
4472
4516
|
],
|
|
4473
4517
|
"approved": [
|
|
4474
4518
|
2
|
|
@@ -4512,10 +4556,10 @@ exports.default = {
|
|
|
4512
4556
|
1
|
|
4513
4557
|
],
|
|
4514
4558
|
"athlete": [
|
|
4515
|
-
|
|
4559
|
+
185
|
|
4516
4560
|
],
|
|
4517
4561
|
"club": [
|
|
4518
|
-
|
|
4562
|
+
183
|
|
4519
4563
|
],
|
|
4520
4564
|
"role": [
|
|
4521
4565
|
1
|
|
@@ -4544,7 +4588,7 @@ exports.default = {
|
|
|
4544
4588
|
2
|
|
4545
4589
|
],
|
|
4546
4590
|
"adminRole": [
|
|
4547
|
-
|
|
4591
|
+
422
|
|
4548
4592
|
],
|
|
4549
4593
|
"__typename": [
|
|
4550
4594
|
1
|
|
@@ -4650,7 +4694,7 @@ exports.default = {
|
|
|
4650
4694
|
14
|
|
4651
4695
|
],
|
|
4652
4696
|
"deviceTokens": [
|
|
4653
|
-
|
|
4697
|
+
191
|
|
4654
4698
|
],
|
|
4655
4699
|
"emailEligible": [
|
|
4656
4700
|
2
|
|
@@ -4659,10 +4703,10 @@ exports.default = {
|
|
|
4659
4703
|
2
|
|
4660
4704
|
],
|
|
4661
4705
|
"emailEligibilityReason": [
|
|
4662
|
-
|
|
4706
|
+
441
|
|
4663
4707
|
],
|
|
4664
4708
|
"pushEligibilityReason": [
|
|
4665
|
-
|
|
4709
|
+
441
|
|
4666
4710
|
],
|
|
4667
4711
|
"__typename": [
|
|
4668
4712
|
1
|
|
@@ -4704,10 +4748,10 @@ exports.default = {
|
|
|
4704
4748
|
},
|
|
4705
4749
|
"AdminIntegrations": {
|
|
4706
4750
|
"strava": [
|
|
4707
|
-
|
|
4751
|
+
193
|
|
4708
4752
|
],
|
|
4709
4753
|
"instagram": [
|
|
4710
|
-
|
|
4754
|
+
194
|
|
4711
4755
|
],
|
|
4712
4756
|
"__typename": [
|
|
4713
4757
|
1
|
|
@@ -4772,10 +4816,10 @@ exports.default = {
|
|
|
4772
4816
|
53
|
|
4773
4817
|
],
|
|
4774
4818
|
"current": [
|
|
4775
|
-
|
|
4819
|
+
197
|
|
4776
4820
|
],
|
|
4777
4821
|
"recent": [
|
|
4778
|
-
|
|
4822
|
+
198
|
|
4779
4823
|
],
|
|
4780
4824
|
"__typename": [
|
|
4781
4825
|
1
|
|
@@ -4849,16 +4893,16 @@ exports.default = {
|
|
|
4849
4893
|
14
|
|
4850
4894
|
],
|
|
4851
4895
|
"latestVtxHistoricalScore": [
|
|
4852
|
-
|
|
4896
|
+
200
|
|
4853
4897
|
],
|
|
4854
4898
|
"latestTpiHistoricalScore": [
|
|
4855
|
-
|
|
4899
|
+
200
|
|
4856
4900
|
],
|
|
4857
4901
|
"latestSpiHistoricalScore": [
|
|
4858
|
-
|
|
4902
|
+
200
|
|
4859
4903
|
],
|
|
4860
4904
|
"latestApiHistoricalScore": [
|
|
4861
|
-
|
|
4905
|
+
200
|
|
4862
4906
|
],
|
|
4863
4907
|
"biography": [
|
|
4864
4908
|
1
|
|
@@ -4882,10 +4926,10 @@ exports.default = {
|
|
|
4882
4926
|
2
|
|
4883
4927
|
],
|
|
4884
4928
|
"counts": [
|
|
4885
|
-
|
|
4929
|
+
202
|
|
4886
4930
|
],
|
|
4887
4931
|
"latestCompetition": [
|
|
4888
|
-
|
|
4932
|
+
201
|
|
4889
4933
|
],
|
|
4890
4934
|
"__typename": [
|
|
4891
4935
|
1
|
|
@@ -4899,19 +4943,19 @@ exports.default = {
|
|
|
4899
4943
|
1
|
|
4900
4944
|
],
|
|
4901
4945
|
"notifications": [
|
|
4902
|
-
|
|
4946
|
+
192
|
|
4903
4947
|
],
|
|
4904
4948
|
"integrations": [
|
|
4905
|
-
|
|
4949
|
+
195
|
|
4906
4950
|
],
|
|
4907
4951
|
"wallet": [
|
|
4908
|
-
|
|
4952
|
+
196
|
|
4909
4953
|
],
|
|
4910
4954
|
"campaigns": [
|
|
4911
|
-
|
|
4955
|
+
199
|
|
4912
4956
|
],
|
|
4913
4957
|
"athleteExtras": [
|
|
4914
|
-
|
|
4958
|
+
203
|
|
4915
4959
|
],
|
|
4916
4960
|
"__typename": [
|
|
4917
4961
|
1
|
|
@@ -5098,10 +5142,10 @@ exports.default = {
|
|
|
5098
5142
|
1
|
|
5099
5143
|
],
|
|
5100
5144
|
"availableBalances": [
|
|
5101
|
-
|
|
5145
|
+
214
|
|
5102
5146
|
],
|
|
5103
5147
|
"pendingBalances": [
|
|
5104
|
-
|
|
5148
|
+
214
|
|
5105
5149
|
],
|
|
5106
5150
|
"__typename": [
|
|
5107
5151
|
1
|
|
@@ -5139,7 +5183,7 @@ exports.default = {
|
|
|
5139
5183
|
1
|
|
5140
5184
|
],
|
|
5141
5185
|
"status": [
|
|
5142
|
-
|
|
5186
|
+
217
|
|
5143
5187
|
],
|
|
5144
5188
|
"lastError": [
|
|
5145
5189
|
1
|
|
@@ -5311,13 +5355,13 @@ exports.default = {
|
|
|
5311
5355
|
},
|
|
5312
5356
|
"LeaderboardResponse": {
|
|
5313
5357
|
"entries": [
|
|
5314
|
-
|
|
5358
|
+
223
|
|
5315
5359
|
],
|
|
5316
5360
|
"pagination": [
|
|
5317
|
-
|
|
5361
|
+
224
|
|
5318
5362
|
],
|
|
5319
5363
|
"filters": [
|
|
5320
|
-
|
|
5364
|
+
225
|
|
5321
5365
|
],
|
|
5322
5366
|
"__typename": [
|
|
5323
5367
|
1
|
|
@@ -5431,7 +5475,7 @@ exports.default = {
|
|
|
5431
5475
|
1
|
|
5432
5476
|
],
|
|
5433
5477
|
"metrics": [
|
|
5434
|
-
|
|
5478
|
+
176
|
|
5435
5479
|
],
|
|
5436
5480
|
"pointsEarned": [
|
|
5437
5481
|
18
|
|
@@ -5446,7 +5490,7 @@ exports.default = {
|
|
|
5446
5490
|
1
|
|
5447
5491
|
],
|
|
5448
5492
|
"metricAverages": [
|
|
5449
|
-
|
|
5493
|
+
176
|
|
5450
5494
|
],
|
|
5451
5495
|
"__typename": [
|
|
5452
5496
|
1
|
|
@@ -5454,7 +5498,7 @@ exports.default = {
|
|
|
5454
5498
|
},
|
|
5455
5499
|
"ActivitiesResponse": {
|
|
5456
5500
|
"items": [
|
|
5457
|
-
|
|
5501
|
+
232
|
|
5458
5502
|
],
|
|
5459
5503
|
"total": [
|
|
5460
5504
|
53
|
|
@@ -5517,10 +5561,10 @@ exports.default = {
|
|
|
5517
5561
|
1
|
|
5518
5562
|
],
|
|
5519
5563
|
"metrics": [
|
|
5520
|
-
|
|
5564
|
+
234
|
|
5521
5565
|
],
|
|
5522
5566
|
"scoreInfo": [
|
|
5523
|
-
|
|
5567
|
+
235
|
|
5524
5568
|
],
|
|
5525
5569
|
"prMetrics": [
|
|
5526
5570
|
1
|
|
@@ -5566,13 +5610,13 @@ exports.default = {
|
|
|
5566
5610
|
18
|
|
5567
5611
|
],
|
|
5568
5612
|
"topMetrics": [
|
|
5569
|
-
|
|
5613
|
+
237
|
|
5570
5614
|
],
|
|
5571
5615
|
"newMaxActivityIds": [
|
|
5572
5616
|
1
|
|
5573
5617
|
],
|
|
5574
5618
|
"metricMaxes": [
|
|
5575
|
-
|
|
5619
|
+
176
|
|
5576
5620
|
],
|
|
5577
5621
|
"__typename": [
|
|
5578
5622
|
1
|
|
@@ -5583,7 +5627,7 @@ exports.default = {
|
|
|
5583
5627
|
14
|
|
5584
5628
|
],
|
|
5585
5629
|
"category": [
|
|
5586
|
-
|
|
5630
|
+
240
|
|
5587
5631
|
],
|
|
5588
5632
|
"count": [
|
|
5589
5633
|
53
|
|
@@ -5598,7 +5642,7 @@ exports.default = {
|
|
|
5598
5642
|
"ActivityCategory": {},
|
|
5599
5643
|
"ActivityDatesResponse": {
|
|
5600
5644
|
"dates": [
|
|
5601
|
-
|
|
5645
|
+
239
|
|
5602
5646
|
],
|
|
5603
5647
|
"__typename": [
|
|
5604
5648
|
1
|
|
@@ -5612,13 +5656,13 @@ exports.default = {
|
|
|
5612
5656
|
1
|
|
5613
5657
|
],
|
|
5614
5658
|
"platform": [
|
|
5615
|
-
|
|
5659
|
+
243
|
|
5616
5660
|
],
|
|
5617
5661
|
"contentType": [
|
|
5618
|
-
|
|
5662
|
+
244
|
|
5619
5663
|
],
|
|
5620
5664
|
"periodType": [
|
|
5621
|
-
|
|
5665
|
+
245
|
|
5622
5666
|
],
|
|
5623
5667
|
"periodLabel": [
|
|
5624
5668
|
1
|
|
@@ -5683,7 +5727,7 @@ exports.default = {
|
|
|
5683
5727
|
1
|
|
5684
5728
|
],
|
|
5685
5729
|
"contentType": [
|
|
5686
|
-
|
|
5730
|
+
244
|
|
5687
5731
|
],
|
|
5688
5732
|
"caption": [
|
|
5689
5733
|
1
|
|
@@ -5732,10 +5776,10 @@ exports.default = {
|
|
|
5732
5776
|
},
|
|
5733
5777
|
"PostComparisonResultType": {
|
|
5734
5778
|
"posts": [
|
|
5735
|
-
|
|
5779
|
+
246
|
|
5736
5780
|
],
|
|
5737
5781
|
"averages": [
|
|
5738
|
-
|
|
5782
|
+
247
|
|
5739
5783
|
],
|
|
5740
5784
|
"total": [
|
|
5741
5785
|
53
|
|
@@ -5773,7 +5817,7 @@ exports.default = {
|
|
|
5773
5817
|
1
|
|
5774
5818
|
],
|
|
5775
5819
|
"actionParams": [
|
|
5776
|
-
|
|
5820
|
+
184
|
|
5777
5821
|
],
|
|
5778
5822
|
"actionLabel": [
|
|
5779
5823
|
1
|
|
@@ -5793,7 +5837,7 @@ exports.default = {
|
|
|
5793
5837
|
},
|
|
5794
5838
|
"NotificationListResponse": {
|
|
5795
5839
|
"notifications": [
|
|
5796
|
-
|
|
5840
|
+
249
|
|
5797
5841
|
],
|
|
5798
5842
|
"total": [
|
|
5799
5843
|
53
|
|
@@ -5907,7 +5951,7 @@ exports.default = {
|
|
|
5907
5951
|
},
|
|
5908
5952
|
"FollowedAthletesListResponse": {
|
|
5909
5953
|
"athletes": [
|
|
5910
|
-
|
|
5954
|
+
255
|
|
5911
5955
|
],
|
|
5912
5956
|
"total": [
|
|
5913
5957
|
53
|
|
@@ -5964,7 +6008,7 @@ exports.default = {
|
|
|
5964
6008
|
1
|
|
5965
6009
|
],
|
|
5966
6010
|
"filters": [
|
|
5967
|
-
|
|
6011
|
+
176
|
|
5968
6012
|
],
|
|
5969
6013
|
"createdBy": [
|
|
5970
6014
|
1
|
|
@@ -5993,7 +6037,7 @@ exports.default = {
|
|
|
5993
6037
|
1
|
|
5994
6038
|
],
|
|
5995
6039
|
"audienceFilters": [
|
|
5996
|
-
|
|
6040
|
+
176
|
|
5997
6041
|
],
|
|
5998
6042
|
"segmentId": [
|
|
5999
6043
|
1
|
|
@@ -6023,10 +6067,10 @@ exports.default = {
|
|
|
6023
6067
|
14
|
|
6024
6068
|
],
|
|
6025
6069
|
"deliveryStats": [
|
|
6026
|
-
|
|
6070
|
+
258
|
|
6027
6071
|
],
|
|
6028
6072
|
"segment": [
|
|
6029
|
-
|
|
6073
|
+
259
|
|
6030
6074
|
],
|
|
6031
6075
|
"__typename": [
|
|
6032
6076
|
1
|
|
@@ -6034,7 +6078,7 @@ exports.default = {
|
|
|
6034
6078
|
},
|
|
6035
6079
|
"EmailCampaignPage": {
|
|
6036
6080
|
"campaigns": [
|
|
6037
|
-
|
|
6081
|
+
260
|
|
6038
6082
|
],
|
|
6039
6083
|
"total": [
|
|
6040
6084
|
53
|
|
@@ -6088,7 +6132,7 @@ exports.default = {
|
|
|
6088
6132
|
53
|
|
6089
6133
|
],
|
|
6090
6134
|
"users": [
|
|
6091
|
-
|
|
6135
|
+
263
|
|
6092
6136
|
],
|
|
6093
6137
|
"__typename": [
|
|
6094
6138
|
1
|
|
@@ -6166,7 +6210,7 @@ exports.default = {
|
|
|
6166
6210
|
1
|
|
6167
6211
|
],
|
|
6168
6212
|
"contextSnapshot": [
|
|
6169
|
-
|
|
6213
|
+
184
|
|
6170
6214
|
],
|
|
6171
6215
|
"createdAt": [
|
|
6172
6216
|
14
|
|
@@ -6175,7 +6219,7 @@ exports.default = {
|
|
|
6175
6219
|
14
|
|
6176
6220
|
],
|
|
6177
6221
|
"messages": [
|
|
6178
|
-
|
|
6222
|
+
266
|
|
6179
6223
|
],
|
|
6180
6224
|
"__typename": [
|
|
6181
6225
|
1
|
|
@@ -6218,7 +6262,7 @@ exports.default = {
|
|
|
6218
6262
|
1
|
|
6219
6263
|
],
|
|
6220
6264
|
"data": [
|
|
6221
|
-
|
|
6265
|
+
184
|
|
6222
6266
|
],
|
|
6223
6267
|
"read": [
|
|
6224
6268
|
2
|
|
@@ -6235,7 +6279,7 @@ exports.default = {
|
|
|
6235
6279
|
},
|
|
6236
6280
|
"AiCoachNudgeListResponse": {
|
|
6237
6281
|
"nudges": [
|
|
6238
|
-
|
|
6282
|
+
269
|
|
6239
6283
|
],
|
|
6240
6284
|
"total": [
|
|
6241
6285
|
53
|
|
@@ -6326,10 +6370,10 @@ exports.default = {
|
|
|
6326
6370
|
53
|
|
6327
6371
|
],
|
|
6328
6372
|
"vtxScoreHistory": [
|
|
6329
|
-
|
|
6373
|
+
273
|
|
6330
6374
|
],
|
|
6331
6375
|
"topPerformers": [
|
|
6332
|
-
|
|
6376
|
+
274
|
|
6333
6377
|
],
|
|
6334
6378
|
"__typename": [
|
|
6335
6379
|
1
|
|
@@ -6354,13 +6398,13 @@ exports.default = {
|
|
|
6354
6398
|
},
|
|
6355
6399
|
"TeamDashboard": {
|
|
6356
6400
|
"analytics": [
|
|
6357
|
-
|
|
6401
|
+
275
|
|
6358
6402
|
],
|
|
6359
6403
|
"roster": [
|
|
6360
|
-
|
|
6404
|
+
276
|
|
6361
6405
|
],
|
|
6362
6406
|
"leaderboard": [
|
|
6363
|
-
|
|
6407
|
+
274
|
|
6364
6408
|
],
|
|
6365
6409
|
"__typename": [
|
|
6366
6410
|
1
|
|
@@ -6622,7 +6666,7 @@ exports.default = {
|
|
|
6622
6666
|
18
|
|
6623
6667
|
],
|
|
6624
6668
|
"mode": [
|
|
6625
|
-
|
|
6669
|
+
421
|
|
6626
6670
|
],
|
|
6627
6671
|
"fromName": [
|
|
6628
6672
|
1
|
|
@@ -6660,13 +6704,13 @@ exports.default = {
|
|
|
6660
6704
|
1
|
|
6661
6705
|
],
|
|
6662
6706
|
"logo": [
|
|
6663
|
-
|
|
6707
|
+
296
|
|
6664
6708
|
],
|
|
6665
6709
|
"banner": [
|
|
6666
|
-
|
|
6710
|
+
296
|
|
6667
6711
|
],
|
|
6668
6712
|
"translations": [
|
|
6669
|
-
|
|
6713
|
+
297
|
|
6670
6714
|
],
|
|
6671
6715
|
"sponsorId": [
|
|
6672
6716
|
1
|
|
@@ -6718,10 +6762,10 @@ exports.default = {
|
|
|
6718
6762
|
1
|
|
6719
6763
|
],
|
|
6720
6764
|
"logo": [
|
|
6721
|
-
|
|
6765
|
+
296
|
|
6722
6766
|
],
|
|
6723
6767
|
"banner": [
|
|
6724
|
-
|
|
6768
|
+
296
|
|
6725
6769
|
],
|
|
6726
6770
|
"__typename": [
|
|
6727
6771
|
1
|
|
@@ -6789,7 +6833,7 @@ exports.default = {
|
|
|
6789
6833
|
1
|
|
6790
6834
|
],
|
|
6791
6835
|
"invitations": [
|
|
6792
|
-
|
|
6836
|
+
300
|
|
6793
6837
|
],
|
|
6794
6838
|
"__typename": [
|
|
6795
6839
|
1
|
|
@@ -6926,7 +6970,7 @@ exports.default = {
|
|
|
6926
6970
|
1
|
|
6927
6971
|
],
|
|
6928
6972
|
"result": [
|
|
6929
|
-
|
|
6973
|
+
303
|
|
6930
6974
|
],
|
|
6931
6975
|
"cityId": [
|
|
6932
6976
|
1
|
|
@@ -6949,7 +6993,7 @@ exports.default = {
|
|
|
6949
6993
|
1
|
|
6950
6994
|
],
|
|
6951
6995
|
"result": [
|
|
6952
|
-
|
|
6996
|
+
303
|
|
6953
6997
|
],
|
|
6954
6998
|
"cityId": [
|
|
6955
6999
|
1
|
|
@@ -6985,13 +7029,13 @@ exports.default = {
|
|
|
6985
7029
|
},
|
|
6986
7030
|
"CursorPaginationDto": {
|
|
6987
7031
|
"sortCriteria": [
|
|
6988
|
-
|
|
7032
|
+
307
|
|
6989
7033
|
],
|
|
6990
7034
|
"limit": [
|
|
6991
7035
|
18
|
|
6992
7036
|
],
|
|
6993
7037
|
"cursorPosition": [
|
|
6994
|
-
|
|
7038
|
+
308
|
|
6995
7039
|
],
|
|
6996
7040
|
"__typename": [
|
|
6997
7041
|
1
|
|
@@ -7086,7 +7130,7 @@ exports.default = {
|
|
|
7086
7130
|
1
|
|
7087
7131
|
],
|
|
7088
7132
|
"currentCampaign": [
|
|
7089
|
-
|
|
7133
|
+
312
|
|
7090
7134
|
],
|
|
7091
7135
|
"sports": [
|
|
7092
7136
|
1
|
|
@@ -7098,7 +7142,7 @@ exports.default = {
|
|
|
7098
7142
|
2
|
|
7099
7143
|
],
|
|
7100
7144
|
"gender": [
|
|
7101
|
-
|
|
7145
|
+
423
|
|
7102
7146
|
],
|
|
7103
7147
|
"minAge": [
|
|
7104
7148
|
18
|
|
@@ -7148,10 +7192,10 @@ exports.default = {
|
|
|
7148
7192
|
},
|
|
7149
7193
|
"AthleteQueryDto": {
|
|
7150
7194
|
"cursor": [
|
|
7151
|
-
|
|
7195
|
+
309
|
|
7152
7196
|
],
|
|
7153
7197
|
"filters": [
|
|
7154
|
-
|
|
7198
|
+
313
|
|
7155
7199
|
],
|
|
7156
7200
|
"__typename": [
|
|
7157
7201
|
1
|
|
@@ -7162,7 +7206,7 @@ exports.default = {
|
|
|
7162
7206
|
1
|
|
7163
7207
|
],
|
|
7164
7208
|
"newPicture": [
|
|
7165
|
-
|
|
7209
|
+
296
|
|
7166
7210
|
],
|
|
7167
7211
|
"__typename": [
|
|
7168
7212
|
1
|
|
@@ -7176,13 +7220,13 @@ exports.default = {
|
|
|
7176
7220
|
1
|
|
7177
7221
|
],
|
|
7178
7222
|
"pictures": [
|
|
7179
|
-
|
|
7223
|
+
296
|
|
7180
7224
|
],
|
|
7181
7225
|
"albumId": [
|
|
7182
7226
|
1
|
|
7183
7227
|
],
|
|
7184
7228
|
"visibility": [
|
|
7185
|
-
|
|
7229
|
+
317
|
|
7186
7230
|
],
|
|
7187
7231
|
"competitionId": [
|
|
7188
7232
|
1
|
|
@@ -7509,7 +7553,7 @@ exports.default = {
|
|
|
7509
7553
|
},
|
|
7510
7554
|
"resetPasswordDto": {
|
|
7511
7555
|
"code": [
|
|
7512
|
-
|
|
7556
|
+
293
|
|
7513
7557
|
],
|
|
7514
7558
|
"newPassword": [
|
|
7515
7559
|
1
|
|
@@ -7597,7 +7641,7 @@ exports.default = {
|
|
|
7597
7641
|
1
|
|
7598
7642
|
],
|
|
7599
7643
|
"role": [
|
|
7600
|
-
|
|
7644
|
+
422
|
|
7601
7645
|
],
|
|
7602
7646
|
"__typename": [
|
|
7603
7647
|
1
|
|
@@ -7672,7 +7716,7 @@ exports.default = {
|
|
|
7672
7716
|
1
|
|
7673
7717
|
],
|
|
7674
7718
|
"banner": [
|
|
7675
|
-
|
|
7719
|
+
296
|
|
7676
7720
|
],
|
|
7677
7721
|
"eventLevel": [
|
|
7678
7722
|
1
|
|
@@ -7784,7 +7828,7 @@ exports.default = {
|
|
|
7784
7828
|
18
|
|
7785
7829
|
],
|
|
7786
7830
|
"items": [
|
|
7787
|
-
|
|
7831
|
+
353
|
|
7788
7832
|
],
|
|
7789
7833
|
"__typename": [
|
|
7790
7834
|
1
|
|
@@ -7795,7 +7839,7 @@ exports.default = {
|
|
|
7795
7839
|
18
|
|
7796
7840
|
],
|
|
7797
7841
|
"items": [
|
|
7798
|
-
|
|
7842
|
+
353
|
|
7799
7843
|
],
|
|
7800
7844
|
"athleteCompetitionId": [
|
|
7801
7845
|
1
|
|
@@ -7844,16 +7888,16 @@ exports.default = {
|
|
|
7844
7888
|
14
|
|
7845
7889
|
],
|
|
7846
7890
|
"budget": [
|
|
7847
|
-
|
|
7891
|
+
355
|
|
7848
7892
|
],
|
|
7849
7893
|
"competitionBudgets": [
|
|
7850
|
-
|
|
7894
|
+
356
|
|
7851
7895
|
],
|
|
7852
7896
|
"competitionIds": [
|
|
7853
7897
|
1
|
|
7854
7898
|
],
|
|
7855
7899
|
"video": [
|
|
7856
|
-
|
|
7900
|
+
357
|
|
7857
7901
|
],
|
|
7858
7902
|
"coverImageId": [
|
|
7859
7903
|
1
|
|
@@ -7897,16 +7941,16 @@ exports.default = {
|
|
|
7897
7941
|
14
|
|
7898
7942
|
],
|
|
7899
7943
|
"budget": [
|
|
7900
|
-
|
|
7944
|
+
355
|
|
7901
7945
|
],
|
|
7902
7946
|
"competitionBudgets": [
|
|
7903
|
-
|
|
7947
|
+
356
|
|
7904
7948
|
],
|
|
7905
7949
|
"competitionIds": [
|
|
7906
7950
|
1
|
|
7907
7951
|
],
|
|
7908
7952
|
"video": [
|
|
7909
|
-
|
|
7953
|
+
357
|
|
7910
7954
|
],
|
|
7911
7955
|
"coverImageId": [
|
|
7912
7956
|
1
|
|
@@ -7953,16 +7997,16 @@ exports.default = {
|
|
|
7953
7997
|
14
|
|
7954
7998
|
],
|
|
7955
7999
|
"budget": [
|
|
7956
|
-
|
|
8000
|
+
355
|
|
7957
8001
|
],
|
|
7958
8002
|
"competitionBudgets": [
|
|
7959
|
-
|
|
8003
|
+
356
|
|
7960
8004
|
],
|
|
7961
8005
|
"competitionIds": [
|
|
7962
8006
|
1
|
|
7963
8007
|
],
|
|
7964
8008
|
"video": [
|
|
7965
|
-
|
|
8009
|
+
357
|
|
7966
8010
|
],
|
|
7967
8011
|
"coverImageId": [
|
|
7968
8012
|
1
|
|
@@ -7996,7 +8040,7 @@ exports.default = {
|
|
|
7996
8040
|
},
|
|
7997
8041
|
"BudgetDto": {
|
|
7998
8042
|
"items": [
|
|
7999
|
-
|
|
8043
|
+
353
|
|
8000
8044
|
],
|
|
8001
8045
|
"fundingMode": [
|
|
8002
8046
|
133
|
|
@@ -8010,7 +8054,7 @@ exports.default = {
|
|
|
8010
8054
|
1
|
|
8011
8055
|
],
|
|
8012
8056
|
"budget": [
|
|
8013
|
-
|
|
8057
|
+
362
|
|
8014
8058
|
],
|
|
8015
8059
|
"__typename": [
|
|
8016
8060
|
1
|
|
@@ -8021,7 +8065,7 @@ exports.default = {
|
|
|
8021
8065
|
1
|
|
8022
8066
|
],
|
|
8023
8067
|
"budget": [
|
|
8024
|
-
|
|
8068
|
+
362
|
|
8025
8069
|
],
|
|
8026
8070
|
"__typename": [
|
|
8027
8071
|
1
|
|
@@ -8041,7 +8085,7 @@ exports.default = {
|
|
|
8041
8085
|
18
|
|
8042
8086
|
],
|
|
8043
8087
|
"budget": [
|
|
8044
|
-
|
|
8088
|
+
362
|
|
8045
8089
|
],
|
|
8046
8090
|
"__typename": [
|
|
8047
8091
|
1
|
|
@@ -8078,7 +8122,7 @@ exports.default = {
|
|
|
8078
8122
|
1
|
|
8079
8123
|
],
|
|
8080
8124
|
"filters": [
|
|
8081
|
-
|
|
8125
|
+
366
|
|
8082
8126
|
],
|
|
8083
8127
|
"sortField": [
|
|
8084
8128
|
1
|
|
@@ -8104,7 +8148,7 @@ exports.default = {
|
|
|
8104
8148
|
1
|
|
8105
8149
|
],
|
|
8106
8150
|
"logo": [
|
|
8107
|
-
|
|
8151
|
+
296
|
|
8108
8152
|
],
|
|
8109
8153
|
"countryId": [
|
|
8110
8154
|
1
|
|
@@ -8192,7 +8236,7 @@ exports.default = {
|
|
|
8192
8236
|
1
|
|
8193
8237
|
],
|
|
8194
8238
|
"profilePicture": [
|
|
8195
|
-
|
|
8239
|
+
296
|
|
8196
8240
|
],
|
|
8197
8241
|
"__typename": [
|
|
8198
8242
|
1
|
|
@@ -8244,7 +8288,7 @@ exports.default = {
|
|
|
8244
8288
|
18
|
|
8245
8289
|
],
|
|
8246
8290
|
"sortCriteria": [
|
|
8247
|
-
|
|
8291
|
+
307
|
|
8248
8292
|
],
|
|
8249
8293
|
"__typename": [
|
|
8250
8294
|
1
|
|
@@ -8261,7 +8305,7 @@ exports.default = {
|
|
|
8261
8305
|
1
|
|
8262
8306
|
],
|
|
8263
8307
|
"offerImage": [
|
|
8264
|
-
|
|
8308
|
+
296
|
|
8265
8309
|
],
|
|
8266
8310
|
"type": [
|
|
8267
8311
|
1
|
|
@@ -8285,7 +8329,7 @@ exports.default = {
|
|
|
8285
8329
|
1
|
|
8286
8330
|
],
|
|
8287
8331
|
"criteria": [
|
|
8288
|
-
|
|
8332
|
+
377
|
|
8289
8333
|
],
|
|
8290
8334
|
"dateStart": [
|
|
8291
8335
|
14
|
|
@@ -8320,7 +8364,7 @@ exports.default = {
|
|
|
8320
8364
|
1
|
|
8321
8365
|
],
|
|
8322
8366
|
"qualificationsBag": [
|
|
8323
|
-
|
|
8367
|
+
378
|
|
8324
8368
|
],
|
|
8325
8369
|
"__typename": [
|
|
8326
8370
|
1
|
|
@@ -8328,28 +8372,28 @@ exports.default = {
|
|
|
8328
8372
|
},
|
|
8329
8373
|
"QualificationsBagDto": {
|
|
8330
8374
|
"ageQualifications": [
|
|
8331
|
-
|
|
8375
|
+
329
|
|
8332
8376
|
],
|
|
8333
8377
|
"genderQualifications": [
|
|
8334
|
-
|
|
8378
|
+
330
|
|
8335
8379
|
],
|
|
8336
8380
|
"scoreQualifications": [
|
|
8337
|
-
|
|
8381
|
+
332
|
|
8338
8382
|
],
|
|
8339
8383
|
"locationQualifications": [
|
|
8340
|
-
|
|
8384
|
+
333
|
|
8341
8385
|
],
|
|
8342
8386
|
"nationalityQualifications": [
|
|
8343
|
-
|
|
8387
|
+
331
|
|
8344
8388
|
],
|
|
8345
8389
|
"distanceQualifications": [
|
|
8346
|
-
|
|
8390
|
+
334
|
|
8347
8391
|
],
|
|
8348
8392
|
"sportsQualifications": [
|
|
8349
|
-
|
|
8393
|
+
335
|
|
8350
8394
|
],
|
|
8351
8395
|
"levelQualifications": [
|
|
8352
|
-
|
|
8396
|
+
336
|
|
8353
8397
|
],
|
|
8354
8398
|
"__typename": [
|
|
8355
8399
|
1
|
|
@@ -8395,7 +8439,7 @@ exports.default = {
|
|
|
8395
8439
|
},
|
|
8396
8440
|
"OfferClaimQueryDto": {
|
|
8397
8441
|
"status": [
|
|
8398
|
-
|
|
8442
|
+
438
|
|
8399
8443
|
],
|
|
8400
8444
|
"__typename": [
|
|
8401
8445
|
1
|
|
@@ -8449,7 +8493,7 @@ exports.default = {
|
|
|
8449
8493
|
1
|
|
8450
8494
|
],
|
|
8451
8495
|
"timeRange": [
|
|
8452
|
-
|
|
8496
|
+
384
|
|
8453
8497
|
],
|
|
8454
8498
|
"__typename": [
|
|
8455
8499
|
1
|
|
@@ -8461,7 +8505,7 @@ exports.default = {
|
|
|
8461
8505
|
1
|
|
8462
8506
|
],
|
|
8463
8507
|
"timeRange": [
|
|
8464
|
-
|
|
8508
|
+
384
|
|
8465
8509
|
],
|
|
8466
8510
|
"sportId": [
|
|
8467
8511
|
1
|
|
@@ -8518,7 +8562,7 @@ exports.default = {
|
|
|
8518
8562
|
1
|
|
8519
8563
|
],
|
|
8520
8564
|
"metricRanges": [
|
|
8521
|
-
|
|
8565
|
+
387
|
|
8522
8566
|
],
|
|
8523
8567
|
"__typename": [
|
|
8524
8568
|
1
|
|
@@ -8529,10 +8573,10 @@ exports.default = {
|
|
|
8529
8573
|
1
|
|
8530
8574
|
],
|
|
8531
8575
|
"category": [
|
|
8532
|
-
|
|
8576
|
+
240
|
|
8533
8577
|
],
|
|
8534
8578
|
"timeRange": [
|
|
8535
|
-
|
|
8579
|
+
384
|
|
8536
8580
|
],
|
|
8537
8581
|
"page": [
|
|
8538
8582
|
53
|
|
@@ -8541,7 +8585,7 @@ exports.default = {
|
|
|
8541
8585
|
53
|
|
8542
8586
|
],
|
|
8543
8587
|
"filters": [
|
|
8544
|
-
|
|
8588
|
+
388
|
|
8545
8589
|
],
|
|
8546
8590
|
"__typename": [
|
|
8547
8591
|
1
|
|
@@ -8596,10 +8640,10 @@ exports.default = {
|
|
|
8596
8640
|
53
|
|
8597
8641
|
],
|
|
8598
8642
|
"sortBy": [
|
|
8599
|
-
|
|
8643
|
+
442
|
|
8600
8644
|
],
|
|
8601
8645
|
"contentType": [
|
|
8602
|
-
|
|
8646
|
+
244
|
|
8603
8647
|
],
|
|
8604
8648
|
"limit": [
|
|
8605
8649
|
53
|
|
@@ -8768,16 +8812,16 @@ exports.default = {
|
|
|
8768
8812
|
1
|
|
8769
8813
|
],
|
|
8770
8814
|
"customData": [
|
|
8771
|
-
|
|
8815
|
+
184
|
|
8772
8816
|
],
|
|
8773
8817
|
"iosOverrides": [
|
|
8774
|
-
|
|
8818
|
+
406
|
|
8775
8819
|
],
|
|
8776
8820
|
"androidOverrides": [
|
|
8777
|
-
|
|
8821
|
+
407
|
|
8778
8822
|
],
|
|
8779
8823
|
"audienceFilters": [
|
|
8780
|
-
|
|
8824
|
+
409
|
|
8781
8825
|
],
|
|
8782
8826
|
"scheduleAt": [
|
|
8783
8827
|
14
|
|
@@ -8954,7 +8998,7 @@ exports.default = {
|
|
|
8954
8998
|
1
|
|
8955
8999
|
],
|
|
8956
9000
|
"feeStructure": [
|
|
8957
|
-
|
|
9001
|
+
184
|
|
8958
9002
|
],
|
|
8959
9003
|
"visibility": [
|
|
8960
9004
|
1
|
|
@@ -8980,7 +9024,7 @@ exports.default = {
|
|
|
8980
9024
|
1
|
|
8981
9025
|
],
|
|
8982
9026
|
"feeStructure": [
|
|
8983
|
-
|
|
9027
|
+
184
|
|
8984
9028
|
],
|
|
8985
9029
|
"visibility": [
|
|
8986
9030
|
1
|
|
@@ -9118,7 +9162,7 @@ exports.default = {
|
|
|
9118
9162
|
34,
|
|
9119
9163
|
{
|
|
9120
9164
|
"input": [
|
|
9121
|
-
|
|
9165
|
+
444,
|
|
9122
9166
|
"AWSS3GetUploadDto!"
|
|
9123
9167
|
]
|
|
9124
9168
|
}
|
|
@@ -9142,7 +9186,7 @@ exports.default = {
|
|
|
9142
9186
|
153,
|
|
9143
9187
|
{
|
|
9144
9188
|
"query": [
|
|
9145
|
-
|
|
9189
|
+
298
|
|
9146
9190
|
]
|
|
9147
9191
|
}
|
|
9148
9192
|
],
|
|
@@ -9188,7 +9232,7 @@ exports.default = {
|
|
|
9188
9232
|
154,
|
|
9189
9233
|
{
|
|
9190
9234
|
"query": [
|
|
9191
|
-
|
|
9235
|
+
302
|
|
9192
9236
|
]
|
|
9193
9237
|
}
|
|
9194
9238
|
],
|
|
@@ -9196,7 +9240,7 @@ exports.default = {
|
|
|
9196
9240
|
112,
|
|
9197
9241
|
{
|
|
9198
9242
|
"input": [
|
|
9199
|
-
|
|
9243
|
+
445,
|
|
9200
9244
|
"FindSponsorAthleteInvitationDto!"
|
|
9201
9245
|
]
|
|
9202
9246
|
}
|
|
@@ -9205,7 +9249,7 @@ exports.default = {
|
|
|
9205
9249
|
172,
|
|
9206
9250
|
{
|
|
9207
9251
|
"input": [
|
|
9208
|
-
|
|
9252
|
+
319,
|
|
9209
9253
|
"existValueDto!"
|
|
9210
9254
|
]
|
|
9211
9255
|
}
|
|
@@ -9217,7 +9261,7 @@ exports.default = {
|
|
|
9217
9261
|
166,
|
|
9218
9262
|
{
|
|
9219
9263
|
"input": [
|
|
9220
|
-
|
|
9264
|
+
314,
|
|
9221
9265
|
"AthleteQueryDto!"
|
|
9222
9266
|
]
|
|
9223
9267
|
}
|
|
@@ -9265,11 +9309,20 @@ exports.default = {
|
|
|
9265
9309
|
88,
|
|
9266
9310
|
{
|
|
9267
9311
|
"input": [
|
|
9268
|
-
|
|
9312
|
+
446,
|
|
9269
9313
|
"GetAthleteCompetitionsDto!"
|
|
9270
9314
|
]
|
|
9271
9315
|
}
|
|
9272
9316
|
],
|
|
9317
|
+
"getPendingSuggestions": [
|
|
9318
|
+
174,
|
|
9319
|
+
{
|
|
9320
|
+
"input": [
|
|
9321
|
+
447,
|
|
9322
|
+
"GetPendingSuggestionsDto!"
|
|
9323
|
+
]
|
|
9324
|
+
}
|
|
9325
|
+
],
|
|
9273
9326
|
"getAthleteMemberships": [
|
|
9274
9327
|
91,
|
|
9275
9328
|
{
|
|
@@ -9313,7 +9366,7 @@ exports.default = {
|
|
|
9313
9366
|
166,
|
|
9314
9367
|
{
|
|
9315
9368
|
"input": [
|
|
9316
|
-
|
|
9369
|
+
314,
|
|
9317
9370
|
"AthleteQueryDto!"
|
|
9318
9371
|
]
|
|
9319
9372
|
}
|
|
@@ -9331,16 +9384,16 @@ exports.default = {
|
|
|
9331
9384
|
169,
|
|
9332
9385
|
{
|
|
9333
9386
|
"input": [
|
|
9334
|
-
|
|
9387
|
+
319,
|
|
9335
9388
|
"existValueDto!"
|
|
9336
9389
|
]
|
|
9337
9390
|
}
|
|
9338
9391
|
],
|
|
9339
9392
|
"checkScoreRefreshCapabilities": [
|
|
9340
|
-
|
|
9393
|
+
179,
|
|
9341
9394
|
{
|
|
9342
9395
|
"input": [
|
|
9343
|
-
|
|
9396
|
+
325,
|
|
9344
9397
|
"CheckScoreRefreshCapabilityDto!"
|
|
9345
9398
|
]
|
|
9346
9399
|
}
|
|
@@ -9349,7 +9402,7 @@ exports.default = {
|
|
|
9349
9402
|
173,
|
|
9350
9403
|
{
|
|
9351
9404
|
"input": [
|
|
9352
|
-
|
|
9405
|
+
321,
|
|
9353
9406
|
"GetHistoricalScoresDto!"
|
|
9354
9407
|
]
|
|
9355
9408
|
}
|
|
@@ -9358,7 +9411,7 @@ exports.default = {
|
|
|
9358
9411
|
105,
|
|
9359
9412
|
{
|
|
9360
9413
|
"input": [
|
|
9361
|
-
|
|
9414
|
+
321,
|
|
9362
9415
|
"GetHistoricalScoresDto!"
|
|
9363
9416
|
]
|
|
9364
9417
|
}
|
|
@@ -9367,7 +9420,7 @@ exports.default = {
|
|
|
9367
9420
|
173,
|
|
9368
9421
|
{
|
|
9369
9422
|
"input": [
|
|
9370
|
-
|
|
9423
|
+
320,
|
|
9371
9424
|
"GetMyHistoricalScoresDto!"
|
|
9372
9425
|
]
|
|
9373
9426
|
}
|
|
@@ -9376,7 +9429,7 @@ exports.default = {
|
|
|
9376
9429
|
105,
|
|
9377
9430
|
{
|
|
9378
9431
|
"input": [
|
|
9379
|
-
|
|
9432
|
+
320,
|
|
9380
9433
|
"GetMyHistoricalScoresDto!"
|
|
9381
9434
|
]
|
|
9382
9435
|
}
|
|
@@ -9385,25 +9438,25 @@ exports.default = {
|
|
|
9385
9438
|
96,
|
|
9386
9439
|
{
|
|
9387
9440
|
"input": [
|
|
9388
|
-
|
|
9441
|
+
322,
|
|
9389
9442
|
"GetAthleteCampaignsDto!"
|
|
9390
9443
|
]
|
|
9391
9444
|
}
|
|
9392
9445
|
],
|
|
9393
9446
|
"browseCampaigns": [
|
|
9394
|
-
|
|
9447
|
+
177,
|
|
9395
9448
|
{
|
|
9396
9449
|
"input": [
|
|
9397
|
-
|
|
9450
|
+
323,
|
|
9398
9451
|
"BrowseCampaignsDto!"
|
|
9399
9452
|
]
|
|
9400
9453
|
}
|
|
9401
9454
|
],
|
|
9402
9455
|
"getOnboardingProgress": [
|
|
9403
|
-
|
|
9456
|
+
180
|
|
9404
9457
|
],
|
|
9405
9458
|
"getPublicAthleteIntegrationStatus": [
|
|
9406
|
-
|
|
9459
|
+
181,
|
|
9407
9460
|
{
|
|
9408
9461
|
"athleteId": [
|
|
9409
9462
|
1,
|
|
@@ -9415,10 +9468,10 @@ exports.default = {
|
|
|
9415
9468
|
70
|
|
9416
9469
|
],
|
|
9417
9470
|
"getSportsPaginated": [
|
|
9418
|
-
|
|
9471
|
+
182,
|
|
9419
9472
|
{
|
|
9420
9473
|
"query": [
|
|
9421
|
-
|
|
9474
|
+
327
|
|
9422
9475
|
]
|
|
9423
9476
|
}
|
|
9424
9477
|
],
|
|
@@ -9486,7 +9539,7 @@ exports.default = {
|
|
|
9486
9539
|
0,
|
|
9487
9540
|
{
|
|
9488
9541
|
"input": [
|
|
9489
|
-
|
|
9542
|
+
448,
|
|
9490
9543
|
"FindVtxUserDto!"
|
|
9491
9544
|
]
|
|
9492
9545
|
}
|
|
@@ -9505,7 +9558,7 @@ exports.default = {
|
|
|
9505
9558
|
}
|
|
9506
9559
|
],
|
|
9507
9560
|
"getUserImagesFromEmail": [
|
|
9508
|
-
|
|
9561
|
+
188,
|
|
9509
9562
|
{
|
|
9510
9563
|
"loginEmail": [
|
|
9511
9564
|
1,
|
|
@@ -9526,7 +9579,7 @@ exports.default = {
|
|
|
9526
9579
|
38,
|
|
9527
9580
|
{
|
|
9528
9581
|
"input": [
|
|
9529
|
-
|
|
9582
|
+
293,
|
|
9530
9583
|
"VerifyCodeDto!"
|
|
9531
9584
|
]
|
|
9532
9585
|
}
|
|
@@ -9544,24 +9597,24 @@ exports.default = {
|
|
|
9544
9597
|
140
|
|
9545
9598
|
],
|
|
9546
9599
|
"getUsersPaginated": [
|
|
9547
|
-
|
|
9600
|
+
206,
|
|
9548
9601
|
{
|
|
9549
9602
|
"query": [
|
|
9550
|
-
|
|
9603
|
+
341
|
|
9551
9604
|
]
|
|
9552
9605
|
}
|
|
9553
9606
|
],
|
|
9554
9607
|
"getAdminUsers": [
|
|
9555
|
-
|
|
9608
|
+
187
|
|
9556
9609
|
],
|
|
9557
9610
|
"myPreferredLocale": [
|
|
9558
9611
|
1
|
|
9559
9612
|
],
|
|
9560
9613
|
"getAdminUserDetail": [
|
|
9561
|
-
|
|
9614
|
+
204,
|
|
9562
9615
|
{
|
|
9563
9616
|
"input": [
|
|
9564
|
-
|
|
9617
|
+
345,
|
|
9565
9618
|
"GetAdminUserDetailInput!"
|
|
9566
9619
|
]
|
|
9567
9620
|
}
|
|
@@ -9573,16 +9626,16 @@ exports.default = {
|
|
|
9573
9626
|
81,
|
|
9574
9627
|
{
|
|
9575
9628
|
"input": [
|
|
9576
|
-
|
|
9629
|
+
449,
|
|
9577
9630
|
"GetSportEventsDto!"
|
|
9578
9631
|
]
|
|
9579
9632
|
}
|
|
9580
9633
|
],
|
|
9581
9634
|
"getSportsEventsPaginated": [
|
|
9582
|
-
|
|
9635
|
+
210,
|
|
9583
9636
|
{
|
|
9584
9637
|
"query": [
|
|
9585
|
-
|
|
9638
|
+
352
|
|
9586
9639
|
]
|
|
9587
9640
|
}
|
|
9588
9641
|
],
|
|
@@ -9626,7 +9679,7 @@ exports.default = {
|
|
|
9626
9679
|
136
|
|
9627
9680
|
],
|
|
9628
9681
|
"getDonationDatesForCalendar": [
|
|
9629
|
-
|
|
9682
|
+
211,
|
|
9630
9683
|
{
|
|
9631
9684
|
"campaignId": [
|
|
9632
9685
|
1
|
|
@@ -9634,15 +9687,15 @@ exports.default = {
|
|
|
9634
9687
|
}
|
|
9635
9688
|
],
|
|
9636
9689
|
"getDonationsPaginated": [
|
|
9637
|
-
|
|
9690
|
+
212,
|
|
9638
9691
|
{
|
|
9639
9692
|
"query": [
|
|
9640
|
-
|
|
9693
|
+
367
|
|
9641
9694
|
]
|
|
9642
9695
|
}
|
|
9643
9696
|
],
|
|
9644
9697
|
"campaignThankYous": [
|
|
9645
|
-
|
|
9698
|
+
213,
|
|
9646
9699
|
{
|
|
9647
9700
|
"campaignId": [
|
|
9648
9701
|
1,
|
|
@@ -9651,7 +9704,7 @@ exports.default = {
|
|
|
9651
9704
|
}
|
|
9652
9705
|
],
|
|
9653
9706
|
"donationThankYou": [
|
|
9654
|
-
|
|
9707
|
+
213,
|
|
9655
9708
|
{
|
|
9656
9709
|
"donationId": [
|
|
9657
9710
|
1,
|
|
@@ -9672,22 +9725,22 @@ exports.default = {
|
|
|
9672
9725
|
123
|
|
9673
9726
|
],
|
|
9674
9727
|
"stripeQuery": [
|
|
9675
|
-
|
|
9728
|
+
175,
|
|
9676
9729
|
{
|
|
9677
9730
|
"input": [
|
|
9678
|
-
|
|
9731
|
+
348,
|
|
9679
9732
|
"StripeQueryDto!"
|
|
9680
9733
|
]
|
|
9681
9734
|
}
|
|
9682
9735
|
],
|
|
9683
9736
|
"getStripeBalance": [
|
|
9684
|
-
|
|
9737
|
+
215
|
|
9685
9738
|
],
|
|
9686
9739
|
"getDatabaseTextFile": [
|
|
9687
9740
|
37,
|
|
9688
9741
|
{
|
|
9689
9742
|
"input": [
|
|
9690
|
-
|
|
9743
|
+
291,
|
|
9691
9744
|
"GetDatabaseFileDto!"
|
|
9692
9745
|
]
|
|
9693
9746
|
}
|
|
@@ -9696,7 +9749,7 @@ exports.default = {
|
|
|
9696
9749
|
34,
|
|
9697
9750
|
{
|
|
9698
9751
|
"input": [
|
|
9699
|
-
|
|
9752
|
+
444,
|
|
9700
9753
|
"AWSS3GetUploadDto!"
|
|
9701
9754
|
]
|
|
9702
9755
|
}
|
|
@@ -9705,7 +9758,7 @@ exports.default = {
|
|
|
9705
9758
|
124,
|
|
9706
9759
|
{
|
|
9707
9760
|
"input": [
|
|
9708
|
-
|
|
9761
|
+
347,
|
|
9709
9762
|
"GetReceiptDto!"
|
|
9710
9763
|
]
|
|
9711
9764
|
}
|
|
@@ -9714,16 +9767,16 @@ exports.default = {
|
|
|
9714
9767
|
125,
|
|
9715
9768
|
{
|
|
9716
9769
|
"input": [
|
|
9717
|
-
|
|
9770
|
+
347,
|
|
9718
9771
|
"GetReceiptDto!"
|
|
9719
9772
|
]
|
|
9720
9773
|
}
|
|
9721
9774
|
],
|
|
9722
9775
|
"getTransactionDetails": [
|
|
9723
|
-
|
|
9776
|
+
209,
|
|
9724
9777
|
{
|
|
9725
9778
|
"input": [
|
|
9726
|
-
|
|
9779
|
+
349,
|
|
9727
9780
|
"GetTransactionDetailsDto!"
|
|
9728
9781
|
]
|
|
9729
9782
|
}
|
|
@@ -9753,10 +9806,10 @@ exports.default = {
|
|
|
9753
9806
|
142
|
|
9754
9807
|
],
|
|
9755
9808
|
"getTransactionsPaginated": [
|
|
9756
|
-
|
|
9809
|
+
219,
|
|
9757
9810
|
{
|
|
9758
9811
|
"query": [
|
|
9759
|
-
|
|
9812
|
+
374
|
|
9760
9813
|
]
|
|
9761
9814
|
}
|
|
9762
9815
|
],
|
|
@@ -9764,10 +9817,10 @@ exports.default = {
|
|
|
9764
9817
|
143
|
|
9765
9818
|
],
|
|
9766
9819
|
"getOffersPaginated": [
|
|
9767
|
-
|
|
9820
|
+
220,
|
|
9768
9821
|
{
|
|
9769
9822
|
"query": [
|
|
9770
|
-
|
|
9823
|
+
379
|
|
9771
9824
|
]
|
|
9772
9825
|
}
|
|
9773
9826
|
],
|
|
@@ -9796,12 +9849,12 @@ exports.default = {
|
|
|
9796
9849
|
"String!"
|
|
9797
9850
|
],
|
|
9798
9851
|
"query": [
|
|
9799
|
-
|
|
9852
|
+
380
|
|
9800
9853
|
]
|
|
9801
9854
|
}
|
|
9802
9855
|
],
|
|
9803
9856
|
"offerAvailability": [
|
|
9804
|
-
|
|
9857
|
+
222,
|
|
9805
9858
|
{
|
|
9806
9859
|
"offerId": [
|
|
9807
9860
|
1,
|
|
@@ -9817,29 +9870,29 @@ exports.default = {
|
|
|
9817
9870
|
152,
|
|
9818
9871
|
{
|
|
9819
9872
|
"query": [
|
|
9820
|
-
|
|
9873
|
+
379
|
|
9821
9874
|
]
|
|
9822
9875
|
}
|
|
9823
9876
|
],
|
|
9824
9877
|
"getLeaderboard": [
|
|
9825
|
-
|
|
9878
|
+
226,
|
|
9826
9879
|
{
|
|
9827
9880
|
"input": [
|
|
9828
|
-
|
|
9881
|
+
381
|
|
9829
9882
|
]
|
|
9830
9883
|
}
|
|
9831
9884
|
],
|
|
9832
9885
|
"getUserRank": [
|
|
9833
|
-
|
|
9886
|
+
227,
|
|
9834
9887
|
{
|
|
9835
9888
|
"input": [
|
|
9836
|
-
|
|
9889
|
+
382,
|
|
9837
9890
|
"UserRankQueryDto!"
|
|
9838
9891
|
]
|
|
9839
9892
|
}
|
|
9840
9893
|
],
|
|
9841
9894
|
"athleteDashboard": [
|
|
9842
|
-
|
|
9895
|
+
228,
|
|
9843
9896
|
{
|
|
9844
9897
|
"athleteId": [
|
|
9845
9898
|
1,
|
|
@@ -9848,137 +9901,137 @@ exports.default = {
|
|
|
9848
9901
|
}
|
|
9849
9902
|
],
|
|
9850
9903
|
"athleteScoreHistory": [
|
|
9851
|
-
|
|
9904
|
+
229,
|
|
9852
9905
|
{
|
|
9853
9906
|
"input": [
|
|
9854
|
-
|
|
9907
|
+
383,
|
|
9855
9908
|
"ScoreHistoryQueryDto!"
|
|
9856
9909
|
]
|
|
9857
9910
|
}
|
|
9858
9911
|
],
|
|
9859
9912
|
"athleteRankHistory": [
|
|
9860
|
-
|
|
9913
|
+
230,
|
|
9861
9914
|
{
|
|
9862
9915
|
"input": [
|
|
9863
|
-
|
|
9916
|
+
385,
|
|
9864
9917
|
"RankHistoryQueryDto!"
|
|
9865
9918
|
]
|
|
9866
9919
|
}
|
|
9867
9920
|
],
|
|
9868
9921
|
"athleteRankContext": [
|
|
9869
|
-
|
|
9922
|
+
231,
|
|
9870
9923
|
{
|
|
9871
9924
|
"input": [
|
|
9872
|
-
|
|
9925
|
+
386,
|
|
9873
9926
|
"RankContextQueryDto!"
|
|
9874
9927
|
]
|
|
9875
9928
|
}
|
|
9876
9929
|
],
|
|
9877
9930
|
"athleteActivities": [
|
|
9878
|
-
|
|
9931
|
+
233,
|
|
9879
9932
|
{
|
|
9880
9933
|
"input": [
|
|
9881
|
-
|
|
9934
|
+
389,
|
|
9882
9935
|
"ActivitiesQueryDto!"
|
|
9883
9936
|
]
|
|
9884
9937
|
}
|
|
9885
9938
|
],
|
|
9886
9939
|
"athleteActivityDetail": [
|
|
9887
|
-
|
|
9940
|
+
236,
|
|
9888
9941
|
{
|
|
9889
9942
|
"input": [
|
|
9890
|
-
|
|
9943
|
+
390,
|
|
9891
9944
|
"ActivityDetailQueryDto!"
|
|
9892
9945
|
]
|
|
9893
9946
|
}
|
|
9894
9947
|
],
|
|
9895
9948
|
"athleteComponentSummary": [
|
|
9896
|
-
|
|
9949
|
+
238,
|
|
9897
9950
|
{
|
|
9898
9951
|
"input": [
|
|
9899
|
-
|
|
9952
|
+
391,
|
|
9900
9953
|
"ComponentSummaryQueryDto!"
|
|
9901
9954
|
]
|
|
9902
9955
|
}
|
|
9903
9956
|
],
|
|
9904
9957
|
"athleteActivityDates": [
|
|
9905
|
-
|
|
9958
|
+
241,
|
|
9906
9959
|
{
|
|
9907
9960
|
"input": [
|
|
9908
|
-
|
|
9961
|
+
392,
|
|
9909
9962
|
"ActivityDatesQueryDto!"
|
|
9910
9963
|
]
|
|
9911
9964
|
}
|
|
9912
9965
|
],
|
|
9913
9966
|
"socialAggregates": [
|
|
9914
|
-
|
|
9967
|
+
242,
|
|
9915
9968
|
{
|
|
9916
9969
|
"athleteId": [
|
|
9917
9970
|
110,
|
|
9918
9971
|
"ID!"
|
|
9919
9972
|
],
|
|
9920
9973
|
"platform": [
|
|
9921
|
-
|
|
9974
|
+
243,
|
|
9922
9975
|
"Platform!"
|
|
9923
9976
|
],
|
|
9924
9977
|
"range": [
|
|
9925
|
-
|
|
9978
|
+
393,
|
|
9926
9979
|
"DateRangeInput!"
|
|
9927
9980
|
],
|
|
9928
9981
|
"periodType": [
|
|
9929
|
-
|
|
9982
|
+
245
|
|
9930
9983
|
]
|
|
9931
9984
|
}
|
|
9932
9985
|
],
|
|
9933
9986
|
"postsWithComparison": [
|
|
9934
|
-
|
|
9987
|
+
248,
|
|
9935
9988
|
{
|
|
9936
9989
|
"athleteId": [
|
|
9937
9990
|
110,
|
|
9938
9991
|
"ID!"
|
|
9939
9992
|
],
|
|
9940
9993
|
"platform": [
|
|
9941
|
-
|
|
9994
|
+
243,
|
|
9942
9995
|
"Platform!"
|
|
9943
9996
|
],
|
|
9944
9997
|
"options": [
|
|
9945
|
-
|
|
9998
|
+
394
|
|
9946
9999
|
]
|
|
9947
10000
|
}
|
|
9948
10001
|
],
|
|
9949
10002
|
"myNotifications": [
|
|
9950
|
-
|
|
10003
|
+
250,
|
|
9951
10004
|
{
|
|
9952
10005
|
"input": [
|
|
9953
|
-
|
|
10006
|
+
395
|
|
9954
10007
|
]
|
|
9955
10008
|
}
|
|
9956
10009
|
],
|
|
9957
10010
|
"notificationUnreadCount": [
|
|
9958
|
-
|
|
10011
|
+
251
|
|
9959
10012
|
],
|
|
9960
10013
|
"myNotificationPreferences": [
|
|
9961
|
-
|
|
10014
|
+
252
|
|
9962
10015
|
],
|
|
9963
10016
|
"myFollowedAthletes": [
|
|
9964
|
-
|
|
10017
|
+
256,
|
|
9965
10018
|
{
|
|
9966
10019
|
"input": [
|
|
9967
|
-
|
|
10020
|
+
405
|
|
9968
10021
|
]
|
|
9969
10022
|
}
|
|
9970
10023
|
],
|
|
9971
10024
|
"isFollowingAthlete": [
|
|
9972
|
-
|
|
10025
|
+
257,
|
|
9973
10026
|
{
|
|
9974
10027
|
"input": [
|
|
9975
|
-
|
|
10028
|
+
404,
|
|
9976
10029
|
"IsFollowingAthleteInput!"
|
|
9977
10030
|
]
|
|
9978
10031
|
}
|
|
9979
10032
|
],
|
|
9980
10033
|
"getEmailCampaigns": [
|
|
9981
|
-
|
|
10034
|
+
261,
|
|
9982
10035
|
{
|
|
9983
10036
|
"status": [
|
|
9984
10037
|
1
|
|
@@ -9995,7 +10048,7 @@ exports.default = {
|
|
|
9995
10048
|
}
|
|
9996
10049
|
],
|
|
9997
10050
|
"getEmailCampaign": [
|
|
9998
|
-
|
|
10051
|
+
260,
|
|
9999
10052
|
{
|
|
10000
10053
|
"id": [
|
|
10001
10054
|
1,
|
|
@@ -10004,16 +10057,16 @@ exports.default = {
|
|
|
10004
10057
|
}
|
|
10005
10058
|
],
|
|
10006
10059
|
"getAudiencePreview": [
|
|
10007
|
-
|
|
10060
|
+
264,
|
|
10008
10061
|
{
|
|
10009
10062
|
"filters": [
|
|
10010
|
-
|
|
10063
|
+
409,
|
|
10011
10064
|
"AudienceFilterDto!"
|
|
10012
10065
|
]
|
|
10013
10066
|
}
|
|
10014
10067
|
],
|
|
10015
10068
|
"getSendGridTemplates": [
|
|
10016
|
-
|
|
10069
|
+
262
|
|
10017
10070
|
],
|
|
10018
10071
|
"getSendGridTemplatePreview": [
|
|
10019
10072
|
1,
|
|
@@ -10025,13 +10078,13 @@ exports.default = {
|
|
|
10025
10078
|
}
|
|
10026
10079
|
],
|
|
10027
10080
|
"getEmailSegments": [
|
|
10028
|
-
|
|
10081
|
+
259
|
|
10029
10082
|
],
|
|
10030
10083
|
"getAiCoachThread": [
|
|
10031
|
-
|
|
10084
|
+
267
|
|
10032
10085
|
],
|
|
10033
10086
|
"getAiCoachThreadHistory": [
|
|
10034
|
-
|
|
10087
|
+
267,
|
|
10035
10088
|
{
|
|
10036
10089
|
"limit": [
|
|
10037
10090
|
53
|
|
@@ -10039,7 +10092,7 @@ exports.default = {
|
|
|
10039
10092
|
}
|
|
10040
10093
|
],
|
|
10041
10094
|
"getAiCoachThreadMessages": [
|
|
10042
|
-
|
|
10095
|
+
266,
|
|
10043
10096
|
{
|
|
10044
10097
|
"threadId": [
|
|
10045
10098
|
1,
|
|
@@ -10048,24 +10101,24 @@ exports.default = {
|
|
|
10048
10101
|
}
|
|
10049
10102
|
],
|
|
10050
10103
|
"getAiCoachConfig": [
|
|
10051
|
-
|
|
10104
|
+
268
|
|
10052
10105
|
],
|
|
10053
10106
|
"getAiCoachNudges": [
|
|
10054
|
-
|
|
10107
|
+
270,
|
|
10055
10108
|
{
|
|
10056
10109
|
"input": [
|
|
10057
|
-
|
|
10110
|
+
412
|
|
10058
10111
|
]
|
|
10059
10112
|
}
|
|
10060
10113
|
],
|
|
10061
10114
|
"getAiCoachUnreadNudgeCount": [
|
|
10062
|
-
|
|
10115
|
+
271
|
|
10063
10116
|
],
|
|
10064
10117
|
"findAllTeams": [
|
|
10065
10118
|
79
|
|
10066
10119
|
],
|
|
10067
10120
|
"getTeamStripeAccountStatus": [
|
|
10068
|
-
|
|
10121
|
+
272,
|
|
10069
10122
|
{
|
|
10070
10123
|
"teamId": [
|
|
10071
10124
|
1,
|
|
@@ -10106,7 +10159,7 @@ exports.default = {
|
|
|
10106
10159
|
}
|
|
10107
10160
|
],
|
|
10108
10161
|
"getTeamAnalytics": [
|
|
10109
|
-
|
|
10162
|
+
275,
|
|
10110
10163
|
{
|
|
10111
10164
|
"teamId": [
|
|
10112
10165
|
1,
|
|
@@ -10115,7 +10168,7 @@ exports.default = {
|
|
|
10115
10168
|
}
|
|
10116
10169
|
],
|
|
10117
10170
|
"getTeamLeaderboard": [
|
|
10118
|
-
|
|
10171
|
+
274,
|
|
10119
10172
|
{
|
|
10120
10173
|
"teamId": [
|
|
10121
10174
|
1,
|
|
@@ -10124,7 +10177,7 @@ exports.default = {
|
|
|
10124
10177
|
}
|
|
10125
10178
|
],
|
|
10126
10179
|
"getTeamDashboard": [
|
|
10127
|
-
|
|
10180
|
+
277,
|
|
10128
10181
|
{
|
|
10129
10182
|
"teamId": [
|
|
10130
10183
|
1,
|
|
@@ -10133,10 +10186,10 @@ exports.default = {
|
|
|
10133
10186
|
}
|
|
10134
10187
|
],
|
|
10135
10188
|
"findAllClubs": [
|
|
10136
|
-
|
|
10189
|
+
183
|
|
10137
10190
|
],
|
|
10138
10191
|
"getClubStripeAccountStatus": [
|
|
10139
|
-
|
|
10192
|
+
272,
|
|
10140
10193
|
{
|
|
10141
10194
|
"clubId": [
|
|
10142
10195
|
1,
|
|
@@ -10145,10 +10198,10 @@ exports.default = {
|
|
|
10145
10198
|
}
|
|
10146
10199
|
],
|
|
10147
10200
|
"getMyClubs": [
|
|
10148
|
-
|
|
10201
|
+
183
|
|
10149
10202
|
],
|
|
10150
10203
|
"findClubById": [
|
|
10151
|
-
|
|
10204
|
+
183,
|
|
10152
10205
|
{
|
|
10153
10206
|
"clubId": [
|
|
10154
10207
|
1,
|
|
@@ -10157,7 +10210,7 @@ exports.default = {
|
|
|
10157
10210
|
}
|
|
10158
10211
|
],
|
|
10159
10212
|
"findClubs": [
|
|
10160
|
-
|
|
10213
|
+
183,
|
|
10161
10214
|
{
|
|
10162
10215
|
"sportId": [
|
|
10163
10216
|
1
|
|
@@ -10165,7 +10218,7 @@ exports.default = {
|
|
|
10165
10218
|
}
|
|
10166
10219
|
],
|
|
10167
10220
|
"getClubMembers": [
|
|
10168
|
-
|
|
10221
|
+
186,
|
|
10169
10222
|
{
|
|
10170
10223
|
"clubId": [
|
|
10171
10224
|
1,
|
|
@@ -10174,7 +10227,7 @@ exports.default = {
|
|
|
10174
10227
|
}
|
|
10175
10228
|
],
|
|
10176
10229
|
"getUsageRollup": [
|
|
10177
|
-
|
|
10230
|
+
279,
|
|
10178
10231
|
{
|
|
10179
10232
|
"startDate": [
|
|
10180
10233
|
1,
|
|
@@ -10190,7 +10243,7 @@ exports.default = {
|
|
|
10190
10243
|
}
|
|
10191
10244
|
],
|
|
10192
10245
|
"getUsageFunnel": [
|
|
10193
|
-
|
|
10246
|
+
280,
|
|
10194
10247
|
{
|
|
10195
10248
|
"startDate": [
|
|
10196
10249
|
1,
|
|
@@ -10206,7 +10259,7 @@ exports.default = {
|
|
|
10206
10259
|
}
|
|
10207
10260
|
],
|
|
10208
10261
|
"getRetentionCohorts": [
|
|
10209
|
-
|
|
10262
|
+
281,
|
|
10210
10263
|
{
|
|
10211
10264
|
"weeksBack": [
|
|
10212
10265
|
53
|
|
@@ -10214,7 +10267,7 @@ exports.default = {
|
|
|
10214
10267
|
}
|
|
10215
10268
|
],
|
|
10216
10269
|
"getActiveNow": [
|
|
10217
|
-
|
|
10270
|
+
282,
|
|
10218
10271
|
{
|
|
10219
10272
|
"windowMinutes": [
|
|
10220
10273
|
53
|
|
@@ -10222,7 +10275,7 @@ exports.default = {
|
|
|
10222
10275
|
}
|
|
10223
10276
|
],
|
|
10224
10277
|
"getUsageVersionMix": [
|
|
10225
|
-
|
|
10278
|
+
283,
|
|
10226
10279
|
{
|
|
10227
10280
|
"startDate": [
|
|
10228
10281
|
1,
|
|
@@ -10238,7 +10291,7 @@ exports.default = {
|
|
|
10238
10291
|
}
|
|
10239
10292
|
],
|
|
10240
10293
|
"clientCompatibility": [
|
|
10241
|
-
|
|
10294
|
+
284
|
|
10242
10295
|
],
|
|
10243
10296
|
"__typename": [
|
|
10244
10297
|
1
|
|
@@ -10280,6 +10333,14 @@ exports.default = {
|
|
|
10280
10333
|
1
|
|
10281
10334
|
]
|
|
10282
10335
|
},
|
|
10336
|
+
"GetPendingSuggestionsDto": {
|
|
10337
|
+
"athleteId": [
|
|
10338
|
+
1
|
|
10339
|
+
],
|
|
10340
|
+
"__typename": [
|
|
10341
|
+
1
|
|
10342
|
+
]
|
|
10343
|
+
},
|
|
10283
10344
|
"FindVtxUserDto": {
|
|
10284
10345
|
"loginEmail": [
|
|
10285
10346
|
1
|
|
@@ -10301,7 +10362,7 @@ exports.default = {
|
|
|
10301
10362
|
5,
|
|
10302
10363
|
{
|
|
10303
10364
|
"tenant": [
|
|
10304
|
-
|
|
10365
|
+
451,
|
|
10305
10366
|
"CreateTenantInput!"
|
|
10306
10367
|
]
|
|
10307
10368
|
}
|
|
@@ -10310,7 +10371,7 @@ exports.default = {
|
|
|
10310
10371
|
11,
|
|
10311
10372
|
{
|
|
10312
10373
|
"tenant": [
|
|
10313
|
-
|
|
10374
|
+
451,
|
|
10314
10375
|
"CreateTenantInput!"
|
|
10315
10376
|
]
|
|
10316
10377
|
}
|
|
@@ -10319,7 +10380,7 @@ exports.default = {
|
|
|
10319
10380
|
3,
|
|
10320
10381
|
{
|
|
10321
10382
|
"user": [
|
|
10322
|
-
|
|
10383
|
+
452,
|
|
10323
10384
|
"CreateActiveUserInput!"
|
|
10324
10385
|
]
|
|
10325
10386
|
}
|
|
@@ -10354,7 +10415,7 @@ exports.default = {
|
|
|
10354
10415
|
0,
|
|
10355
10416
|
{
|
|
10356
10417
|
"input": [
|
|
10357
|
-
|
|
10418
|
+
453,
|
|
10358
10419
|
"RegisterUserToDomainFromEmailInput!"
|
|
10359
10420
|
]
|
|
10360
10421
|
}
|
|
@@ -10363,7 +10424,16 @@ exports.default = {
|
|
|
10363
10424
|
8,
|
|
10364
10425
|
{
|
|
10365
10426
|
"dto": [
|
|
10366
|
-
|
|
10427
|
+
454,
|
|
10428
|
+
"RefreshTokenInput!"
|
|
10429
|
+
]
|
|
10430
|
+
}
|
|
10431
|
+
],
|
|
10432
|
+
"revokeRefreshToken": [
|
|
10433
|
+
2,
|
|
10434
|
+
{
|
|
10435
|
+
"dto": [
|
|
10436
|
+
454,
|
|
10367
10437
|
"RefreshTokenInput!"
|
|
10368
10438
|
]
|
|
10369
10439
|
}
|
|
@@ -10372,7 +10442,7 @@ exports.default = {
|
|
|
10372
10442
|
35,
|
|
10373
10443
|
{
|
|
10374
10444
|
"input": [
|
|
10375
|
-
|
|
10445
|
+
455,
|
|
10376
10446
|
"AWSS3DeleteUseTypeFileDto!"
|
|
10377
10447
|
]
|
|
10378
10448
|
}
|
|
@@ -10381,7 +10451,7 @@ exports.default = {
|
|
|
10381
10451
|
35,
|
|
10382
10452
|
{
|
|
10383
10453
|
"input": [
|
|
10384
|
-
|
|
10454
|
+
456,
|
|
10385
10455
|
"AWSS3DeleteBucketFileDto!"
|
|
10386
10456
|
]
|
|
10387
10457
|
}
|
|
@@ -10390,7 +10460,7 @@ exports.default = {
|
|
|
10390
10460
|
35,
|
|
10391
10461
|
{
|
|
10392
10462
|
"input": [
|
|
10393
|
-
|
|
10463
|
+
457,
|
|
10394
10464
|
"AWSS3DeleteUseTypeKeyDto!"
|
|
10395
10465
|
]
|
|
10396
10466
|
}
|
|
@@ -10399,7 +10469,7 @@ exports.default = {
|
|
|
10399
10469
|
29,
|
|
10400
10470
|
{
|
|
10401
10471
|
"input": [
|
|
10402
|
-
|
|
10472
|
+
296,
|
|
10403
10473
|
"AWSS3UploadedFileDto!"
|
|
10404
10474
|
]
|
|
10405
10475
|
}
|
|
@@ -10408,7 +10478,7 @@ exports.default = {
|
|
|
10408
10478
|
39,
|
|
10409
10479
|
{
|
|
10410
10480
|
"input": [
|
|
10411
|
-
|
|
10481
|
+
458,
|
|
10412
10482
|
"CreateIndustryDto!"
|
|
10413
10483
|
]
|
|
10414
10484
|
}
|
|
@@ -10417,7 +10487,7 @@ exports.default = {
|
|
|
10417
10487
|
65,
|
|
10418
10488
|
{
|
|
10419
10489
|
"input": [
|
|
10420
|
-
|
|
10490
|
+
295,
|
|
10421
10491
|
"CreateBrandDto!"
|
|
10422
10492
|
]
|
|
10423
10493
|
}
|
|
@@ -10430,7 +10500,7 @@ exports.default = {
|
|
|
10430
10500
|
"String!"
|
|
10431
10501
|
],
|
|
10432
10502
|
"input": [
|
|
10433
|
-
|
|
10503
|
+
295,
|
|
10434
10504
|
"CreateBrandDto!"
|
|
10435
10505
|
]
|
|
10436
10506
|
}
|
|
@@ -10474,7 +10544,7 @@ exports.default = {
|
|
|
10474
10544
|
61,
|
|
10475
10545
|
{
|
|
10476
10546
|
"input": [
|
|
10477
|
-
|
|
10547
|
+
459,
|
|
10478
10548
|
"RegisterSponsorInput!"
|
|
10479
10549
|
]
|
|
10480
10550
|
}
|
|
@@ -10483,7 +10553,7 @@ exports.default = {
|
|
|
10483
10553
|
61,
|
|
10484
10554
|
{
|
|
10485
10555
|
"input": [
|
|
10486
|
-
|
|
10556
|
+
299,
|
|
10487
10557
|
"CreateSponsorDto!"
|
|
10488
10558
|
]
|
|
10489
10559
|
}
|
|
@@ -10492,7 +10562,7 @@ exports.default = {
|
|
|
10492
10562
|
112,
|
|
10493
10563
|
{
|
|
10494
10564
|
"input": [
|
|
10495
|
-
|
|
10565
|
+
301,
|
|
10496
10566
|
"InviteAthletesDto!"
|
|
10497
10567
|
]
|
|
10498
10568
|
}
|
|
@@ -10505,7 +10575,7 @@ exports.default = {
|
|
|
10505
10575
|
"String!"
|
|
10506
10576
|
],
|
|
10507
10577
|
"input": [
|
|
10508
|
-
|
|
10578
|
+
460,
|
|
10509
10579
|
"UpdateSponsorDto!"
|
|
10510
10580
|
]
|
|
10511
10581
|
}
|
|
@@ -10523,7 +10593,7 @@ exports.default = {
|
|
|
10523
10593
|
158,
|
|
10524
10594
|
{
|
|
10525
10595
|
"input": [
|
|
10526
|
-
|
|
10596
|
+
311,
|
|
10527
10597
|
"DeleteSingleValueDto!"
|
|
10528
10598
|
]
|
|
10529
10599
|
}
|
|
@@ -10532,7 +10602,7 @@ exports.default = {
|
|
|
10532
10602
|
108,
|
|
10533
10603
|
{
|
|
10534
10604
|
"input": [
|
|
10535
|
-
|
|
10605
|
+
461,
|
|
10536
10606
|
"RegisterAthleteDto!"
|
|
10537
10607
|
]
|
|
10538
10608
|
}
|
|
@@ -10541,7 +10611,7 @@ exports.default = {
|
|
|
10541
10611
|
155,
|
|
10542
10612
|
{
|
|
10543
10613
|
"input": [
|
|
10544
|
-
|
|
10614
|
+
462,
|
|
10545
10615
|
"EditValueDto!"
|
|
10546
10616
|
]
|
|
10547
10617
|
}
|
|
@@ -10550,7 +10620,7 @@ exports.default = {
|
|
|
10550
10620
|
167,
|
|
10551
10621
|
{
|
|
10552
10622
|
"input": [
|
|
10553
|
-
|
|
10623
|
+
315,
|
|
10554
10624
|
"EditPictureDto!"
|
|
10555
10625
|
]
|
|
10556
10626
|
}
|
|
@@ -10559,7 +10629,7 @@ exports.default = {
|
|
|
10559
10629
|
168,
|
|
10560
10630
|
{
|
|
10561
10631
|
"input": [
|
|
10562
|
-
|
|
10632
|
+
316,
|
|
10563
10633
|
"UploadAlbumsPicturesDto!"
|
|
10564
10634
|
]
|
|
10565
10635
|
}
|
|
@@ -10568,7 +10638,7 @@ exports.default = {
|
|
|
10568
10638
|
88,
|
|
10569
10639
|
{
|
|
10570
10640
|
"input": [
|
|
10571
|
-
|
|
10641
|
+
305,
|
|
10572
10642
|
"CreateAthleteCompetitionDto!"
|
|
10573
10643
|
]
|
|
10574
10644
|
}
|
|
@@ -10577,16 +10647,34 @@ exports.default = {
|
|
|
10577
10647
|
88,
|
|
10578
10648
|
{
|
|
10579
10649
|
"input": [
|
|
10580
|
-
|
|
10650
|
+
310,
|
|
10581
10651
|
"EditAthleteCompetitionDto!"
|
|
10582
10652
|
]
|
|
10583
10653
|
}
|
|
10584
10654
|
],
|
|
10655
|
+
"claimExternalCompetitionResult": [
|
|
10656
|
+
88,
|
|
10657
|
+
{
|
|
10658
|
+
"input": [
|
|
10659
|
+
463,
|
|
10660
|
+
"ClaimExternalCompetitionResultDto!"
|
|
10661
|
+
]
|
|
10662
|
+
}
|
|
10663
|
+
],
|
|
10664
|
+
"dismissExternalCompetitionResult": [
|
|
10665
|
+
2,
|
|
10666
|
+
{
|
|
10667
|
+
"input": [
|
|
10668
|
+
464,
|
|
10669
|
+
"DismissSuggestionDto!"
|
|
10670
|
+
]
|
|
10671
|
+
}
|
|
10672
|
+
],
|
|
10585
10673
|
"deleteAthleteCompetition": [
|
|
10586
10674
|
158,
|
|
10587
10675
|
{
|
|
10588
10676
|
"input": [
|
|
10589
|
-
|
|
10677
|
+
311,
|
|
10590
10678
|
"DeleteSingleValueDto!"
|
|
10591
10679
|
]
|
|
10592
10680
|
}
|
|
@@ -10595,7 +10683,7 @@ exports.default = {
|
|
|
10595
10683
|
87,
|
|
10596
10684
|
{
|
|
10597
10685
|
"input": [
|
|
10598
|
-
|
|
10686
|
+
316,
|
|
10599
10687
|
"UploadAlbumsPicturesDto!"
|
|
10600
10688
|
]
|
|
10601
10689
|
}
|
|
@@ -10604,7 +10692,7 @@ exports.default = {
|
|
|
10604
10692
|
87,
|
|
10605
10693
|
{
|
|
10606
10694
|
"input": [
|
|
10607
|
-
|
|
10695
|
+
465,
|
|
10608
10696
|
"EditDisplayIndexDto!"
|
|
10609
10697
|
]
|
|
10610
10698
|
}
|
|
@@ -10613,7 +10701,7 @@ exports.default = {
|
|
|
10613
10701
|
87,
|
|
10614
10702
|
{
|
|
10615
10703
|
"input": [
|
|
10616
|
-
|
|
10704
|
+
316,
|
|
10617
10705
|
"UploadAlbumsPicturesDto!"
|
|
10618
10706
|
]
|
|
10619
10707
|
}
|
|
@@ -10622,7 +10710,7 @@ exports.default = {
|
|
|
10622
10710
|
158,
|
|
10623
10711
|
{
|
|
10624
10712
|
"input": [
|
|
10625
|
-
|
|
10713
|
+
311,
|
|
10626
10714
|
"DeleteSingleValueDto!"
|
|
10627
10715
|
]
|
|
10628
10716
|
}
|
|
@@ -10631,7 +10719,7 @@ exports.default = {
|
|
|
10631
10719
|
157,
|
|
10632
10720
|
{
|
|
10633
10721
|
"input": [
|
|
10634
|
-
|
|
10722
|
+
318,
|
|
10635
10723
|
"DeleteValuesDto!"
|
|
10636
10724
|
]
|
|
10637
10725
|
}
|
|
@@ -10640,11 +10728,20 @@ exports.default = {
|
|
|
10640
10728
|
82,
|
|
10641
10729
|
{
|
|
10642
10730
|
"input": [
|
|
10643
|
-
|
|
10731
|
+
304,
|
|
10644
10732
|
"SetCompetitionResultDto!"
|
|
10645
10733
|
]
|
|
10646
10734
|
}
|
|
10647
10735
|
],
|
|
10736
|
+
"ingestCompetitionResult": [
|
|
10737
|
+
88,
|
|
10738
|
+
{
|
|
10739
|
+
"input": [
|
|
10740
|
+
467,
|
|
10741
|
+
"IngestCompetitionResultDto!"
|
|
10742
|
+
]
|
|
10743
|
+
}
|
|
10744
|
+
],
|
|
10648
10745
|
"updateAthleteScores": [
|
|
10649
10746
|
108
|
|
10650
10747
|
],
|
|
@@ -10655,7 +10752,7 @@ exports.default = {
|
|
|
10655
10752
|
163,
|
|
10656
10753
|
{
|
|
10657
10754
|
"input": [
|
|
10658
|
-
|
|
10755
|
+
324,
|
|
10659
10756
|
"ForceScoreRefreshDto!"
|
|
10660
10757
|
]
|
|
10661
10758
|
}
|
|
@@ -10664,7 +10761,7 @@ exports.default = {
|
|
|
10664
10761
|
96,
|
|
10665
10762
|
{
|
|
10666
10763
|
"input": [
|
|
10667
|
-
|
|
10764
|
+
470,
|
|
10668
10765
|
"SetCurrentCampaignDto!"
|
|
10669
10766
|
]
|
|
10670
10767
|
}
|
|
@@ -10673,10 +10770,10 @@ exports.default = {
|
|
|
10673
10770
|
170
|
|
10674
10771
|
],
|
|
10675
10772
|
"updateOnboardingProgress": [
|
|
10676
|
-
|
|
10773
|
+
180,
|
|
10677
10774
|
{
|
|
10678
10775
|
"input": [
|
|
10679
|
-
|
|
10776
|
+
326,
|
|
10680
10777
|
"UpdateOnboardingProgressDto!"
|
|
10681
10778
|
]
|
|
10682
10779
|
}
|
|
@@ -10685,7 +10782,7 @@ exports.default = {
|
|
|
10685
10782
|
70,
|
|
10686
10783
|
{
|
|
10687
10784
|
"input": [
|
|
10688
|
-
|
|
10785
|
+
471,
|
|
10689
10786
|
"CreateSportDto!"
|
|
10690
10787
|
]
|
|
10691
10788
|
}
|
|
@@ -10694,7 +10791,7 @@ exports.default = {
|
|
|
10694
10791
|
70,
|
|
10695
10792
|
{
|
|
10696
10793
|
"input": [
|
|
10697
|
-
|
|
10794
|
+
472,
|
|
10698
10795
|
"UpdateSportDto!"
|
|
10699
10796
|
]
|
|
10700
10797
|
}
|
|
@@ -10703,7 +10800,7 @@ exports.default = {
|
|
|
10703
10800
|
73,
|
|
10704
10801
|
{
|
|
10705
10802
|
"input": [
|
|
10706
|
-
|
|
10803
|
+
473,
|
|
10707
10804
|
"CreateSportLevelDto!"
|
|
10708
10805
|
]
|
|
10709
10806
|
}
|
|
@@ -10712,7 +10809,7 @@ exports.default = {
|
|
|
10712
10809
|
60,
|
|
10713
10810
|
{
|
|
10714
10811
|
"input": [
|
|
10715
|
-
|
|
10812
|
+
475,
|
|
10716
10813
|
"CreateSponsorshipDto!"
|
|
10717
10814
|
]
|
|
10718
10815
|
}
|
|
@@ -10721,7 +10818,7 @@ exports.default = {
|
|
|
10721
10818
|
43,
|
|
10722
10819
|
{
|
|
10723
10820
|
"input": [
|
|
10724
|
-
|
|
10821
|
+
480,
|
|
10725
10822
|
"CreateCountryDto!"
|
|
10726
10823
|
]
|
|
10727
10824
|
}
|
|
@@ -10730,7 +10827,7 @@ exports.default = {
|
|
|
10730
10827
|
42,
|
|
10731
10828
|
{
|
|
10732
10829
|
"input": [
|
|
10733
|
-
|
|
10830
|
+
481,
|
|
10734
10831
|
"CreateStateDto!"
|
|
10735
10832
|
]
|
|
10736
10833
|
}
|
|
@@ -10739,7 +10836,7 @@ exports.default = {
|
|
|
10739
10836
|
41,
|
|
10740
10837
|
{
|
|
10741
10838
|
"input": [
|
|
10742
|
-
|
|
10839
|
+
482,
|
|
10743
10840
|
"CreateCityDto!"
|
|
10744
10841
|
]
|
|
10745
10842
|
}
|
|
@@ -10748,7 +10845,7 @@ exports.default = {
|
|
|
10748
10845
|
31,
|
|
10749
10846
|
{
|
|
10750
10847
|
"input": [
|
|
10751
|
-
|
|
10848
|
+
337,
|
|
10752
10849
|
"RegisterUserDto!"
|
|
10753
10850
|
]
|
|
10754
10851
|
}
|
|
@@ -10757,7 +10854,7 @@ exports.default = {
|
|
|
10757
10854
|
3,
|
|
10758
10855
|
{
|
|
10759
10856
|
"input": [
|
|
10760
|
-
|
|
10857
|
+
293,
|
|
10761
10858
|
"VerifyCodeDto!"
|
|
10762
10859
|
]
|
|
10763
10860
|
}
|
|
@@ -10766,7 +10863,7 @@ exports.default = {
|
|
|
10766
10863
|
0,
|
|
10767
10864
|
{
|
|
10768
10865
|
"input": [
|
|
10769
|
-
|
|
10866
|
+
293,
|
|
10770
10867
|
"VerifyCodeDto!"
|
|
10771
10868
|
]
|
|
10772
10869
|
}
|
|
@@ -10775,7 +10872,7 @@ exports.default = {
|
|
|
10775
10872
|
0,
|
|
10776
10873
|
{
|
|
10777
10874
|
"input": [
|
|
10778
|
-
|
|
10875
|
+
337,
|
|
10779
10876
|
"RegisterUserDto!"
|
|
10780
10877
|
]
|
|
10781
10878
|
}
|
|
@@ -10784,7 +10881,7 @@ exports.default = {
|
|
|
10784
10881
|
0,
|
|
10785
10882
|
{
|
|
10786
10883
|
"input": [
|
|
10787
|
-
|
|
10884
|
+
337,
|
|
10788
10885
|
"RegisterUserDto!"
|
|
10789
10886
|
]
|
|
10790
10887
|
}
|
|
@@ -10793,7 +10890,7 @@ exports.default = {
|
|
|
10793
10890
|
0,
|
|
10794
10891
|
{
|
|
10795
10892
|
"input": [
|
|
10796
|
-
|
|
10893
|
+
337,
|
|
10797
10894
|
"RegisterUserDto!"
|
|
10798
10895
|
]
|
|
10799
10896
|
}
|
|
@@ -10824,13 +10921,13 @@ exports.default = {
|
|
|
10824
10921
|
155,
|
|
10825
10922
|
{
|
|
10826
10923
|
"input": [
|
|
10827
|
-
|
|
10924
|
+
339,
|
|
10828
10925
|
"resetPasswordDto!"
|
|
10829
10926
|
]
|
|
10830
10927
|
}
|
|
10831
10928
|
],
|
|
10832
10929
|
"validateToken": [
|
|
10833
|
-
|
|
10930
|
+
189,
|
|
10834
10931
|
{
|
|
10835
10932
|
"input": [
|
|
10836
10933
|
1,
|
|
@@ -10842,55 +10939,55 @@ exports.default = {
|
|
|
10842
10939
|
155,
|
|
10843
10940
|
{
|
|
10844
10941
|
"input": [
|
|
10845
|
-
|
|
10942
|
+
340,
|
|
10846
10943
|
"UpdateUserSuspendedStatusDto!"
|
|
10847
10944
|
]
|
|
10848
10945
|
}
|
|
10849
10946
|
],
|
|
10850
10947
|
"deleteMyAccount": [
|
|
10851
|
-
|
|
10948
|
+
190
|
|
10852
10949
|
],
|
|
10853
10950
|
"deleteVtxUser": [
|
|
10854
|
-
|
|
10951
|
+
190,
|
|
10855
10952
|
{
|
|
10856
10953
|
"input": [
|
|
10857
|
-
|
|
10954
|
+
342,
|
|
10858
10955
|
"DeleteVtxUserDto!"
|
|
10859
10956
|
]
|
|
10860
10957
|
}
|
|
10861
10958
|
],
|
|
10862
10959
|
"seedAdminIfAuthorized": [
|
|
10863
|
-
|
|
10960
|
+
207,
|
|
10864
10961
|
{
|
|
10865
10962
|
"input": [
|
|
10866
|
-
|
|
10963
|
+
343,
|
|
10867
10964
|
"AdminEmailDto!"
|
|
10868
10965
|
]
|
|
10869
10966
|
}
|
|
10870
10967
|
],
|
|
10871
10968
|
"addAdminUser": [
|
|
10872
|
-
|
|
10969
|
+
187,
|
|
10873
10970
|
{
|
|
10874
10971
|
"input": [
|
|
10875
|
-
|
|
10972
|
+
343,
|
|
10876
10973
|
"AdminEmailDto!"
|
|
10877
10974
|
]
|
|
10878
10975
|
}
|
|
10879
10976
|
],
|
|
10880
10977
|
"removeAdminUser": [
|
|
10881
|
-
|
|
10978
|
+
208,
|
|
10882
10979
|
{
|
|
10883
10980
|
"input": [
|
|
10884
|
-
|
|
10981
|
+
343,
|
|
10885
10982
|
"AdminEmailDto!"
|
|
10886
10983
|
]
|
|
10887
10984
|
}
|
|
10888
10985
|
],
|
|
10889
10986
|
"setAdminUserRole": [
|
|
10890
|
-
|
|
10987
|
+
187,
|
|
10891
10988
|
{
|
|
10892
10989
|
"input": [
|
|
10893
|
-
|
|
10990
|
+
344,
|
|
10894
10991
|
"SetAdminUserRoleInput!"
|
|
10895
10992
|
]
|
|
10896
10993
|
}
|
|
@@ -10905,10 +11002,10 @@ exports.default = {
|
|
|
10905
11002
|
}
|
|
10906
11003
|
],
|
|
10907
11004
|
"createDefaultNotificationPreference": [
|
|
10908
|
-
|
|
11005
|
+
205,
|
|
10909
11006
|
{
|
|
10910
11007
|
"input": [
|
|
10911
|
-
|
|
11008
|
+
346,
|
|
10912
11009
|
"CreateDefaultNotificationPreferenceInput!"
|
|
10913
11010
|
]
|
|
10914
11011
|
}
|
|
@@ -10917,7 +11014,7 @@ exports.default = {
|
|
|
10917
11014
|
81,
|
|
10918
11015
|
{
|
|
10919
11016
|
"input": [
|
|
10920
|
-
|
|
11017
|
+
483,
|
|
10921
11018
|
"CreateSportEventDto!"
|
|
10922
11019
|
]
|
|
10923
11020
|
}
|
|
@@ -10926,7 +11023,7 @@ exports.default = {
|
|
|
10926
11023
|
81,
|
|
10927
11024
|
{
|
|
10928
11025
|
"input": [
|
|
10929
|
-
|
|
11026
|
+
350,
|
|
10930
11027
|
"UpdateSportEventDto!"
|
|
10931
11028
|
]
|
|
10932
11029
|
}
|
|
@@ -10944,7 +11041,7 @@ exports.default = {
|
|
|
10944
11041
|
135,
|
|
10945
11042
|
{
|
|
10946
11043
|
"input": [
|
|
10947
|
-
|
|
11044
|
+
351,
|
|
10948
11045
|
"MergeSportsEventsDto!"
|
|
10949
11046
|
]
|
|
10950
11047
|
}
|
|
@@ -10953,7 +11050,7 @@ exports.default = {
|
|
|
10953
11050
|
96,
|
|
10954
11051
|
{
|
|
10955
11052
|
"input": [
|
|
10956
|
-
|
|
11053
|
+
361,
|
|
10957
11054
|
"SetFundingStatusDto!"
|
|
10958
11055
|
]
|
|
10959
11056
|
}
|
|
@@ -10962,7 +11059,7 @@ exports.default = {
|
|
|
10962
11059
|
96,
|
|
10963
11060
|
{
|
|
10964
11061
|
"input": [
|
|
10965
|
-
|
|
11062
|
+
358,
|
|
10966
11063
|
"CreateFundingCampaignDto!"
|
|
10967
11064
|
]
|
|
10968
11065
|
}
|
|
@@ -10971,7 +11068,7 @@ exports.default = {
|
|
|
10971
11068
|
96,
|
|
10972
11069
|
{
|
|
10973
11070
|
"input": [
|
|
10974
|
-
|
|
11071
|
+
360,
|
|
10975
11072
|
"UpdateFundingCampaignDto!"
|
|
10976
11073
|
]
|
|
10977
11074
|
}
|
|
@@ -10980,7 +11077,7 @@ exports.default = {
|
|
|
10980
11077
|
158,
|
|
10981
11078
|
{
|
|
10982
11079
|
"input": [
|
|
10983
|
-
|
|
11080
|
+
311,
|
|
10984
11081
|
"DeleteSingleValueDto!"
|
|
10985
11082
|
]
|
|
10986
11083
|
}
|
|
@@ -10989,7 +11086,7 @@ exports.default = {
|
|
|
10989
11086
|
157,
|
|
10990
11087
|
{
|
|
10991
11088
|
"input": [
|
|
10992
|
-
|
|
11089
|
+
318,
|
|
10993
11090
|
"DeleteValuesDto!"
|
|
10994
11091
|
]
|
|
10995
11092
|
}
|
|
@@ -11007,7 +11104,7 @@ exports.default = {
|
|
|
11007
11104
|
2,
|
|
11008
11105
|
{
|
|
11009
11106
|
"input": [
|
|
11010
|
-
|
|
11107
|
+
363,
|
|
11011
11108
|
"AddCompetitionBudgetDto!"
|
|
11012
11109
|
]
|
|
11013
11110
|
}
|
|
@@ -11016,7 +11113,7 @@ exports.default = {
|
|
|
11016
11113
|
2,
|
|
11017
11114
|
{
|
|
11018
11115
|
"input": [
|
|
11019
|
-
|
|
11116
|
+
364,
|
|
11020
11117
|
"EditCompetitionBudgetDto!"
|
|
11021
11118
|
]
|
|
11022
11119
|
}
|
|
@@ -11025,7 +11122,7 @@ exports.default = {
|
|
|
11025
11122
|
2,
|
|
11026
11123
|
{
|
|
11027
11124
|
"input": [
|
|
11028
|
-
|
|
11125
|
+
365,
|
|
11029
11126
|
"EditCampaignBudgetDto!"
|
|
11030
11127
|
]
|
|
11031
11128
|
}
|
|
@@ -11034,16 +11131,16 @@ exports.default = {
|
|
|
11034
11131
|
2,
|
|
11035
11132
|
{
|
|
11036
11133
|
"input": [
|
|
11037
|
-
|
|
11134
|
+
365,
|
|
11038
11135
|
"EditCampaignBudgetDto!"
|
|
11039
11136
|
]
|
|
11040
11137
|
}
|
|
11041
11138
|
],
|
|
11042
11139
|
"sendThankYou": [
|
|
11043
|
-
|
|
11140
|
+
213,
|
|
11044
11141
|
{
|
|
11045
11142
|
"input": [
|
|
11046
|
-
|
|
11143
|
+
484,
|
|
11047
11144
|
"SendThankYouDto!"
|
|
11048
11145
|
]
|
|
11049
11146
|
}
|
|
@@ -11052,7 +11149,7 @@ exports.default = {
|
|
|
11052
11149
|
96,
|
|
11053
11150
|
{
|
|
11054
11151
|
"input": [
|
|
11055
|
-
|
|
11152
|
+
485,
|
|
11056
11153
|
"UpdateThankYouTemplateDto!"
|
|
11057
11154
|
]
|
|
11058
11155
|
}
|
|
@@ -11061,7 +11158,7 @@ exports.default = {
|
|
|
11061
11158
|
89,
|
|
11062
11159
|
{
|
|
11063
11160
|
"input": [
|
|
11064
|
-
|
|
11161
|
+
368,
|
|
11065
11162
|
"CreateMembershipOrganizationDto!"
|
|
11066
11163
|
]
|
|
11067
11164
|
}
|
|
@@ -11070,7 +11167,7 @@ exports.default = {
|
|
|
11070
11167
|
91,
|
|
11071
11168
|
{
|
|
11072
11169
|
"input": [
|
|
11073
|
-
|
|
11170
|
+
369,
|
|
11074
11171
|
"CreateAthleteMembershipDto!"
|
|
11075
11172
|
]
|
|
11076
11173
|
}
|
|
@@ -11079,7 +11176,7 @@ exports.default = {
|
|
|
11079
11176
|
158,
|
|
11080
11177
|
{
|
|
11081
11178
|
"input": [
|
|
11082
|
-
|
|
11179
|
+
311,
|
|
11083
11180
|
"DeleteSingleValueDto!"
|
|
11084
11181
|
]
|
|
11085
11182
|
}
|
|
@@ -11100,7 +11197,7 @@ exports.default = {
|
|
|
11100
11197
|
104,
|
|
11101
11198
|
{
|
|
11102
11199
|
"input": [
|
|
11103
|
-
|
|
11200
|
+
486,
|
|
11104
11201
|
"CreateStripeAccountDto!"
|
|
11105
11202
|
]
|
|
11106
11203
|
}
|
|
@@ -11112,7 +11209,7 @@ exports.default = {
|
|
|
11112
11209
|
114,
|
|
11113
11210
|
{
|
|
11114
11211
|
"input": [
|
|
11115
|
-
|
|
11212
|
+
294,
|
|
11116
11213
|
"DonationCheckoutDto!"
|
|
11117
11214
|
]
|
|
11118
11215
|
}
|
|
@@ -11127,7 +11224,7 @@ exports.default = {
|
|
|
11127
11224
|
139,
|
|
11128
11225
|
{
|
|
11129
11226
|
"input": [
|
|
11130
|
-
|
|
11227
|
+
373,
|
|
11131
11228
|
"RegisterMemberDto!"
|
|
11132
11229
|
]
|
|
11133
11230
|
}
|
|
@@ -11136,7 +11233,7 @@ exports.default = {
|
|
|
11136
11233
|
143,
|
|
11137
11234
|
{
|
|
11138
11235
|
"input": [
|
|
11139
|
-
|
|
11236
|
+
376,
|
|
11140
11237
|
"CreateOfferDto!"
|
|
11141
11238
|
]
|
|
11142
11239
|
}
|
|
@@ -11149,7 +11246,7 @@ exports.default = {
|
|
|
11149
11246
|
"String!"
|
|
11150
11247
|
],
|
|
11151
11248
|
"input": [
|
|
11152
|
-
|
|
11249
|
+
376,
|
|
11153
11250
|
"CreateOfferDto!"
|
|
11154
11251
|
]
|
|
11155
11252
|
}
|
|
@@ -11221,7 +11318,7 @@ exports.default = {
|
|
|
11221
11318
|
}
|
|
11222
11319
|
],
|
|
11223
11320
|
"uploadCouponCodes": [
|
|
11224
|
-
|
|
11321
|
+
221,
|
|
11225
11322
|
{
|
|
11226
11323
|
"offerId": [
|
|
11227
11324
|
1,
|
|
@@ -11237,10 +11334,10 @@ exports.default = {
|
|
|
11237
11334
|
2
|
|
11238
11335
|
],
|
|
11239
11336
|
"markNotificationAsRead": [
|
|
11240
|
-
|
|
11337
|
+
249,
|
|
11241
11338
|
{
|
|
11242
11339
|
"input": [
|
|
11243
|
-
|
|
11340
|
+
396,
|
|
11244
11341
|
"MarkNotificationReadDto!"
|
|
11245
11342
|
]
|
|
11246
11343
|
}
|
|
@@ -11252,25 +11349,25 @@ exports.default = {
|
|
|
11252
11349
|
2,
|
|
11253
11350
|
{
|
|
11254
11351
|
"input": [
|
|
11255
|
-
|
|
11352
|
+
397,
|
|
11256
11353
|
"DismissNotificationDto!"
|
|
11257
11354
|
]
|
|
11258
11355
|
}
|
|
11259
11356
|
],
|
|
11260
11357
|
"updateNotificationPreferences": [
|
|
11261
|
-
|
|
11358
|
+
252,
|
|
11262
11359
|
{
|
|
11263
11360
|
"input": [
|
|
11264
|
-
|
|
11361
|
+
398,
|
|
11265
11362
|
"UpdateNotificationPreferenceDto!"
|
|
11266
11363
|
]
|
|
11267
11364
|
}
|
|
11268
11365
|
],
|
|
11269
11366
|
"registerDeviceToken": [
|
|
11270
|
-
|
|
11367
|
+
253,
|
|
11271
11368
|
{
|
|
11272
11369
|
"input": [
|
|
11273
|
-
|
|
11370
|
+
399,
|
|
11274
11371
|
"RegisterDeviceTokenDto!"
|
|
11275
11372
|
]
|
|
11276
11373
|
}
|
|
@@ -11279,7 +11376,7 @@ exports.default = {
|
|
|
11279
11376
|
2,
|
|
11280
11377
|
{
|
|
11281
11378
|
"input": [
|
|
11282
|
-
|
|
11379
|
+
400,
|
|
11283
11380
|
"UnregisterDeviceTokenDto!"
|
|
11284
11381
|
]
|
|
11285
11382
|
}
|
|
@@ -11288,7 +11385,7 @@ exports.default = {
|
|
|
11288
11385
|
2,
|
|
11289
11386
|
{
|
|
11290
11387
|
"input": [
|
|
11291
|
-
|
|
11388
|
+
402,
|
|
11292
11389
|
"FollowAthleteInput!"
|
|
11293
11390
|
]
|
|
11294
11391
|
}
|
|
@@ -11297,29 +11394,29 @@ exports.default = {
|
|
|
11297
11394
|
2,
|
|
11298
11395
|
{
|
|
11299
11396
|
"input": [
|
|
11300
|
-
|
|
11397
|
+
403,
|
|
11301
11398
|
"UnfollowAthleteInput!"
|
|
11302
11399
|
]
|
|
11303
11400
|
}
|
|
11304
11401
|
],
|
|
11305
11402
|
"createEmailCampaign": [
|
|
11306
|
-
|
|
11403
|
+
260,
|
|
11307
11404
|
{
|
|
11308
11405
|
"input": [
|
|
11309
|
-
|
|
11406
|
+
487,
|
|
11310
11407
|
"CreateEmailCampaignDto!"
|
|
11311
11408
|
]
|
|
11312
11409
|
}
|
|
11313
11410
|
],
|
|
11314
11411
|
"updateEmailCampaign": [
|
|
11315
|
-
|
|
11412
|
+
260,
|
|
11316
11413
|
{
|
|
11317
11414
|
"id": [
|
|
11318
11415
|
1,
|
|
11319
11416
|
"String!"
|
|
11320
11417
|
],
|
|
11321
11418
|
"input": [
|
|
11322
|
-
|
|
11419
|
+
488,
|
|
11323
11420
|
"UpdateEmailCampaignDto!"
|
|
11324
11421
|
]
|
|
11325
11422
|
}
|
|
@@ -11334,7 +11431,7 @@ exports.default = {
|
|
|
11334
11431
|
}
|
|
11335
11432
|
],
|
|
11336
11433
|
"cloneEmailCampaign": [
|
|
11337
|
-
|
|
11434
|
+
260,
|
|
11338
11435
|
{
|
|
11339
11436
|
"id": [
|
|
11340
11437
|
1,
|
|
@@ -11365,7 +11462,7 @@ exports.default = {
|
|
|
11365
11462
|
}
|
|
11366
11463
|
],
|
|
11367
11464
|
"scheduleEmailCampaign": [
|
|
11368
|
-
|
|
11465
|
+
260,
|
|
11369
11466
|
{
|
|
11370
11467
|
"campaignId": [
|
|
11371
11468
|
1,
|
|
@@ -11378,7 +11475,7 @@ exports.default = {
|
|
|
11378
11475
|
}
|
|
11379
11476
|
],
|
|
11380
11477
|
"cancelScheduledEmail": [
|
|
11381
|
-
|
|
11478
|
+
260,
|
|
11382
11479
|
{
|
|
11383
11480
|
"campaignId": [
|
|
11384
11481
|
1,
|
|
@@ -11387,23 +11484,23 @@ exports.default = {
|
|
|
11387
11484
|
}
|
|
11388
11485
|
],
|
|
11389
11486
|
"createEmailSegment": [
|
|
11390
|
-
|
|
11487
|
+
259,
|
|
11391
11488
|
{
|
|
11392
11489
|
"input": [
|
|
11393
|
-
|
|
11490
|
+
489,
|
|
11394
11491
|
"CreateEmailSegmentDto!"
|
|
11395
11492
|
]
|
|
11396
11493
|
}
|
|
11397
11494
|
],
|
|
11398
11495
|
"updateEmailSegment": [
|
|
11399
|
-
|
|
11496
|
+
259,
|
|
11400
11497
|
{
|
|
11401
11498
|
"id": [
|
|
11402
11499
|
1,
|
|
11403
11500
|
"String!"
|
|
11404
11501
|
],
|
|
11405
11502
|
"input": [
|
|
11406
|
-
|
|
11503
|
+
490,
|
|
11407
11504
|
"UpdateEmailSegmentDto!"
|
|
11408
11505
|
]
|
|
11409
11506
|
}
|
|
@@ -11418,28 +11515,28 @@ exports.default = {
|
|
|
11418
11515
|
}
|
|
11419
11516
|
],
|
|
11420
11517
|
"sendPushCampaign": [
|
|
11421
|
-
|
|
11518
|
+
265,
|
|
11422
11519
|
{
|
|
11423
11520
|
"input": [
|
|
11424
|
-
|
|
11521
|
+
408,
|
|
11425
11522
|
"SendPushCampaignInput!"
|
|
11426
11523
|
]
|
|
11427
11524
|
}
|
|
11428
11525
|
],
|
|
11429
11526
|
"sendAiCoachMessage": [
|
|
11430
|
-
|
|
11527
|
+
266,
|
|
11431
11528
|
{
|
|
11432
11529
|
"input": [
|
|
11433
|
-
|
|
11530
|
+
410,
|
|
11434
11531
|
"SendChatMessageDto!"
|
|
11435
11532
|
]
|
|
11436
11533
|
}
|
|
11437
11534
|
],
|
|
11438
11535
|
"updateAiCoachConfig": [
|
|
11439
|
-
|
|
11536
|
+
268,
|
|
11440
11537
|
{
|
|
11441
11538
|
"input": [
|
|
11442
|
-
|
|
11539
|
+
411,
|
|
11443
11540
|
"UpdateAiCoachConfigDto!"
|
|
11444
11541
|
]
|
|
11445
11542
|
}
|
|
@@ -11457,7 +11554,7 @@ exports.default = {
|
|
|
11457
11554
|
79,
|
|
11458
11555
|
{
|
|
11459
11556
|
"input": [
|
|
11460
|
-
|
|
11557
|
+
413,
|
|
11461
11558
|
"CreateTeamInput!"
|
|
11462
11559
|
]
|
|
11463
11560
|
}
|
|
@@ -11466,7 +11563,7 @@ exports.default = {
|
|
|
11466
11563
|
79,
|
|
11467
11564
|
{
|
|
11468
11565
|
"input": [
|
|
11469
|
-
|
|
11566
|
+
414,
|
|
11470
11567
|
"UpdateTeamInput!"
|
|
11471
11568
|
]
|
|
11472
11569
|
}
|
|
@@ -11475,7 +11572,7 @@ exports.default = {
|
|
|
11475
11572
|
77,
|
|
11476
11573
|
{
|
|
11477
11574
|
"input": [
|
|
11478
|
-
|
|
11575
|
+
415,
|
|
11479
11576
|
"JoinTeamInput!"
|
|
11480
11577
|
]
|
|
11481
11578
|
}
|
|
@@ -11510,7 +11607,7 @@ exports.default = {
|
|
|
11510
11607
|
77,
|
|
11511
11608
|
{
|
|
11512
11609
|
"input": [
|
|
11513
|
-
|
|
11610
|
+
416,
|
|
11514
11611
|
"ManageTeamMemberInput!"
|
|
11515
11612
|
]
|
|
11516
11613
|
}
|
|
@@ -11561,34 +11658,34 @@ exports.default = {
|
|
|
11561
11658
|
}
|
|
11562
11659
|
],
|
|
11563
11660
|
"createClub": [
|
|
11564
|
-
|
|
11661
|
+
183,
|
|
11565
11662
|
{
|
|
11566
11663
|
"input": [
|
|
11567
|
-
|
|
11664
|
+
417,
|
|
11568
11665
|
"CreateClubInput!"
|
|
11569
11666
|
]
|
|
11570
11667
|
}
|
|
11571
11668
|
],
|
|
11572
11669
|
"updateClub": [
|
|
11573
|
-
|
|
11670
|
+
183,
|
|
11574
11671
|
{
|
|
11575
11672
|
"input": [
|
|
11576
|
-
|
|
11673
|
+
418,
|
|
11577
11674
|
"UpdateClubInput!"
|
|
11578
11675
|
]
|
|
11579
11676
|
}
|
|
11580
11677
|
],
|
|
11581
11678
|
"joinClub": [
|
|
11582
|
-
|
|
11679
|
+
186,
|
|
11583
11680
|
{
|
|
11584
11681
|
"input": [
|
|
11585
|
-
|
|
11682
|
+
419,
|
|
11586
11683
|
"JoinClubInput!"
|
|
11587
11684
|
]
|
|
11588
11685
|
}
|
|
11589
11686
|
],
|
|
11590
11687
|
"leaveClub": [
|
|
11591
|
-
|
|
11688
|
+
186,
|
|
11592
11689
|
{
|
|
11593
11690
|
"clubId": [
|
|
11594
11691
|
1,
|
|
@@ -11597,7 +11694,7 @@ exports.default = {
|
|
|
11597
11694
|
}
|
|
11598
11695
|
],
|
|
11599
11696
|
"inviteToClub": [
|
|
11600
|
-
|
|
11697
|
+
186,
|
|
11601
11698
|
{
|
|
11602
11699
|
"clubId": [
|
|
11603
11700
|
1,
|
|
@@ -11610,16 +11707,16 @@ exports.default = {
|
|
|
11610
11707
|
}
|
|
11611
11708
|
],
|
|
11612
11709
|
"manageClubMember": [
|
|
11613
|
-
|
|
11710
|
+
186,
|
|
11614
11711
|
{
|
|
11615
11712
|
"input": [
|
|
11616
|
-
|
|
11713
|
+
420,
|
|
11617
11714
|
"ManageClubMemberInput!"
|
|
11618
11715
|
]
|
|
11619
11716
|
}
|
|
11620
11717
|
],
|
|
11621
11718
|
"approveClub": [
|
|
11622
|
-
|
|
11719
|
+
183,
|
|
11623
11720
|
{
|
|
11624
11721
|
"clubId": [
|
|
11625
11722
|
1,
|
|
@@ -11673,19 +11770,19 @@ exports.default = {
|
|
|
11673
11770
|
}
|
|
11674
11771
|
],
|
|
11675
11772
|
"trackUsageEvents": [
|
|
11676
|
-
|
|
11773
|
+
278,
|
|
11677
11774
|
{
|
|
11678
11775
|
"events": [
|
|
11679
|
-
|
|
11776
|
+
491,
|
|
11680
11777
|
"[UsageEventInput!]!"
|
|
11681
11778
|
]
|
|
11682
11779
|
}
|
|
11683
11780
|
],
|
|
11684
11781
|
"requestMyDataExport": [
|
|
11685
|
-
|
|
11782
|
+
254,
|
|
11686
11783
|
{
|
|
11687
11784
|
"input": [
|
|
11688
|
-
|
|
11785
|
+
401
|
|
11689
11786
|
]
|
|
11690
11787
|
}
|
|
11691
11788
|
],
|
|
@@ -11873,9 +11970,6 @@ exports.default = {
|
|
|
11873
11970
|
"dateOfBirth": [
|
|
11874
11971
|
14
|
|
11875
11972
|
],
|
|
11876
|
-
"lgbt": [
|
|
11877
|
-
2
|
|
11878
|
-
],
|
|
11879
11973
|
"trainer": [
|
|
11880
11974
|
1
|
|
11881
11975
|
],
|
|
@@ -11898,10 +11992,10 @@ exports.default = {
|
|
|
11898
11992
|
1
|
|
11899
11993
|
],
|
|
11900
11994
|
"profilePicture": [
|
|
11901
|
-
|
|
11995
|
+
296
|
|
11902
11996
|
],
|
|
11903
11997
|
"cardPicture": [
|
|
11904
|
-
|
|
11998
|
+
296
|
|
11905
11999
|
],
|
|
11906
12000
|
"__typename": [
|
|
11907
12001
|
1
|
|
@@ -11918,9 +12012,25 @@ exports.default = {
|
|
|
11918
12012
|
1
|
|
11919
12013
|
]
|
|
11920
12014
|
},
|
|
12015
|
+
"ClaimExternalCompetitionResultDto": {
|
|
12016
|
+
"competitionId": [
|
|
12017
|
+
1
|
|
12018
|
+
],
|
|
12019
|
+
"__typename": [
|
|
12020
|
+
1
|
|
12021
|
+
]
|
|
12022
|
+
},
|
|
12023
|
+
"DismissSuggestionDto": {
|
|
12024
|
+
"competitionIds": [
|
|
12025
|
+
1
|
|
12026
|
+
],
|
|
12027
|
+
"__typename": [
|
|
12028
|
+
1
|
|
12029
|
+
]
|
|
12030
|
+
},
|
|
11921
12031
|
"EditDisplayIndexDto": {
|
|
11922
12032
|
"updates": [
|
|
11923
|
-
|
|
12033
|
+
466
|
|
11924
12034
|
],
|
|
11925
12035
|
"__typename": [
|
|
11926
12036
|
1
|
|
@@ -11937,6 +12047,60 @@ exports.default = {
|
|
|
11937
12047
|
1
|
|
11938
12048
|
]
|
|
11939
12049
|
},
|
|
12050
|
+
"IngestCompetitionResultDto": {
|
|
12051
|
+
"athleteId": [
|
|
12052
|
+
1
|
|
12053
|
+
],
|
|
12054
|
+
"event": [
|
|
12055
|
+
468
|
|
12056
|
+
],
|
|
12057
|
+
"result": [
|
|
12058
|
+
469
|
|
12059
|
+
],
|
|
12060
|
+
"__typename": [
|
|
12061
|
+
1
|
|
12062
|
+
]
|
|
12063
|
+
},
|
|
12064
|
+
"IngestEventDto": {
|
|
12065
|
+
"name": [
|
|
12066
|
+
1
|
|
12067
|
+
],
|
|
12068
|
+
"date": [
|
|
12069
|
+
14
|
|
12070
|
+
],
|
|
12071
|
+
"location": [
|
|
12072
|
+
1
|
|
12073
|
+
],
|
|
12074
|
+
"__typename": [
|
|
12075
|
+
1
|
|
12076
|
+
]
|
|
12077
|
+
},
|
|
12078
|
+
"IngestResultDto": {
|
|
12079
|
+
"position": [
|
|
12080
|
+
53
|
|
12081
|
+
],
|
|
12082
|
+
"totalParticipants": [
|
|
12083
|
+
53
|
|
12084
|
+
],
|
|
12085
|
+
"source": [
|
|
12086
|
+
1
|
|
12087
|
+
],
|
|
12088
|
+
"externalId": [
|
|
12089
|
+
1
|
|
12090
|
+
],
|
|
12091
|
+
"proofUrl": [
|
|
12092
|
+
1
|
|
12093
|
+
],
|
|
12094
|
+
"verificationTier": [
|
|
12095
|
+
83
|
|
12096
|
+
],
|
|
12097
|
+
"matchConfidence": [
|
|
12098
|
+
18
|
|
12099
|
+
],
|
|
12100
|
+
"__typename": [
|
|
12101
|
+
1
|
|
12102
|
+
]
|
|
12103
|
+
},
|
|
11940
12104
|
"SetCurrentCampaignDto": {
|
|
11941
12105
|
"campaignId": [
|
|
11942
12106
|
1
|
|
@@ -11984,7 +12148,7 @@ exports.default = {
|
|
|
11984
12148
|
18
|
|
11985
12149
|
],
|
|
11986
12150
|
"translations": [
|
|
11987
|
-
|
|
12151
|
+
474
|
|
11988
12152
|
],
|
|
11989
12153
|
"__typename": [
|
|
11990
12154
|
1
|
|
@@ -12018,10 +12182,10 @@ exports.default = {
|
|
|
12018
12182
|
18
|
|
12019
12183
|
],
|
|
12020
12184
|
"banner": [
|
|
12021
|
-
|
|
12185
|
+
296
|
|
12022
12186
|
],
|
|
12023
12187
|
"criteria": [
|
|
12024
|
-
|
|
12188
|
+
377
|
|
12025
12189
|
],
|
|
12026
12190
|
"deadline": [
|
|
12027
12191
|
14
|
|
@@ -12030,13 +12194,13 @@ exports.default = {
|
|
|
12030
12194
|
14
|
|
12031
12195
|
],
|
|
12032
12196
|
"duration": [
|
|
12033
|
-
|
|
12197
|
+
476
|
|
12034
12198
|
],
|
|
12035
12199
|
"sponsorshipItems": [
|
|
12036
|
-
|
|
12200
|
+
477
|
|
12037
12201
|
],
|
|
12038
12202
|
"commitments": [
|
|
12039
|
-
|
|
12203
|
+
478
|
|
12040
12204
|
],
|
|
12041
12205
|
"terms": [
|
|
12042
12206
|
1
|
|
@@ -12048,7 +12212,7 @@ exports.default = {
|
|
|
12048
12212
|
2
|
|
12049
12213
|
],
|
|
12050
12214
|
"translations": [
|
|
12051
|
-
|
|
12215
|
+
479
|
|
12052
12216
|
],
|
|
12053
12217
|
"__typename": [
|
|
12054
12218
|
1
|
|
@@ -12125,7 +12289,7 @@ exports.default = {
|
|
|
12125
12289
|
1
|
|
12126
12290
|
],
|
|
12127
12291
|
"banner": [
|
|
12128
|
-
|
|
12292
|
+
296
|
|
12129
12293
|
],
|
|
12130
12294
|
"terms": [
|
|
12131
12295
|
1
|
|
@@ -12232,7 +12396,7 @@ exports.default = {
|
|
|
12232
12396
|
1
|
|
12233
12397
|
],
|
|
12234
12398
|
"banner": [
|
|
12235
|
-
|
|
12399
|
+
296
|
|
12236
12400
|
],
|
|
12237
12401
|
"eventLevel": [
|
|
12238
12402
|
1
|
|
@@ -12300,7 +12464,7 @@ exports.default = {
|
|
|
12300
12464
|
1
|
|
12301
12465
|
],
|
|
12302
12466
|
"audienceFilters": [
|
|
12303
|
-
|
|
12467
|
+
409
|
|
12304
12468
|
],
|
|
12305
12469
|
"segmentId": [
|
|
12306
12470
|
1
|
|
@@ -12326,7 +12490,7 @@ exports.default = {
|
|
|
12326
12490
|
1
|
|
12327
12491
|
],
|
|
12328
12492
|
"audienceFilters": [
|
|
12329
|
-
|
|
12493
|
+
409
|
|
12330
12494
|
],
|
|
12331
12495
|
"segmentId": [
|
|
12332
12496
|
1
|
|
@@ -12343,7 +12507,7 @@ exports.default = {
|
|
|
12343
12507
|
1
|
|
12344
12508
|
],
|
|
12345
12509
|
"filters": [
|
|
12346
|
-
|
|
12510
|
+
409
|
|
12347
12511
|
],
|
|
12348
12512
|
"__typename": [
|
|
12349
12513
|
1
|
|
@@ -12354,7 +12518,7 @@ exports.default = {
|
|
|
12354
12518
|
1
|
|
12355
12519
|
],
|
|
12356
12520
|
"filters": [
|
|
12357
|
-
|
|
12521
|
+
409
|
|
12358
12522
|
],
|
|
12359
12523
|
"__typename": [
|
|
12360
12524
|
1
|
|
@@ -12374,7 +12538,7 @@ exports.default = {
|
|
|
12374
12538
|
1
|
|
12375
12539
|
],
|
|
12376
12540
|
"properties": [
|
|
12377
|
-
|
|
12541
|
+
184
|
|
12378
12542
|
],
|
|
12379
12543
|
"appVersion": [
|
|
12380
12544
|
1
|