@vertikalx/vtx-backend-client 1.0.0-dev.34 → 1.0.0-dev.36

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,7 +867,137 @@ 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": {
998
+ "totalSponsorships": [
999
+ 17
1000
+ ],
871
1001
  "totalApplications": [
872
1002
  17
873
1003
  ],
@@ -929,17 +1059,35 @@ exports.default = {
929
1059
  "description": [
930
1060
  1
931
1061
  ],
932
- "terms": [
933
- 1
1062
+ "cashValue": [
1063
+ 17
1064
+ ],
1065
+ "otherValue": [
1066
+ 17
1067
+ ],
1068
+ "brand": [
1069
+ 32
934
1070
  ],
935
1071
  "banner": [
936
1072
  26
937
1073
  ],
938
- "stats": [
939
- 43
1074
+ "criteria": [
1075
+ 42
940
1076
  ],
941
- "translations": [
942
- 44
1077
+ "sponsor": [
1078
+ 46
1079
+ ],
1080
+ "sponsorshipItems": [
1081
+ 47
1082
+ ],
1083
+ "commitments": [
1084
+ 51
1085
+ ],
1086
+ "terms": [
1087
+ 1
1088
+ ],
1089
+ "stats": [
1090
+ 48
943
1091
  ],
944
1092
  "approved": [
945
1093
  2
@@ -947,8 +1095,115 @@ exports.default = {
947
1095
  "published": [
948
1096
  2
949
1097
  ],
950
- "criteria": [
951
- 42
1098
+ "translations": [
1099
+ 49
1100
+ ],
1101
+ "__typename": [
1102
+ 1
1103
+ ]
1104
+ },
1105
+ "CommitmentType": {
1106
+ "on_SponsorshipCommitment": [
1107
+ 52
1108
+ ],
1109
+ "on_DatedSponsorshipCommitment": [
1110
+ 53
1111
+ ],
1112
+ "on_RecurrentSponsorshipCommitment": [
1113
+ 54
1114
+ ],
1115
+ "__typename": [
1116
+ 1
1117
+ ]
1118
+ },
1119
+ "SponsorshipCommitment": {
1120
+ "_id": [
1121
+ 1
1122
+ ],
1123
+ "title": [
1124
+ 1
1125
+ ],
1126
+ "details": [
1127
+ 1
1128
+ ],
1129
+ "type": [
1130
+ 1
1131
+ ],
1132
+ "hashTags": [
1133
+ 1
1134
+ ],
1135
+ "media": [
1136
+ 1
1137
+ ],
1138
+ "actionType": [
1139
+ 1
1140
+ ],
1141
+ "autoMeasurable": [
1142
+ 2
1143
+ ],
1144
+ "__typename": [
1145
+ 1
1146
+ ]
1147
+ },
1148
+ "DatedSponsorshipCommitment": {
1149
+ "_id": [
1150
+ 1
1151
+ ],
1152
+ "title": [
1153
+ 1
1154
+ ],
1155
+ "details": [
1156
+ 1
1157
+ ],
1158
+ "type": [
1159
+ 1
1160
+ ],
1161
+ "hashTags": [
1162
+ 1
1163
+ ],
1164
+ "media": [
1165
+ 1
1166
+ ],
1167
+ "actionType": [
1168
+ 1
1169
+ ],
1170
+ "autoMeasurable": [
1171
+ 2
1172
+ ],
1173
+ "usesTime": [
1174
+ 2
1175
+ ],
1176
+ "date": [
1177
+ 14
1178
+ ],
1179
+ "__typename": [
1180
+ 1
1181
+ ]
1182
+ },
1183
+ "RecurrentSponsorshipCommitment": {
1184
+ "_id": [
1185
+ 1
1186
+ ],
1187
+ "title": [
1188
+ 1
1189
+ ],
1190
+ "details": [
1191
+ 1
1192
+ ],
1193
+ "type": [
1194
+ 1
1195
+ ],
1196
+ "hashTags": [
1197
+ 1
1198
+ ],
1199
+ "media": [
1200
+ 1
1201
+ ],
1202
+ "actionType": [
1203
+ 1
1204
+ ],
1205
+ "autoMeasurable": [
1206
+ 2
952
1207
  ],
953
1208
  "__typename": [
954
1209
  1
@@ -1024,7 +1279,7 @@ exports.default = {
1024
1279
  17
1025
1280
  ],
1026
1281
  "translations": [
1027
- 49
1282
+ 58
1028
1283
  ],
1029
1284
  "__typename": [
1030
1285
  1
@@ -1052,16 +1307,16 @@ exports.default = {
1052
1307
  },
1053
1308
  "AthleteRankings": {
1054
1309
  "worldRanking": [
1055
- 51
1310
+ 60
1056
1311
  ],
1057
1312
  "countryRanking": [
1058
- 51
1313
+ 60
1059
1314
  ],
1060
1315
  "stateRanking": [
1061
- 51
1316
+ 60
1062
1317
  ],
1063
1318
  "cityRanking": [
1064
- 51
1319
+ 60
1065
1320
  ],
1066
1321
  "__typename": [
1067
1322
  1
@@ -1078,7 +1333,7 @@ exports.default = {
1078
1333
  1
1079
1334
  ],
1080
1335
  "sports": [
1081
- 47
1336
+ 56
1082
1337
  ],
1083
1338
  "approved": [
1084
1339
  2
@@ -1147,7 +1402,7 @@ exports.default = {
1147
1402
  1
1148
1403
  ],
1149
1404
  "event": [
1150
- 54
1405
+ 63
1151
1406
  ],
1152
1407
  "eventName": [
1153
1408
  1
@@ -1156,7 +1411,7 @@ exports.default = {
1156
1411
  14
1157
1412
  ],
1158
1413
  "result": [
1159
- 55
1414
+ 64
1160
1415
  ],
1161
1416
  "__typename": [
1162
1417
  1
@@ -1223,7 +1478,7 @@ exports.default = {
1223
1478
  35
1224
1479
  ],
1225
1480
  "location": [
1226
- 57
1481
+ 66
1227
1482
  ],
1228
1483
  "trainer": [
1229
1484
  1
@@ -1232,31 +1487,31 @@ exports.default = {
1232
1487
  1
1233
1488
  ],
1234
1489
  "followStats": [
1235
- 46
1490
+ 55
1236
1491
  ],
1237
1492
  "mainSport": [
1238
- 47
1493
+ 56
1239
1494
  ],
1240
1495
  "mainSportLevel": [
1241
- 50
1496
+ 59
1242
1497
  ],
1243
1498
  "scores": [
1244
- 48
1499
+ 57
1245
1500
  ],
1246
1501
  "rankings": [
1247
- 52
1502
+ 61
1248
1503
  ],
1249
1504
  "allSports": [
1250
- 47
1505
+ 56
1251
1506
  ],
1252
1507
  "teams": [
1253
- 53
1508
+ 62
1254
1509
  ],
1255
1510
  "sponsorBrands": [
1256
1511
  32
1257
1512
  ],
1258
1513
  "competitions": [
1259
- 56
1514
+ 65
1260
1515
  ],
1261
1516
  "totalUpcomingCompetitions": [
1262
1517
  17
@@ -1268,116 +1523,6 @@ exports.default = {
1268
1523
  1
1269
1524
  ]
1270
1525
  },
1271
- "Industry": {
1272
- "_id": [
1273
- 1
1274
- ],
1275
- "name": [
1276
- 1
1277
- ],
1278
- "__typename": [
1279
- 1
1280
- ]
1281
- },
1282
- "SponsorStats": {
1283
- "sponsoredAthletes": [
1284
- 17
1285
- ],
1286
- "totalBrands": [
1287
- 17
1288
- ],
1289
- "activeCampaigns": [
1290
- 17
1291
- ],
1292
- "activeSponsorships": [
1293
- 17
1294
- ],
1295
- "__typename": [
1296
- 1
1297
- ]
1298
- },
1299
- "SponsorBrand": {
1300
- "_id": [
1301
- 1
1302
- ],
1303
- "name": [
1304
- 1
1305
- ],
1306
- "slogan": [
1307
- 1
1308
- ],
1309
- "website": [
1310
- 1
1311
- ],
1312
- "description": [
1313
- 1
1314
- ],
1315
- "approved": [
1316
- 2
1317
- ],
1318
- "published": [
1319
- 2
1320
- ],
1321
- "logo": [
1322
- 26
1323
- ],
1324
- "banner": [
1325
- 26
1326
- ],
1327
- "stats": [
1328
- 30
1329
- ],
1330
- "operatorIds": [
1331
- 1
1332
- ],
1333
- "translations": [
1334
- 31
1335
- ],
1336
- "sponsorBrandId": [
1337
- 1
1338
- ],
1339
- "authorizedUse": [
1340
- 2
1341
- ],
1342
- "isAuthorizer": [
1343
- 2
1344
- ],
1345
- "__typename": [
1346
- 1
1347
- ]
1348
- },
1349
- "Sponsor": {
1350
- "_id": [
1351
- 1
1352
- ],
1353
- "name": [
1354
- 1
1355
- ],
1356
- "description": [
1357
- 1
1358
- ],
1359
- "tenant": [
1360
- 5
1361
- ],
1362
- "industry": [
1363
- 59
1364
- ],
1365
- "stats": [
1366
- 60
1367
- ],
1368
- "brands": [
1369
- 61
1370
- ],
1371
- "sponsorships": [
1372
- 45
1373
- ],
1374
- "approved": [
1375
- 2
1376
- ],
1377
- "__typename": [
1378
- 1
1379
- ]
1380
- },
1381
1526
  "ScoreQualificationDto": {
1382
1527
  "type": [
1383
1528
  1
@@ -1403,13 +1548,13 @@ exports.default = {
1403
1548
  1
1404
1549
  ],
1405
1550
  "countries": [
1406
- 65
1551
+ 70
1407
1552
  ],
1408
1553
  "states": [
1409
- 66
1554
+ 71
1410
1555
  ],
1411
1556
  "cities": [
1412
- 67
1557
+ 72
1413
1558
  ],
1414
1559
  "__typename": [
1415
1560
  1
@@ -1434,7 +1579,7 @@ exports.default = {
1434
1579
  1
1435
1580
  ],
1436
1581
  "country": [
1437
- 65
1582
+ 70
1438
1583
  ],
1439
1584
  "__typename": [
1440
1585
  1
@@ -1448,7 +1593,7 @@ exports.default = {
1448
1593
  1
1449
1594
  ],
1450
1595
  "state": [
1451
- 66
1596
+ 71
1452
1597
  ],
1453
1598
  "__typename": [
1454
1599
  1
@@ -1559,16 +1704,16 @@ exports.default = {
1559
1704
  28,
1560
1705
  {
1561
1706
  "input": [
1562
- 72,
1707
+ 77,
1563
1708
  "AWSS3GetUploadDto!"
1564
1709
  ]
1565
1710
  }
1566
1711
  ],
1567
1712
  "industries": [
1568
- 59
1713
+ 43
1569
1714
  ],
1570
1715
  "findIndustryById": [
1571
- 59,
1716
+ 43,
1572
1717
  {
1573
1718
  "industryId": [
1574
1719
  1,
@@ -1606,7 +1751,7 @@ exports.default = {
1606
1751
  }
1607
1752
  ],
1608
1753
  "existsValidSponsorForEmail": [
1609
- 62,
1754
+ 46,
1610
1755
  {
1611
1756
  "loginEmail": [
1612
1757
  1,
@@ -1615,13 +1760,13 @@ exports.default = {
1615
1760
  }
1616
1761
  ],
1617
1762
  "sponsors": [
1618
- 62
1763
+ 46
1619
1764
  ],
1620
1765
  "getAthletes": [
1621
- 58
1766
+ 67
1622
1767
  ],
1623
1768
  "findAthleteById": [
1624
- 58,
1769
+ 67,
1625
1770
  {
1626
1771
  "athleteId": [
1627
1772
  1,
@@ -1630,10 +1775,10 @@ exports.default = {
1630
1775
  }
1631
1776
  ],
1632
1777
  "getSports": [
1633
- 47
1778
+ 56
1634
1779
  ],
1635
1780
  "findSportById": [
1636
- 47,
1781
+ 56,
1637
1782
  {
1638
1783
  "sportId": [
1639
1784
  1,
@@ -1642,13 +1787,13 @@ exports.default = {
1642
1787
  }
1643
1788
  ],
1644
1789
  "getSportLevels": [
1645
- 50
1790
+ 59
1646
1791
  ],
1647
1792
  "getPublicSponsorships": [
1648
- 45
1793
+ 50
1649
1794
  ],
1650
1795
  "getTenantSponsorships": [
1651
- 45
1796
+ 50
1652
1797
  ],
1653
1798
  "getCountries": [
1654
1799
  35
@@ -1700,7 +1845,7 @@ exports.default = {
1700
1845
  5,
1701
1846
  {
1702
1847
  "tenant": [
1703
- 74,
1848
+ 79,
1704
1849
  "CreateTenantInput!"
1705
1850
  ]
1706
1851
  }
@@ -1709,7 +1854,7 @@ exports.default = {
1709
1854
  11,
1710
1855
  {
1711
1856
  "tenant": [
1712
- 74,
1857
+ 79,
1713
1858
  "CreateTenantInput!"
1714
1859
  ]
1715
1860
  }
@@ -1718,7 +1863,7 @@ exports.default = {
1718
1863
  3,
1719
1864
  {
1720
1865
  "user": [
1721
- 75,
1866
+ 80,
1722
1867
  "CreateActiveUserInput!"
1723
1868
  ]
1724
1869
  }
@@ -1736,7 +1881,7 @@ exports.default = {
1736
1881
  0,
1737
1882
  {
1738
1883
  "input": [
1739
- 76,
1884
+ 81,
1740
1885
  "RegisterUserToDomainFromEmailInput!"
1741
1886
  ]
1742
1887
  }
@@ -1745,7 +1890,7 @@ exports.default = {
1745
1890
  8,
1746
1891
  {
1747
1892
  "dto": [
1748
- 77,
1893
+ 82,
1749
1894
  "RefreshTokenInput!"
1750
1895
  ]
1751
1896
  }
@@ -1754,7 +1899,7 @@ exports.default = {
1754
1899
  29,
1755
1900
  {
1756
1901
  "input": [
1757
- 78,
1902
+ 83,
1758
1903
  "AWSS3DeleteUseTypeFileDto!"
1759
1904
  ]
1760
1905
  }
@@ -1763,7 +1908,7 @@ exports.default = {
1763
1908
  29,
1764
1909
  {
1765
1910
  "input": [
1766
- 79,
1911
+ 84,
1767
1912
  "AWSS3DeleteBucketFileDto!"
1768
1913
  ]
1769
1914
  }
@@ -1772,16 +1917,16 @@ exports.default = {
1772
1917
  26,
1773
1918
  {
1774
1919
  "input": [
1775
- 80,
1920
+ 85,
1776
1921
  "AWSS3UploadedFileDto!"
1777
1922
  ]
1778
1923
  }
1779
1924
  ],
1780
1925
  "createIndustry": [
1781
- 59,
1926
+ 43,
1782
1927
  {
1783
1928
  "input": [
1784
- 81,
1929
+ 86,
1785
1930
  "CreateIndustryDto!"
1786
1931
  ]
1787
1932
  }
@@ -1790,70 +1935,70 @@ exports.default = {
1790
1935
  32,
1791
1936
  {
1792
1937
  "input": [
1793
- 82,
1938
+ 87,
1794
1939
  "CreateBrandDto!"
1795
1940
  ]
1796
1941
  }
1797
1942
  ],
1798
1943
  "registerSponsor": [
1799
- 62,
1944
+ 46,
1800
1945
  {
1801
1946
  "input": [
1802
- 84,
1947
+ 89,
1803
1948
  "RegisterSponsorInput!"
1804
1949
  ]
1805
1950
  }
1806
1951
  ],
1807
1952
  "createSponsor": [
1808
- 62,
1953
+ 46,
1809
1954
  {
1810
1955
  "input": [
1811
- 85,
1956
+ 90,
1812
1957
  "CreateSponsorDto!"
1813
1958
  ]
1814
1959
  }
1815
1960
  ],
1816
1961
  "registerAthlete": [
1817
- 58,
1962
+ 67,
1818
1963
  {
1819
1964
  "input": [
1820
- 86,
1965
+ 91,
1821
1966
  "RegisterAthleteDto!"
1822
1967
  ]
1823
1968
  }
1824
1969
  ],
1825
1970
  "createSport": [
1826
- 47,
1971
+ 56,
1827
1972
  {
1828
1973
  "input": [
1829
- 87,
1974
+ 92,
1830
1975
  "CreateSportDto!"
1831
1976
  ]
1832
1977
  }
1833
1978
  ],
1834
1979
  "updateSport": [
1835
- 47,
1980
+ 56,
1836
1981
  {
1837
1982
  "input": [
1838
- 88,
1983
+ 93,
1839
1984
  "UpdateSportDto!"
1840
1985
  ]
1841
1986
  }
1842
1987
  ],
1843
1988
  "createSportLevel": [
1844
- 50,
1989
+ 59,
1845
1990
  {
1846
1991
  "input": [
1847
- 89,
1992
+ 94,
1848
1993
  "CreateSportLevelDto!"
1849
1994
  ]
1850
1995
  }
1851
1996
  ],
1852
1997
  "createSponsorwhip": [
1853
- 45,
1998
+ 50,
1854
1999
  {
1855
2000
  "input": [
1856
- 91,
2001
+ 96,
1857
2002
  "CreateSponsorshipDto!"
1858
2003
  ]
1859
2004
  }
@@ -1862,7 +2007,7 @@ exports.default = {
1862
2007
  35,
1863
2008
  {
1864
2009
  "input": [
1865
- 97,
2010
+ 102,
1866
2011
  "CreateCountryDto!"
1867
2012
  ]
1868
2013
  }
@@ -1871,7 +2016,7 @@ exports.default = {
1871
2016
  34,
1872
2017
  {
1873
2018
  "input": [
1874
- 98,
2019
+ 103,
1875
2020
  "CreateStateDto!"
1876
2021
  ]
1877
2022
  }
@@ -1880,7 +2025,7 @@ exports.default = {
1880
2025
  33,
1881
2026
  {
1882
2027
  "input": [
1883
- 99,
2028
+ 104,
1884
2029
  "CreateCityDto!"
1885
2030
  ]
1886
2031
  }
@@ -2009,13 +2154,13 @@ exports.default = {
2009
2154
  1
2010
2155
  ],
2011
2156
  "logo": [
2012
- 80
2157
+ 85
2013
2158
  ],
2014
2159
  "banner": [
2015
- 80
2160
+ 85
2016
2161
  ],
2017
2162
  "translations": [
2018
- 83
2163
+ 88
2019
2164
  ],
2020
2165
  "__typename": [
2021
2166
  1
@@ -2038,10 +2183,10 @@ exports.default = {
2038
2183
  1
2039
2184
  ],
2040
2185
  "logo": [
2041
- 80
2186
+ 85
2042
2187
  ],
2043
2188
  "banner": [
2044
- 80
2189
+ 85
2045
2190
  ],
2046
2191
  "__typename": [
2047
2192
  1
@@ -2167,7 +2312,7 @@ exports.default = {
2167
2312
  17
2168
2313
  ],
2169
2314
  "translations": [
2170
- 90
2315
+ 95
2171
2316
  ],
2172
2317
  "__typename": [
2173
2318
  1
@@ -2201,16 +2346,16 @@ exports.default = {
2201
2346
  17
2202
2347
  ],
2203
2348
  "banner": [
2204
- 80
2349
+ 85
2205
2350
  ],
2206
2351
  "criteria": [
2207
- 92
2352
+ 97
2208
2353
  ],
2209
2354
  "sponsorshipItems": [
2210
- 94
2355
+ 99
2211
2356
  ],
2212
2357
  "commitments": [
2213
- 95
2358
+ 100
2214
2359
  ],
2215
2360
  "terms": [
2216
2361
  1
@@ -2219,7 +2364,7 @@ exports.default = {
2219
2364
  2
2220
2365
  ],
2221
2366
  "translations": [
2222
- 96
2367
+ 101
2223
2368
  ],
2224
2369
  "__typename": [
2225
2370
  1
@@ -2233,7 +2378,7 @@ exports.default = {
2233
2378
  1
2234
2379
  ],
2235
2380
  "qualifications": [
2236
- 93
2381
+ 98
2237
2382
  ],
2238
2383
  "__typename": [
2239
2384
  1
@@ -2277,7 +2422,7 @@ exports.default = {
2277
2422
  1
2278
2423
  ],
2279
2424
  "banner": [
2280
- 80
2425
+ 85
2281
2426
  ],
2282
2427
  "terms": [
2283
2428
  1