@vertikalx/vtx-backend-client 1.0.0-dev.76 → 1.0.0-dev.78
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/package.json +1 -1
- package/src/api/vtx-base-api.d.ts +2 -1
- package/src/api/vtx-base-api.js +169 -0
- package/src/api/vtx-base-api.js.map +1 -1
- package/src/client/schema.d.ts +192 -8
- package/src/client/schema.graphql +82 -4
- package/src/client/schema.js +43 -1
- package/src/client/schema.js.map +1 -1
- package/src/client/types.d.ts +84 -4
- package/src/client/types.js +300 -84
- package/src/client/types.js.map +1 -1
- package/tsconfig.lib.tsbuildinfo +1 -1
package/src/client/types.js
CHANGED
|
@@ -1595,7 +1595,137 @@ exports.default = {
|
|
|
1595
1595
|
1
|
|
1596
1596
|
]
|
|
1597
1597
|
},
|
|
1598
|
-
"
|
|
1598
|
+
"MembershipOrganizationReference": {
|
|
1599
|
+
"_id": [
|
|
1600
|
+
1
|
|
1601
|
+
],
|
|
1602
|
+
"shortName": [
|
|
1603
|
+
1
|
|
1604
|
+
],
|
|
1605
|
+
"acronym": [
|
|
1606
|
+
1
|
|
1607
|
+
],
|
|
1608
|
+
"fullName": [
|
|
1609
|
+
1
|
|
1610
|
+
],
|
|
1611
|
+
"website": [
|
|
1612
|
+
1
|
|
1613
|
+
],
|
|
1614
|
+
"verified": [
|
|
1615
|
+
2
|
|
1616
|
+
],
|
|
1617
|
+
"logo": [
|
|
1618
|
+
26
|
|
1619
|
+
],
|
|
1620
|
+
"country": [
|
|
1621
|
+
39
|
|
1622
|
+
],
|
|
1623
|
+
"sport": [
|
|
1624
|
+
61
|
|
1625
|
+
],
|
|
1626
|
+
"__typename": [
|
|
1627
|
+
1
|
|
1628
|
+
]
|
|
1629
|
+
},
|
|
1630
|
+
"MembershipOrganization": {
|
|
1631
|
+
"_id": [
|
|
1632
|
+
1
|
|
1633
|
+
],
|
|
1634
|
+
"shortName": [
|
|
1635
|
+
1
|
|
1636
|
+
],
|
|
1637
|
+
"acronym": [
|
|
1638
|
+
1
|
|
1639
|
+
],
|
|
1640
|
+
"fullName": [
|
|
1641
|
+
1
|
|
1642
|
+
],
|
|
1643
|
+
"website": [
|
|
1644
|
+
1
|
|
1645
|
+
],
|
|
1646
|
+
"verified": [
|
|
1647
|
+
2
|
|
1648
|
+
],
|
|
1649
|
+
"logo": [
|
|
1650
|
+
26
|
|
1651
|
+
],
|
|
1652
|
+
"country": [
|
|
1653
|
+
39
|
|
1654
|
+
],
|
|
1655
|
+
"sport": [
|
|
1656
|
+
61
|
|
1657
|
+
],
|
|
1658
|
+
"memberships": [
|
|
1659
|
+
76
|
|
1660
|
+
],
|
|
1661
|
+
"__typename": [
|
|
1662
|
+
1
|
|
1663
|
+
]
|
|
1664
|
+
},
|
|
1665
|
+
"AthleteMembership": {
|
|
1666
|
+
"_id": [
|
|
1667
|
+
1
|
|
1668
|
+
],
|
|
1669
|
+
"organization": [
|
|
1670
|
+
74
|
|
1671
|
+
],
|
|
1672
|
+
"athlete": [
|
|
1673
|
+
79
|
|
1674
|
+
],
|
|
1675
|
+
"membershipNumber": [
|
|
1676
|
+
1
|
|
1677
|
+
],
|
|
1678
|
+
"membershipType": [
|
|
1679
|
+
1
|
|
1680
|
+
],
|
|
1681
|
+
"issueDate": [
|
|
1682
|
+
14
|
|
1683
|
+
],
|
|
1684
|
+
"expirationDate": [
|
|
1685
|
+
14
|
|
1686
|
+
],
|
|
1687
|
+
"__typename": [
|
|
1688
|
+
1
|
|
1689
|
+
]
|
|
1690
|
+
},
|
|
1691
|
+
"NewsLink": {
|
|
1692
|
+
"_id": [
|
|
1693
|
+
1
|
|
1694
|
+
],
|
|
1695
|
+
"title": [
|
|
1696
|
+
1
|
|
1697
|
+
],
|
|
1698
|
+
"url": [
|
|
1699
|
+
1
|
|
1700
|
+
],
|
|
1701
|
+
"abstract": [
|
|
1702
|
+
1
|
|
1703
|
+
],
|
|
1704
|
+
"__typename": [
|
|
1705
|
+
1
|
|
1706
|
+
]
|
|
1707
|
+
},
|
|
1708
|
+
"Channel": {
|
|
1709
|
+
"_id": [
|
|
1710
|
+
1
|
|
1711
|
+
],
|
|
1712
|
+
"type": [
|
|
1713
|
+
1
|
|
1714
|
+
],
|
|
1715
|
+
"handle": [
|
|
1716
|
+
1
|
|
1717
|
+
],
|
|
1718
|
+
"url": [
|
|
1719
|
+
1
|
|
1720
|
+
],
|
|
1721
|
+
"linked": [
|
|
1722
|
+
2
|
|
1723
|
+
],
|
|
1724
|
+
"__typename": [
|
|
1725
|
+
1
|
|
1726
|
+
]
|
|
1727
|
+
},
|
|
1728
|
+
"AthleteReference": {
|
|
1599
1729
|
"_id": [
|
|
1600
1730
|
1
|
|
1601
1731
|
],
|
|
@@ -1644,17 +1774,73 @@ exports.default = {
|
|
|
1644
1774
|
"rankings": [
|
|
1645
1775
|
66
|
|
1646
1776
|
],
|
|
1647
|
-
"
|
|
1777
|
+
"totalUpcomingCompetitions": [
|
|
1778
|
+
17
|
|
1779
|
+
],
|
|
1780
|
+
"totalPastCompetitions": [
|
|
1781
|
+
17
|
|
1782
|
+
],
|
|
1783
|
+
"profilePicture": [
|
|
1784
|
+
26
|
|
1785
|
+
],
|
|
1786
|
+
"cardPicture": [
|
|
1787
|
+
26
|
|
1788
|
+
],
|
|
1789
|
+
"aboutMe": [
|
|
1790
|
+
1
|
|
1791
|
+
],
|
|
1792
|
+
"__typename": [
|
|
1793
|
+
1
|
|
1794
|
+
]
|
|
1795
|
+
},
|
|
1796
|
+
"Athlete": {
|
|
1797
|
+
"_id": [
|
|
1798
|
+
1
|
|
1799
|
+
],
|
|
1800
|
+
"firstName": [
|
|
1801
|
+
1
|
|
1802
|
+
],
|
|
1803
|
+
"lastName": [
|
|
1804
|
+
1
|
|
1805
|
+
],
|
|
1806
|
+
"screenName": [
|
|
1807
|
+
1
|
|
1808
|
+
],
|
|
1809
|
+
"dob": [
|
|
1810
|
+
14
|
|
1811
|
+
],
|
|
1812
|
+
"lgbt": [
|
|
1813
|
+
2
|
|
1814
|
+
],
|
|
1815
|
+
"competitionGender": [
|
|
1816
|
+
1
|
|
1817
|
+
],
|
|
1818
|
+
"country": [
|
|
1819
|
+
39
|
|
1820
|
+
],
|
|
1821
|
+
"location": [
|
|
1822
|
+
73
|
|
1823
|
+
],
|
|
1824
|
+
"trainer": [
|
|
1825
|
+
1
|
|
1826
|
+
],
|
|
1827
|
+
"trainerUrl": [
|
|
1828
|
+
1
|
|
1829
|
+
],
|
|
1830
|
+
"followStats": [
|
|
1831
|
+
60
|
|
1832
|
+
],
|
|
1833
|
+
"mainSport": [
|
|
1648
1834
|
61
|
|
1649
1835
|
],
|
|
1650
|
-
"
|
|
1651
|
-
|
|
1836
|
+
"mainSportLevel": [
|
|
1837
|
+
64
|
|
1652
1838
|
],
|
|
1653
|
-
"
|
|
1654
|
-
|
|
1839
|
+
"scores": [
|
|
1840
|
+
62
|
|
1655
1841
|
],
|
|
1656
|
-
"
|
|
1657
|
-
|
|
1842
|
+
"rankings": [
|
|
1843
|
+
66
|
|
1658
1844
|
],
|
|
1659
1845
|
"totalUpcomingCompetitions": [
|
|
1660
1846
|
17
|
|
@@ -1671,6 +1857,27 @@ exports.default = {
|
|
|
1671
1857
|
"aboutMe": [
|
|
1672
1858
|
1
|
|
1673
1859
|
],
|
|
1860
|
+
"allSports": [
|
|
1861
|
+
61
|
|
1862
|
+
],
|
|
1863
|
+
"teams": [
|
|
1864
|
+
67
|
|
1865
|
+
],
|
|
1866
|
+
"sponsorBrands": [
|
|
1867
|
+
36
|
|
1868
|
+
],
|
|
1869
|
+
"competitions": [
|
|
1870
|
+
72
|
|
1871
|
+
],
|
|
1872
|
+
"affiliations": [
|
|
1873
|
+
76
|
|
1874
|
+
],
|
|
1875
|
+
"newsLinks": [
|
|
1876
|
+
77
|
|
1877
|
+
],
|
|
1878
|
+
"channels": [
|
|
1879
|
+
78
|
|
1880
|
+
],
|
|
1674
1881
|
"__typename": [
|
|
1675
1882
|
1
|
|
1676
1883
|
]
|
|
@@ -1849,7 +2056,7 @@ exports.default = {
|
|
|
1849
2056
|
1
|
|
1850
2057
|
],
|
|
1851
2058
|
"invitations": [
|
|
1852
|
-
|
|
2059
|
+
88
|
|
1853
2060
|
],
|
|
1854
2061
|
"__typename": [
|
|
1855
2062
|
1
|
|
@@ -1912,7 +2119,7 @@ exports.default = {
|
|
|
1912
2119
|
1
|
|
1913
2120
|
],
|
|
1914
2121
|
"result": [
|
|
1915
|
-
|
|
2122
|
+
90
|
|
1916
2123
|
],
|
|
1917
2124
|
"cityId": [
|
|
1918
2125
|
1
|
|
@@ -1935,7 +2142,7 @@ exports.default = {
|
|
|
1935
2142
|
1
|
|
1936
2143
|
],
|
|
1937
2144
|
"result": [
|
|
1938
|
-
|
|
2145
|
+
90
|
|
1939
2146
|
],
|
|
1940
2147
|
"cityId": [
|
|
1941
2148
|
1
|
|
@@ -2166,7 +2373,7 @@ exports.default = {
|
|
|
2166
2373
|
31,
|
|
2167
2374
|
{
|
|
2168
2375
|
"input": [
|
|
2169
|
-
|
|
2376
|
+
105,
|
|
2170
2377
|
"AWSS3GetUploadDto!"
|
|
2171
2378
|
]
|
|
2172
2379
|
}
|
|
@@ -2225,19 +2432,19 @@ exports.default = {
|
|
|
2225
2432
|
53
|
|
2226
2433
|
],
|
|
2227
2434
|
"findSponsorAthleteInvitation": [
|
|
2228
|
-
|
|
2435
|
+
81,
|
|
2229
2436
|
{
|
|
2230
2437
|
"input": [
|
|
2231
|
-
|
|
2438
|
+
106,
|
|
2232
2439
|
"FindSponsorAthleteInvitationDto!"
|
|
2233
2440
|
]
|
|
2234
2441
|
}
|
|
2235
2442
|
],
|
|
2236
2443
|
"getAthletes": [
|
|
2237
|
-
|
|
2444
|
+
80
|
|
2238
2445
|
],
|
|
2239
2446
|
"searchAthletes": [
|
|
2240
|
-
|
|
2447
|
+
80,
|
|
2241
2448
|
{
|
|
2242
2449
|
"searchString": [
|
|
2243
2450
|
1,
|
|
@@ -2246,7 +2453,7 @@ exports.default = {
|
|
|
2246
2453
|
}
|
|
2247
2454
|
],
|
|
2248
2455
|
"findAthleteById": [
|
|
2249
|
-
|
|
2456
|
+
80,
|
|
2250
2457
|
{
|
|
2251
2458
|
"athleteId": [
|
|
2252
2459
|
1,
|
|
@@ -2255,7 +2462,7 @@ exports.default = {
|
|
|
2255
2462
|
}
|
|
2256
2463
|
],
|
|
2257
2464
|
"findAthleteForUser": [
|
|
2258
|
-
|
|
2465
|
+
80,
|
|
2259
2466
|
{
|
|
2260
2467
|
"loginEmail": [
|
|
2261
2468
|
1,
|
|
@@ -2264,7 +2471,7 @@ exports.default = {
|
|
|
2264
2471
|
}
|
|
2265
2472
|
],
|
|
2266
2473
|
"getRecommendedAthletes": [
|
|
2267
|
-
|
|
2474
|
+
80,
|
|
2268
2475
|
{
|
|
2269
2476
|
"loginEmail": [
|
|
2270
2477
|
1,
|
|
@@ -2273,17 +2480,26 @@ exports.default = {
|
|
|
2273
2480
|
}
|
|
2274
2481
|
],
|
|
2275
2482
|
"getSponsorAthletesForTenant": [
|
|
2276
|
-
|
|
2483
|
+
80
|
|
2277
2484
|
],
|
|
2278
2485
|
"getAthleteCompetitions": [
|
|
2279
2486
|
72,
|
|
2280
2487
|
{
|
|
2281
2488
|
"input": [
|
|
2282
|
-
|
|
2489
|
+
107,
|
|
2283
2490
|
"GetAthleteCompetitionsDto!"
|
|
2284
2491
|
]
|
|
2285
2492
|
}
|
|
2286
2493
|
],
|
|
2494
|
+
"getAthleteMemberships": [
|
|
2495
|
+
76,
|
|
2496
|
+
{
|
|
2497
|
+
"athleteId": [
|
|
2498
|
+
1,
|
|
2499
|
+
"String!"
|
|
2500
|
+
]
|
|
2501
|
+
}
|
|
2502
|
+
],
|
|
2287
2503
|
"getSports": [
|
|
2288
2504
|
61
|
|
2289
2505
|
],
|
|
@@ -2348,7 +2564,7 @@ exports.default = {
|
|
|
2348
2564
|
0,
|
|
2349
2565
|
{
|
|
2350
2566
|
"input": [
|
|
2351
|
-
|
|
2567
|
+
108,
|
|
2352
2568
|
"FindVtxUserDto!"
|
|
2353
2569
|
]
|
|
2354
2570
|
}
|
|
@@ -2367,7 +2583,7 @@ exports.default = {
|
|
|
2367
2583
|
}
|
|
2368
2584
|
],
|
|
2369
2585
|
"getUserImagesFromEmail": [
|
|
2370
|
-
|
|
2586
|
+
84,
|
|
2371
2587
|
{
|
|
2372
2588
|
"loginEmail": [
|
|
2373
2589
|
1,
|
|
@@ -2382,7 +2598,7 @@ exports.default = {
|
|
|
2382
2598
|
68,
|
|
2383
2599
|
{
|
|
2384
2600
|
"input": [
|
|
2385
|
-
|
|
2601
|
+
109,
|
|
2386
2602
|
"GetSportEventsDto!"
|
|
2387
2603
|
]
|
|
2388
2604
|
}
|
|
@@ -2448,7 +2664,7 @@ exports.default = {
|
|
|
2448
2664
|
5,
|
|
2449
2665
|
{
|
|
2450
2666
|
"tenant": [
|
|
2451
|
-
|
|
2667
|
+
111,
|
|
2452
2668
|
"CreateTenantInput!"
|
|
2453
2669
|
]
|
|
2454
2670
|
}
|
|
@@ -2457,7 +2673,7 @@ exports.default = {
|
|
|
2457
2673
|
11,
|
|
2458
2674
|
{
|
|
2459
2675
|
"tenant": [
|
|
2460
|
-
|
|
2676
|
+
111,
|
|
2461
2677
|
"CreateTenantInput!"
|
|
2462
2678
|
]
|
|
2463
2679
|
}
|
|
@@ -2466,7 +2682,7 @@ exports.default = {
|
|
|
2466
2682
|
3,
|
|
2467
2683
|
{
|
|
2468
2684
|
"user": [
|
|
2469
|
-
|
|
2685
|
+
112,
|
|
2470
2686
|
"CreateActiveUserInput!"
|
|
2471
2687
|
]
|
|
2472
2688
|
}
|
|
@@ -2501,7 +2717,7 @@ exports.default = {
|
|
|
2501
2717
|
0,
|
|
2502
2718
|
{
|
|
2503
2719
|
"input": [
|
|
2504
|
-
|
|
2720
|
+
113,
|
|
2505
2721
|
"RegisterUserToDomainFromEmailInput!"
|
|
2506
2722
|
]
|
|
2507
2723
|
}
|
|
@@ -2510,7 +2726,7 @@ exports.default = {
|
|
|
2510
2726
|
8,
|
|
2511
2727
|
{
|
|
2512
2728
|
"dto": [
|
|
2513
|
-
|
|
2729
|
+
114,
|
|
2514
2730
|
"RefreshTokenInput!"
|
|
2515
2731
|
]
|
|
2516
2732
|
}
|
|
@@ -2519,7 +2735,7 @@ exports.default = {
|
|
|
2519
2735
|
32,
|
|
2520
2736
|
{
|
|
2521
2737
|
"input": [
|
|
2522
|
-
|
|
2738
|
+
115,
|
|
2523
2739
|
"AWSS3DeleteUseTypeFileDto!"
|
|
2524
2740
|
]
|
|
2525
2741
|
}
|
|
@@ -2528,7 +2744,7 @@ exports.default = {
|
|
|
2528
2744
|
32,
|
|
2529
2745
|
{
|
|
2530
2746
|
"input": [
|
|
2531
|
-
|
|
2747
|
+
116,
|
|
2532
2748
|
"AWSS3DeleteBucketFileDto!"
|
|
2533
2749
|
]
|
|
2534
2750
|
}
|
|
@@ -2537,7 +2753,7 @@ exports.default = {
|
|
|
2537
2753
|
26,
|
|
2538
2754
|
{
|
|
2539
2755
|
"input": [
|
|
2540
|
-
|
|
2756
|
+
117,
|
|
2541
2757
|
"AWSS3UploadedFileDto!"
|
|
2542
2758
|
]
|
|
2543
2759
|
}
|
|
@@ -2546,7 +2762,7 @@ exports.default = {
|
|
|
2546
2762
|
50,
|
|
2547
2763
|
{
|
|
2548
2764
|
"input": [
|
|
2549
|
-
|
|
2765
|
+
118,
|
|
2550
2766
|
"CreateIndustryDto!"
|
|
2551
2767
|
]
|
|
2552
2768
|
}
|
|
@@ -2555,7 +2771,7 @@ exports.default = {
|
|
|
2555
2771
|
36,
|
|
2556
2772
|
{
|
|
2557
2773
|
"input": [
|
|
2558
|
-
|
|
2774
|
+
119,
|
|
2559
2775
|
"CreateBrandDto!"
|
|
2560
2776
|
]
|
|
2561
2777
|
}
|
|
@@ -2564,7 +2780,7 @@ exports.default = {
|
|
|
2564
2780
|
53,
|
|
2565
2781
|
{
|
|
2566
2782
|
"input": [
|
|
2567
|
-
|
|
2783
|
+
121,
|
|
2568
2784
|
"RegisterSponsorInput!"
|
|
2569
2785
|
]
|
|
2570
2786
|
}
|
|
@@ -2573,34 +2789,34 @@ exports.default = {
|
|
|
2573
2789
|
53,
|
|
2574
2790
|
{
|
|
2575
2791
|
"input": [
|
|
2576
|
-
|
|
2792
|
+
122,
|
|
2577
2793
|
"CreateSponsorDto!"
|
|
2578
2794
|
]
|
|
2579
2795
|
}
|
|
2580
2796
|
],
|
|
2581
2797
|
"sendAthleteInvitations": [
|
|
2582
|
-
|
|
2798
|
+
81,
|
|
2583
2799
|
{
|
|
2584
2800
|
"input": [
|
|
2585
|
-
|
|
2801
|
+
89,
|
|
2586
2802
|
"InviteAthletesDto!"
|
|
2587
2803
|
]
|
|
2588
2804
|
}
|
|
2589
2805
|
],
|
|
2590
2806
|
"registerAthlete": [
|
|
2591
|
-
|
|
2807
|
+
80,
|
|
2592
2808
|
{
|
|
2593
2809
|
"input": [
|
|
2594
|
-
|
|
2810
|
+
123,
|
|
2595
2811
|
"RegisterAthleteDto!"
|
|
2596
2812
|
]
|
|
2597
2813
|
}
|
|
2598
2814
|
],
|
|
2599
2815
|
"editProfileValue": [
|
|
2600
|
-
|
|
2816
|
+
83,
|
|
2601
2817
|
{
|
|
2602
2818
|
"input": [
|
|
2603
|
-
|
|
2819
|
+
124,
|
|
2604
2820
|
"EditValueDto!"
|
|
2605
2821
|
]
|
|
2606
2822
|
}
|
|
@@ -2609,7 +2825,7 @@ exports.default = {
|
|
|
2609
2825
|
72,
|
|
2610
2826
|
{
|
|
2611
2827
|
"input": [
|
|
2612
|
-
|
|
2828
|
+
92,
|
|
2613
2829
|
"CreateAthleteCompetitionDto!"
|
|
2614
2830
|
]
|
|
2615
2831
|
}
|
|
@@ -2618,7 +2834,7 @@ exports.default = {
|
|
|
2618
2834
|
61,
|
|
2619
2835
|
{
|
|
2620
2836
|
"input": [
|
|
2621
|
-
|
|
2837
|
+
125,
|
|
2622
2838
|
"CreateSportDto!"
|
|
2623
2839
|
]
|
|
2624
2840
|
}
|
|
@@ -2627,7 +2843,7 @@ exports.default = {
|
|
|
2627
2843
|
61,
|
|
2628
2844
|
{
|
|
2629
2845
|
"input": [
|
|
2630
|
-
|
|
2846
|
+
126,
|
|
2631
2847
|
"UpdateSportDto!"
|
|
2632
2848
|
]
|
|
2633
2849
|
}
|
|
@@ -2636,7 +2852,7 @@ exports.default = {
|
|
|
2636
2852
|
64,
|
|
2637
2853
|
{
|
|
2638
2854
|
"input": [
|
|
2639
|
-
|
|
2855
|
+
127,
|
|
2640
2856
|
"CreateSportLevelDto!"
|
|
2641
2857
|
]
|
|
2642
2858
|
}
|
|
@@ -2645,7 +2861,7 @@ exports.default = {
|
|
|
2645
2861
|
59,
|
|
2646
2862
|
{
|
|
2647
2863
|
"input": [
|
|
2648
|
-
|
|
2864
|
+
129,
|
|
2649
2865
|
"CreateSponsorshipDto!"
|
|
2650
2866
|
]
|
|
2651
2867
|
}
|
|
@@ -2654,7 +2870,7 @@ exports.default = {
|
|
|
2654
2870
|
39,
|
|
2655
2871
|
{
|
|
2656
2872
|
"input": [
|
|
2657
|
-
|
|
2873
|
+
136,
|
|
2658
2874
|
"CreateCountryDto!"
|
|
2659
2875
|
]
|
|
2660
2876
|
}
|
|
@@ -2663,7 +2879,7 @@ exports.default = {
|
|
|
2663
2879
|
38,
|
|
2664
2880
|
{
|
|
2665
2881
|
"input": [
|
|
2666
|
-
|
|
2882
|
+
137,
|
|
2667
2883
|
"CreateStateDto!"
|
|
2668
2884
|
]
|
|
2669
2885
|
}
|
|
@@ -2672,7 +2888,7 @@ exports.default = {
|
|
|
2672
2888
|
37,
|
|
2673
2889
|
{
|
|
2674
2890
|
"input": [
|
|
2675
|
-
|
|
2891
|
+
138,
|
|
2676
2892
|
"CreateCityDto!"
|
|
2677
2893
|
]
|
|
2678
2894
|
}
|
|
@@ -2681,7 +2897,7 @@ exports.default = {
|
|
|
2681
2897
|
28,
|
|
2682
2898
|
{
|
|
2683
2899
|
"input": [
|
|
2684
|
-
|
|
2900
|
+
103,
|
|
2685
2901
|
"RegisterUserDto!"
|
|
2686
2902
|
]
|
|
2687
2903
|
}
|
|
@@ -2690,7 +2906,7 @@ exports.default = {
|
|
|
2690
2906
|
3,
|
|
2691
2907
|
{
|
|
2692
2908
|
"input": [
|
|
2693
|
-
|
|
2909
|
+
87,
|
|
2694
2910
|
"VerifyCodeDto!"
|
|
2695
2911
|
]
|
|
2696
2912
|
}
|
|
@@ -2699,7 +2915,7 @@ exports.default = {
|
|
|
2699
2915
|
0,
|
|
2700
2916
|
{
|
|
2701
2917
|
"input": [
|
|
2702
|
-
|
|
2918
|
+
87,
|
|
2703
2919
|
"VerifyCodeDto!"
|
|
2704
2920
|
]
|
|
2705
2921
|
}
|
|
@@ -2708,7 +2924,7 @@ exports.default = {
|
|
|
2708
2924
|
0,
|
|
2709
2925
|
{
|
|
2710
2926
|
"input": [
|
|
2711
|
-
|
|
2927
|
+
103,
|
|
2712
2928
|
"RegisterUserDto!"
|
|
2713
2929
|
]
|
|
2714
2930
|
}
|
|
@@ -2717,7 +2933,7 @@ exports.default = {
|
|
|
2717
2933
|
0,
|
|
2718
2934
|
{
|
|
2719
2935
|
"input": [
|
|
2720
|
-
|
|
2936
|
+
103,
|
|
2721
2937
|
"RegisterUserDto!"
|
|
2722
2938
|
]
|
|
2723
2939
|
}
|
|
@@ -2736,16 +2952,16 @@ exports.default = {
|
|
|
2736
2952
|
}
|
|
2737
2953
|
],
|
|
2738
2954
|
"handleStravaCallback": [
|
|
2739
|
-
|
|
2955
|
+
82,
|
|
2740
2956
|
{
|
|
2741
2957
|
"data": [
|
|
2742
|
-
|
|
2958
|
+
139,
|
|
2743
2959
|
"RegisterStravaDto!"
|
|
2744
2960
|
]
|
|
2745
2961
|
}
|
|
2746
2962
|
],
|
|
2747
2963
|
"refreshStravaToken": [
|
|
2748
|
-
|
|
2964
|
+
82,
|
|
2749
2965
|
{
|
|
2750
2966
|
"input": [
|
|
2751
2967
|
1,
|
|
@@ -2757,7 +2973,7 @@ exports.default = {
|
|
|
2757
2973
|
68,
|
|
2758
2974
|
{
|
|
2759
2975
|
"input": [
|
|
2760
|
-
|
|
2976
|
+
140,
|
|
2761
2977
|
"CreateSportEventDto!"
|
|
2762
2978
|
]
|
|
2763
2979
|
}
|
|
@@ -2889,13 +3105,13 @@ exports.default = {
|
|
|
2889
3105
|
1
|
|
2890
3106
|
],
|
|
2891
3107
|
"logo": [
|
|
2892
|
-
|
|
3108
|
+
117
|
|
2893
3109
|
],
|
|
2894
3110
|
"banner": [
|
|
2895
|
-
|
|
3111
|
+
117
|
|
2896
3112
|
],
|
|
2897
3113
|
"translations": [
|
|
2898
|
-
|
|
3114
|
+
120
|
|
2899
3115
|
],
|
|
2900
3116
|
"__typename": [
|
|
2901
3117
|
1
|
|
@@ -2918,10 +3134,10 @@ exports.default = {
|
|
|
2918
3134
|
1
|
|
2919
3135
|
],
|
|
2920
3136
|
"logo": [
|
|
2921
|
-
|
|
3137
|
+
117
|
|
2922
3138
|
],
|
|
2923
3139
|
"banner": [
|
|
2924
|
-
|
|
3140
|
+
117
|
|
2925
3141
|
],
|
|
2926
3142
|
"__typename": [
|
|
2927
3143
|
1
|
|
@@ -3026,10 +3242,10 @@ exports.default = {
|
|
|
3026
3242
|
1
|
|
3027
3243
|
],
|
|
3028
3244
|
"profilePicture": [
|
|
3029
|
-
|
|
3245
|
+
117
|
|
3030
3246
|
],
|
|
3031
3247
|
"cardPicture": [
|
|
3032
|
-
|
|
3248
|
+
117
|
|
3033
3249
|
],
|
|
3034
3250
|
"__typename": [
|
|
3035
3251
|
1
|
|
@@ -3079,7 +3295,7 @@ exports.default = {
|
|
|
3079
3295
|
17
|
|
3080
3296
|
],
|
|
3081
3297
|
"translations": [
|
|
3082
|
-
|
|
3298
|
+
128
|
|
3083
3299
|
],
|
|
3084
3300
|
"__typename": [
|
|
3085
3301
|
1
|
|
@@ -3113,10 +3329,10 @@ exports.default = {
|
|
|
3113
3329
|
17
|
|
3114
3330
|
],
|
|
3115
3331
|
"banner": [
|
|
3116
|
-
|
|
3332
|
+
117
|
|
3117
3333
|
],
|
|
3118
3334
|
"criteria": [
|
|
3119
|
-
|
|
3335
|
+
130
|
|
3120
3336
|
],
|
|
3121
3337
|
"deadline": [
|
|
3122
3338
|
14
|
|
@@ -3125,13 +3341,13 @@ exports.default = {
|
|
|
3125
3341
|
14
|
|
3126
3342
|
],
|
|
3127
3343
|
"duration": [
|
|
3128
|
-
|
|
3344
|
+
132
|
|
3129
3345
|
],
|
|
3130
3346
|
"sponsorshipItems": [
|
|
3131
|
-
|
|
3347
|
+
133
|
|
3132
3348
|
],
|
|
3133
3349
|
"commitments": [
|
|
3134
|
-
|
|
3350
|
+
134
|
|
3135
3351
|
],
|
|
3136
3352
|
"terms": [
|
|
3137
3353
|
1
|
|
@@ -3143,7 +3359,7 @@ exports.default = {
|
|
|
3143
3359
|
2
|
|
3144
3360
|
],
|
|
3145
3361
|
"translations": [
|
|
3146
|
-
|
|
3362
|
+
135
|
|
3147
3363
|
],
|
|
3148
3364
|
"__typename": [
|
|
3149
3365
|
1
|
|
@@ -3157,7 +3373,7 @@ exports.default = {
|
|
|
3157
3373
|
1
|
|
3158
3374
|
],
|
|
3159
3375
|
"qualificationsBag": [
|
|
3160
|
-
|
|
3376
|
+
131
|
|
3161
3377
|
],
|
|
3162
3378
|
"__typename": [
|
|
3163
3379
|
1
|
|
@@ -3165,28 +3381,28 @@ exports.default = {
|
|
|
3165
3381
|
},
|
|
3166
3382
|
"QualificationsBagDto": {
|
|
3167
3383
|
"ageQualifications": [
|
|
3168
|
-
|
|
3384
|
+
95
|
|
3169
3385
|
],
|
|
3170
3386
|
"genderQualifications": [
|
|
3171
|
-
|
|
3387
|
+
96
|
|
3172
3388
|
],
|
|
3173
3389
|
"scoreQualifications": [
|
|
3174
|
-
|
|
3390
|
+
98
|
|
3175
3391
|
],
|
|
3176
3392
|
"locationQualifications": [
|
|
3177
|
-
|
|
3393
|
+
99
|
|
3178
3394
|
],
|
|
3179
3395
|
"nationalityQualifications": [
|
|
3180
|
-
|
|
3396
|
+
97
|
|
3181
3397
|
],
|
|
3182
3398
|
"distanceQualifications": [
|
|
3183
|
-
|
|
3399
|
+
100
|
|
3184
3400
|
],
|
|
3185
3401
|
"sportsQualifications": [
|
|
3186
|
-
|
|
3402
|
+
101
|
|
3187
3403
|
],
|
|
3188
3404
|
"levelQualifications": [
|
|
3189
|
-
|
|
3405
|
+
102
|
|
3190
3406
|
],
|
|
3191
3407
|
"__typename": [
|
|
3192
3408
|
1
|
|
@@ -3263,7 +3479,7 @@ exports.default = {
|
|
|
3263
3479
|
1
|
|
3264
3480
|
],
|
|
3265
3481
|
"banner": [
|
|
3266
|
-
|
|
3482
|
+
117
|
|
3267
3483
|
],
|
|
3268
3484
|
"terms": [
|
|
3269
3485
|
1
|
|
@@ -3378,7 +3594,7 @@ exports.default = {
|
|
|
3378
3594
|
1
|
|
3379
3595
|
],
|
|
3380
3596
|
"banner": [
|
|
3381
|
-
|
|
3597
|
+
117
|
|
3382
3598
|
],
|
|
3383
3599
|
"__typename": [
|
|
3384
3600
|
1
|