@vertikalx/vtx-backend-client 1.0.0-dev.41 → 1.0.0-dev.43
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.
- package/package.json +1 -1
- package/src/api/vtx-base-api.d.ts +2 -1
- package/src/api/vtx-base-api.js +67 -0
- package/src/api/vtx-base-api.js.map +1 -1
- package/src/client/schema.d.ts +70 -19
- package/src/client/schema.graphql +40 -19
- package/src/client/schema.js +23 -2
- package/src/client/schema.js.map +1 -1
- package/src/client/types.d.ts +39 -18
- package/src/client/types.js +162 -111
- package/src/client/types.js.map +1 -1
- package/tsconfig.lib.tsbuildinfo +1 -1
package/src/client/types.js
CHANGED
|
@@ -768,6 +768,34 @@ exports.default = {
|
|
|
768
768
|
1
|
|
769
769
|
]
|
|
770
770
|
},
|
|
771
|
+
"AgeQualification": {
|
|
772
|
+
"type": [
|
|
773
|
+
1
|
|
774
|
+
],
|
|
775
|
+
"value": [
|
|
776
|
+
17
|
|
777
|
+
],
|
|
778
|
+
"operator": [
|
|
779
|
+
1
|
|
780
|
+
],
|
|
781
|
+
"__typename": [
|
|
782
|
+
1
|
|
783
|
+
]
|
|
784
|
+
},
|
|
785
|
+
"GenderQualification": {
|
|
786
|
+
"type": [
|
|
787
|
+
1
|
|
788
|
+
],
|
|
789
|
+
"operator": [
|
|
790
|
+
1
|
|
791
|
+
],
|
|
792
|
+
"values": [
|
|
793
|
+
1
|
|
794
|
+
],
|
|
795
|
+
"__typename": [
|
|
796
|
+
1
|
|
797
|
+
]
|
|
798
|
+
},
|
|
771
799
|
"ScoreQualification": {
|
|
772
800
|
"type": [
|
|
773
801
|
1
|
|
@@ -805,6 +833,20 @@ exports.default = {
|
|
|
805
833
|
1
|
|
806
834
|
]
|
|
807
835
|
},
|
|
836
|
+
"NationalityQualification": {
|
|
837
|
+
"type": [
|
|
838
|
+
1
|
|
839
|
+
],
|
|
840
|
+
"operator": [
|
|
841
|
+
1
|
|
842
|
+
],
|
|
843
|
+
"countries": [
|
|
844
|
+
35
|
|
845
|
+
],
|
|
846
|
+
"__typename": [
|
|
847
|
+
1
|
|
848
|
+
]
|
|
849
|
+
},
|
|
808
850
|
"DistanceQualification": {
|
|
809
851
|
"type": [
|
|
810
852
|
1
|
|
@@ -959,16 +1001,16 @@ exports.default = {
|
|
|
959
1001
|
5
|
|
960
1002
|
],
|
|
961
1003
|
"industry": [
|
|
962
|
-
|
|
1004
|
+
46
|
|
963
1005
|
],
|
|
964
1006
|
"stats": [
|
|
965
|
-
|
|
1007
|
+
47
|
|
966
1008
|
],
|
|
967
1009
|
"brands": [
|
|
968
|
-
|
|
1010
|
+
48
|
|
969
1011
|
],
|
|
970
1012
|
"sponsorships": [
|
|
971
|
-
|
|
1013
|
+
55
|
|
972
1014
|
],
|
|
973
1015
|
"approved": [
|
|
974
1016
|
2
|
|
@@ -1118,7 +1160,7 @@ exports.default = {
|
|
|
1118
1160
|
26
|
|
1119
1161
|
],
|
|
1120
1162
|
"criteria": [
|
|
1121
|
-
|
|
1163
|
+
45
|
|
1122
1164
|
],
|
|
1123
1165
|
"deadline": [
|
|
1124
1166
|
14
|
|
@@ -1127,22 +1169,22 @@ exports.default = {
|
|
|
1127
1169
|
14
|
|
1128
1170
|
],
|
|
1129
1171
|
"duration": [
|
|
1130
|
-
|
|
1172
|
+
52
|
|
1131
1173
|
],
|
|
1132
1174
|
"sponsor": [
|
|
1133
|
-
|
|
1175
|
+
49
|
|
1134
1176
|
],
|
|
1135
1177
|
"sponsorshipItems": [
|
|
1136
|
-
|
|
1178
|
+
50
|
|
1137
1179
|
],
|
|
1138
1180
|
"commitments": [
|
|
1139
|
-
|
|
1181
|
+
51
|
|
1140
1182
|
],
|
|
1141
1183
|
"terms": [
|
|
1142
1184
|
1
|
|
1143
1185
|
],
|
|
1144
1186
|
"stats": [
|
|
1145
|
-
|
|
1187
|
+
53
|
|
1146
1188
|
],
|
|
1147
1189
|
"isPrivate": [
|
|
1148
1190
|
2
|
|
@@ -1154,7 +1196,7 @@ exports.default = {
|
|
|
1154
1196
|
2
|
|
1155
1197
|
],
|
|
1156
1198
|
"translations": [
|
|
1157
|
-
|
|
1199
|
+
54
|
|
1158
1200
|
],
|
|
1159
1201
|
"__typename": [
|
|
1160
1202
|
1
|
|
@@ -1230,7 +1272,7 @@ exports.default = {
|
|
|
1230
1272
|
17
|
|
1231
1273
|
],
|
|
1232
1274
|
"translations": [
|
|
1233
|
-
|
|
1275
|
+
59
|
|
1234
1276
|
],
|
|
1235
1277
|
"__typename": [
|
|
1236
1278
|
1
|
|
@@ -1258,16 +1300,16 @@ exports.default = {
|
|
|
1258
1300
|
},
|
|
1259
1301
|
"AthleteRankings": {
|
|
1260
1302
|
"worldRanking": [
|
|
1261
|
-
|
|
1303
|
+
61
|
|
1262
1304
|
],
|
|
1263
1305
|
"countryRanking": [
|
|
1264
|
-
|
|
1306
|
+
61
|
|
1265
1307
|
],
|
|
1266
1308
|
"stateRanking": [
|
|
1267
|
-
|
|
1309
|
+
61
|
|
1268
1310
|
],
|
|
1269
1311
|
"cityRanking": [
|
|
1270
|
-
|
|
1312
|
+
61
|
|
1271
1313
|
],
|
|
1272
1314
|
"__typename": [
|
|
1273
1315
|
1
|
|
@@ -1284,7 +1326,7 @@ exports.default = {
|
|
|
1284
1326
|
1
|
|
1285
1327
|
],
|
|
1286
1328
|
"sports": [
|
|
1287
|
-
|
|
1329
|
+
57
|
|
1288
1330
|
],
|
|
1289
1331
|
"approved": [
|
|
1290
1332
|
2
|
|
@@ -1353,7 +1395,7 @@ exports.default = {
|
|
|
1353
1395
|
1
|
|
1354
1396
|
],
|
|
1355
1397
|
"event": [
|
|
1356
|
-
|
|
1398
|
+
64
|
|
1357
1399
|
],
|
|
1358
1400
|
"eventName": [
|
|
1359
1401
|
1
|
|
@@ -1362,7 +1404,7 @@ exports.default = {
|
|
|
1362
1404
|
14
|
|
1363
1405
|
],
|
|
1364
1406
|
"result": [
|
|
1365
|
-
|
|
1407
|
+
65
|
|
1366
1408
|
],
|
|
1367
1409
|
"__typename": [
|
|
1368
1410
|
1
|
|
@@ -1429,7 +1471,7 @@ exports.default = {
|
|
|
1429
1471
|
35
|
|
1430
1472
|
],
|
|
1431
1473
|
"location": [
|
|
1432
|
-
|
|
1474
|
+
67
|
|
1433
1475
|
],
|
|
1434
1476
|
"trainer": [
|
|
1435
1477
|
1
|
|
@@ -1438,31 +1480,31 @@ exports.default = {
|
|
|
1438
1480
|
1
|
|
1439
1481
|
],
|
|
1440
1482
|
"followStats": [
|
|
1441
|
-
|
|
1483
|
+
56
|
|
1442
1484
|
],
|
|
1443
1485
|
"mainSport": [
|
|
1444
|
-
|
|
1486
|
+
57
|
|
1445
1487
|
],
|
|
1446
1488
|
"mainSportLevel": [
|
|
1447
|
-
|
|
1489
|
+
60
|
|
1448
1490
|
],
|
|
1449
1491
|
"scores": [
|
|
1450
|
-
|
|
1492
|
+
58
|
|
1451
1493
|
],
|
|
1452
1494
|
"rankings": [
|
|
1453
|
-
|
|
1495
|
+
62
|
|
1454
1496
|
],
|
|
1455
1497
|
"allSports": [
|
|
1456
|
-
|
|
1498
|
+
57
|
|
1457
1499
|
],
|
|
1458
1500
|
"teams": [
|
|
1459
|
-
|
|
1501
|
+
63
|
|
1460
1502
|
],
|
|
1461
1503
|
"sponsorBrands": [
|
|
1462
1504
|
32
|
|
1463
1505
|
],
|
|
1464
1506
|
"competitions": [
|
|
1465
|
-
|
|
1507
|
+
66
|
|
1466
1508
|
],
|
|
1467
1509
|
"totalUpcomingCompetitions": [
|
|
1468
1510
|
17
|
|
@@ -1474,77 +1516,80 @@ exports.default = {
|
|
|
1474
1516
|
1
|
|
1475
1517
|
]
|
|
1476
1518
|
},
|
|
1477
|
-
"
|
|
1519
|
+
"AgeQualificationDto": {
|
|
1478
1520
|
"type": [
|
|
1479
1521
|
1
|
|
1480
1522
|
],
|
|
1481
|
-
"
|
|
1482
|
-
|
|
1523
|
+
"value": [
|
|
1524
|
+
17
|
|
1483
1525
|
],
|
|
1484
1526
|
"operator": [
|
|
1485
1527
|
1
|
|
1486
1528
|
],
|
|
1487
|
-
"value": [
|
|
1488
|
-
17
|
|
1489
|
-
],
|
|
1490
1529
|
"__typename": [
|
|
1491
1530
|
1
|
|
1492
1531
|
]
|
|
1493
1532
|
},
|
|
1494
|
-
"
|
|
1533
|
+
"GenderQualificationDto": {
|
|
1495
1534
|
"type": [
|
|
1496
1535
|
1
|
|
1497
1536
|
],
|
|
1498
1537
|
"operator": [
|
|
1499
1538
|
1
|
|
1500
1539
|
],
|
|
1501
|
-
"
|
|
1502
|
-
|
|
1503
|
-
],
|
|
1504
|
-
"states": [
|
|
1505
|
-
69
|
|
1506
|
-
],
|
|
1507
|
-
"cities": [
|
|
1508
|
-
70
|
|
1540
|
+
"values": [
|
|
1541
|
+
1
|
|
1509
1542
|
],
|
|
1510
1543
|
"__typename": [
|
|
1511
1544
|
1
|
|
1512
1545
|
]
|
|
1513
1546
|
},
|
|
1514
|
-
"
|
|
1515
|
-
"
|
|
1547
|
+
"NationalityQualificationDto": {
|
|
1548
|
+
"type": [
|
|
1516
1549
|
1
|
|
1517
1550
|
],
|
|
1518
|
-
"
|
|
1551
|
+
"operator": [
|
|
1552
|
+
1
|
|
1553
|
+
],
|
|
1554
|
+
"countries": [
|
|
1519
1555
|
1
|
|
1520
1556
|
],
|
|
1521
1557
|
"__typename": [
|
|
1522
1558
|
1
|
|
1523
1559
|
]
|
|
1524
1560
|
},
|
|
1525
|
-
"
|
|
1526
|
-
"
|
|
1561
|
+
"ScoreQualificationDto": {
|
|
1562
|
+
"type": [
|
|
1527
1563
|
1
|
|
1528
1564
|
],
|
|
1529
|
-
"
|
|
1565
|
+
"scoreType": [
|
|
1530
1566
|
1
|
|
1531
1567
|
],
|
|
1532
|
-
"
|
|
1533
|
-
|
|
1568
|
+
"operator": [
|
|
1569
|
+
1
|
|
1570
|
+
],
|
|
1571
|
+
"value": [
|
|
1572
|
+
17
|
|
1534
1573
|
],
|
|
1535
1574
|
"__typename": [
|
|
1536
1575
|
1
|
|
1537
1576
|
]
|
|
1538
1577
|
},
|
|
1539
|
-
"
|
|
1540
|
-
"
|
|
1578
|
+
"LocationQualificationDto": {
|
|
1579
|
+
"type": [
|
|
1541
1580
|
1
|
|
1542
1581
|
],
|
|
1543
|
-
"
|
|
1582
|
+
"operator": [
|
|
1544
1583
|
1
|
|
1545
1584
|
],
|
|
1546
|
-
"
|
|
1547
|
-
|
|
1585
|
+
"countries": [
|
|
1586
|
+
1
|
|
1587
|
+
],
|
|
1588
|
+
"states": [
|
|
1589
|
+
1
|
|
1590
|
+
],
|
|
1591
|
+
"cities": [
|
|
1592
|
+
1
|
|
1548
1593
|
],
|
|
1549
1594
|
"__typename": [
|
|
1550
1595
|
1
|
|
@@ -1655,16 +1700,16 @@ exports.default = {
|
|
|
1655
1700
|
28,
|
|
1656
1701
|
{
|
|
1657
1702
|
"input": [
|
|
1658
|
-
|
|
1703
|
+
78,
|
|
1659
1704
|
"AWSS3GetUploadDto!"
|
|
1660
1705
|
]
|
|
1661
1706
|
}
|
|
1662
1707
|
],
|
|
1663
1708
|
"industries": [
|
|
1664
|
-
|
|
1709
|
+
46
|
|
1665
1710
|
],
|
|
1666
1711
|
"findIndustryById": [
|
|
1667
|
-
|
|
1712
|
+
46,
|
|
1668
1713
|
{
|
|
1669
1714
|
"industryId": [
|
|
1670
1715
|
1,
|
|
@@ -1702,7 +1747,7 @@ exports.default = {
|
|
|
1702
1747
|
}
|
|
1703
1748
|
],
|
|
1704
1749
|
"existsValidSponsorForEmail": [
|
|
1705
|
-
|
|
1750
|
+
49,
|
|
1706
1751
|
{
|
|
1707
1752
|
"loginEmail": [
|
|
1708
1753
|
1,
|
|
@@ -1711,13 +1756,13 @@ exports.default = {
|
|
|
1711
1756
|
}
|
|
1712
1757
|
],
|
|
1713
1758
|
"sponsors": [
|
|
1714
|
-
|
|
1759
|
+
49
|
|
1715
1760
|
],
|
|
1716
1761
|
"getAthletes": [
|
|
1717
|
-
|
|
1762
|
+
68
|
|
1718
1763
|
],
|
|
1719
1764
|
"findAthleteById": [
|
|
1720
|
-
|
|
1765
|
+
68,
|
|
1721
1766
|
{
|
|
1722
1767
|
"athleteId": [
|
|
1723
1768
|
1,
|
|
@@ -1726,10 +1771,10 @@ exports.default = {
|
|
|
1726
1771
|
}
|
|
1727
1772
|
],
|
|
1728
1773
|
"getSports": [
|
|
1729
|
-
|
|
1774
|
+
57
|
|
1730
1775
|
],
|
|
1731
1776
|
"findSportById": [
|
|
1732
|
-
|
|
1777
|
+
57,
|
|
1733
1778
|
{
|
|
1734
1779
|
"sportId": [
|
|
1735
1780
|
1,
|
|
@@ -1738,13 +1783,13 @@ exports.default = {
|
|
|
1738
1783
|
}
|
|
1739
1784
|
],
|
|
1740
1785
|
"getSportLevels": [
|
|
1741
|
-
|
|
1786
|
+
60
|
|
1742
1787
|
],
|
|
1743
1788
|
"getPublicSponsorships": [
|
|
1744
|
-
|
|
1789
|
+
55
|
|
1745
1790
|
],
|
|
1746
1791
|
"getTenantSponsorships": [
|
|
1747
|
-
|
|
1792
|
+
55
|
|
1748
1793
|
],
|
|
1749
1794
|
"getCountries": [
|
|
1750
1795
|
35
|
|
@@ -1796,7 +1841,7 @@ exports.default = {
|
|
|
1796
1841
|
5,
|
|
1797
1842
|
{
|
|
1798
1843
|
"tenant": [
|
|
1799
|
-
|
|
1844
|
+
80,
|
|
1800
1845
|
"CreateTenantInput!"
|
|
1801
1846
|
]
|
|
1802
1847
|
}
|
|
@@ -1805,7 +1850,7 @@ exports.default = {
|
|
|
1805
1850
|
11,
|
|
1806
1851
|
{
|
|
1807
1852
|
"tenant": [
|
|
1808
|
-
|
|
1853
|
+
80,
|
|
1809
1854
|
"CreateTenantInput!"
|
|
1810
1855
|
]
|
|
1811
1856
|
}
|
|
@@ -1814,7 +1859,7 @@ exports.default = {
|
|
|
1814
1859
|
3,
|
|
1815
1860
|
{
|
|
1816
1861
|
"user": [
|
|
1817
|
-
|
|
1862
|
+
81,
|
|
1818
1863
|
"CreateActiveUserInput!"
|
|
1819
1864
|
]
|
|
1820
1865
|
}
|
|
@@ -1832,7 +1877,7 @@ exports.default = {
|
|
|
1832
1877
|
0,
|
|
1833
1878
|
{
|
|
1834
1879
|
"input": [
|
|
1835
|
-
|
|
1880
|
+
82,
|
|
1836
1881
|
"RegisterUserToDomainFromEmailInput!"
|
|
1837
1882
|
]
|
|
1838
1883
|
}
|
|
@@ -1841,7 +1886,7 @@ exports.default = {
|
|
|
1841
1886
|
8,
|
|
1842
1887
|
{
|
|
1843
1888
|
"dto": [
|
|
1844
|
-
|
|
1889
|
+
83,
|
|
1845
1890
|
"RefreshTokenInput!"
|
|
1846
1891
|
]
|
|
1847
1892
|
}
|
|
@@ -1850,7 +1895,7 @@ exports.default = {
|
|
|
1850
1895
|
29,
|
|
1851
1896
|
{
|
|
1852
1897
|
"input": [
|
|
1853
|
-
|
|
1898
|
+
84,
|
|
1854
1899
|
"AWSS3DeleteUseTypeFileDto!"
|
|
1855
1900
|
]
|
|
1856
1901
|
}
|
|
@@ -1859,7 +1904,7 @@ exports.default = {
|
|
|
1859
1904
|
29,
|
|
1860
1905
|
{
|
|
1861
1906
|
"input": [
|
|
1862
|
-
|
|
1907
|
+
85,
|
|
1863
1908
|
"AWSS3DeleteBucketFileDto!"
|
|
1864
1909
|
]
|
|
1865
1910
|
}
|
|
@@ -1868,16 +1913,16 @@ exports.default = {
|
|
|
1868
1913
|
26,
|
|
1869
1914
|
{
|
|
1870
1915
|
"input": [
|
|
1871
|
-
|
|
1916
|
+
86,
|
|
1872
1917
|
"AWSS3UploadedFileDto!"
|
|
1873
1918
|
]
|
|
1874
1919
|
}
|
|
1875
1920
|
],
|
|
1876
1921
|
"createIndustry": [
|
|
1877
|
-
|
|
1922
|
+
46,
|
|
1878
1923
|
{
|
|
1879
1924
|
"input": [
|
|
1880
|
-
|
|
1925
|
+
87,
|
|
1881
1926
|
"CreateIndustryDto!"
|
|
1882
1927
|
]
|
|
1883
1928
|
}
|
|
@@ -1886,70 +1931,70 @@ exports.default = {
|
|
|
1886
1931
|
32,
|
|
1887
1932
|
{
|
|
1888
1933
|
"input": [
|
|
1889
|
-
|
|
1934
|
+
88,
|
|
1890
1935
|
"CreateBrandDto!"
|
|
1891
1936
|
]
|
|
1892
1937
|
}
|
|
1893
1938
|
],
|
|
1894
1939
|
"registerSponsor": [
|
|
1895
|
-
|
|
1940
|
+
49,
|
|
1896
1941
|
{
|
|
1897
1942
|
"input": [
|
|
1898
|
-
|
|
1943
|
+
90,
|
|
1899
1944
|
"RegisterSponsorInput!"
|
|
1900
1945
|
]
|
|
1901
1946
|
}
|
|
1902
1947
|
],
|
|
1903
1948
|
"createSponsor": [
|
|
1904
|
-
|
|
1949
|
+
49,
|
|
1905
1950
|
{
|
|
1906
1951
|
"input": [
|
|
1907
|
-
|
|
1952
|
+
91,
|
|
1908
1953
|
"CreateSponsorDto!"
|
|
1909
1954
|
]
|
|
1910
1955
|
}
|
|
1911
1956
|
],
|
|
1912
1957
|
"registerAthlete": [
|
|
1913
|
-
|
|
1958
|
+
68,
|
|
1914
1959
|
{
|
|
1915
1960
|
"input": [
|
|
1916
|
-
|
|
1961
|
+
92,
|
|
1917
1962
|
"RegisterAthleteDto!"
|
|
1918
1963
|
]
|
|
1919
1964
|
}
|
|
1920
1965
|
],
|
|
1921
1966
|
"createSport": [
|
|
1922
|
-
|
|
1967
|
+
57,
|
|
1923
1968
|
{
|
|
1924
1969
|
"input": [
|
|
1925
|
-
|
|
1970
|
+
93,
|
|
1926
1971
|
"CreateSportDto!"
|
|
1927
1972
|
]
|
|
1928
1973
|
}
|
|
1929
1974
|
],
|
|
1930
1975
|
"updateSport": [
|
|
1931
|
-
|
|
1976
|
+
57,
|
|
1932
1977
|
{
|
|
1933
1978
|
"input": [
|
|
1934
|
-
|
|
1979
|
+
94,
|
|
1935
1980
|
"UpdateSportDto!"
|
|
1936
1981
|
]
|
|
1937
1982
|
}
|
|
1938
1983
|
],
|
|
1939
1984
|
"createSportLevel": [
|
|
1940
|
-
|
|
1985
|
+
60,
|
|
1941
1986
|
{
|
|
1942
1987
|
"input": [
|
|
1943
|
-
|
|
1988
|
+
95,
|
|
1944
1989
|
"CreateSportLevelDto!"
|
|
1945
1990
|
]
|
|
1946
1991
|
}
|
|
1947
1992
|
],
|
|
1948
|
-
"
|
|
1949
|
-
|
|
1993
|
+
"createSponsorship": [
|
|
1994
|
+
55,
|
|
1950
1995
|
{
|
|
1951
1996
|
"input": [
|
|
1952
|
-
|
|
1997
|
+
97,
|
|
1953
1998
|
"CreateSponsorshipDto!"
|
|
1954
1999
|
]
|
|
1955
2000
|
}
|
|
@@ -1958,7 +2003,7 @@ exports.default = {
|
|
|
1958
2003
|
35,
|
|
1959
2004
|
{
|
|
1960
2005
|
"input": [
|
|
1961
|
-
|
|
2006
|
+
104,
|
|
1962
2007
|
"CreateCountryDto!"
|
|
1963
2008
|
]
|
|
1964
2009
|
}
|
|
@@ -1967,7 +2012,7 @@ exports.default = {
|
|
|
1967
2012
|
34,
|
|
1968
2013
|
{
|
|
1969
2014
|
"input": [
|
|
1970
|
-
|
|
2015
|
+
105,
|
|
1971
2016
|
"CreateStateDto!"
|
|
1972
2017
|
]
|
|
1973
2018
|
}
|
|
@@ -1976,7 +2021,7 @@ exports.default = {
|
|
|
1976
2021
|
33,
|
|
1977
2022
|
{
|
|
1978
2023
|
"input": [
|
|
1979
|
-
|
|
2024
|
+
106,
|
|
1980
2025
|
"CreateCityDto!"
|
|
1981
2026
|
]
|
|
1982
2027
|
}
|
|
@@ -2105,13 +2150,13 @@ exports.default = {
|
|
|
2105
2150
|
1
|
|
2106
2151
|
],
|
|
2107
2152
|
"logo": [
|
|
2108
|
-
|
|
2153
|
+
86
|
|
2109
2154
|
],
|
|
2110
2155
|
"banner": [
|
|
2111
|
-
|
|
2156
|
+
86
|
|
2112
2157
|
],
|
|
2113
2158
|
"translations": [
|
|
2114
|
-
|
|
2159
|
+
89
|
|
2115
2160
|
],
|
|
2116
2161
|
"__typename": [
|
|
2117
2162
|
1
|
|
@@ -2134,10 +2179,10 @@ exports.default = {
|
|
|
2134
2179
|
1
|
|
2135
2180
|
],
|
|
2136
2181
|
"logo": [
|
|
2137
|
-
|
|
2182
|
+
86
|
|
2138
2183
|
],
|
|
2139
2184
|
"banner": [
|
|
2140
|
-
|
|
2185
|
+
86
|
|
2141
2186
|
],
|
|
2142
2187
|
"__typename": [
|
|
2143
2188
|
1
|
|
@@ -2263,7 +2308,7 @@ exports.default = {
|
|
|
2263
2308
|
17
|
|
2264
2309
|
],
|
|
2265
2310
|
"translations": [
|
|
2266
|
-
|
|
2311
|
+
96
|
|
2267
2312
|
],
|
|
2268
2313
|
"__typename": [
|
|
2269
2314
|
1
|
|
@@ -2297,10 +2342,10 @@ exports.default = {
|
|
|
2297
2342
|
17
|
|
2298
2343
|
],
|
|
2299
2344
|
"banner": [
|
|
2300
|
-
|
|
2345
|
+
86
|
|
2301
2346
|
],
|
|
2302
2347
|
"criteria": [
|
|
2303
|
-
|
|
2348
|
+
98
|
|
2304
2349
|
],
|
|
2305
2350
|
"deadline": [
|
|
2306
2351
|
14
|
|
@@ -2309,13 +2354,13 @@ exports.default = {
|
|
|
2309
2354
|
14
|
|
2310
2355
|
],
|
|
2311
2356
|
"duration": [
|
|
2312
|
-
|
|
2357
|
+
100
|
|
2313
2358
|
],
|
|
2314
2359
|
"sponsorshipItems": [
|
|
2315
|
-
|
|
2360
|
+
101
|
|
2316
2361
|
],
|
|
2317
2362
|
"commitments": [
|
|
2318
|
-
|
|
2363
|
+
102
|
|
2319
2364
|
],
|
|
2320
2365
|
"terms": [
|
|
2321
2366
|
1
|
|
@@ -2327,7 +2372,7 @@ exports.default = {
|
|
|
2327
2372
|
2
|
|
2328
2373
|
],
|
|
2329
2374
|
"translations": [
|
|
2330
|
-
|
|
2375
|
+
103
|
|
2331
2376
|
],
|
|
2332
2377
|
"__typename": [
|
|
2333
2378
|
1
|
|
@@ -2341,7 +2386,7 @@ exports.default = {
|
|
|
2341
2386
|
1
|
|
2342
2387
|
],
|
|
2343
2388
|
"qualifications": [
|
|
2344
|
-
|
|
2389
|
+
99
|
|
2345
2390
|
],
|
|
2346
2391
|
"__typename": [
|
|
2347
2392
|
1
|
|
@@ -2413,6 +2458,12 @@ exports.default = {
|
|
|
2413
2458
|
]
|
|
2414
2459
|
},
|
|
2415
2460
|
"SponsorshipTranslationDto": {
|
|
2461
|
+
"sponsorshipId": [
|
|
2462
|
+
1
|
|
2463
|
+
],
|
|
2464
|
+
"language": [
|
|
2465
|
+
1
|
|
2466
|
+
],
|
|
2416
2467
|
"title": [
|
|
2417
2468
|
1
|
|
2418
2469
|
],
|
|
@@ -2420,7 +2471,7 @@ exports.default = {
|
|
|
2420
2471
|
1
|
|
2421
2472
|
],
|
|
2422
2473
|
"banner": [
|
|
2423
|
-
|
|
2474
|
+
86
|
|
2424
2475
|
],
|
|
2425
2476
|
"terms": [
|
|
2426
2477
|
1
|