@vertikalx/vtx-backend-client 1.0.0-dev-geo.21 → 1.0.0-dev-daniel.207

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.
Files changed (97) hide show
  1. package/package.json +1 -1
  2. package/src/api/response-builder.js +2 -3
  3. package/src/api/response-builder.js.map +1 -1
  4. package/src/api/vtx-base-api.d.ts +4 -6
  5. package/src/api/vtx-base-api.js +257 -428
  6. package/src/api/vtx-base-api.js.map +1 -1
  7. package/src/client/runtime/generateGraphqlOperation.d.ts +1 -1
  8. package/src/client/schema.d.ts +414 -40
  9. package/src/client/schema.graphql +214 -15
  10. package/src/client/schema.js +87 -9
  11. package/src/client/schema.js.map +1 -1
  12. package/src/client/types.d.ts +218 -21
  13. package/src/client/types.js +891 -376
  14. package/src/client/types.js.map +1 -1
  15. package/tsconfig.lib.tsbuildinfo +1 -1
  16. package/libs/vtx-backend-client/package.json +0 -16
  17. package/libs/vtx-backend-client/src/api/api-call-headers.d.ts +0 -16
  18. package/libs/vtx-backend-client/src/api/api-call-headers.js +0 -20
  19. package/libs/vtx-backend-client/src/api/api-call-headers.js.map +0 -1
  20. package/libs/vtx-backend-client/src/api/backend-response.d.ts +0 -10
  21. package/libs/vtx-backend-client/src/api/backend-response.js +0 -3
  22. package/libs/vtx-backend-client/src/api/backend-response.js.map +0 -1
  23. package/libs/vtx-backend-client/src/api/domains.d.ts +0 -3
  24. package/libs/vtx-backend-client/src/api/domains.js +0 -7
  25. package/libs/vtx-backend-client/src/api/domains.js.map +0 -1
  26. package/libs/vtx-backend-client/src/api/response-builder.d.ts +0 -4
  27. package/libs/vtx-backend-client/src/api/response-builder.js +0 -123
  28. package/libs/vtx-backend-client/src/api/response-builder.js.map +0 -1
  29. package/libs/vtx-backend-client/src/api/types.d.ts +0 -2
  30. package/libs/vtx-backend-client/src/api/types.js +0 -3
  31. package/libs/vtx-backend-client/src/api/types.js.map +0 -1
  32. package/libs/vtx-backend-client/src/api/vtx-apikey-api.d.ts +0 -6
  33. package/libs/vtx-backend-client/src/api/vtx-apikey-api.js +0 -19
  34. package/libs/vtx-backend-client/src/api/vtx-apikey-api.js.map +0 -1
  35. package/libs/vtx-backend-client/src/api/vtx-base-api.d.ts +0 -73
  36. package/libs/vtx-backend-client/src/api/vtx-base-api.js +0 -5153
  37. package/libs/vtx-backend-client/src/api/vtx-base-api.js.map +0 -1
  38. package/libs/vtx-backend-client/src/api/vtx-mobile-api.d.ts +0 -6
  39. package/libs/vtx-backend-client/src/api/vtx-mobile-api.js +0 -27
  40. package/libs/vtx-backend-client/src/api/vtx-mobile-api.js.map +0 -1
  41. package/libs/vtx-backend-client/src/api/vtx-web-browser-api.d.ts +0 -7
  42. package/libs/vtx-backend-client/src/api/vtx-web-browser-api.js +0 -36
  43. package/libs/vtx-backend-client/src/api/vtx-web-browser-api.js.map +0 -1
  44. package/libs/vtx-backend-client/src/api/vtx-web-server-api.d.ts +0 -7
  45. package/libs/vtx-backend-client/src/api/vtx-web-server-api.js +0 -33
  46. package/libs/vtx-backend-client/src/api/vtx-web-server-api.js.map +0 -1
  47. package/libs/vtx-backend-client/src/client/index.d.ts +0 -25
  48. package/libs/vtx-backend-client/src/client/index.js +0 -44
  49. package/libs/vtx-backend-client/src/client/index.js.map +0 -1
  50. package/libs/vtx-backend-client/src/client/runtime/batcher.d.ts +0 -36
  51. package/libs/vtx-backend-client/src/client/runtime/batcher.js +0 -123
  52. package/libs/vtx-backend-client/src/client/runtime/batcher.js.map +0 -1
  53. package/libs/vtx-backend-client/src/client/runtime/createClient.d.ts +0 -17
  54. package/libs/vtx-backend-client/src/client/runtime/createClient.js +0 -28
  55. package/libs/vtx-backend-client/src/client/runtime/createClient.js.map +0 -1
  56. package/libs/vtx-backend-client/src/client/runtime/error.d.ts +0 -15
  57. package/libs/vtx-backend-client/src/client/runtime/error.js +0 -19
  58. package/libs/vtx-backend-client/src/client/runtime/error.js.map +0 -1
  59. package/libs/vtx-backend-client/src/client/runtime/fetcher.d.ts +0 -10
  60. package/libs/vtx-backend-client/src/client/runtime/fetcher.js +0 -68
  61. package/libs/vtx-backend-client/src/client/runtime/fetcher.js.map +0 -1
  62. package/libs/vtx-backend-client/src/client/runtime/generateGraphqlOperation.d.ts +0 -30
  63. package/libs/vtx-backend-client/src/client/runtime/generateGraphqlOperation.js +0 -134
  64. package/libs/vtx-backend-client/src/client/runtime/generateGraphqlOperation.js.map +0 -1
  65. package/libs/vtx-backend-client/src/client/runtime/index.d.ts +0 -11
  66. package/libs/vtx-backend-client/src/client/runtime/index.js +0 -17
  67. package/libs/vtx-backend-client/src/client/runtime/index.js.map +0 -1
  68. package/libs/vtx-backend-client/src/client/runtime/linkTypeMap.d.ts +0 -9
  69. package/libs/vtx-backend-client/src/client/runtime/linkTypeMap.js +0 -95
  70. package/libs/vtx-backend-client/src/client/runtime/linkTypeMap.js.map +0 -1
  71. package/libs/vtx-backend-client/src/client/runtime/typeSelection.d.ts +0 -28
  72. package/libs/vtx-backend-client/src/client/runtime/typeSelection.js +0 -3
  73. package/libs/vtx-backend-client/src/client/runtime/typeSelection.js.map +0 -1
  74. package/libs/vtx-backend-client/src/client/runtime/types.d.ts +0 -55
  75. package/libs/vtx-backend-client/src/client/runtime/types.js +0 -3
  76. package/libs/vtx-backend-client/src/client/runtime/types.js.map +0 -1
  77. package/libs/vtx-backend-client/src/client/schema.d.ts +0 -2960
  78. package/libs/vtx-backend-client/src/client/schema.js +0 -649
  79. package/libs/vtx-backend-client/src/client/schema.js.map +0 -1
  80. package/libs/vtx-backend-client/src/client/types.d.ts +0 -1617
  81. package/libs/vtx-backend-client/src/client/types.js +0 -4198
  82. package/libs/vtx-backend-client/src/client/types.js.map +0 -1
  83. package/libs/vtx-backend-client/src/index.d.ts +0 -11
  84. package/libs/vtx-backend-client/src/index.js +0 -28
  85. package/libs/vtx-backend-client/src/index.js.map +0 -1
  86. package/src/api/dto/edit-picture.dto.d.ts +0 -5
  87. package/src/api/dto/edit-picture.dto.js +0 -31
  88. package/src/api/dto/edit-picture.dto.js.map +0 -1
  89. package/src/api/types/delete-single-value-response.type.d.ts +0 -6
  90. package/src/api/types/delete-single-value-response.type.js +0 -36
  91. package/src/api/types/delete-single-value-response.type.js.map +0 -1
  92. package/src/api/types/edit-picture-response.type.d.ts +0 -7
  93. package/src/api/types/edit-picture-response.type.js +0 -39
  94. package/src/api/types/edit-picture-response.type.js.map +0 -1
  95. package/src/api/types/error.type.d.ts +0 -4
  96. package/src/api/types/error.type.js +0 -28
  97. package/src/api/types/error.type.js.map +0 -1
@@ -685,6 +685,55 @@ exports.default = {
685
685
  1
686
686
  ]
687
687
  },
