@vertikalx/vtx-backend-client 1.0.0-dev.39 → 1.0.0-dev.40
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 +42 -98
- package/src/client/schema.graphql +24 -40
- package/src/client/schema.js +9 -30
- package/src/client/schema.js.map +1 -1
- package/src/client/types.d.ts +23 -43
- package/src/client/types.js +135 -183
- package/src/client/types.js.map +1 -1
- package/tsconfig.lib.tsbuildinfo +1 -1
package/src/client/types.js
CHANGED
|
@@ -968,7 +968,7 @@ exports.default = {
|
|
|
968
968
|
45
|
|
969
969
|
],
|
|
970
970
|
"sponsorships": [
|
|
971
|
-
|
|
971
|
+
52
|
|
972
972
|
],
|
|
973
973
|
"approved": [
|
|
974
974
|
2
|
|
@@ -981,6 +981,9 @@ exports.default = {
|
|
|
981
981
|
"_id": [
|
|
982
982
|
1
|
|
983
983
|
],
|
|
984
|
+
"quantity": [
|
|
985
|
+
17
|
|
986
|
+
],
|
|
984
987
|
"title": [
|
|
985
988
|
1
|
|
986
989
|
],
|
|
@@ -994,6 +997,38 @@ exports.default = {
|
|
|
994
997
|
1
|
|
995
998
|
]
|
|
996
999
|
},
|
|
1000
|
+
"SponsorshipCommitment": {
|
|
1001
|
+
"_id": [
|
|
1002
|
+
1
|
|
1003
|
+
],
|
|
1004
|
+
"title": [
|
|
1005
|
+
1
|
|
1006
|
+
],
|
|
1007
|
+
"details": [
|
|
1008
|
+
1
|
|
1009
|
+
],
|
|
1010
|
+
"hashTags": [
|
|
1011
|
+
1
|
|
1012
|
+
],
|
|
1013
|
+
"media": [
|
|
1014
|
+
1
|
|
1015
|
+
],
|
|
1016
|
+
"actionType": [
|
|
1017
|
+
1
|
|
1018
|
+
],
|
|
1019
|
+
"frequency": [
|
|
1020
|
+
17
|
|
1021
|
+
],
|
|
1022
|
+
"periodicity": [
|
|
1023
|
+
1
|
|
1024
|
+
],
|
|
1025
|
+
"autoMeasurable": [
|
|
1026
|
+
2
|
|
1027
|
+
],
|
|
1028
|
+
"__typename": [
|
|
1029
|
+
1
|
|
1030
|
+
]
|
|
1031
|
+
},
|
|
997
1032
|
"Duration": {
|
|
998
1033
|
"length": [
|
|
999
1034
|
17
|
|
@@ -1092,7 +1127,7 @@ exports.default = {
|
|
|
1092
1127
|
14
|
|
1093
1128
|
],
|
|
1094
1129
|
"duration": [
|
|
1095
|
-
|
|
1130
|
+
49
|
|
1096
1131
|
],
|
|
1097
1132
|
"sponsor": [
|
|
1098
1133
|
46
|
|
@@ -1101,13 +1136,13 @@ exports.default = {
|
|
|
1101
1136
|
47
|
|
1102
1137
|
],
|
|
1103
1138
|
"commitments": [
|
|
1104
|
-
|
|
1139
|
+
48
|
|
1105
1140
|
],
|
|
1106
1141
|
"terms": [
|
|
1107
1142
|
1
|
|
1108
1143
|
],
|
|
1109
1144
|
"stats": [
|
|
1110
|
-
|
|
1145
|
+
50
|
|
1111
1146
|
],
|
|
1112
1147
|
"isPrivate": [
|
|
1113
1148
|
2
|
|
@@ -1119,114 +1154,7 @@ exports.default = {
|
|
|
1119
1154
|
2
|
|
1120
1155
|
],
|
|
1121
1156
|
"translations": [
|
|
1122
|
-
|
|
1123
|
-
],
|
|
1124
|
-
"__typename": [
|
|
1125
|
-
1
|
|
1126
|
-
]
|
|
1127
|
-
},
|
|
1128
|
-
"CommitmentType": {
|
|
1129
|
-
"on_SponsorshipCommitment": [
|
|
1130
|
-
53
|
|
1131
|
-
],
|
|
1132
|
-
"on_DatedSponsorshipCommitment": [
|
|
1133
|
-
54
|
|
1134
|
-
],
|
|
1135
|
-
"on_RecurrentSponsorshipCommitment": [
|
|
1136
|
-
55
|
|
1137
|
-
],
|
|
1138
|
-
"__typename": [
|
|
1139
|
-
1
|
|
1140
|
-
]
|
|
1141
|
-
},
|
|
1142
|
-
"SponsorshipCommitment": {
|
|
1143
|
-
"_id": [
|
|
1144
|
-
1
|
|
1145
|
-
],
|
|
1146
|
-
"title": [
|
|
1147
|
-
1
|
|
1148
|
-
],
|
|
1149
|
-
"details": [
|
|
1150
|
-
1
|
|
1151
|
-
],
|
|
1152
|
-
"type": [
|
|
1153
|
-
1
|
|
1154
|
-
],
|
|
1155
|
-
"hashTags": [
|
|
1156
|
-
1
|
|
1157
|
-
],
|
|
1158
|
-
"media": [
|
|
1159
|
-
1
|
|
1160
|
-
],
|
|
1161
|
-
"actionType": [
|
|
1162
|
-
1
|
|
1163
|
-
],
|
|
1164
|
-
"autoMeasurable": [
|
|
1165
|
-
2
|
|
1166
|
-
],
|
|
1167
|
-
"__typename": [
|
|
1168
|
-
1
|
|
1169
|
-
]
|
|
1170
|
-
},
|
|
1171
|
-
"DatedSponsorshipCommitment": {
|
|
1172
|
-
"_id": [
|
|
1173
|
-
1
|
|
1174
|
-
],
|
|
1175
|
-
"title": [
|
|
1176
|
-
1
|
|
1177
|
-
],
|
|
1178
|
-
"details": [
|
|
1179
|
-
1
|
|
1180
|
-
],
|
|
1181
|
-
"type": [
|
|
1182
|
-
1
|
|
1183
|
-
],
|
|
1184
|
-
"hashTags": [
|
|
1185
|
-
1
|
|
1186
|
-
],
|
|
1187
|
-
"media": [
|
|
1188
|
-
1
|
|
1189
|
-
],
|
|
1190
|
-
"actionType": [
|
|
1191
|
-
1
|
|
1192
|
-
],
|
|
1193
|
-
"autoMeasurable": [
|
|
1194
|
-
2
|
|
1195
|
-
],
|
|
1196
|
-
"usesTime": [
|
|
1197
|
-
2
|
|
1198
|
-
],
|
|
1199
|
-
"date": [
|
|
1200
|
-
14
|
|
1201
|
-
],
|
|
1202
|
-
"__typename": [
|
|
1203
|
-
1
|
|
1204
|
-
]
|
|
1205
|
-
},
|
|
1206
|
-
"RecurrentSponsorshipCommitment": {
|
|
1207
|
-
"_id": [
|
|
1208
|
-
1
|
|
1209
|
-
],
|
|
1210
|
-
"title": [
|
|
1211
|
-
1
|
|
1212
|
-
],
|
|
1213
|
-
"details": [
|
|
1214
|
-
1
|
|
1215
|
-
],
|
|
1216
|
-
"type": [
|
|
1217
|
-
1
|
|
1218
|
-
],
|
|
1219
|
-
"hashTags": [
|
|
1220
|
-
1
|
|
1221
|
-
],
|
|
1222
|
-
"media": [
|
|
1223
|
-
1
|
|
1224
|
-
],
|
|
1225
|
-
"actionType": [
|
|
1226
|
-
1
|
|
1227
|
-
],
|
|
1228
|
-
"autoMeasurable": [
|
|
1229
|
-
2
|
|
1157
|
+
51
|
|
1230
1158
|
],
|
|
1231
1159
|
"__typename": [
|
|
1232
1160
|
1
|
|
@@ -1302,7 +1230,7 @@ exports.default = {
|
|
|
1302
1230
|
17
|
|
1303
1231
|
],
|
|
1304
1232
|
"translations": [
|
|
1305
|
-
|
|
1233
|
+
56
|
|
1306
1234
|
],
|
|
1307
1235
|
"__typename": [
|
|
1308
1236
|
1
|
|
@@ -1330,16 +1258,16 @@ exports.default = {
|
|
|
1330
1258
|
},
|
|
1331
1259
|
"AthleteRankings": {
|
|
1332
1260
|
"worldRanking": [
|
|
1333
|
-
|
|
1261
|
+
58
|
|
1334
1262
|
],
|
|
1335
1263
|
"countryRanking": [
|
|
1336
|
-
|
|
1264
|
+
58
|
|
1337
1265
|
],
|
|
1338
1266
|
"stateRanking": [
|
|
1339
|
-
|
|
1267
|
+
58
|
|
1340
1268
|
],
|
|
1341
1269
|
"cityRanking": [
|
|
1342
|
-
|
|
1270
|
+
58
|
|
1343
1271
|
],
|
|
1344
1272
|
"__typename": [
|
|
1345
1273
|
1
|
|
@@ -1356,7 +1284,7 @@ exports.default = {
|
|
|
1356
1284
|
1
|
|
1357
1285
|
],
|
|
1358
1286
|
"sports": [
|
|
1359
|
-
|
|
1287
|
+
54
|
|
1360
1288
|
],
|
|
1361
1289
|
"approved": [
|
|
1362
1290
|
2
|
|
@@ -1425,7 +1353,7 @@ exports.default = {
|
|
|
1425
1353
|
1
|
|
1426
1354
|
],
|
|
1427
1355
|
"event": [
|
|
1428
|
-
|
|
1356
|
+
61
|
|
1429
1357
|
],
|
|
1430
1358
|
"eventName": [
|
|
1431
1359
|
1
|
|
@@ -1434,7 +1362,7 @@ exports.default = {
|
|
|
1434
1362
|
14
|
|
1435
1363
|
],
|
|
1436
1364
|
"result": [
|
|
1437
|
-
|
|
1365
|
+
62
|
|
1438
1366
|
],
|
|
1439
1367
|
"__typename": [
|
|
1440
1368
|
1
|
|
@@ -1501,7 +1429,7 @@ exports.default = {
|
|
|
1501
1429
|
35
|
|
1502
1430
|
],
|
|
1503
1431
|
"location": [
|
|
1504
|
-
|
|
1432
|
+
64
|
|
1505
1433
|
],
|
|
1506
1434
|
"trainer": [
|
|
1507
1435
|
1
|
|
@@ -1510,31 +1438,31 @@ exports.default = {
|
|
|
1510
1438
|
1
|
|
1511
1439
|
],
|
|
1512
1440
|
"followStats": [
|
|
1513
|
-
|
|
1441
|
+
53
|
|
1514
1442
|
],
|
|
1515
1443
|
"mainSport": [
|
|
1516
|
-
|
|
1444
|
+
54
|
|
1517
1445
|
],
|
|
1518
1446
|
"mainSportLevel": [
|
|
1519
|
-
|
|
1447
|
+
57
|
|
1520
1448
|
],
|
|
1521
1449
|
"scores": [
|
|
1522
|
-
|
|
1450
|
+
55
|
|
1523
1451
|
],
|
|
1524
1452
|
"rankings": [
|
|
1525
|
-
|
|
1453
|
+
59
|
|
1526
1454
|
],
|
|
1527
1455
|
"allSports": [
|
|
1528
|
-
|
|
1456
|
+
54
|
|
1529
1457
|
],
|
|
1530
1458
|
"teams": [
|
|
1531
|
-
|
|
1459
|
+
60
|
|
1532
1460
|
],
|
|
1533
1461
|
"sponsorBrands": [
|
|
1534
1462
|
32
|
|
1535
1463
|
],
|
|
1536
1464
|
"competitions": [
|
|
1537
|
-
|
|
1465
|
+
63
|
|
1538
1466
|
],
|
|
1539
1467
|
"totalUpcomingCompetitions": [
|
|
1540
1468
|
17
|
|
@@ -1571,13 +1499,13 @@ exports.default = {
|
|
|
1571
1499
|
1
|
|
1572
1500
|
],
|
|
1573
1501
|
"countries": [
|
|
1574
|
-
|
|
1502
|
+
68
|
|
1575
1503
|
],
|
|
1576
1504
|
"states": [
|
|
1577
|
-
|
|
1505
|
+
69
|
|
1578
1506
|
],
|
|
1579
1507
|
"cities": [
|
|
1580
|
-
|
|
1508
|
+
70
|
|
1581
1509
|
],
|
|
1582
1510
|
"__typename": [
|
|
1583
1511
|
1
|
|
@@ -1602,7 +1530,7 @@ exports.default = {
|
|
|
1602
1530
|
1
|
|
1603
1531
|
],
|
|
1604
1532
|
"country": [
|
|
1605
|
-
|
|
1533
|
+
68
|
|
1606
1534
|
],
|
|
1607
1535
|
"__typename": [
|
|
1608
1536
|
1
|
|
@@ -1616,7 +1544,7 @@ exports.default = {
|
|
|
1616
1544
|
1
|
|
1617
1545
|
],
|
|
1618
1546
|
"state": [
|
|
1619
|
-
|
|
1547
|
+
69
|
|
1620
1548
|
],
|
|
1621
1549
|
"__typename": [
|
|
1622
1550
|
1
|
|
@@ -1727,7 +1655,7 @@ exports.default = {
|
|
|
1727
1655
|
28,
|
|
1728
1656
|
{
|
|
1729
1657
|
"input": [
|
|
1730
|
-
|
|
1658
|
+
75,
|
|
1731
1659
|
"AWSS3GetUploadDto!"
|
|
1732
1660
|
]
|
|
1733
1661
|
}
|
|
@@ -1786,10 +1714,10 @@ exports.default = {
|
|
|
1786
1714
|
46
|
|
1787
1715
|
],
|
|
1788
1716
|
"getAthletes": [
|
|
1789
|
-
|
|
1717
|
+
65
|
|
1790
1718
|
],
|
|
1791
1719
|
"findAthleteById": [
|
|
1792
|
-
|
|
1720
|
+
65,
|
|
1793
1721
|
{
|
|
1794
1722
|
"athleteId": [
|
|
1795
1723
|
1,
|
|
@@ -1798,10 +1726,10 @@ exports.default = {
|
|
|
1798
1726
|
}
|
|
1799
1727
|
],
|
|
1800
1728
|
"getSports": [
|
|
1801
|
-
|
|
1729
|
+
54
|
|
1802
1730
|
],
|
|
1803
1731
|
"findSportById": [
|
|
1804
|
-
|
|
1732
|
+
54,
|
|
1805
1733
|
{
|
|
1806
1734
|
"sportId": [
|
|
1807
1735
|
1,
|
|
@@ -1810,13 +1738,13 @@ exports.default = {
|
|
|
1810
1738
|
}
|
|
1811
1739
|
],
|
|
1812
1740
|
"getSportLevels": [
|
|
1813
|
-
|
|
1741
|
+
57
|
|
1814
1742
|
],
|
|
1815
1743
|
"getPublicSponsorships": [
|
|
1816
|
-
|
|
1744
|
+
52
|
|
1817
1745
|
],
|
|
1818
1746
|
"getTenantSponsorships": [
|
|
1819
|
-
|
|
1747
|
+
52
|
|
1820
1748
|
],
|
|
1821
1749
|
"getCountries": [
|
|
1822
1750
|
35
|
|
@@ -1868,7 +1796,7 @@ exports.default = {
|
|
|
1868
1796
|
5,
|
|
1869
1797
|
{
|
|
1870
1798
|
"tenant": [
|
|
1871
|
-
|
|
1799
|
+
77,
|
|
1872
1800
|
"CreateTenantInput!"
|
|
1873
1801
|
]
|
|
1874
1802
|
}
|
|
@@ -1877,7 +1805,7 @@ exports.default = {
|
|
|
1877
1805
|
11,
|
|
1878
1806
|
{
|
|
1879
1807
|
"tenant": [
|
|
1880
|
-
|
|
1808
|
+
77,
|
|
1881
1809
|
"CreateTenantInput!"
|
|
1882
1810
|
]
|
|
1883
1811
|
}
|
|
@@ -1886,7 +1814,7 @@ exports.default = {
|
|
|
1886
1814
|
3,
|
|
1887
1815
|
{
|
|
1888
1816
|
"user": [
|
|
1889
|
-
|
|
1817
|
+
78,
|
|
1890
1818
|
"CreateActiveUserInput!"
|
|
1891
1819
|
]
|
|
1892
1820
|
}
|
|
@@ -1904,7 +1832,7 @@ exports.default = {
|
|
|
1904
1832
|
0,
|
|
1905
1833
|
{
|
|
1906
1834
|
"input": [
|
|
1907
|
-
|
|
1835
|
+
79,
|
|
1908
1836
|
"RegisterUserToDomainFromEmailInput!"
|
|
1909
1837
|
]
|
|
1910
1838
|
}
|
|
@@ -1913,7 +1841,7 @@ exports.default = {
|
|
|
1913
1841
|
8,
|
|
1914
1842
|
{
|
|
1915
1843
|
"dto": [
|
|
1916
|
-
|
|
1844
|
+
80,
|
|
1917
1845
|
"RefreshTokenInput!"
|
|
1918
1846
|
]
|
|
1919
1847
|
}
|
|
@@ -1922,7 +1850,7 @@ exports.default = {
|
|
|
1922
1850
|
29,
|
|
1923
1851
|
{
|
|
1924
1852
|
"input": [
|
|
1925
|
-
|
|
1853
|
+
81,
|
|
1926
1854
|
"AWSS3DeleteUseTypeFileDto!"
|
|
1927
1855
|
]
|
|
1928
1856
|
}
|
|
@@ -1931,7 +1859,7 @@ exports.default = {
|
|
|
1931
1859
|
29,
|
|
1932
1860
|
{
|
|
1933
1861
|
"input": [
|
|
1934
|
-
|
|
1862
|
+
82,
|
|
1935
1863
|
"AWSS3DeleteBucketFileDto!"
|
|
1936
1864
|
]
|
|
1937
1865
|
}
|
|
@@ -1940,7 +1868,7 @@ exports.default = {
|
|
|
1940
1868
|
26,
|
|
1941
1869
|
{
|
|
1942
1870
|
"input": [
|
|
1943
|
-
|
|
1871
|
+
83,
|
|
1944
1872
|
"AWSS3UploadedFileDto!"
|
|
1945
1873
|
]
|
|
1946
1874
|
}
|
|
@@ -1949,7 +1877,7 @@ exports.default = {
|
|
|
1949
1877
|
43,
|
|
1950
1878
|
{
|
|
1951
1879
|
"input": [
|
|
1952
|
-
|
|
1880
|
+
84,
|
|
1953
1881
|
"CreateIndustryDto!"
|
|
1954
1882
|
]
|
|
1955
1883
|
}
|
|
@@ -1958,7 +1886,7 @@ exports.default = {
|
|
|
1958
1886
|
32,
|
|
1959
1887
|
{
|
|
1960
1888
|
"input": [
|
|
1961
|
-
|
|
1889
|
+
85,
|
|
1962
1890
|
"CreateBrandDto!"
|
|
1963
1891
|
]
|
|
1964
1892
|
}
|
|
@@ -1967,7 +1895,7 @@ exports.default = {
|
|
|
1967
1895
|
46,
|
|
1968
1896
|
{
|
|
1969
1897
|
"input": [
|
|
1970
|
-
|
|
1898
|
+
87,
|
|
1971
1899
|
"RegisterSponsorInput!"
|
|
1972
1900
|
]
|
|
1973
1901
|
}
|
|
@@ -1976,52 +1904,52 @@ exports.default = {
|
|
|
1976
1904
|
46,
|
|
1977
1905
|
{
|
|
1978
1906
|
"input": [
|
|
1979
|
-
|
|
1907
|
+
88,
|
|
1980
1908
|
"CreateSponsorDto!"
|
|
1981
1909
|
]
|
|
1982
1910
|
}
|
|
1983
1911
|
],
|
|
1984
1912
|
"registerAthlete": [
|
|
1985
|
-
|
|
1913
|
+
65,
|
|
1986
1914
|
{
|
|
1987
1915
|
"input": [
|
|
1988
|
-
|
|
1916
|
+
89,
|
|
1989
1917
|
"RegisterAthleteDto!"
|
|
1990
1918
|
]
|
|
1991
1919
|
}
|
|
1992
1920
|
],
|
|
1993
1921
|
"createSport": [
|
|
1994
|
-
|
|
1922
|
+
54,
|
|
1995
1923
|
{
|
|
1996
1924
|
"input": [
|
|
1997
|
-
|
|
1925
|
+
90,
|
|
1998
1926
|
"CreateSportDto!"
|
|
1999
1927
|
]
|
|
2000
1928
|
}
|
|
2001
1929
|
],
|
|
2002
1930
|
"updateSport": [
|
|
2003
|
-
|
|
1931
|
+
54,
|
|
2004
1932
|
{
|
|
2005
1933
|
"input": [
|
|
2006
|
-
|
|
1934
|
+
91,
|
|
2007
1935
|
"UpdateSportDto!"
|
|
2008
1936
|
]
|
|
2009
1937
|
}
|
|
2010
1938
|
],
|
|
2011
1939
|
"createSportLevel": [
|
|
2012
|
-
|
|
1940
|
+
57,
|
|
2013
1941
|
{
|
|
2014
1942
|
"input": [
|
|
2015
|
-
|
|
1943
|
+
92,
|
|
2016
1944
|
"CreateSportLevelDto!"
|
|
2017
1945
|
]
|
|
2018
1946
|
}
|
|
2019
1947
|
],
|
|
2020
1948
|
"createSponsorwhip": [
|
|
2021
|
-
|
|
1949
|
+
52,
|
|
2022
1950
|
{
|
|
2023
1951
|
"input": [
|
|
2024
|
-
|
|
1952
|
+
94,
|
|
2025
1953
|
"CreateSponsorshipDto!"
|
|
2026
1954
|
]
|
|
2027
1955
|
}
|
|
@@ -2030,7 +1958,7 @@ exports.default = {
|
|
|
2030
1958
|
35,
|
|
2031
1959
|
{
|
|
2032
1960
|
"input": [
|
|
2033
|
-
|
|
1961
|
+
101,
|
|
2034
1962
|
"CreateCountryDto!"
|
|
2035
1963
|
]
|
|
2036
1964
|
}
|
|
@@ -2039,7 +1967,7 @@ exports.default = {
|
|
|
2039
1967
|
34,
|
|
2040
1968
|
{
|
|
2041
1969
|
"input": [
|
|
2042
|
-
|
|
1970
|
+
102,
|
|
2043
1971
|
"CreateStateDto!"
|
|
2044
1972
|
]
|
|
2045
1973
|
}
|
|
@@ -2048,7 +1976,7 @@ exports.default = {
|
|
|
2048
1976
|
33,
|
|
2049
1977
|
{
|
|
2050
1978
|
"input": [
|
|
2051
|
-
|
|
1979
|
+
103,
|
|
2052
1980
|
"CreateCityDto!"
|
|
2053
1981
|
]
|
|
2054
1982
|
}
|
|
@@ -2177,13 +2105,13 @@ exports.default = {
|
|
|
2177
2105
|
1
|
|
2178
2106
|
],
|
|
2179
2107
|
"logo": [
|
|
2180
|
-
|
|
2108
|
+
83
|
|
2181
2109
|
],
|
|
2182
2110
|
"banner": [
|
|
2183
|
-
|
|
2111
|
+
83
|
|
2184
2112
|
],
|
|
2185
2113
|
"translations": [
|
|
2186
|
-
|
|
2114
|
+
86
|
|
2187
2115
|
],
|
|
2188
2116
|
"__typename": [
|
|
2189
2117
|
1
|
|
@@ -2206,10 +2134,10 @@ exports.default = {
|
|
|
2206
2134
|
1
|
|
2207
2135
|
],
|
|
2208
2136
|
"logo": [
|
|
2209
|
-
|
|
2137
|
+
83
|
|
2210
2138
|
],
|
|
2211
2139
|
"banner": [
|
|
2212
|
-
|
|
2140
|
+
83
|
|
2213
2141
|
],
|
|
2214
2142
|
"__typename": [
|
|
2215
2143
|
1
|
|
@@ -2335,7 +2263,7 @@ exports.default = {
|
|
|
2335
2263
|
17
|
|
2336
2264
|
],
|
|
2337
2265
|
"translations": [
|
|
2338
|
-
|
|
2266
|
+
93
|
|
2339
2267
|
],
|
|
2340
2268
|
"__typename": [
|
|
2341
2269
|
1
|
|
@@ -2369,10 +2297,10 @@ exports.default = {
|
|
|
2369
2297
|
17
|
|
2370
2298
|
],
|
|
2371
2299
|
"banner": [
|
|
2372
|
-
|
|
2300
|
+
83
|
|
2373
2301
|
],
|
|
2374
2302
|
"criteria": [
|
|
2375
|
-
|
|
2303
|
+
95
|
|
2376
2304
|
],
|
|
2377
2305
|
"deadline": [
|
|
2378
2306
|
14
|
|
@@ -2381,13 +2309,13 @@ exports.default = {
|
|
|
2381
2309
|
14
|
|
2382
2310
|
],
|
|
2383
2311
|
"duration": [
|
|
2384
|
-
|
|
2312
|
+
97
|
|
2385
2313
|
],
|
|
2386
2314
|
"sponsorshipItems": [
|
|
2387
|
-
|
|
2315
|
+
98
|
|
2388
2316
|
],
|
|
2389
2317
|
"commitments": [
|
|
2390
|
-
|
|
2318
|
+
99
|
|
2391
2319
|
],
|
|
2392
2320
|
"terms": [
|
|
2393
2321
|
1
|
|
@@ -2399,7 +2327,7 @@ exports.default = {
|
|
|
2399
2327
|
2
|
|
2400
2328
|
],
|
|
2401
2329
|
"translations": [
|
|
2402
|
-
|
|
2330
|
+
100
|
|
2403
2331
|
],
|
|
2404
2332
|
"__typename": [
|
|
2405
2333
|
1
|
|
@@ -2413,7 +2341,7 @@ exports.default = {
|
|
|
2413
2341
|
1
|
|
2414
2342
|
],
|
|
2415
2343
|
"qualifications": [
|
|
2416
|
-
|
|
2344
|
+
96
|
|
2417
2345
|
],
|
|
2418
2346
|
"__typename": [
|
|
2419
2347
|
1
|
|
@@ -2442,9 +2370,15 @@ exports.default = {
|
|
|
2442
2370
|
"_id": [
|
|
2443
2371
|
1
|
|
2444
2372
|
],
|
|
2445
|
-
"
|
|
2373
|
+
"quantity": [
|
|
2374
|
+
17
|
|
2375
|
+
],
|
|
2376
|
+
"title": [
|
|
2446
2377
|
1
|
|
2447
2378
|
],
|
|
2379
|
+
"value": [
|
|
2380
|
+
17
|
|
2381
|
+
],
|
|
2448
2382
|
"__typename": [
|
|
2449
2383
|
1
|
|
2450
2384
|
]
|
|
@@ -2453,7 +2387,25 @@ exports.default = {
|
|
|
2453
2387
|
"_id": [
|
|
2454
2388
|
1
|
|
2455
2389
|
],
|
|
2456
|
-
"
|
|
2390
|
+
"title": [
|
|
2391
|
+
1
|
|
2392
|
+
],
|
|
2393
|
+
"details": [
|
|
2394
|
+
1
|
|
2395
|
+
],
|
|
2396
|
+
"hashTags": [
|
|
2397
|
+
1
|
|
2398
|
+
],
|
|
2399
|
+
"media": [
|
|
2400
|
+
1
|
|
2401
|
+
],
|
|
2402
|
+
"actionType": [
|
|
2403
|
+
1
|
|
2404
|
+
],
|
|
2405
|
+
"frequency": [
|
|
2406
|
+
17
|
|
2407
|
+
],
|
|
2408
|
+
"periodicity": [
|
|
2457
2409
|
1
|
|
2458
2410
|
],
|
|
2459
2411
|
"__typename": [
|
|
@@ -2468,7 +2420,7 @@ exports.default = {
|
|
|
2468
2420
|
1
|
|
2469
2421
|
],
|
|
2470
2422
|
"banner": [
|
|
2471
|
-
|
|
2423
|
+
83
|
|
2472
2424
|
],
|
|
2473
2425
|
"terms": [
|
|
2474
2426
|
1
|