@vertikalx/vtx-backend-client 1.0.0-dev-daniel.51 → 1.0.0-dev-daniel.53

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.
@@ -666,27 +666,443 @@ exports.default = {
666
666
  1
667
667
  ]
668
668
  },
669
- "Sponsor": {
669
+ "CountryReference": {
670
+ "_id": [
671
+ 1
672
+ ],
673
+ "name": [
674
+ 1
675
+ ],
676
+ "__typename": [
677
+ 1
678
+ ]
679
+ },
680
+ "StateReference": {
681
+ "_id": [
682
+ 1
683
+ ],
684
+ "name": [
685
+ 1
686
+ ],
687
+ "country": [
688
+ 31
689
+ ],
690
+ "__typename": [
691
+ 1
692
+ ]
693
+ },
694
+ "CityReference": {
695
+ "_id": [
696
+ 1
697
+ ],
698
+ "name": [
699
+ 1
700
+ ],
701
+ "state": [
702
+ 32
703
+ ],
704
+ "__typename": [
705
+ 1
706
+ ]
707
+ },
708
+ "Qualification": {
709
+ "type": [
710
+ 1
711
+ ],
712
+ "__typename": [
713
+ 1
714
+ ]
715
+ },
716
+ "ScoreQualification": {
717
+ "type": [
718
+ 1
719
+ ],
720
+ "scoreType": [
721
+ 1
722
+ ],
723
+ "operator": [
724
+ 1
725
+ ],
726
+ "value": [
727
+ 15
728
+ ],
729
+ "__typename": [
730
+ 1
731
+ ]
732
+ },
733
+ "LocationQualification": {
734
+ "type": [
735
+ 1
736
+ ],
737
+ "operator": [
738
+ 1
739
+ ],
740
+ "countries": [
741
+ 31
742
+ ],
743
+ "states": [
744
+ 32
745
+ ],
746
+ "cities": [
747
+ 33
748
+ ],
749
+ "__typename": [
750
+ 1
751
+ ]
752
+ },
753
+ "DistanceQualification": {
754
+ "type": [
755
+ 1
756
+ ],
757
+ "maxDistance": [
758
+ 15
759
+ ],
760
+ "latitude": [
761
+ 15
762
+ ],
763
+ "longitude": [
764
+ 15
765
+ ],
766
+ "cityId": [
767
+ 1
768
+ ],
769
+ "__typename": [
770
+ 1
771
+ ]
772
+ },
773
+ "SportsQualification": {
774
+ "type": [
775
+ 1
776
+ ],
777
+ "sports": [
778
+ 1
779
+ ],
780
+ "operator": [
781
+ 1
782
+ ],
783
+ "__typename": [
784
+ 1
785
+ ]
786
+ },
787
+ "SportsLevelQualification": {
788
+ "type": [
789
+ 1
790
+ ],
791
+ "operator": [
792
+ 1
793
+ ],
794
+ "level": [
795
+ 1
796
+ ],
797
+ "__typename": [
798
+ 1
799
+ ]
800
+ },
801
+ "AthleteCriteria": {
802
+ "_id": [
803
+ 1
804
+ ],
805
+ "label": [
806
+ 1
807
+ ],
808
+ "qualifications": [
809
+ 34
810
+ ],
811
+ "__typename": [
812
+ 1
813
+ ]
814
+ },
815
+ "SponsorshipStats": {
816
+ "totalApplications": [
817
+ 15
818
+ ],
819
+ "newApplications": [
820
+ 15
821
+ ],
822
+ "discardedApplications": [
823
+ 15
824
+ ],
825
+ "selectedApplications": [
826
+ 15
827
+ ],
828
+ "approvedApplications": [
829
+ 15
830
+ ],
831
+ "grantedSponsorships": [
832
+ 15
833
+ ],
834
+ "remainingSponsorships": [
835
+ 15
836
+ ],
837
+ "__typename": [
838
+ 1
839
+ ]
840
+ },
841
+ "SponsorshipTranslation": {
842
+ "_id": [
843
+ 1
844
+ ],
845
+ "sponsorshipId": [
846
+ 1
847
+ ],
848
+ "language": [
849
+ 1
850
+ ],
851
+ "title": [
852
+ 1
853
+ ],
854
+ "description": [
855
+ 1
856
+ ],
857
+ "terms": [
858
+ 1
859
+ ],
860
+ "banner": [
861
+ 24
862
+ ],
863
+ "__typename": [
864
+ 1
865
+ ]
866
+ },
867
+ "Sponsorship": {
868
+ "_id": [
869
+ 1
870
+ ],
871
+ "title": [
872
+ 1
873
+ ],
874
+ "description": [
875
+ 1
876
+ ],
877
+ "terms": [
878
+ 1
879
+ ],
880
+ "banner": [
881
+ 24
882
+ ],
883
+ "stats": [
884
+ 41
885
+ ],
886
+ "translations": [
887
+ 42
888
+ ],
889
+ "approved": [
890
+ 2
891
+ ],
892
+ "published": [
893
+ 2
894
+ ],
895
+ "criteria": [
896
+ 40
897
+ ],
898
+ "__typename": [
899
+ 1
900
+ ]
901
+ },
902
+ "FollowStats": {
903
+ "followers": [
904
+ 15
905
+ ],
906
+ "followed": [
907
+ 15
908
+ ],
909
+ "raves": [
910
+ 15
911
+ ],
912
+ "favorites": [
913
+ 15
914
+ ],
915
+ "__typename": [
916
+ 1
917
+ ]
918
+ },
919
+ "Sport": {
920
+ "_id": [
921
+ 1
922
+ ],
923
+ "name": [
924
+ 1
925
+ ],
926
+ "__typename": [
927
+ 1
928
+ ]
929
+ },
930
+ "VtxScores": {
931
+ "vtxScore": [
932
+ 15
933
+ ],
934
+ "socialScore": [
935
+ 15
936
+ ],
937
+ "trainingScore": [
938
+ 15
939
+ ],
940
+ "competitionScore": [
941
+ 15
942
+ ],
943
+ "__typename": [
944
+ 1
945
+ ]
946
+ },
947
+ "SportLevelTranslation": {
948
+ "_id": [
949
+ 1
950
+ ],
951
+ "language": [
952
+ 1
953
+ ],
954
+ "label": [
955
+ 1
956
+ ],
957
+ "__typename": [
958
+ 1
959
+ ]
960
+ },
961
+ "SportLevel": {
962
+ "_id": [
963
+ 1
964
+ ],
965
+ "label": [
966
+ 1
967
+ ],
968
+ "index": [
969
+ 15
970
+ ],
971
+ "translations": [
972
+ 47
973
+ ],
974
+ "__typename": [
975
+ 1
976
+ ]
977
+ },
978
+ "Ranking": {
979
+ "scope": [
980
+ 1
981
+ ],
982
+ "scopeId": [
983
+ 1
984
+ ],
985
+ "scopeName": [
986
+ 1
987
+ ],
988
+ "position": [
989
+ 15
990
+ ],
991
+ "total": [
992
+ 15
993
+ ],
994
+ "__typename": [
995
+ 1
996
+ ]
997
+ },
998
+ "AthleteRankings": {
999
+ "worldRanking": [
1000
+ 49
1001
+ ],
1002
+ "countryRanking": [
1003
+ 49
1004
+ ],
1005
+ "stateRanking": [
1006
+ 49
1007
+ ],
1008
+ "cityRanking": [
1009
+ 49
1010
+ ],
1011
+ "__typename": [
1012
+ 1
1013
+ ]
1014
+ },
1015
+ "Team": {
1016
+ "_id": [
1017
+ 1
1018
+ ],
1019
+ "name": [
1020
+ 1
1021
+ ],
1022
+ "description": [
1023
+ 1
1024
+ ],
1025
+ "sports": [
1026
+ 45
1027
+ ],
1028
+ "approved": [
1029
+ 2
1030
+ ],
1031
+ "logo": [
1032
+ 24
1033
+ ],
1034
+ "banner": [
1035
+ 24
1036
+ ],
1037
+ "__typename": [
1038
+ 1
1039
+ ]
1040
+ },
1041
+ "SportsEvent": {
1042
+ "_id": [
1043
+ 1
1044
+ ],
1045
+ "name": [
1046
+ 1
1047
+ ],
1048
+ "eventWebSite": [
1049
+ 1
1050
+ ],
1051
+ "startDate": [
1052
+ 12
1053
+ ],
1054
+ "endDate": [
1055
+ 12
1056
+ ],
1057
+ "verified": [
1058
+ 2
1059
+ ],
1060
+ "banner": [
1061
+ 24
1062
+ ],
1063
+ "__typename": [
1064
+ 1
1065
+ ]
1066
+ },
1067
+ "AthleteCompetitionResult": {
670
1068
  "_id": [
671
1069
  1
672
1070
  ],
673
- "name": [
1071
+ "type": [
674
1072
  1
675
1073
  ],
676
- "description": [
1074
+ "position": [
1075
+ 15
1076
+ ],
1077
+ "score": [
1078
+ 1
1079
+ ],
1080
+ "timems": [
1081
+ 15
1082
+ ],
1083
+ "resultWebLink": [
677
1084
  1
678
1085
  ],
679
1086
  "__typename": [
680
1087
  1
681
1088
  ]
682
1089
  },
683
- "Industry": {
1090
+ "AthleteCompetition": {
684
1091
  "_id": [
685
1092
  1
686
1093
  ],
687
- "name": [
1094
+ "event": [
1095
+ 52
1096
+ ],
1097
+ "eventName": [
688
1098
  1
689
1099
  ],
1100
+ "date": [
1101
+ 12
1102
+ ],
1103
+ "result": [
1104
+ 53
1105
+ ],
690
1106
  "__typename": [
691
1107
  1
692
1108
  ]
@@ -704,20 +1120,200 @@ exports.default = {
704
1120
  "screenName": [
705
1121
  1
706
1122
  ],
707
- "nationalityIso2": [
1123
+ "countryId": [
1124
+ 1
1125
+ ],
1126
+ "countryName": [
1127
+ 1
1128
+ ],
1129
+ "trainer": [
1130
+ 1
1131
+ ],
1132
+ "trainerUrl": [
708
1133
  1
709
1134
  ],
1135
+ "followStats": [
1136
+ 44
1137
+ ],
1138
+ "mainSport": [
1139
+ 45
1140
+ ],
1141
+ "mainSportLevel": [
1142
+ 48
1143
+ ],
1144
+ "scores": [
1145
+ 46
1146
+ ],
1147
+ "rankings": [
1148
+ 50
1149
+ ],
1150
+ "allSports": [
1151
+ 45
1152
+ ],
1153
+ "teams": [
1154
+ 51
1155
+ ],
1156
+ "sponsorBrands": [
1157
+ 30
1158
+ ],
1159
+ "competitions": [
1160
+ 54
1161
+ ],
1162
+ "totalUpcomingCompetitions": [
1163
+ 15
1164
+ ],
1165
+ "totalPastCompetitions": [
1166
+ 15
1167
+ ],
710
1168
  "__typename": [
711
1169
  1
712
1170
  ]
713
1171
  },
714
- "Sport": {
1172
+ "Industry": {
1173
+ "_id": [
1174
+ 1
1175
+ ],
1176
+ "name": [
1177
+ 1
1178
+ ],
1179
+ "__typename": [
1180
+ 1
1181
+ ]
1182
+ },
1183
+ "Sponsor": {
1184
+ "_id": [
1185
+ 1
1186
+ ],
1187
+ "name": [
1188
+ 1
1189
+ ],
1190
+ "description": [
1191
+ 1
1192
+ ],
1193
+ "__typename": [
1194
+ 1
1195
+ ]
1196
+ },
1197
+ "ScoreQualificationDto": {
1198
+ "type": [
1199
+ 1
1200
+ ],
1201
+ "scoreType": [
1202
+ 1
1203
+ ],
1204
+ "operator": [
1205
+ 1
1206
+ ],
1207
+ "value": [
1208
+ 15
1209
+ ],
1210
+ "__typename": [
1211
+ 1
1212
+ ]
1213
+ },
1214
+ "LocationQualificationDto": {
1215
+ "type": [
1216
+ 1
1217
+ ],
1218
+ "operator": [
1219
+ 1
1220
+ ],
1221
+ "countries": [
1222
+ 60
1223
+ ],
1224
+ "states": [
1225
+ 61
1226
+ ],
1227
+ "cities": [
1228
+ 62
1229
+ ],
1230
+ "__typename": [
1231
+ 1
1232
+ ]
1233
+ },
1234
+ "CountryReferenceDto": {
1235
+ "_id": [
1236
+ 1
1237
+ ],
1238
+ "name": [
1239
+ 1
1240
+ ],
1241
+ "__typename": [
1242
+ 1
1243
+ ]
1244
+ },
1245
+ "StateReferenceDto": {
1246
+ "_id": [
1247
+ 1
1248
+ ],
1249
+ "name": [
1250
+ 1
1251
+ ],
1252
+ "country": [
1253
+ 60
1254
+ ],
1255
+ "__typename": [
1256
+ 1
1257
+ ]
1258
+ },
1259
+ "CityReferenceDto": {
715
1260
  "_id": [
716
1261
  1
717
1262
  ],
718
1263
  "name": [
719
1264
  1
720
1265
  ],
1266
+ "state": [
1267
+ 61
1268
+ ],
1269
+ "__typename": [
1270
+ 1
1271
+ ]
1272
+ },
1273
+ "DistanceQualificationDto": {
1274
+ "type": [
1275
+ 1
1276
+ ],
1277
+ "maxDistance": [
1278
+ 15
1279
+ ],
1280
+ "latitude": [
1281
+ 15
1282
+ ],
1283
+ "longitude": [
1284
+ 15
1285
+ ],
1286
+ "cityId": [
1287
+ 1
1288
+ ],
1289
+ "__typename": [
1290
+ 1
1291
+ ]
1292
+ },
1293
+ "SportsQualificationDto": {
1294
+ "type": [
1295
+ 1
1296
+ ],
1297
+ "sports": [
1298
+ 1
1299
+ ],
1300
+ "operator": [
1301
+ 1
1302
+ ],
1303
+ "__typename": [
1304
+ 1
1305
+ ]
1306
+ },
1307
+ "SportsLevelQualificationDto": {
1308
+ "type": [
1309
+ 1
1310
+ ],
1311
+ "operator": [
1312
+ 1
1313
+ ],
1314
+ "level": [
1315
+ 1
1316
+ ],
721
1317
  "__typename": [
722
1318
  1
723
1319
  ]
@@ -779,16 +1375,16 @@ exports.default = {
779
1375
  26,
780
1376
  {
781
1377
  "input": [
782
- 36,
1378
+ 67,
783
1379
  "AWSS3GetUploadDto!"
784
1380
  ]
785
1381
  }
786
1382
  ],
787
1383
  "industries": [
788
- 32
1384
+ 56
789
1385
  ],
790
1386
  "findIndustryById": [
791
- 32,
1387
+ 56,
792
1388
  {
793
1389
  "industryId": [
794
1390
  1,
@@ -826,7 +1422,7 @@ exports.default = {
826
1422
  }
827
1423
  ],
828
1424
  "existsValidSponsorForEmail": [
829
- 31,
1425
+ 57,
830
1426
  {
831
1427
  "loginEmail": [
832
1428
  1,
@@ -835,13 +1431,13 @@ exports.default = {
835
1431
  }
836
1432
  ],
837
1433
  "sponsors": [
838
- 31
1434
+ 57
839
1435
  ],
840
1436
  "athlete": [
841
- 33
1437
+ 55
842
1438
  ],
843
1439
  "findAthleteById": [
844
- 33,
1440
+ 55,
845
1441
  {
846
1442
  "athleteId": [
847
1443
  1,
@@ -850,10 +1446,10 @@ exports.default = {
850
1446
  }
851
1447
  ],
852
1448
  "sports": [
853
- 34
1449
+ 45
854
1450
  ],
855
1451
  "findSportById": [
856
- 34,
1452
+ 45,
857
1453
  {
858
1454
  "sportId": [
859
1455
  1,
@@ -861,6 +1457,15 @@ exports.default = {
861
1457
  ]
862
1458
  }
863
1459
  ],
1460
+ "getSponsorships": [
1461
+ 43,
1462
+ {
1463
+ "sponsorId": [
1464
+ 1,
1465
+ "String!"
1466
+ ]
1467
+ }
1468
+ ],
864
1469
  "__typename": [
865
1470
  1
866
1471
  ]
@@ -881,7 +1486,7 @@ exports.default = {
881
1486
  5,
882
1487
  {
883
1488
  "tenant": [
884
- 38,
1489
+ 69,
885
1490
  "CreateTenantInput!"
886
1491
  ]
887
1492
  }
@@ -890,7 +1495,7 @@ exports.default = {
890
1495
  9,
891
1496
  {
892
1497
  "tenant": [
893
- 38,
1498
+ 69,
894
1499
  "CreateTenantInput!"
895
1500
  ]
896
1501
  }
@@ -899,7 +1504,7 @@ exports.default = {
899
1504
  3,
900
1505
  {
901
1506
  "user": [
902
- 39,
1507
+ 70,
903
1508
  "CreateActiveUserInput!"
904
1509
  ]
905
1510
  }
@@ -917,7 +1522,7 @@ exports.default = {
917
1522
  0,
918
1523
  {
919
1524
  "input": [
920
- 40,
1525
+ 71,
921
1526
  "RegisterUserToDomainFromEmailInput!"
922
1527
  ]
923
1528
  }
@@ -926,7 +1531,7 @@ exports.default = {
926
1531
  8,
927
1532
  {
928
1533
  "dto": [
929
- 41,
1534
+ 72,
930
1535
  "RefreshTokenInput!"
931
1536
  ]
932
1537
  }
@@ -935,7 +1540,7 @@ exports.default = {
935
1540
  27,
936
1541
  {
937
1542
  "input": [
938
- 42,
1543
+ 73,
939
1544
  "AWSS3DeleteUseTypeFileDto!"
940
1545
  ]
941
1546
  }
@@ -944,7 +1549,7 @@ exports.default = {
944
1549
  27,
945
1550
  {
946
1551
  "input": [
947
- 43,
1552
+ 74,
948
1553
  "AWSS3DeleteBucketFileDto!"
949
1554
  ]
950
1555
  }
@@ -953,16 +1558,16 @@ exports.default = {
953
1558
  24,
954
1559
  {
955
1560
  "input": [
956
- 44,
1561
+ 75,
957
1562
  "AWSS3UploadedFileDto!"
958
1563
  ]
959
1564
  }
960
1565
  ],
961
1566
  "createIndustry": [
962
- 32,
1567
+ 56,
963
1568
  {
964
1569
  "input": [
965
- 45,
1570
+ 76,
966
1571
  "CreateIndustryDto!"
967
1572
  ]
968
1573
  }
@@ -971,60 +1576,69 @@ exports.default = {
971
1576
  30,
972
1577
  {
973
1578
  "input": [
974
- 46,
1579
+ 77,
975
1580
  "CreateBrandDto!"
976
1581
  ]
977
1582
  }
978
1583
  ],
979
1584
  "registerSponsor": [
980
- 31,
1585
+ 57,
981
1586
  {
982
1587
  "input": [
983
- 48,
1588
+ 79,
984
1589
  "RegisterSponsorInput!"
985
1590
  ]
986
1591
  }
987
1592
  ],
988
1593
  "createSponsor": [
989
- 31,
1594
+ 57,
990
1595
  {
991
1596
  "input": [
992
- 49,
1597
+ 80,
993
1598
  "CreateSponsorDto!"
994
1599
  ]
995
1600
  }
996
1601
  ],
997
1602
  "registerAthlete": [
998
- 33,
1603
+ 55,
999
1604
  {
1000
1605
  "input": [
1001
- 50,
1606
+ 81,
1002
1607
  "RegisterAthleteDto!"
1003
1608
  ]
1004
1609
  }
1005
1610
  ],
1006
1611
  "createSport": [
1007
- 34,
1612
+ 45,
1008
1613
  {
1009
1614
  "input": [
1010
- 51,
1615
+ 82,
1011
1616
  "CreateSportDto!"
1012
1617
  ]
1013
1618
  }
1014
1619
  ],
1015
1620
  "updateSport": [
1016
- 34,
1621
+ 45,
1017
1622
  {
1018
1623
  "sportId": [
1019
1624
  1,
1020
1625
  "String!"
1021
1626
  ],
1022
1627
  "input": [
1023
- 52,
1628
+ 83,
1024
1629
  "UpdateSportDto!"
1025
1630
  ]
1026
1631
  }
1027
1632
  ],
1633
+ "createSponsorwhip": [
1634
+ 43,
1635
+ {
1636
+ "input": [
1637
+ 84,
1638
+ "CreateSponsorshipDto!"
1639
+ ]
1640
+ }
1641
+ ],
1028
1642
  "__typename": [
1029
1643
  1
1030
1644
  ]
@@ -1149,13 +1763,13 @@ exports.default = {
1149
1763
  1
1150
1764
  ],
1151
1765
  "logo": [
1152
- 44
1766
+ 75
1153
1767
  ],
1154
1768
  "banner": [
1155
- 44
1769
+ 75
1156
1770
  ],
1157
1771
  "translations": [
1158
- 47
1772
+ 78
1159
1773
  ],
1160
1774
  "__typename": [
1161
1775
  1
@@ -1178,10 +1792,10 @@ exports.default = {
1178
1792
  1
1179
1793
  ],
1180
1794
  "logo": [
1181
- 44
1795
+ 75
1182
1796
  ],
1183
1797
  "banner": [
1184
- 44
1798
+ 75
1185
1799
  ],
1186
1800
  "__typename": [
1187
1801
  1
@@ -1286,6 +1900,108 @@ exports.default = {
1286
1900
  "__typename": [
1287
1901
  1
1288
1902
  ]
1903
+ },
1904
+ "CreateSponsorshipDto": {
1905
+ "title": [
1906
+ 1
1907
+ ],
1908
+ "brandId": [
1909
+ 1
1910
+ ],
1911
+ "description": [
1912
+ 1
1913
+ ],
1914
+ "cashValue": [
1915
+ 15
1916
+ ],
1917
+ "otherValue": [
1918
+ 15
1919
+ ],
1920
+ "banner": [
1921
+ 75
1922
+ ],
1923
+ "criteria": [
1924
+ 85
1925
+ ],
1926
+ "sponsorshipItems": [
1927
+ 87
1928
+ ],
1929
+ "commitments": [
1930
+ 88
1931
+ ],
1932
+ "terms": [
1933
+ 1
1934
+ ],
1935
+ "published": [
1936
+ 2
1937
+ ],
1938
+ "translations": [
1939
+ 89
1940
+ ],
1941
+ "__typename": [
1942
+ 1
1943
+ ]
1944
+ },
1945
+ "AthleteCriteriaDto": {
1946
+ "_id": [
1947
+ 1
1948
+ ],
1949
+ "label": [
1950
+ 1
1951
+ ],
1952
+ "qualifications": [
1953
+ 86
1954
+ ],
1955
+ "__typename": [
1956
+ 1
1957
+ ]
1958
+ },
1959
+ "QualificationDto": {
1960
+ "type": [
1961
+ 1
1962
+ ],
1963
+ "__typename": [
1964
+ 1
1965
+ ]
1966
+ },
1967
+ "SponsorshipItemDto": {
1968
+ "_id": [
1969
+ 1
1970
+ ],
1971
+ "name": [
1972
+ 1
1973
+ ],
1974
+ "__typename": [
1975
+ 1
1976
+ ]
1977
+ },
1978
+ "SponsorshipCommitmentDto": {
1979
+ "_id": [
1980
+ 1
1981
+ ],
1982
+ "name": [
1983
+ 1
1984
+ ],
1985
+ "__typename": [
1986
+ 1
1987
+ ]
1988
+ },
1989
+ "SponsorshipTranslationDto": {
1990
+ "title": [
1991
+ 1
1992
+ ],
1993
+ "description": [
1994
+ 1
1995
+ ],
1996
+ "banner": [
1997
+ 75
1998
+ ],
1999
+ "terms": [
2000
+ 1
2001
+ ],
2002
+ "__typename": [
2003
+ 1
2004
+ ]
1289
2005
  }
1290
2006
  }
1291
2007
  };