@vertikalx/vtx-backend-client 1.0.0-dev.24 → 1.0.0-dev.26

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.
@@ -666,18 +666,33 @@ exports.default = {
666
666
  1
667
667
  ]
668
668
  },
669
- "CountryReference": {
669
+ "City": {
670
670
  "_id": [
671
671
  1
672
672
  ],
673
673
  "name": [
674
674
  1
675
675
  ],
676
+ "localizedName": [
677
+ 1
678
+ ],
679
+ "state": [
680
+ 32
681
+ ],
682
+ "latitude": [
683
+ 15
684
+ ],
685
+ "longitude": [
686
+ 15
687
+ ],
688
+ "timezone": [
689
+ 1
690
+ ],
676
691
  "__typename": [
677
692
  1
678
693
  ]
679
694
  },
680
- "StateReference": {
695
+ "State": {
681
696
  "_id": [
682
697
  1
683
698
  ],
@@ -685,20 +700,23 @@ exports.default = {
685
700
  1
686
701
  ],
687
702
  "country": [
703
+ 33
704
+ ],
705
+ "cities": [
688
706
  31
689
707
  ],
690
708
  "__typename": [
691
709
  1
692
710
  ]
693
711
  },
694
- "CityReference": {
712
+ "Country": {
695
713
  "_id": [
696
714
  1
697
715
  ],
698
716
  "name": [
699
717
  1
700
718
  ],
701
- "state": [
719
+ "states": [
702
720
  32
703
721
  ],
704
722
  "__typename": [
@@ -738,13 +756,13 @@ exports.default = {
738
756
  1
739
757
  ],
740
758
  "countries": [
741
- 31
759
+ 33
742
760
  ],
743
761
  "states": [
744
762
  32
745
763
  ],
746
764
  "cities": [
747
- 33
765
+ 31
748
766
  ],
749
767
  "__typename": [
750
768
  1
@@ -1107,6 +1125,41 @@ exports.default = {
1107
1125
  1
1108
1126
  ]
1109
1127
  },
1128
+ "WorldLocation": {
1129
+ "_id": [
1130
+ 1
1131
+ ],
1132
+ "userProvidedLatitude": [
1133
+ 15
1134
+ ],
1135
+ "userProvidedLongitude": [
1136
+ 15
1137
+ ],
1138
+ "cityNameGeocode": [
1139
+ 1
1140
+ ],
1141
+ "stateNameGeocode": [
1142
+ 1
1143
+ ],
1144
+ "countryIso2CodeGeocode": [
1145
+ 1
1146
+ ],
1147
+ "timeZoneGeocode": [
1148
+ 1
1149
+ ],
1150
+ "latitudeGeocode": [
1151
+ 15
1152
+ ],
1153
+ "longitudeGeocode": [
1154
+ 15
1155
+ ],
1156
+ "city": [
1157
+ 31
1158
+ ],
1159
+ "__typename": [
1160
+ 1
1161
+ ]
1162
+ },
1110
1163
  "Athlete": {
1111
1164
  "_id": [
1112
1165
  1
@@ -1120,12 +1173,21 @@ exports.default = {
1120
1173
  "screenName": [
1121
1174
  1
1122
1175
  ],
1123
- "countryId": [
1124
- 1
1176
+ "dob": [
1177
+ 12
1178
+ ],
1179
+ "lgbt": [
1180
+ 2
1125
1181
  ],
1126
- "countryName": [
1182
+ "competitionGender": [
1127
1183
  1
1128
1184
  ],
1185
+ "country": [
1186
+ 33
1187
+ ],
1188
+ "location": [
1189
+ 55
1190
+ ],
1129
1191
  "trainer": [
1130
1192
  1
1131
1193
  ],
@@ -1194,63 +1256,6 @@ exports.default = {
1194
1256
  1
1195
1257
  ]
1196
1258
  },
1197
- "Country": {
1198
- "_id": [
1199
- 1
1200
- ],
1201
- "name": [
1202
- 1
1203
- ],
1204
- "states": [
1205
- 59
1206
- ],
1207
- "__typename": [
1208
- 1
1209
- ]
1210
- },
1211
- "State": {
1212
- "_id": [
1213
- 1
1214
- ],
1215
- "name": [
1216
- 1
1217
- ],
1218
- "country": [
1219
- 58
1220
- ],
1221
- "cities": [
1222
- 60
1223
- ],
1224
- "__typename": [
1225
- 1
1226
- ]
1227
- },
1228
- "City": {
1229
- "_id": [
1230
- 1
1231
- ],
1232
- "name": [
1233
- 1
1234
- ],
1235
- "localizedName": [
1236
- 1
1237
- ],
1238
- "state": [
1239
- 59
1240
- ],
1241
- "latitude": [
1242
- 15
1243
- ],
1244
- "longitude": [
1245
- 15
1246
- ],
1247
- "timezone": [
1248
- 1
1249
- ],
1250
- "__typename": [
1251
- 1
1252
- ]
1253
- },
1254
1259
  "ScoreQualificationDto": {
1255
1260
  "type": [
1256
1261
  1
@@ -1276,13 +1281,13 @@ exports.default = {
1276
1281
  1
1277
1282
  ],
1278
1283
  "countries": [
1279
- 63
1284
+ 61
1280
1285
  ],
1281
1286
  "states": [
1282
- 64
1287
+ 62
1283
1288
  ],
1284
1289
  "cities": [
1285
- 65
1290
+ 63
1286
1291
  ],
1287
1292
  "__typename": [
1288
1293
  1
@@ -1307,7 +1312,7 @@ exports.default = {
1307
1312
  1
1308
1313
  ],
1309
1314
  "country": [
1310
- 63
1315
+ 61
1311
1316
  ],
1312
1317
  "__typename": [
1313
1318
  1
@@ -1321,7 +1326,7 @@ exports.default = {
1321
1326
  1
1322
1327
  ],
1323
1328
  "state": [
1324
- 64
1329
+ 62
1325
1330
  ],
1326
1331
  "__typename": [
1327
1332
  1
@@ -1432,16 +1437,16 @@ exports.default = {
1432
1437
  26,
1433
1438
  {
1434
1439
  "input": [
1435
- 70,
1440
+ 68,
1436
1441
  "AWSS3GetUploadDto!"
1437
1442
  ]
1438
1443
  }
1439
1444
  ],
1440
1445
  "industries": [
1441
- 56
1446
+ 57
1442
1447
  ],
1443
1448
  "findIndustryById": [
1444
- 56,
1449
+ 57,
1445
1450
  {
1446
1451
  "industryId": [
1447
1452
  1,
@@ -1479,7 +1484,7 @@ exports.default = {
1479
1484
  }
1480
1485
  ],
1481
1486
  "existsValidSponsorForEmail": [
1482
- 57,
1487
+ 58,
1483
1488
  {
1484
1489
  "loginEmail": [
1485
1490
  1,
@@ -1488,13 +1493,13 @@ exports.default = {
1488
1493
  }
1489
1494
  ],
1490
1495
  "sponsors": [
1491
- 57
1496
+ 58
1492
1497
  ],
1493
1498
  "athlete": [
1494
- 55
1499
+ 56
1495
1500
  ],
1496
1501
  "findAthleteById": [
1497
- 55,
1502
+ 56,
1498
1503
  {
1499
1504
  "athleteId": [
1500
1505
  1,
@@ -1502,7 +1507,7 @@ exports.default = {
1502
1507
  ]
1503
1508
  }
1504
1509
  ],
1505
- "sports": [
1510
+ "getSports": [
1506
1511
  45
1507
1512
  ],
1508
1513
  "findSportById": [
@@ -1514,6 +1519,9 @@ exports.default = {
1514
1519
  ]
1515
1520
  }
1516
1521
  ],
1522
+ "getSportLevels": [
1523
+ 48
1524
+ ],
1517
1525
  "getSponsorships": [
1518
1526
  43,
1519
1527
  {
@@ -1524,10 +1532,10 @@ exports.default = {
1524
1532
  }
1525
1533
  ],
1526
1534
  "getCountries": [
1527
- 58
1535
+ 33
1528
1536
  ],
1529
1537
  "getCountryStates": [
1530
- 59,
1538
+ 32,
1531
1539
  {
1532
1540
  "countryId": [
1533
1541
  1,
@@ -1536,7 +1544,7 @@ exports.default = {
1536
1544
  }
1537
1545
  ],
1538
1546
  "getStateCities": [
1539
- 60,
1547
+ 31,
1540
1548
  {
1541
1549
  "stateId": [
1542
1550
  1,
@@ -1545,7 +1553,7 @@ exports.default = {
1545
1553
  }
1546
1554
  ],
1547
1555
  "findCitiesStartingWith": [
1548
- 60,
1556
+ 31,
1549
1557
  {
1550
1558
  "text": [
1551
1559
  1,
@@ -1573,7 +1581,7 @@ exports.default = {
1573
1581
  5,
1574
1582
  {
1575
1583
  "tenant": [
1576
- 72,
1584
+ 70,
1577
1585
  "CreateTenantInput!"
1578
1586
  ]
1579
1587
  }
@@ -1582,7 +1590,7 @@ exports.default = {
1582
1590
  9,
1583
1591
  {
1584
1592
  "tenant": [
1585
- 72,
1593
+ 70,
1586
1594
  "CreateTenantInput!"
1587
1595
  ]
1588
1596
  }
@@ -1591,7 +1599,7 @@ exports.default = {
1591
1599
  3,
1592
1600
  {
1593
1601
  "user": [
1594
- 73,
1602
+ 71,
1595
1603
  "CreateActiveUserInput!"
1596
1604
  ]
1597
1605
  }
@@ -1609,7 +1617,7 @@ exports.default = {
1609
1617
  0,
1610
1618
  {
1611
1619
  "input": [
1612
- 74,
1620
+ 72,
1613
1621
  "RegisterUserToDomainFromEmailInput!"
1614
1622
  ]
1615
1623
  }
@@ -1618,7 +1626,7 @@ exports.default = {
1618
1626
  8,
1619
1627
  {
1620
1628
  "dto": [
1621
- 75,
1629
+ 73,
1622
1630
  "RefreshTokenInput!"
1623
1631
  ]
1624
1632
  }
@@ -1627,7 +1635,7 @@ exports.default = {
1627
1635
  27,
1628
1636
  {
1629
1637
  "input": [
1630
- 76,
1638
+ 74,
1631
1639
  "AWSS3DeleteUseTypeFileDto!"
1632
1640
  ]
1633
1641
  }
@@ -1636,7 +1644,7 @@ exports.default = {
1636
1644
  27,
1637
1645
  {
1638
1646
  "input": [
1639
- 77,
1647
+ 75,
1640
1648
  "AWSS3DeleteBucketFileDto!"
1641
1649
  ]
1642
1650
  }
@@ -1645,16 +1653,16 @@ exports.default = {
1645
1653
  24,
1646
1654
  {
1647
1655
  "input": [
1648
- 78,
1656
+ 76,
1649
1657
  "AWSS3UploadedFileDto!"
1650
1658
  ]
1651
1659
  }
1652
1660
  ],
1653
1661
  "createIndustry": [
1654
- 56,
1662
+ 57,
1655
1663
  {
1656
1664
  "input": [
1657
- 79,
1665
+ 77,
1658
1666
  "CreateIndustryDto!"
1659
1667
  ]
1660
1668
  }
@@ -1663,34 +1671,34 @@ exports.default = {
1663
1671
  30,
1664
1672
  {
1665
1673
  "input": [
1666
- 80,
1674
+ 78,
1667
1675
  "CreateBrandDto!"
1668
1676
  ]
1669
1677
  }
1670
1678
  ],
1671
1679
  "registerSponsor": [
1672
- 57,
1680
+ 58,
1673
1681
  {
1674
1682
  "input": [
1675
- 82,
1683
+ 80,
1676
1684
  "RegisterSponsorInput!"
1677
1685
  ]
1678
1686
  }
1679
1687
  ],
1680
1688
  "createSponsor": [
1681
- 57,
1689
+ 58,
1682
1690
  {
1683
1691
  "input": [
1684
- 83,
1692
+ 81,
1685
1693
  "CreateSponsorDto!"
1686
1694
  ]
1687
1695
  }
1688
1696
  ],
1689
1697
  "registerAthlete": [
1690
- 55,
1698
+ 56,
1691
1699
  {
1692
1700
  "input": [
1693
- 84,
1701
+ 82,
1694
1702
  "RegisterAthleteDto!"
1695
1703
  ]
1696
1704
  }
@@ -1699,7 +1707,7 @@ exports.default = {
1699
1707
  45,
1700
1708
  {
1701
1709
  "input": [
1702
- 85,
1710
+ 83,
1703
1711
  "CreateSportDto!"
1704
1712
  ]
1705
1713
  }
@@ -1707,16 +1715,21 @@ exports.default = {
1707
1715
  "updateSport": [
1708
1716
  45,
1709
1717
  {
1710
- "sportId": [
1711
- 1,
1712
- "String!"
1713
- ],
1714
1718
  "input": [
1715
- 86,
1719
+ 84,
1716
1720
  "UpdateSportDto!"
1717
1721
  ]
1718
1722
  }
1719
1723
  ],
1724
+ "createSportLevel": [
1725
+ 48,
1726
+ {
1727
+ "input": [
1728
+ 85,
1729
+ "CreateSportLevelDto!"
1730
+ ]
1731
+ }
1732
+ ],
1720
1733
  "createSponsorwhip": [
1721
1734
  43,
1722
1735
  {
@@ -1727,7 +1740,7 @@ exports.default = {
1727
1740
  }
1728
1741
  ],
1729
1742
  "createCountry": [
1730
- 58,
1743
+ 33,
1731
1744
  {
1732
1745
  "input": [
1733
1746
  93,
@@ -1736,7 +1749,7 @@ exports.default = {
1736
1749
  }
1737
1750
  ],
1738
1751
  "createState": [
1739
- 59,
1752
+ 32,
1740
1753
  {
1741
1754
  "input": [
1742
1755
  94,
@@ -1744,6 +1757,15 @@ exports.default = {
1744
1757
  ]
1745
1758
  }
1746
1759
  ],
1760
+ "createCity": [
1761
+ 31,
1762
+ {
1763
+ "input": [
1764
+ 95,
1765
+ "CreateCityDto!"
1766
+ ]
1767
+ }
1768
+ ],
1747
1769
  "__typename": [
1748
1770
  1
1749
1771
  ]
@@ -1868,13 +1890,13 @@ exports.default = {
1868
1890
  1
1869
1891
  ],
1870
1892
  "logo": [
1871
- 78
1893
+ 76
1872
1894
  ],
1873
1895
  "banner": [
1874
- 78
1896
+ 76
1875
1897
  ],
1876
1898
  "translations": [
1877
- 81
1899
+ 79
1878
1900
  ],
1879
1901
  "__typename": [
1880
1902
  1
@@ -1897,10 +1919,10 @@ exports.default = {
1897
1919
  1
1898
1920
  ],
1899
1921
  "logo": [
1900
- 78
1922
+ 76
1901
1923
  ],
1902
1924
  "banner": [
1903
- 78
1925
+ 76
1904
1926
  ],
1905
1927
  "__typename": [
1906
1928
  1
@@ -1968,15 +1990,18 @@ exports.default = {
1968
1990
  "nationality": [
1969
1991
  1
1970
1992
  ],
1971
- "cityOfResidence": [
1993
+ "cityId": [
1972
1994
  1
1973
1995
  ],
1974
- "dateOfBirth": [
1975
- 12
1996
+ "locLatitude": [
1997
+ 15
1976
1998
  ],
1977
- "competitionLevel": [
1999
+ "locLongitude": [
1978
2000
  15
1979
2001
  ],
2002
+ "dateOfBirth": [
2003
+ 12
2004
+ ],
1980
2005
  "team": [
1981
2006
  1
1982
2007
  ],
@@ -1986,6 +2011,9 @@ exports.default = {
1986
2011
  "mainSport": [
1987
2012
  1
1988
2013
  ],
2014
+ "mainSportLevel": [
2015
+ 1
2016
+ ],
1989
2017
  "__typename": [
1990
2018
  1
1991
2019
  ]
@@ -1999,6 +2027,9 @@ exports.default = {
1999
2027
  ]
2000
2028
  },
2001
2029
  "UpdateSportDto": {
2030
+ "_id": [
2031
+ 1
2032
+ ],
2002
2033
  "name": [
2003
2034
  1
2004
2035
  ],
@@ -2006,6 +2037,34 @@ exports.default = {
2006
2037
  1
2007
2038
  ]
2008
2039
  },
2040
+ "CreateSportLevelDto": {
2041
+ "_id": [
2042
+ 1
2043
+ ],
2044
+ "label": [
2045
+ 1
2046
+ ],
2047
+ "index": [
2048
+ 15
2049
+ ],
2050
+ "translations": [
2051
+ 86
2052
+ ],
2053
+ "__typename": [
2054
+ 1
2055
+ ]
2056
+ },
2057
+ "CreateSportLevelTranslationDto": {
2058
+ "language": [
2059
+ 1
2060
+ ],
2061
+ "label": [
2062
+ 1
2063
+ ],
2064
+ "__typename": [
2065
+ 1
2066
+ ]
2067
+ },
2009
2068
  "CreateSponsorshipDto": {
2010
2069
  "title": [
2011
2070
  1
@@ -2023,7 +2082,7 @@ exports.default = {
2023
2082
  15
2024
2083
  ],
2025
2084
  "banner": [
2026
- 78
2085
+ 76
2027
2086
  ],
2028
2087
  "criteria": [
2029
2088
  88
@@ -2099,7 +2158,7 @@ exports.default = {
2099
2158
  1
2100
2159
  ],
2101
2160
  "banner": [
2102
- 78
2161
+ 76
2103
2162
  ],
2104
2163
  "terms": [
2105
2164
  1
@@ -2109,7 +2168,7 @@ exports.default = {
2109
2168
  ]
2110
2169
  },
2111
2170
  "CreateCountryDto": {
2112
- "id": [
2171
+ "_id": [
2113
2172
  1
2114
2173
  ],
2115
2174
  "name": [
@@ -2120,13 +2179,66 @@ exports.default = {
2120
2179
  ]
2121
2180
  },
2122
2181
  "CreateStateDto": {
2123
- "id": [
2182
+ "_id": [
2124
2183
  1
2125
2184
  ],
2126
2185
  "name": [
2127
2186
  1
2128
2187
  ],
2129
- "idCountry": [
2188
+ "countryId": [
2189
+ 1
2190
+ ],
2191
+ "__typename": [
2192
+ 1
2193
+ ]
2194
+ },
2195
+ "CreateCityDto": {
2196
+ "_id": [
2197
+ 1
2198
+ ],
2199
+ "cityName": [
2200
+ 1
2201
+ ],
2202
+ "cityNameLocalized": [
2203
+ 1
2204
+ ],
2205
+ "lat": [
2206
+ 15
2207
+ ],
2208
+ "lng": [
2209
+ 15
2210
+ ],
2211
+ "stateId": [
2212
+ 1
2213
+ ],
2214
+ "timezone": [
2215
+ 1
2216
+ ],
2217
+ "city_alt": [
2218
+ 1
2219
+ ],
2220
+ "iso3": [
2221
+ 1
2222
+ ],
2223
+ "admin_type": [
2224
+ 1
2225
+ ],
2226
+ "capital": [
2227
+ 1
2228
+ ],
2229
+ "density": [
2230
+ 15
2231
+ ],
2232
+ "population": [
2233
+ 15
2234
+ ],
2235
+ "population_proper": [
2236
+ 15
2237
+ ],
2238
+ "ranking": [
2239
+ 15
2240
+ ],
2241
+ "same_name": [
2130
2242
  1
2131
2243
  ],
2132
2244
  "__typename": [