@vertikalx/vtx-backend-client 1.0.0-dev-daniel.181 → 1.0.0-dev-geo.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/api/vtx-base-api.d.ts +1 -3
- package/src/api/vtx-base-api.js +3 -190
- package/src/api/vtx-base-api.js.map +1 -1
- package/src/client/schema.d.ts +68 -205
- package/src/client/schema.graphql +40 -128
- package/src/client/schema.js +6 -41
- package/src/client/schema.js.map +1 -1
- package/src/client/types.d.ts +42 -130
- package/src/client/types.js +145 -361
- package/src/client/types.js.map +1 -1
- package/tsconfig.lib.tsbuildinfo +1 -1
package/src/client/types.js
CHANGED
|
@@ -1507,6 +1507,9 @@ exports.default = {
|
|
|
1507
1507
|
"itemCost": [
|
|
1508
1508
|
17
|
|
1509
1509
|
],
|
|
1510
|
+
"itemTotal": [
|
|
1511
|
+
17
|
|
1512
|
+
],
|
|
1510
1513
|
"__typename": [
|
|
1511
1514
|
1
|
|
1512
1515
|
]
|
|
@@ -1515,10 +1518,13 @@ exports.default = {
|
|
|
1515
1518
|
"_id": [
|
|
1516
1519
|
1
|
|
1517
1520
|
],
|
|
1521
|
+
"totalRequired": [
|
|
1522
|
+
17
|
|
1523
|
+
],
|
|
1518
1524
|
"initialFunds": [
|
|
1519
1525
|
17
|
|
1520
1526
|
],
|
|
1521
|
-
"
|
|
1527
|
+
"totalRaised": [
|
|
1522
1528
|
17
|
|
1523
1529
|
],
|
|
1524
1530
|
"items": [
|
|
@@ -1544,7 +1550,7 @@ exports.default = {
|
|
|
1544
1550
|
"result": [
|
|
1545
1551
|
69
|
|
1546
1552
|
],
|
|
1547
|
-
"
|
|
1553
|
+
"fundRaisingCampaignId": [
|
|
1548
1554
|
1
|
|
1549
1555
|
],
|
|
1550
1556
|
"budget": [
|
|
@@ -1664,7 +1670,7 @@ exports.default = {
|
|
|
1664
1670
|
74
|
|
1665
1671
|
],
|
|
1666
1672
|
"athlete": [
|
|
1667
|
-
|
|
1673
|
+
79
|
|
1668
1674
|
],
|
|
1669
1675
|
"membershipNumber": [
|
|
1670
1676
|
1
|
|
@@ -1719,61 +1725,6 @@ exports.default = {
|
|
|
1719
1725
|
1
|
|
1720
1726
|
]
|
|
1721
1727
|
},
|
|
1722
|
-
"AthletePreferences": {
|
|
1723
|
-
"_id": [
|
|
1724
|
-
1
|
|
1725
|
-
],
|
|
1726
|
-
"showProfileHelper": [
|
|
1727
|
-
2
|
|
1728
|
-
],
|
|
1729
|
-
"__typename": [
|
|
1730
|
-
1
|
|
1731
|
-
]
|
|
1732
|
-
},
|
|
1733
|
-
"FundRaisingCampaign": {
|
|
1734
|
-
"_id": [
|
|
1735
|
-
1
|
|
1736
|
-
],
|
|
1737
|
-
"budgetMode": [
|
|
1738
|
-
1
|
|
1739
|
-
],
|
|
1740
|
-
"status": [
|
|
1741
|
-
1
|
|
1742
|
-
],
|
|
1743
|
-
"title": [
|
|
1744
|
-
1
|
|
1745
|
-
],
|
|
1746
|
-
"motivation": [
|
|
1747
|
-
1
|
|
1748
|
-
],
|
|
1749
|
-
"website": [
|
|
1750
|
-
1
|
|
1751
|
-
],
|
|
1752
|
-
"fundsRequired": [
|
|
1753
|
-
17
|
|
1754
|
-
],
|
|
1755
|
-
"initialFundsObtained": [
|
|
1756
|
-
17
|
|
1757
|
-
],
|
|
1758
|
-
"fundsObtained": [
|
|
1759
|
-
17
|
|
1760
|
-
],
|
|
1761
|
-
"location": [
|
|
1762
|
-
73
|
|
1763
|
-
],
|
|
1764
|
-
"endingDate": [
|
|
1765
|
-
14
|
|
1766
|
-
],
|
|
1767
|
-
"budget": [
|
|
1768
|
-
71
|
|
1769
|
-
],
|
|
1770
|
-
"competitions": [
|
|
1771
|
-
72
|
|
1772
|
-
],
|
|
1773
|
-
"__typename": [
|
|
1774
|
-
1
|
|
1775
|
-
]
|
|
1776
|
-
},
|
|
1777
1728
|
"AthleteReference": {
|
|
1778
1729
|
"_id": [
|
|
1779
1730
|
1
|
|
@@ -1838,9 +1789,6 @@ exports.default = {
|
|
|
1838
1789
|
"aboutMe": [
|
|
1839
1790
|
1
|
|
1840
1791
|
],
|
|
1841
|
-
"preferences": [
|
|
1842
|
-
79
|
|
1843
|
-
],
|
|
1844
1792
|
"__typename": [
|
|
1845
1793
|
1
|
|
1846
1794
|
]
|
|
@@ -1909,9 +1857,6 @@ exports.default = {
|
|
|
1909
1857
|
"aboutMe": [
|
|
1910
1858
|
1
|
|
1911
1859
|
],
|
|
1912
|
-
"preferences": [
|
|
1913
|
-
79
|
|
1914
|
-
],
|
|
1915
1860
|
"allSports": [
|
|
1916
1861
|
61
|
|
1917
1862
|
],
|
|
@@ -1933,12 +1878,6 @@ exports.default = {
|
|
|
1933
1878
|
"channels": [
|
|
1934
1879
|
78
|
|
1935
1880
|
],
|
|
1936
|
-
"currentCampaign": [
|
|
1937
|
-
80
|
|
1938
|
-
],
|
|
1939
|
-
"fundingCampaigns": [
|
|
1940
|
-
80
|
|
1941
|
-
],
|
|
1942
1881
|
"__typename": [
|
|
1943
1882
|
1
|
|
1944
1883
|
]
|
|
@@ -2006,31 +1945,6 @@ exports.default = {
|
|
|
2006
1945
|
1
|
|
2007
1946
|
]
|
|
2008
1947
|
},
|
|
2009
|
-
"ErrorType": {
|
|
2010
|
-
"code": [
|
|
2011
|
-
17
|
|
2012
|
-
],
|
|
2013
|
-
"message": [
|
|
2014
|
-
1
|
|
2015
|
-
],
|
|
2016
|
-
"__typename": [
|
|
2017
|
-
1
|
|
2018
|
-
]
|
|
2019
|
-
},
|
|
2020
|
-
"DeleteSingleValueResponse": {
|
|
2021
|
-
"idToDelete": [
|
|
2022
|
-
1
|
|
2023
|
-
],
|
|
2024
|
-
"deleted": [
|
|
2025
|
-
2
|
|
2026
|
-
],
|
|
2027
|
-
"failureReason": [
|
|
2028
|
-
86
|
|
2029
|
-
],
|
|
2030
|
-
"__typename": [
|
|
2031
|
-
1
|
|
2032
|
-
]
|
|
2033
|
-
},
|
|
2034
1948
|
"UserImages": {
|
|
2035
1949
|
"profilePictureUrl": [
|
|
2036
1950
|
1
|
|
@@ -2045,47 +1959,42 @@ exports.default = {
|
|
|
2045
1959
|
1
|
|
2046
1960
|
]
|
|
2047
1961
|
},
|
|
2048
|
-
"
|
|
2049
|
-
"
|
|
1962
|
+
"FundRaisingCampaign": {
|
|
1963
|
+
"_id": [
|
|
2050
1964
|
1
|
|
2051
1965
|
],
|
|
2052
|
-
"
|
|
1966
|
+
"title": [
|
|
2053
1967
|
1
|
|
2054
1968
|
],
|
|
2055
|
-
"
|
|
2056
|
-
86
|
|
2057
|
-
],
|
|
2058
|
-
"result": [
|
|
1969
|
+
"motivation": [
|
|
2059
1970
|
1
|
|
2060
1971
|
],
|
|
2061
|
-
"
|
|
2062
|
-
1
|
|
2063
|
-
]
|
|
2064
|
-
},
|
|
2065
|
-
"CursorPaginationResponse": {
|
|
2066
|
-
"sortField": [
|
|
1972
|
+
"website": [
|
|
2067
1973
|
1
|
|
2068
1974
|
],
|
|
2069
|
-
"
|
|
2070
|
-
|
|
1975
|
+
"fundsRequired": [
|
|
1976
|
+
17
|
|
2071
1977
|
],
|
|
2072
|
-
"
|
|
2073
|
-
|
|
1978
|
+
"initialFundsObtained": [
|
|
1979
|
+
17
|
|
2074
1980
|
],
|
|
2075
|
-
"
|
|
2076
|
-
|
|
1981
|
+
"fundsObtained": [
|
|
1982
|
+
17
|
|
2077
1983
|
],
|
|
2078
|
-
"
|
|
2079
|
-
|
|
1984
|
+
"location": [
|
|
1985
|
+
73
|
|
2080
1986
|
],
|
|
2081
|
-
"
|
|
1987
|
+
"endingDate": [
|
|
1988
|
+
14
|
|
1989
|
+
],
|
|
1990
|
+
"status": [
|
|
2082
1991
|
1
|
|
2083
1992
|
],
|
|
2084
|
-
"
|
|
2085
|
-
|
|
1993
|
+
"budget": [
|
|
1994
|
+
71
|
|
2086
1995
|
],
|
|
2087
|
-
"
|
|
2088
|
-
|
|
1996
|
+
"competitions": [
|
|
1997
|
+
72
|
|
2089
1998
|
],
|
|
2090
1999
|
"__typename": [
|
|
2091
2000
|
1
|
|
@@ -2147,7 +2056,7 @@ exports.default = {
|
|
|
2147
2056
|
1
|
|
2148
2057
|
],
|
|
2149
2058
|
"invitations": [
|
|
2150
|
-
|
|
2059
|
+
88
|
|
2151
2060
|
],
|
|
2152
2061
|
"__typename": [
|
|
2153
2062
|
1
|
|
@@ -2210,7 +2119,7 @@ exports.default = {
|
|
|
2210
2119
|
1
|
|
2211
2120
|
],
|
|
2212
2121
|
"result": [
|
|
2213
|
-
|
|
2122
|
+
90
|
|
2214
2123
|
],
|
|
2215
2124
|
"cityId": [
|
|
2216
2125
|
1
|
|
@@ -2233,7 +2142,7 @@ exports.default = {
|
|
|
2233
2142
|
1
|
|
2234
2143
|
],
|
|
2235
2144
|
"result": [
|
|
2236
|
-
|
|
2145
|
+
90
|
|
2237
2146
|
],
|
|
2238
2147
|
"cityId": [
|
|
2239
2148
|
1
|
|
@@ -2245,14 +2154,6 @@ exports.default = {
|
|
|
2245
2154
|
1
|
|
2246
2155
|
]
|
|
2247
2156
|
},
|
|
2248
|
-
"DeleteSingleValueDto": {
|
|
2249
|
-
"idToDelete": [
|
|
2250
|
-
1
|
|
2251
|
-
],
|
|
2252
|
-
"__typename": [
|
|
2253
|
-
1
|
|
2254
|
-
]
|
|
2255
|
-
},
|
|
2256
2157
|
"QualificationDto": {
|
|
2257
2158
|
"type": [
|
|
2258
2159
|
1
|
|
@@ -2402,170 +2303,70 @@ exports.default = {
|
|
|
2402
2303
|
1
|
|
2403
2304
|
]
|
|
2404
2305
|
},
|
|
2405
|
-
"
|
|
2406
|
-
"
|
|
2407
|
-
1
|
|
2408
|
-
],
|
|
2409
|
-
"allOrNone": [
|
|
2410
|
-
2
|
|
2411
|
-
],
|
|
2412
|
-
"__typename": [
|
|
2413
|
-
1
|
|
2414
|
-
]
|
|
2415
|
-
},
|
|
2416
|
-
"BudgetItemDto": {
|
|
2417
|
-
"quantity": [
|
|
2418
|
-
17
|
|
2419
|
-
],
|
|
2420
|
-
"concept": [
|
|
2421
|
-
1
|
|
2422
|
-
],
|
|
2423
|
-
"itemCost": [
|
|
2424
|
-
17
|
|
2425
|
-
],
|
|
2426
|
-
"__typename": [
|
|
2306
|
+
"CreateMembershipOrganizationDto": {
|
|
2307
|
+
"shortName": [
|
|
2427
2308
|
1
|
|
2428
|
-
]
|
|
2429
|
-
},
|
|
2430
|
-
"CreateBudgetItemDto": {
|
|
2431
|
-
"quantity": [
|
|
2432
|
-
17
|
|
2433
2309
|
],
|
|
2434
|
-
"
|
|
2310
|
+
"acronym": [
|
|
2435
2311
|
1
|
|
2436
2312
|
],
|
|
2437
|
-
"
|
|
2438
|
-
17
|
|
2439
|
-
],
|
|
2440
|
-
"budgetId": [
|
|
2313
|
+
"fullName": [
|
|
2441
2314
|
1
|
|
2442
2315
|
],
|
|
2443
|
-
"
|
|
2316
|
+
"website": [
|
|
2444
2317
|
1
|
|
2445
|
-
]
|
|
2446
|
-
},
|
|
2447
|
-
"CreateBudgetDto": {
|
|
2448
|
-
"initialFunds": [
|
|
2449
|
-
17
|
|
2450
2318
|
],
|
|
2451
|
-
"
|
|
2452
|
-
|
|
2319
|
+
"logo": [
|
|
2320
|
+
105
|
|
2453
2321
|
],
|
|
2454
|
-
"
|
|
2322
|
+
"countryId": [
|
|
2455
2323
|
1
|
|
2456
|
-
]
|
|
2457
|
-
},
|
|
2458
|
-
"CreateCompetitionBudgetDto": {
|
|
2459
|
-
"initialFunds": [
|
|
2460
|
-
17
|
|
2461
2324
|
],
|
|
2462
|
-
"
|
|
2463
|
-
111
|
|
2464
|
-
],
|
|
2465
|
-
"athleteCompetitionId": [
|
|
2325
|
+
"sportId": [
|
|
2466
2326
|
1
|
|
2467
2327
|
],
|
|
2468
2328
|
"__typename": [
|
|
2469
2329
|
1
|
|
2470
2330
|
]
|
|
2471
2331
|
},
|
|
2472
|
-
"
|
|
2473
|
-
"
|
|
2332
|
+
"AWSS3UploadedFileDto": {
|
|
2333
|
+
"key": [
|
|
2474
2334
|
1
|
|
2475
2335
|
],
|
|
2476
|
-
"
|
|
2336
|
+
"useType": [
|
|
2477
2337
|
1
|
|
2478
2338
|
],
|
|
2479
|
-
"
|
|
2339
|
+
"contentType": [
|
|
2480
2340
|
1
|
|
2481
2341
|
],
|
|
2482
|
-
"
|
|
2342
|
+
"originalFileName": [
|
|
2483
2343
|
1
|
|
2484
2344
|
],
|
|
2485
|
-
"
|
|
2486
|
-
17
|
|
2487
|
-
],
|
|
2488
|
-
"initialFundsObtained": [
|
|
2345
|
+
"fileSize": [
|
|
2489
2346
|
17
|
|
2490
2347
|
],
|
|
2491
|
-
"cityId": [
|
|
2492
|
-
1
|
|
2493
|
-
],
|
|
2494
|
-
"endingDate": [
|
|
2495
|
-
14
|
|
2496
|
-
],
|
|
2497
|
-
"budget": [
|
|
2498
|
-
113
|
|
2499
|
-
],
|
|
2500
|
-
"competitionBudgets": [
|
|
2501
|
-
114
|
|
2502
|
-
],
|
|
2503
|
-
"competitionIds": [
|
|
2504
|
-
1
|
|
2505
|
-
],
|
|
2506
2348
|
"__typename": [
|
|
2507
2349
|
1
|
|
2508
2350
|
]
|
|
2509
2351
|
},
|
|
2510
|
-
"
|
|
2511
|
-
"
|
|
2512
|
-
1
|
|
2513
|
-
],
|
|
2514
|
-
"title": [
|
|
2352
|
+
"CreateAthleteMembershipDto": {
|
|
2353
|
+
"organizationId": [
|
|
2515
2354
|
1
|
|
2516
2355
|
],
|
|
2517
|
-
"
|
|
2356
|
+
"athleteId": [
|
|
2518
2357
|
1
|
|
2519
2358
|
],
|
|
2520
|
-
"
|
|
2359
|
+
"membershipNumber": [
|
|
2521
2360
|
1
|
|
2522
2361
|
],
|
|
2523
|
-
"
|
|
2524
|
-
17
|
|
2525
|
-
],
|
|
2526
|
-
"initialFundsObtained": [
|
|
2527
|
-
17
|
|
2528
|
-
],
|
|
2529
|
-
"cityId": [
|
|
2362
|
+
"membershipType": [
|
|
2530
2363
|
1
|
|
2531
2364
|
],
|
|
2532
|
-
"
|
|
2365
|
+
"issueDate": [
|
|
2533
2366
|
14
|
|
2534
2367
|
],
|
|
2535
|
-
"
|
|
2536
|
-
|
|
2537
|
-
],
|
|
2538
|
-
"competitionBudgets": [
|
|
2539
|
-
114
|
|
2540
|
-
],
|
|
2541
|
-
"competitionIds": [
|
|
2542
|
-
1
|
|
2543
|
-
],
|
|
2544
|
-
"loginEmail": [
|
|
2545
|
-
1
|
|
2546
|
-
],
|
|
2547
|
-
"__typename": [
|
|
2548
|
-
1
|
|
2549
|
-
]
|
|
2550
|
-
},
|
|
2551
|
-
"CursorPaginationDto": {
|
|
2552
|
-
"sortField": [
|
|
2553
|
-
1
|
|
2554
|
-
],
|
|
2555
|
-
"order": [
|
|
2556
|
-
1
|
|
2557
|
-
],
|
|
2558
|
-
"direction": [
|
|
2559
|
-
1
|
|
2560
|
-
],
|
|
2561
|
-
"limit": [
|
|
2562
|
-
17
|
|
2563
|
-
],
|
|
2564
|
-
"cursorId": [
|
|
2565
|
-
1
|
|
2566
|
-
],
|
|
2567
|
-
"cursorFieldValue": [
|
|
2568
|
-
1
|
|
2368
|
+
"expirationDate": [
|
|
2369
|
+
14
|
|
2569
2370
|
],
|
|
2570
2371
|
"__typename": [
|
|
2571
2372
|
1
|
|
@@ -2641,7 +2442,7 @@ exports.default = {
|
|
|
2641
2442
|
31,
|
|
2642
2443
|
{
|
|
2643
2444
|
"input": [
|
|
2644
|
-
|
|
2445
|
+
108,
|
|
2645
2446
|
"AWSS3GetUploadDto!"
|
|
2646
2447
|
]
|
|
2647
2448
|
}
|
|
@@ -2700,19 +2501,19 @@ exports.default = {
|
|
|
2700
2501
|
53
|
|
2701
2502
|
],
|
|
2702
2503
|
"findSponsorAthleteInvitation": [
|
|
2703
|
-
|
|
2504
|
+
81,
|
|
2704
2505
|
{
|
|
2705
2506
|
"input": [
|
|
2706
|
-
|
|
2507
|
+
109,
|
|
2707
2508
|
"FindSponsorAthleteInvitationDto!"
|
|
2708
2509
|
]
|
|
2709
2510
|
}
|
|
2710
2511
|
],
|
|
2711
2512
|
"getAthletes": [
|
|
2712
|
-
|
|
2513
|
+
80
|
|
2713
2514
|
],
|
|
2714
2515
|
"searchAthletes": [
|
|
2715
|
-
|
|
2516
|
+
80,
|
|
2716
2517
|
{
|
|
2717
2518
|
"searchString": [
|
|
2718
2519
|
1,
|
|
@@ -2721,7 +2522,7 @@ exports.default = {
|
|
|
2721
2522
|
}
|
|
2722
2523
|
],
|
|
2723
2524
|
"findAthleteById": [
|
|
2724
|
-
|
|
2525
|
+
80,
|
|
2725
2526
|
{
|
|
2726
2527
|
"athleteId": [
|
|
2727
2528
|
1,
|
|
@@ -2730,7 +2531,7 @@ exports.default = {
|
|
|
2730
2531
|
}
|
|
2731
2532
|
],
|
|
2732
2533
|
"findAthleteForUser": [
|
|
2733
|
-
|
|
2534
|
+
80,
|
|
2734
2535
|
{
|
|
2735
2536
|
"loginEmail": [
|
|
2736
2537
|
1,
|
|
@@ -2739,7 +2540,7 @@ exports.default = {
|
|
|
2739
2540
|
}
|
|
2740
2541
|
],
|
|
2741
2542
|
"getRecommendedAthletes": [
|
|
2742
|
-
|
|
2543
|
+
80,
|
|
2743
2544
|
{
|
|
2744
2545
|
"loginEmail": [
|
|
2745
2546
|
1,
|
|
@@ -2748,13 +2549,13 @@ exports.default = {
|
|
|
2748
2549
|
}
|
|
2749
2550
|
],
|
|
2750
2551
|
"getSponsorAthletesForTenant": [
|
|
2751
|
-
|
|
2552
|
+
80
|
|
2752
2553
|
],
|
|
2753
2554
|
"getAthleteCompetitions": [
|
|
2754
2555
|
72,
|
|
2755
2556
|
{
|
|
2756
2557
|
"input": [
|
|
2757
|
-
|
|
2558
|
+
110,
|
|
2758
2559
|
"GetAthleteCompetitionsDto!"
|
|
2759
2560
|
]
|
|
2760
2561
|
}
|
|
@@ -2832,7 +2633,7 @@ exports.default = {
|
|
|
2832
2633
|
0,
|
|
2833
2634
|
{
|
|
2834
2635
|
"input": [
|
|
2835
|
-
|
|
2636
|
+
111,
|
|
2836
2637
|
"FindVtxUserDto!"
|
|
2837
2638
|
]
|
|
2838
2639
|
}
|
|
@@ -2851,7 +2652,7 @@ exports.default = {
|
|
|
2851
2652
|
}
|
|
2852
2653
|
],
|
|
2853
2654
|
"getUserImagesFromEmail": [
|
|
2854
|
-
|
|
2655
|
+
84,
|
|
2855
2656
|
{
|
|
2856
2657
|
"loginEmail": [
|
|
2857
2658
|
1,
|
|
@@ -2866,11 +2667,14 @@ exports.default = {
|
|
|
2866
2667
|
68,
|
|
2867
2668
|
{
|
|
2868
2669
|
"input": [
|
|
2869
|
-
|
|
2670
|
+
112,
|
|
2870
2671
|
"GetSportEventsDto!"
|
|
2871
2672
|
]
|
|
2872
2673
|
}
|
|
2873
2674
|
],
|
|
2675
|
+
"getMembershipOrganizations": [
|
|
2676
|
+
74
|
|
2677
|
+
],
|
|
2874
2678
|
"__typename": [
|
|
2875
2679
|
1
|
|
2876
2680
|
]
|
|
@@ -2932,7 +2736,7 @@ exports.default = {
|
|
|
2932
2736
|
5,
|
|
2933
2737
|
{
|
|
2934
2738
|
"tenant": [
|
|
2935
|
-
|
|
2739
|
+
114,
|
|
2936
2740
|
"CreateTenantInput!"
|
|
2937
2741
|
]
|
|
2938
2742
|
}
|
|
@@ -2941,7 +2745,7 @@ exports.default = {
|
|
|
2941
2745
|
11,
|
|
2942
2746
|
{
|
|
2943
2747
|
"tenant": [
|
|
2944
|
-
|
|
2748
|
+
114,
|
|
2945
2749
|
"CreateTenantInput!"
|
|
2946
2750
|
]
|
|
2947
2751
|
}
|
|
@@ -2950,7 +2754,7 @@ exports.default = {
|
|
|
2950
2754
|
3,
|
|
2951
2755
|
{
|
|
2952
2756
|
"user": [
|
|
2953
|
-
|
|
2757
|
+
115,
|
|
2954
2758
|
"CreateActiveUserInput!"
|
|
2955
2759
|
]
|
|
2956
2760
|
}
|
|
@@ -2985,7 +2789,7 @@ exports.default = {
|
|
|
2985
2789
|
0,
|
|
2986
2790
|
{
|
|
2987
2791
|
"input": [
|
|
2988
|
-
|
|
2792
|
+
116,
|
|
2989
2793
|
"RegisterUserToDomainFromEmailInput!"
|
|
2990
2794
|
]
|
|
2991
2795
|
}
|
|
@@ -2994,7 +2798,7 @@ exports.default = {
|
|
|
2994
2798
|
8,
|
|
2995
2799
|
{
|
|
2996
2800
|
"dto": [
|
|
2997
|
-
|
|
2801
|
+
117,
|
|
2998
2802
|
"RefreshTokenInput!"
|
|
2999
2803
|
]
|
|
3000
2804
|
}
|
|
@@ -3003,7 +2807,7 @@ exports.default = {
|
|
|
3003
2807
|
32,
|
|
3004
2808
|
{
|
|
3005
2809
|
"input": [
|
|
3006
|
-
|
|
2810
|
+
118,
|
|
3007
2811
|
"AWSS3DeleteUseTypeFileDto!"
|
|
3008
2812
|
]
|
|
3009
2813
|
}
|
|
@@ -3012,7 +2816,7 @@ exports.default = {
|
|
|
3012
2816
|
32,
|
|
3013
2817
|
{
|
|
3014
2818
|
"input": [
|
|
3015
|
-
|
|
2819
|
+
119,
|
|
3016
2820
|
"AWSS3DeleteBucketFileDto!"
|
|
3017
2821
|
]
|
|
3018
2822
|
}
|
|
@@ -3021,7 +2825,7 @@ exports.default = {
|
|
|
3021
2825
|
26,
|
|
3022
2826
|
{
|
|
3023
2827
|
"input": [
|
|
3024
|
-
|
|
2828
|
+
105,
|
|
3025
2829
|
"AWSS3UploadedFileDto!"
|
|
3026
2830
|
]
|
|
3027
2831
|
}
|
|
@@ -3030,7 +2834,7 @@ exports.default = {
|
|
|
3030
2834
|
50,
|
|
3031
2835
|
{
|
|
3032
2836
|
"input": [
|
|
3033
|
-
|
|
2837
|
+
120,
|
|
3034
2838
|
"CreateIndustryDto!"
|
|
3035
2839
|
]
|
|
3036
2840
|
}
|
|
@@ -3039,7 +2843,7 @@ exports.default = {
|
|
|
3039
2843
|
36,
|
|
3040
2844
|
{
|
|
3041
2845
|
"input": [
|
|
3042
|
-
|
|
2846
|
+
121,
|
|
3043
2847
|
"CreateBrandDto!"
|
|
3044
2848
|
]
|
|
3045
2849
|
}
|
|
@@ -3048,7 +2852,7 @@ exports.default = {
|
|
|
3048
2852
|
53,
|
|
3049
2853
|
{
|
|
3050
2854
|
"input": [
|
|
3051
|
-
|
|
2855
|
+
123,
|
|
3052
2856
|
"RegisterSponsorInput!"
|
|
3053
2857
|
]
|
|
3054
2858
|
}
|
|
@@ -3057,34 +2861,34 @@ exports.default = {
|
|
|
3057
2861
|
53,
|
|
3058
2862
|
{
|
|
3059
2863
|
"input": [
|
|
3060
|
-
|
|
2864
|
+
124,
|
|
3061
2865
|
"CreateSponsorDto!"
|
|
3062
2866
|
]
|
|
3063
2867
|
}
|
|
3064
2868
|
],
|
|
3065
2869
|
"sendAthleteInvitations": [
|
|
3066
|
-
|
|
2870
|
+
81,
|
|
3067
2871
|
{
|
|
3068
2872
|
"input": [
|
|
3069
|
-
|
|
2873
|
+
89,
|
|
3070
2874
|
"InviteAthletesDto!"
|
|
3071
2875
|
]
|
|
3072
2876
|
}
|
|
3073
2877
|
],
|
|
3074
2878
|
"registerAthlete": [
|
|
3075
|
-
|
|
2879
|
+
80,
|
|
3076
2880
|
{
|
|
3077
2881
|
"input": [
|
|
3078
|
-
|
|
2882
|
+
125,
|
|
3079
2883
|
"RegisterAthleteDto!"
|
|
3080
2884
|
]
|
|
3081
2885
|
}
|
|
3082
2886
|
],
|
|
3083
2887
|
"editProfileValue": [
|
|
3084
|
-
|
|
2888
|
+
83,
|
|
3085
2889
|
{
|
|
3086
2890
|
"input": [
|
|
3087
|
-
|
|
2891
|
+
126,
|
|
3088
2892
|
"EditValueDto!"
|
|
3089
2893
|
]
|
|
3090
2894
|
}
|
|
@@ -3093,25 +2897,16 @@ exports.default = {
|
|
|
3093
2897
|
72,
|
|
3094
2898
|
{
|
|
3095
2899
|
"input": [
|
|
3096
|
-
|
|
2900
|
+
92,
|
|
3097
2901
|
"CreateAthleteCompetitionDto!"
|
|
3098
2902
|
]
|
|
3099
2903
|
}
|
|
3100
2904
|
],
|
|
3101
|
-
"deleteAthleteCompetition": [
|
|
3102
|
-
87,
|
|
3103
|
-
{
|
|
3104
|
-
"input": [
|
|
3105
|
-
99,
|
|
3106
|
-
"DeleteSingleValueDto!"
|
|
3107
|
-
]
|
|
3108
|
-
}
|
|
3109
|
-
],
|
|
3110
2905
|
"createSport": [
|
|
3111
2906
|
61,
|
|
3112
2907
|
{
|
|
3113
2908
|
"input": [
|
|
3114
|
-
|
|
2909
|
+
127,
|
|
3115
2910
|
"CreateSportDto!"
|
|
3116
2911
|
]
|
|
3117
2912
|
}
|
|
@@ -3120,7 +2915,7 @@ exports.default = {
|
|
|
3120
2915
|
61,
|
|
3121
2916
|
{
|
|
3122
2917
|
"input": [
|
|
3123
|
-
|
|
2918
|
+
128,
|
|
3124
2919
|
"UpdateSportDto!"
|
|
3125
2920
|
]
|
|
3126
2921
|
}
|
|
@@ -3129,7 +2924,7 @@ exports.default = {
|
|
|
3129
2924
|
64,
|
|
3130
2925
|
{
|
|
3131
2926
|
"input": [
|
|
3132
|
-
|
|
2927
|
+
129,
|
|
3133
2928
|
"CreateSportLevelDto!"
|
|
3134
2929
|
]
|
|
3135
2930
|
}
|
|
@@ -3138,7 +2933,7 @@ exports.default = {
|
|
|
3138
2933
|
59,
|
|
3139
2934
|
{
|
|
3140
2935
|
"input": [
|
|
3141
|
-
|
|
2936
|
+
131,
|
|
3142
2937
|
"CreateSponsorshipDto!"
|
|
3143
2938
|
]
|
|
3144
2939
|
}
|
|
@@ -3147,7 +2942,7 @@ exports.default = {
|
|
|
3147
2942
|
39,
|
|
3148
2943
|
{
|
|
3149
2944
|
"input": [
|
|
3150
|
-
|
|
2945
|
+
138,
|
|
3151
2946
|
"CreateCountryDto!"
|
|
3152
2947
|
]
|
|
3153
2948
|
}
|
|
@@ -3156,7 +2951,7 @@ exports.default = {
|
|
|
3156
2951
|
38,
|
|
3157
2952
|
{
|
|
3158
2953
|
"input": [
|
|
3159
|
-
|
|
2954
|
+
139,
|
|
3160
2955
|
"CreateStateDto!"
|
|
3161
2956
|
]
|
|
3162
2957
|
}
|
|
@@ -3165,7 +2960,7 @@ exports.default = {
|
|
|
3165
2960
|
37,
|
|
3166
2961
|
{
|
|
3167
2962
|
"input": [
|
|
3168
|
-
|
|
2963
|
+
140,
|
|
3169
2964
|
"CreateCityDto!"
|
|
3170
2965
|
]
|
|
3171
2966
|
}
|
|
@@ -3174,7 +2969,7 @@ exports.default = {
|
|
|
3174
2969
|
28,
|
|
3175
2970
|
{
|
|
3176
2971
|
"input": [
|
|
3177
|
-
|
|
2972
|
+
103,
|
|
3178
2973
|
"RegisterUserDto!"
|
|
3179
2974
|
]
|
|
3180
2975
|
}
|
|
@@ -3183,7 +2978,7 @@ exports.default = {
|
|
|
3183
2978
|
3,
|
|
3184
2979
|
{
|
|
3185
2980
|
"input": [
|
|
3186
|
-
|
|
2981
|
+
87,
|
|
3187
2982
|
"VerifyCodeDto!"
|
|
3188
2983
|
]
|
|
3189
2984
|
}
|
|
@@ -3192,7 +2987,7 @@ exports.default = {
|
|
|
3192
2987
|
0,
|
|
3193
2988
|
{
|
|
3194
2989
|
"input": [
|
|
3195
|
-
|
|
2990
|
+
87,
|
|
3196
2991
|
"VerifyCodeDto!"
|
|
3197
2992
|
]
|
|
3198
2993
|
}
|
|
@@ -3201,7 +2996,7 @@ exports.default = {
|
|
|
3201
2996
|
0,
|
|
3202
2997
|
{
|
|
3203
2998
|
"input": [
|
|
3204
|
-
|
|
2999
|
+
103,
|
|
3205
3000
|
"RegisterUserDto!"
|
|
3206
3001
|
]
|
|
3207
3002
|
}
|
|
@@ -3210,7 +3005,7 @@ exports.default = {
|
|
|
3210
3005
|
0,
|
|
3211
3006
|
{
|
|
3212
3007
|
"input": [
|
|
3213
|
-
|
|
3008
|
+
103,
|
|
3214
3009
|
"RegisterUserDto!"
|
|
3215
3010
|
]
|
|
3216
3011
|
}
|
|
@@ -3229,16 +3024,16 @@ exports.default = {
|
|
|
3229
3024
|
}
|
|
3230
3025
|
],
|
|
3231
3026
|
"handleStravaCallback": [
|
|
3232
|
-
|
|
3027
|
+
82,
|
|
3233
3028
|
{
|
|
3234
3029
|
"data": [
|
|
3235
|
-
|
|
3030
|
+
141,
|
|
3236
3031
|
"RegisterStravaDto!"
|
|
3237
3032
|
]
|
|
3238
3033
|
}
|
|
3239
3034
|
],
|
|
3240
3035
|
"refreshStravaToken": [
|
|
3241
|
-
|
|
3036
|
+
82,
|
|
3242
3037
|
{
|
|
3243
3038
|
"input": [
|
|
3244
3039
|
1,
|
|
@@ -3250,17 +3045,26 @@ exports.default = {
|
|
|
3250
3045
|
68,
|
|
3251
3046
|
{
|
|
3252
3047
|
"input": [
|
|
3253
|
-
|
|
3048
|
+
142,
|
|
3254
3049
|
"CreateSportEventDto!"
|
|
3255
3050
|
]
|
|
3256
3051
|
}
|
|
3257
3052
|
],
|
|
3258
|
-
"
|
|
3259
|
-
|
|
3053
|
+
"createMembershipOrganization": [
|
|
3054
|
+
74,
|
|
3260
3055
|
{
|
|
3261
3056
|
"input": [
|
|
3262
|
-
|
|
3263
|
-
"
|
|
3057
|
+
104,
|
|
3058
|
+
"CreateMembershipOrganizationDto!"
|
|
3059
|
+
]
|
|
3060
|
+
}
|
|
3061
|
+
],
|
|
3062
|
+
"createAthleteMembership": [
|
|
3063
|
+
76,
|
|
3064
|
+
{
|
|
3065
|
+
"input": [
|
|
3066
|
+
106,
|
|
3067
|
+
"CreateAthleteMembershipDto!"
|
|
3264
3068
|
]
|
|
3265
3069
|
}
|
|
3266
3070
|
],
|
|
@@ -3349,26 +3153,6 @@ exports.default = {
|
|
|
3349
3153
|
1
|
|
3350
3154
|
]
|
|
3351
3155
|
},
|
|
3352
|
-
"AWSS3UploadedFileDto": {
|
|
3353
|
-
"key": [
|
|
3354
|
-
1
|
|
3355
|
-
],
|
|
3356
|
-
"useType": [
|
|
3357
|
-
1
|
|
3358
|
-
],
|
|
3359
|
-
"contentType": [
|
|
3360
|
-
1
|
|
3361
|
-
],
|
|
3362
|
-
"originalFileName": [
|
|
3363
|
-
1
|
|
3364
|
-
],
|
|
3365
|
-
"fileSize": [
|
|
3366
|
-
17
|
|
3367
|
-
],
|
|
3368
|
-
"__typename": [
|
|
3369
|
-
1
|
|
3370
|
-
]
|
|
3371
|
-
},
|
|
3372
3156
|
"CreateIndustryDto": {
|
|
3373
3157
|
"name": [
|
|
3374
3158
|
1
|
|
@@ -3391,13 +3175,13 @@ exports.default = {
|
|
|
3391
3175
|
1
|
|
3392
3176
|
],
|
|
3393
3177
|
"logo": [
|
|
3394
|
-
|
|
3178
|
+
105
|
|
3395
3179
|
],
|
|
3396
3180
|
"banner": [
|
|
3397
|
-
|
|
3181
|
+
105
|
|
3398
3182
|
],
|
|
3399
3183
|
"translations": [
|
|
3400
|
-
|
|
3184
|
+
122
|
|
3401
3185
|
],
|
|
3402
3186
|
"__typename": [
|
|
3403
3187
|
1
|
|
@@ -3420,10 +3204,10 @@ exports.default = {
|
|
|
3420
3204
|
1
|
|
3421
3205
|
],
|
|
3422
3206
|
"logo": [
|
|
3423
|
-
|
|
3207
|
+
105
|
|
3424
3208
|
],
|
|
3425
3209
|
"banner": [
|
|
3426
|
-
|
|
3210
|
+
105
|
|
3427
3211
|
],
|
|
3428
3212
|
"__typename": [
|
|
3429
3213
|
1
|
|
@@ -3528,10 +3312,10 @@ exports.default = {
|
|
|
3528
3312
|
1
|
|
3529
3313
|
],
|
|
3530
3314
|
"profilePicture": [
|
|
3531
|
-
|
|
3315
|
+
105
|
|
3532
3316
|
],
|
|
3533
3317
|
"cardPicture": [
|
|
3534
|
-
|
|
3318
|
+
105
|
|
3535
3319
|
],
|
|
3536
3320
|
"__typename": [
|
|
3537
3321
|
1
|
|
@@ -3581,7 +3365,7 @@ exports.default = {
|
|
|
3581
3365
|
17
|
|
3582
3366
|
],
|
|
3583
3367
|
"translations": [
|
|
3584
|
-
|
|
3368
|
+
130
|
|
3585
3369
|
],
|
|
3586
3370
|
"__typename": [
|
|
3587
3371
|
1
|
|
@@ -3615,10 +3399,10 @@ exports.default = {
|
|
|
3615
3399
|
17
|
|
3616
3400
|
],
|
|
3617
3401
|
"banner": [
|
|
3618
|
-
|
|
3402
|
+
105
|
|
3619
3403
|
],
|
|
3620
3404
|
"criteria": [
|
|
3621
|
-
|
|
3405
|
+
132
|
|
3622
3406
|
],
|
|
3623
3407
|
"deadline": [
|
|
3624
3408
|
14
|
|
@@ -3627,13 +3411,13 @@ exports.default = {
|
|
|
3627
3411
|
14
|
|
3628
3412
|
],
|
|
3629
3413
|
"duration": [
|
|
3630
|
-
|
|
3414
|
+
134
|
|
3631
3415
|
],
|
|
3632
3416
|
"sponsorshipItems": [
|
|
3633
|
-
|
|
3417
|
+
135
|
|
3634
3418
|
],
|
|
3635
3419
|
"commitments": [
|
|
3636
|
-
|
|
3420
|
+
136
|
|
3637
3421
|
],
|
|
3638
3422
|
"terms": [
|
|
3639
3423
|
1
|
|
@@ -3645,7 +3429,7 @@ exports.default = {
|
|
|
3645
3429
|
2
|
|
3646
3430
|
],
|
|
3647
3431
|
"translations": [
|
|
3648
|
-
|
|
3432
|
+
137
|
|
3649
3433
|
],
|
|
3650
3434
|
"__typename": [
|
|
3651
3435
|
1
|
|
@@ -3659,7 +3443,7 @@ exports.default = {
|
|
|
3659
3443
|
1
|
|
3660
3444
|
],
|
|
3661
3445
|
"qualificationsBag": [
|
|
3662
|
-
|
|
3446
|
+
133
|
|
3663
3447
|
],
|
|
3664
3448
|
"__typename": [
|
|
3665
3449
|
1
|
|
@@ -3667,28 +3451,28 @@ exports.default = {
|
|
|
3667
3451
|
},
|
|
3668
3452
|
"QualificationsBagDto": {
|
|
3669
3453
|
"ageQualifications": [
|
|
3670
|
-
|
|
3454
|
+
95
|
|
3671
3455
|
],
|
|
3672
3456
|
"genderQualifications": [
|
|
3673
|
-
|
|
3457
|
+
96
|
|
3674
3458
|
],
|
|
3675
3459
|
"scoreQualifications": [
|
|
3676
|
-
|
|
3460
|
+
98
|
|
3677
3461
|
],
|
|
3678
3462
|
"locationQualifications": [
|
|
3679
|
-
|
|
3463
|
+
99
|
|
3680
3464
|
],
|
|
3681
3465
|
"nationalityQualifications": [
|
|
3682
|
-
|
|
3466
|
+
97
|
|
3683
3467
|
],
|
|
3684
3468
|
"distanceQualifications": [
|
|
3685
|
-
|
|
3469
|
+
100
|
|
3686
3470
|
],
|
|
3687
3471
|
"sportsQualifications": [
|
|
3688
|
-
|
|
3472
|
+
101
|
|
3689
3473
|
],
|
|
3690
3474
|
"levelQualifications": [
|
|
3691
|
-
|
|
3475
|
+
102
|
|
3692
3476
|
],
|
|
3693
3477
|
"__typename": [
|
|
3694
3478
|
1
|
|
@@ -3765,7 +3549,7 @@ exports.default = {
|
|
|
3765
3549
|
1
|
|
3766
3550
|
],
|
|
3767
3551
|
"banner": [
|
|
3768
|
-
|
|
3552
|
+
105
|
|
3769
3553
|
],
|
|
3770
3554
|
"terms": [
|
|
3771
3555
|
1
|
|
@@ -3880,7 +3664,7 @@ exports.default = {
|
|
|
3880
3664
|
1
|
|
3881
3665
|
],
|
|
3882
3666
|
"banner": [
|
|
3883
|
-
|
|
3667
|
+
105
|
|
3884
3668
|
],
|
|
3885
3669
|
"__typename": [
|
|
3886
3670
|
1
|