@vertikalx/vtx-backend-client 1.0.0-dev-daniel.161 → 1.0.0-dev-daniel.162

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.
@@ -1475,7 +1475,7 @@ exports.default = {
1475
1475
  "_id": [
1476
1476
  1
1477
1477
  ],
1478
- "type": [
1478
+ "resultType": [
1479
1479
  1
1480
1480
  ],
1481
1481
  "position": [
@@ -1484,7 +1484,7 @@ exports.default = {
1484
1484
  "score": [
1485
1485
  1
1486
1486
  ],
1487
- "timems": [
1487
+ "finishTimeMS": [
1488
1488
  17
1489
1489
  ],
1490
1490
  "resultWebLink": [
@@ -1494,6 +1494,46 @@ exports.default = {
1494
1494
  1
1495
1495
  ]
1496
1496
  },
1497
+ "BudgetItem": {
1498
+ "_id": [
1499
+ 1
1500
+ ],
1501
+ "quantity": [
1502
+ 17
1503
+ ],
1504
+ "concept": [
1505
+ 1
1506
+ ],
1507
+ "itemCost": [
1508
+ 17
1509
+ ],
1510
+ "itemTotal": [
1511
+ 17
1512
+ ],
1513
+ "__typename": [
1514
+ 1
1515
+ ]
1516
+ },
1517
+ "Budget": {
1518
+ "_id": [
1519
+ 1
1520
+ ],
1521
+ "totalRequired": [
1522
+ 17
1523
+ ],
1524
+ "initialFunds": [
1525
+ 17
1526
+ ],
1527
+ "totalRaised": [
1528
+ 17
1529
+ ],
1530
+ "items": [
1531
+ 70
1532
+ ],
1533
+ "__typename": [
1534
+ 1
1535
+ ]
1536
+ },
1497
1537
  "AthleteCompetition": {
1498
1538
  "_id": [
1499
1539
  1
@@ -1501,15 +1541,21 @@ exports.default = {
1501
1541
  "event": [
1502
1542
  68
1503
1543
  ],
1504
- "eventName": [
1505
- 1
1506
- ],
1507
- "date": [
1544
+ "participationDate": [
1508
1545
  14
1509
1546
  ],
1547
+ "competitionNumber": [
1548
+ 1
1549
+ ],
1510
1550
  "result": [
1511
1551
  69
1512
1552
  ],
1553
+ "fundRaisingCampaignId": [
1554
+ 1
1555
+ ],
1556
+ "budget": [
1557
+ 71
1558
+ ],
1513
1559
  "__typename": [
1514
1560
  1
1515
1561
  ]
@@ -1549,7 +1595,100 @@ exports.default = {
1549
1595
  1
1550
1596
  ]
1551
1597
  },
1552
- "Athlete": {
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
+ 77
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
+ "AthleteReference": {
1553
1692
  "_id": [
1554
1693
  1
1555
1694
  ],
@@ -1575,7 +1714,7 @@ exports.default = {
1575
1714
  39
1576
1715
  ],
1577
1716
  "location": [
1578
- 71
1717
+ 73
1579
1718
  ],
1580
1719
  "trainer": [
1581
1720
  1
@@ -1598,17 +1737,73 @@ exports.default = {
1598
1737
  "rankings": [
1599
1738
  66
1600
1739
  ],
1601
- "allSports": [
1740
+ "totalUpcomingCompetitions": [
1741
+ 17
1742
+ ],
1743
+ "totalPastCompetitions": [
1744
+ 17
1745
+ ],
1746
+ "profilePicture": [
1747
+ 26
1748
+ ],
1749
+ "cardPicture": [
1750
+ 26
1751
+ ],
1752
+ "aboutMe": [
1753
+ 1
1754
+ ],
1755
+ "__typename": [
1756
+ 1
1757
+ ]
1758
+ },
1759
+ "Athlete": {
1760
+ "_id": [
1761
+ 1
1762
+ ],
1763
+ "firstName": [
1764
+ 1
1765
+ ],
1766
+ "lastName": [
1767
+ 1
1768
+ ],
1769
+ "screenName": [
1770
+ 1
1771
+ ],
1772
+ "dob": [
1773
+ 14
1774
+ ],
1775
+ "lgbt": [
1776
+ 2
1777
+ ],
1778
+ "competitionGender": [
1779
+ 1
1780
+ ],
1781
+ "country": [
1782
+ 39
1783
+ ],
1784
+ "location": [
1785
+ 73
1786
+ ],
1787
+ "trainer": [
1788
+ 1
1789
+ ],
1790
+ "trainerUrl": [
1791
+ 1
1792
+ ],
1793
+ "followStats": [
1794
+ 60
1795
+ ],
1796
+ "mainSport": [
1602
1797
  61
1603
1798
  ],
1604
- "teams": [
1605
- 67
1799
+ "mainSportLevel": [
1800
+ 64
1606
1801
  ],
1607
- "sponsorBrands": [
1608
- 36
1802
+ "scores": [
1803
+ 62
1609
1804
  ],
1610
- "competitions": [
1611
- 70
1805
+ "rankings": [
1806
+ 66
1612
1807
  ],
1613
1808
  "totalUpcomingCompetitions": [
1614
1809
  17
@@ -1622,6 +1817,24 @@ exports.default = {
1622
1817
  "cardPicture": [
1623
1818
  26
1624
1819
  ],
1820
+ "aboutMe": [
1821
+ 1
1822
+ ],
1823
+ "allSports": [
1824
+ 61
1825
+ ],
1826
+ "teams": [
1827
+ 67
1828
+ ],
1829
+ "sponsorBrands": [
1830
+ 36
1831
+ ],
1832
+ "competitions": [
1833
+ 72
1834
+ ],
1835
+ "affiliations": [
1836
+ 76
1837
+ ],
1625
1838
  "__typename": [
1626
1839
  1
1627
1840
  ]
@@ -1655,6 +1868,40 @@ exports.default = {
1655
1868
  1
1656
1869
  ]
1657
1870
  },
1871
+ "StravaToken": {
1872
+ "token_type": [
1873
+ 1
1874
+ ],
1875
+ "expires_at": [
1876
+ 1
1877
+ ],
1878
+ "refresh_token": [
1879
+ 1
1880
+ ],
1881
+ "access_token": [
1882
+ 1
1883
+ ],
1884
+ "__typename": [
1885
+ 1
1886
+ ]
1887
+ },
1888
+ "EditValueResponse": {
1889
+ "field": [
1890
+ 1
1891
+ ],
1892
+ "oldValue": [
1893
+ 1
1894
+ ],
1895
+ "newValue": [
1896
+ 1
1897
+ ],
1898
+ "changed": [
1899
+ 2
1900
+ ],
1901
+ "__typename": [
1902
+ 1
1903
+ ]
1904
+ },
1658
1905
  "UserImages": {
1659
1906
  "profilePictureUrl": [
1660
1907
  1
@@ -1669,6 +1916,47 @@ exports.default = {
1669
1916
  1
1670
1917
  ]
1671
1918
  },
1919
+ "FundRaisingCampaign": {
1920
+ "_id": [
1921
+ 1
1922
+ ],
1923
+ "title": [
1924
+ 1
1925
+ ],
1926
+ "motivation": [
1927
+ 1
1928
+ ],
1929
+ "website": [
1930
+ 1
1931
+ ],
1932
+ "fundsRequired": [
1933
+ 17
1934
+ ],
1935
+ "initialFundsObtained": [
1936
+ 17
1937
+ ],
1938
+ "fundsObtained": [
1939
+ 17
1940
+ ],
1941
+ "location": [
1942
+ 73
1943
+ ],
1944
+ "endingDate": [
1945
+ 14
1946
+ ],
1947
+ "status": [
1948
+ 1
1949
+ ],
1950
+ "budget": [
1951
+ 71
1952
+ ],
1953
+ "competitions": [
1954
+ 72
1955
+ ],
1956
+ "__typename": [
1957
+ 1
1958
+ ]
1959
+ },
1672
1960
  "CreateVerificationCodeDto": {
1673
1961
  "type": [
1674
1962
  1
@@ -1725,7 +2013,99 @@ exports.default = {
1725
2013
  1
1726
2014
  ],
1727
2015
  "invitations": [
1728
- 77
2016
+ 86
2017
+ ],
2018
+ "__typename": [
2019
+ 1
2020
+ ]
2021
+ },
2022
+ "CompetitionResultDto": {
2023
+ "resultType": [
2024
+ 1
2025
+ ],
2026
+ "position": [
2027
+ 17
2028
+ ],
2029
+ "score": [
2030
+ 1
2031
+ ],
2032
+ "finishTimeMS": [
2033
+ 17
2034
+ ],
2035
+ "resultWebLink": [
2036
+ 1
2037
+ ],
2038
+ "__typename": [
2039
+ 1
2040
+ ]
2041
+ },
2042
+ "SetCompetitionResultDto": {
2043
+ "resultType": [
2044
+ 1
2045
+ ],
2046
+ "position": [
2047
+ 17
2048
+ ],
2049
+ "score": [
2050
+ 1
2051
+ ],
2052
+ "finishTimeMS": [
2053
+ 17
2054
+ ],
2055
+ "resultWebLink": [
2056
+ 1
2057
+ ],
2058
+ "competitionId": [
2059
+ 1
2060
+ ],
2061
+ "__typename": [
2062
+ 1
2063
+ ]
2064
+ },
2065
+ "CreateAthleteCompetitionDto": {
2066
+ "event": [
2067
+ 1
2068
+ ],
2069
+ "date": [
2070
+ 14
2071
+ ],
2072
+ "eventWebsite": [
2073
+ 1
2074
+ ],
2075
+ "competitionNumber": [
2076
+ 1
2077
+ ],
2078
+ "result": [
2079
+ 88
2080
+ ],
2081
+ "cityId": [
2082
+ 1
2083
+ ],
2084
+ "__typename": [
2085
+ 1
2086
+ ]
2087
+ },
2088
+ "CreateAthleteCompetitionForDto": {
2089
+ "event": [
2090
+ 1
2091
+ ],
2092
+ "date": [
2093
+ 14
2094
+ ],
2095
+ "eventWebsite": [
2096
+ 1
2097
+ ],
2098
+ "competitionNumber": [
2099
+ 1
2100
+ ],
2101
+ "result": [
2102
+ 88
2103
+ ],
2104
+ "cityId": [
2105
+ 1
2106
+ ],
2107
+ "loginEmail": [
2108
+ 1
1729
2109
  ],
1730
2110
  "__typename": [
1731
2111
  1
@@ -1950,7 +2330,7 @@ exports.default = {
1950
2330
  31,
1951
2331
  {
1952
2332
  "input": [
1953
- 90,
2333
+ 103,
1954
2334
  "AWSS3GetUploadDto!"
1955
2335
  ]
1956
2336
  }
@@ -2009,19 +2389,19 @@ exports.default = {
2009
2389
  53
2010
2390
  ],
2011
2391
  "findSponsorAthleteInvitation": [
2012
- 73,
2392
+ 79,
2013
2393
  {
2014
2394
  "input": [
2015
- 91,
2395
+ 104,
2016
2396
  "FindSponsorAthleteInvitationDto!"
2017
2397
  ]
2018
2398
  }
2019
2399
  ],
2020
2400
  "getAthletes": [
2021
- 72
2401
+ 78
2022
2402
  ],
2023
2403
  "searchAthletes": [
2024
- 72,
2404
+ 78,
2025
2405
  {
2026
2406
  "searchString": [
2027
2407
  1,
@@ -2030,7 +2410,7 @@ exports.default = {
2030
2410
  }
2031
2411
  ],
2032
2412
  "findAthleteById": [
2033
- 72,
2413
+ 78,
2034
2414
  {
2035
2415
  "athleteId": [
2036
2416
  1,
@@ -2039,7 +2419,7 @@ exports.default = {
2039
2419
  }
2040
2420
  ],
2041
2421
  "findAthleteForUser": [
2042
- 72,
2422
+ 78,
2043
2423
  {
2044
2424
  "loginEmail": [
2045
2425
  1,
@@ -2048,7 +2428,7 @@ exports.default = {
2048
2428
  }
2049
2429
  ],
2050
2430
  "getRecommendedAthletes": [
2051
- 72,
2431
+ 78,
2052
2432
  {
2053
2433
  "loginEmail": [
2054
2434
  1,
@@ -2057,7 +2437,16 @@ exports.default = {
2057
2437
  }
2058
2438
  ],
2059
2439
  "getSponsorAthletesForTenant": [
2060
- 72
2440
+ 78
2441
+ ],
2442
+ "getAthleteCompetitions": [
2443
+ 72,
2444
+ {
2445
+ "input": [
2446
+ 105,
2447
+ "GetAthleteCompetitionsDto!"
2448
+ ]
2449
+ }
2061
2450
  ],
2062
2451
  "getSports": [
2063
2452
  61
@@ -2123,7 +2512,7 @@ exports.default = {
2123
2512
  0,
2124
2513
  {
2125
2514
  "input": [
2126
- 92,
2515
+ 106,
2127
2516
  "FindVtxUserDto!"
2128
2517
  ]
2129
2518
  }
@@ -2142,7 +2531,7 @@ exports.default = {
2142
2531
  }
2143
2532
  ],
2144
2533
  "getUserImagesFromEmail": [
2145
- 74,
2534
+ 82,
2146
2535
  {
2147
2536
  "loginEmail": [
2148
2537
  1,
@@ -2150,6 +2539,18 @@ exports.default = {
2150
2539
  ]
2151
2540
  }
2152
2541
  ],
2542
+ "getStravaLoginUrl": [
2543
+ 1
2544
+ ],
2545
+ "getSportsEvents": [
2546
+ 68,
2547
+ {
2548
+ "input": [
2549
+ 107,
2550
+ "GetSportEventsDto!"
2551
+ ]
2552
+ }
2553
+ ],
2153
2554
  "__typename": [
2154
2555
  1
2155
2556
  ]
@@ -2176,6 +2577,20 @@ exports.default = {
2176
2577
  1
2177
2578
  ]
2178
2579
  },
2580
+ "GetAthleteCompetitionsDto": {
2581
+ "athleteId": [
2582
+ 1
2583
+ ],
2584
+ "fromInclusive": [
2585
+ 14
2586
+ ],
2587
+ "toExclusive": [
2588
+ 14
2589
+ ],
2590
+ "__typename": [
2591
+ 1
2592
+ ]
2593
+ },
2179
2594
  "FindVtxUserDto": {
2180
2595
  "loginEmail": [
2181
2596
  1
@@ -2184,12 +2599,20 @@ exports.default = {
2184
2599
  1
2185
2600
  ]
2186
2601
  },
2602
+ "GetSportEventsDto": {
2603
+ "matchString": [
2604
+ 1
2605
+ ],
2606
+ "__typename": [
2607
+ 1
2608
+ ]
2609
+ },
2187
2610
  "Mutation": {
2188
2611
  "registerNewDomainTenant": [
2189
2612
  5,
2190
2613
  {
2191
2614
  "tenant": [
2192
- 94,
2615
+ 109,
2193
2616
  "CreateTenantInput!"
2194
2617
  ]
2195
2618
  }
@@ -2198,7 +2621,7 @@ exports.default = {
2198
2621
  11,
2199
2622
  {
2200
2623
  "tenant": [
2201
- 94,
2624
+ 109,
2202
2625
  "CreateTenantInput!"
2203
2626
  ]
2204
2627
  }
@@ -2207,7 +2630,7 @@ exports.default = {
2207
2630
  3,
2208
2631
  {
2209
2632
  "user": [
2210
- 95,
2633
+ 110,
2211
2634
  "CreateActiveUserInput!"
2212
2635
  ]
2213
2636
  }
@@ -2242,7 +2665,7 @@ exports.default = {
2242
2665
  0,
2243
2666
  {
2244
2667
  "input": [
2245
- 96,
2668
+ 111,
2246
2669
  "RegisterUserToDomainFromEmailInput!"
2247
2670
  ]
2248
2671
  }
@@ -2251,7 +2674,7 @@ exports.default = {
2251
2674
  8,
2252
2675
  {
2253
2676
  "dto": [
2254
- 97,
2677
+ 112,
2255
2678
  "RefreshTokenInput!"
2256
2679
  ]
2257
2680
  }
@@ -2260,7 +2683,7 @@ exports.default = {
2260
2683
  32,
2261
2684
  {
2262
2685
  "input": [
2263
- 98,
2686
+ 113,
2264
2687
  "AWSS3DeleteUseTypeFileDto!"
2265
2688
  ]
2266
2689
  }
@@ -2269,7 +2692,7 @@ exports.default = {
2269
2692
  32,
2270
2693
  {
2271
2694
  "input": [
2272
- 99,
2695
+ 114,
2273
2696
  "AWSS3DeleteBucketFileDto!"
2274
2697
  ]
2275
2698
  }
@@ -2278,7 +2701,7 @@ exports.default = {
2278
2701
  26,
2279
2702
  {
2280
2703
  "input": [
2281
- 100,
2704
+ 115,
2282
2705
  "AWSS3UploadedFileDto!"
2283
2706
  ]
2284
2707
  }
@@ -2287,7 +2710,7 @@ exports.default = {
2287
2710
  50,
2288
2711
  {
2289
2712
  "input": [
2290
- 101,
2713
+ 116,
2291
2714
  "CreateIndustryDto!"
2292
2715
  ]
2293
2716
  }
@@ -2296,7 +2719,7 @@ exports.default = {
2296
2719
  36,
2297
2720
  {
2298
2721
  "input": [
2299
- 102,
2722
+ 117,
2300
2723
  "CreateBrandDto!"
2301
2724
  ]
2302
2725
  }
@@ -2305,7 +2728,7 @@ exports.default = {
2305
2728
  53,
2306
2729
  {
2307
2730
  "input": [
2308
- 104,
2731
+ 119,
2309
2732
  "RegisterSponsorInput!"
2310
2733
  ]
2311
2734
  }
@@ -2314,34 +2737,52 @@ exports.default = {
2314
2737
  53,
2315
2738
  {
2316
2739
  "input": [
2317
- 105,
2740
+ 120,
2318
2741
  "CreateSponsorDto!"
2319
2742
  ]
2320
2743
  }
2321
2744
  ],
2322
2745
  "sendAthleteInvitations": [
2323
- 73,
2746
+ 79,
2324
2747
  {
2325
2748
  "input": [
2326
- 78,
2749
+ 87,
2327
2750
  "InviteAthletesDto!"
2328
2751
  ]
2329
2752
  }
2330
2753
  ],
2331
2754
  "registerAthlete": [
2332
- 72,
2755
+ 78,
2333
2756
  {
2334
2757
  "input": [
2335
- 106,
2758
+ 121,
2336
2759
  "RegisterAthleteDto!"
2337
2760
  ]
2338
2761
  }
2339
2762
  ],
2763
+ "editProfileValue": [
2764
+ 81,
2765
+ {
2766
+ "input": [
2767
+ 122,
2768
+ "EditValueDto!"
2769
+ ]
2770
+ }
2771
+ ],
2772
+ "addAthleteCompetition": [
2773
+ 72,
2774
+ {
2775
+ "input": [
2776
+ 90,
2777
+ "CreateAthleteCompetitionDto!"
2778
+ ]
2779
+ }
2780
+ ],
2340
2781
  "createSport": [
2341
2782
  61,
2342
2783
  {
2343
2784
  "input": [
2344
- 107,
2785
+ 123,
2345
2786
  "CreateSportDto!"
2346
2787
  ]
2347
2788
  }
@@ -2350,7 +2791,7 @@ exports.default = {
2350
2791
  61,
2351
2792
  {
2352
2793
  "input": [
2353
- 108,
2794
+ 124,
2354
2795
  "UpdateSportDto!"
2355
2796
  ]
2356
2797
  }
@@ -2359,7 +2800,7 @@ exports.default = {
2359
2800
  64,
2360
2801
  {
2361
2802
  "input": [
2362
- 109,
2803
+ 125,
2363
2804
  "CreateSportLevelDto!"
2364
2805
  ]
2365
2806
  }
@@ -2368,7 +2809,7 @@ exports.default = {
2368
2809
  59,
2369
2810
  {
2370
2811
  "input": [
2371
- 111,
2812
+ 127,
2372
2813
  "CreateSponsorshipDto!"
2373
2814
  ]
2374
2815
  }
@@ -2377,7 +2818,7 @@ exports.default = {
2377
2818
  39,
2378
2819
  {
2379
2820
  "input": [
2380
- 118,
2821
+ 134,
2381
2822
  "CreateCountryDto!"
2382
2823
  ]
2383
2824
  }
@@ -2386,7 +2827,7 @@ exports.default = {
2386
2827
  38,
2387
2828
  {
2388
2829
  "input": [
2389
- 119,
2830
+ 135,
2390
2831
  "CreateStateDto!"
2391
2832
  ]
2392
2833
  }
@@ -2395,7 +2836,7 @@ exports.default = {
2395
2836
  37,
2396
2837
  {
2397
2838
  "input": [
2398
- 120,
2839
+ 136,
2399
2840
  "CreateCityDto!"
2400
2841
  ]
2401
2842
  }
@@ -2404,7 +2845,7 @@ exports.default = {
2404
2845
  28,
2405
2846
  {
2406
2847
  "input": [
2407
- 88,
2848
+ 101,
2408
2849
  "RegisterUserDto!"
2409
2850
  ]
2410
2851
  }
@@ -2413,7 +2854,7 @@ exports.default = {
2413
2854
  3,
2414
2855
  {
2415
2856
  "input": [
2416
- 76,
2857
+ 85,
2417
2858
  "VerifyCodeDto!"
2418
2859
  ]
2419
2860
  }
@@ -2422,7 +2863,7 @@ exports.default = {
2422
2863
  0,
2423
2864
  {
2424
2865
  "input": [
2425
- 76,
2866
+ 85,
2426
2867
  "VerifyCodeDto!"
2427
2868
  ]
2428
2869
  }
@@ -2431,7 +2872,7 @@ exports.default = {
2431
2872
  0,
2432
2873
  {
2433
2874
  "input": [
2434
- 88,
2875
+ 101,
2435
2876
  "RegisterUserDto!"
2436
2877
  ]
2437
2878
  }
@@ -2440,7 +2881,7 @@ exports.default = {
2440
2881
  0,
2441
2882
  {
2442
2883
  "input": [
2443
- 88,
2884
+ 101,
2444
2885
  "RegisterUserDto!"
2445
2886
  ]
2446
2887
  }
@@ -2458,6 +2899,33 @@ exports.default = {
2458
2899
  ]
2459
2900
  }
2460
2901
  ],
2902
+ "handleStravaCallback": [
2903
+ 80,
2904
+ {
2905
+ "data": [
2906
+ 137,
2907
+ "RegisterStravaDto!"
2908
+ ]
2909
+ }
2910
+ ],
2911
+ "refreshStravaToken": [
2912
+ 80,
2913
+ {
2914
+ "input": [
2915
+ 1,
2916
+ "String!"
2917
+ ]
2918
+ }
2919
+ ],
2920
+ "createSportsEvent": [
2921
+ 68,
2922
+ {
2923
+ "input": [
2924
+ 138,
2925
+ "CreateSportEventDto!"
2926
+ ]
2927
+ }
2928
+ ],
2461
2929
  "__typename": [
2462
2930
  1
2463
2931
  ]
@@ -2585,13 +3053,13 @@ exports.default = {
2585
3053
  1
2586
3054
  ],
2587
3055
  "logo": [
2588
- 100
3056
+ 115
2589
3057
  ],
2590
3058
  "banner": [
2591
- 100
3059
+ 115
2592
3060
  ],
2593
3061
  "translations": [
2594
- 103
3062
+ 118
2595
3063
  ],
2596
3064
  "__typename": [
2597
3065
  1
@@ -2614,10 +3082,10 @@ exports.default = {
2614
3082
  1
2615
3083
  ],
2616
3084
  "logo": [
2617
- 100
3085
+ 115
2618
3086
  ],
2619
3087
  "banner": [
2620
- 100
3088
+ 115
2621
3089
  ],
2622
3090
  "__typename": [
2623
3091
  1
@@ -2706,6 +3174,9 @@ exports.default = {
2706
3174
  "trainerUrl": [
2707
3175
  1
2708
3176
  ],
3177
+ "aboutMe": [
3178
+ 1
3179
+ ],
2709
3180
  "team": [
2710
3181
  1
2711
3182
  ],
@@ -2719,10 +3190,21 @@ exports.default = {
2719
3190
  1
2720
3191
  ],
2721
3192
  "profilePicture": [
2722
- 100
3193
+ 115
2723
3194
  ],
2724
3195
  "cardPicture": [
2725
- 100
3196
+ 115
3197
+ ],
3198
+ "__typename": [
3199
+ 1
3200
+ ]
3201
+ },
3202
+ "EditValueDto": {
3203
+ "field": [
3204
+ 1
3205
+ ],
3206
+ "newValue": [
3207
+ 1
2726
3208
  ],
2727
3209
  "__typename": [
2728
3210
  1
@@ -2732,6 +3214,9 @@ exports.default = {
2732
3214
  "name": [
2733
3215
  1
2734
3216
  ],
3217
+ "resultType": [
3218
+ 1
3219
+ ],
2735
3220
  "__typename": [
2736
3221
  1
2737
3222
  ]
@@ -2758,7 +3243,7 @@ exports.default = {
2758
3243
  17
2759
3244
  ],
2760
3245
  "translations": [
2761
- 110
3246
+ 126
2762
3247
  ],
2763
3248
  "__typename": [
2764
3249
  1
@@ -2792,10 +3277,10 @@ exports.default = {
2792
3277
  17
2793
3278
  ],
2794
3279
  "banner": [
2795
- 100
3280
+ 115
2796
3281
  ],
2797
3282
  "criteria": [
2798
- 112
3283
+ 128
2799
3284
  ],
2800
3285
  "deadline": [
2801
3286
  14
@@ -2804,13 +3289,13 @@ exports.default = {
2804
3289
  14
2805
3290
  ],
2806
3291
  "duration": [
2807
- 114
3292
+ 130
2808
3293
  ],
2809
3294
  "sponsorshipItems": [
2810
- 115
3295
+ 131
2811
3296
  ],
2812
3297
  "commitments": [
2813
- 116
3298
+ 132
2814
3299
  ],
2815
3300
  "terms": [
2816
3301
  1
@@ -2822,7 +3307,7 @@ exports.default = {
2822
3307
  2
2823
3308
  ],
2824
3309
  "translations": [
2825
- 117
3310
+ 133
2826
3311
  ],
2827
3312
  "__typename": [
2828
3313
  1
@@ -2836,7 +3321,7 @@ exports.default = {
2836
3321
  1
2837
3322
  ],
2838
3323
  "qualificationsBag": [
2839
- 113
3324
+ 129
2840
3325
  ],
2841
3326
  "__typename": [
2842
3327
  1
@@ -2844,28 +3329,28 @@ exports.default = {
2844
3329
  },
2845
3330
  "QualificationsBagDto": {
2846
3331
  "ageQualifications": [
2847
- 80
3332
+ 93
2848
3333
  ],
2849
3334
  "genderQualifications": [
2850
- 81
3335
+ 94
2851
3336
  ],
2852
3337
  "scoreQualifications": [
2853
- 83
3338
+ 96
2854
3339
  ],
2855
3340
  "locationQualifications": [
2856
- 84
3341
+ 97
2857
3342
  ],
2858
3343
  "nationalityQualifications": [
2859
- 82
3344
+ 95
2860
3345
  ],
2861
3346
  "distanceQualifications": [
2862
- 85
3347
+ 98
2863
3348
  ],
2864
3349
  "sportsQualifications": [
2865
- 86
3350
+ 99
2866
3351
  ],
2867
3352
  "levelQualifications": [
2868
- 87
3353
+ 100
2869
3354
  ],
2870
3355
  "__typename": [
2871
3356
  1
@@ -2942,7 +3427,7 @@ exports.default = {
2942
3427
  1
2943
3428
  ],
2944
3429
  "banner": [
2945
- 100
3430
+ 115
2946
3431
  ],
2947
3432
  "terms": [
2948
3433
  1
@@ -3028,6 +3513,40 @@ exports.default = {
3028
3513
  "__typename": [
3029
3514
  1
3030
3515
  ]
3516
+ },
3517
+ "RegisterStravaDto": {
3518
+ "idAthlete": [
3519
+ 1
3520
+ ],
3521
+ "code": [
3522
+ 1
3523
+ ],
3524
+ "__typename": [
3525
+ 1
3526
+ ]
3527
+ },
3528
+ "CreateSportEventDto": {
3529
+ "name": [
3530
+ 1
3531
+ ],
3532
+ "cityId": [
3533
+ 1
3534
+ ],
3535
+ "startDate": [
3536
+ 14
3537
+ ],
3538
+ "endDate": [
3539
+ 14
3540
+ ],
3541
+ "website": [
3542
+ 1
3543
+ ],
3544
+ "banner": [
3545
+ 115
3546
+ ],
3547
+ "__typename": [
3548
+ 1
3549
+ ]
3031
3550
  }
3032
3551
  }
3033
3552
  };