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