@vertikalx/vtx-backend-client 1.0.0-dev-daniel.101 → 1.0.0-dev-daniel.103
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.js +2 -1
- package/src/api/vtx-base-api.js.map +1 -1
- package/src/client/schema.d.ts +66 -0
- package/src/client/schema.graphql +35 -0
- package/src/client/schema.js +23 -2
- package/src/client/schema.js.map +1 -1
- package/src/client/types.d.ts +35 -0
- package/src/client/types.js +220 -135
- package/src/client/types.js.map +1 -1
- package/tsconfig.lib.tsbuildinfo +1 -1
package/src/client/types.js
CHANGED
|
@@ -594,6 +594,43 @@ exports.default = {
|
|
|
594
594
|
1
|
|
595
595
|
]
|
|
596
596
|
},
|
|
597
|
+
"VerificationCode": {
|
|
598
|
+
"_id": [
|
|
599
|
+
1
|
|
600
|
+
],
|
|
601
|
+
"type": [
|
|
602
|
+
1
|
|
603
|
+
],
|
|
604
|
+
"recipient": [
|
|
605
|
+
1
|
|
606
|
+
],
|
|
607
|
+
"expires": [
|
|
608
|
+
14
|
|
609
|
+
],
|
|
610
|
+
"data": [
|
|
611
|
+
1
|
|
612
|
+
],
|
|
613
|
+
"isExpired": [
|
|
614
|
+
2
|
|
615
|
+
],
|
|
616
|
+
"createdDate": [
|
|
617
|
+
14
|
|
618
|
+
],
|
|
619
|
+
"__typename": [
|
|
620
|
+
1
|
|
621
|
+
]
|
|
622
|
+
},
|
|
623
|
+
"ErrorInfo": {
|
|
624
|
+
"errorCode": [
|
|
625
|
+
17
|
|
626
|
+
],
|
|
627
|
+
"errorMessage": [
|
|
628
|
+
1
|
|
629
|
+
],
|
|
630
|
+
"__typename": [
|
|
631
|
+
1
|
|
632
|
+
]
|
|
633
|
+
},
|
|
597
634
|
"HttpRequestField": {
|
|
598
635
|
"key": [
|
|
599
636
|
1
|
|
@@ -610,7 +647,7 @@ exports.default = {
|
|
|
610
647
|
1
|
|
611
648
|
],
|
|
612
649
|
"fields": [
|
|
613
|
-
|
|
650
|
+
30
|
|
614
651
|
],
|
|
615
652
|
"downloadUrl": [
|
|
616
653
|
1
|
|
@@ -642,6 +679,20 @@ exports.default = {
|
|
|
642
679
|
1
|
|
643
680
|
]
|
|
644
681
|
},
|
|
682
|
+
"CodeVerificationResponse": {
|
|
683
|
+
"result": [
|
|
684
|
+
1
|
|
685
|
+
],
|
|
686
|
+
"code": [
|
|
687
|
+
28
|
|
688
|
+
],
|
|
689
|
+
"error": [
|
|
690
|
+
29
|
|
691
|
+
],
|
|
692
|
+
"__typename": [
|
|
693
|
+
1
|
|
694
|
+
]
|
|
695
|
+
},
|
|
645
696
|
"BrandStats": {
|
|
646
697
|
"campaigns": [
|
|
647
698
|
17
|
|
@@ -717,13 +768,13 @@ exports.default = {
|
|
|
717
768
|
26
|
|
718
769
|
],
|
|
719
770
|
"stats": [
|
|
720
|
-
|
|
771
|
+
34
|
|
721
772
|
],
|
|
722
773
|
"operatorIds": [
|
|
723
774
|
1
|
|
724
775
|
],
|
|
725
776
|
"translations": [
|
|
726
|
-
|
|
777
|
+
35
|
|
727
778
|
],
|
|
728
779
|
"__typename": [
|
|
729
780
|
1
|
|
@@ -740,7 +791,7 @@ exports.default = {
|
|
|
740
791
|
1
|
|
741
792
|
],
|
|
742
793
|
"state": [
|
|
743
|
-
|
|
794
|
+
38
|
|
744
795
|
],
|
|
745
796
|
"latitude": [
|
|
746
797
|
17
|
|
@@ -763,10 +814,10 @@ exports.default = {
|
|
|
763
814
|
1
|
|
764
815
|
],
|
|
765
816
|
"country": [
|
|
766
|
-
|
|
817
|
+
39
|
|
767
818
|
],
|
|
768
819
|
"cities": [
|
|
769
|
-
|
|
820
|
+
37
|
|
770
821
|
],
|
|
771
822
|
"__typename": [
|
|
772
823
|
1
|
|
@@ -780,7 +831,7 @@ exports.default = {
|
|
|
780
831
|
1
|
|
781
832
|
],
|
|
782
833
|
"states": [
|
|
783
|
-
|
|
834
|
+
38
|
|
784
835
|
],
|
|
785
836
|
"__typename": [
|
|
786
837
|
1
|
|
@@ -839,13 +890,13 @@ exports.default = {
|
|
|
839
890
|
1
|
|
840
891
|
],
|
|
841
892
|
"countries": [
|
|
842
|
-
|
|
893
|
+
39
|
|
843
894
|
],
|
|
844
895
|
"states": [
|
|
845
|
-
|
|
896
|
+
38
|
|
846
897
|
],
|
|
847
898
|
"cities": [
|
|
848
|
-
|
|
899
|
+
37
|
|
849
900
|
],
|
|
850
901
|
"__typename": [
|
|
851
902
|
1
|
|
@@ -859,7 +910,7 @@ exports.default = {
|
|
|
859
910
|
1
|
|
860
911
|
],
|
|
861
912
|
"countries": [
|
|
862
|
-
|
|
913
|
+
39
|
|
863
914
|
],
|
|
864
915
|
"__typename": [
|
|
865
916
|
1
|
|
@@ -921,7 +972,7 @@ exports.default = {
|
|
|
921
972
|
1
|
|
922
973
|
],
|
|
923
974
|
"qualifications": [
|
|
924
|
-
|
|
975
|
+
49
|
|
925
976
|
],
|
|
926
977
|
"__typename": [
|
|
927
978
|
1
|
|
@@ -929,28 +980,28 @@ exports.default = {
|
|
|
929
980
|
},
|
|
930
981
|
"QualificationTypeUnion": {
|
|
931
982
|
"on_AgeQualification": [
|
|
932
|
-
|
|
983
|
+
40
|
|
933
984
|
],
|
|
934
985
|
"on_GenderQualification": [
|
|
935
|
-
|
|
986
|
+
41
|
|
936
987
|
],
|
|
937
988
|
"on_ScoreQualification": [
|
|
938
|
-
|
|
989
|
+
42
|
|
939
990
|
],
|
|
940
991
|
"on_LocationQualification": [
|
|
941
|
-
|
|
992
|
+
43
|
|
942
993
|
],
|
|
943
994
|
"on_NationalityQualification": [
|
|
944
|
-
|
|
995
|
+
44
|
|
945
996
|
],
|
|
946
997
|
"on_DistanceQualification": [
|
|
947
|
-
|
|
998
|
+
45
|
|
948
999
|
],
|
|
949
1000
|
"on_SportsQualification": [
|
|
950
|
-
|
|
1001
|
+
46
|
|
951
1002
|
],
|
|
952
1003
|
"on_SportsLevelQualification": [
|
|
953
|
-
|
|
1004
|
+
47
|
|
954
1005
|
],
|
|
955
1006
|
"__typename": [
|
|
956
1007
|
1
|
|
@@ -1013,13 +1064,13 @@ exports.default = {
|
|
|
1013
1064
|
26
|
|
1014
1065
|
],
|
|
1015
1066
|
"stats": [
|
|
1016
|
-
|
|
1067
|
+
34
|
|
1017
1068
|
],
|
|
1018
1069
|
"operatorIds": [
|
|
1019
1070
|
1
|
|
1020
1071
|
],
|
|
1021
1072
|
"translations": [
|
|
1022
|
-
|
|
1073
|
+
35
|
|
1023
1074
|
],
|
|
1024
1075
|
"sponsorBrandId": [
|
|
1025
1076
|
1
|
|
@@ -1048,16 +1099,16 @@ exports.default = {
|
|
|
1048
1099
|
5
|
|
1049
1100
|
],
|
|
1050
1101
|
"industry": [
|
|
1051
|
-
|
|
1102
|
+
50
|
|
1052
1103
|
],
|
|
1053
1104
|
"stats": [
|
|
1054
|
-
|
|
1105
|
+
51
|
|
1055
1106
|
],
|
|
1056
1107
|
"brands": [
|
|
1057
|
-
|
|
1108
|
+
52
|
|
1058
1109
|
],
|
|
1059
1110
|
"sponsorships": [
|
|
1060
|
-
|
|
1111
|
+
59
|
|
1061
1112
|
],
|
|
1062
1113
|
"approved": [
|
|
1063
1114
|
2
|
|
@@ -1201,13 +1252,13 @@ exports.default = {
|
|
|
1201
1252
|
17
|
|
1202
1253
|
],
|
|
1203
1254
|
"brand": [
|
|
1204
|
-
|
|
1255
|
+
36
|
|
1205
1256
|
],
|
|
1206
1257
|
"banner": [
|
|
1207
1258
|
26
|
|
1208
1259
|
],
|
|
1209
1260
|
"criteria": [
|
|
1210
|
-
|
|
1261
|
+
48
|
|
1211
1262
|
],
|
|
1212
1263
|
"deadline": [
|
|
1213
1264
|
14
|
|
@@ -1216,22 +1267,22 @@ exports.default = {
|
|
|
1216
1267
|
14
|
|
1217
1268
|
],
|
|
1218
1269
|
"duration": [
|
|
1219
|
-
|
|
1270
|
+
56
|
|
1220
1271
|
],
|
|
1221
1272
|
"sponsor": [
|
|
1222
|
-
|
|
1273
|
+
53
|
|
1223
1274
|
],
|
|
1224
1275
|
"sponsorshipItems": [
|
|
1225
|
-
|
|
1276
|
+
54
|
|
1226
1277
|
],
|
|
1227
1278
|
"commitments": [
|
|
1228
|
-
|
|
1279
|
+
55
|
|
1229
1280
|
],
|
|
1230
1281
|
"terms": [
|
|
1231
1282
|
1
|
|
1232
1283
|
],
|
|
1233
1284
|
"stats": [
|
|
1234
|
-
|
|
1285
|
+
57
|
|
1235
1286
|
],
|
|
1236
1287
|
"isPrivate": [
|
|
1237
1288
|
2
|
|
@@ -1243,7 +1294,7 @@ exports.default = {
|
|
|
1243
1294
|
2
|
|
1244
1295
|
],
|
|
1245
1296
|
"translations": [
|
|
1246
|
-
|
|
1297
|
+
58
|
|
1247
1298
|
],
|
|
1248
1299
|
"__typename": [
|
|
1249
1300
|
1
|
|
@@ -1319,7 +1370,7 @@ exports.default = {
|
|
|
1319
1370
|
17
|
|
1320
1371
|
],
|
|
1321
1372
|
"translations": [
|
|
1322
|
-
|
|
1373
|
+
63
|
|
1323
1374
|
],
|
|
1324
1375
|
"__typename": [
|
|
1325
1376
|
1
|
|
@@ -1347,16 +1398,16 @@ exports.default = {
|
|
|
1347
1398
|
},
|
|
1348
1399
|
"AthleteRankings": {
|
|
1349
1400
|
"worldRanking": [
|
|
1350
|
-
|
|
1401
|
+
65
|
|
1351
1402
|
],
|
|
1352
1403
|
"countryRanking": [
|
|
1353
|
-
|
|
1404
|
+
65
|
|
1354
1405
|
],
|
|
1355
1406
|
"stateRanking": [
|
|
1356
|
-
|
|
1407
|
+
65
|
|
1357
1408
|
],
|
|
1358
1409
|
"cityRanking": [
|
|
1359
|
-
|
|
1410
|
+
65
|
|
1360
1411
|
],
|
|
1361
1412
|
"__typename": [
|
|
1362
1413
|
1
|
|
@@ -1373,7 +1424,7 @@ exports.default = {
|
|
|
1373
1424
|
1
|
|
1374
1425
|
],
|
|
1375
1426
|
"sports": [
|
|
1376
|
-
|
|
1427
|
+
61
|
|
1377
1428
|
],
|
|
1378
1429
|
"approved": [
|
|
1379
1430
|
2
|
|
@@ -1442,7 +1493,7 @@ exports.default = {
|
|
|
1442
1493
|
1
|
|
1443
1494
|
],
|
|
1444
1495
|
"event": [
|
|
1445
|
-
|
|
1496
|
+
68
|
|
1446
1497
|
],
|
|
1447
1498
|
"eventName": [
|
|
1448
1499
|
1
|
|
@@ -1451,7 +1502,7 @@ exports.default = {
|
|
|
1451
1502
|
14
|
|
1452
1503
|
],
|
|
1453
1504
|
"result": [
|
|
1454
|
-
|
|
1505
|
+
69
|
|
1455
1506
|
],
|
|
1456
1507
|
"__typename": [
|
|
1457
1508
|
1
|
|
@@ -1486,7 +1537,7 @@ exports.default = {
|
|
|
1486
1537
|
17
|
|
1487
1538
|
],
|
|
1488
1539
|
"city": [
|
|
1489
|
-
|
|
1540
|
+
37
|
|
1490
1541
|
],
|
|
1491
1542
|
"__typename": [
|
|
1492
1543
|
1
|
|
@@ -1515,10 +1566,10 @@ exports.default = {
|
|
|
1515
1566
|
1
|
|
1516
1567
|
],
|
|
1517
1568
|
"country": [
|
|
1518
|
-
|
|
1569
|
+
39
|
|
1519
1570
|
],
|
|
1520
1571
|
"location": [
|
|
1521
|
-
|
|
1572
|
+
71
|
|
1522
1573
|
],
|
|
1523
1574
|
"trainer": [
|
|
1524
1575
|
1
|
|
@@ -1527,31 +1578,31 @@ exports.default = {
|
|
|
1527
1578
|
1
|
|
1528
1579
|
],
|
|
1529
1580
|
"followStats": [
|
|
1530
|
-
|
|
1581
|
+
60
|
|
1531
1582
|
],
|
|
1532
1583
|
"mainSport": [
|
|
1533
|
-
|
|
1584
|
+
61
|
|
1534
1585
|
],
|
|
1535
1586
|
"mainSportLevel": [
|
|
1536
|
-
|
|
1587
|
+
64
|
|
1537
1588
|
],
|
|
1538
1589
|
"scores": [
|
|
1539
|
-
|
|
1590
|
+
62
|
|
1540
1591
|
],
|
|
1541
1592
|
"rankings": [
|
|
1542
|
-
|
|
1593
|
+
66
|
|
1543
1594
|
],
|
|
1544
1595
|
"allSports": [
|
|
1545
|
-
|
|
1596
|
+
61
|
|
1546
1597
|
],
|
|
1547
1598
|
"teams": [
|
|
1548
|
-
|
|
1599
|
+
67
|
|
1549
1600
|
],
|
|
1550
1601
|
"sponsorBrands": [
|
|
1551
|
-
|
|
1602
|
+
36
|
|
1552
1603
|
],
|
|
1553
1604
|
"competitions": [
|
|
1554
|
-
|
|
1605
|
+
70
|
|
1555
1606
|
],
|
|
1556
1607
|
"totalUpcomingCompetitions": [
|
|
1557
1608
|
17
|
|
@@ -1577,13 +1628,13 @@ exports.default = {
|
|
|
1577
1628
|
14
|
|
1578
1629
|
],
|
|
1579
1630
|
"sponsor": [
|
|
1580
|
-
|
|
1631
|
+
53
|
|
1581
1632
|
],
|
|
1582
1633
|
"magicLink": [
|
|
1583
1634
|
27
|
|
1584
1635
|
],
|
|
1585
1636
|
"brand": [
|
|
1586
|
-
|
|
1637
|
+
36
|
|
1587
1638
|
],
|
|
1588
1639
|
"status": [
|
|
1589
1640
|
1
|
|
@@ -1592,6 +1643,40 @@ exports.default = {
|
|
|
1592
1643
|
1
|
|
1593
1644
|
]
|
|
1594
1645
|
},
|
|
1646
|
+
"CreateVerificationCodeDto": {
|
|
1647
|
+
"type": [
|
|
1648
|
+
1
|
|
1649
|
+
],
|
|
1650
|
+
"recipient": [
|
|
1651
|
+
1
|
|
1652
|
+
],
|
|
1653
|
+
"expiresTime": [
|
|
1654
|
+
17
|
|
1655
|
+
],
|
|
1656
|
+
"expiresUnit": [
|
|
1657
|
+
1
|
|
1658
|
+
],
|
|
1659
|
+
"data": [
|
|
1660
|
+
1
|
|
1661
|
+
],
|
|
1662
|
+
"__typename": [
|
|
1663
|
+
1
|
|
1664
|
+
]
|
|
1665
|
+
},
|
|
1666
|
+
"VerifyCodeDto": {
|
|
1667
|
+
"codeId": [
|
|
1668
|
+
1
|
|
1669
|
+
],
|
|
1670
|
+
"enteredCodeValue": [
|
|
1671
|
+
1
|
|
1672
|
+
],
|
|
1673
|
+
"type": [
|
|
1674
|
+
1
|
|
1675
|
+
],
|
|
1676
|
+
"__typename": [
|
|
1677
|
+
1
|
|
1678
|
+
]
|
|
1679
|
+
},
|
|
1595
1680
|
"QualificationDto": {
|
|
1596
1681
|
"type": [
|
|
1597
1682
|
1
|
|
@@ -1749,7 +1834,7 @@ exports.default = {
|
|
|
1749
1834
|
1
|
|
1750
1835
|
],
|
|
1751
1836
|
"invitations": [
|
|
1752
|
-
|
|
1837
|
+
85
|
|
1753
1838
|
],
|
|
1754
1839
|
"__typename": [
|
|
1755
1840
|
1
|
|
@@ -1809,19 +1894,19 @@ exports.default = {
|
|
|
1809
1894
|
}
|
|
1810
1895
|
],
|
|
1811
1896
|
"getUploadUrl": [
|
|
1812
|
-
|
|
1897
|
+
31,
|
|
1813
1898
|
{
|
|
1814
1899
|
"input": [
|
|
1815
|
-
|
|
1900
|
+
88,
|
|
1816
1901
|
"AWSS3GetUploadDto!"
|
|
1817
1902
|
]
|
|
1818
1903
|
}
|
|
1819
1904
|
],
|
|
1820
1905
|
"industries": [
|
|
1821
|
-
|
|
1906
|
+
50
|
|
1822
1907
|
],
|
|
1823
1908
|
"findIndustryById": [
|
|
1824
|
-
|
|
1909
|
+
50,
|
|
1825
1910
|
{
|
|
1826
1911
|
"industryId": [
|
|
1827
1912
|
1,
|
|
@@ -1830,10 +1915,10 @@ exports.default = {
|
|
|
1830
1915
|
}
|
|
1831
1916
|
],
|
|
1832
1917
|
"brands": [
|
|
1833
|
-
|
|
1918
|
+
36
|
|
1834
1919
|
],
|
|
1835
1920
|
"getBrandByName": [
|
|
1836
|
-
|
|
1921
|
+
36,
|
|
1837
1922
|
{
|
|
1838
1923
|
"name": [
|
|
1839
1924
|
1,
|
|
@@ -1846,7 +1931,7 @@ exports.default = {
|
|
|
1846
1931
|
}
|
|
1847
1932
|
],
|
|
1848
1933
|
"getBrandTranslation": [
|
|
1849
|
-
|
|
1934
|
+
35,
|
|
1850
1935
|
{
|
|
1851
1936
|
"brandId": [
|
|
1852
1937
|
1,
|
|
@@ -1859,7 +1944,7 @@ exports.default = {
|
|
|
1859
1944
|
}
|
|
1860
1945
|
],
|
|
1861
1946
|
"existsValidSponsorForEmail": [
|
|
1862
|
-
|
|
1947
|
+
53,
|
|
1863
1948
|
{
|
|
1864
1949
|
"loginEmail": [
|
|
1865
1950
|
1,
|
|
@@ -1868,13 +1953,13 @@ exports.default = {
|
|
|
1868
1953
|
}
|
|
1869
1954
|
],
|
|
1870
1955
|
"sponsors": [
|
|
1871
|
-
|
|
1956
|
+
53
|
|
1872
1957
|
],
|
|
1873
1958
|
"getAthletes": [
|
|
1874
|
-
|
|
1959
|
+
72
|
|
1875
1960
|
],
|
|
1876
1961
|
"findAthleteById": [
|
|
1877
|
-
|
|
1962
|
+
72,
|
|
1878
1963
|
{
|
|
1879
1964
|
"athleteId": [
|
|
1880
1965
|
1,
|
|
@@ -1883,10 +1968,10 @@ exports.default = {
|
|
|
1883
1968
|
}
|
|
1884
1969
|
],
|
|
1885
1970
|
"getSports": [
|
|
1886
|
-
|
|
1971
|
+
61
|
|
1887
1972
|
],
|
|
1888
1973
|
"findSportById": [
|
|
1889
|
-
|
|
1974
|
+
61,
|
|
1890
1975
|
{
|
|
1891
1976
|
"sportId": [
|
|
1892
1977
|
1,
|
|
@@ -1895,19 +1980,19 @@ exports.default = {
|
|
|
1895
1980
|
}
|
|
1896
1981
|
],
|
|
1897
1982
|
"getSportLevels": [
|
|
1898
|
-
|
|
1983
|
+
64
|
|
1899
1984
|
],
|
|
1900
1985
|
"getPublicSponsorships": [
|
|
1901
|
-
|
|
1986
|
+
59
|
|
1902
1987
|
],
|
|
1903
1988
|
"getTenantSponsorships": [
|
|
1904
|
-
|
|
1989
|
+
59
|
|
1905
1990
|
],
|
|
1906
1991
|
"getCountries": [
|
|
1907
|
-
|
|
1992
|
+
39
|
|
1908
1993
|
],
|
|
1909
1994
|
"getCountryStates": [
|
|
1910
|
-
|
|
1995
|
+
38,
|
|
1911
1996
|
{
|
|
1912
1997
|
"countryId": [
|
|
1913
1998
|
1,
|
|
@@ -1916,7 +2001,7 @@ exports.default = {
|
|
|
1916
2001
|
}
|
|
1917
2002
|
],
|
|
1918
2003
|
"getStateCities": [
|
|
1919
|
-
|
|
2004
|
+
37,
|
|
1920
2005
|
{
|
|
1921
2006
|
"stateId": [
|
|
1922
2007
|
1,
|
|
@@ -1925,7 +2010,7 @@ exports.default = {
|
|
|
1925
2010
|
}
|
|
1926
2011
|
],
|
|
1927
2012
|
"findCitiesStartingWith": [
|
|
1928
|
-
|
|
2013
|
+
37,
|
|
1929
2014
|
{
|
|
1930
2015
|
"text": [
|
|
1931
2016
|
1,
|
|
@@ -1953,7 +2038,7 @@ exports.default = {
|
|
|
1953
2038
|
5,
|
|
1954
2039
|
{
|
|
1955
2040
|
"tenant": [
|
|
1956
|
-
|
|
2041
|
+
90,
|
|
1957
2042
|
"CreateTenantInput!"
|
|
1958
2043
|
]
|
|
1959
2044
|
}
|
|
@@ -1962,7 +2047,7 @@ exports.default = {
|
|
|
1962
2047
|
11,
|
|
1963
2048
|
{
|
|
1964
2049
|
"tenant": [
|
|
1965
|
-
|
|
2050
|
+
90,
|
|
1966
2051
|
"CreateTenantInput!"
|
|
1967
2052
|
]
|
|
1968
2053
|
}
|
|
@@ -1971,7 +2056,7 @@ exports.default = {
|
|
|
1971
2056
|
3,
|
|
1972
2057
|
{
|
|
1973
2058
|
"user": [
|
|
1974
|
-
|
|
2059
|
+
91,
|
|
1975
2060
|
"CreateActiveUserInput!"
|
|
1976
2061
|
]
|
|
1977
2062
|
}
|
|
@@ -1989,7 +2074,7 @@ exports.default = {
|
|
|
1989
2074
|
0,
|
|
1990
2075
|
{
|
|
1991
2076
|
"input": [
|
|
1992
|
-
|
|
2077
|
+
92,
|
|
1993
2078
|
"RegisterUserToDomainFromEmailInput!"
|
|
1994
2079
|
]
|
|
1995
2080
|
}
|
|
@@ -1998,25 +2083,25 @@ exports.default = {
|
|
|
1998
2083
|
8,
|
|
1999
2084
|
{
|
|
2000
2085
|
"dto": [
|
|
2001
|
-
|
|
2086
|
+
93,
|
|
2002
2087
|
"RefreshTokenInput!"
|
|
2003
2088
|
]
|
|
2004
2089
|
}
|
|
2005
2090
|
],
|
|
2006
2091
|
"deleteUploadedUseTypeFile": [
|
|
2007
|
-
|
|
2092
|
+
32,
|
|
2008
2093
|
{
|
|
2009
2094
|
"input": [
|
|
2010
|
-
|
|
2095
|
+
94,
|
|
2011
2096
|
"AWSS3DeleteUseTypeFileDto!"
|
|
2012
2097
|
]
|
|
2013
2098
|
}
|
|
2014
2099
|
],
|
|
2015
2100
|
"deleteUploadedBucketFile": [
|
|
2016
|
-
|
|
2101
|
+
32,
|
|
2017
2102
|
{
|
|
2018
2103
|
"input": [
|
|
2019
|
-
|
|
2104
|
+
95,
|
|
2020
2105
|
"AWSS3DeleteBucketFileDto!"
|
|
2021
2106
|
]
|
|
2022
2107
|
}
|
|
@@ -2025,124 +2110,124 @@ exports.default = {
|
|
|
2025
2110
|
26,
|
|
2026
2111
|
{
|
|
2027
2112
|
"input": [
|
|
2028
|
-
|
|
2113
|
+
96,
|
|
2029
2114
|
"AWSS3UploadedFileDto!"
|
|
2030
2115
|
]
|
|
2031
2116
|
}
|
|
2032
2117
|
],
|
|
2033
2118
|
"createIndustry": [
|
|
2034
|
-
|
|
2119
|
+
50,
|
|
2035
2120
|
{
|
|
2036
2121
|
"input": [
|
|
2037
|
-
|
|
2122
|
+
97,
|
|
2038
2123
|
"CreateIndustryDto!"
|
|
2039
2124
|
]
|
|
2040
2125
|
}
|
|
2041
2126
|
],
|
|
2042
2127
|
"createBrand": [
|
|
2043
|
-
|
|
2128
|
+
36,
|
|
2044
2129
|
{
|
|
2045
2130
|
"input": [
|
|
2046
|
-
|
|
2131
|
+
98,
|
|
2047
2132
|
"CreateBrandDto!"
|
|
2048
2133
|
]
|
|
2049
2134
|
}
|
|
2050
2135
|
],
|
|
2051
2136
|
"registerSponsor": [
|
|
2052
|
-
|
|
2137
|
+
53,
|
|
2053
2138
|
{
|
|
2054
2139
|
"input": [
|
|
2055
|
-
|
|
2140
|
+
100,
|
|
2056
2141
|
"RegisterSponsorInput!"
|
|
2057
2142
|
]
|
|
2058
2143
|
}
|
|
2059
2144
|
],
|
|
2060
2145
|
"createSponsor": [
|
|
2061
|
-
|
|
2146
|
+
53,
|
|
2062
2147
|
{
|
|
2063
2148
|
"input": [
|
|
2064
|
-
|
|
2149
|
+
101,
|
|
2065
2150
|
"CreateSponsorDto!"
|
|
2066
2151
|
]
|
|
2067
2152
|
}
|
|
2068
2153
|
],
|
|
2069
2154
|
"sendAthleteInvitations": [
|
|
2070
|
-
|
|
2155
|
+
73,
|
|
2071
2156
|
{
|
|
2072
2157
|
"input": [
|
|
2073
|
-
|
|
2158
|
+
86,
|
|
2074
2159
|
"InviteAthletesDto!"
|
|
2075
2160
|
]
|
|
2076
2161
|
}
|
|
2077
2162
|
],
|
|
2078
2163
|
"registerAthlete": [
|
|
2079
|
-
|
|
2164
|
+
72,
|
|
2080
2165
|
{
|
|
2081
2166
|
"input": [
|
|
2082
|
-
|
|
2167
|
+
102,
|
|
2083
2168
|
"RegisterAthleteDto!"
|
|
2084
2169
|
]
|
|
2085
2170
|
}
|
|
2086
2171
|
],
|
|
2087
2172
|
"createSport": [
|
|
2088
|
-
|
|
2173
|
+
61,
|
|
2089
2174
|
{
|
|
2090
2175
|
"input": [
|
|
2091
|
-
|
|
2176
|
+
103,
|
|
2092
2177
|
"CreateSportDto!"
|
|
2093
2178
|
]
|
|
2094
2179
|
}
|
|
2095
2180
|
],
|
|
2096
2181
|
"updateSport": [
|
|
2097
|
-
|
|
2182
|
+
61,
|
|
2098
2183
|
{
|
|
2099
2184
|
"input": [
|
|
2100
|
-
|
|
2185
|
+
104,
|
|
2101
2186
|
"UpdateSportDto!"
|
|
2102
2187
|
]
|
|
2103
2188
|
}
|
|
2104
2189
|
],
|
|
2105
2190
|
"createSportLevel": [
|
|
2106
|
-
|
|
2191
|
+
64,
|
|
2107
2192
|
{
|
|
2108
2193
|
"input": [
|
|
2109
|
-
|
|
2194
|
+
105,
|
|
2110
2195
|
"CreateSportLevelDto!"
|
|
2111
2196
|
]
|
|
2112
2197
|
}
|
|
2113
2198
|
],
|
|
2114
2199
|
"createSponsorship": [
|
|
2115
|
-
|
|
2200
|
+
59,
|
|
2116
2201
|
{
|
|
2117
2202
|
"input": [
|
|
2118
|
-
|
|
2203
|
+
107,
|
|
2119
2204
|
"CreateSponsorshipDto!"
|
|
2120
2205
|
]
|
|
2121
2206
|
}
|
|
2122
2207
|
],
|
|
2123
2208
|
"createCountry": [
|
|
2124
|
-
|
|
2209
|
+
39,
|
|
2125
2210
|
{
|
|
2126
2211
|
"input": [
|
|
2127
|
-
|
|
2212
|
+
114,
|
|
2128
2213
|
"CreateCountryDto!"
|
|
2129
2214
|
]
|
|
2130
2215
|
}
|
|
2131
2216
|
],
|
|
2132
2217
|
"createState": [
|
|
2133
|
-
|
|
2218
|
+
38,
|
|
2134
2219
|
{
|
|
2135
2220
|
"input": [
|
|
2136
|
-
|
|
2221
|
+
115,
|
|
2137
2222
|
"CreateStateDto!"
|
|
2138
2223
|
]
|
|
2139
2224
|
}
|
|
2140
2225
|
],
|
|
2141
2226
|
"createCity": [
|
|
2142
|
-
|
|
2227
|
+
37,
|
|
2143
2228
|
{
|
|
2144
2229
|
"input": [
|
|
2145
|
-
|
|
2230
|
+
116,
|
|
2146
2231
|
"CreateCityDto!"
|
|
2147
2232
|
]
|
|
2148
2233
|
}
|
|
@@ -2271,13 +2356,13 @@ exports.default = {
|
|
|
2271
2356
|
1
|
|
2272
2357
|
],
|
|
2273
2358
|
"logo": [
|
|
2274
|
-
|
|
2359
|
+
96
|
|
2275
2360
|
],
|
|
2276
2361
|
"banner": [
|
|
2277
|
-
|
|
2362
|
+
96
|
|
2278
2363
|
],
|
|
2279
2364
|
"translations": [
|
|
2280
|
-
|
|
2365
|
+
99
|
|
2281
2366
|
],
|
|
2282
2367
|
"__typename": [
|
|
2283
2368
|
1
|
|
@@ -2300,10 +2385,10 @@ exports.default = {
|
|
|
2300
2385
|
1
|
|
2301
2386
|
],
|
|
2302
2387
|
"logo": [
|
|
2303
|
-
|
|
2388
|
+
96
|
|
2304
2389
|
],
|
|
2305
2390
|
"banner": [
|
|
2306
|
-
|
|
2391
|
+
96
|
|
2307
2392
|
],
|
|
2308
2393
|
"__typename": [
|
|
2309
2394
|
1
|
|
@@ -2429,7 +2514,7 @@ exports.default = {
|
|
|
2429
2514
|
17
|
|
2430
2515
|
],
|
|
2431
2516
|
"translations": [
|
|
2432
|
-
|
|
2517
|
+
106
|
|
2433
2518
|
],
|
|
2434
2519
|
"__typename": [
|
|
2435
2520
|
1
|
|
@@ -2463,10 +2548,10 @@ exports.default = {
|
|
|
2463
2548
|
17
|
|
2464
2549
|
],
|
|
2465
2550
|
"banner": [
|
|
2466
|
-
|
|
2551
|
+
96
|
|
2467
2552
|
],
|
|
2468
2553
|
"criteria": [
|
|
2469
|
-
|
|
2554
|
+
108
|
|
2470
2555
|
],
|
|
2471
2556
|
"deadline": [
|
|
2472
2557
|
14
|
|
@@ -2475,13 +2560,13 @@ exports.default = {
|
|
|
2475
2560
|
14
|
|
2476
2561
|
],
|
|
2477
2562
|
"duration": [
|
|
2478
|
-
|
|
2563
|
+
110
|
|
2479
2564
|
],
|
|
2480
2565
|
"sponsorshipItems": [
|
|
2481
|
-
|
|
2566
|
+
111
|
|
2482
2567
|
],
|
|
2483
2568
|
"commitments": [
|
|
2484
|
-
|
|
2569
|
+
112
|
|
2485
2570
|
],
|
|
2486
2571
|
"terms": [
|
|
2487
2572
|
1
|
|
@@ -2493,7 +2578,7 @@ exports.default = {
|
|
|
2493
2578
|
2
|
|
2494
2579
|
],
|
|
2495
2580
|
"translations": [
|
|
2496
|
-
|
|
2581
|
+
113
|
|
2497
2582
|
],
|
|
2498
2583
|
"__typename": [
|
|
2499
2584
|
1
|
|
@@ -2507,7 +2592,7 @@ exports.default = {
|
|
|
2507
2592
|
1
|
|
2508
2593
|
],
|
|
2509
2594
|
"qualificationsBag": [
|
|
2510
|
-
|
|
2595
|
+
109
|
|
2511
2596
|
],
|
|
2512
2597
|
"__typename": [
|
|
2513
2598
|
1
|
|
@@ -2515,28 +2600,28 @@ exports.default = {
|
|
|
2515
2600
|
},
|
|
2516
2601
|
"QualificationsBagDto": {
|
|
2517
2602
|
"ageQualifications": [
|
|
2518
|
-
|
|
2603
|
+
77
|
|
2519
2604
|
],
|
|
2520
2605
|
"genderQualifications": [
|
|
2521
|
-
|
|
2606
|
+
78
|
|
2522
2607
|
],
|
|
2523
2608
|
"scoreQualifications": [
|
|
2524
|
-
|
|
2609
|
+
80
|
|
2525
2610
|
],
|
|
2526
2611
|
"locationQualifications": [
|
|
2527
|
-
|
|
2612
|
+
81
|
|
2528
2613
|
],
|
|
2529
2614
|
"nationalityQualifications": [
|
|
2530
|
-
|
|
2615
|
+
79
|
|
2531
2616
|
],
|
|
2532
2617
|
"distanceQualifications": [
|
|
2533
|
-
|
|
2618
|
+
82
|
|
2534
2619
|
],
|
|
2535
2620
|
"sportsQualifications": [
|
|
2536
|
-
|
|
2621
|
+
83
|
|
2537
2622
|
],
|
|
2538
2623
|
"levelQualifications": [
|
|
2539
|
-
|
|
2624
|
+
84
|
|
2540
2625
|
],
|
|
2541
2626
|
"__typename": [
|
|
2542
2627
|
1
|
|
@@ -2613,7 +2698,7 @@ exports.default = {
|
|
|
2613
2698
|
1
|
|
2614
2699
|
],
|
|
2615
2700
|
"banner": [
|
|
2616
|
-
|
|
2701
|
+
96
|
|
2617
2702
|
],
|
|
2618
2703
|
"terms": [
|
|
2619
2704
|
1
|