@vertikalx/vtx-backend-client 1.0.0-dev.35 → 1.0.0-dev.37

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.
@@ -867,6 +867,133 @@ exports.default = {
867
867
  1
868
868
  ]
869
869
  },
870
+ "Industry": {
871
+ "_id": [
872
+ 1
873
+ ],
874
+ "name": [
875
+ 1
876
+ ],
877
+ "__typename": [
878
+ 1
879
+ ]
880
+ },
881
+ "SponsorStats": {
882
+ "sponsoredAthletes": [
883
+ 17
884
+ ],
885
+ "totalBrands": [
886
+ 17
887
+ ],
888
+ "activeCampaigns": [
889
+ 17
890
+ ],
891
+ "activeSponsorships": [
892
+ 17
893
+ ],
894
+ "__typename": [
895
+ 1
896
+ ]
897
+ },
898
+ "SponsorBrand": {
899
+ "_id": [
900
+ 1
901
+ ],
902
+ "name": [
903
+ 1
904
+ ],
905
+ "slogan": [
906
+ 1
907
+ ],
908
+ "website": [
909
+ 1
910
+ ],
911
+ "description": [
912
+ 1
913
+ ],
914
+ "approved": [
915
+ 2
916
+ ],
917
+ "published": [
918
+ 2
919
+ ],
920
+ "logo": [
921
+ 26
922
+ ],
923
+ "banner": [
924
+ 26
925
+ ],
926
+ "stats": [
927
+ 30
928
+ ],
929
+ "operatorIds": [
930
+ 1
931
+ ],
932
+ "translations": [
933
+ 31
934
+ ],
935
+ "sponsorBrandId": [
936
+ 1
937
+ ],
938
+ "authorizedUse": [
939
+ 2
940
+ ],
941
+ "isAuthorizer": [
942
+ 2
943
+ ],
944
+ "__typename": [
945
+ 1
946
+ ]
947
+ },
948
+ "Sponsor": {
949
+ "_id": [
950
+ 1
951
+ ],
952
+ "name": [
953
+ 1
954
+ ],
955
+ "description": [
956
+ 1
957
+ ],
958
+ "tenant": [
959
+ 5
960
+ ],
961
+ "industry": [
962
+ 43
963
+ ],
964
+ "stats": [
965
+ 44
966
+ ],
967
+ "brands": [
968
+ 45
969
+ ],
970
+ "sponsorships": [
971
+ 50
972
+ ],
973
+ "approved": [
974
+ 2
975
+ ],
976
+ "__typename": [
977
+ 1
978
+ ]
979
+ },
980
+ "SponsorshipItem": {
981
+ "_id": [
982
+ 1
983
+ ],
984
+ "title": [
985
+ 1
986
+ ],
987
+ "value": [
988
+ 17
989
+ ],
990
+ "type": [
991
+ 1
992
+ ],
993
+ "__typename": [
994
+ 1
995
+ ]
996
+ },
870
997
  "SponsorshipStats": {
871
998
  "totalSponsorships": [
872
999
  17
@@ -941,17 +1068,29 @@ exports.default = {
941
1068
  "brand": [
942
1069
  32
943
1070
  ],
944
- "terms": [
945
- 1
946
- ],
947
1071
  "banner": [
948
1072
  26
949
1073
  ],
1074
+ "criteria": [
1075
+ 42
1076
+ ],
1077
+ "sponsor": [
1078
+ 46
1079
+ ],
1080
+ "sponsorshipItems": [
1081
+ 47
1082
+ ],
1083
+ "commitments": [
1084
+ 51
1085
+ ],
1086
+ "terms": [
1087
+ 1
1088
+ ],
950
1089
  "stats": [
951
- 43
1090
+ 48
952
1091
  ],
953
- "translations": [
954
- 44
1092
+ "isPrivate": [
1093
+ 2
955
1094
  ],
956
1095
  "approved": [
957
1096
  2
@@ -959,8 +1098,115 @@ exports.default = {
959
1098
  "published": [
960
1099
  2
961
1100
  ],
962
- "criteria": [
963
- 42
1101
+ "translations": [
1102
+ 49
1103
+ ],
1104
+ "__typename": [
1105
+ 1
1106
+ ]
1107
+ },
1108
+ "CommitmentType": {
1109
+ "on_SponsorshipCommitment": [
1110
+ 52
1111
+ ],
1112
+ "on_DatedSponsorshipCommitment": [
1113
+ 53
1114
+ ],
1115
+ "on_RecurrentSponsorshipCommitment": [
1116
+ 54
1117
+ ],
1118
+ "__typename": [
1119
+ 1
1120
+ ]
1121
+ },
1122
+ "SponsorshipCommitment": {
1123
+ "_id": [
1124
+ 1
1125
+ ],
1126
+ "title": [
1127
+ 1
1128
+ ],
1129
+ "details": [
1130
+ 1
1131
+ ],
1132
+ "type": [
1133
+ 1
1134
+ ],
1135
+ "hashTags": [
1136
+ 1
1137
+ ],
1138
+ "media": [
1139
+ 1
1140
+ ],
1141
+ "actionType": [
1142
+ 1
1143
+ ],
1144
+ "autoMeasurable": [
1145
+ 2
1146
+ ],
1147
+ "__typename": [
1148
+ 1
1149
+ ]
1150
+ },
1151
+ "DatedSponsorshipCommitment": {
1152
+ "_id": [
1153
+ 1
1154
+ ],
1155
+ "title": [
1156
+ 1
1157
+ ],
1158
+ "details": [
1159
+ 1
1160
+ ],
1161
+ "type": [
1162
+ 1
1163
+ ],
1164
+ "hashTags": [
1165
+ 1
1166
+ ],
1167
+ "media": [
1168
+ 1
1169
+ ],
1170
+ "actionType": [
1171
+ 1
1172
+ ],
1173
+ "autoMeasurable": [
1174
+ 2
1175
+ ],
1176
+ "usesTime": [
1177
+ 2
1178
+ ],
1179
+ "date": [
1180
+ 14
1181
+ ],
1182
+ "__typename": [
1183
+ 1
1184
+ ]
1185
+ },
1186
+ "RecurrentSponsorshipCommitment": {
1187
+ "_id": [
1188
+ 1
1189
+ ],
1190
+ "title": [
1191
+ 1
1192
+ ],
1193
+ "details": [
1194
+ 1
1195
+ ],
1196
+ "type": [
1197
+ 1
1198
+ ],
1199
+ "hashTags": [
1200
+ 1
1201
+ ],
1202
+ "media": [
1203
+ 1
1204
+ ],
1205
+ "actionType": [
1206
+ 1
1207
+ ],
1208
+ "autoMeasurable": [
1209
+ 2
964
1210
  ],
965
1211
  "__typename": [
966
1212
  1
@@ -1036,7 +1282,7 @@ exports.default = {
1036
1282
  17
1037
1283
  ],
1038
1284
  "translations": [
1039
- 49
1285
+ 58
1040
1286
  ],
1041
1287
  "__typename": [
1042
1288
  1
@@ -1064,16 +1310,16 @@ exports.default = {
1064
1310
  },
1065
1311
  "AthleteRankings": {
1066
1312
  "worldRanking": [
1067
- 51
1313
+ 60
1068
1314
  ],
1069
1315
  "countryRanking": [
1070
- 51
1316
+ 60
1071
1317
  ],
1072
1318
  "stateRanking": [
1073
- 51
1319
+ 60
1074
1320
  ],
1075
1321
  "cityRanking": [
1076
- 51
1322
+ 60
1077
1323
  ],
1078
1324
  "__typename": [
1079
1325
  1
@@ -1090,7 +1336,7 @@ exports.default = {
1090
1336
  1
1091
1337
  ],
1092
1338
  "sports": [
1093
- 47
1339
+ 56
1094
1340
  ],
1095
1341
  "approved": [
1096
1342
  2
@@ -1159,7 +1405,7 @@ exports.default = {
1159
1405
  1
1160
1406
  ],
1161
1407
  "event": [
1162
- 54
1408
+ 63
1163
1409
  ],
1164
1410
  "eventName": [
1165
1411
  1
@@ -1168,7 +1414,7 @@ exports.default = {
1168
1414
  14
1169
1415
  ],
1170
1416
  "result": [
1171
- 55
1417
+ 64
1172
1418
  ],
1173
1419
  "__typename": [
1174
1420
  1
@@ -1235,7 +1481,7 @@ exports.default = {
1235
1481
  35
1236
1482
  ],
1237
1483
  "location": [
1238
- 57
1484
+ 66
1239
1485
  ],
1240
1486
  "trainer": [
1241
1487
  1
@@ -1244,31 +1490,31 @@ exports.default = {
1244
1490
  1
1245
1491
  ],
1246
1492
  "followStats": [
1247
- 46
1493
+ 55
1248
1494
  ],
1249
1495
  "mainSport": [
1250
- 47
1496
+ 56
1251
1497
  ],
1252
1498
  "mainSportLevel": [
1253
- 50
1499
+ 59
1254
1500
  ],
1255
1501
  "scores": [
1256
- 48
1502
+ 57
1257
1503
  ],
1258
1504
  "rankings": [
1259
- 52
1505
+ 61
1260
1506
  ],
1261
1507
  "allSports": [
1262
- 47
1508
+ 56
1263
1509
  ],
1264
1510
  "teams": [
1265
- 53
1511
+ 62
1266
1512
  ],
1267
1513
  "sponsorBrands": [
1268
1514
  32
1269
1515
  ],
1270
1516
  "competitions": [
1271
- 56
1517
+ 65
1272
1518
  ],
1273
1519
  "totalUpcomingCompetitions": [
1274
1520
  17
@@ -1280,116 +1526,6 @@ exports.default = {
1280
1526
  1
1281
1527
  ]
1282
1528
  },
1283
- "Industry": {
1284
- "_id": [
1285
- 1
1286
- ],
1287
- "name": [
1288
- 1
1289
- ],
1290
- "__typename": [
1291
- 1
1292
- ]
1293
- },
1294
- "SponsorStats": {
1295
- "sponsoredAthletes": [
1296
- 17
1297
- ],
1298
- "totalBrands": [
1299
- 17
1300
- ],
1301
- "activeCampaigns": [
1302
- 17
1303
- ],
1304
- "activeSponsorships": [
1305
- 17
1306
- ],
1307
- "__typename": [
1308
- 1
1309
- ]
1310
- },
1311
- "SponsorBrand": {
1312
- "_id": [
1313
- 1
1314
- ],
1315
- "name": [
1316
- 1
1317
- ],
1318
- "slogan": [
1319
- 1
1320
- ],
1321
- "website": [
1322
- 1
1323
- ],
1324
- "description": [
1325
- 1
1326
- ],
1327
- "approved": [
1328
- 2
1329
- ],
1330
- "published": [
1331
- 2
1332
- ],
1333
- "logo": [
1334
- 26
1335
- ],
1336
- "banner": [
1337
- 26
1338
- ],
1339
- "stats": [
1340
- 30
1341
- ],
1342
- "operatorIds": [
1343
- 1
1344
- ],
1345
- "translations": [
1346
- 31
1347
- ],
1348
- "sponsorBrandId": [
1349
- 1
1350
- ],
1351
- "authorizedUse": [
1352
- 2
1353
- ],
1354
- "isAuthorizer": [
1355
- 2
1356
- ],
1357
- "__typename": [
1358
- 1
1359
- ]
1360
- },
1361
- "Sponsor": {
1362
- "_id": [
1363
- 1
1364
- ],
1365
- "name": [
1366
- 1
1367
- ],
1368
- "description": [
1369
- 1
1370
- ],
1371
- "tenant": [
1372
- 5
1373
- ],
1374
- "industry": [
1375
- 59
1376
- ],
1377
- "stats": [
1378
- 60
1379
- ],
1380
- "brands": [
1381
- 61
1382
- ],
1383
- "sponsorships": [
1384
- 45
1385
- ],
1386
- "approved": [
1387
- 2
1388
- ],
1389
- "__typename": [
1390
- 1
1391
- ]
1392
- },
1393
1529
  "ScoreQualificationDto": {
1394
1530
  "type": [
1395
1531
  1
@@ -1415,13 +1551,13 @@ exports.default = {
1415
1551
  1
1416
1552
  ],
1417
1553
  "countries": [
1418
- 65
1554
+ 70
1419
1555
  ],
1420
1556
  "states": [
1421
- 66
1557
+ 71
1422
1558
  ],
1423
1559
  "cities": [
1424
- 67
1560
+ 72
1425
1561
  ],
1426
1562
  "__typename": [
1427
1563
  1
@@ -1446,7 +1582,7 @@ exports.default = {
1446
1582
  1
1447
1583
  ],
1448
1584
  "country": [
1449
- 65
1585
+ 70
1450
1586
  ],
1451
1587
  "__typename": [
1452
1588
  1
@@ -1460,7 +1596,7 @@ exports.default = {
1460
1596
  1
1461
1597
  ],
1462
1598
  "state": [
1463
- 66
1599
+ 71
1464
1600
  ],
1465
1601
  "__typename": [
1466
1602
  1
@@ -1571,16 +1707,16 @@ exports.default = {
1571
1707
  28,
1572
1708
  {
1573
1709
  "input": [
1574
- 72,
1710
+ 77,
1575
1711
  "AWSS3GetUploadDto!"
1576
1712
  ]
1577
1713
  }
1578
1714
  ],
1579
1715
  "industries": [
1580
- 59
1716
+ 43
1581
1717
  ],
1582
1718
  "findIndustryById": [
1583
- 59,
1719
+ 43,
1584
1720
  {
1585
1721
  "industryId": [
1586
1722
  1,
@@ -1618,7 +1754,7 @@ exports.default = {
1618
1754
  }
1619
1755
  ],
1620
1756
  "existsValidSponsorForEmail": [
1621
- 62,
1757
+ 46,
1622
1758
  {
1623
1759
  "loginEmail": [
1624
1760
  1,
@@ -1627,13 +1763,13 @@ exports.default = {
1627
1763
  }
1628
1764
  ],
1629
1765
  "sponsors": [
1630
- 62
1766
+ 46
1631
1767
  ],
1632
1768
  "getAthletes": [
1633
- 58
1769
+ 67
1634
1770
  ],
1635
1771
  "findAthleteById": [
1636
- 58,
1772
+ 67,
1637
1773
  {
1638
1774
  "athleteId": [
1639
1775
  1,
@@ -1642,10 +1778,10 @@ exports.default = {
1642
1778
  }
1643
1779
  ],
1644
1780
  "getSports": [
1645
- 47
1781
+ 56
1646
1782
  ],
1647
1783
  "findSportById": [
1648
- 47,
1784
+ 56,
1649
1785
  {
1650
1786
  "sportId": [
1651
1787
  1,
@@ -1654,13 +1790,13 @@ exports.default = {
1654
1790
  }
1655
1791
  ],
1656
1792
  "getSportLevels": [
1657
- 50
1793
+ 59
1658
1794
  ],
1659
1795
  "getPublicSponsorships": [
1660
- 45
1796
+ 50
1661
1797
  ],
1662
1798
  "getTenantSponsorships": [
1663
- 45
1799
+ 50
1664
1800
  ],
1665
1801
  "getCountries": [
1666
1802
  35
@@ -1712,7 +1848,7 @@ exports.default = {
1712
1848
  5,
1713
1849
  {
1714
1850
  "tenant": [
1715
- 74,
1851
+ 79,
1716
1852
  "CreateTenantInput!"
1717
1853
  ]
1718
1854
  }
@@ -1721,7 +1857,7 @@ exports.default = {
1721
1857
  11,
1722
1858
  {
1723
1859
  "tenant": [
1724
- 74,
1860
+ 79,
1725
1861
  "CreateTenantInput!"
1726
1862
  ]
1727
1863
  }
@@ -1730,7 +1866,7 @@ exports.default = {
1730
1866
  3,
1731
1867
  {
1732
1868
  "user": [
1733
- 75,
1869
+ 80,
1734
1870
  "CreateActiveUserInput!"
1735
1871
  ]
1736
1872
  }
@@ -1748,7 +1884,7 @@ exports.default = {
1748
1884
  0,
1749
1885
  {
1750
1886
  "input": [
1751
- 76,
1887
+ 81,
1752
1888
  "RegisterUserToDomainFromEmailInput!"
1753
1889
  ]
1754
1890
  }
@@ -1757,7 +1893,7 @@ exports.default = {
1757
1893
  8,
1758
1894
  {
1759
1895
  "dto": [
1760
- 77,
1896
+ 82,
1761
1897
  "RefreshTokenInput!"
1762
1898
  ]
1763
1899
  }
@@ -1766,7 +1902,7 @@ exports.default = {
1766
1902
  29,
1767
1903
  {
1768
1904
  "input": [
1769
- 78,
1905
+ 83,
1770
1906
  "AWSS3DeleteUseTypeFileDto!"
1771
1907
  ]
1772
1908
  }
@@ -1775,7 +1911,7 @@ exports.default = {
1775
1911
  29,
1776
1912
  {
1777
1913
  "input": [
1778
- 79,
1914
+ 84,
1779
1915
  "AWSS3DeleteBucketFileDto!"
1780
1916
  ]
1781
1917
  }
@@ -1784,16 +1920,16 @@ exports.default = {
1784
1920
  26,
1785
1921
  {
1786
1922
  "input": [
1787
- 80,
1923
+ 85,
1788
1924
  "AWSS3UploadedFileDto!"
1789
1925
  ]
1790
1926
  }
1791
1927
  ],
1792
1928
  "createIndustry": [
1793
- 59,
1929
+ 43,
1794
1930
  {
1795
1931
  "input": [
1796
- 81,
1932
+ 86,
1797
1933
  "CreateIndustryDto!"
1798
1934
  ]
1799
1935
  }
@@ -1802,70 +1938,70 @@ exports.default = {
1802
1938
  32,
1803
1939
  {
1804
1940
  "input": [
1805
- 82,
1941
+ 87,
1806
1942
  "CreateBrandDto!"
1807
1943
  ]
1808
1944
  }
1809
1945
  ],
1810
1946
  "registerSponsor": [
1811
- 62,
1947
+ 46,
1812
1948
  {
1813
1949
  "input": [
1814
- 84,
1950
+ 89,
1815
1951
  "RegisterSponsorInput!"
1816
1952
  ]
1817
1953
  }
1818
1954
  ],
1819
1955
  "createSponsor": [
1820
- 62,
1956
+ 46,
1821
1957
  {
1822
1958
  "input": [
1823
- 85,
1959
+ 90,
1824
1960
  "CreateSponsorDto!"
1825
1961
  ]
1826
1962
  }
1827
1963
  ],
1828
1964
  "registerAthlete": [
1829
- 58,
1965
+ 67,
1830
1966
  {
1831
1967
  "input": [
1832
- 86,
1968
+ 91,
1833
1969
  "RegisterAthleteDto!"
1834
1970
  ]
1835
1971
  }
1836
1972
  ],
1837
1973
  "createSport": [
1838
- 47,
1974
+ 56,
1839
1975
  {
1840
1976
  "input": [
1841
- 87,
1977
+ 92,
1842
1978
  "CreateSportDto!"
1843
1979
  ]
1844
1980
  }
1845
1981
  ],
1846
1982
  "updateSport": [
1847
- 47,
1983
+ 56,
1848
1984
  {
1849
1985
  "input": [
1850
- 88,
1986
+ 93,
1851
1987
  "UpdateSportDto!"
1852
1988
  ]
1853
1989
  }
1854
1990
  ],
1855
1991
  "createSportLevel": [
1856
- 50,
1992
+ 59,
1857
1993
  {
1858
1994
  "input": [
1859
- 89,
1995
+ 94,
1860
1996
  "CreateSportLevelDto!"
1861
1997
  ]
1862
1998
  }
1863
1999
  ],
1864
2000
  "createSponsorwhip": [
1865
- 45,
2001
+ 50,
1866
2002
  {
1867
2003
  "input": [
1868
- 91,
2004
+ 96,
1869
2005
  "CreateSponsorshipDto!"
1870
2006
  ]
1871
2007
  }
@@ -1874,7 +2010,7 @@ exports.default = {
1874
2010
  35,
1875
2011
  {
1876
2012
  "input": [
1877
- 97,
2013
+ 102,
1878
2014
  "CreateCountryDto!"
1879
2015
  ]
1880
2016
  }
@@ -1883,7 +2019,7 @@ exports.default = {
1883
2019
  34,
1884
2020
  {
1885
2021
  "input": [
1886
- 98,
2022
+ 103,
1887
2023
  "CreateStateDto!"
1888
2024
  ]
1889
2025
  }
@@ -1892,7 +2028,7 @@ exports.default = {
1892
2028
  33,
1893
2029
  {
1894
2030
  "input": [
1895
- 99,
2031
+ 104,
1896
2032
  "CreateCityDto!"
1897
2033
  ]
1898
2034
  }
@@ -2021,13 +2157,13 @@ exports.default = {
2021
2157
  1
2022
2158
  ],
2023
2159
  "logo": [
2024
- 80
2160
+ 85
2025
2161
  ],
2026
2162
  "banner": [
2027
- 80
2163
+ 85
2028
2164
  ],
2029
2165
  "translations": [
2030
- 83
2166
+ 88
2031
2167
  ],
2032
2168
  "__typename": [
2033
2169
  1
@@ -2050,10 +2186,10 @@ exports.default = {
2050
2186
  1
2051
2187
  ],
2052
2188
  "logo": [
2053
- 80
2189
+ 85
2054
2190
  ],
2055
2191
  "banner": [
2056
- 80
2192
+ 85
2057
2193
  ],
2058
2194
  "__typename": [
2059
2195
  1
@@ -2179,7 +2315,7 @@ exports.default = {
2179
2315
  17
2180
2316
  ],
2181
2317
  "translations": [
2182
- 90
2318
+ 95
2183
2319
  ],
2184
2320
  "__typename": [
2185
2321
  1
@@ -2213,16 +2349,16 @@ exports.default = {
2213
2349
  17
2214
2350
  ],
2215
2351
  "banner": [
2216
- 80
2352
+ 85
2217
2353
  ],
2218
2354
  "criteria": [
2219
- 92
2355
+ 97
2220
2356
  ],
2221
2357
  "sponsorshipItems": [
2222
- 94
2358
+ 99
2223
2359
  ],
2224
2360
  "commitments": [
2225
- 95
2361
+ 100
2226
2362
  ],
2227
2363
  "terms": [
2228
2364
  1
@@ -2230,8 +2366,11 @@ exports.default = {
2230
2366
  "published": [
2231
2367
  2
2232
2368
  ],
2369
+ "isPrivate": [
2370
+ 2
2371
+ ],
2233
2372
  "translations": [
2234
- 96
2373
+ 101
2235
2374
  ],
2236
2375
  "__typename": [
2237
2376
  1
@@ -2245,7 +2384,7 @@ exports.default = {
2245
2384
  1
2246
2385
  ],
2247
2386
  "qualifications": [
2248
- 93
2387
+ 98
2249
2388
  ],
2250
2389
  "__typename": [
2251
2390
  1
@@ -2289,7 +2428,7 @@ exports.default = {
2289
2428
  1
2290
2429
  ],
2291
2430
  "banner": [
2292
- 80
2431
+ 85
2293
2432
  ],
2294
2433
  "terms": [
2295
2434
  1