@vertikalx/vtx-backend-client 1.0.0-dev.35 → 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,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,26 @@ exports.default = {
941
1068
  "brand": [
942
1069
  32
943
1070
  ],
944
- "terms": [
945
- 1
946
- ],
947
1071
  "banner": [
948
1072
  26
949
1073
  ],
950
- "stats": [
951
- 43
1074
+ "criteria": [
1075
+ 42
952
1076
  ],
953
- "translations": [
954
- 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
955
1091
  ],
956
1092
  "approved": [
957
1093
  2
@@ -959,8 +1095,115 @@ exports.default = {
959
1095
  "published": [
960
1096
  2
961
1097
  ],
962
- "criteria": [
963
- 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
964
1207
  ],
965
1208
  "__typename": [
966
1209
  1
@@ -1036,7 +1279,7 @@ exports.default = {
1036
1279
  17
1037
1280
  ],
1038
1281
  "translations": [
1039
- 49
1282
+ 58
1040
1283
  ],
1041
1284
  "__typename": [
1042
1285
  1
@@ -1064,16 +1307,16 @@ exports.default = {
1064
1307
  },
1065
1308
  "AthleteRankings": {
1066
1309
  "worldRanking": [
1067
- 51
1310
+ 60
1068
1311
  ],
1069
1312
  "countryRanking": [
1070
- 51
1313
+ 60
1071
1314
  ],
1072
1315
  "stateRanking": [
1073
- 51
1316
+ 60
1074
1317
  ],
1075
1318
  "cityRanking": [
1076
- 51
1319
+ 60
1077
1320
  ],
1078
1321
  "__typename": [
1079
1322
  1
@@ -1090,7 +1333,7 @@ exports.default = {
1090
1333
  1
1091
1334
  ],
1092
1335
  "sports": [
1093
- 47
1336
+ 56
1094
1337
  ],
1095
1338
  "approved": [
1096
1339
  2
@@ -1159,7 +1402,7 @@ exports.default = {
1159
1402
  1
1160
1403
  ],
1161
1404
  "event": [
1162
- 54
1405
+ 63
1163
1406
  ],
1164
1407
  "eventName": [
1165
1408
  1
@@ -1168,7 +1411,7 @@ exports.default = {
1168
1411
  14
1169
1412
  ],
1170
1413
  "result": [
1171
- 55
1414
+ 64
1172
1415
  ],
1173
1416
  "__typename": [
1174
1417
  1
@@ -1235,7 +1478,7 @@ exports.default = {
1235
1478
  35
1236
1479
  ],
1237
1480
  "location": [
1238
- 57
1481
+ 66
1239
1482
  ],
1240
1483
  "trainer": [
1241
1484
  1
@@ -1244,31 +1487,31 @@ exports.default = {
1244
1487
  1
1245
1488
  ],
1246
1489
  "followStats": [
1247
- 46
1490
+ 55
1248
1491
  ],
1249
1492
  "mainSport": [
1250
- 47
1493
+ 56
1251
1494
  ],
1252
1495
  "mainSportLevel": [
1253
- 50
1496
+ 59
1254
1497
  ],
1255
1498
  "scores": [
1256
- 48
1499
+ 57
1257
1500
  ],
1258
1501
  "rankings": [
1259
- 52
1502
+ 61
1260
1503
  ],
1261
1504
  "allSports": [
1262
- 47
1505
+ 56
1263
1506
  ],
1264
1507
  "teams": [
1265
- 53
1508
+ 62
1266
1509
  ],
1267
1510
  "sponsorBrands": [
1268
1511
  32
1269
1512
  ],
1270
1513
  "competitions": [
1271
- 56
1514
+ 65
1272
1515
  ],
1273
1516
  "totalUpcomingCompetitions": [
1274
1517
  17
@@ -1280,116 +1523,6 @@ exports.default = {
1280
1523
  1
1281
1524
  ]
1282
1525
  },
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
1526
  "ScoreQualificationDto": {
1394
1527
  "type": [
1395
1528
  1
@@ -1415,13 +1548,13 @@ exports.default = {
1415
1548
  1
1416
1549
  ],
1417
1550
  "countries": [
1418
- 65
1551
+ 70
1419
1552
  ],
1420
1553
  "states": [
1421
- 66
1554
+ 71
1422
1555
  ],
1423
1556
  "cities": [
1424
- 67
1557
+ 72
1425
1558
  ],
1426
1559
  "__typename": [
1427
1560
  1
@@ -1446,7 +1579,7 @@ exports.default = {
1446
1579
  1
1447
1580
  ],
1448
1581
  "country": [
1449
- 65
1582
+ 70
1450
1583
  ],
1451
1584
  "__typename": [
1452
1585
  1
@@ -1460,7 +1593,7 @@ exports.default = {
1460
1593
  1
1461
1594
  ],
1462
1595
  "state": [
1463
- 66
1596
+ 71
1464
1597
  ],
1465
1598
  "__typename": [
1466
1599
  1
@@ -1571,16 +1704,16 @@ exports.default = {
1571
1704
  28,
1572
1705
  {
1573
1706
  "input": [
1574
- 72,
1707
+ 77,
1575
1708
  "AWSS3GetUploadDto!"
1576
1709
  ]
1577
1710
  }
1578
1711
  ],
1579
1712
  "industries": [
1580
- 59
1713
+ 43
1581
1714
  ],
1582
1715
  "findIndustryById": [
1583
- 59,
1716
+ 43,
1584
1717
  {
1585
1718
  "industryId": [
1586
1719
  1,
@@ -1618,7 +1751,7 @@ exports.default = {
1618
1751
  }
1619
1752
  ],
1620
1753
  "existsValidSponsorForEmail": [
1621
- 62,
1754
+ 46,
1622
1755
  {
1623
1756
  "loginEmail": [
1624
1757
  1,
@@ -1627,13 +1760,13 @@ exports.default = {
1627
1760
  }
1628
1761
  ],
1629
1762
  "sponsors": [
1630
- 62
1763
+ 46
1631
1764
  ],
1632
1765
  "getAthletes": [
1633
- 58
1766
+ 67
1634
1767
  ],
1635
1768
  "findAthleteById": [
1636
- 58,
1769
+ 67,
1637
1770
  {
1638
1771
  "athleteId": [
1639
1772
  1,
@@ -1642,10 +1775,10 @@ exports.default = {
1642
1775
  }
1643
1776
  ],
1644
1777
  "getSports": [
1645
- 47
1778
+ 56
1646
1779
  ],
1647
1780
  "findSportById": [
1648
- 47,
1781
+ 56,
1649
1782
  {
1650
1783
  "sportId": [
1651
1784
  1,
@@ -1654,13 +1787,13 @@ exports.default = {
1654
1787
  }
1655
1788
  ],
1656
1789
  "getSportLevels": [
1657
- 50
1790
+ 59
1658
1791
  ],
1659
1792
  "getPublicSponsorships": [
1660
- 45
1793
+ 50
1661
1794
  ],
1662
1795
  "getTenantSponsorships": [
1663
- 45
1796
+ 50
1664
1797
  ],
1665
1798
  "getCountries": [
1666
1799
  35
@@ -1712,7 +1845,7 @@ exports.default = {
1712
1845
  5,
1713
1846
  {
1714
1847
  "tenant": [
1715
- 74,
1848
+ 79,
1716
1849
  "CreateTenantInput!"
1717
1850
  ]
1718
1851
  }
@@ -1721,7 +1854,7 @@ exports.default = {
1721
1854
  11,
1722
1855
  {
1723
1856
  "tenant": [
1724
- 74,
1857
+ 79,
1725
1858
  "CreateTenantInput!"
1726
1859
  ]
1727
1860
  }
@@ -1730,7 +1863,7 @@ exports.default = {
1730
1863
  3,
1731
1864
  {
1732
1865
  "user": [
1733
- 75,
1866
+ 80,
1734
1867
  "CreateActiveUserInput!"
1735
1868
  ]
1736
1869
  }
@@ -1748,7 +1881,7 @@ exports.default = {
1748
1881
  0,
1749
1882
  {
1750
1883
  "input": [
1751
- 76,
1884
+ 81,
1752
1885
  "RegisterUserToDomainFromEmailInput!"
1753
1886
  ]
1754
1887
  }
@@ -1757,7 +1890,7 @@ exports.default = {
1757
1890
  8,
1758
1891
  {
1759
1892
  "dto": [
1760
- 77,
1893
+ 82,
1761
1894
  "RefreshTokenInput!"
1762
1895
  ]
1763
1896
  }
@@ -1766,7 +1899,7 @@ exports.default = {
1766
1899
  29,
1767
1900
  {
1768
1901
  "input": [
1769
- 78,
1902
+ 83,
1770
1903
  "AWSS3DeleteUseTypeFileDto!"
1771
1904
  ]
1772
1905
  }
@@ -1775,7 +1908,7 @@ exports.default = {
1775
1908
  29,
1776
1909
  {
1777
1910
  "input": [
1778
- 79,
1911
+ 84,
1779
1912
  "AWSS3DeleteBucketFileDto!"
1780
1913
  ]
1781
1914
  }
@@ -1784,16 +1917,16 @@ exports.default = {
1784
1917
  26,
1785
1918
  {
1786
1919
  "input": [
1787
- 80,
1920
+ 85,
1788
1921
  "AWSS3UploadedFileDto!"
1789
1922
  ]
1790
1923
  }
1791
1924
  ],
1792
1925
  "createIndustry": [
1793
- 59,
1926
+ 43,
1794
1927
  {
1795
1928
  "input": [
1796
- 81,
1929
+ 86,
1797
1930
  "CreateIndustryDto!"
1798
1931
  ]
1799
1932
  }
@@ -1802,70 +1935,70 @@ exports.default = {
1802
1935
  32,
1803
1936
  {
1804
1937
  "input": [
1805
- 82,
1938
+ 87,
1806
1939
  "CreateBrandDto!"
1807
1940
  ]
1808
1941
  }
1809
1942
  ],
1810
1943
  "registerSponsor": [
1811
- 62,
1944
+ 46,
1812
1945
  {
1813
1946
  "input": [
1814
- 84,
1947
+ 89,
1815
1948
  "RegisterSponsorInput!"
1816
1949
  ]
1817
1950
  }
1818
1951
  ],
1819
1952
  "createSponsor": [
1820
- 62,
1953
+ 46,
1821
1954
  {
1822
1955
  "input": [
1823
- 85,
1956
+ 90,
1824
1957
  "CreateSponsorDto!"
1825
1958
  ]
1826
1959
  }
1827
1960
  ],
1828
1961
  "registerAthlete": [
1829
- 58,
1962
+ 67,
1830
1963
  {
1831
1964
  "input": [
1832
- 86,
1965
+ 91,
1833
1966
  "RegisterAthleteDto!"
1834
1967
  ]
1835
1968
  }
1836
1969
  ],
1837
1970
  "createSport": [
1838
- 47,
1971
+ 56,
1839
1972
  {
1840
1973
  "input": [
1841
- 87,
1974
+ 92,
1842
1975
  "CreateSportDto!"
1843
1976
  ]
1844
1977
  }
1845
1978
  ],
1846
1979
  "updateSport": [
1847
- 47,
1980
+ 56,
1848
1981
  {
1849
1982
  "input": [
1850
- 88,
1983
+ 93,
1851
1984
  "UpdateSportDto!"
1852
1985
  ]
1853
1986
  }
1854
1987
  ],
1855
1988
  "createSportLevel": [
1856
- 50,
1989
+ 59,
1857
1990
  {
1858
1991
  "input": [
1859
- 89,
1992
+ 94,
1860
1993
  "CreateSportLevelDto!"
1861
1994
  ]
1862
1995
  }
1863
1996
  ],
1864
1997
  "createSponsorwhip": [
1865
- 45,
1998
+ 50,
1866
1999
  {
1867
2000
  "input": [
1868
- 91,
2001
+ 96,
1869
2002
  "CreateSponsorshipDto!"
1870
2003
  ]
1871
2004
  }
@@ -1874,7 +2007,7 @@ exports.default = {
1874
2007
  35,
1875
2008
  {
1876
2009
  "input": [
1877
- 97,
2010
+ 102,
1878
2011
  "CreateCountryDto!"
1879
2012
  ]
1880
2013
  }
@@ -1883,7 +2016,7 @@ exports.default = {
1883
2016
  34,
1884
2017
  {
1885
2018
  "input": [
1886
- 98,
2019
+ 103,
1887
2020
  "CreateStateDto!"
1888
2021
  ]
1889
2022
  }
@@ -1892,7 +2025,7 @@ exports.default = {
1892
2025
  33,
1893
2026
  {
1894
2027
  "input": [
1895
- 99,
2028
+ 104,
1896
2029
  "CreateCityDto!"
1897
2030
  ]
1898
2031
  }
@@ -2021,13 +2154,13 @@ exports.default = {
2021
2154
  1
2022
2155
  ],
2023
2156
  "logo": [
2024
- 80
2157
+ 85
2025
2158
  ],
2026
2159
  "banner": [
2027
- 80
2160
+ 85
2028
2161
  ],
2029
2162
  "translations": [
2030
- 83
2163
+ 88
2031
2164
  ],
2032
2165
  "__typename": [
2033
2166
  1
@@ -2050,10 +2183,10 @@ exports.default = {
2050
2183
  1
2051
2184
  ],
2052
2185
  "logo": [
2053
- 80
2186
+ 85
2054
2187
  ],
2055
2188
  "banner": [
2056
- 80
2189
+ 85
2057
2190
  ],
2058
2191
  "__typename": [
2059
2192
  1
@@ -2179,7 +2312,7 @@ exports.default = {
2179
2312
  17
2180
2313
  ],
2181
2314
  "translations": [
2182
- 90
2315
+ 95
2183
2316
  ],
2184
2317
  "__typename": [
2185
2318
  1
@@ -2213,16 +2346,16 @@ exports.default = {
2213
2346
  17
2214
2347
  ],
2215
2348
  "banner": [
2216
- 80
2349
+ 85
2217
2350
  ],
2218
2351
  "criteria": [
2219
- 92
2352
+ 97
2220
2353
  ],
2221
2354
  "sponsorshipItems": [
2222
- 94
2355
+ 99
2223
2356
  ],
2224
2357
  "commitments": [
2225
- 95
2358
+ 100
2226
2359
  ],
2227
2360
  "terms": [
2228
2361
  1
@@ -2231,7 +2364,7 @@ exports.default = {
2231
2364
  2
2232
2365
  ],
2233
2366
  "translations": [
2234
- 96
2367
+ 101
2235
2368
  ],
2236
2369
  "__typename": [
2237
2370
  1
@@ -2245,7 +2378,7 @@ exports.default = {
2245
2378
  1
2246
2379
  ],
2247
2380
  "qualifications": [
2248
- 93
2381
+ 98
2249
2382
  ],
2250
2383
  "__typename": [
2251
2384
  1
@@ -2289,7 +2422,7 @@ exports.default = {
2289
2422
  1
2290
2423
  ],
2291
2424
  "banner": [
2292
- 80
2425
+ 85
2293
2426
  ],
2294
2427
  "terms": [
2295
2428
  1