@vertikalx/vtx-backend-client 1.0.0-dev.43 → 1.0.0-dev.44

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.
@@ -21,6 +21,9 @@ exports.default = {
21
21
  "domains": [
22
22
  7
23
23
  ],
24
+ "loginMethods": [
25
+ 1
26
+ ],
24
27
  "__typename": [
25
28
  1
26
29
  ]
@@ -40,6 +43,9 @@ exports.default = {
40
43
  "domains": [
41
44
  7
42
45
  ],
46
+ "loginMethods": [
47
+ 1
48
+ ],
43
49
  "token": [
44
50
  8
45
51
  ],
@@ -568,6 +574,69 @@ exports.default = {
568
574
  1
569
575
  ]
570
576
  },
577
+ "MagicLink": {
578
+ "_id": [
579
+ 1
580
+ ],
581
+ "code": [
582
+ 1
583
+ ],
584
+ "type": [
585
+ 1
586
+ ],
587
+ "url": [
588
+ 1
589
+ ],
590
+ "expires": [
591
+ 14
592
+ ],
593
+ "data": [
594
+ 1
595
+ ],
596
+ "isExpired": [
597
+ 2
598
+ ],
599
+ "__typename": [
600
+ 1
601
+ ]
602
+ },
603
+ "VerificationCode": {
604
+ "_id": [
605
+ 1
606
+ ],
607
+ "type": [
608
+ 1
609
+ ],
610
+ "recipient": [
611
+ 1
612
+ ],
613
+ "expires": [
614
+ 14
615
+ ],
616
+ "data": [
617
+ 1
618
+ ],
619
+ "isExpired": [
620
+ 2
621
+ ],
622
+ "createdDate": [
623
+ 14
624
+ ],
625
+ "__typename": [
626
+ 1
627
+ ]
628
+ },
629
+ "ErrorInfo": {
630
+ "errorCode": [
631
+ 17
632
+ ],
633
+ "errorMessage": [
634
+ 1
635
+ ],
636
+ "__typename": [
637
+ 1
638
+ ]
639
+ },
571
640
  "HttpRequestField": {
572
641
  "key": [
573
642
  1
@@ -584,7 +653,7 @@ exports.default = {
584
653
  1
585
654
  ],
586
655
  "fields": [
587
- 27
656
+ 30
588
657
  ],
589
658
  "downloadUrl": [
590
659
  1
@@ -616,6 +685,20 @@ exports.default = {
616
685
  1
617
686
  ]
618
687
  },
688
+ "CodeVerificationResponse": {
689
+ "result": [
690
+ 1
691
+ ],
692
+ "code": [
693
+ 28
694
+ ],
695
+ "error": [
696
+ 29
697
+ ],
698
+ "__typename": [
699
+ 1
700
+ ]
701
+ },
619
702
  "BrandStats": {
620
703
  "campaigns": [
621
704
  17
@@ -691,13 +774,13 @@ exports.default = {
691
774
  26
692
775
  ],
693
776
  "stats": [
694
- 30
777
+ 34
695
778
  ],
696
779
  "operatorIds": [
697
780
  1
698
781
  ],
699
782
  "translations": [
700
- 31
783
+ 35
701
784
  ],
702
785
  "__typename": [
703
786
  1
@@ -714,7 +797,7 @@ exports.default = {
714
797
  1
715
798
  ],
716
799
  "state": [
717
- 34
800
+ 38
718
801
  ],
719
802
  "latitude": [
720
803
  17
@@ -737,10 +820,10 @@ exports.default = {
737
820
  1
738
821
  ],
739
822
  "country": [
740
- 35
823
+ 39
741
824
  ],
742
825
  "cities": [
743
- 33
826
+ 37
744
827
  ],
745
828
  "__typename": [
746
829
  1
@@ -754,15 +837,7 @@ exports.default = {
754
837
  1
755
838
  ],
756
839
  "states": [
757
- 34
758
- ],
759
- "__typename": [
760
- 1
761
- ]
762
- },
763
- "Qualification": {
764
- "type": [
765
- 1
840
+ 38
766
841
  ],
767
842
  "__typename": [
768
843
  1
@@ -821,13 +896,13 @@ exports.default = {
821
896
  1
822
897
  ],
823
898
  "countries": [
824
- 35
899
+ 39
825
900
  ],
826
901
  "states": [
827
- 34
902
+ 38
828
903
  ],
829
904
  "cities": [
830
- 33
905
+ 37
831
906
  ],
832
907
  "__typename": [
833
908
  1
@@ -841,7 +916,7 @@ exports.default = {
841
916
  1
842
917
  ],
843
918
  "countries": [
844
- 35
919
+ 39
845
920
  ],
846
921
  "__typename": [
847
922
  1
@@ -903,7 +978,36 @@ exports.default = {
903
978
  1
904
979
  ],
905
980
  "qualifications": [
906
- 36
981
+ 49
982
+ ],
983
+ "__typename": [
984
+ 1
985
+ ]
986
+ },
987
+ "QualificationTypeUnion": {
988
+ "on_AgeQualification": [
989
+ 40
990
+ ],
991
+ "on_GenderQualification": [
992
+ 41
993
+ ],
994
+ "on_ScoreQualification": [
995
+ 42
996
+ ],
997
+ "on_LocationQualification": [
998
+ 43
999
+ ],
1000
+ "on_NationalityQualification": [
1001
+ 44
1002
+ ],
1003
+ "on_DistanceQualification": [
1004
+ 45
1005
+ ],
1006
+ "on_SportsQualification": [
1007
+ 46
1008
+ ],
1009
+ "on_SportsLevelQualification": [
1010
+ 47
907
1011
  ],
908
1012
  "__typename": [
909
1013
  1
@@ -966,13 +1070,13 @@ exports.default = {
966
1070
  26
967
1071
  ],
968
1072
  "stats": [
969
- 30
1073
+ 34
970
1074
  ],
971
1075
  "operatorIds": [
972
1076
  1
973
1077
  ],
974
1078
  "translations": [
975
- 31
1079
+ 35
976
1080
  ],
977
1081
  "sponsorBrandId": [
978
1082
  1
@@ -1001,16 +1105,16 @@ exports.default = {
1001
1105
  5
1002
1106
  ],
1003
1107
  "industry": [
1004
- 46
1108
+ 50
1005
1109
  ],
1006
1110
  "stats": [
1007
- 47
1111
+ 51
1008
1112
  ],
1009
1113
  "brands": [
1010
- 48
1114
+ 52
1011
1115
  ],
1012
1116
  "sponsorships": [
1013
- 55
1117
+ 59
1014
1118
  ],
1015
1119
  "approved": [
1016
1120
  2
@@ -1154,13 +1258,13 @@ exports.default = {
1154
1258
  17
1155
1259
  ],
1156
1260
  "brand": [
1157
- 32
1261
+ 36
1158
1262
  ],
1159
1263
  "banner": [
1160
1264
  26
1161
1265
  ],
1162
1266
  "criteria": [
1163
- 45
1267
+ 48
1164
1268
  ],
1165
1269
  "deadline": [
1166
1270
  14
@@ -1169,22 +1273,22 @@ exports.default = {
1169
1273
  14
1170
1274
  ],
1171
1275
  "duration": [
1172
- 52
1276
+ 56
1173
1277
  ],
1174
1278
  "sponsor": [
1175
- 49
1279
+ 53
1176
1280
  ],
1177
1281
  "sponsorshipItems": [
1178
- 50
1282
+ 54
1179
1283
  ],
1180
1284
  "commitments": [
1181
- 51
1285
+ 55
1182
1286
  ],
1183
1287
  "terms": [
1184
1288
  1
1185
1289
  ],
1186
1290
  "stats": [
1187
- 53
1291
+ 57
1188
1292
  ],
1189
1293
  "isPrivate": [
1190
1294
  2
@@ -1196,7 +1300,7 @@ exports.default = {
1196
1300
  2
1197
1301
  ],
1198
1302
  "translations": [
1199
- 54
1303
+ 58
1200
1304
  ],
1201
1305
  "__typename": [
1202
1306
  1
@@ -1272,7 +1376,7 @@ exports.default = {
1272
1376
  17
1273
1377
  ],
1274
1378
  "translations": [
1275
- 59
1379
+ 63
1276
1380
  ],
1277
1381
  "__typename": [
1278
1382
  1
@@ -1300,16 +1404,16 @@ exports.default = {
1300
1404
  },
1301
1405
  "AthleteRankings": {
1302
1406
  "worldRanking": [
1303
- 61
1407
+ 65
1304
1408
  ],
1305
1409
  "countryRanking": [
1306
- 61
1410
+ 65
1307
1411
  ],
1308
1412
  "stateRanking": [
1309
- 61
1413
+ 65
1310
1414
  ],
1311
1415
  "cityRanking": [
1312
- 61
1416
+ 65
1313
1417
  ],
1314
1418
  "__typename": [
1315
1419
  1
@@ -1326,7 +1430,7 @@ exports.default = {
1326
1430
  1
1327
1431
  ],
1328
1432
  "sports": [
1329
- 57
1433
+ 61
1330
1434
  ],
1331
1435
  "approved": [
1332
1436
  2
@@ -1395,7 +1499,7 @@ exports.default = {
1395
1499
  1
1396
1500
  ],
1397
1501
  "event": [
1398
- 64
1502
+ 68
1399
1503
  ],
1400
1504
  "eventName": [
1401
1505
  1
@@ -1404,7 +1508,7 @@ exports.default = {
1404
1508
  14
1405
1509
  ],
1406
1510
  "result": [
1407
- 65
1511
+ 69
1408
1512
  ],
1409
1513
  "__typename": [
1410
1514
  1
@@ -1439,7 +1543,7 @@ exports.default = {
1439
1543
  17
1440
1544
  ],
1441
1545
  "city": [
1442
- 33
1546
+ 37
1443
1547
  ],
1444
1548
  "__typename": [
1445
1549
  1
@@ -1468,10 +1572,10 @@ exports.default = {
1468
1572
  1
1469
1573
  ],
1470
1574
  "country": [
1471
- 35
1575
+ 39
1472
1576
  ],
1473
1577
  "location": [
1474
- 67
1578
+ 71
1475
1579
  ],
1476
1580
  "trainer": [
1477
1581
  1
@@ -1480,31 +1584,31 @@ exports.default = {
1480
1584
  1
1481
1585
  ],
1482
1586
  "followStats": [
1483
- 56
1587
+ 60
1484
1588
  ],
1485
1589
  "mainSport": [
1486
- 57
1590
+ 61
1487
1591
  ],
1488
1592
  "mainSportLevel": [
1489
- 60
1593
+ 64
1490
1594
  ],
1491
1595
  "scores": [
1492
- 58
1596
+ 62
1493
1597
  ],
1494
1598
  "rankings": [
1495
- 62
1599
+ 66
1496
1600
  ],
1497
1601
  "allSports": [
1498
- 57
1602
+ 61
1499
1603
  ],
1500
1604
  "teams": [
1501
- 63
1605
+ 67
1502
1606
  ],
1503
1607
  "sponsorBrands": [
1504
- 32
1608
+ 36
1505
1609
  ],
1506
1610
  "competitions": [
1507
- 66
1611
+ 70
1508
1612
  ],
1509
1613
  "totalUpcomingCompetitions": [
1510
1614
  17
@@ -1512,6 +1616,111 @@ exports.default = {
1512
1616
  "totalPastCompetitions": [
1513
1617
  17
1514
1618
  ],
1619
+ "profilePicture": [
1620
+ 26
1621
+ ],
1622
+ "cardPicture": [
1623
+ 26
1624
+ ],
1625
+ "__typename": [
1626
+ 1
1627
+ ]
1628
+ },
1629
+ "SponsorAthleteInvitation": {
1630
+ "_id": [
1631
+ 1
1632
+ ],
1633
+ "name": [
1634
+ 1
1635
+ ],
1636
+ "email": [
1637
+ 1
1638
+ ],
1639
+ "dateSent": [
1640
+ 14
1641
+ ],
1642
+ "sponsor": [
1643
+ 53
1644
+ ],
1645
+ "magicLink": [
1646
+ 27
1647
+ ],
1648
+ "brand": [
1649
+ 36
1650
+ ],
1651
+ "status": [
1652
+ 1
1653
+ ],
1654
+ "__typename": [
1655
+ 1
1656
+ ]
1657
+ },
1658
+ "CreateVerificationCodeDto": {
1659
+ "type": [
1660
+ 1
1661
+ ],
1662
+ "recipient": [
1663
+ 1
1664
+ ],
1665
+ "expiresTime": [
1666
+ 17
1667
+ ],
1668
+ "expiresUnit": [
1669
+ 1
1670
+ ],
1671
+ "data": [
1672
+ 1
1673
+ ],
1674
+ "__typename": [
1675
+ 1
1676
+ ]
1677
+ },
1678
+ "VerifyCodeDto": {
1679
+ "codeId": [
1680
+ 1
1681
+ ],
1682
+ "enteredCodeValue": [
1683
+ 1
1684
+ ],
1685
+ "type": [
1686
+ 1
1687
+ ],
1688
+ "__typename": [
1689
+ 1
1690
+ ]
1691
+ },
1692
+ "AthleteInvitationDto": {
1693
+ "email": [
1694
+ 1
1695
+ ],
1696
+ "name": [
1697
+ 1
1698
+ ],
1699
+ "sender": [
1700
+ 1
1701
+ ],
1702
+ "brandId": [
1703
+ 1
1704
+ ],
1705
+ "__typename": [
1706
+ 1
1707
+ ]
1708
+ },
1709
+ "InviteAthletesDto": {
1710
+ "language": [
1711
+ 1
1712
+ ],
1713
+ "invitations": [
1714
+ 76
1715
+ ],
1716
+ "__typename": [
1717
+ 1
1718
+ ]
1719
+ },
1720
+ "QualificationDto": {
1721
+ "type": [
1722
+ 1
1723
+ ],
1515
1724
  "__typename": [
1516
1725
  1
1517
1726
  ]
@@ -1643,6 +1852,20 @@ exports.default = {
1643
1852
  1
1644
1853
  ]
1645
1854
  },
1855
+ "RegisterUserDto": {
1856
+ "email": [
1857
+ 1
1858
+ ],
1859
+ "password": [
1860
+ 1
1861
+ ],
1862
+ "inviteCode": [
1863
+ 1
1864
+ ],
1865
+ "__typename": [
1866
+ 1
1867
+ ]
1868
+ },
1646
1869
  "Query": {
1647
1870
  "findTenantById": [
1648
1871
  5,
@@ -1696,20 +1919,33 @@ exports.default = {
1696
1919
  ]
1697
1920
  }
1698
1921
  ],
1922
+ "validateUserCredentials": [
1923
+ 0,
1924
+ {
1925
+ "username": [
1926
+ 1,
1927
+ "String!"
1928
+ ],
1929
+ "password": [
1930
+ 1,
1931
+ "String!"
1932
+ ]
1933
+ }
1934
+ ],
1699
1935
  "getUploadUrl": [
1700
- 28,
1936
+ 31,
1701
1937
  {
1702
1938
  "input": [
1703
- 78,
1939
+ 89,
1704
1940
  "AWSS3GetUploadDto!"
1705
1941
  ]
1706
1942
  }
1707
1943
  ],
1708
1944
  "industries": [
1709
- 46
1945
+ 50
1710
1946
  ],
1711
1947
  "findIndustryById": [
1712
- 46,
1948
+ 50,
1713
1949
  {
1714
1950
  "industryId": [
1715
1951
  1,
@@ -1718,10 +1954,10 @@ exports.default = {
1718
1954
  }
1719
1955
  ],
1720
1956
  "brands": [
1721
- 32
1957
+ 36
1722
1958
  ],
1723
1959
  "getBrandByName": [
1724
- 32,
1960
+ 36,
1725
1961
  {
1726
1962
  "name": [
1727
1963
  1,
@@ -1734,7 +1970,7 @@ exports.default = {
1734
1970
  }
1735
1971
  ],
1736
1972
  "getBrandTranslation": [
1737
- 31,
1973
+ 35,
1738
1974
  {
1739
1975
  "brandId": [
1740
1976
  1,
@@ -1747,7 +1983,7 @@ exports.default = {
1747
1983
  }
1748
1984
  ],
1749
1985
  "existsValidSponsorForEmail": [
1750
- 49,
1986
+ 53,
1751
1987
  {
1752
1988
  "loginEmail": [
1753
1989
  1,
@@ -1756,13 +1992,22 @@ exports.default = {
1756
1992
  }
1757
1993
  ],
1758
1994
  "sponsors": [
1759
- 49
1995
+ 53
1996
+ ],
1997
+ "findSponsorAthleteInvitation": [
1998
+ 73,
1999
+ {
2000
+ "input": [
2001
+ 90,
2002
+ "FindSponsorAthleteInvitationDto!"
2003
+ ]
2004
+ }
1760
2005
  ],
1761
2006
  "getAthletes": [
1762
- 68
2007
+ 72
1763
2008
  ],
1764
2009
  "findAthleteById": [
1765
- 68,
2010
+ 72,
1766
2011
  {
1767
2012
  "athleteId": [
1768
2013
  1,
@@ -1770,11 +2015,29 @@ exports.default = {
1770
2015
  ]
1771
2016
  }
1772
2017
  ],
2018
+ "findAthleteForUser": [
2019
+ 72,
2020
+ {
2021
+ "loginEmail": [
2022
+ 1,
2023
+ "String!"
2024
+ ]
2025
+ }
2026
+ ],
2027
+ "getRecommendedAthletes": [
2028
+ 72,
2029
+ {
2030
+ "loginEmail": [
2031
+ 1,
2032
+ "String!"
2033
+ ]
2034
+ }
2035
+ ],
1773
2036
  "getSports": [
1774
- 57
2037
+ 61
1775
2038
  ],
1776
2039
  "findSportById": [
1777
- 57,
2040
+ 61,
1778
2041
  {
1779
2042
  "sportId": [
1780
2043
  1,
@@ -1783,19 +2046,19 @@ exports.default = {
1783
2046
  }
1784
2047
  ],
1785
2048
  "getSportLevels": [
1786
- 60
2049
+ 64
1787
2050
  ],
1788
2051
  "getPublicSponsorships": [
1789
- 55
2052
+ 59
1790
2053
  ],
1791
2054
  "getTenantSponsorships": [
1792
- 55
2055
+ 59
1793
2056
  ],
1794
2057
  "getCountries": [
1795
- 35
2058
+ 39
1796
2059
  ],
1797
2060
  "getCountryStates": [
1798
- 34,
2061
+ 38,
1799
2062
  {
1800
2063
  "countryId": [
1801
2064
  1,
@@ -1804,7 +2067,7 @@ exports.default = {
1804
2067
  }
1805
2068
  ],
1806
2069
  "getStateCities": [
1807
- 33,
2070
+ 37,
1808
2071
  {
1809
2072
  "stateId": [
1810
2073
  1,
@@ -1813,7 +2076,7 @@ exports.default = {
1813
2076
  }
1814
2077
  ],
1815
2078
  "findCitiesStartingWith": [
1816
- 33,
2079
+ 37,
1817
2080
  {
1818
2081
  "text": [
1819
2082
  1,
@@ -1821,6 +2084,37 @@ exports.default = {
1821
2084
  ]
1822
2085
  }
1823
2086
  ],
2087
+ "findCityById": [
2088
+ 37,
2089
+ {
2090
+ "cityId": [
2091
+ 1,
2092
+ "String!"
2093
+ ]
2094
+ }
2095
+ ],
2096
+ "findVtxUser": [
2097
+ 0,
2098
+ {
2099
+ "input": [
2100
+ 91,
2101
+ "FindVtxUserDto!"
2102
+ ]
2103
+ }
2104
+ ],
2105
+ "validateUserCredentialsVtx": [
2106
+ 0,
2107
+ {
2108
+ "username": [
2109
+ 1,
2110
+ "String!"
2111
+ ],
2112
+ "password": [
2113
+ 1,
2114
+ "String!"
2115
+ ]
2116
+ }
2117
+ ],
1824
2118
  "__typename": [
1825
2119
  1
1826
2120
  ]
@@ -1836,12 +2130,31 @@ exports.default = {
1836
2130
  1
1837
2131
  ]
1838
2132
  },
2133
+ "FindSponsorAthleteInvitationDto": {
2134
+ "code": [
2135
+ 1
2136
+ ],
2137
+ "type": [
2138
+ 1
2139
+ ],
2140
+ "__typename": [
2141
+ 1
2142
+ ]
2143
+ },
2144
+ "FindVtxUserDto": {
2145
+ "loginEmail": [
2146
+ 1
2147
+ ],
2148
+ "__typename": [
2149
+ 1
2150
+ ]
2151
+ },
1839
2152
  "Mutation": {
1840
2153
  "registerNewDomainTenant": [
1841
2154
  5,
1842
2155
  {
1843
2156
  "tenant": [
1844
- 80,
2157
+ 93,
1845
2158
  "CreateTenantInput!"
1846
2159
  ]
1847
2160
  }
@@ -1850,7 +2163,7 @@ exports.default = {
1850
2163
  11,
1851
2164
  {
1852
2165
  "tenant": [
1853
- 80,
2166
+ 93,
1854
2167
  "CreateTenantInput!"
1855
2168
  ]
1856
2169
  }
@@ -1859,7 +2172,7 @@ exports.default = {
1859
2172
  3,
1860
2173
  {
1861
2174
  "user": [
1862
- 81,
2175
+ 94,
1863
2176
  "CreateActiveUserInput!"
1864
2177
  ]
1865
2178
  }
@@ -1870,6 +2183,23 @@ exports.default = {
1870
2183
  "email": [
1871
2184
  1,
1872
2185
  "String!"
2186
+ ],
2187
+ "loginMethod": [
2188
+ 1,
2189
+ "String!"
2190
+ ]
2191
+ }
2192
+ ],
2193
+ "loginUserFromCredentials": [
2194
+ 3,
2195
+ {
2196
+ "username": [
2197
+ 1,
2198
+ "String!"
2199
+ ],
2200
+ "password": [
2201
+ 1,
2202
+ "String!"
1873
2203
  ]
1874
2204
  }
1875
2205
  ],
@@ -1877,7 +2207,7 @@ exports.default = {
1877
2207
  0,
1878
2208
  {
1879
2209
  "input": [
1880
- 82,
2210
+ 95,
1881
2211
  "RegisterUserToDomainFromEmailInput!"
1882
2212
  ]
1883
2213
  }
@@ -1886,25 +2216,25 @@ exports.default = {
1886
2216
  8,
1887
2217
  {
1888
2218
  "dto": [
1889
- 83,
2219
+ 96,
1890
2220
  "RefreshTokenInput!"
1891
2221
  ]
1892
2222
  }
1893
2223
  ],
1894
2224
  "deleteUploadedUseTypeFile": [
1895
- 29,
2225
+ 32,
1896
2226
  {
1897
2227
  "input": [
1898
- 84,
2228
+ 97,
1899
2229
  "AWSS3DeleteUseTypeFileDto!"
1900
2230
  ]
1901
2231
  }
1902
2232
  ],
1903
2233
  "deleteUploadedBucketFile": [
1904
- 29,
2234
+ 32,
1905
2235
  {
1906
2236
  "input": [
1907
- 85,
2237
+ 98,
1908
2238
  "AWSS3DeleteBucketFileDto!"
1909
2239
  ]
1910
2240
  }
@@ -1913,119 +2243,177 @@ exports.default = {
1913
2243
  26,
1914
2244
  {
1915
2245
  "input": [
1916
- 86,
2246
+ 99,
1917
2247
  "AWSS3UploadedFileDto!"
1918
2248
  ]
1919
2249
  }
1920
2250
  ],
1921
2251
  "createIndustry": [
1922
- 46,
2252
+ 50,
1923
2253
  {
1924
2254
  "input": [
1925
- 87,
2255
+ 100,
1926
2256
  "CreateIndustryDto!"
1927
2257
  ]
1928
2258
  }
1929
2259
  ],
1930
2260
  "createBrand": [
1931
- 32,
2261
+ 36,
1932
2262
  {
1933
2263
  "input": [
1934
- 88,
2264
+ 101,
1935
2265
  "CreateBrandDto!"
1936
2266
  ]
1937
2267
  }
1938
2268
  ],
1939
2269
  "registerSponsor": [
1940
- 49,
2270
+ 53,
1941
2271
  {
1942
2272
  "input": [
1943
- 90,
2273
+ 103,
1944
2274
  "RegisterSponsorInput!"
1945
2275
  ]
1946
2276
  }
1947
2277
  ],
1948
2278
  "createSponsor": [
1949
- 49,
2279
+ 53,
1950
2280
  {
1951
2281
  "input": [
1952
- 91,
2282
+ 104,
1953
2283
  "CreateSponsorDto!"
1954
2284
  ]
1955
2285
  }
1956
2286
  ],
2287
+ "sendAthleteInvitations": [
2288
+ 73,
2289
+ {
2290
+ "input": [
2291
+ 77,
2292
+ "InviteAthletesDto!"
2293
+ ]
2294
+ }
2295
+ ],
1957
2296
  "registerAthlete": [
1958
- 68,
2297
+ 72,
1959
2298
  {
1960
2299
  "input": [
1961
- 92,
2300
+ 105,
1962
2301
  "RegisterAthleteDto!"
1963
2302
  ]
1964
2303
  }
1965
2304
  ],
1966
2305
  "createSport": [
1967
- 57,
2306
+ 61,
1968
2307
  {
1969
2308
  "input": [
1970
- 93,
2309
+ 106,
1971
2310
  "CreateSportDto!"
1972
2311
  ]
1973
2312
  }
1974
2313
  ],
1975
2314
  "updateSport": [
1976
- 57,
2315
+ 61,
1977
2316
  {
1978
2317
  "input": [
1979
- 94,
2318
+ 107,
1980
2319
  "UpdateSportDto!"
1981
2320
  ]
1982
2321
  }
1983
2322
  ],
1984
2323
  "createSportLevel": [
1985
- 60,
2324
+ 64,
1986
2325
  {
1987
2326
  "input": [
1988
- 95,
2327
+ 108,
1989
2328
  "CreateSportLevelDto!"
1990
2329
  ]
1991
2330
  }
1992
2331
  ],
1993
2332
  "createSponsorship": [
1994
- 55,
2333
+ 59,
1995
2334
  {
1996
2335
  "input": [
1997
- 97,
2336
+ 110,
1998
2337
  "CreateSponsorshipDto!"
1999
2338
  ]
2000
2339
  }
2001
2340
  ],
2002
2341
  "createCountry": [
2003
- 35,
2342
+ 39,
2004
2343
  {
2005
2344
  "input": [
2006
- 104,
2345
+ 117,
2007
2346
  "CreateCountryDto!"
2008
2347
  ]
2009
2348
  }
2010
2349
  ],
2011
2350
  "createState": [
2012
- 34,
2351
+ 38,
2013
2352
  {
2014
2353
  "input": [
2015
- 105,
2354
+ 118,
2016
2355
  "CreateStateDto!"
2017
2356
  ]
2018
2357
  }
2019
2358
  ],
2020
2359
  "createCity": [
2021
- 33,
2360
+ 37,
2022
2361
  {
2023
2362
  "input": [
2024
- 106,
2363
+ 119,
2025
2364
  "CreateCityDto!"
2026
2365
  ]
2027
2366
  }
2028
2367
  ],
2368
+ "preRegisterAthleteUser": [
2369
+ 28,
2370
+ {
2371
+ "input": [
2372
+ 87,
2373
+ "RegisterUserDto!"
2374
+ ]
2375
+ }
2376
+ ],
2377
+ "confirmAthleteUserRegistrationAndLogin": [
2378
+ 3,
2379
+ {
2380
+ "input": [
2381
+ 75,
2382
+ "VerifyCodeDto!"
2383
+ ]
2384
+ }
2385
+ ],
2386
+ "confirmAthleteUserRegistration": [
2387
+ 0,
2388
+ {
2389
+ "input": [
2390
+ 75,
2391
+ "VerifyCodeDto!"
2392
+ ]
2393
+ }
2394
+ ],
2395
+ "registerAthleteUser": [
2396
+ 0,
2397
+ {
2398
+ "input": [
2399
+ 87,
2400
+ "RegisterUserDto!"
2401
+ ]
2402
+ }
2403
+ ],
2404
+ "loginUserFromCredentialsVtx": [
2405
+ 3,
2406
+ {
2407
+ "username": [
2408
+ 1,
2409
+ "String!"
2410
+ ],
2411
+ "password": [
2412
+ 1,
2413
+ "String!"
2414
+ ]
2415
+ }
2416
+ ],
2029
2417
  "__typename": [
2030
2418
  1
2031
2419
  ]
@@ -2054,6 +2442,9 @@ exports.default = {
2054
2442
  "password": [
2055
2443
  1
2056
2444
  ],
2445
+ "loginMethod": [
2446
+ 1
2447
+ ],
2057
2448
  "__typename": [
2058
2449
  1
2059
2450
  ]
@@ -2150,13 +2541,13 @@ exports.default = {
2150
2541
  1
2151
2542
  ],
2152
2543
  "logo": [
2153
- 86
2544
+ 99
2154
2545
  ],
2155
2546
  "banner": [
2156
- 86
2547
+ 99
2157
2548
  ],
2158
2549
  "translations": [
2159
- 89
2550
+ 102
2160
2551
  ],
2161
2552
  "__typename": [
2162
2553
  1
@@ -2179,10 +2570,10 @@ exports.default = {
2179
2570
  1
2180
2571
  ],
2181
2572
  "logo": [
2182
- 86
2573
+ 99
2183
2574
  ],
2184
2575
  "banner": [
2185
- 86
2576
+ 99
2186
2577
  ],
2187
2578
  "__typename": [
2188
2579
  1
@@ -2262,6 +2653,15 @@ exports.default = {
2262
2653
  "dateOfBirth": [
2263
2654
  14
2264
2655
  ],
2656
+ "lgbt": [
2657
+ 2
2658
+ ],
2659
+ "trainer": [
2660
+ 1
2661
+ ],
2662
+ "trainerUrl": [
2663
+ 1
2664
+ ],
2265
2665
  "team": [
2266
2666
  1
2267
2667
  ],
@@ -2274,6 +2674,12 @@ exports.default = {
2274
2674
  "mainSportLevel": [
2275
2675
  1
2276
2676
  ],
2677
+ "profilePicture": [
2678
+ 99
2679
+ ],
2680
+ "cardPicture": [
2681
+ 99
2682
+ ],
2277
2683
  "__typename": [
2278
2684
  1
2279
2685
  ]
@@ -2308,7 +2714,7 @@ exports.default = {
2308
2714
  17
2309
2715
  ],
2310
2716
  "translations": [
2311
- 96
2717
+ 109
2312
2718
  ],
2313
2719
  "__typename": [
2314
2720
  1
@@ -2342,10 +2748,10 @@ exports.default = {
2342
2748
  17
2343
2749
  ],
2344
2750
  "banner": [
2345
- 86
2751
+ 99
2346
2752
  ],
2347
2753
  "criteria": [
2348
- 98
2754
+ 111
2349
2755
  ],
2350
2756
  "deadline": [
2351
2757
  14
@@ -2354,13 +2760,13 @@ exports.default = {
2354
2760
  14
2355
2761
  ],
2356
2762
  "duration": [
2357
- 100
2763
+ 113
2358
2764
  ],
2359
2765
  "sponsorshipItems": [
2360
- 101
2766
+ 114
2361
2767
  ],
2362
2768
  "commitments": [
2363
- 102
2769
+ 115
2364
2770
  ],
2365
2771
  "terms": [
2366
2772
  1
@@ -2372,7 +2778,7 @@ exports.default = {
2372
2778
  2
2373
2779
  ],
2374
2780
  "translations": [
2375
- 103
2781
+ 116
2376
2782
  ],
2377
2783
  "__typename": [
2378
2784
  1
@@ -2385,16 +2791,37 @@ exports.default = {
2385
2791
  "label": [
2386
2792
  1
2387
2793
  ],
2388
- "qualifications": [
2389
- 99
2794
+ "qualificationsBag": [
2795
+ 112
2390
2796
  ],
2391
2797
  "__typename": [
2392
2798
  1
2393
2799
  ]
2394
2800
  },
2395
- "QualificationDto": {
2396
- "type": [
2397
- 1
2801
+ "QualificationsBagDto": {
2802
+ "ageQualifications": [
2803
+ 79
2804
+ ],
2805
+ "genderQualifications": [
2806
+ 80
2807
+ ],
2808
+ "scoreQualifications": [
2809
+ 82
2810
+ ],
2811
+ "locationQualifications": [
2812
+ 83
2813
+ ],
2814
+ "nationalityQualifications": [
2815
+ 81
2816
+ ],
2817
+ "distanceQualifications": [
2818
+ 84
2819
+ ],
2820
+ "sportsQualifications": [
2821
+ 85
2822
+ ],
2823
+ "levelQualifications": [
2824
+ 86
2398
2825
  ],
2399
2826
  "__typename": [
2400
2827
  1
@@ -2471,7 +2898,7 @@ exports.default = {
2471
2898
  1
2472
2899
  ],
2473
2900
  "banner": [
2474
- 86
2901
+ 99
2475
2902
  ],
2476
2903
  "terms": [
2477
2904
  1