@vertikalx/vtx-backend-client 1.0.0-dev-daniel.65 → 1.0.0-dev-daniel.67
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/domains.d.ts +3 -0
- package/src/api/domains.js +7 -0
- package/src/api/domains.js.map +1 -0
- package/src/api/vtx-base-api.d.ts +4 -1
- package/src/api/vtx-base-api.js +144 -0
- package/src/api/vtx-base-api.js.map +1 -1
- package/src/client/schema.d.ts +209 -42
- package/src/client/schema.graphql +87 -15
- package/src/client/schema.js +58 -16
- package/src/client/schema.js.map +1 -1
- package/src/client/types.d.ts +90 -17
- package/src/client/types.js +308 -113
- package/src/client/types.js.map +1 -1
- package/src/index.d.ts +1 -0
- package/src/index.js +1 -0
- package/src/index.js.map +1 -1
- package/tsconfig.lib.tsbuildinfo +1 -1
package/src/client/types.js
CHANGED
|
@@ -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
|
-
"
|
|
933
|
-
|
|
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
|
-
"
|
|
939
|
-
|
|
1074
|
+
"criteria": [
|
|
1075
|
+
42
|
|
940
1076
|
],
|
|
941
|
-
"
|
|
942
|
-
|
|
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,83 @@ exports.default = {
|
|
|
947
1095
|
"published": [
|
|
948
1096
|
2
|
|
949
1097
|
],
|
|
950
|
-
"
|
|
951
|
-
|
|
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
|
+
"__typename": [
|
|
1113
|
+
1
|
|
1114
|
+
]
|
|
1115
|
+
},
|
|
1116
|
+
"SponsorshipCommitment": {
|
|
1117
|
+
"_id": [
|
|
1118
|
+
1
|
|
1119
|
+
],
|
|
1120
|
+
"title": [
|
|
1121
|
+
1
|
|
1122
|
+
],
|
|
1123
|
+
"details": [
|
|
1124
|
+
1
|
|
1125
|
+
],
|
|
1126
|
+
"type": [
|
|
1127
|
+
1
|
|
1128
|
+
],
|
|
1129
|
+
"hashTags": [
|
|
1130
|
+
1
|
|
1131
|
+
],
|
|
1132
|
+
"media": [
|
|
1133
|
+
1
|
|
1134
|
+
],
|
|
1135
|
+
"actionType": [
|
|
1136
|
+
1
|
|
1137
|
+
],
|
|
1138
|
+
"autoMeasurable": [
|
|
1139
|
+
2
|
|
1140
|
+
],
|
|
1141
|
+
"__typename": [
|
|
1142
|
+
1
|
|
1143
|
+
]
|
|
1144
|
+
},
|
|
1145
|
+
"DatedSponsorshipCommitment": {
|
|
1146
|
+
"_id": [
|
|
1147
|
+
1
|
|
1148
|
+
],
|
|
1149
|
+
"title": [
|
|
1150
|
+
1
|
|
1151
|
+
],
|
|
1152
|
+
"details": [
|
|
1153
|
+
1
|
|
1154
|
+
],
|
|
1155
|
+
"type": [
|
|
1156
|
+
1
|
|
1157
|
+
],
|
|
1158
|
+
"hashTags": [
|
|
1159
|
+
1
|
|
1160
|
+
],
|
|
1161
|
+
"media": [
|
|
1162
|
+
1
|
|
1163
|
+
],
|
|
1164
|
+
"actionType": [
|
|
1165
|
+
1
|
|
1166
|
+
],
|
|
1167
|
+
"autoMeasurable": [
|
|
1168
|
+
2
|
|
1169
|
+
],
|
|
1170
|
+
"usesTime": [
|
|
1171
|
+
2
|
|
1172
|
+
],
|
|
1173
|
+
"date": [
|
|
1174
|
+
14
|
|
952
1175
|
],
|
|
953
1176
|
"__typename": [
|
|
954
1177
|
1
|
|
@@ -1024,7 +1247,7 @@ exports.default = {
|
|
|
1024
1247
|
17
|
|
1025
1248
|
],
|
|
1026
1249
|
"translations": [
|
|
1027
|
-
|
|
1250
|
+
57
|
|
1028
1251
|
],
|
|
1029
1252
|
"__typename": [
|
|
1030
1253
|
1
|
|
@@ -1052,16 +1275,16 @@ exports.default = {
|
|
|
1052
1275
|
},
|
|
1053
1276
|
"AthleteRankings": {
|
|
1054
1277
|
"worldRanking": [
|
|
1055
|
-
|
|
1278
|
+
59
|
|
1056
1279
|
],
|
|
1057
1280
|
"countryRanking": [
|
|
1058
|
-
|
|
1281
|
+
59
|
|
1059
1282
|
],
|
|
1060
1283
|
"stateRanking": [
|
|
1061
|
-
|
|
1284
|
+
59
|
|
1062
1285
|
],
|
|
1063
1286
|
"cityRanking": [
|
|
1064
|
-
|
|
1287
|
+
59
|
|
1065
1288
|
],
|
|
1066
1289
|
"__typename": [
|
|
1067
1290
|
1
|
|
@@ -1078,7 +1301,7 @@ exports.default = {
|
|
|
1078
1301
|
1
|
|
1079
1302
|
],
|
|
1080
1303
|
"sports": [
|
|
1081
|
-
|
|
1304
|
+
55
|
|
1082
1305
|
],
|
|
1083
1306
|
"approved": [
|
|
1084
1307
|
2
|
|
@@ -1147,7 +1370,7 @@ exports.default = {
|
|
|
1147
1370
|
1
|
|
1148
1371
|
],
|
|
1149
1372
|
"event": [
|
|
1150
|
-
|
|
1373
|
+
62
|
|
1151
1374
|
],
|
|
1152
1375
|
"eventName": [
|
|
1153
1376
|
1
|
|
@@ -1156,7 +1379,7 @@ exports.default = {
|
|
|
1156
1379
|
14
|
|
1157
1380
|
],
|
|
1158
1381
|
"result": [
|
|
1159
|
-
|
|
1382
|
+
63
|
|
1160
1383
|
],
|
|
1161
1384
|
"__typename": [
|
|
1162
1385
|
1
|
|
@@ -1223,7 +1446,7 @@ exports.default = {
|
|
|
1223
1446
|
35
|
|
1224
1447
|
],
|
|
1225
1448
|
"location": [
|
|
1226
|
-
|
|
1449
|
+
65
|
|
1227
1450
|
],
|
|
1228
1451
|
"trainer": [
|
|
1229
1452
|
1
|
|
@@ -1232,31 +1455,31 @@ exports.default = {
|
|
|
1232
1455
|
1
|
|
1233
1456
|
],
|
|
1234
1457
|
"followStats": [
|
|
1235
|
-
|
|
1458
|
+
54
|
|
1236
1459
|
],
|
|
1237
1460
|
"mainSport": [
|
|
1238
|
-
|
|
1461
|
+
55
|
|
1239
1462
|
],
|
|
1240
1463
|
"mainSportLevel": [
|
|
1241
|
-
|
|
1464
|
+
58
|
|
1242
1465
|
],
|
|
1243
1466
|
"scores": [
|
|
1244
|
-
|
|
1467
|
+
56
|
|
1245
1468
|
],
|
|
1246
1469
|
"rankings": [
|
|
1247
|
-
|
|
1470
|
+
60
|
|
1248
1471
|
],
|
|
1249
1472
|
"allSports": [
|
|
1250
|
-
|
|
1473
|
+
55
|
|
1251
1474
|
],
|
|
1252
1475
|
"teams": [
|
|
1253
|
-
|
|
1476
|
+
61
|
|
1254
1477
|
],
|
|
1255
1478
|
"sponsorBrands": [
|
|
1256
1479
|
32
|
|
1257
1480
|
],
|
|
1258
1481
|
"competitions": [
|
|
1259
|
-
|
|
1482
|
+
64
|
|
1260
1483
|
],
|
|
1261
1484
|
"totalUpcomingCompetitions": [
|
|
1262
1485
|
17
|
|
@@ -1268,31 +1491,6 @@ exports.default = {
|
|
|
1268
1491
|
1
|
|
1269
1492
|
]
|
|
1270
1493
|
},
|
|
1271
|
-
"Industry": {
|
|
1272
|
-
"_id": [
|
|
1273
|
-
1
|
|
1274
|
-
],
|
|
1275
|
-
"name": [
|
|
1276
|
-
1
|
|
1277
|
-
],
|
|
1278
|
-
"__typename": [
|
|
1279
|
-
1
|
|
1280
|
-
]
|
|
1281
|
-
},
|
|
1282
|
-
"Sponsor": {
|
|
1283
|
-
"_id": [
|
|
1284
|
-
1
|
|
1285
|
-
],
|
|
1286
|
-
"name": [
|
|
1287
|
-
1
|
|
1288
|
-
],
|
|
1289
|
-
"description": [
|
|
1290
|
-
1
|
|
1291
|
-
],
|
|
1292
|
-
"__typename": [
|
|
1293
|
-
1
|
|
1294
|
-
]
|
|
1295
|
-
},
|
|
1296
1494
|
"ScoreQualificationDto": {
|
|
1297
1495
|
"type": [
|
|
1298
1496
|
1
|
|
@@ -1318,13 +1516,13 @@ exports.default = {
|
|
|
1318
1516
|
1
|
|
1319
1517
|
],
|
|
1320
1518
|
"countries": [
|
|
1321
|
-
|
|
1519
|
+
69
|
|
1322
1520
|
],
|
|
1323
1521
|
"states": [
|
|
1324
|
-
|
|
1522
|
+
70
|
|
1325
1523
|
],
|
|
1326
1524
|
"cities": [
|
|
1327
|
-
|
|
1525
|
+
71
|
|
1328
1526
|
],
|
|
1329
1527
|
"__typename": [
|
|
1330
1528
|
1
|
|
@@ -1349,7 +1547,7 @@ exports.default = {
|
|
|
1349
1547
|
1
|
|
1350
1548
|
],
|
|
1351
1549
|
"country": [
|
|
1352
|
-
|
|
1550
|
+
69
|
|
1353
1551
|
],
|
|
1354
1552
|
"__typename": [
|
|
1355
1553
|
1
|
|
@@ -1363,7 +1561,7 @@ exports.default = {
|
|
|
1363
1561
|
1
|
|
1364
1562
|
],
|
|
1365
1563
|
"state": [
|
|
1366
|
-
|
|
1564
|
+
70
|
|
1367
1565
|
],
|
|
1368
1566
|
"__typename": [
|
|
1369
1567
|
1
|
|
@@ -1474,16 +1672,16 @@ exports.default = {
|
|
|
1474
1672
|
28,
|
|
1475
1673
|
{
|
|
1476
1674
|
"input": [
|
|
1477
|
-
|
|
1675
|
+
76,
|
|
1478
1676
|
"AWSS3GetUploadDto!"
|
|
1479
1677
|
]
|
|
1480
1678
|
}
|
|
1481
1679
|
],
|
|
1482
1680
|
"industries": [
|
|
1483
|
-
|
|
1681
|
+
43
|
|
1484
1682
|
],
|
|
1485
1683
|
"findIndustryById": [
|
|
1486
|
-
|
|
1684
|
+
43,
|
|
1487
1685
|
{
|
|
1488
1686
|
"industryId": [
|
|
1489
1687
|
1,
|
|
@@ -1521,7 +1719,7 @@ exports.default = {
|
|
|
1521
1719
|
}
|
|
1522
1720
|
],
|
|
1523
1721
|
"existsValidSponsorForEmail": [
|
|
1524
|
-
|
|
1722
|
+
46,
|
|
1525
1723
|
{
|
|
1526
1724
|
"loginEmail": [
|
|
1527
1725
|
1,
|
|
@@ -1530,13 +1728,13 @@ exports.default = {
|
|
|
1530
1728
|
}
|
|
1531
1729
|
],
|
|
1532
1730
|
"sponsors": [
|
|
1533
|
-
|
|
1731
|
+
46
|
|
1534
1732
|
],
|
|
1535
1733
|
"getAthletes": [
|
|
1536
|
-
|
|
1734
|
+
66
|
|
1537
1735
|
],
|
|
1538
1736
|
"findAthleteById": [
|
|
1539
|
-
|
|
1737
|
+
66,
|
|
1540
1738
|
{
|
|
1541
1739
|
"athleteId": [
|
|
1542
1740
|
1,
|
|
@@ -1545,10 +1743,10 @@ exports.default = {
|
|
|
1545
1743
|
}
|
|
1546
1744
|
],
|
|
1547
1745
|
"getSports": [
|
|
1548
|
-
|
|
1746
|
+
55
|
|
1549
1747
|
],
|
|
1550
1748
|
"findSportById": [
|
|
1551
|
-
|
|
1749
|
+
55,
|
|
1552
1750
|
{
|
|
1553
1751
|
"sportId": [
|
|
1554
1752
|
1,
|
|
@@ -1557,16 +1755,13 @@ exports.default = {
|
|
|
1557
1755
|
}
|
|
1558
1756
|
],
|
|
1559
1757
|
"getSportLevels": [
|
|
1758
|
+
58
|
|
1759
|
+
],
|
|
1760
|
+
"getPublicSponsorships": [
|
|
1560
1761
|
50
|
|
1561
1762
|
],
|
|
1562
|
-
"
|
|
1563
|
-
|
|
1564
|
-
{
|
|
1565
|
-
"sponsorId": [
|
|
1566
|
-
1,
|
|
1567
|
-
"String!"
|
|
1568
|
-
]
|
|
1569
|
-
}
|
|
1763
|
+
"getTenantSponsorships": [
|
|
1764
|
+
50
|
|
1570
1765
|
],
|
|
1571
1766
|
"getCountries": [
|
|
1572
1767
|
35
|
|
@@ -1618,7 +1813,7 @@ exports.default = {
|
|
|
1618
1813
|
5,
|
|
1619
1814
|
{
|
|
1620
1815
|
"tenant": [
|
|
1621
|
-
|
|
1816
|
+
78,
|
|
1622
1817
|
"CreateTenantInput!"
|
|
1623
1818
|
]
|
|
1624
1819
|
}
|
|
@@ -1627,7 +1822,7 @@ exports.default = {
|
|
|
1627
1822
|
11,
|
|
1628
1823
|
{
|
|
1629
1824
|
"tenant": [
|
|
1630
|
-
|
|
1825
|
+
78,
|
|
1631
1826
|
"CreateTenantInput!"
|
|
1632
1827
|
]
|
|
1633
1828
|
}
|
|
@@ -1636,7 +1831,7 @@ exports.default = {
|
|
|
1636
1831
|
3,
|
|
1637
1832
|
{
|
|
1638
1833
|
"user": [
|
|
1639
|
-
|
|
1834
|
+
79,
|
|
1640
1835
|
"CreateActiveUserInput!"
|
|
1641
1836
|
]
|
|
1642
1837
|
}
|
|
@@ -1654,7 +1849,7 @@ exports.default = {
|
|
|
1654
1849
|
0,
|
|
1655
1850
|
{
|
|
1656
1851
|
"input": [
|
|
1657
|
-
|
|
1852
|
+
80,
|
|
1658
1853
|
"RegisterUserToDomainFromEmailInput!"
|
|
1659
1854
|
]
|
|
1660
1855
|
}
|
|
@@ -1663,7 +1858,7 @@ exports.default = {
|
|
|
1663
1858
|
8,
|
|
1664
1859
|
{
|
|
1665
1860
|
"dto": [
|
|
1666
|
-
|
|
1861
|
+
81,
|
|
1667
1862
|
"RefreshTokenInput!"
|
|
1668
1863
|
]
|
|
1669
1864
|
}
|
|
@@ -1672,7 +1867,7 @@ exports.default = {
|
|
|
1672
1867
|
29,
|
|
1673
1868
|
{
|
|
1674
1869
|
"input": [
|
|
1675
|
-
|
|
1870
|
+
82,
|
|
1676
1871
|
"AWSS3DeleteUseTypeFileDto!"
|
|
1677
1872
|
]
|
|
1678
1873
|
}
|
|
@@ -1681,7 +1876,7 @@ exports.default = {
|
|
|
1681
1876
|
29,
|
|
1682
1877
|
{
|
|
1683
1878
|
"input": [
|
|
1684
|
-
|
|
1879
|
+
83,
|
|
1685
1880
|
"AWSS3DeleteBucketFileDto!"
|
|
1686
1881
|
]
|
|
1687
1882
|
}
|
|
@@ -1690,16 +1885,16 @@ exports.default = {
|
|
|
1690
1885
|
26,
|
|
1691
1886
|
{
|
|
1692
1887
|
"input": [
|
|
1693
|
-
|
|
1888
|
+
84,
|
|
1694
1889
|
"AWSS3UploadedFileDto!"
|
|
1695
1890
|
]
|
|
1696
1891
|
}
|
|
1697
1892
|
],
|
|
1698
1893
|
"createIndustry": [
|
|
1699
|
-
|
|
1894
|
+
43,
|
|
1700
1895
|
{
|
|
1701
1896
|
"input": [
|
|
1702
|
-
|
|
1897
|
+
85,
|
|
1703
1898
|
"CreateIndustryDto!"
|
|
1704
1899
|
]
|
|
1705
1900
|
}
|
|
@@ -1708,70 +1903,70 @@ exports.default = {
|
|
|
1708
1903
|
32,
|
|
1709
1904
|
{
|
|
1710
1905
|
"input": [
|
|
1711
|
-
|
|
1906
|
+
86,
|
|
1712
1907
|
"CreateBrandDto!"
|
|
1713
1908
|
]
|
|
1714
1909
|
}
|
|
1715
1910
|
],
|
|
1716
1911
|
"registerSponsor": [
|
|
1717
|
-
|
|
1912
|
+
46,
|
|
1718
1913
|
{
|
|
1719
1914
|
"input": [
|
|
1720
|
-
|
|
1915
|
+
88,
|
|
1721
1916
|
"RegisterSponsorInput!"
|
|
1722
1917
|
]
|
|
1723
1918
|
}
|
|
1724
1919
|
],
|
|
1725
1920
|
"createSponsor": [
|
|
1726
|
-
|
|
1921
|
+
46,
|
|
1727
1922
|
{
|
|
1728
1923
|
"input": [
|
|
1729
|
-
|
|
1924
|
+
89,
|
|
1730
1925
|
"CreateSponsorDto!"
|
|
1731
1926
|
]
|
|
1732
1927
|
}
|
|
1733
1928
|
],
|
|
1734
1929
|
"registerAthlete": [
|
|
1735
|
-
|
|
1930
|
+
66,
|
|
1736
1931
|
{
|
|
1737
1932
|
"input": [
|
|
1738
|
-
|
|
1933
|
+
90,
|
|
1739
1934
|
"RegisterAthleteDto!"
|
|
1740
1935
|
]
|
|
1741
1936
|
}
|
|
1742
1937
|
],
|
|
1743
1938
|
"createSport": [
|
|
1744
|
-
|
|
1939
|
+
55,
|
|
1745
1940
|
{
|
|
1746
1941
|
"input": [
|
|
1747
|
-
|
|
1942
|
+
91,
|
|
1748
1943
|
"CreateSportDto!"
|
|
1749
1944
|
]
|
|
1750
1945
|
}
|
|
1751
1946
|
],
|
|
1752
1947
|
"updateSport": [
|
|
1753
|
-
|
|
1948
|
+
55,
|
|
1754
1949
|
{
|
|
1755
1950
|
"input": [
|
|
1756
|
-
|
|
1951
|
+
92,
|
|
1757
1952
|
"UpdateSportDto!"
|
|
1758
1953
|
]
|
|
1759
1954
|
}
|
|
1760
1955
|
],
|
|
1761
1956
|
"createSportLevel": [
|
|
1762
|
-
|
|
1957
|
+
58,
|
|
1763
1958
|
{
|
|
1764
1959
|
"input": [
|
|
1765
|
-
|
|
1960
|
+
93,
|
|
1766
1961
|
"CreateSportLevelDto!"
|
|
1767
1962
|
]
|
|
1768
1963
|
}
|
|
1769
1964
|
],
|
|
1770
1965
|
"createSponsorwhip": [
|
|
1771
|
-
|
|
1966
|
+
50,
|
|
1772
1967
|
{
|
|
1773
1968
|
"input": [
|
|
1774
|
-
|
|
1969
|
+
95,
|
|
1775
1970
|
"CreateSponsorshipDto!"
|
|
1776
1971
|
]
|
|
1777
1972
|
}
|
|
@@ -1780,7 +1975,7 @@ exports.default = {
|
|
|
1780
1975
|
35,
|
|
1781
1976
|
{
|
|
1782
1977
|
"input": [
|
|
1783
|
-
|
|
1978
|
+
101,
|
|
1784
1979
|
"CreateCountryDto!"
|
|
1785
1980
|
]
|
|
1786
1981
|
}
|
|
@@ -1789,7 +1984,7 @@ exports.default = {
|
|
|
1789
1984
|
34,
|
|
1790
1985
|
{
|
|
1791
1986
|
"input": [
|
|
1792
|
-
|
|
1987
|
+
102,
|
|
1793
1988
|
"CreateStateDto!"
|
|
1794
1989
|
]
|
|
1795
1990
|
}
|
|
@@ -1798,7 +1993,7 @@ exports.default = {
|
|
|
1798
1993
|
33,
|
|
1799
1994
|
{
|
|
1800
1995
|
"input": [
|
|
1801
|
-
|
|
1996
|
+
103,
|
|
1802
1997
|
"CreateCityDto!"
|
|
1803
1998
|
]
|
|
1804
1999
|
}
|
|
@@ -1927,13 +2122,13 @@ exports.default = {
|
|
|
1927
2122
|
1
|
|
1928
2123
|
],
|
|
1929
2124
|
"logo": [
|
|
1930
|
-
|
|
2125
|
+
84
|
|
1931
2126
|
],
|
|
1932
2127
|
"banner": [
|
|
1933
|
-
|
|
2128
|
+
84
|
|
1934
2129
|
],
|
|
1935
2130
|
"translations": [
|
|
1936
|
-
|
|
2131
|
+
87
|
|
1937
2132
|
],
|
|
1938
2133
|
"__typename": [
|
|
1939
2134
|
1
|
|
@@ -1956,10 +2151,10 @@ exports.default = {
|
|
|
1956
2151
|
1
|
|
1957
2152
|
],
|
|
1958
2153
|
"logo": [
|
|
1959
|
-
|
|
2154
|
+
84
|
|
1960
2155
|
],
|
|
1961
2156
|
"banner": [
|
|
1962
|
-
|
|
2157
|
+
84
|
|
1963
2158
|
],
|
|
1964
2159
|
"__typename": [
|
|
1965
2160
|
1
|
|
@@ -2085,7 +2280,7 @@ exports.default = {
|
|
|
2085
2280
|
17
|
|
2086
2281
|
],
|
|
2087
2282
|
"translations": [
|
|
2088
|
-
|
|
2283
|
+
94
|
|
2089
2284
|
],
|
|
2090
2285
|
"__typename": [
|
|
2091
2286
|
1
|
|
@@ -2119,16 +2314,16 @@ exports.default = {
|
|
|
2119
2314
|
17
|
|
2120
2315
|
],
|
|
2121
2316
|
"banner": [
|
|
2122
|
-
|
|
2317
|
+
84
|
|
2123
2318
|
],
|
|
2124
2319
|
"criteria": [
|
|
2125
|
-
|
|
2320
|
+
96
|
|
2126
2321
|
],
|
|
2127
2322
|
"sponsorshipItems": [
|
|
2128
|
-
|
|
2323
|
+
98
|
|
2129
2324
|
],
|
|
2130
2325
|
"commitments": [
|
|
2131
|
-
|
|
2326
|
+
99
|
|
2132
2327
|
],
|
|
2133
2328
|
"terms": [
|
|
2134
2329
|
1
|
|
@@ -2137,7 +2332,7 @@ exports.default = {
|
|
|
2137
2332
|
2
|
|
2138
2333
|
],
|
|
2139
2334
|
"translations": [
|
|
2140
|
-
|
|
2335
|
+
100
|
|
2141
2336
|
],
|
|
2142
2337
|
"__typename": [
|
|
2143
2338
|
1
|
|
@@ -2151,7 +2346,7 @@ exports.default = {
|
|
|
2151
2346
|
1
|
|
2152
2347
|
],
|
|
2153
2348
|
"qualifications": [
|
|
2154
|
-
|
|
2349
|
+
97
|
|
2155
2350
|
],
|
|
2156
2351
|
"__typename": [
|
|
2157
2352
|
1
|
|
@@ -2195,7 +2390,7 @@ exports.default = {
|
|
|
2195
2390
|
1
|
|
2196
2391
|
],
|
|
2197
2392
|
"banner": [
|
|
2198
|
-
|
|
2393
|
+
84
|
|
2199
2394
|
],
|
|
2200
2395
|
"terms": [
|
|
2201
2396
|
1
|