@vertikalx/vtx-backend-client 1.0.0-dev.22 → 1.0.0-dev.23

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.
@@ -899,6 +899,214 @@ exports.default = {
899
899
  1
900
900
  ]
901
901
  },
902
+ "FollowStats": {
903
+ "followers": [
904
+ 15
905
+ ],
906
+ "followed": [
907
+ 15
908
+ ],
909
+ "raves": [
910
+ 15
911
+ ],
912
+ "favorites": [
913
+ 15
914
+ ],
915
+ "__typename": [
916
+ 1
917
+ ]
918
+ },
919
+ "Sport": {
920
+ "_id": [
921
+ 1
922
+ ],
923
+ "name": [
924
+ 1
925
+ ],
926
+ "__typename": [
927
+ 1
928
+ ]
929
+ },
930
+ "VtxScores": {
931
+ "vtxScore": [
932
+ 15
933
+ ],
934
+ "socialScore": [
935
+ 15
936
+ ],
937
+ "trainingScore": [
938
+ 15
939
+ ],
940
+ "competitionScore": [
941
+ 15
942
+ ],
943
+ "__typename": [
944
+ 1
945
+ ]
946
+ },
947
+ "SportLevelTranslation": {
948
+ "_id": [
949
+ 1
950
+ ],
951
+ "language": [
952
+ 1
953
+ ],
954
+ "label": [
955
+ 1
956
+ ],
957
+ "__typename": [
958
+ 1
959
+ ]
960
+ },
961
+ "SportLevel": {
962
+ "_id": [
963
+ 1
964
+ ],
965
+ "label": [
966
+ 1
967
+ ],
968
+ "index": [
969
+ 15
970
+ ],
971
+ "translations": [
972
+ 47
973
+ ],
974
+ "__typename": [
975
+ 1
976
+ ]
977
+ },
978
+ "Ranking": {
979
+ "scope": [
980
+ 1
981
+ ],
982
+ "scopeId": [
983
+ 1
984
+ ],
985
+ "scopeName": [
986
+ 1
987
+ ],
988
+ "position": [
989
+ 15
990
+ ],
991
+ "total": [
992
+ 15
993
+ ],
994
+ "__typename": [
995
+ 1
996
+ ]
997
+ },
998
+ "AthleteRankings": {
999
+ "worldRanking": [
1000
+ 49
1001
+ ],
1002
+ "countryRanking": [
1003
+ 49
1004
+ ],
1005
+ "stateRanking": [
1006
+ 49
1007
+ ],
1008
+ "cityRanking": [
1009
+ 49
1010
+ ],
1011
+ "__typename": [
1012
+ 1
1013
+ ]
1014
+ },
1015
+ "Team": {
1016
+ "_id": [
1017
+ 1
1018
+ ],
1019
+ "name": [
1020
+ 1
1021
+ ],
1022
+ "description": [
1023
+ 1
1024
+ ],
1025
+ "sports": [
1026
+ 45
1027
+ ],
1028
+ "approved": [
1029
+ 2
1030
+ ],
1031
+ "logo": [
1032
+ 24
1033
+ ],
1034
+ "banner": [
1035
+ 24
1036
+ ],
1037
+ "__typename": [
1038
+ 1
1039
+ ]
1040
+ },
1041
+ "SportsEvent": {
1042
+ "_id": [
1043
+ 1
1044
+ ],
1045
+ "name": [
1046
+ 1
1047
+ ],
1048
+ "eventWebSite": [
1049
+ 1
1050
+ ],
1051
+ "startDate": [
1052
+ 12
1053
+ ],
1054
+ "endDate": [
1055
+ 12
1056
+ ],
1057
+ "verified": [
1058
+ 2
1059
+ ],
1060
+ "banner": [
1061
+ 24
1062
+ ],
1063
+ "__typename": [
1064
+ 1
1065
+ ]
1066
+ },
1067
+ "AthleteCompetitionResult": {
1068
+ "_id": [
1069
+ 1
1070
+ ],
1071
+ "type": [
1072
+ 1
1073
+ ],
1074
+ "position": [
1075
+ 15
1076
+ ],
1077
+ "score": [
1078
+ 1
1079
+ ],
1080
+ "timems": [
1081
+ 15
1082
+ ],
1083
+ "resultWebLink": [
1084
+ 1
1085
+ ],
1086
+ "__typename": [
1087
+ 1
1088
+ ]
1089
+ },
1090
+ "AthleteCompetition": {
1091
+ "_id": [
1092
+ 1
1093
+ ],
1094
+ "event": [
1095
+ 52
1096
+ ],
1097
+ "eventName": [
1098
+ 1
1099
+ ],
1100
+ "date": [
1101
+ 12
1102
+ ],
1103
+ "result": [
1104
+ 53
1105
+ ],
1106
+ "__typename": [
1107
+ 1
1108
+ ]
1109
+ },
902
1110
  "Athlete": {
903
1111
  "_id": [
904
1112
  1
@@ -912,9 +1120,51 @@ exports.default = {
912
1120
  "screenName": [
913
1121
  1
914
1122
  ],
915
- "nationalityIso2": [
1123
+ "countryId": [
1124
+ 1
1125
+ ],
1126
+ "countryName": [
1127
+ 1
1128
+ ],
1129
+ "trainer": [
916
1130
  1
917
1131
  ],
1132
+ "trainerUrl": [
1133
+ 1
1134
+ ],
1135
+ "followStats": [
1136
+ 44
1137
+ ],
1138
+ "mainSport": [
1139
+ 45
1140
+ ],
1141
+ "mainSportLevel": [
1142
+ 48
1143
+ ],
1144
+ "scores": [
1145
+ 46
1146
+ ],
1147
+ "rankings": [
1148
+ 50
1149
+ ],
1150
+ "allSports": [
1151
+ 45
1152
+ ],
1153
+ "teams": [
1154
+ 51
1155
+ ],
1156
+ "sponsorBrands": [
1157
+ 30
1158
+ ],
1159
+ "competitions": [
1160
+ 54
1161
+ ],
1162
+ "totalUpcomingCompetitions": [
1163
+ 15
1164
+ ],
1165
+ "totalPastCompetitions": [
1166
+ 15
1167
+ ],
918
1168
  "__typename": [
919
1169
  1
920
1170
  ]
@@ -944,7 +1194,72 @@ exports.default = {
944
1194
  1
945
1195
  ]
946
1196
  },
947
- "Sport": {
1197
+ "WorldCity": {
1198
+ "id": [
1199
+ 1
1200
+ ],
1201
+ "city": [
1202
+ 1
1203
+ ],
1204
+ "city_ascii": [
1205
+ 1
1206
+ ],
1207
+ "city_alt": [
1208
+ 1
1209
+ ],
1210
+ "lat": [
1211
+ 15
1212
+ ],
1213
+ "lng": [
1214
+ 15
1215
+ ],
1216
+ "country": [
1217
+ 1
1218
+ ],
1219
+ "iso2": [
1220
+ 1
1221
+ ],
1222
+ "iso3": [
1223
+ 1
1224
+ ],
1225
+ "admin_name": [
1226
+ 1
1227
+ ],
1228
+ "admin_name_ascii": [
1229
+ 1
1230
+ ],
1231
+ "admin_code": [
1232
+ 1
1233
+ ],
1234
+ "admin_type": [
1235
+ 1
1236
+ ],
1237
+ "capital": [
1238
+ 1
1239
+ ],
1240
+ "density": [
1241
+ 15
1242
+ ],
1243
+ "population": [
1244
+ 15
1245
+ ],
1246
+ "population_proper": [
1247
+ 15
1248
+ ],
1249
+ "ranking": [
1250
+ 15
1251
+ ],
1252
+ "timezone": [
1253
+ 1
1254
+ ],
1255
+ "same_name": [
1256
+ 1
1257
+ ],
1258
+ "__typename": [
1259
+ 1
1260
+ ]
1261
+ },
1262
+ "Country": {
948
1263
  "_id": [
949
1264
  1
950
1265
  ],
@@ -955,6 +1270,20 @@ exports.default = {
955
1270
  1
956
1271
  ]
957
1272
  },
1273
+ "State": {
1274
+ "_id": [
1275
+ 1
1276
+ ],
1277
+ "name": [
1278
+ 1
1279
+ ],
1280
+ "countryId": [
1281
+ 1
1282
+ ],
1283
+ "__typename": [
1284
+ 1
1285
+ ]
1286
+ },
958
1287
  "ScoreQualificationDto": {
959
1288
  "type": [
960
1289
  1
@@ -980,13 +1309,13 @@ exports.default = {
980
1309
  1
981
1310
  ],
982
1311
  "countries": [
983
- 50
1312
+ 63
984
1313
  ],
985
1314
  "states": [
986
- 51
1315
+ 64
987
1316
  ],
988
1317
  "cities": [
989
- 52
1318
+ 65
990
1319
  ],
991
1320
  "__typename": [
992
1321
  1
@@ -1011,7 +1340,7 @@ exports.default = {
1011
1340
  1
1012
1341
  ],
1013
1342
  "country": [
1014
- 50
1343
+ 63
1015
1344
  ],
1016
1345
  "__typename": [
1017
1346
  1
@@ -1025,7 +1354,7 @@ exports.default = {
1025
1354
  1
1026
1355
  ],
1027
1356
  "state": [
1028
- 51
1357
+ 64
1029
1358
  ],
1030
1359
  "__typename": [
1031
1360
  1
@@ -1136,16 +1465,16 @@ exports.default = {
1136
1465
  26,
1137
1466
  {
1138
1467
  "input": [
1139
- 57,
1468
+ 70,
1140
1469
  "AWSS3GetUploadDto!"
1141
1470
  ]
1142
1471
  }
1143
1472
  ],
1144
1473
  "industries": [
1145
- 45
1474
+ 56
1146
1475
  ],
1147
1476
  "findIndustryById": [
1148
- 45,
1477
+ 56,
1149
1478
  {
1150
1479
  "industryId": [
1151
1480
  1,
@@ -1183,7 +1512,7 @@ exports.default = {
1183
1512
  }
1184
1513
  ],
1185
1514
  "existsValidSponsorForEmail": [
1186
- 46,
1515
+ 57,
1187
1516
  {
1188
1517
  "loginEmail": [
1189
1518
  1,
@@ -1192,13 +1521,13 @@ exports.default = {
1192
1521
  }
1193
1522
  ],
1194
1523
  "sponsors": [
1195
- 46
1524
+ 57
1196
1525
  ],
1197
1526
  "athlete": [
1198
- 44
1527
+ 55
1199
1528
  ],
1200
1529
  "findAthleteById": [
1201
- 44,
1530
+ 55,
1202
1531
  {
1203
1532
  "athleteId": [
1204
1533
  1,
@@ -1207,10 +1536,10 @@ exports.default = {
1207
1536
  }
1208
1537
  ],
1209
1538
  "sports": [
1210
- 47
1539
+ 45
1211
1540
  ],
1212
1541
  "findSportById": [
1213
- 47,
1542
+ 45,
1214
1543
  {
1215
1544
  "sportId": [
1216
1545
  1,
@@ -1227,6 +1556,36 @@ exports.default = {
1227
1556
  ]
1228
1557
  }
1229
1558
  ],
1559
+ "getCountries": [
1560
+ 59
1561
+ ],
1562
+ "getCountryStates": [
1563
+ 60,
1564
+ {
1565
+ "countryId": [
1566
+ 1,
1567
+ "String!"
1568
+ ]
1569
+ }
1570
+ ],
1571
+ "getStateCities": [
1572
+ 58,
1573
+ {
1574
+ "stateId": [
1575
+ 1,
1576
+ "String!"
1577
+ ]
1578
+ }
1579
+ ],
1580
+ "findCitiesStartingWth": [
1581
+ 58,
1582
+ {
1583
+ "text": [
1584
+ 1,
1585
+ "String!"
1586
+ ]
1587
+ }
1588
+ ],
1230
1589
  "__typename": [
1231
1590
  1
1232
1591
  ]
@@ -1247,7 +1606,7 @@ exports.default = {
1247
1606
  5,
1248
1607
  {
1249
1608
  "tenant": [
1250
- 59,
1609
+ 72,
1251
1610
  "CreateTenantInput!"
1252
1611
  ]
1253
1612
  }
@@ -1256,7 +1615,7 @@ exports.default = {
1256
1615
  9,
1257
1616
  {
1258
1617
  "tenant": [
1259
- 59,
1618
+ 72,
1260
1619
  "CreateTenantInput!"
1261
1620
  ]
1262
1621
  }
@@ -1265,7 +1624,7 @@ exports.default = {
1265
1624
  3,
1266
1625
  {
1267
1626
  "user": [
1268
- 60,
1627
+ 73,
1269
1628
  "CreateActiveUserInput!"
1270
1629
  ]
1271
1630
  }
@@ -1283,7 +1642,7 @@ exports.default = {
1283
1642
  0,
1284
1643
  {
1285
1644
  "input": [
1286
- 61,
1645
+ 74,
1287
1646
  "RegisterUserToDomainFromEmailInput!"
1288
1647
  ]
1289
1648
  }
@@ -1292,7 +1651,7 @@ exports.default = {
1292
1651
  8,
1293
1652
  {
1294
1653
  "dto": [
1295
- 62,
1654
+ 75,
1296
1655
  "RefreshTokenInput!"
1297
1656
  ]
1298
1657
  }
@@ -1301,7 +1660,7 @@ exports.default = {
1301
1660
  27,
1302
1661
  {
1303
1662
  "input": [
1304
- 63,
1663
+ 76,
1305
1664
  "AWSS3DeleteUseTypeFileDto!"
1306
1665
  ]
1307
1666
  }
@@ -1310,7 +1669,7 @@ exports.default = {
1310
1669
  27,
1311
1670
  {
1312
1671
  "input": [
1313
- 64,
1672
+ 77,
1314
1673
  "AWSS3DeleteBucketFileDto!"
1315
1674
  ]
1316
1675
  }
@@ -1319,16 +1678,16 @@ exports.default = {
1319
1678
  24,
1320
1679
  {
1321
1680
  "input": [
1322
- 65,
1681
+ 78,
1323
1682
  "AWSS3UploadedFileDto!"
1324
1683
  ]
1325
1684
  }
1326
1685
  ],
1327
1686
  "createIndustry": [
1328
- 45,
1687
+ 56,
1329
1688
  {
1330
1689
  "input": [
1331
- 66,
1690
+ 79,
1332
1691
  "CreateIndustryDto!"
1333
1692
  ]
1334
1693
  }
@@ -1337,56 +1696,56 @@ exports.default = {
1337
1696
  30,
1338
1697
  {
1339
1698
  "input": [
1340
- 67,
1699
+ 80,
1341
1700
  "CreateBrandDto!"
1342
1701
  ]
1343
1702
  }
1344
1703
  ],
1345
1704
  "registerSponsor": [
1346
- 46,
1705
+ 57,
1347
1706
  {
1348
1707
  "input": [
1349
- 69,
1708
+ 82,
1350
1709
  "RegisterSponsorInput!"
1351
1710
  ]
1352
1711
  }
1353
1712
  ],
1354
1713
  "createSponsor": [
1355
- 46,
1714
+ 57,
1356
1715
  {
1357
1716
  "input": [
1358
- 70,
1717
+ 83,
1359
1718
  "CreateSponsorDto!"
1360
1719
  ]
1361
1720
  }
1362
1721
  ],
1363
1722
  "registerAthlete": [
1364
- 44,
1723
+ 55,
1365
1724
  {
1366
1725
  "input": [
1367
- 71,
1726
+ 84,
1368
1727
  "RegisterAthleteDto!"
1369
1728
  ]
1370
1729
  }
1371
1730
  ],
1372
1731
  "createSport": [
1373
- 47,
1732
+ 45,
1374
1733
  {
1375
1734
  "input": [
1376
- 72,
1735
+ 85,
1377
1736
  "CreateSportDto!"
1378
1737
  ]
1379
1738
  }
1380
1739
  ],
1381
1740
  "updateSport": [
1382
- 47,
1741
+ 45,
1383
1742
  {
1384
1743
  "sportId": [
1385
1744
  1,
1386
1745
  "String!"
1387
1746
  ],
1388
1747
  "input": [
1389
- 73,
1748
+ 86,
1390
1749
  "UpdateSportDto!"
1391
1750
  ]
1392
1751
  }
@@ -1395,11 +1754,29 @@ exports.default = {
1395
1754
  43,
1396
1755
  {
1397
1756
  "input": [
1398
- 74,
1757
+ 87,
1399
1758
  "CreateSponsorshipDto!"
1400
1759
  ]
1401
1760
  }
1402
1761
  ],
1762
+ "createCountry": [
1763
+ 59,
1764
+ {
1765
+ "input": [
1766
+ 93,
1767
+ "CreateCountryDto!"
1768
+ ]
1769
+ }
1770
+ ],
1771
+ "createState": [
1772
+ 60,
1773
+ {
1774
+ "input": [
1775
+ 94,
1776
+ "CreateStateDto!"
1777
+ ]
1778
+ }
1779
+ ],
1403
1780
  "__typename": [
1404
1781
  1
1405
1782
  ]
@@ -1524,13 +1901,13 @@ exports.default = {
1524
1901
  1
1525
1902
  ],
1526
1903
  "logo": [
1527
- 65
1904
+ 78
1528
1905
  ],
1529
1906
  "banner": [
1530
- 65
1907
+ 78
1531
1908
  ],
1532
1909
  "translations": [
1533
- 68
1910
+ 81
1534
1911
  ],
1535
1912
  "__typename": [
1536
1913
  1
@@ -1553,10 +1930,10 @@ exports.default = {
1553
1930
  1
1554
1931
  ],
1555
1932
  "logo": [
1556
- 65
1933
+ 78
1557
1934
  ],
1558
1935
  "banner": [
1559
- 65
1936
+ 78
1560
1937
  ],
1561
1938
  "__typename": [
1562
1939
  1
@@ -1679,16 +2056,16 @@ exports.default = {
1679
2056
  15
1680
2057
  ],
1681
2058
  "banner": [
1682
- 65
2059
+ 78
1683
2060
  ],
1684
2061
  "criteria": [
1685
- 75
2062
+ 88
1686
2063
  ],
1687
2064
  "sponsorshipItems": [
1688
- 77
2065
+ 90
1689
2066
  ],
1690
2067
  "commitments": [
1691
- 78
2068
+ 91
1692
2069
  ],
1693
2070
  "terms": [
1694
2071
  1
@@ -1697,7 +2074,7 @@ exports.default = {
1697
2074
  2
1698
2075
  ],
1699
2076
  "translations": [
1700
- 79
2077
+ 92
1701
2078
  ],
1702
2079
  "__typename": [
1703
2080
  1
@@ -1711,7 +2088,7 @@ exports.default = {
1711
2088
  1
1712
2089
  ],
1713
2090
  "qualifications": [
1714
- 76
2091
+ 89
1715
2092
  ],
1716
2093
  "__typename": [
1717
2094
  1
@@ -1755,7 +2132,7 @@ exports.default = {
1755
2132
  1
1756
2133
  ],
1757
2134
  "banner": [
1758
- 65
2135
+ 78
1759
2136
  ],
1760
2137
  "terms": [
1761
2138
  1
@@ -1763,6 +2140,31 @@ exports.default = {
1763
2140
  "__typename": [
1764
2141
  1
1765
2142
  ]
2143
+ },
2144
+ "CreateCountryDto": {
2145
+ "id": [
2146
+ 1
2147
+ ],
2148
+ "name": [
2149
+ 1
2150
+ ],
2151
+ "__typename": [
2152
+ 1
2153
+ ]
2154
+ },
2155
+ "CreateStateDto": {
2156
+ "id": [
2157
+ 1
2158
+ ],
2159
+ "name": [
2160
+ 1
2161
+ ],
2162
+ "idCountry": [
2163
+ 1
2164
+ ],
2165
+ "__typename": [
2166
+ 1
2167
+ ]
1766
2168
  }
1767
2169
  }
1768
2170
  };