@vertikalx/vtx-backend-client 1.0.0-dev.21 → 1.0.0-dev.23

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,21 +666,600 @@ exports.default = {
666
666
  1
667
667
  ]
668
668
  },
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": {
1068
+ "_id": [
1069
+ 1
1070
+ ],
1071
+ "type": [
1072
+ 1
1073
+ ],
1074
+ "position": [
1075
+ 15
1076
+ ],
1077
+ "score": [
1078
+ 1
1079
+ ],
1080
+ "timems": [
1081
+ 15
1082
+ ],
1083
+ "resultWebLink": [
1084
+ 1
1085
+ ],
1086
+ "__typename": [
1087
+ 1
1088
+ ]
1089
+ },
1090
+ "AthleteCompetition": {
1091
+ "_id": [
1092
+ 1
1093
+ ],
1094
+ "event": [
1095
+ 52
1096
+ ],
1097
+ "eventName": [
1098
+ 1
1099
+ ],
1100
+ "date": [
1101
+ 12
1102
+ ],
1103
+ "result": [
1104
+ 53
1105
+ ],
1106
+ "__typename": [
1107
+ 1
1108
+ ]
1109
+ },
1110
+ "Athlete": {
1111
+ "_id": [
1112
+ 1
1113
+ ],
1114
+ "firstName": [
1115
+ 1
1116
+ ],
1117
+ "lastName": [
1118
+ 1
1119
+ ],
1120
+ "screenName": [
1121
+ 1
1122
+ ],
1123
+ "countryId": [
1124
+ 1
1125
+ ],
1126
+ "countryName": [
1127
+ 1
1128
+ ],
1129
+ "trainer": [
1130
+ 1
1131
+ ],
1132
+ "trainerUrl": [
1133
+ 1
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
+ ],
1168
+ "__typename": [
1169
+ 1
1170
+ ]
1171
+ },
1172
+ "Industry": {
1173
+ "_id": [
1174
+ 1
1175
+ ],
1176
+ "name": [
1177
+ 1
1178
+ ],
1179
+ "__typename": [
1180
+ 1
1181
+ ]
1182
+ },
669
1183
  "Sponsor": {
670
1184
  "_id": [
671
1185
  1
672
1186
  ],
673
- "name": [
1187
+ "name": [
1188
+ 1
1189
+ ],
1190
+ "description": [
1191
+ 1
1192
+ ],
1193
+ "__typename": [
1194
+ 1
1195
+ ]
1196
+ },
1197
+ "WorldCity": {
1198
+ "id": [
1199
+ 1
1200
+ ],
1201
+ "city": [
1202
+ 1
1203
+ ],
1204
+ "city_ascii": [
1205
+ 1
1206
+ ],
1207
+ "city_alt": [
1208
+ 1
1209
+ ],
1210
+ "lat": [
1211
+ 15
1212
+ ],
1213
+ "lng": [
1214
+ 15
1215
+ ],
1216
+ "country": [
1217
+ 1
1218
+ ],
1219
+ "iso2": [
1220
+ 1
1221
+ ],
1222
+ "iso3": [
674
1223
  1
675
1224
  ],
676
- "description": [
1225
+ "admin_name": [
1226
+ 1
1227
+ ],
1228
+ "admin_name_ascii": [
1229
+ 1
1230
+ ],
1231
+ "admin_code": [
1232
+ 1
1233
+ ],
1234
+ "admin_type": [
1235
+ 1
1236
+ ],
1237
+ "capital": [
1238
+ 1
1239
+ ],
1240
+ "density": [
1241
+ 15
1242
+ ],
1243
+ "population": [
1244
+ 15
1245
+ ],
1246
+ "population_proper": [
1247
+ 15
1248
+ ],
1249
+ "ranking": [
1250
+ 15
1251
+ ],
1252
+ "timezone": [
1253
+ 1
1254
+ ],
1255
+ "same_name": [
677
1256
  1
678
1257
  ],
679
1258
  "__typename": [
680
1259
  1
681
1260
  ]
682
1261
  },
683
- "Industry": {
1262
+ "Country": {
684
1263
  "_id": [
685
1264
  1
686
1265
  ],
@@ -691,33 +1270,140 @@ exports.default = {
691
1270
  1
692
1271
  ]
693
1272
  },
694
- "Athlete": {
1273
+ "State": {
695
1274
  "_id": [
696
1275
  1
697
1276
  ],
698
- "firstName": [
1277
+ "name": [
699
1278
  1
700
1279
  ],
701
- "lastName": [
1280
+ "countryId": [
702
1281
  1
703
1282
  ],
704
- "screenName": [
1283
+ "__typename": [
1284
+ 1
1285
+ ]
1286
+ },
1287
+ "ScoreQualificationDto": {
1288
+ "type": [
705
1289
  1
706
1290
  ],
707
- "nationalityIso2": [
1291
+ "scoreType": [
708
1292
  1
709
1293
  ],
1294
+ "operator": [
1295
+ 1
1296
+ ],
1297
+ "value": [
1298
+ 15
1299
+ ],
710
1300
  "__typename": [
711
1301
  1
712
1302
  ]
713
1303
  },
714
- "Sport": {
1304
+ "LocationQualificationDto": {
1305
+ "type": [
1306
+ 1
1307
+ ],
1308
+ "operator": [
1309
+ 1
1310
+ ],
1311
+ "countries": [
1312
+ 63
1313
+ ],
1314
+ "states": [
1315
+ 64
1316
+ ],
1317
+ "cities": [
1318
+ 65
1319
+ ],
1320
+ "__typename": [
1321
+ 1
1322
+ ]
1323
+ },
1324
+ "CountryReferenceDto": {
1325
+ "_id": [
1326
+ 1
1327
+ ],
1328
+ "name": [
1329
+ 1
1330
+ ],
1331
+ "__typename": [
1332
+ 1
1333
+ ]
1334
+ },
1335
+ "StateReferenceDto": {
1336
+ "_id": [
1337
+ 1
1338
+ ],
1339
+ "name": [
1340
+ 1
1341
+ ],
1342
+ "country": [
1343
+ 63
1344
+ ],
1345
+ "__typename": [
1346
+ 1
1347
+ ]
1348
+ },
1349
+ "CityReferenceDto": {
715
1350
  "_id": [
716
1351
  1
717
1352
  ],
718
1353
  "name": [
719
1354
  1
720
1355
  ],
1356
+ "state": [
1357
+ 64
1358
+ ],
1359
+ "__typename": [
1360
+ 1
1361
+ ]
1362
+ },
1363
+ "DistanceQualificationDto": {
1364
+ "type": [
1365
+ 1
1366
+ ],
1367
+ "maxDistance": [
1368
+ 15
1369
+ ],
1370
+ "latitude": [
1371
+ 15
1372
+ ],
1373
+ "longitude": [
1374
+ 15
1375
+ ],
1376
+ "cityId": [
1377
+ 1
1378
+ ],
1379
+ "__typename": [
1380
+ 1
1381
+ ]
1382
+ },
1383
+ "SportsQualificationDto": {
1384
+ "type": [
1385
+ 1
1386
+ ],
1387
+ "sports": [
1388
+ 1
1389
+ ],
1390
+ "operator": [
1391
+ 1
1392
+ ],
1393
+ "__typename": [
1394
+ 1
1395
+ ]
1396
+ },
1397
+ "SportsLevelQualificationDto": {
1398
+ "type": [
1399
+ 1
1400
+ ],
1401
+ "operator": [
1402
+ 1
1403
+ ],
1404
+ "level": [
1405
+ 1
1406
+ ],
721
1407
  "__typename": [
722
1408
  1
723
1409
  ]
@@ -779,16 +1465,16 @@ exports.default = {
779
1465
  26,
780
1466
  {
781
1467
  "input": [
782
- 36,
1468
+ 70,
783
1469
  "AWSS3GetUploadDto!"
784
1470
  ]
785
1471
  }
786
1472
  ],
787
1473
  "industries": [
788
- 32
1474
+ 56
789
1475
  ],
790
1476
  "findIndustryById": [
791
- 32,
1477
+ 56,
792
1478
  {
793
1479
  "industryId": [
794
1480
  1,
@@ -826,7 +1512,7 @@ exports.default = {
826
1512
  }
827
1513
  ],
828
1514
  "existsValidSponsorForEmail": [
829
- 31,
1515
+ 57,
830
1516
  {
831
1517
  "loginEmail": [
832
1518
  1,
@@ -835,13 +1521,13 @@ exports.default = {
835
1521
  }
836
1522
  ],
837
1523
  "sponsors": [
838
- 31
1524
+ 57
839
1525
  ],
840
1526
  "athlete": [
841
- 33
1527
+ 55
842
1528
  ],
843
1529
  "findAthleteById": [
844
- 33,
1530
+ 55,
845
1531
  {
846
1532
  "athleteId": [
847
1533
  1,
@@ -850,10 +1536,10 @@ exports.default = {
850
1536
  }
851
1537
  ],
852
1538
  "sports": [
853
- 34
1539
+ 45
854
1540
  ],
855
1541
  "findSportById": [
856
- 34,
1542
+ 45,
857
1543
  {
858
1544
  "sportId": [
859
1545
  1,
@@ -861,6 +1547,45 @@ exports.default = {
861
1547
  ]
862
1548
  }
863
1549
  ],
1550
+ "getSponsorships": [
1551
+ 43,
1552
+ {
1553
+ "sponsorId": [
1554
+ 1,
1555
+ "String!"
1556
+ ]
1557
+ }
1558
+ ],
1559
+ "getCountries": [
1560
+ 59
1561
+ ],
1562
+ "getCountryStates": [
1563
+ 60,
1564
+ {
1565
+ "countryId": [
1566
+ 1,
1567
+ "String!"
1568
+ ]
1569
+ }
1570
+ ],
1571
+ "getStateCities": [
1572
+ 58,
1573
+ {
1574
+ "stateId": [
1575
+ 1,
1576
+ "String!"
1577
+ ]
1578
+ }
1579
+ ],
1580
+ "findCitiesStartingWth": [
1581
+ 58,
1582
+ {
1583
+ "text": [
1584
+ 1,
1585
+ "String!"
1586
+ ]
1587
+ }
1588
+ ],
864
1589
  "__typename": [
865
1590
  1
866
1591
  ]
@@ -881,7 +1606,7 @@ exports.default = {
881
1606
  5,
882
1607
  {
883
1608
  "tenant": [
884
- 38,
1609
+ 72,
885
1610
  "CreateTenantInput!"
886
1611
  ]
887
1612
  }
@@ -890,7 +1615,7 @@ exports.default = {
890
1615
  9,
891
1616
  {
892
1617
  "tenant": [
893
- 38,
1618
+ 72,
894
1619
  "CreateTenantInput!"
895
1620
  ]
896
1621
  }
@@ -899,7 +1624,7 @@ exports.default = {
899
1624
  3,
900
1625
  {
901
1626
  "user": [
902
- 39,
1627
+ 73,
903
1628
  "CreateActiveUserInput!"
904
1629
  ]
905
1630
  }
@@ -917,7 +1642,7 @@ exports.default = {
917
1642
  0,
918
1643
  {
919
1644
  "input": [
920
- 40,
1645
+ 74,
921
1646
  "RegisterUserToDomainFromEmailInput!"
922
1647
  ]
923
1648
  }
@@ -926,7 +1651,7 @@ exports.default = {
926
1651
  8,
927
1652
  {
928
1653
  "dto": [
929
- 41,
1654
+ 75,
930
1655
  "RefreshTokenInput!"
931
1656
  ]
932
1657
  }
@@ -935,7 +1660,7 @@ exports.default = {
935
1660
  27,
936
1661
  {
937
1662
  "input": [
938
- 42,
1663
+ 76,
939
1664
  "AWSS3DeleteUseTypeFileDto!"
940
1665
  ]
941
1666
  }
@@ -944,7 +1669,7 @@ exports.default = {
944
1669
  27,
945
1670
  {
946
1671
  "input": [
947
- 43,
1672
+ 77,
948
1673
  "AWSS3DeleteBucketFileDto!"
949
1674
  ]
950
1675
  }
@@ -953,16 +1678,16 @@ exports.default = {
953
1678
  24,
954
1679
  {
955
1680
  "input": [
956
- 44,
1681
+ 78,
957
1682
  "AWSS3UploadedFileDto!"
958
1683
  ]
959
1684
  }
960
1685
  ],
961
1686
  "createIndustry": [
962
- 32,
1687
+ 56,
963
1688
  {
964
1689
  "input": [
965
- 45,
1690
+ 79,
966
1691
  "CreateIndustryDto!"
967
1692
  ]
968
1693
  }
@@ -971,60 +1696,87 @@ exports.default = {
971
1696
  30,
972
1697
  {
973
1698
  "input": [
974
- 46,
1699
+ 80,
975
1700
  "CreateBrandDto!"
976
1701
  ]
977
1702
  }
978
1703
  ],
979
1704
  "registerSponsor": [
980
- 31,
1705
+ 57,
981
1706
  {
982
1707
  "input": [
983
- 48,
1708
+ 82,
984
1709
  "RegisterSponsorInput!"
985
1710
  ]
986
1711
  }
987
1712
  ],
988
1713
  "createSponsor": [
989
- 31,
1714
+ 57,
990
1715
  {
991
1716
  "input": [
992
- 49,
1717
+ 83,
993
1718
  "CreateSponsorDto!"
994
1719
  ]
995
1720
  }
996
1721
  ],
997
1722
  "registerAthlete": [
998
- 33,
1723
+ 55,
999
1724
  {
1000
1725
  "input": [
1001
- 50,
1726
+ 84,
1002
1727
  "RegisterAthleteDto!"
1003
1728
  ]
1004
1729
  }
1005
1730
  ],
1006
1731
  "createSport": [
1007
- 34,
1732
+ 45,
1008
1733
  {
1009
1734
  "input": [
1010
- 51,
1735
+ 85,
1011
1736
  "CreateSportDto!"
1012
1737
  ]
1013
1738
  }
1014
1739
  ],
1015
1740
  "updateSport": [
1016
- 34,
1741
+ 45,
1017
1742
  {
1018
1743
  "sportId": [
1019
1744
  1,
1020
1745
  "String!"
1021
1746
  ],
1022
1747
  "input": [
1023
- 52,
1748
+ 86,
1024
1749
  "UpdateSportDto!"
1025
1750
  ]
1026
1751
  }
1027
1752
  ],
1753
+ "createSponsorwhip": [
1754
+ 43,
1755
+ {
1756
+ "input": [
1757
+ 87,
1758
+ "CreateSponsorshipDto!"
1759
+ ]
1760
+ }
1761
+ ],
1762
+ "createCountry": [
1763
+ 59,
1764
+ {
1765
+ "input": [
1766
+ 93,
1767
+ "CreateCountryDto!"
1768
+ ]
1769
+ }
1770
+ ],
1771
+ "createState": [
1772
+ 60,
1773
+ {
1774
+ "input": [
1775
+ 94,
1776
+ "CreateStateDto!"
1777
+ ]
1778
+ }
1779
+ ],
1028
1780
  "__typename": [
1029
1781
  1
1030
1782
  ]
@@ -1149,13 +1901,13 @@ exports.default = {
1149
1901
  1
1150
1902
  ],
1151
1903
  "logo": [
1152
- 44
1904
+ 78
1153
1905
  ],
1154
1906
  "banner": [
1155
- 44
1907
+ 78
1156
1908
  ],
1157
1909
  "translations": [
1158
- 47
1910
+ 81
1159
1911
  ],
1160
1912
  "__typename": [
1161
1913
  1
@@ -1178,10 +1930,10 @@ exports.default = {
1178
1930
  1
1179
1931
  ],
1180
1932
  "logo": [
1181
- 44
1933
+ 78
1182
1934
  ],
1183
1935
  "banner": [
1184
- 44
1936
+ 78
1185
1937
  ],
1186
1938
  "__typename": [
1187
1939
  1
@@ -1286,6 +2038,133 @@ exports.default = {
1286
2038
  "__typename": [
1287
2039
  1
1288
2040
  ]
2041
+ },
2042
+ "CreateSponsorshipDto": {
2043
+ "title": [
2044
+ 1
2045
+ ],
2046
+ "brandId": [
2047
+ 1
2048
+ ],
2049
+ "description": [
2050
+ 1
2051
+ ],
2052
+ "cashValue": [
2053
+ 15
2054
+ ],
2055
+ "otherValue": [
2056
+ 15
2057
+ ],
2058
+ "banner": [
2059
+ 78
2060
+ ],
2061
+ "criteria": [
2062
+ 88
2063
+ ],
2064
+ "sponsorshipItems": [
2065
+ 90
2066
+ ],
2067
+ "commitments": [
2068
+ 91
2069
+ ],
2070
+ "terms": [
2071
+ 1
2072
+ ],
2073
+ "published": [
2074
+ 2
2075
+ ],
2076
+ "translations": [
2077
+ 92
2078
+ ],
2079
+ "__typename": [
2080
+ 1
2081
+ ]
2082
+ },
2083
+ "AthleteCriteriaDto": {
2084
+ "_id": [
2085
+ 1
2086
+ ],
2087
+ "label": [
2088
+ 1
2089
+ ],
2090
+ "qualifications": [
2091
+ 89
2092
+ ],
2093
+ "__typename": [
2094
+ 1
2095
+ ]
2096
+ },
2097
+ "QualificationDto": {
2098
+ "type": [
2099
+ 1
2100
+ ],
2101
+ "__typename": [
2102
+ 1
2103
+ ]
2104
+ },
2105
+ "SponsorshipItemDto": {
2106
+ "_id": [
2107
+ 1
2108
+ ],
2109
+ "name": [
2110
+ 1
2111
+ ],
2112
+ "__typename": [
2113
+ 1
2114
+ ]
2115
+ },
2116
+ "SponsorshipCommitmentDto": {
2117
+ "_id": [
2118
+ 1
2119
+ ],
2120
+ "name": [
2121
+ 1
2122
+ ],
2123
+ "__typename": [
2124
+ 1
2125
+ ]
2126
+ },
2127
+ "SponsorshipTranslationDto": {
2128
+ "title": [
2129
+ 1
2130
+ ],
2131
+ "description": [
2132
+ 1
2133
+ ],
2134
+ "banner": [
2135
+ 78
2136
+ ],
2137
+ "terms": [
2138
+ 1
2139
+ ],
2140
+ "__typename": [
2141
+ 1
2142
+ ]
2143
+ },
2144
+ "CreateCountryDto": {
2145
+ "id": [
2146
+ 1
2147
+ ],
2148
+ "name": [
2149
+ 1
2150
+ ],
2151
+ "__typename": [
2152
+ 1
2153
+ ]
2154
+ },
2155
+ "CreateStateDto": {
2156
+ "id": [
2157
+ 1
2158
+ ],
2159
+ "name": [
2160
+ 1
2161
+ ],
2162
+ "idCountry": [
2163
+ 1
2164
+ ],
2165
+ "__typename": [
2166
+ 1
2167
+ ]
1289
2168
  }
1290
2169
  }
1291
2170
  };