688
+ "DatabaseFile": {
689
+ "_id": [
690
+ 1
691
+ ],
692
+ "identifier": [
693
+ 1
694
+ ],
695
+ "version": [
696
+ 1
697
+ ],
698
+ "contentType": [
699
+ 1
700
+ ],
701
+ "updated": [
702
+ 14
703
+ ],
704
+ "created": [
705
+ 14
706
+ ],
707
+ "__typename": [
708
+ 1
709
+ ]
710
+ },
711
+ "TextDatabaseFile": {
712
+ "_id": [
713
+ 1
714
+ ],
715
+ "identifier": [
716
+ 1
717
+ ],
718
+ "version": [
719
+ 1
720
+ ],
721
+ "contentType": [
722
+ 1
723
+ ],
724
+ "updated": [
725
+ 14
726
+ ],
727
+ "created": [
728
+ 14
729
+ ],
730
+ "content": [
731
+ 1
732
+ ],
733
+ "__typename": [
734
+ 1
735
+ ]
736
+ },
688
737
  "CodeVerificationResponse": {
689
738
  "result": [
690
739
  1
@@ -774,13 +823,13 @@ exports.default = {
774
823
  26
775
824
  ],
776
825
  "stats": [
777
- 34
826
+ 36
778
827
  ],
779
828
  "operatorIds": [
780
829
  1
781
830
  ],
782
831
  "translations": [
783
- 35
832
+ 37
784
833
  ],
785
834
  "__typename": [
786
835
  1
@@ -797,7 +846,7 @@ exports.default = {
797
846
  1
798
847
  ],
799
848
  "state": [
800
- 38
849
+ 40
801
850
  ],
802
851
  "latitude": [
803
852
  17
@@ -820,10 +869,10 @@ exports.default = {
820
869
  1
821
870
  ],
822
871
  "country": [
823
- 39
872
+ 41
824
873
  ],
825
874
  "cities": [
826
- 37
875
+ 39
827
876
  ],
828
877
  "__typename": [
829
878
  1
@@ -837,7 +886,7 @@ exports.default = {
837
886
  1
838
887
  ],
839
888
  "states": [
840
- 38
889
+ 40
841
890
  ],
842
891
  "__typename": [
843
892
  1
@@ -896,13 +945,13 @@ exports.default = {
896
945
  1
897
946
  ],
898
947
  "countries": [
899
- 39
948
+ 41
900
949
  ],
901
950
  "states": [
902
- 38
951
+ 40
903
952
  ],
904
953
  "cities": [
905
- 37
954
+ 39
906
955
  ],
907
956
  "__typename": [
908
957
  1
@@ -916,7 +965,7 @@ exports.default = {
916
965
  1
917
966
  ],
918
967
  "countries": [
919
- 39
968
+ 41
920
969
  ],
921
970
  "__typename": [
922
971
  1
@@ -978,7 +1027,7 @@ exports.default = {
978
1027
  1
979
1028
  ],
980
1029
  "qualifications": [
981
- 49
1030
+ 51
982
1031
  ],
983
1032
  "__typename": [
984
1033
  1
@@ -986,28 +1035,28 @@ exports.default = {
986
1035
  },
987
1036
  "QualificationTypeUnion": {
988
1037
  "on_AgeQualification": [
989
- 40
1038
+ 42
990
1039
  ],
991
1040
  "on_GenderQualification": [
992
- 41
1041
+ 43
993
1042
  ],
994
1043
  "on_ScoreQualification": [
995
- 42
1044
+ 44
996
1045
  ],
997
1046
  "on_LocationQualification": [
998
- 43
1047
+ 45
999
1048
  ],
1000
1049
  "on_NationalityQualification": [
1001
- 44
1050
+ 46
1002
1051
  ],
1003
1052
  "on_DistanceQualification": [
1004
- 45
1053
+ 47
1005
1054
  ],
1006
1055
  "on_SportsQualification": [
1007
- 46
1056
+ 48
1008
1057
  ],
1009
1058
  "on_SportsLevelQualification": [
1010
- 47
1059
+ 49
1011
1060
  ],
1012
1061
  "__typename": [
1013
1062
  1
@@ -1070,13 +1119,13 @@ exports.default = {
1070
1119
  26
1071
1120
  ],
1072
1121
  "stats": [
1073
- 34
1122
+ 36
1074
1123
  ],
1075
1124
  "operatorIds": [
1076
1125
  1
1077
1126
  ],
1078
1127
  "translations": [
1079
- 35
1128
+ 37
1080
1129
  ],
1081
1130
  "sponsorBrandId": [
1082
1131
  1
@@ -1105,16 +1154,16 @@ exports.default = {
1105
1154
  5
1106
1155
  ],
1107
1156
  "industry": [
1108
- 50
1157
+ 52
1109
1158
  ],
1110
1159
  "stats": [
1111
- 51
1160
+ 53
1112
1161
  ],
1113
1162
  "brands": [
1114
- 52
1163
+ 54
1115
1164
  ],
1116
1165
  "sponsorships": [
1117
- 59
1166
+ 61
1118
1167
  ],
1119
1168
  "approved": [
1120
1169
  2
@@ -1258,13 +1307,13 @@ exports.default = {
1258
1307
  17
1259
1308
  ],
1260
1309
  "brand": [
1261
- 36
1310
+ 38
1262
1311
  ],
1263
1312
  "banner": [
1264
1313
  26
1265
1314
  ],
1266
1315
  "criteria": [
1267
- 48
1316
+ 50
1268
1317
  ],
1269
1318
  "deadline": [
1270
1319
  14
@@ -1273,22 +1322,22 @@ exports.default = {
1273
1322
  14
1274
1323
  ],
1275
1324
  "duration": [
1276
- 56
1325
+ 58
1277
1326
  ],
1278
1327
  "sponsor": [
1279
- 53
1328
+ 55
1280
1329
  ],
1281
1330
  "sponsorshipItems": [
1282
- 54
1331
+ 56
1283
1332
  ],
1284
1333
  "commitments": [
1285
- 55
1334
+ 57
1286
1335
  ],
1287
1336
  "terms": [
1288
1337
  1
1289
1338
  ],
1290
1339
  "stats": [
1291
- 57
1340
+ 59
1292
1341
  ],
1293
1342
  "isPrivate": [
1294
1343
  2
@@ -1300,7 +1349,7 @@ exports.default = {
1300
1349
  2
1301
1350
  ],
1302
1351
  "translations": [
1303
- 58
1352
+ 60
1304
1353
  ],
1305
1354
  "__typename": [
1306
1355
  1
@@ -1376,7 +1425,7 @@ exports.default = {
1376
1425
  17
1377
1426
  ],
1378
1427
  "translations": [
1379
- 63
1428
+ 65
1380
1429
  ],
1381
1430
  "__typename": [
1382
1431
  1
@@ -1404,16 +1453,16 @@ exports.default = {
1404
1453
  },
1405
1454
  "AthleteRankings": {
1406
1455
  "worldRanking": [
1407
- 65
1456
+ 67
1408
1457
  ],
1409
1458
  "countryRanking": [
1410
- 65
1459
+ 67
1411
1460
  ],
1412
1461
  "stateRanking": [
1413
- 65
1462
+ 67
1414
1463
  ],
1415
1464
  "cityRanking": [
1416
- 65
1465
+ 67
1417
1466
  ],
1418
1467
  "__typename": [
1419
1468
  1
@@ -1430,7 +1479,7 @@ exports.default = {
1430
1479
  1
1431
1480
  ],
1432
1481
  "sports": [
1433
- 61
1482
+ 63
1434
1483
  ],
1435
1484
  "approved": [
1436
1485
  2
@@ -1474,7 +1523,7 @@ exports.default = {
1474
1523
  17
1475
1524
  ],
1476
1525
  "city": [
1477
- 37
1526
+ 39
1478
1527
  ],
1479
1528
  "__typename": [
1480
1529
  1
@@ -1488,7 +1537,7 @@ exports.default = {
1488
1537
  1
1489
1538
  ],
1490
1539
  "mainSport": [
1491
- 61
1540
+ 63
1492
1541
  ],
1493
1542
  "eventWebSite": [
1494
1543
  1
@@ -1506,7 +1555,7 @@ exports.default = {
1506
1555
  26
1507
1556
  ],
1508
1557
  "location": [
1509
- 68
1558
+ 70
1510
1559
  ],
1511
1560
  "__typename": [
1512
1561
  1
@@ -1563,7 +1612,7 @@ exports.default = {
1563
1612
  17
1564
1613
  ],
1565
1614
  "items": [
1566
- 71
1615
+ 73
1567
1616
  ],
1568
1617
  "__typename": [
1569
1618
  1
@@ -1574,7 +1623,7 @@ exports.default = {
1574
1623
  1
1575
1624
  ],
1576
1625
  "event": [
1577
- 69
1626
+ 71
1578
1627
  ],
1579
1628
  "participationDate": [
1580
1629
  14
@@ -1583,13 +1632,13 @@ exports.default = {
1583
1632
  1
1584
1633
  ],
1585
1634
  "result": [
1586
- 70
1635
+ 72
1587
1636
  ],
1588
1637
  "fundRaisingCampaignIds": [
1589
1638
  1
1590
1639
  ],
1591
1640
  "budget": [
1592
- 72
1641
+ 74
1593
1642
  ],
1594
1643
  "__typename": [
1595
1644
  1
@@ -1618,10 +1667,10 @@ exports.default = {
1618
1667
  26
1619
1668
  ],
1620
1669
  "country": [
1621
- 39
1670
+ 41
1622
1671
  ],
1623
1672
  "sport": [
1624
- 61
1673
+ 63
1625
1674
  ],
1626
1675
  "__typename": [
1627
1676
  1
@@ -1650,13 +1699,13 @@ exports.default = {
1650
1699
  26
1651
1700
  ],
1652
1701
  "country": [
1653
- 39
1702
+ 41
1654
1703
  ],
1655
1704
  "sport": [
1656
- 61
1705
+ 63
1657
1706
  ],
1658
1707
  "memberships": [
1659
- 76
1708
+ 78
1660
1709
  ],
1661
1710
  "__typename": [
1662
1711
  1
@@ -1667,10 +1716,10 @@ exports.default = {
1667
1716
  1
1668
1717
  ],
1669
1718
  "organization": [
1670
- 74
1719
+ 76
1671
1720
  ],
1672
1721
  "athlete": [
1673
- 81
1722
+ 91
1674
1723
  ],
1675
1724
  "membershipNumber": [
1676
1725
  1
@@ -1741,7 +1790,7 @@ exports.default = {
1741
1790
  1
1742
1791
  ],
1743
1792
  "athlete": [
1744
- 81
1793
+ 91
1745
1794
  ],
1746
1795
  "budgetMode": [
1747
1796
  1
@@ -1768,185 +1817,507 @@ exports.default = {
1768
1817
  17
1769
1818
  ],
1770
1819
  "location": [
1771
- 68
1820
+ 70
1772
1821
  ],
1773
1822
  "endingDate": [
1774
1823
  14
1775
1824
  ],
1776
1825
  "budget": [
1777
- 72
1826
+ 74
1778
1827
  ],
1779
1828
  "competitions": [
1780
- 73
1829
+ 75
1781
1830
  ],
1782
1831
  "__typename": [
1783
1832
  1
1784
1833
  ]
1785
1834
  },
1786
- "AthleteReference": {
1787
- "_id": [
1835
+ "StripeCapabilityType": {
1836
+ "acss_debit_payments": [
1788
1837
  1
1789
1838
  ],
1790
- "firstName": [
1839
+ "affirm_payments": [
1791
1840
  1
1792
1841
  ],
1793
- "lastName": [
1842
+ "afterpay_clearpay_payments": [
1794
1843
  1
1795
1844
  ],
1796
- "screenName": [
1845
+ "alma_payments": [
1797
1846
  1
1798
1847
  ],
1799
- "dob": [
1800
- 14
1848
+ "amazon_pay_payments": [
1849
+ 1
1801
1850
  ],
1802
- "lgbt": [
1803
- 2
1851
+ "au_becs_debit_payments": [
1852
+ 1
1804
1853
  ],
1805
- "competitionGender": [
1854
+ "bacs_debit_payments": [
1806
1855
  1
1807
1856
  ],
1808
- "country": [
1809
- 39
1857
+ "bancontact_payments": [
1858
+ 1
1810
1859
  ],
1811
- "location": [
1812
- 68
1860
+ "bank_transfer_payments": [
1861
+ 1
1813
1862
  ],
1814
- "trainer": [
1863
+ "blik_payments": [
1815
1864
  1
1816
1865
  ],
1817
- "trainerUrl": [
1866
+ "boleto_payments": [
1818
1867
  1
1819
1868
  ],
1820
- "followStats": [
1821
- 60
1869
+ "card_issuing": [
1870
+ 1
1822
1871
  ],
1823
- "mainSport": [
1824
- 61
1872
+ "card_payments": [
1873
+ 1
1825
1874
  ],
1826
- "mainSportLevel": [
1827
- 64
1875
+ "cartes_bancaires_payments": [
1876
+ 1
1828
1877
  ],
1829
- "scores": [
1830
- 62
1878
+ "cashapp_payments": [
1879
+ 1
1831
1880
  ],
1832
- "rankings": [
1833
- 66
1881
+ "eps_payments": [
1882
+ 1
1834
1883
  ],
1835
- "totalUpcomingCompetitions": [
1836
- 17
1884
+ "fpx_payments": [
1885
+ 1
1837
1886
  ],
1838
- "totalPastCompetitions": [
1839
- 17
1887
+ "gb_bank_transfer_payments": [
1888
+ 1
1840
1889
  ],
1841
- "profilePicture": [
1842
- 26
1890
+ "giropay_payments": [
1891
+ 1
1843
1892
  ],
1844
- "cardPicture": [
1845
- 26
1893
+ "grabpay_payments": [
1894
+ 1
1846
1895
  ],
1847
- "aboutMe": [
1896
+ "ideal_payments": [
1848
1897
  1
1849
1898
  ],
1850
- "preferences": [
1851
- 79
1899
+ "india_international_payments": [
1900
+ 1
1852
1901
  ],
1853
- "__typename": [
1902
+ "jcb_payments": [
1854
1903
  1
1855
- ]
1856
- },
1857
- "Athlete": {
1858
- "_id": [
1904
+ ],
1905
+ "jp_bank_transfer_payments": [
1859
1906
  1
1860
1907
  ],
1861
- "firstName": [
1908
+ "kakao_pay_payments": [
1862
1909
  1
1863
1910
  ],
1864
- "lastName": [
1911
+ "klarna_payments": [
1865
1912
  1
1866
1913
  ],
1867
- "screenName": [
1914
+ "konbini_payments": [
1868
1915
  1
1869
1916
  ],
1870
- "dob": [
1871
- 14
1917
+ "kr_card_payments": [
1918
+ 1
1872
1919
  ],
1873
- "lgbt": [
1874
- 2
1920
+ "legacy_payments": [
1921
+ 1
1875
1922
  ],
1876
- "competitionGender": [
1923
+ "link_payments": [
1877
1924
  1
1878
1925
  ],
1879
- "country": [
1880
- 39
1926
+ "mobilepay_payments": [
1927
+ 1
1881
1928
  ],
1882
- "location": [
1883
- 68
1929
+ "multibanco_payments": [
1930
+ 1
1884
1931
  ],
1885
- "trainer": [
1932
+ "mx_bank_transfer_payments": [
1886
1933
  1
1887
1934
  ],
1888
- "trainerUrl": [
1935
+ "naver_pay_payments": [
1889
1936
  1
1890
1937
  ],
1891
- "followStats": [
1892
- 60
1938
+ "oxxo_payments": [
1939
+ 1
1893
1940
  ],
1894
- "mainSport": [
1895
- 61
1941
+ "p24_payments": [
1942
+ 1
1896
1943
  ],
1897
- "mainSportLevel": [
1898
- 64
1944
+ "pay_by_bank_payments": [
1945
+ 1
1899
1946
  ],
1900
- "scores": [
1901
- 62
1947
+ "payco_payments": [
1948
+ 1
1902
1949
  ],
1903
- "rankings": [
1904
- 66
1950
+ "paynow_payments": [
1951
+ 1
1905
1952
  ],
1906
- "totalUpcomingCompetitions": [
1907
- 17
1953
+ "promptpay_payments": [
1954
+ 1
1908
1955
  ],
1909
- "totalPastCompetitions": [
1910
- 17
1956
+ "revolut_pay_payments": [
1957
+ 1
1911
1958
  ],
1912
- "profilePicture": [
1913
- 26
1959
+ "samsung_pay_payments": [
1960
+ 1
1914
1961
  ],
1915
- "cardPicture": [
1916
- 26
1962
+ "sepa_bank_transfer_payments": [
1963
+ 1
1917
1964
  ],
1918
- "aboutMe": [
1965
+ "sepa_debit_payments": [
1919
1966
  1
1920
1967
  ],
1921
- "preferences": [
1922
- 79
1968
+ "sofort_payments": [
1969
+ 1
1923
1970
  ],
1924
- "allSports": [
1925
- 61
1971
+ "swish_payments": [
1972
+ 1
1973
+ ],
1974
+ "tax_reporting_us_1099_k": [
1975
+ 1
1976
+ ],
1977
+ "tax_reporting_us_1099_misc": [
1978
+ 1
1979
+ ],
1980
+ "transfers": [
1981
+ 1
1982
+ ],
1983
+ "treasury": [
1984
+ 1
1985
+ ],
1986
+ "twint_payments": [
1987
+ 1
1988
+ ],
1989
+ "us_bank_account_ach_payments": [
1990
+ 1
1991
+ ],
1992
+ "us_bank_transfer_payments": [
1993
+ 1
1994
+ ],
1995
+ "zip_payments": [
1996
+ 1
1997
+ ],
1998
+ "__typename": [
1999
+ 1
2000
+ ]
2001
+ },
2002
+ "StripeRequirementAlternativeType": {
2003
+ "alternative_fields_due": [
2004
+ 1
2005
+ ],
2006
+ "original_fields_due": [
2007
+ 1
2008
+ ],
2009
+ "__typename": [
2010
+ 1
2011
+ ]
2012
+ },
2013
+ "StripeFutureRequirementAlternativeType": {
2014
+ "alternative_fields_due": [
2015
+ 1
2016
+ ],
2017
+ "original_fields_due": [
2018
+ 1
2019
+ ],
2020
+ "__typename": [
2021
+ 1
2022
+ ]
2023
+ },
2024
+ "StripeErrorType": {
2025
+ "code": [
2026
+ 1
2027
+ ],
2028
+ "reason": [
2029
+ 1
2030
+ ],
2031
+ "requirement": [
2032
+ 1
2033
+ ],
2034
+ "__typename": [
2035
+ 1
2036
+ ]
2037
+ },
2038
+ "StripeRequirementType": {
2039
+ "alternatives": [
2040
+ 84
2041
+ ],
2042
+ "current_deadline": [
2043
+ 14
2044
+ ],
2045
+ "currently_due": [
2046
+ 1
2047
+ ],
2048
+ "disabled_reason": [
2049
+ 1
2050
+ ],
2051
+ "errors": [
2052
+ 86
2053
+ ],
2054
+ "eventually_due": [
2055
+ 1
2056
+ ],
2057
+ "past_due": [
2058
+ 1
2059
+ ],
2060
+ "pending_verification": [
2061
+ 1
2062
+ ],
2063
+ "__typename": [
2064
+ 1
2065
+ ]
2066
+ },
2067
+ "StripeFutureRequirementType": {
2068
+ "alternatives": [
2069
+ 85
2070
+ ],
2071
+ "current_deadline": [
2072
+ 14
2073
+ ],
2074
+ "currently_due": [
2075
+ 1
2076
+ ],
2077
+ "disabled_reason": [
2078
+ 1
2079
+ ],
2080
+ "errors": [
2081
+ 86
2082
+ ],
2083
+ "eventually_due": [
2084
+ 1
2085
+ ],
2086
+ "past_due": [
2087
+ 1
2088
+ ],
2089
+ "pending_verification": [
2090
+ 1
2091
+ ],
2092
+ "__typename": [
2093
+ 1
2094
+ ]
2095
+ },
2096
+ "StripeAccount": {
2097
+ "id": [
2098
+ 1
2099
+ ],
2100
+ "object": [
2101
+ 1
2102
+ ],
2103
+ "business_type": [
2104
+ 1
2105
+ ],
2106
+ "country": [
2107
+ 1
2108
+ ],
2109
+ "email": [
2110
+ 1
2111
+ ],
2112
+ "capabilities": [
2113
+ 83
2114
+ ],
2115
+ "requirements": [
2116
+ 87
2117
+ ],
2118
+ "future_requirements": [
2119
+ 88
2120
+ ],
2121
+ "type": [
2122
+ 1
2123
+ ],
2124
+ "charges_enabled": [
2125
+ 2
2126
+ ],
2127
+ "payouts_enabled": [
2128
+ 2
2129
+ ],
2130
+ "created": [
2131
+ 14
2132
+ ],
2133
+ "default_currency": [
2134
+ 1
2135
+ ],
2136
+ "__typename": [
2137
+ 1
2138
+ ]
2139
+ },
2140
+ "StripeAccountReference": {
2141
+ "_id": [
2142
+ 1
2143
+ ],
2144
+ "stripeAccountId": [
2145
+ 1
2146
+ ],
2147
+ "account": [
2148
+ 89
2149
+ ],
2150
+ "__typename": [
2151
+ 1
2152
+ ]
2153
+ },
2154
+ "AthleteReference": {
2155
+ "_id": [
2156
+ 1
2157
+ ],
2158
+ "firstName": [
2159
+ 1
2160
+ ],
2161
+ "lastName": [
2162
+ 1
2163
+ ],
2164
+ "screenName": [
2165
+ 1
2166
+ ],
2167
+ "dob": [
2168
+ 14
2169
+ ],
2170
+ "lgbt": [
2171
+ 2
2172
+ ],
2173
+ "competitionGender": [
2174
+ 1
2175
+ ],
2176
+ "country": [
2177
+ 41
2178
+ ],
2179
+ "location": [
2180
+ 70
2181
+ ],
2182
+ "trainer": [
2183
+ 1
2184
+ ],
2185
+ "trainerUrl": [
2186
+ 1
2187
+ ],
2188
+ "followStats": [
2189
+ 62
2190
+ ],
2191
+ "mainSport": [
2192
+ 63
2193
+ ],
2194
+ "mainSportLevel": [
2195
+ 66
2196
+ ],
2197
+ "scores": [
2198
+ 64
2199
+ ],
2200
+ "rankings": [
2201
+ 68
2202
+ ],
2203
+ "totalUpcomingCompetitions": [
2204
+ 17
2205
+ ],
2206
+ "totalPastCompetitions": [
2207
+ 17
2208
+ ],
2209
+ "profilePicture": [
2210
+ 26
2211
+ ],
2212
+ "cardPicture": [
2213
+ 26
2214
+ ],
2215
+ "aboutMe": [
2216
+ 1
2217
+ ],
2218
+ "preferences": [
2219
+ 81
2220
+ ],
2221
+ "__typename": [
2222
+ 1
2223
+ ]
2224
+ },
2225
+ "Athlete": {
2226
+ "_id": [
2227
+ 1
2228
+ ],
2229
+ "firstName": [
2230
+ 1
2231
+ ],
2232
+ "lastName": [
2233
+ 1
2234
+ ],
2235
+ "screenName": [
2236
+ 1
2237
+ ],
2238
+ "dob": [
2239
+ 14
2240
+ ],
2241
+ "lgbt": [
2242
+ 2
2243
+ ],
2244
+ "competitionGender": [
2245
+ 1
2246
+ ],
2247
+ "country": [
2248
+ 41
2249
+ ],
2250
+ "location": [
2251
+ 70
2252
+ ],
2253
+ "trainer": [
2254
+ 1
2255
+ ],
2256
+ "trainerUrl": [
2257
+ 1
2258
+ ],
2259
+ "followStats": [
2260
+ 62
2261
+ ],
2262
+ "mainSport": [
2263
+ 63
2264
+ ],
2265
+ "mainSportLevel": [
2266
+ 66
2267
+ ],
2268
+ "scores": [
2269
+ 64
2270
+ ],
2271
+ "rankings": [
2272
+ 68
2273
+ ],
2274
+ "totalUpcomingCompetitions": [
2275
+ 17
2276
+ ],
2277
+ "totalPastCompetitions": [
2278
+ 17
2279
+ ],
2280
+ "profilePicture": [
2281
+ 26
2282
+ ],
2283
+ "cardPicture": [
2284
+ 26
2285
+ ],
2286
+ "aboutMe": [
2287
+ 1
2288
+ ],
2289
+ "preferences": [
2290
+ 81
2291
+ ],
2292
+ "allSports": [
2293
+ 63
1926
2294
  ],
1927
2295
  "teams": [
1928
- 67
2296
+ 69
1929
2297
  ],
1930
2298
  "sponsorBrands": [
1931
- 36
2299
+ 38
1932
2300
  ],
1933
2301
  "competitions": [
1934
- 73
2302
+ 75
1935
2303
  ],
1936
2304
  "affiliations": [
1937
- 76
2305
+ 78
1938
2306
  ],
1939
2307
  "newsLinks": [
1940
- 77
2308
+ 79
1941
2309
  ],
1942
2310
  "channels": [
1943
- 78
2311
+ 80
1944
2312
  ],
1945
2313
  "currentCampaign": [
1946
- 80
2314
+ 82
1947
2315
  ],
1948
2316
  "fundingCampaigns": [
1949
- 80
2317
+ 82
2318
+ ],
2319
+ "stripeAccountReference": [
2320
+ 90
1950
2321
  ],
1951
2322
  "__typename": [
1952
2323
  1
@@ -1966,13 +2337,13 @@ exports.default = {
1966
2337
  14
1967
2338
  ],
1968
2339
  "sponsor": [
1969
- 53
2340
+ 55
1970
2341
  ],
1971
2342
  "magicLink": [
1972
2343
  27
1973
2344
  ],
1974
2345
  "brand": [
1975
- 36
2346
+ 38
1976
2347
  ],
1977
2348
  "status": [
1978
2349
  1
@@ -1998,6 +2369,37 @@ exports.default = {
1998
2369
  1
1999
2370
  ]
2000
2371
  },
2372
+ "StripeSession": {
2373
+ "account": [
2374
+ 1
2375
+ ],
2376
+ "client_secret": [
2377
+ 1
2378
+ ],
2379
+ "expires_at": [
2380
+ 17
2381
+ ],
2382
+ "livemode": [
2383
+ 2
2384
+ ],
2385
+ "__typename": [
2386
+ 1
2387
+ ]
2388
+ },
2389
+ "StripeCheckoutSession": {
2390
+ "client_secret": [
2391
+ 1
2392
+ ],
2393
+ "expires_at": [
2394
+ 17
2395
+ ],
2396
+ "livemode": [
2397
+ 2
2398
+ ],
2399
+ "__typename": [
2400
+ 1
2401
+ ]
2402
+ },
2001
2403
  "EditValueResponse": {
2002
2404
  "field": [
2003
2405
  1
@@ -2026,113 +2428,200 @@ exports.default = {
2026
2428
  1
2027
2429
  ]
2028
2430
  },
2029
- "DeleteSingleValueResponse": {
2030
- "idToDelete": [
2431
+ "DeleteSingleValueResponse": {
2432
+ "idToDelete": [
2433
+ 1
2434
+ ],
2435
+ "deleted": [
2436
+ 2
2437
+ ],
2438
+ "failureReason": [
2439
+ 98
2440
+ ],
2441
+ "__typename": [
2442
+ 1
2443
+ ]
2444
+ },
2445
+ "SortOrder": {
2446
+ "sortField": [
2447
+ 1
2448
+ ],
2449
+ "order": [
2450
+ 1
2451
+ ],
2452
+ "__typename": [
2453
+ 1
2454
+ ]
2455
+ },
2456
+ "CursorPaginationResponse": {
2457
+ "sort": [
2458
+ 100
2459
+ ],
2460
+ "initialCursorId": [
2461
+ 1
2462
+ ],
2463
+ "nextCursorId": [
2464
+ 1
2465
+ ],
2466
+ "initialCursorValue": [
2467
+ 1
2468
+ ],
2469
+ "nextCursorValue": [
2470
+ 1
2471
+ ],
2472
+ "limit": [
2473
+ 17
2474
+ ],
2475
+ "retrieved": [
2476
+ 17
2477
+ ],
2478
+ "isLastPage": [
2479
+ 2
2480
+ ],
2481
+ "__typename": [
2482
+ 1
2483
+ ]
2484
+ },
2485
+ "AthleteQueryResponse": {
2486
+ "athletes": [
2487
+ 92
2488
+ ],
2489
+ "cursor": [
2490
+ 101
2491
+ ],
2492
+ "__typename": [
2493
+ 1
2494
+ ]
2495
+ },
2496
+ "UserImages": {
2497
+ "profilePictureUrl": [
2498
+ 1
2499
+ ],
2500
+ "cardPictureUrl": [
2501
+ 1
2502
+ ],
2503
+ "bannerPictureUrl": [
2504
+ 1
2505
+ ],
2506
+ "__typename": [
2507
+ 1
2508
+ ]
2509
+ },
2510
+ "DeleteValuesResponse": {
2511
+ "deleted": [
2512
+ 1
2513
+ ],
2514
+ "failedToDelete": [
2515
+ 1
2516
+ ],
2517
+ "failureReason": [
2518
+ 98
2519
+ ],
2520
+ "result": [
2521
+ 1
2522
+ ],
2523
+ "__typename": [
2524
+ 1
2525
+ ]
2526
+ },
2527
+ "CreateDatabaseFileDto": {
2528
+ "identifier": [
2529
+ 1
2530
+ ],
2531
+ "version": [
2532
+ 1
2533
+ ],
2534
+ "contentType": [
2535
+ 1
2536
+ ],
2537
+ "__typename": [
2538
+ 1
2539
+ ]
2540
+ },
2541
+ "CreateTextDatabaseFileDto": {
2542
+ "identifier": [
2031
2543
  1
2032
2544
  ],
2033
- "deleted": [
2034
- 2
2545
+ "version": [
2546
+ 1
2035
2547
  ],
2036
- "failureReason": [
2037
- 86
2548
+ "contentType": [
2549
+ 1
2550
+ ],
2551
+ "content": [
2552
+ 1
2038
2553
  ],
2039
2554
  "__typename": [
2040
2555
  1
2041
2556
  ]
2042
2557
  },
2043
- "SortOrder": {
2044
- "sortField": [
2558
+ "UpdateDatabaseFileDto": {
2559
+ "_id": [
2045
2560
  1
2046
2561
  ],
2047
- "order": [
2562
+ "identifier": [
2563
+ 1
2564
+ ],
2565
+ "version": [
2566
+ 1
2567
+ ],
2568
+ "contentType": [
2048
2569
  1
2049
2570
  ],
2050
2571
  "__typename": [
2051
2572
  1
2052
2573
  ]
2053
2574
  },
2054
- "CursorPaginationResponse": {
2055
- "sort": [
2056
- 88
2057
- ],
2058
- "initialCursorId": [
2575
+ "UpdateTextDatabaseFileDto": {
2576
+ "_id": [
2059
2577
  1
2060
2578
  ],
2061
- "nextCursorId": [
2579
+ "identifier": [
2062
2580
  1
2063
2581
  ],
2064
- "initialCursorValue": [
2582
+ "version": [
2065
2583
  1
2066
2584
  ],
2067
- "nextCursorValue": [
2585
+ "contentType": [
2068
2586
  1
2069
2587
  ],
2070
- "limit": [
2071
- 17
2072
- ],
2073
- "retrieved": [
2074
- 17
2075
- ],
2076
- "isLastPage": [
2077
- 2
2078
- ],
2079
- "__typename": [
2588
+ "content": [
2080
2589
  1
2081
- ]
2082
- },
2083
- "AthleteQueryResponse": {
2084
- "athletes": [
2085
- 82
2086
- ],
2087
- "cursor": [
2088
- 89
2089
2590
  ],
2090
2591
  "__typename": [
2091
2592
  1
2092
2593
  ]
2093
2594
  },
2094
- "EditPictureResponse": {
2095
- "field": [
2595
+ "CloneDatabaseFileDto": {
2596
+ "_id": [
2096
2597
  1
2097
2598
  ],
2098
- "oldValue": [
2099
- 26
2100
- ],
2101
- "newValue": [
2102
- 26
2103
- ],
2104
- "changed": [
2105
- 2
2599
+ "version": [
2600
+ 1
2106
2601
  ],
2107
2602
  "__typename": [
2108
2603
  1
2109
2604
  ]
2110
2605
  },
2111
- "UserImages": {
2112
- "profilePictureUrl": [
2606
+ "FindDatabaseFilesDto": {
2607
+ "_id": [
2113
2608
  1
2114
2609
  ],
2115
- "cardPictureUrl": [
2610
+ "identifier": [
2116
2611
  1
2117
2612
  ],
2118
- "bannerPictureUrl": [
2613
+ "version": [
2119
2614
  1
2120
2615
  ],
2121
2616
  "__typename": [
2122
2617
  1
2123
2618
  ]
2124
2619
  },
2125
- "DeleteValuesResponse": {
2126
- "deleted": [
2127
- 1
2128
- ],
2129
- "failedToDelete": [
2620
+ "GetDatabaseFileDto": {
2621
+ "identifier": [
2130
2622
  1
2131
2623
  ],
2132
- "failureReason": [
2133
- 86
2134
- ],
2135
- "result": [
2624
+ "version": [
2136
2625
  1
2137
2626
  ],
2138
2627
  "__typename": [
@@ -2195,7 +2684,7 @@ exports.default = {
2195
2684
  1
2196
2685
  ],
2197
2686
  "invitations": [
2198
- 96
2687
+ 114
2199
2688
  ],
2200
2689
  "__typename": [
2201
2690
  1
@@ -2258,7 +2747,7 @@ exports.default = {
2258
2747
  1
2259
2748
  ],
2260
2749
  "result": [
2261
- 98
2750
+ 116
2262
2751
  ],
2263
2752
  "cityId": [
2264
2753
  1
@@ -2281,7 +2770,7 @@ exports.default = {
2281
2770
  1
2282
2771
  ],
2283
2772
  "result": [
2284
- 98
2773
+ 116
2285
2774
  ],
2286
2775
  "cityId": [
2287
2776
  1
@@ -2317,13 +2806,13 @@ exports.default = {
2317
2806
  },
2318
2807
  "CursorPaginationDto": {
2319
2808
  "sortCriteria": [
2320
- 103
2809
+ 121
2321
2810
  ],
2322
2811
  "limit": [
2323
2812
  17
2324
2813
  ],
2325
2814
  "cursorPosition": [
2326
- 102
2815
+ 120
2327
2816
  ],
2328
2817
  "__typename": [
2329
2818
  1
@@ -2395,7 +2884,7 @@ exports.default = {
2395
2884
  1
2396
2885
  ],
2397
2886
  "currentCampaign": [
2398
- 106
2887
+ 124
2399
2888
  ],
2400
2889
  "sports": [
2401
2890
  1
@@ -2448,10 +2937,10 @@ exports.default = {
2448
2937
  },
2449
2938
  "AthleteQueryDto": {
2450
2939
  "cursor": [
2451
- 104
2940
+ 122
2452
2941
  ],
2453
2942
  "filters": [
2454
- 107
2943
+ 125
2455
2944
  ],
2456
2945
  "__typename": [
2457
2946
  1
@@ -2653,7 +3142,7 @@ exports.default = {
2653
3142
  17
2654
3143
  ],
2655
3144
  "items": [
2656
- 120
3145
+ 138
2657
3146
  ],
2658
3147
  "__typename": [
2659
3148
  1
@@ -2664,7 +3153,7 @@ exports.default = {
2664
3153
  17
2665
3154
  ],
2666
3155
  "items": [
2667
- 120
3156
+ 138
2668
3157
  ],
2669
3158
  "athleteCompetitionId": [
2670
3159
  1
@@ -2699,10 +3188,10 @@ exports.default = {
2699
3188
  14
2700
3189
  ],
2701
3190
  "budget": [
2702
- 122
3191
+ 140
2703
3192
  ],
2704
3193
  "competitionBudgets": [
2705
- 123
3194
+ 141
2706
3195
  ],
2707
3196
  "competitionIds": [
2708
3197
  1
@@ -2737,10 +3226,10 @@ exports.default = {
2737
3226
  14
2738
3227
  ],
2739
3228
  "budget": [
2740
- 122
3229
+ 140
2741
3230
  ],
2742
3231
  "competitionBudgets": [
2743
- 123
3232
+ 141
2744
3233
  ],
2745
3234
  "competitionIds": [
2746
3235
  1
@@ -2766,7 +3255,7 @@ exports.default = {
2766
3255
  1
2767
3256
  ],
2768
3257
  "logo": [
2769
- 127
3258
+ 145
2770
3259
  ],
2771
3260
  "countryId": [
2772
3261
  1
@@ -2802,6 +3291,9 @@ exports.default = {
2802
3291
  "organizationId": [
2803
3292
  1
2804
3293
  ],
3294
+ "athleteId": [
3295
+ 1
3296
+ ],
2805
3297
  "membershipNumber": [
2806
3298
  1
2807
3299
  ],
@@ -2818,6 +3310,32 @@ exports.default = {
2818
3310
  1
2819
3311
  ]
2820
3312
  },
3313
+ "DonationCheckoutDto": {
3314
+ "athleteId": [
3315
+ 1
3316
+ ],
3317
+ "donationAmount": [
3318
+ 17
3319
+ ],
3320
+ "mode": [
3321
+ 1
3322
+ ],
3323
+ "fromName": [
3324
+ 1
3325
+ ],
3326
+ "fromEmail": [
3327
+ 1
3328
+ ],
3329
+ "fromPhone": [
3330
+ 1
3331
+ ],
3332
+ "message": [
3333
+ 1
3334
+ ],
3335
+ "__typename": [
3336
+ 1
3337
+ ]
3338
+ },
2821
3339
  "Query": {
2822
3340
  "findTenantById": [
2823
3341
  5,
@@ -2888,16 +3406,16 @@ exports.default = {
2888
3406
  31,
2889
3407
  {
2890
3408
  "input": [
2891
- 130,
3409
+ 149,
2892
3410
  "AWSS3GetUploadDto!"
2893
3411
  ]
2894
3412
  }
2895
3413
  ],
2896
3414
  "industries": [
2897
- 50
3415
+ 52
2898
3416
  ],
2899
3417
  "findIndustryById": [
2900
- 50,
3418
+ 52,
2901
3419
  {
2902
3420
  "industryId": [
2903
3421
  1,
@@ -2906,10 +3424,10 @@ exports.default = {
2906
3424
  }
2907
3425
  ],
2908
3426
  "brands": [
2909
- 36
3427
+ 38
2910
3428
  ],
2911
3429
  "getBrandByName": [
2912
- 36,
3430
+ 38,
2913
3431
  {
2914
3432
  "name": [
2915
3433
  1,
@@ -2922,7 +3440,7 @@ exports.default = {
2922
3440
  }
2923
3441
  ],
2924
3442
  "getBrandTranslation": [
2925
- 35,
3443
+ 37,
2926
3444
  {
2927
3445
  "brandId": [
2928
3446
  1,
@@ -2935,7 +3453,7 @@ exports.default = {
2935
3453
  }
2936
3454
  ],
2937
3455
  "existsValidSponsorForEmail": [
2938
- 53,
3456
+ 55,
2939
3457
  {
2940
3458
  "loginEmail": [
2941
3459
  1,
@@ -2944,31 +3462,31 @@ exports.default = {
2944
3462
  }
2945
3463
  ],
2946
3464
  "sponsors": [
2947
- 53
3465
+ 55
2948
3466
  ],
2949
3467
  "findSponsorAthleteInvitation": [
2950
- 83,
3468
+ 93,
2951
3469
  {
2952
3470
  "input": [
2953
- 131,
3471
+ 150,
2954
3472
  "FindSponsorAthleteInvitationDto!"
2955
3473
  ]
2956
3474
  }
2957
3475
  ],
2958
3476
  "getAthletes": [
2959
- 82
3477
+ 92
2960
3478
  ],
2961
3479
  "queryAthleteFundingCampaigns": [
2962
- 90,
3480
+ 102,
2963
3481
  {
2964
3482
  "input": [
2965
- 108,
3483
+ 126,
2966
3484
  "AthleteQueryDto!"
2967
3485
  ]
2968
3486
  }
2969
3487
  ],
2970
3488
  "searchAthletes": [
2971
- 82,
3489
+ 92,
2972
3490
  {
2973
3491
  "searchString": [
2974
3492
  1,
@@ -2977,7 +3495,7 @@ exports.default = {
2977
3495
  }
2978
3496
  ],
2979
3497
  "findAthleteById": [
2980
- 82,
3498
+ 92,
2981
3499
  {
2982
3500
  "athleteId": [
2983
3501
  1,
@@ -2986,7 +3504,7 @@ exports.default = {
2986
3504
  }
2987
3505
  ],
2988
3506
  "findAthleteForUser": [
2989
- 82,
3507
+ 92,
2990
3508
  {
2991
3509
  "loginEmail": [
2992
3510
  1,
@@ -2995,7 +3513,7 @@ exports.default = {
2995
3513
  }
2996
3514
  ],
2997
3515
  "getRecommendedAthletes": [
2998
- 82,
3516
+ 92,
2999
3517
  {
3000
3518
  "loginEmail": [
3001
3519
  1,
@@ -3004,28 +3522,19 @@ exports.default = {
3004
3522
  }
3005
3523
  ],
3006
3524
  "getSponsorAthletesForTenant": [
3007
- 82
3525
+ 92
3008
3526
  ],
3009
3527
  "getAthleteCompetitions": [
3010
- 73,
3528
+ 75,
3011
3529
  {
3012
3530
  "input": [
3013
- 132,
3531
+ 151,
3014
3532
  "GetAthleteCompetitionsDto!"
3015
3533
  ]
3016
3534
  }
3017
3535
  ],
3018
3536
  "getAthleteMemberships": [
3019
- 76,
3020
- {
3021
- "athleteId": [
3022
- 1,
3023
- "String!"
3024
- ]
3025
- }
3026
- ],
3027
- "findAthletebyIdpublic": [
3028
- 82,
3537
+ 78,
3029
3538
  {
3030
3539
  "athleteId": [
3031
3540
  1,
@@ -3034,10 +3543,10 @@ exports.default = {
3034
3543
  }
3035
3544
  ],
3036
3545
  "getSports": [
3037
- 61
3546
+ 63
3038
3547
  ],
3039
3548
  "findSportById": [
3040
- 61,
3549
+ 63,
3041
3550
  {
3042
3551
  "sportId": [
3043
3552
  1,
@@ -3046,19 +3555,19 @@ exports.default = {
3046
3555
  }
3047
3556
  ],
3048
3557
  "getSportLevels": [
3049
- 64
3558
+ 66
3050
3559
  ],
3051
3560
  "getPublicSponsorships": [
3052
- 59
3561
+ 61
3053
3562
  ],
3054
3563
  "getTenantSponsorships": [
3055
- 59
3564
+ 61
3056
3565
  ],
3057
3566
  "getCountries": [
3058
- 39
3567
+ 41
3059
3568
  ],
3060
3569
  "getCountryStates": [
3061
- 38,
3570
+ 40,
3062
3571
  {
3063
3572
  "countryId": [
3064
3573
  1,
@@ -3067,7 +3576,7 @@ exports.default = {
3067
3576
  }
3068
3577
  ],
3069
3578
  "getStateCities": [
3070
- 37,
3579
+ 39,
3071
3580
  {
3072
3581
  "stateId": [
3073
3582
  1,
@@ -3076,7 +3585,7 @@ exports.default = {
3076
3585
  }
3077
3586
  ],
3078
3587
  "findCitiesStartingWith": [
3079
- 37,
3588
+ 39,
3080
3589
  {
3081
3590
  "text": [
3082
3591
  1,
@@ -3085,7 +3594,7 @@ exports.default = {
3085
3594
  }
3086
3595
  ],
3087
3596
  "findCityById": [
3088
- 37,
3597
+ 39,
3089
3598
  {
3090
3599
  "cityId": [
3091
3600
  1,
@@ -3097,7 +3606,7 @@ exports.default = {
3097
3606
  0,
3098
3607
  {
3099
3608
  "input": [
3100
- 133,
3609
+ 152,
3101
3610
  "FindVtxUserDto!"
3102
3611
  ]
3103
3612
  }
@@ -3116,7 +3625,7 @@ exports.default = {
3116
3625
  }
3117
3626
  ],
3118
3627
  "getUserImagesFromEmail": [
3119
- 92,
3628
+ 103,
3120
3629
  {
3121
3630
  "loginEmail": [
3122
3631
  1,
@@ -3128,16 +3637,16 @@ exports.default = {
3128
3637
  1
3129
3638
  ],
3130
3639
  "getSportsEvents": [
3131
- 69,
3640
+ 71,
3132
3641
  {
3133
3642
  "input": [
3134
- 134,
3643
+ 153,
3135
3644
  "GetSportEventsDto!"
3136
3645
  ]
3137
3646
  }
3138
3647
  ],
3139
3648
  "getMembershipOrganizations": [
3140
- 74
3649
+ 76
3141
3650
  ],
3142
3651
  "__typename": [
3143
3652
  1
@@ -3200,7 +3709,7 @@ exports.default = {
3200
3709
  5,
3201
3710
  {
3202
3711
  "tenant": [
3203
- 136,
3712
+ 155,
3204
3713
  "CreateTenantInput!"
3205
3714
  ]
3206
3715
  }
@@ -3209,7 +3718,7 @@ exports.default = {
3209
3718
  11,
3210
3719
  {
3211
3720
  "tenant": [
3212
- 136,
3721
+ 155,
3213
3722
  "CreateTenantInput!"
3214
3723
  ]
3215
3724
  }
@@ -3218,7 +3727,7 @@ exports.default = {
3218
3727
  3,
3219
3728
  {
3220
3729
  "user": [
3221
- 137,
3730
+ 156,
3222
3731
  "CreateActiveUserInput!"
3223
3732
  ]
3224
3733
  }
@@ -3253,7 +3762,7 @@ exports.default = {
3253
3762
  0,
3254
3763
  {
3255
3764
  "input": [
3256
- 138,
3765
+ 157,
3257
3766
  "RegisterUserToDomainFromEmailInput!"
3258
3767
  ]
3259
3768
  }
@@ -3262,7 +3771,7 @@ exports.default = {
3262
3771
  8,
3263
3772
  {
3264
3773
  "dto": [
3265
- 139,
3774
+ 158,
3266
3775
  "RefreshTokenInput!"
3267
3776
  ]
3268
3777
  }
@@ -3271,7 +3780,7 @@ exports.default = {
3271
3780
  32,
3272
3781
  {
3273
3782
  "input": [
3274
- 140,
3783
+ 159,
3275
3784
  "AWSS3DeleteUseTypeFileDto!"
3276
3785
  ]
3277
3786
  }
@@ -3280,7 +3789,7 @@ exports.default = {
3280
3789
  32,
3281
3790
  {
3282
3791
  "input": [
3283
- 141,
3792
+ 160,
3284
3793
  "AWSS3DeleteBucketFileDto!"
3285
3794
  ]
3286
3795
  }
@@ -3289,169 +3798,151 @@ exports.default = {
3289
3798
  26,
3290
3799
  {
3291
3800
  "input": [
3292
- 127,
3801
+ 145,
3293
3802
  "AWSS3UploadedFileDto!"
3294
3803
  ]
3295
3804
  }
3296
3805
  ],
3297
3806
  "createIndustry": [
3298
- 50,
3807
+ 52,
3299
3808
  {
3300
3809
  "input": [
3301
- 142,
3810
+ 161,
3302
3811
  "CreateIndustryDto!"
3303
3812
  ]
3304
3813
  }
3305
3814
  ],
3306
3815
  "createBrand": [
3307
- 36,
3816
+ 38,
3308
3817
  {
3309
3818
  "input": [
3310
- 143,
3819
+ 162,
3311
3820
  "CreateBrandDto!"
3312
3821
  ]
3313
3822
  }
3314
3823
  ],
3315
3824
  "registerSponsor": [
3316
- 53,
3825
+ 55,
3317
3826
  {
3318
3827
  "input": [
3319
- 145,
3828
+ 164,
3320
3829
  "RegisterSponsorInput!"
3321
3830
  ]
3322
3831
  }
3323
3832
  ],
3324
3833
  "createSponsor": [
3325
- 53,
3834
+ 55,
3326
3835
  {
3327
3836
  "input": [
3328
- 146,
3837
+ 165,
3329
3838
  "CreateSponsorDto!"
3330
3839
  ]
3331
3840
  }
3332
3841
  ],
3333
3842
  "sendAthleteInvitations": [
3334
- 83,
3843
+ 93,
3335
3844
  {
3336
3845
  "input": [
3337
- 97,
3846
+ 115,
3338
3847
  "InviteAthletesDto!"
3339
3848
  ]
3340
3849
  }
3341
3850
  ],
3342
3851
  "registerAthlete": [
3343
- 82,
3852
+ 92,
3344
3853
  {
3345
3854
  "input": [
3346
- 147,
3855
+ 166,
3347
3856
  "RegisterAthleteDto!"
3348
3857
  ]
3349
3858
  }
3350
3859
  ],
3351
3860
  "editProfileValue": [
3352
- 85,
3861
+ 97,
3353
3862
  {
3354
3863
  "input": [
3355
- 148,
3864
+ 167,
3356
3865
  "EditValueDto!"
3357
3866
  ]
3358
3867
  }
3359
3868
  ],
3360
- "editPicture": [
3361
- 91,
3362
- {
3363
- "input": [
3364
- 149,
3365
- "EditPictureDto!"
3366
- ]
3367
- }
3368
- ],
3369
- "DeletePictureBuket": [
3370
- 87,
3371
- {
3372
- "input": [
3373
- 141,
3374
- "AWSS3DeleteBucketFileDto!"
3375
- ]
3376
- }
3377
- ],
3378
3869
  "addAthleteCompetition": [
3379
- 73,
3870
+ 75,
3380
3871
  {
3381
3872
  "input": [
3382
- 100,
3873
+ 118,
3383
3874
  "CreateAthleteCompetitionDto!"
3384
3875
  ]
3385
3876
  }
3386
3877
  ],
3387
3878
  "deleteAthleteCompetition": [
3388
- 87,
3879
+ 99,
3389
3880
  {
3390
3881
  "input": [
3391
- 105,
3882
+ 123,
3392
3883
  "DeleteSingleValueDto!"
3393
3884
  ]
3394
3885
  }
3395
3886
  ],
3396
3887
  "createSport": [
3397
- 61,
3888
+ 63,
3398
3889
  {
3399
3890
  "input": [
3400
- 150,
3891
+ 168,
3401
3892
  "CreateSportDto!"
3402
3893
  ]
3403
3894
  }
3404
3895
  ],
3405
3896
  "updateSport": [
3406
- 61,
3897
+ 63,
3407
3898
  {
3408
3899
  "input": [
3409
- 151,
3900
+ 169,
3410
3901
  "UpdateSportDto!"
3411
3902
  ]
3412
3903
  }
3413
3904
  ],
3414
3905
  "createSportLevel": [
3415
- 64,
3906
+ 66,
3416
3907
  {
3417
3908
  "input": [
3418
- 152,
3909
+ 170,
3419
3910
  "CreateSportLevelDto!"
3420
3911
  ]
3421
3912
  }
3422
3913
  ],
3423
3914
  "createSponsorship": [
3424
- 59,
3915
+ 61,
3425
3916
  {
3426
3917
  "input": [
3427
- 154,
3918
+ 172,
3428
3919
  "CreateSponsorshipDto!"
3429
3920
  ]
3430
3921
  }
3431
3922
  ],
3432
3923
  "createCountry": [
3433
- 39,
3924
+ 41,
3434
3925
  {
3435
3926
  "input": [
3436
- 161,
3927
+ 179,
3437
3928
  "CreateCountryDto!"
3438
3929
  ]
3439
3930
  }
3440
3931
  ],
3441
3932
  "createState": [
3442
- 38,
3933
+ 40,
3443
3934
  {
3444
3935
  "input": [
3445
- 162,
3936
+ 180,
3446
3937
  "CreateStateDto!"
3447
3938
  ]
3448
3939
  }
3449
3940
  ],
3450
3941
  "createCity": [
3451
- 37,
3942
+ 39,
3452
3943
  {
3453
3944
  "input": [
3454
- 163,
3945
+ 181,
3455
3946
  "CreateCityDto!"
3456
3947
  ]
3457
3948
  }
@@ -3460,7 +3951,7 @@ exports.default = {
3460
3951
  28,
3461
3952
  {
3462
3953
  "input": [
3463
- 118,
3954
+ 136,
3464
3955
  "RegisterUserDto!"
3465
3956
  ]
3466
3957
  }
@@ -3469,7 +3960,7 @@ exports.default = {
3469
3960
  3,
3470
3961
  {
3471
3962
  "input": [
3472
- 95,
3963
+ 113,
3473
3964
  "VerifyCodeDto!"
3474
3965
  ]
3475
3966
  }
@@ -3478,7 +3969,7 @@ exports.default = {
3478
3969
  0,
3479
3970
  {
3480
3971
  "input": [
3481
- 95,
3972
+ 113,
3482
3973
  "VerifyCodeDto!"
3483
3974
  ]
3484
3975
  }
@@ -3487,7 +3978,7 @@ exports.default = {
3487
3978
  0,
3488
3979
  {
3489
3980
  "input": [
3490
- 118,
3981
+ 136,
3491
3982
  "RegisterUserDto!"
3492
3983
  ]
3493
3984
  }
@@ -3496,7 +3987,7 @@ exports.default = {
3496
3987
  0,
3497
3988
  {
3498
3989
  "input": [
3499
- 118,
3990
+ 136,
3500
3991
  "RegisterUserDto!"
3501
3992
  ]
3502
3993
  }
@@ -3515,16 +4006,16 @@ exports.default = {
3515
4006
  }
3516
4007
  ],
3517
4008
  "handleStravaCallback": [
3518
- 84,
4009
+ 94,
3519
4010
  {
3520
4011
  "data": [
3521
- 164,
4012
+ 182,
3522
4013
  "RegisterStravaDto!"
3523
4014
  ]
3524
4015
  }
3525
4016
  ],
3526
4017
  "refreshStravaToken": [
3527
- 84,
4018
+ 94,
3528
4019
  {
3529
4020
  "input": [
3530
4021
  1,
@@ -3533,50 +4024,71 @@ exports.default = {
3533
4024
  }
3534
4025
  ],
3535
4026
  "createSportsEvent": [
3536
- 69,
4027
+ 71,
3537
4028
  {
3538
4029
  "input": [
3539
- 165,
4030
+ 183,
3540
4031
  "CreateSportEventDto!"
3541
4032
  ]
3542
4033
  }
3543
4034
  ],
3544
4035
  "createFundingCampaign": [
3545
- 80,
4036
+ 82,
3546
4037
  {
3547
4038
  "input": [
3548
- 124,
4039
+ 142,
3549
4040
  "CreateFundingCampaignDto!"
3550
4041
  ]
3551
4042
  }
3552
4043
  ],
3553
4044
  "createMembershipOrganization": [
3554
- 74,
4045
+ 76,
3555
4046
  {
3556
4047
  "input": [
3557
- 126,
4048
+ 144,
3558
4049
  "CreateMembershipOrganizationDto!"
3559
4050
  ]
3560
4051
  }
3561
4052
  ],
3562
4053
  "createAthleteMembershipAffilation": [
3563
- 76,
4054
+ 78,
3564
4055
  {
3565
4056
  "input": [
3566
- 128,
4057
+ 146,
3567
4058
  "CreateAthleteMembershipDto!"
3568
4059
  ]
3569
4060
  }
3570
4061
  ],
3571
4062
  "deleteAthleteMembershipAffilation": [
3572
- 87,
4063
+ 99,
3573
4064
  {
3574
4065
  "input": [
3575
- 105,
4066
+ 123,
3576
4067
  "DeleteSingleValueDto!"
3577
4068
  ]
3578
4069
  }
3579
4070
  ],
4071
+ "createStripeAccount": [
4072
+ 90,
4073
+ {
4074
+ "input": [
4075
+ 184,
4076
+ "CreateStripeAccountDto!"
4077
+ ]
4078
+ }
4079
+ ],
4080
+ "createAthleteStripeSession": [
4081
+ 95
4082
+ ],
4083
+ "createStripeCheckoutSession": [
4084
+ 96,
4085
+ {
4086
+ "input": [
4087
+ 147,
4088
+ "DonationCheckoutDto!"
4089
+ ]
4090
+ }
4091
+ ],
3580
4092
  "__typename": [
3581
4093
  1
3582
4094
  ]
@@ -3684,13 +4196,13 @@ exports.default = {
3684
4196
  1
3685
4197
  ],
3686
4198
  "logo": [
3687
- 127
4199
+ 145
3688
4200
  ],
3689
4201
  "banner": [
3690
- 127
4202
+ 145
3691
4203
  ],
3692
4204
  "translations": [
3693
- 144
4205
+ 163
3694
4206
  ],
3695
4207
  "__typename": [
3696
4208
  1
@@ -3713,10 +4225,10 @@ exports.default = {
3713
4225
  1
3714
4226
  ],
3715
4227
  "logo": [
3716
- 127
4228
+ 145
3717
4229
  ],
3718
4230
  "banner": [
3719
- 127
4231
+ 145
3720
4232
  ],
3721
4233
  "__typename": [
3722
4234
  1
@@ -3821,10 +4333,10 @@ exports.default = {
3821
4333
  1
3822
4334
  ],
3823
4335
  "profilePicture": [
3824
- 127
4336
+ 145
3825
4337
  ],
3826
4338
  "cardPicture": [
3827
- 127
4339
+ 145
3828
4340
  ],
3829
4341
  "__typename": [
3830
4342
  1
@@ -3841,17 +4353,6 @@ exports.default = {
3841
4353
  1
3842
4354
  ]
3843
4355
  },
3844
- "EditPictureDto": {
3845
- "field": [
3846
- 1
3847
- ],
3848
- "newPicture": [
3849
- 127
3850
- ],
3851
- "__typename": [
3852
- 1
3853
- ]
3854
- },
3855
4356
  "CreateSportDto": {
3856
4357
  "name": [
3857
4358
  1
@@ -3885,7 +4386,7 @@ exports.default = {
3885
4386
  17
3886
4387
  ],
3887
4388
  "translations": [
3888
- 153
4389
+ 171
3889
4390
  ],
3890
4391
  "__typename": [
3891
4392
  1
@@ -3919,10 +4420,10 @@ exports.default = {
3919
4420
  17
3920
4421
  ],
3921
4422
  "banner": [
3922
- 127
4423
+ 145
3923
4424
  ],
3924
4425
  "criteria": [
3925
- 155
4426
+ 173
3926
4427
  ],
3927
4428
  "deadline": [
3928
4429
  14
@@ -3931,13 +4432,13 @@ exports.default = {
3931
4432
  14
3932
4433
  ],
3933
4434
  "duration": [
3934
- 157
4435
+ 175
3935
4436
  ],
3936
4437
  "sponsorshipItems": [
3937
- 158
4438
+ 176
3938
4439
  ],
3939
4440
  "commitments": [
3940
- 159
4441
+ 177
3941
4442
  ],
3942
4443
  "terms": [
3943
4444
  1
@@ -3949,7 +4450,7 @@ exports.default = {
3949
4450
  2
3950
4451
  ],
3951
4452
  "translations": [
3952
- 160
4453
+ 178
3953
4454
  ],
3954
4455
  "__typename": [
3955
4456
  1
@@ -3963,7 +4464,7 @@ exports.default = {
3963
4464
  1
3964
4465
  ],
3965
4466
  "qualificationsBag": [
3966
- 156
4467
+ 174
3967
4468
  ],
3968
4469
  "__typename": [
3969
4470
  1
@@ -3971,28 +4472,28 @@ exports.default = {
3971
4472
  },
3972
4473
  "QualificationsBagDto": {
3973
4474
  "ageQualifications": [
3974
- 110
4475
+ 128
3975
4476
  ],
3976
4477
  "genderQualifications": [
3977
- 111
4478
+ 129
3978
4479
  ],
3979
4480
  "scoreQualifications": [
3980
- 113
4481
+ 131
3981
4482
  ],
3982
4483
  "locationQualifications": [
3983
- 114
4484
+ 132
3984
4485
  ],
3985
4486
  "nationalityQualifications": [
3986
- 112
4487
+ 130
3987
4488
  ],
3988
4489
  "distanceQualifications": [
3989
- 115
4490
+ 133
3990
4491
  ],
3991
4492
  "sportsQualifications": [
3992
- 116
4493
+ 134
3993
4494
  ],
3994
4495
  "levelQualifications": [
3995
- 117
4496
+ 135
3996
4497
  ],
3997
4498
  "__typename": [
3998
4499
  1
@@ -4069,7 +4570,7 @@ exports.default = {
4069
4570
  1
4070
4571
  ],
4071
4572
  "banner": [
4072
- 127
4573
+ 145
4073
4574
  ],
4074
4575
  "terms": [
4075
4576
  1
@@ -4187,7 +4688,21 @@ exports.default = {
4187
4688
  1
4188
4689
  ],
4189
4690
  "banner": [
4190
- 127
4691
+ 145
4692
+ ],
4693
+ "__typename": [
4694
+ 1
4695
+ ]
4696
+ },
4697
+ "CreateStripeAccountDto": {
4698
+ "countryId": [
4699
+ 1
4700
+ ],
4701
+ "acceptedTermsId": [
4702
+ 1
4703
+ ],
4704
+ "acceptedPrivacyId": [
4705
+ 1
4191
4706
  ],
4192
4707
  "__typename": [
4193
4708
  1