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

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,232 @@ exports.default = {
666
666
  1
667
667
  ]
668
668
  },
669
- "Sponsor": {
669
+ "CountryReference": {
670
670
  "_id": [
671
671
  1
672
672
  ],
673
673
  "name": [
674
674
  1
675
675
  ],
676
- "description": [
676
+ "__typename": [
677
+ 1
678
+ ]
679
+ },
680
+ "StateReference": {
681
+ "_id": [
682
+ 1
683
+ ],
684
+ "name": [
677
685
  1
678
686
  ],
687
+ "country": [
688
+ 31
689
+ ],
679
690
  "__typename": [
680
691
  1
681
692
  ]
682
693
  },
683
- "Industry": {
694
+ "CityReference": {
684
695
  "_id": [
685
696
  1
686
697
  ],
687
698
  "name": [
688
699
  1
689
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
+ "banner": [
878
+ 24
879
+ ],
880
+ "stats": [
881
+ 41
882
+ ],
883
+ "translations": [
884
+ 42
885
+ ],
886
+ "approved": [
887
+ 2
888
+ ],
889
+ "published": [
890
+ 2
891
+ ],
892
+ "criteria": [
893
+ 40
894
+ ],
690
895
  "__typename": [
691
896
  1
692
897
  ]
@@ -711,6 +916,31 @@ exports.default = {
711
916
  1
712
917
  ]
713
918
  },
919
+ "Industry": {
920
+ "_id": [
921
+ 1
922
+ ],
923
+ "name": [
924
+ 1
925
+ ],
926
+ "__typename": [
927
+ 1
928
+ ]
929
+ },
930
+ "Sponsor": {
931
+ "_id": [
932
+ 1
933
+ ],
934
+ "name": [
935
+ 1
936
+ ],
937
+ "description": [
938
+ 1
939
+ ],
940
+ "__typename": [
941
+ 1
942
+ ]
943
+ },
714
944
  "Sport": {
715
945
  "_id": [
716
946
  1
@@ -722,6 +952,130 @@ exports.default = {
722
952
  1
723
953
  ]
724
954
  },
955
+ "ScoreQualificationDto": {
956
+ "type": [
957
+ 1
958
+ ],
959
+ "scoreType": [
960
+ 1
961
+ ],
962
+ "operator": [
963
+ 1
964
+ ],
965
+ "value": [
966
+ 15
967
+ ],
968
+ "__typename": [
969
+ 1
970
+ ]
971
+ },
972
+ "LocationQualificationDto": {
973
+ "type": [
974
+ 1
975
+ ],
976
+ "operator": [
977
+ 1
978
+ ],
979
+ "countries": [
980
+ 50
981
+ ],
982
+ "states": [
983
+ 51
984
+ ],
985
+ "cities": [
986
+ 52
987
+ ],
988
+ "__typename": [
989
+ 1
990
+ ]
991
+ },
992
+ "CountryReferenceDto": {
993
+ "_id": [
994
+ 1
995
+ ],
996
+ "name": [
997
+ 1
998
+ ],
999
+ "__typename": [
1000
+ 1
1001
+ ]
1002
+ },
1003
+ "StateReferenceDto": {
1004
+ "_id": [
1005
+ 1
1006
+ ],
1007
+ "name": [
1008
+ 1
1009
+ ],
1010
+ "country": [
1011
+ 50
1012
+ ],
1013
+ "__typename": [
1014
+ 1
1015
+ ]
1016
+ },
1017
+ "CityReferenceDto": {
1018
+ "_id": [
1019
+ 1
1020
+ ],
1021
+ "name": [
1022
+ 1
1023
+ ],
1024
+ "state": [
1025
+ 51
1026
+ ],
1027
+ "__typename": [
1028
+ 1
1029
+ ]
1030
+ },
1031
+ "DistanceQualificationDto": {
1032
+ "type": [
1033
+ 1
1034
+ ],
1035
+ "maxDistance": [
1036
+ 15
1037
+ ],
1038
+ "latitude": [
1039
+ 15
1040
+ ],
1041
+ "longitude": [
1042
+ 15
1043
+ ],
1044
+ "cityId": [
1045
+ 1
1046
+ ],
1047
+ "__typename": [
1048
+ 1
1049
+ ]
1050
+ },
1051
+ "SportsQualificationDto": {
1052
+ "type": [
1053
+ 1
1054
+ ],
1055
+ "sports": [
1056
+ 1
1057
+ ],
1058
+ "operator": [
1059
+ 1
1060
+ ],
1061
+ "__typename": [
1062
+ 1
1063
+ ]
1064
+ },
1065
+ "SportsLevelQualificationDto": {
1066
+ "type": [
1067
+ 1
1068
+ ],
1069
+ "operator": [
1070
+ 1
1071
+ ],
1072
+ "level": [
1073
+ 1
1074
+ ],
1075
+ "__typename": [
1076
+ 1
1077
+ ]
1078
+ },
725
1079
  "Query": {
726
1080
  "findTenantById": [
727
1081
  5,
@@ -779,16 +1133,16 @@ exports.default = {
779
1133
  26,
780
1134
  {
781
1135
  "input": [
782
- 36,
1136
+ 57,
783
1137
  "AWSS3GetUploadDto!"
784
1138
  ]
785
1139
  }
786
1140
  ],
787
1141
  "industries": [
788
- 32
1142
+ 45
789
1143
  ],
790
1144
  "findIndustryById": [
791
- 32,
1145
+ 45,
792
1146
  {
793
1147
  "industryId": [
794
1148
  1,
@@ -826,7 +1180,7 @@ exports.default = {
826
1180
  }
827
1181
  ],
828
1182
  "existsValidSponsorForEmail": [
829
- 31,
1183
+ 46,
830
1184
  {
831
1185
  "loginEmail": [
832
1186
  1,
@@ -835,13 +1189,13 @@ exports.default = {
835
1189
  }
836
1190
  ],
837
1191
  "sponsors": [
838
- 31
1192
+ 46
839
1193
  ],
840
1194
  "athlete": [
841
- 33
1195
+ 44
842
1196
  ],
843
1197
  "findAthleteById": [
844
- 33,
1198
+ 44,
845
1199
  {
846
1200
  "athleteId": [
847
1201
  1,
@@ -850,10 +1204,10 @@ exports.default = {
850
1204
  }
851
1205
  ],
852
1206
  "sports": [
853
- 34
1207
+ 47
854
1208
  ],
855
1209
  "findSportById": [
856
- 34,
1210
+ 47,
857
1211
  {
858
1212
  "sportId": [
859
1213
  1,
@@ -861,6 +1215,15 @@ exports.default = {
861
1215
  ]
862
1216
  }
863
1217
  ],
1218
+ "getSponsorships": [
1219
+ 43,
1220
+ {
1221
+ "sponsorId": [
1222
+ 1,
1223
+ "String!"
1224
+ ]
1225
+ }
1226
+ ],
864
1227
  "__typename": [
865
1228
  1
866
1229
  ]
@@ -881,7 +1244,7 @@ exports.default = {
881
1244
  5,
882
1245
  {
883
1246
  "tenant": [
884
- 38,
1247
+ 59,
885
1248
  "CreateTenantInput!"
886
1249
  ]
887
1250
  }
@@ -890,7 +1253,7 @@ exports.default = {
890
1253
  9,
891
1254
  {
892
1255
  "tenant": [
893
- 38,
1256
+ 59,
894
1257
  "CreateTenantInput!"
895
1258
  ]
896
1259
  }
@@ -899,7 +1262,7 @@ exports.default = {
899
1262
  3,
900
1263
  {
901
1264
  "user": [
902
- 39,
1265
+ 60,
903
1266
  "CreateActiveUserInput!"
904
1267
  ]
905
1268
  }
@@ -917,7 +1280,7 @@ exports.default = {
917
1280
  0,
918
1281
  {
919
1282
  "input": [
920
- 40,
1283
+ 61,
921
1284
  "RegisterUserToDomainFromEmailInput!"
922
1285
  ]
923
1286
  }
@@ -926,7 +1289,7 @@ exports.default = {
926
1289
  8,
927
1290
  {
928
1291
  "dto": [
929
- 41,
1292
+ 62,
930
1293
  "RefreshTokenInput!"
931
1294
  ]
932
1295
  }
@@ -935,7 +1298,7 @@ exports.default = {
935
1298
  27,
936
1299
  {
937
1300
  "input": [
938
- 42,
1301
+ 63,
939
1302
  "AWSS3DeleteUseTypeFileDto!"
940
1303
  ]
941
1304
  }
@@ -944,7 +1307,7 @@ exports.default = {
944
1307
  27,
945
1308
  {
946
1309
  "input": [
947
- 43,
1310
+ 64,
948
1311
  "AWSS3DeleteBucketFileDto!"
949
1312
  ]
950
1313
  }
@@ -953,16 +1316,16 @@ exports.default = {
953
1316
  24,
954
1317
  {
955
1318
  "input": [
956
- 44,
1319
+ 65,
957
1320
  "AWSS3UploadedFileDto!"
958
1321
  ]
959
1322
  }
960
1323
  ],
961
1324
  "createIndustry": [
962
- 32,
1325
+ 45,
963
1326
  {
964
1327
  "input": [
965
- 45,
1328
+ 66,
966
1329
  "CreateIndustryDto!"
967
1330
  ]
968
1331
  }
@@ -971,60 +1334,69 @@ exports.default = {
971
1334
  30,
972
1335
  {
973
1336
  "input": [
974
- 46,
1337
+ 67,
975
1338
  "CreateBrandDto!"
976
1339
  ]
977
1340
  }
978
1341
  ],
979
1342
  "registerSponsor": [
980
- 31,
1343
+ 46,
981
1344
  {
982
1345
  "input": [
983
- 48,
1346
+ 69,
984
1347
  "RegisterSponsorInput!"
985
1348
  ]
986
1349
  }
987
1350
  ],
988
1351
  "createSponsor": [
989
- 31,
1352
+ 46,
990
1353
  {
991
1354
  "input": [
992
- 49,
1355
+ 70,
993
1356
  "CreateSponsorDto!"
994
1357
  ]
995
1358
  }
996
1359
  ],
997
1360
  "registerAthlete": [
998
- 33,
1361
+ 44,
999
1362
  {
1000
1363
  "input": [
1001
- 50,
1364
+ 71,
1002
1365
  "RegisterAthleteDto!"
1003
1366
  ]
1004
1367
  }
1005
1368
  ],
1006
1369
  "createSport": [
1007
- 34,
1370
+ 47,
1008
1371
  {
1009
1372
  "input": [
1010
- 51,
1373
+ 72,
1011
1374
  "CreateSportDto!"
1012
1375
  ]
1013
1376
  }
1014
1377
  ],
1015
1378
  "updateSport": [
1016
- 34,
1379
+ 47,
1017
1380
  {
1018
1381
  "sportId": [
1019
1382
  1,
1020
1383
  "String!"
1021
1384
  ],
1022
1385
  "input": [
1023
- 52,
1386
+ 73,
1024
1387
  "UpdateSportDto!"
1025
1388
  ]
1026
1389
  }
1027
1390
  ],
1391
+ "createSponsorwhip": [
1392
+ 43,
1393
+ {
1394
+ "input": [
1395
+ 74,
1396
+ "CreateSponsorshipDto!"
1397
+ ]
1398
+ }
1399
+ ],
1028
1400
  "__typename": [
1029
1401
  1
1030
1402
  ]
@@ -1149,13 +1521,13 @@ exports.default = {
1149
1521
  1
1150
1522
  ],
1151
1523
  "logo": [
1152
- 44
1524
+ 65
1153
1525
  ],
1154
1526
  "banner": [
1155
- 44
1527
+ 65
1156
1528
  ],
1157
1529
  "translations": [
1158
- 47
1530
+ 68
1159
1531
  ],
1160
1532
  "__typename": [
1161
1533
  1
@@ -1178,10 +1550,10 @@ exports.default = {
1178
1550
  1
1179
1551
  ],
1180
1552
  "logo": [
1181
- 44
1553
+ 65
1182
1554
  ],
1183
1555
  "banner": [
1184
- 44
1556
+ 65
1185
1557
  ],
1186
1558
  "__typename": [
1187
1559
  1
@@ -1286,6 +1658,108 @@ exports.default = {
1286
1658
  "__typename": [
1287
1659
  1
1288
1660
  ]
1661
+ },
1662
+ "CreateSponsorshipDto": {
1663
+ "title": [
1664
+ 1
1665
+ ],
1666
+ "brandId": [
1667
+ 1
1668
+ ],
1669
+ "description": [
1670
+ 1
1671
+ ],
1672
+ "cashValue": [
1673
+ 15
1674
+ ],
1675
+ "otherValue": [
1676
+ 15
1677
+ ],
1678
+ "banner": [
1679
+ 65
1680
+ ],
1681
+ "criteria": [
1682
+ 75
1683
+ ],
1684
+ "sponsorshipItems": [
1685
+ 77
1686
+ ],
1687
+ "commitments": [
1688
+ 78
1689
+ ],
1690
+ "terms": [
1691
+ 1
1692
+ ],
1693
+ "published": [
1694
+ 2
1695
+ ],
1696
+ "translations": [
1697
+ 79
1698
+ ],
1699
+ "__typename": [
1700
+ 1
1701
+ ]
1702
+ },
1703
+ "AthleteCriteriaDto": {
1704
+ "_id": [
1705
+ 1
1706
+ ],
1707
+ "label": [
1708
+ 1
1709
+ ],
1710
+ "qualifications": [
1711
+ 76
1712
+ ],
1713
+ "__typename": [
1714
+ 1
1715
+ ]
1716
+ },
1717
+ "QualificationDto": {
1718
+ "type": [
1719
+ 1
1720
+ ],
1721
+ "__typename": [
1722
+ 1
1723
+ ]
1724
+ },
1725
+ "SponsorshipItemDto": {
1726
+ "_id": [
1727
+ 1
1728
+ ],
1729
+ "name": [
1730
+ 1
1731
+ ],
1732
+ "__typename": [
1733
+ 1
1734
+ ]
1735
+ },
1736
+ "SponsorshipCommitmentDto": {
1737
+ "_id": [
1738
+ 1
1739
+ ],
1740
+ "name": [
1741
+ 1
1742
+ ],
1743
+ "__typename": [
1744
+ 1
1745
+ ]
1746
+ },
1747
+ "SponsorshipTranslationDto": {
1748
+ "title": [
1749
+ 1
1750
+ ],
1751
+ "description": [
1752
+ 1
1753
+ ],
1754
+ "banner": [
1755
+ 65
1756
+ ],
1757
+ "terms": [
1758
+ 1
1759
+ ],
1760
+ "__typename": [
1761
+ 1
1762
+ ]
1289
1763
  }
1290
1764
  }
1291
1765
  };