@vertikalx/vtx-backend-client 1.0.0-dev-daniel.76 → 1.0.0-dev-daniel.78
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/client/schema.d.ts +48 -0
- package/src/client/schema.graphql +18 -0
- package/src/client/schema.js +23 -2
- package/src/client/schema.js.map +1 -1
- package/src/client/types.d.ts +18 -0
- package/src/client/types.js +129 -87
- 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
|
|
@@ -1499,13 +1541,13 @@ exports.default = {
|
|
|
1499
1541
|
1
|
|
1500
1542
|
],
|
|
1501
1543
|
"countries": [
|
|
1502
|
-
|
|
1544
|
+
71
|
|
1503
1545
|
],
|
|
1504
1546
|
"states": [
|
|
1505
|
-
|
|
1547
|
+
72
|
|
1506
1548
|
],
|
|
1507
1549
|
"cities": [
|
|
1508
|
-
|
|
1550
|
+
73
|
|
1509
1551
|
],
|
|
1510
1552
|
"__typename": [
|
|
1511
1553
|
1
|
|
@@ -1530,7 +1572,7 @@ exports.default = {
|
|
|
1530
1572
|
1
|
|
1531
1573
|
],
|
|
1532
1574
|
"country": [
|
|
1533
|
-
|
|
1575
|
+
71
|
|
1534
1576
|
],
|
|
1535
1577
|
"__typename": [
|
|
1536
1578
|
1
|
|
@@ -1544,7 +1586,7 @@ exports.default = {
|
|
|
1544
1586
|
1
|
|
1545
1587
|
],
|
|
1546
1588
|
"state": [
|
|
1547
|
-
|
|
1589
|
+
72
|
|
1548
1590
|
],
|
|
1549
1591
|
"__typename": [
|
|
1550
1592
|
1
|
|
@@ -1655,16 +1697,16 @@ exports.default = {
|
|
|
1655
1697
|
28,
|
|
1656
1698
|
{
|
|
1657
1699
|
"input": [
|
|
1658
|
-
|
|
1700
|
+
78,
|
|
1659
1701
|
"AWSS3GetUploadDto!"
|
|
1660
1702
|
]
|
|
1661
1703
|
}
|
|
1662
1704
|
],
|
|
1663
1705
|
"industries": [
|
|
1664
|
-
|
|
1706
|
+
46
|
|
1665
1707
|
],
|
|
1666
1708
|
"findIndustryById": [
|
|
1667
|
-
|
|
1709
|
+
46,
|
|
1668
1710
|
{
|
|
1669
1711
|
"industryId": [
|
|
1670
1712
|
1,
|
|
@@ -1702,7 +1744,7 @@ exports.default = {
|
|
|
1702
1744
|
}
|
|
1703
1745
|
],
|
|
1704
1746
|
"existsValidSponsorForEmail": [
|
|
1705
|
-
|
|
1747
|
+
49,
|
|
1706
1748
|
{
|
|
1707
1749
|
"loginEmail": [
|
|
1708
1750
|
1,
|
|
@@ -1711,13 +1753,13 @@ exports.default = {
|
|
|
1711
1753
|
}
|
|
1712
1754
|
],
|
|
1713
1755
|
"sponsors": [
|
|
1714
|
-
|
|
1756
|
+
49
|
|
1715
1757
|
],
|
|
1716
1758
|
"getAthletes": [
|
|
1717
|
-
|
|
1759
|
+
68
|
|
1718
1760
|
],
|
|
1719
1761
|
"findAthleteById": [
|
|
1720
|
-
|
|
1762
|
+
68,
|
|
1721
1763
|
{
|
|
1722
1764
|
"athleteId": [
|
|
1723
1765
|
1,
|
|
@@ -1726,10 +1768,10 @@ exports.default = {
|
|
|
1726
1768
|
}
|
|
1727
1769
|
],
|
|
1728
1770
|
"getSports": [
|
|
1729
|
-
|
|
1771
|
+
57
|
|
1730
1772
|
],
|
|
1731
1773
|
"findSportById": [
|
|
1732
|
-
|
|
1774
|
+
57,
|
|
1733
1775
|
{
|
|
1734
1776
|
"sportId": [
|
|
1735
1777
|
1,
|
|
@@ -1738,13 +1780,13 @@ exports.default = {
|
|
|
1738
1780
|
}
|
|
1739
1781
|
],
|
|
1740
1782
|
"getSportLevels": [
|
|
1741
|
-
|
|
1783
|
+
60
|
|
1742
1784
|
],
|
|
1743
1785
|
"getPublicSponsorships": [
|
|
1744
|
-
|
|
1786
|
+
55
|
|
1745
1787
|
],
|
|
1746
1788
|
"getTenantSponsorships": [
|
|
1747
|
-
|
|
1789
|
+
55
|
|
1748
1790
|
],
|
|
1749
1791
|
"getCountries": [
|
|
1750
1792
|
35
|
|
@@ -1796,7 +1838,7 @@ exports.default = {
|
|
|
1796
1838
|
5,
|
|
1797
1839
|
{
|
|
1798
1840
|
"tenant": [
|
|
1799
|
-
|
|
1841
|
+
80,
|
|
1800
1842
|
"CreateTenantInput!"
|
|
1801
1843
|
]
|
|
1802
1844
|
}
|
|
@@ -1805,7 +1847,7 @@ exports.default = {
|
|
|
1805
1847
|
11,
|
|
1806
1848
|
{
|
|
1807
1849
|
"tenant": [
|
|
1808
|
-
|
|
1850
|
+
80,
|
|
1809
1851
|
"CreateTenantInput!"
|
|
1810
1852
|
]
|
|
1811
1853
|
}
|
|
@@ -1814,7 +1856,7 @@ exports.default = {
|
|
|
1814
1856
|
3,
|
|
1815
1857
|
{
|
|
1816
1858
|
"user": [
|
|
1817
|
-
|
|
1859
|
+
81,
|
|
1818
1860
|
"CreateActiveUserInput!"
|
|
1819
1861
|
]
|
|
1820
1862
|
}
|
|
@@ -1832,7 +1874,7 @@ exports.default = {
|
|
|
1832
1874
|
0,
|
|
1833
1875
|
{
|
|
1834
1876
|
"input": [
|
|
1835
|
-
|
|
1877
|
+
82,
|
|
1836
1878
|
"RegisterUserToDomainFromEmailInput!"
|
|
1837
1879
|
]
|
|
1838
1880
|
}
|
|
@@ -1841,7 +1883,7 @@ exports.default = {
|
|
|
1841
1883
|
8,
|
|
1842
1884
|
{
|
|
1843
1885
|
"dto": [
|
|
1844
|
-
|
|
1886
|
+
83,
|
|
1845
1887
|
"RefreshTokenInput!"
|
|
1846
1888
|
]
|
|
1847
1889
|
}
|
|
@@ -1850,7 +1892,7 @@ exports.default = {
|
|
|
1850
1892
|
29,
|
|
1851
1893
|
{
|
|
1852
1894
|
"input": [
|
|
1853
|
-
|
|
1895
|
+
84,
|
|
1854
1896
|
"AWSS3DeleteUseTypeFileDto!"
|
|
1855
1897
|
]
|
|
1856
1898
|
}
|
|
@@ -1859,7 +1901,7 @@ exports.default = {
|
|
|
1859
1901
|
29,
|
|
1860
1902
|
{
|
|
1861
1903
|
"input": [
|
|
1862
|
-
|
|
1904
|
+
85,
|
|
1863
1905
|
"AWSS3DeleteBucketFileDto!"
|
|
1864
1906
|
]
|
|
1865
1907
|
}
|
|
@@ -1868,16 +1910,16 @@ exports.default = {
|
|
|
1868
1910
|
26,
|
|
1869
1911
|
{
|
|
1870
1912
|
"input": [
|
|
1871
|
-
|
|
1913
|
+
86,
|
|
1872
1914
|
"AWSS3UploadedFileDto!"
|
|
1873
1915
|
]
|
|
1874
1916
|
}
|
|
1875
1917
|
],
|
|
1876
1918
|
"createIndustry": [
|
|
1877
|
-
|
|
1919
|
+
46,
|
|
1878
1920
|
{
|
|
1879
1921
|
"input": [
|
|
1880
|
-
|
|
1922
|
+
87,
|
|
1881
1923
|
"CreateIndustryDto!"
|
|
1882
1924
|
]
|
|
1883
1925
|
}
|
|
@@ -1886,70 +1928,70 @@ exports.default = {
|
|
|
1886
1928
|
32,
|
|
1887
1929
|
{
|
|
1888
1930
|
"input": [
|
|
1889
|
-
|
|
1931
|
+
88,
|
|
1890
1932
|
"CreateBrandDto!"
|
|
1891
1933
|
]
|
|
1892
1934
|
}
|
|
1893
1935
|
],
|
|
1894
1936
|
"registerSponsor": [
|
|
1895
|
-
|
|
1937
|
+
49,
|
|
1896
1938
|
{
|
|
1897
1939
|
"input": [
|
|
1898
|
-
|
|
1940
|
+
90,
|
|
1899
1941
|
"RegisterSponsorInput!"
|
|
1900
1942
|
]
|
|
1901
1943
|
}
|
|
1902
1944
|
],
|
|
1903
1945
|
"createSponsor": [
|
|
1904
|
-
|
|
1946
|
+
49,
|
|
1905
1947
|
{
|
|
1906
1948
|
"input": [
|
|
1907
|
-
|
|
1949
|
+
91,
|
|
1908
1950
|
"CreateSponsorDto!"
|
|
1909
1951
|
]
|
|
1910
1952
|
}
|
|
1911
1953
|
],
|
|
1912
1954
|
"registerAthlete": [
|
|
1913
|
-
|
|
1955
|
+
68,
|
|
1914
1956
|
{
|
|
1915
1957
|
"input": [
|
|
1916
|
-
|
|
1958
|
+
92,
|
|
1917
1959
|
"RegisterAthleteDto!"
|
|
1918
1960
|
]
|
|
1919
1961
|
}
|
|
1920
1962
|
],
|
|
1921
1963
|
"createSport": [
|
|
1922
|
-
|
|
1964
|
+
57,
|
|
1923
1965
|
{
|
|
1924
1966
|
"input": [
|
|
1925
|
-
|
|
1967
|
+
93,
|
|
1926
1968
|
"CreateSportDto!"
|
|
1927
1969
|
]
|
|
1928
1970
|
}
|
|
1929
1971
|
],
|
|
1930
1972
|
"updateSport": [
|
|
1931
|
-
|
|
1973
|
+
57,
|
|
1932
1974
|
{
|
|
1933
1975
|
"input": [
|
|
1934
|
-
|
|
1976
|
+
94,
|
|
1935
1977
|
"UpdateSportDto!"
|
|
1936
1978
|
]
|
|
1937
1979
|
}
|
|
1938
1980
|
],
|
|
1939
1981
|
"createSportLevel": [
|
|
1940
|
-
|
|
1982
|
+
60,
|
|
1941
1983
|
{
|
|
1942
1984
|
"input": [
|
|
1943
|
-
|
|
1985
|
+
95,
|
|
1944
1986
|
"CreateSportLevelDto!"
|
|
1945
1987
|
]
|
|
1946
1988
|
}
|
|
1947
1989
|
],
|
|
1948
1990
|
"createSponsorwhip": [
|
|
1949
|
-
|
|
1991
|
+
55,
|
|
1950
1992
|
{
|
|
1951
1993
|
"input": [
|
|
1952
|
-
|
|
1994
|
+
97,
|
|
1953
1995
|
"CreateSponsorshipDto!"
|
|
1954
1996
|
]
|
|
1955
1997
|
}
|
|
@@ -1958,7 +2000,7 @@ exports.default = {
|
|
|
1958
2000
|
35,
|
|
1959
2001
|
{
|
|
1960
2002
|
"input": [
|
|
1961
|
-
|
|
2003
|
+
104,
|
|
1962
2004
|
"CreateCountryDto!"
|
|
1963
2005
|
]
|
|
1964
2006
|
}
|
|
@@ -1967,7 +2009,7 @@ exports.default = {
|
|
|
1967
2009
|
34,
|
|
1968
2010
|
{
|
|
1969
2011
|
"input": [
|
|
1970
|
-
|
|
2012
|
+
105,
|
|
1971
2013
|
"CreateStateDto!"
|
|
1972
2014
|
]
|
|
1973
2015
|
}
|
|
@@ -1976,7 +2018,7 @@ exports.default = {
|
|
|
1976
2018
|
33,
|
|
1977
2019
|
{
|
|
1978
2020
|
"input": [
|
|
1979
|
-
|
|
2021
|
+
106,
|
|
1980
2022
|
"CreateCityDto!"
|
|
1981
2023
|
]
|
|
1982
2024
|
}
|
|
@@ -2105,13 +2147,13 @@ exports.default = {
|
|
|
2105
2147
|
1
|
|
2106
2148
|
],
|
|
2107
2149
|
"logo": [
|
|
2108
|
-
|
|
2150
|
+
86
|
|
2109
2151
|
],
|
|
2110
2152
|
"banner": [
|
|
2111
|
-
|
|
2153
|
+
86
|
|
2112
2154
|
],
|
|
2113
2155
|
"translations": [
|
|
2114
|
-
|
|
2156
|
+
89
|
|
2115
2157
|
],
|
|
2116
2158
|
"__typename": [
|
|
2117
2159
|
1
|
|
@@ -2134,10 +2176,10 @@ exports.default = {
|
|
|
2134
2176
|
1
|
|
2135
2177
|
],
|
|
2136
2178
|
"logo": [
|
|
2137
|
-
|
|
2179
|
+
86
|
|
2138
2180
|
],
|
|
2139
2181
|
"banner": [
|
|
2140
|
-
|
|
2182
|
+
86
|
|
2141
2183
|
],
|
|
2142
2184
|
"__typename": [
|
|
2143
2185
|
1
|
|
@@ -2263,7 +2305,7 @@ exports.default = {
|
|
|
2263
2305
|
17
|
|
2264
2306
|
],
|
|
2265
2307
|
"translations": [
|
|
2266
|
-
|
|
2308
|
+
96
|
|
2267
2309
|
],
|
|
2268
2310
|
"__typename": [
|
|
2269
2311
|
1
|
|
@@ -2297,10 +2339,10 @@ exports.default = {
|
|
|
2297
2339
|
17
|
|
2298
2340
|
],
|
|
2299
2341
|
"banner": [
|
|
2300
|
-
|
|
2342
|
+
86
|
|
2301
2343
|
],
|
|
2302
2344
|
"criteria": [
|
|
2303
|
-
|
|
2345
|
+
98
|
|
2304
2346
|
],
|
|
2305
2347
|
"deadline": [
|
|
2306
2348
|
14
|
|
@@ -2309,13 +2351,13 @@ exports.default = {
|
|
|
2309
2351
|
14
|
|
2310
2352
|
],
|
|
2311
2353
|
"duration": [
|
|
2312
|
-
|
|
2354
|
+
100
|
|
2313
2355
|
],
|
|
2314
2356
|
"sponsorshipItems": [
|
|
2315
|
-
|
|
2357
|
+
101
|
|
2316
2358
|
],
|
|
2317
2359
|
"commitments": [
|
|
2318
|
-
|
|
2360
|
+
102
|
|
2319
2361
|
],
|
|
2320
2362
|
"terms": [
|
|
2321
2363
|
1
|
|
@@ -2327,7 +2369,7 @@ exports.default = {
|
|
|
2327
2369
|
2
|
|
2328
2370
|
],
|
|
2329
2371
|
"translations": [
|
|
2330
|
-
|
|
2372
|
+
103
|
|
2331
2373
|
],
|
|
2332
2374
|
"__typename": [
|
|
2333
2375
|
1
|
|
@@ -2341,7 +2383,7 @@ exports.default = {
|
|
|
2341
2383
|
1
|
|
2342
2384
|
],
|
|
2343
2385
|
"qualifications": [
|
|
2344
|
-
|
|
2386
|
+
99
|
|
2345
2387
|
],
|
|
2346
2388
|
"__typename": [
|
|
2347
2389
|
1
|
|
@@ -2420,7 +2462,7 @@ exports.default = {
|
|
|
2420
2462
|
1
|
|
2421
2463
|
],
|
|
2422
2464
|
"banner": [
|
|
2423
|
-
|
|
2465
|
+
86
|
|
2424
2466
|
],
|
|
2425
2467
|
"terms": [
|
|
2426
2468
|
1
|